* {
    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 {
    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
}

textarea {
    resize: none
}

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 {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

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

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: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../winitalltoday-fonts/winitalltoday-OpenSans-Regular.woff2) format("woff2")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../winitalltoday-fonts/winitalltoday-OpenSans-ExtraBold.woff2) format("woff2")
}

@font-face {
    font-family: MontaguSlab;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../winitalltoday-fonts/winitalltoday-MontaguSlab-Bold.woff2) format("woff2")
}

:root {
    --font-main: "Open Sans", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 24px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #020223;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --l-blue: #4BA2B3;
    --gradient: linear-gradient(90deg, #4ba2b3 0%, #b91fec 100%);
    --dark: #1E1E1E;
    --blue: #a7cff3;
    --hover: #dde03c;
    --active: #1b9c48
}

.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)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.MontaguSlab {
    font-family: MontaguSlab
}

.Open {
    font-family: "Open Sans"
}

.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_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

section {
    position: relative
}

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

.tx-48-34 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-48-34 {
        font-size: 34px;
        line-height: 38px
    }
}

.tx-48 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--white)
}

.tx-34 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    color: var(--white)
}

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

.tx-17 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--white)
}

.tx-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    color: var(--white)
}

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

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

.color-grey {
    color: #e5e5e5
}

.color-green {
    color: #1bc168
}

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

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

.pd-40 {
    padding-top: 40px
}

.input {
    display: block;
    border-radius: 12px;
    background: #e4e4e4;
    padding: 16px 24px;
    width: 100%;
    height: 55px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #131313;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_area {
    height: 93px
}

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

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

.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;
    gap: 10px;
    padding: 5px;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    background: #0025a0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 16px;
    width: 100%;
    min-height: 46px;
    color: var(--white);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.but_border {
    border-radius: 10px;
    border: 1px solid #ee3c8f;
    background: 0 0
}

.but_lgreen {
    border-radius: 5px;
    background: 0 0;
    border: #ffdead;
    background-color: var(--l-blue)
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-section:not(:last-child) {
    margin-bottom: 60px
}

.mb-32-10:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:1220px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 16px
    }
}

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

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

.pt-60 {
    padding-top: 60px
}

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

.mb-10:not(:last-child) {
    margin-bottom: 10px
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

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

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.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
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

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

.page-img {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 667px;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 35, .1)), to(#020223)), url(../winitalltoday-img/winitalltoday-hero.webp) #d3d3d3 50%/cover no-repeat;
    background: linear-gradient(180deg, rgba(2, 2, 35, .1) 0, #020223 100%), url(../winitalltoday-img/winitalltoday-hero.webp) #d3d3d3 50%/cover no-repeat
}

@media (max-width:600px) {
    .page-img {
        height: 358px
    }
}

.winitalltoday-header {
    position: relative;
    padding: 29px 0;
    width: 100%;
    background: #001b56
}

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

.winitalltoday-header__logo {
    max-width: 75px;
    height: 75px;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

@media (any-hover:hover) {
    .winitalltoday-header__logo:hover {
        scale: 1.03
    }
}

.winitalltoday-header__logo:active {
    scale: 1.05;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:600px) {
    .winitalltoday-header__logo {
        max-width: 55px;
        height: 55px
    }
}

@media (max-width:991px) {
    .winitalltoday-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;
        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) {
    .winitalltoday-header__menu {
        padding: 80px 30px 30px 30px
    }
}

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

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

@media (max-width:991px) {
    .winitalltoday-header__exit-menu {
        display: block;
        top: 25px;
        right: 15px
    }
}

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

.winitalltoday-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)
}

.winitalltoday-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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

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

.nav__list {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 41px
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        background: 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav__list_footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@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
    }
}

.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: 34px;
    height: 18px;
    background-color: transparent
}

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

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 11px;
    background-color: var(--white)
}

.terms {
    padding: 20px 0 30px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

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

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

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

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

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

.terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

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

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

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

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

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

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

@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: 30px
}

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

@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: 18px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@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
    }
}

.winitalltoday-hero {
    padding: 111px 0
}

@media (max-width:600px) {
    .winitalltoday-hero {
        padding: 35px 0
    }
}

.winitalltoday-hero__content {
    position: relative;
    z-index: 1;
    max-width: 606px;
    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;
    gap: 16px
}

@media (max-width:600px) {
    .winitalltoday-hero__link {
        max-width: 100%
    }
}

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

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

.winitalltoday-blochik__cards {
    max-width: 609px;
    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
}

@media (max-width:991px) {
    .winitalltoday-blochik__cards {
        max-width: 100%
    }
}

@media (max-width:800px) {
    .winitalltoday-blochik__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.winitalltoday-blochik__img {
    max-width: 384px;
    width: 100%;
    height: 416px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px
}

@media (max-width:800px) {
    .winitalltoday-blochik__img {
        max-width: 100%
    }
}

@media (max-width:450px) {
    .winitalltoday-blochik__img {
        height: 303px
    }
}

.winitalltoday-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: 40px
}

