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

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

:active,
:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

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

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

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

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

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

:root {
    --font-main: "Inter", sans-serif;
    --container-width: 1040px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #1c1c1c;
    --main: #fff;
    --black: #000000;
    --white: #ffffff;
    --blue: #24445d;
    --green: #5ce099;
    --menu: #eeeeee;
    --light: #eaeaea;
    --hover: #2ebc6b;
    --active: #427131
}

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

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

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

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

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

.main:not(:last-child) {
    margin-bottom: 170px
}

@media (max-width:600px) {
    .main:not(:last-child) {
        margin-bottom: 95px
    }
}

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

section:last-child {
    margin-bottom: 0
}

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

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

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

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

section:not(:last-child) {
    margin-bottom: 100px
}

@media (max-width:600px) {
    section:not(:last-child) {
        margin-bottom: 30px
    }
}

.tx-100-54 {
    font-family: Montserrat;
    font-size: 82px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    color: #fff
}

@media (max-width:991px) {
    .tx-100-54 {
        font-size: 70px
    }
}

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

.tx-60-38 {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    color: #fff
}

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

.tx-32-28 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #fff
}

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

.color {
    color: #fff
}

.color-pink {
    color: #f2119f
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.line {
    text-decoration-line: underline
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 150%;
    color: var(--black);
    border-radius: 15px;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 52px;
    min-width: 160px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (max-width:600px) {
    .but {
        min-height: 28px;
        min-width: 116px;
        font-size: 15px
    }
}

.but_cookie {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    background: var(--white)
}

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

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

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

.input {
    display: block;
    padding: 0 24px;
    width: 100%;
    min-height: 58px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    border-radius: 15px;
    background: #f1f1f1;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (max-width:600px) {
    .input {
        min-height: 28px;
        min-width: 116px;
        font-size: 15px
    }
}

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

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

.input::-webkit-input-placeholder {
    color: var(--black);
    opacity: .5
}

.input::-moz-placeholder {
    color: var(--black);
    opacity: .5
}

.input:-ms-input-placeholder {
    color: var(--black);
    opacity: .5
}

.input::-ms-input-placeholder {
    color: var(--black);
    opacity: .5
}

.input::placeholder {
    color: var(--black);
    opacity: .5
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.color-green {
    color: #009750
}

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

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

.text-transform {
    text-transform: uppercase
}

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

.header-block .header {
    margin-bottom: 40px
}

.link-btn {
    position: relative;
    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;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    scale: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 6px;
    color: var(--white);
    border: 1px solid #08a8e7;
    background: -webkit-gradient(linear, left bottom, left top, from(#39b300), to(#194d00));
    background: linear-gradient(0deg, #39b300 0, #194d00 100%);
    -webkit-transition: background .3s ease-in-out, scale .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background .3s ease-in-out, scale .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background .3s ease-in-out, scale .2s ease-in-out, transform .2s ease-in-out;
    transition: background .3s ease-in-out, scale .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.link-btn span {
    position: relative;
    z-index: 2
}

@media (max-width:600px) {
    .link-btn {
        font-size: 10px
    }
}

.link-btn::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: 0 0;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
    transition: opacity .3s ease-in-out, background .3s ease-in-out
}

@media (any-hover:hover) {
    .link-btn:hover {
        scale: 1.03;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    .link-btn:hover::after {
        opacity: 1;
        background: var(--hover)
    }
}

.lottotatts-footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #fff;
}

.link-btn:active {
    scale: 1.04;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.link-btn:active::after {
    opacity: 1;
    background: var(--active)
}

.lunk {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    color: var(--white);
    scale: 1;
    -webkit-transition: color .3s ease-in-out, scale .3s ease-in-out;
    transition: color .3s ease-in-out, scale .3s ease-in-out
}

@media (any-hover:hover) {
    .lunk:hover {
        color: var(--hover);
        scale: 1.07
    }
}

.lunk:active {
    color: var(--actove);
    scale: 1.1;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.transfotm {
    text-transform: initial
}

.lottotatts-header {
    padding: 44px 0 35px 0;
    left: 0;
    top: 0;
    width: 100%
}

@media (max-width:991px) {
    .lottotatts-header {
        padding: 20px 0
    }
}

.lottotatts-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.lottotatts-header__menu {
    width: 100%
}

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

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

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

.lottotatts-header__link {
    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;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 60px;
    border-radius: 32px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.lottotatts-header__link:nth-child(1) {
    max-width: 160px;
    border: 2px solid #18a0df
}

.lottotatts-header__link:nth-child(2) {
    max-width: 160px;
    background-color: #18a0df;
    border: 2px solid transparent
}

@media (any-hover:hover) {
    .lottotatts-header__link:hover {
        border-color: var(--hover);
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
}

.lottotatts-header__link:active {
    border-color: var(--active);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

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

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

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

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

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

.nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width:991px) {
    .nav {
        -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
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 68px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

.nav__link {
    scale: 1;
    -webkit-transition: color .3s ease-in-out, scale .2s ease-in-out;
    transition: color .3s ease-in-out, scale .2s ease-in-out
}

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

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

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

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 42px;
    height: 18px;
    background-color: transparent
}

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

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

.terms {
    padding: 40px 0
}

.terms h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--white)
}

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

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

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

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

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

.terms h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--white)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lottotatts-footer {
    padding: 0 0 123px 0
}

@media (max-width:600px) {
    .lottotatts-footer {
        padding: 0 0 10px 0
    }
}

.lottotatts-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.lottotatts-footer__list {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

.lottotatts-footer__link {
    color: var(--black);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

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

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

.lottotatts-footer__list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 54px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.lottotatts-footer__item-img {
    width: 100%
}

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

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

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

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

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

.lottotatts-footer__link-img {
    opacity: 1;
    scale: 1;
    -webkit-transition: opacity .3s ease-in-out, scale .2s ease-in-out;
    transition: opacity .3s ease-in-out, scale .2s ease-in-out;
    width: 100%
}

@media (any-hover:hover) {
    .lottotatts-footer__link-img:hover {
        opacity: .8;
        scale: 1.07
    }
}

.lottotatts-footer__link-img:active {
    opacity: .6;
    scale: 1.09;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.lottotatts-footer__age {
    max-width: 101px;
    width: 100%;
    height: 101px
}

.lottotatts-hero {
    margin-bottom: 249px
}

@media (max-width:991px) {
    .lottotatts-hero {
        margin-bottom: 100px
    }
}

@media (max-width:600px) {
    .lottotatts-hero {
        margin-bottom: 65px
    }
}

.lottotatts-hero__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1100px) {
    .lottotatts-hero__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }
}

.lottotatts-hero__text {
    padding-top: 77px;
    max-width: 628px
}

@media (max-width:1100px) {
    .lottotatts-hero__text {
        max-width: 100%;
        padding-top: 28px
    }
}

.lottotatts-hero__img {
    max-width: 400px;
    height: 400px
}

@media (max-width:1100px) {
    .lottotatts-hero__img {
        margin: 0 auto;
        max-width: 343px
    }
}

.lottotatts-hero__bottom-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1100px) {
    .lottotatts-hero__bottom-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 32px
    }
}

.lottotatts-hero__play {
    padding: 22px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 32px;
    background-color: #18a0df;
    border: 2px solid #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    min-height: 116px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 665px;
    width: 100%;
    -webkit-transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, transform .3s ease-in-out;
    transition: border-color .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.lottotatts-hero__play img {
    max-width: 68px;
    width: 100%;
    height: 68px
}

@media (max-width:600px) {
    .lottotatts-hero__play {
        max-width: 100%;
        min-height: 132px;
        gap: 51px
    }
}

@media (any-hover:hover) {
    .lottotatts-hero__play:hover {
        border-color: var(--hover);
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
}

.lottotatts-hero__play:active {
    border-color: var(--actice);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.lottotatts-hero__logo {
    max-width: 400px;
    width: 100%;
    height: 113px
}

@media (max-width:1100px) {
    .lottotatts-hero__logo {
        margin: 0 auto;
        max-width: 343px
    }
}

.lottotatts-about {
    margin-bottom: 97px
}

@media (max-width:600px) {
    .lottotatts-about {
        margin-bottom: 54px
    }
}

.lottotatts-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.lottotatts-about__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.lottotatts-about p a {
    color: #1185f2;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .lottotatts-about p a:hover {
        color: var(--hover)
    }
}

.lottotatts-about__content {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    gap: 40px;
}


@media (max-width: 991px) {
    .lottotatts-about__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.lottotatts-about p a:active {
    color: var(--actice);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.lottotatts-about p span {
    color: #119ff2
}

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

.popup__body {
    padding: 50px 50px;
    position: relative;
    margin: 0 auto;
    max-width: 673px;
    min-height: 282px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    background: rgba(230, 230, 230, 0.90);
    box-shadow: 0px 30px 40px 0px rgba(37, 45, 53, 0.22);
}

@media (max-width:991px) {
    .popup__body {
        padding: 24px 16px;
        min-height: 200px
    }
}

.popup__name {
    margin-bottom: 20px;
    text-align: center
}

@media (max-width:600px) {
    .popup__name {
        font-size: 20px
    }
}

.popup__text {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .popup__text {
        margin-bottom: 30px;
        font-size: 13px
    }
}

.popup__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__form-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media (max-width:991px) {
    .popup__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 25px
    }
}

.popup__button-yes {
    width: 100%;
    min-height: 48px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    background: #fe5ec3
}

@media (max-width:600px) {
    .popup__button-yes {
        font-size: 15px;
        min-width: 40px
    }
}

.popup__close {
    position: absolute;
    width: 19px;
    height: 19px;
    right: 16px;
    top: 19px;
    z-index: 3;
    cursor: pointer
}

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

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

.page-block section {
    margin-top: -1px;
    margin-bottom: 50px
}

.lottotatts-popup-card.popup-disabled {
    display: none
}

.lottotatts-popup-card {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: 0;
    z-index: 100;
    overflow: auto
}

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

.lottotatts-popup-card__body {
    overflow: auto;
    max-width: 673px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 50px 50px;
    text-align: center;
    border-radius: 20px;
    background: #1c1c1c;
}

@media (max-width:991px) {
    .lottotatts-popup__body {
        width: 95%;
        gap: 20px
    }
}

@media (max-width:600px) {
    .lottotatts-popup-card__name {
        font-size: 20px
    }
}

@media (max-width:600px) {
    .lottotatts-popup-card__text {
        font-size: 16px
    }
}

.lottotatts-popup-card__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .lottotatts-popup-card__card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.lottotatts-popup-card__btn {
    max-width: 278px;
    min-height: 48px;
    border-radius: 8px;
    background: #10d0f2;
    color: var(--white);
}

.lottotatts-popup-card__link {
    max-width: 278px;
    min-height: 48px;
    border-radius: 8px;
    color: var(--white);
    background: transparent;
}