@font-face {
    font-family: inter;
    src: url("../bestaussielotto_fonts/bestaussielotto_inter.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: inter;
    background: #303030;
}
#confirmButton{
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}


.confirmButton{
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}


.body__container {
    max-width: 1246px;
    margin: 0 auto
}

.bestaussielotto_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.60)), to(rgba(0, 0, 0, 0.60)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.bestaussielotto_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: 1246px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.bestaussielotto_header__box{
    padding-top: 90px;
}

.header__link__logo {
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.bestaussielotto_header__top {
    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;
    padding: 5px;
    gap: 20px;
    background: #D5B800;
    margin-top: 12px;
}

.bestaussielotto_header__text{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.bestaussielotto_header__sup {
    color: #fff;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-align: center;
    font-weight: 500
}

.bestaussielotto_header__info {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_header__info:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.bestaussielotto_header__burger {
    display: none
}

.bestaussielotto_header__link{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_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_reg{
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 20px;
    background: #FFF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__link_reg:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__link_yellow {
    color: #fdee44
}

.bestaussielotto_header__block {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.bestaussielotto_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px
}

.bestaussielotto_header__title {
    color: #FFF;
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bestaussielotto_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.bestaussielotto_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;
    max-width: 400px;
    gap: 15px;
    margin-bottom: 10px
}

.bestaussielotto_header__item {
    max-width: 87px;
    width: 100%;
    padding: 10px;
}

.bestaussielotto_header__time {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1.5px;
}

.bestaussielotto_header__name {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.54px;
}

.bestaussielotto_header {
    padding-top: 50px;
    background: url("../bestaussielotto_img/bestaussielotto-header-background.webp") no-repeat center center/cover;
    padding-bottom: 100px;
}

.bestaussielotto_header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.bestaussielotto_header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    width: 166px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 503px;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10);
    color: #000;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}


.bestaussielotto_header__btn:hover {
    background: #ff8235;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff
}

.bestaussielotto_header__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -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
}

.header__circle_black {
    background: #0a0a0a
}

.header__circle_yellow {
    background: #fdee44
}

.info__item_transparent {
    background: 0 0
}

.info__item_grey {
    background: #5d5d5d
}


.bestaussielotto_responsible {
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px
}


.bestaussielotto_responsible__title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px
}

.bestaussielotto_responsible__inner {
    margin-bottom: 40px
}

.bestaussielotto_responsible__inner:last-child {
    margin-bottom: 0
}

.bestaussielotto_responsible__head {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bestaussielotto_responsible__text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.bestaussielotto_responsible__link {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_responsible__link:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__top {
    margin-top: 80px
}

.bestaussielotto_contact {
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../bestaussielotto_img/bestaussielotto-header-background.webp) no-repeat center center / cover;
}

.contact_forgot{
    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%);
}

.contact_play{
    background: url("../bestaussielotto_img/bestaussielotto-header-background.webp") no-repeat center center/cover;
}

.bestaussielotto_contact__wrap {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.contact__wrap{
    max-width: 610px;
}

.bestaussielotto_contact__title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center
}

.title_play{
    font-size: 40px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 20px;
}

.bestaussielotto_contact__head {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    width: 100%
}

.bestaussielotto_contact__link{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bestaussielotto_contact__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

.bestaussielotto_contact__subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px
}

.tac{
    text-align: center;
}

.bestaussielotto_contact__span{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-weight: 700;
}

.bestaussielotto___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;
    max-width: 610px;
    margin: 0 auto;
}

.bestaussielotto_contact__label {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

.bestaussielotto_contact__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.bestaussielotto_contact__wrapper{
    width: 100%;
}


.bestaussielotto___input {
    font-size: 14px;
    color: #000;
    height: 47px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #000;
    background: #E1E1E1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    margin-bottom: 10px;
    resize: none;
}

.bestaussielotto___input::-webkit-input-placeholder {
    color: #000
}

.bestaussielotto___input::-moz-placeholder {
    color: #fff
}

.bestaussielotto___input:-ms-input-placeholder {
    color: #fff
}

.bestaussielotto___input::-ms-input-placeholder {
    color: #fff
}

.bestaussielotto___input::placeholder {
    color: #fff
}

.mb32 {
    margin-bottom: 32px
}

.mb10 {
    margin-bottom: 10px
}

.bestaussielotto_contact__pass {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_contact__pass:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_contact__inner {
    margin-bottom: 10px
}

.bestaussielotto_contact__checkbox {
    opacity: 0;
    position: absolute
}

.bestaussielotto_contact__text {
    font-size: 12px;
    color: #fff;
    font-weight: 400
}

.contact__text{
    font-size: 16px;
    margin-bottom: 10px;
}


.bestaussielotto_contact__labels {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.bestaussielotto_contact__labels:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #E1E1E1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bestaussielotto_contact__checkbox:checked+.bestaussielotto_contact__labels:before {
    background-color: #fff;
    border-color: #999397
}

.bestaussielotto_contact__labels:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 30%;
    width: 14px;
    height: 20px;
    border: solid #999397;
    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 .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.bestaussielotto_contact__checkbox:checked+.bestaussielotto_contact__labels:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1);
    transform: translateY(-50%) rotate(45deg) scale(1)
}

.bestaussielotto___btn {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background: #FFF;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn_play{
    width: 210px;
}

.bestaussielotto___btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_contact_registration {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    width: 100%
}

.bestaussielotto_contact_color {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_contact_color:hover {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__circle_black {
    background: #0a0a0a
}


.header__circle_black {
    background: #0a0a0a
}


.header__circle_black {
    background: #0a0a0a
}


.bestaussielotto_why {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bestaussielotto_why__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestaussielotto_why__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.bestaussielotto_why__item {
    max-width: 100%;
    width: 100%;
}
.bestaussielotto_why__head {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.bestaussielotto_why__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.bestaussielotto_about {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../bestaussielotto_img/bestaussielotto-who-background.webp") no-repeat center;
    background-size: cover;
}

.bestaussielotto_about__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestaussielotto_about__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.bestaussielotto_about__head {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.bestaussielotto_about__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: 30px;
}
.bestaussielotto_about__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;
    gap: 10px;
    max-width: 178px;
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    border: 1px solid #FFF;
}
.bestaussielotto_about__name {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;   
}
.bestaussielotto_about__info {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.bestaussielotto_about__item:nth-child(1)::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../bestaussielotto_img/bestaussielotto-who-avatat-1.webp") no-repeat center;
}

.bestaussielotto_about__item:nth-child(2)::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../bestaussielotto_img/bestaussielotto-who-avatat-2.webp") no-repeat center;
}

.bestaussielotto_about__item:nth-child(3)::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../bestaussielotto_img/bestaussielotto-who-avatat-3.webp") no-repeat center;
}

.bestaussielotto_about__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: 100px;
    height: 100px;
    background: url("../bestaussielotto_img/bestaussielotto-who-avatat-4.webp") no-repeat center;
}

.bestaussielotto_results {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bestaussielotto_results__items {
    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: 30px;
    padding-left: 0;
    list-style: none;
}
.bestaussielotto_results__item {
    max-width: 612px;
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #FFF;
}
.bestaussielotto_results__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.bestaussielotto_results__left {
    max-width: 303px;
    width: 100%;
}
.bestaussielotto_results__data {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.bestaussielotto_results__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}
.bestaussielotto_results__list {
    width: 42px;
    height: 42px;
    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: 50px;
    background: #8E8E8E;
}
.bestaussielotto_results__number {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.results__list{
    background: #D5B800;
}
.bestaussielotto_results__price {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.bestaussielotto_results__right {
    max-width: 197px;
    width: 100%;
}
.bestaussielotto_results__info {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.bestaussielotto_results__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
.bestaussielotto_results__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; 
    letter-spacing: -0.6px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bestaussielotto_results__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.bestaussielotto_footer {
    background: #000;
    padding-top: 20px;
    padding-bottom: 50px
}

.footer__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}

.footer__list::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: 82px;
    height: 50px;
    background: url("../bestaussielotto_img/bestaussielotto-footer-icon-age.webp") no-repeat center center;
}

.bestaussielotto_footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 820px;
    gap: 50px;
    padding-left: 0;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 40px;
}

.bestaussielotto_footer__links {
    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;
}

.bestaussielotto_footer__link {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.bestaussielotto_footer__link:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.frequencies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.frequencies__left {
    max-width: 720px;
    width: 100%
}

.frequencies__head {
    color: #151515;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px
}

.frequencies__info_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.frequencies__right {
    max-width: 360px;
    width: 100%
}

.frequencies__info {
    max-width: 360px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.frequencies__cirlce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    -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: 25px;
    background: #263367
}

.cirlce__right {
    background: #5b5b5b
}

.frequencies__number {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal
}

.frequencies__text {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px
}

.frequencies__inner {
    width: 100%;
    max-width: 295px
}

.frequencies__progress {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.frequencies__bar {
    height: 16px;
    border-radius: 20px;
    background: -o-linear-gradient(left, #f5ae4b 0, #f85255 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f5ae4b), to(#f85255));
    background: linear-gradient(90deg, #f5ae4b 0, #f85255 100%)
}

.bar__weeks {
    border-radius: 20px;
    background: -o-linear-gradient(left, #4bb4f5 0, #7e52f8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4bb4f5), to(#7e52f8));
    background: linear-gradient(90deg, #4bb4f5 0, #7e52f8 100%)
}

.bar__combo_1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bar__combo_2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.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: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}



.modal__title {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .1px;
    text-align: center
}

.mb0{
    margin-bottom: 0;
}

.modal__text{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border: none;
    border-radius: 30px;
    background: #C00;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    max-width: 453px
}

.myPopup{
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
}

.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;
    border: 1px solid #FFF;
    background: rgba(148, 148, 148, 0.20);
    -webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    padding: 50px 60px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.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: 1px solid #000;
    background: #E1E1E1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 15px 10px 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    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: 15px 20px;
    width: 200px;
    border-radius: 50px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -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_messages{
    display: none;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400px;
}

.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 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links {
    color: #fff;
}


.cookie-popup.hidden {
    display: none
}

.modal_form_messages{
    display: none;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400px;
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%
}

.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 405px;
    background: #272727;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px
}

.popupcookie__close:focus,
.popupcookie__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1px;
    width: 100%
}

.popupcookie__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: #272727;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__button:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    width: 100%
}

.popupcookie__btn:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.sec__top{
    margin-top: 88px;
}

.terms__container{
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 120px;
    padding-bottom: 50px
}

.header__img_mob {
    display: none
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.popup__box {
    border-radius: 20px;
    background: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup__game {
    width: 100%;
    height: 400px
}

.popup__iframe {
    width: 100%;
    height: 100%
}

.popup__title {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px
}

.popup__name {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.popup__close:focus,
.popup__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .bestaussielotto_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .bestaussielotto_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .bestaussielotto_header__links {
        display: none
    }

    .bestaussielotto_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
    }

    .bestaussielotto_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
    }

    .bestaussielotto_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .bestaussielotto_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
    }

    .bestaussielotto_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: 63px;
        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
    }


    .bestaussielotto_footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .frequencies__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .bestaussielotto_why__item{
        max-width: 100%;
    }

    .bestaussielotto_header__title{
        font-size: 39px;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .bestaussielotto_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .bestaussielotto_header__time {
        font-size: 28px
    }

    .bestaussielotto_header__items {
        gap: 10px;
    }

    .bestaussielotto_header__name {
        font-size: 12px
    }

    .bestaussielotto_header__sup {
        font-size: 14px;
        line-height: normal
    }

    .bestaussielotto_header__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .bestaussielotto_header__subtitle {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .bestaussielotto_header__btn {
        font-size: 16px;
        padding: 10px;
        width: 150px;
    }

    .bestaussielotto_header__network {
        font-size: 10px
    }

    .bestaussielotto_responsible__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .bestaussielotto_responsible__head {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bestaussielotto_responsible__text {
        font-size: 16px
    }

    .bestaussielotto_footer__top {
        gap: 6px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 20px;
    }

    .bestaussielotto_footer__link {
        font-size: 16px;
    }

    .bestaussielotto_contact__subtitle {
        font-size: 14px;
        text-align: left;
    }

    .frequencies__inner {
        max-width: 220px
    }

    .bestaussielotto_header__box{
        padding-top: 20px;
    }

    .bestaussielotto_header__item{
        border-radius: 20px;
        width: 70px;
    }

    .bestaussielotto_header{
        padding-bottom: 20px;
    }

    .bestaussielotto_responsible{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bestaussielotto_contact__title{
        font-size: 30px;
    }

    .bestaussielotto_contact__text{
        font-size: 12px;
    }

    .bestaussielotto_contact__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }

    .bestaussielotto_contact__head{
        font-size: 20px;
    }

    .bestaussielotto_header__text{
        font-size: 12px;
        text-align: center;
    }

    .bestaussielotto_header__top{
        gap: 5px;
    }

    .bestaussielotto_why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bestaussielotto_why__title{
        font-size: 20px;
    }

    .bestaussielotto_why__head{
        font-size: 18px;
    }

    .bestaussielotto_why__text{
        font-size: 14px;
    }

    .footer__icon_1{
        max-width: 137px;
    }

    .footer__icon_2{
        max-width: 101px;
    }

    .footer__icon_3{
        max-width: 70px;
    }

    .footer__icon_4{
        max-width: 255px;
    }

    .footer__list{
        gap: 7px;
    }

    .bestaussielotto_why__head::before{
        max-width: 60px;
        width: 100%;
    }

    .modal__btn{
        font-size: 14px;
    }

    .modal__title{
        font-size: 18px;
    }


    .tac{
        text-align: center;
    }

    .bestaussielotto_contact__wrap{
        padding-top: 20px;
    }

    .modal_form__content {
        padding: 40px 30px;
    }

    .modal_form__title {
        font-size: 30px;
    }

    .modal_form__links {
        font-size: 14px;
    }

    .bestaussielotto_header__items{
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .bestaussielotto_header__block{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    
    .bestaussielotto_responsible__inner {
        margin-bottom: 20px
    }

    .bestaussielotto_footer{
        padding-bottom: 40px;
    }

    .bestaussielotto_about{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bestaussielotto_about__title{
        font-size: 20px;
    }

    .bestaussielotto_about__text{
        font-size: 14px;
    }

    .bestaussielotto_about__head{
        font-size: 18px;
    }

    .bestaussielotto_about__items{
        gap: 10px;
    }

    .bestaussielotto_about__name{
        font-size: 16px;
    }

    .bestaussielotto_about__info{
        font-size: 14px;
        text-align: center;
    }

    .btn_play{
        width: 150px;
        font-size: 16px;
    }

    .bestaussielotto___btn{
        font-size: 16px;
    }

    .bestaussielotto_results__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .bestaussielotto_results__list{
        width: 40px;
        height: 40px;
    }

    .bestaussielotto_results__numbers{
        gap: 5px;
        margin-bottom: 5px;
    }

    .bestaussielotto_results__data{
        margin-bottom: 5px;
        font-size: 16px;
    }

    .bestaussielotto_results__info{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .bestaussielotto_results__wrap{
        margin-bottom: 20px;
    }

    .bestaussielotto_results__btn{
        font-size: 16px;
    }

    .bestaussielotto_results__buttons{
        gap: 10px;
    }

    .bestaussielotto_results {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}