@font-face {
    font-family: opensans;
    src: url("../winprizelotto_fonts/winprizelotto_opensans-regular.woff2")
}

@font-face {
    font-family: Roboto;
    src: url("../winprizelotto_fonts/winprizelotto_roboto-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: opensans;
    background: #FFF;
}

#confirmButton {
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    background: #FDB708;
    padding: 12px 30px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#confirmButtonSend {
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    background: #FDB708;
    padding: 12px 30px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#confirmButtonSend:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
}

#confirmButton:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
}

.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

.body__container {
    max-width: 1140px;
    margin: 0 auto
}

.winprizelotto_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #EDF8FF;
}

.winprizelotto_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: 1140px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.winprizelotto_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
}

.winprizelotto_header__sup {
    color: #fff;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center;
    font-weight: 500
}

.winprizelotto_header__info {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.winprizelotto_header__info:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.winprizelotto_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 54px;
    padding-left: 0;
    list-style: none;
}

.winprizelotto_header__burger {
    display: none
}

.winprizelotto_header__link {
    color: #1B1B1B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.winprizelotto_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
}

.winprizelotto_header__block {
    max-width: 549px;
    width: 100%;
}

.winprizelotto_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../winprizelotto_img/winprizelotto-header-background.webp") no-repeat center left;
    padding-top: 100px;
    padding-bottom: 100px;
}

.winprizelotto_header__lang {
    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: 29px;
    height: 24px;
    border-radius: 5000px;
}

.winprizelotto_header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
}

.winprizelotto_header__lang:nth-child(1) {
    background: url("../winprizelotto_img/winprizelotto-lang-de.webp") no-repeat 3px center;
}

.winprizelotto_header__lang:nth-child(2) {
    background: url("../winprizelotto_img/winprizelotto-lang-en.webp") no-repeat 3px center;
}

.winprizelotto_header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    background: url("../winprizelotto_img/winprizelotto-cart.webp") no-repeat center;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang {
    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: 1px solid #C55B01;
    width: 32px;
    height: 32px;
}