.winitalltoday-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.winitalltoday-about__item {
    padding: 16px 16px;
    max-width: 295px;
    width: 100%;
    min-height: 142px;
    position: relative;
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#021b79), to(#0575e6));
    background: linear-gradient(90deg, #021b79 0, #0575e6 100%)
}

.winitalltoday-about__number {
    position: absolute;
    left: 16px;
    top: 30px;
    opacity: .5
}

.winitalltoday-about__card {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.winitalltoday-about__text {
    margin-bottom: 16px;
    min-height: 44px
}

.winitalltoday-about__img {
    max-width: 100px;
    width: 100%;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.winitalltoday-games__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: 40px
}

@media (max-width:600px) {
    .winitalltoday-games__title {
        text-align: center
    }
}

.winitalltoday-games__list {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
}

@media (max-width:991px) {
    .winitalltoday-games__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:600px) {
    .winitalltoday-games__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.winitalltoday-games__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background: #001b56;
    gap: 10px
}

.winitalltoday-games__img {
    width: 100%;
    height: 197px
}

.winitalltoday-games__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 197px
}

@media (max-width:991px) {
    .winitalltoday-games__img img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.winitalltoday-games__card {
    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;
    gap: 10px;
    height: 100%
}

@media (max-width:991px) {
    .winitalltoday-games__card {
        max-width: 100%
    }
}

.winitalltoday-games__content {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    gap: 8px
}

.winitalltoday-games__link {
    max-width: 100%
}

.winitalltoday-contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .winitalltoday-contacts__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.winitalltoday-contacts__image {
    border-radius: 30px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 559px;
    flex: 0 1 559px;
    height: 429px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .winitalltoday-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.form {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 561px;
    flex: 0 1 561px
}

@media (max-width:991px) {
    .form {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.form__button {
    max-width: 100%
}

.winitalltoday-footer {
    padding: 20px 0 40px 0;
    background: #001b56
}

.winitalltoday-footer__age {
    margin: 0 auto;
    margin-bottom: 24px;
    display: block;
    max-width: 53px;
    width: 100%;
    height: 53px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.winitalltoday-footer__cards {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:768px) {
    .winitalltoday-footer__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.winitalltoday-footer__left {
    width: 50%
}

@media (max-width:768px) {
    .winitalltoday-footer__left {
        width: 100%
    }
}

.winitalltoday-footer__right {
    width: 50%
}

@media (max-width:768px) {
    .winitalltoday-footer__right {
        width: 100%
    }
}

.winitalltoday-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 51px
}

@media (max-width:400px) {
    .winitalltoday-footer__list {
        -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: 16px
    }
}

.winitalltoday-footer__title {
    max-width: 384px;
    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;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 24px
}

@media (max-width:600px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

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

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

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

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

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

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

.nav__link .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.demo-card .winitalltoday-blochik__container {
    padding-top: 70px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.demo-card__play {
    max-width: 823px;
    width: 100%;
    margin: 0 auto;
    height: 509px;
    border-radius: 30px
}

@media (max-width:991px) {
    .demo-card__play {
        height: 400px
    }
}

@media (max-width:450px) {
    .demo-card__play {
        height: 232px;
        border-radius: 12px
    }
}

.demo-card__iframe {
    max-width: 823px;
    width: 100%;
    height: 509px;
    border-radius: 30px
}

@media (max-width:991px) {
    .demo-card__iframe {
        height: 400px
    }
}

@media (max-width:450px) {
    .demo-card__iframe {
        height: 232px;
        border-radius: 12px
    }
}

.winitalltoday-auth {
    padding: 60px 0
}

@media (max-width:600px) {
    .winitalltoday-auth {
        padding: 60px 0
    }
}

.winitalltoday-auth .form {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:600px) {
    .winitalltoday-auth .form {
        padding: 16px 0
    }
}

.winitalltoday-auth .winitalltoday-auth__content {
    display: none
}

.winitalltoday-auth .winitalltoday-auth__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.winitalltoday-auth__text {
    max-width: 683px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px
}

.winitalltoday-auth__text a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .winitalltoday-auth__text a:hover {
        opacity: .5
    }
}

.winitalltoday-auth__text a:focus-visible {
    opacity: .5
}

.winitalltoday-auth__text a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.form-contact .form {
    padding: 0
}

.form-contact__cards {
    padding: 64px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .form-contact__cards {
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-contact__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 50%
}

@media (max-width:600px) {
    .form-contact__card {
        width: 100%
    }
}

.form-contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.frequently-asked-questions__container {
    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;
    gap: 40px
}

.accordion {
    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;
    gap: 8px
}

.accordion__item {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 25px;
    background: #001b56;
    position: relative
}

.accordion__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.accordion__text {
    color: #fff
}

.accordion__item-description {
    overflow: hidden;
    will-change: max-height;
    visibility: hidden
}

.accordion__item.active .accordion__item-description {
    visibility: visible
}

.accordion__description-text {
    padding-right: 65px;
    max-width: 1138px;
    width: 100%
}

.accordion__button {
    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;
    padding: 10px;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, -webkit-transform .2s ease;
    transition: background-color .3s ease, -webkit-transform .2s ease;
    transition: background-color .3s ease, transform .2s ease;
    transition: background-color .3s ease, transform .2s ease, -webkit-transform .2s ease;
    will-change: transform
}

.accordion__button-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: width .3s, height .3s, -webkit-transform .3s ease-in-out;
    transition: width .3s, height .3s, -webkit-transform .3s ease-in-out;
    transition: width .3s, height .3s, transform .3s ease-in-out;
    transition: width .3s, height .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.accordion__button-icon.active .accordion__button-icon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.plus {
    display: block
}

.accordion__item.active .plus {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.pros-and-cons-of-social-online-casinos-item-list-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}