.winprizelotto_header__wrapper {
    max-width: 549px;
    width: 100%;
    padding: 32px;
    width: 100%;
    border-radius: 35px;
    background: -webkit-gradient(linear, left bottom, left top, from(#E48821), to(#FFB97E));
    background: -o-linear-gradient(bottom, #E48821 0%, #FFB97E 100%);
    background: linear-gradient(0deg, #E48821 0%, #FFB97E 100%);
    -webkit-backdrop-filter: blur(21.399999618530273px);
            backdrop-filter: blur(21.399999618530273px);
    margin: 0 auto;
    margin-bottom: 10px;
}

.winprizelotto_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: 380px;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 10px
}

.winprizelotto_header__head {
    color: #480800;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

.winprizelotto_header__item {
    max-width: 80px;
    width: 100%;
}

.winprizelotto_header__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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: 10px;
    background: #FDB708;
    width: 200px;
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.winprizelotto_header__btn:hover{
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.winprizelotto_header__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    background: #CF1701;
    width: 80px;
    height: 77px;
    padding: 15px;
    color: #F0F0F0;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 800;
    line-height: 43px;
}

.winprizelotto_header__name {
    color: #480800;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.winprizelotto_header {
    padding-top: 30px;
    background: #F6F5F5;
    padding-bottom: 30px;
}


.winprizelotto_playing {
    padding-top: 80px;
    padding-bottom: 80px;
}
.winprizelotto_playing__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}
.winprizelotto_playing__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #707070;
}
.winprizelotto_playing__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 62px;
}
.winprizelotto_playing__number {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.winprizelotto_playing__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.winprizelotto_playing__select {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    padding: 4px 10px;
    width: 100%;
    padding: 8px;
    border: 1px solid #1B1B1B;
    border-radius: 6px;
    background-size: 12px;
}
.winprizelotto_playing__head{
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.winprizelotto_playing__checkbox {
    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;
    max-width: 285px;
}
.winprizelotto_playing__description {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.winprizelotto_playing__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.winprizelotto_playing__block {
    max-width: 343px;
    width: 100%;
}
.winprizelotto_playing__price {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.winprizelotto_playing__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 10px;
    background: #FDB708;
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.winprizelotto_playing__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: #000;
}


.winprizelotto_chances {
    background: #FFB87D;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.winprizelotto_chances__box {
    margin: 0 auto;
}

.winprizelotto_chances__title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1B1B1B;
}

.winprizelotto_chances__table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.winprizelotto_chances__header {
    font-size: 24px;
    color: #1B1B1B;
    font-family: Roboto;
    font-weight: 500;
    text-align: left;
    padding-bottom: 26px;
}

.winprizelotto_chances__cell {
    color: #1B1B1B;
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 26px;
    font-size: 14px;
}

.winprizelotto_chances__cell--chance {
    text-align: right;
}

.chances__cell_1{
    padding-top: 26px;
    padding-bottom: 26px;
}


.chances__row{
    background: #FFF;
    border-radius: 6px;
}


.winprizelotto_info {
    margin-bottom: 60px;
}
.winprizelotto_info__title {
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.winprizelotto_info__text {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


.winprizelotto_result {
    margin-bottom: 80px;
}
.winprizelotto_result__wrap {
    max-width: 612px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 16px;
    background: #FFE989;
    text-align: center;
}
.winprizelotto_result__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.winprizelotto_result__data {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.winprizelotto_result__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: 8px;
    margin-bottom: 24px;
}
.winprizelotto_result__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: -webkit-gradient(linear, left top, left bottom, from(#FFB97E), to(#E48821));
    background: -o-linear-gradient(top, #FFB97E 0%, #E48821 100%);
    background: linear-gradient(180deg, #FFB97E 0%, #E48821 100%);
}
.winprizelotto_result__number {
    color: #480800;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}
.winprizelotto_result__btn {
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #FDB708;
    width: 100%;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.winprizelotto_result__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.winprizelotto_footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #6D9CB9;
}
.winprizelotto_footer__logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.winprizelotto_footer__inner {
    margin-bottom: 40px;
}
.winprizelotto_footer__head {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.winprizelotto_footer__text {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.winprizelotto_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px;
    margin-bottom: 40px;
}
.winprizelotto_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px;
}
.winprizelotto_footer__link {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.winprizelotto_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff
}
.winprizelotto_footer__age {
    width: 60px;
    height: 60px;
    background: url("../winprizelotto_img/winprizelotto-footer-age.webp") no-repeat center;
}

.winprizelotto_results {
    padding-top: 80px;
    padding-bottom: 80px;
}
.winprizelotto_results__logo {
    margin-bottom: 20px;
}
.winprizelotto_results__inner {
    margin-bottom: 40px;
}
.winprizelotto_results__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.winprizelotto_results__span {
    color: #707070;
}
.winprizelotto_results__head {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.winprizelotto_results__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    padding-left: 0;
    list-style: none;
}
.winprizelotto_results__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: -webkit-gradient(linear, left top, left bottom, from(#FFB97E), to(#E48821));
    background: -o-linear-gradient(top, #FFB97E 0%, #E48821 100%);
    background: linear-gradient(180deg, #FFB97E 0%, #E48821 100%);
}
.winprizelotto_results__number {
    color: #480800;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; 
    text-transform: uppercase;
}
.winprizelotto_results__table {
    max-width: 729px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #F3F3F3;
    margin-bottom: 40px;
}
.winprizelotto_results__row {
    text-align: center;
    background: #F3F3F3;
}
.winprizelotto_results__header {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.winprizelotto_results__cell {
    color: #1B1B1B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}
.winprizelotto_results__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 150px;
}
.winprizelotto_results__dividend {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.winprizelotto_security {
    padding-top: 80px;
    padding-bottom: 80px;
}
.winprizelotto_security__title {
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.winprizelotto_security__inner {
    margin-bottom: 40px;
}
.winprizelotto_security__head {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.winprizelotto_security__text {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.winprizelotto_security__text:last-child {
    margin-bottom: 0;
}
.winprizelotto_security__items {
    padding-left: 30px;
}
.winprizelotto_security__info {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.winprizelotto_cart {
    padding-top: 80px;
    padding-bottom: 80px;
}
.winprizelotto_cart__wrap {
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #707070;
}
.winprizelotto_contact__form {
    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;
}
.winprizelotto_cart__left {
    max-width: 463px;
    width: 100%;
}
.winprizelotto_cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.winprizelotto_cart__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}
.winprizelotto_cart__logo {
    max-width: 112px;
}
.winprizelotto_cart__forms {
    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;
    gap: 16px;
}
.winprizelotto_contact__input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #707070;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.winprizelotto_cart__right {
    max-width: 527px;
    width: 100%;
}
.winprizelotto_cart__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
.winprizelotto_cart__top {
}
.winprizelotto_cart__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
}
.winprizelotto_cart__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.winprizelotto_cart__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    max-width: 163px;
    width: 100%;
}
.winprizelotto_cart__pay{
    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;
    gap: 20px;
}
.winprizelotto_cart__text {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.winprizelotto_cart__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.winprizelotto_cart__delete{
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
}
.winprizelotto_cart__count{
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.winprizelotto_cart__span{
    color: #707070;
}
.winprizelotto_cart__prices {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.winprizelotto_cart__btn {
    border-radius: 10px;
    background: #FDB708;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    width: 287px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.winprizelotto_cart__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.winprizelotto_cart__return{
    border-radius: 10px;
    background: #FDB708;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.winprizelotto_cart__return:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.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: #1B1B1B;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-family: montserrat-bold;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 16px;
}

.modal__titleadd {
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.modal__info {
    color: #1B1B1B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    color: #1B1B1B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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: 16px;
    background: #F43F3F;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    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: 16px;
    background: #1B1B1B;
    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;
    background: #FFF;
    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: 30px;
    max-width: 450px;
    gap: 0px;
    width: 100%
}

.modal__content_age {
    padding: 20px;
    max-width: 500px;
}

.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: 10px;
    background: #FFF;
    padding: 30px;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__left {
    width: 100%;
}

.modal_form__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.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: 12px;
    background: rgba(154, 153, 153, 0.20);
    border: none;
    padding: 10px 20px;
    height: 37px;
    width: 100%;
    margin-bottom: 20px;
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: #1B1B1B;
}

.modal_form__input::-moz-placeholder {
    color: #1B1B1B;
}

.modal_form__input:-ms-input-placeholder {
    color: #1B1B1B;
}

.modal_form__input::-ms-input-placeholder {
    color: #1B1B1B;
}

.modal_form__input::placeholder {
    color: #1B1B1B;
}

.modal_form__btn {
    padding: 16px 34px;
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: #FDB708;
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__further {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal_form__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}

.modal_form__close2 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}

.modal_form__links {
    color: #fff;
}

.modal_form__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_form__log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    width: 157px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #FFD900;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_form__reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    width: 157px;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob{
    display: none;
}

@media (max-width:1199px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .winprizelotto_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .winprizelotto_header__wrapper{
        max-width: 410px;
    }

    .winprizelotto_header__wrap {
        background: url(../winprizelotto_img/winprizelotto-header-background.webp) no-repeat center left;
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 400px;
    }
}

@media (max-width:991px) {
    .winprizelotto_header__wrap {
        background: url(../winprizelotto_img/winprizelotto-header-background.webp) no-repeat center top;
        padding-top: 230px;
        padding-bottom: 0px;
        background-size: 300px;
    }

    .winprizelotto_header__block{
        margin: 0 auto;
    }

    .winprizelotto_header__wrapper{
        margin-bottom: 20px;
        max-width: 100%;
    }

    .winprizelotto_footer__networks{
        gap: 10px;
    }

    .winprizelotto_footer__links{
        gap: 20px;
    }

    .winprizelotto_results__wrap{
        gap: 50px;
    }

    .winprizelotto_contact__form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .winprizelotto_cart__left{
        max-width: 100%;
    }

    .winprizelotto_cart__right{
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .winprizelotto_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .desc{
        display: none;
    }
    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
    }

    .winprizelotto_chances__title{
        font-size: 32px;
    }

    .winprizelotto_chances__header{
        font-size: 13px;
        padding-left: 10px;
    }

    .winprizelotto_header__time{
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .winprizelotto_header__inner{
        gap: 40px;
    }

    .header__link__logo{
        max-width: 97px;
    }

    .winprizelotto_header__head{
        font-size: 22px;
    }

    .winprizelotto_header__items{
        gap: 15px;
    }

    .winprizelotto_chances__cell{
        font-size: 12px;
    }

    .winprizelotto_header__nav{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 16px;
    }

    .winprizelotto_header__box {
        padding-top: 100px;
    }

    .winprizelotto_header__btn{
        width: 100%;
    }

    .winprizelotto_playing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .winprizelotto_playing__wrap{
        gap: 20px;
    }

    .winprizelotto_playing__header{
        gap: 20px;
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .winprizelotto_playing__group{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .winprizelotto_playing__content{
        width: 100%;
    }

    .winprizelotto_playing__wrap{
        margin-bottom: 20px;
    }

    .winprizelotto_playing__price{
        font-size: 24px;
    }

    .winprizelotto_playing__btn{
        width: 100%;
    }

    .winprizelotto_playing__block{
        width: 100%;
        max-width: 100%;
    }

    .winprizelotto_info__title{
        font-size: 32px;
        margin-bottom: 16px;
    }

    .winprizelotto_info__text{
        font-size: 14px;
    }

    .winprizelotto_info{
        margin-bottom: 20px;
    }

    .winprizelotto_chances{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .winprizelotto_result__title{
        font-size: 24px;
    }

    .winprizelotto_result__items{
        max-width: 216px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .winprizelotto_result{
        margin-bottom: 40px;
    }

    .winprizelotto_footer{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .winprizelotto_footer__logo{
        margin-bottom: 30px;
    }

    .winprizelotto_footer__head{
        margin-bottom: 10px;
        font-size: 16px;
    }

    .winprizelotto_footer__text{
        font-size: 14px;
    }

    .winprizelotto_footer__inner{
        margin-bottom: 30px;
    }

    .winprizelotto_footer__icon{
        max-width: 159px;
    }

    .winprizelotto_footer__networks{
        margin-bottom: 30px;
    }

    .winprizelotto_footer__list:nth-child(3){
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .winprizelotto_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .winprizelotto_results__header{
        font-size: 14px;
        padding: 0;
        padding-bottom: 16px;
    }

    .winprizelotto_results__cell{
        font-size: 12px;
    }

    .winprizelotto_results__wrap{
        -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;
        gap: 20px;
        width: 100%;
        margin-bottom: 40px;
    }

    .winprizelotto_results__inner{
        width: 100%;
        margin-bottom: 0;
    }

    .results__inner{
        margin-bottom: 40px;
    }

    .winprizelotto_results__items{
        max-width: 216px;
        width: 100%;
    }

    .winprizelotto_results {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .winprizelotto_security__title{
        font-size: 24px;
    }

    .winprizelotto_security__head{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .winprizelotto_security__text{
        font-size: 14px;
    }

    .winprizelotto_security__inner{
        margin-bottom: 20px;
    }

    .winprizelotto_security__info{
        font-size: 14px;
    }

    .winprizelotto_security{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .winprizelotto_cart__wrap{
        padding: 20px 10px;
    }

    .winprizelotto_cart__title{
        font-size: 24px;
    }

    .winprizelotto_cart__logo{
        max-width: 97px;
    }

    .winprizelotto_cart__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .winprizelotto_cart__inner{
        margin-bottom: 0;
    }

    .winprizelotto_cart__prices{
        font-size: 24px;
    }

    .winprizelotto_cart__pay{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .winprizelotto_cart__btn{
        width: 100%;
    }

    .winprizelotto_cart{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}