@charset "UTF-8";

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

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

:root {
    --font-main: "Poppins", sans-serif;
    --container-width: 1140px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0a1833; /* Deep blue background */
    --main: #f5f7fa; /* Soft off-white for main text */
    --black: #0a1833; /* Deep blue for black */
    --white: #f5f7fa; /* Off-white for white */
    --menu: #142850; /* Lighter blue for menu */
    --hover: #1ecb83; /* Vibrant green for hover */
    --active: #159a5b; /* Darker green for active */
    --accent: #3a8dde; /* Accent blue */
    --footer-bg: #142850; /* Footer background */
    --button-bg: #1ecb83; /* Button background */
    --button-border: #159a5b; /* Button border */
    --input-bg: #1a2747; /* Input background */
    --input-border: #3a8dde; /* Input border */
}

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

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

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

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

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

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

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

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

.tx-14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--white)
}

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

.color-green {
    color: #ffa100
}

.input {
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: #fff;
    padding: 4px 12px;
    width: 100%;
    height: 40px;
    resize: none;
    min-height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--main);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_textarea {
    padding: 4px 12px;
    resize: none;
    min-height: 147px
}

.input::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent
}

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

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

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

.input::-webkit-input-placeholder {
    color: #e0e6ef
}

.input::-moz-placeholder {
    color: #e0e6ef
}

.input:-ms-input-placeholder {
    color: #e0e6ef
}

.input::-ms-input-placeholder {
    color: #e0e6ef
}

.input::placeholder {
    color: #e0e6ef
}

.color-grey {
    color: #e0e6ef
}

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

.italic {
    font-style: italic
}

.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.circle::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--white);
    margin-top: 5px
}

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

.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;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white);
    border-radius: 5px;
    background: var(--button-bg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px;
    width: 100%;
    max-width: 143px;
    min-height: 44px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.but_border {
    border-radius: 10px;
    border: 1px solid var(--button-border);
    background: 0 0;
    color: var(--white)
}

.but span {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

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

.mb-30-20 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-30-20 {
        margin-bottom: 20px
    }
}

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

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

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

@media (max-width:991px) {
    .mb-120-60:not(:last-child) {
        margin-bottom: 80px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-30 {
    margin-bottom: 30px
}

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

@media (max-width:600px) {
    .mb-20-16 {
        margin-bottom: 16px
    }
}

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

.color-yellow {
    color: #ffc31e
}

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

@media (max-width:600px) {
    .mb-40-24 {
        margin-bottom: 25px
    }
}

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

.color-header .header {
    background: #272727
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 20px 0
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.header__home span {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

.nav__list {
    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 20px
}

@media (max-width:1440px) {
    .nav__list {
        gap: 10px 40px
    }
}

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

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

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

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

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

.terms {
    padding: 140px 0 40px 0
}

.terms h1 {
    font-size: 32px;
    line-height: 1.3;
    color: var(--main);
    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: 30px;
    line-height: 1.3;
    color: var(--main);
    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(--main);
    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(--main);
    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
    }
}

.ausslottoplayhero {
    position: relative;
    padding: 120px 0 100px 0;
    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;
    background: linear-gradient(90deg, var(--accent) 0, var(--menu) 100%);
}

.ausslottoplayhero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ausslottoplayhero__item {
    max-width: 143px;
    width: 100%
}

.ausslottoplay-history__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:768px) {
    .ausslottoplay-history__container {
        -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
    }
}

.ausslottoplay-history__img {
    max-width: 200px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ausslottoplay-resp {
    padding: 20px 0;
    background: var(--accent);
}

.contact-card .ausslottoplaycontacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.contact-card .ausslottoplaycontacts__descr {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 13px
}

@media (max-width:768px) {
    .contact-card .ausslottoplaycontacts__descr {
        -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
    }
}

.contact-card .ausslottoplaycontacts__back {
    padding: 20px 20px;
    max-width: 466px;
    width: 100%;
    border-radius: 20px;
    background: #a51a3c
}

@media (max-width:600px) {
    .contact-card .ausslottoplaycontacts__title {
        margin-bottom: 13px
    }
}

.contact-card__img {
    max-width: 448px;
    width: 100%;
    height: 448px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:450px) {
    .contact-card__img {
        height: 329px
    }
}

.contact-card .input {
    background: 0 0;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border: 1px solid #fff;
    color: var(--white)
}

.contact-card .input::-webkit-input-placeholder {
    color: var(--white)
}

.contact-card .input::-moz-placeholder {
    color: var(--white)
}

.contact-card .input:-ms-input-placeholder {
    color: var(--white)
}

.contact-card .input::-ms-input-placeholder {
    color: var(--white)
}

.contact-card .input::placeholder {
    color: var(--white)
}

.ausslottoplay-winners__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 16px
}

@media (max-width:991px) {
    .ausslottoplay-winners__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr)
    }
}

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

.ausslottoplay-winners__item {
    padding: 32px 24px;
    border-radius: 20px;
    border: 1px solid #272727
}

.ausslottoplay-winners__name {
    margin-bottom: 4px
}

.ausslottoplay-winners__cush {
    margin-bottom: 16px
}

.footer {
    padding: 40px 0;
    background: var(--footer-bg);
}

.footer__top {
    margin-bottom: 20px
}

.footer__age {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

.footer__item:nth-child(2) {
    width: 155px;
    height: 53px
}

.footer__item:nth-child(3) {
    width: 118px;
    height: 68px
}

.footer__item:nth-child(4) {
    width: 55px;
    height: 51px
}

.footer__item:nth-child(5) {
    width: 183px;
    height: 24px
}

.footer__links {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .footer__links:hover {
        opacity: .7
    }
}

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

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

.footer__link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

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

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

.ausslottoplaycontacts__back {
    position: relative;
    width: 100%
}

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

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

.ausslottoplaycontacts__descr {
    max-width: 426px;
    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: 32px
}

@media (max-width:600px) {
    .ausslottoplaycontacts__descr {
        gap: 13px
    }
}

.ausslottoplaycontacts__img {
    max-width: 387px;
    width: 100%;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .ausslottoplaycontacts__img {
        height: 405px
    }
}

.log-in-card .ausslottoplaycontacts__img {
    max-width: 433px;
    height: 320px
}

.ausslottoplaycontacts-form {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%
}

.ausslottoplaycontacts-form span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

.ausslottoplaycontacts-form__button {
    margin: 0 auto
}

@media (max-width:600px) {
    .ausslottoplaycontacts-form__button {
        max-width: 126px
    }
}

.popup {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popup.active {
    opacity: 1;
    visibility: visible
}

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

.popup__content {
    overflow: auto;
    max-width: 399px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    background: var(--menu);
    padding: 20px;
    text-align: center;
    color: var(--main);
}

@media (max-width:991px) {
    .popup__content {
        width: 95%
    }
}

.popup__text {
    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;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--main)
}

.popup__text img {
    margin: 0 auto;
    max-width: 50px;
    width: 100%;
    height: 50px
}

.popup__text-two {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--main)
}

.popup__exit {
    margin: 0 auto;
    min-width: auto;
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    background: #ffc31e;
    border: 0
}

.popupag {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

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

.popupag__body {
    overflow: auto;
    max-width: 453px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 24px;
    background: #272727
}

@media (max-width:991px) {
    .popupag__body {
        padding: 16px;
        width: 95%
    }
}

.popupag__text {
    width: 100%
}

.popupag__button {
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px
}

.popup-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    right: 0;
    bottom: 0
}

.popup-cookie.disabled {
    display: none
}

.popup-cookie__content {
    padding: 20px 20px;
    max-width: 405px;
    width: 100%;
    margin-left: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--footer-bg);
    gap: 10px
}

@media (max-width:600px) {
    .popup-cookie__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        padding: 8px 20px
    }
}

.popup-cookie__texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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
}

@media (max-width:600px) {
    .popup-cookie__texts {
        gap: 8px
    }
}

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

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

.popup-cookie__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px
}

@media (max-width:600px) {
    .popup-cookie__buttons {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup-cookie__button {
    max-width: 144px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700
}

@media (max-width:600px) {
    .popup-cookie__button {
        max-width: 100%
    }
}

.popup-cookie__link {
    max-width: 212px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #fed339
}

@media (max-width:600px) {
    .popup-cookie__link {
        max-width: 100%
    }
}

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

.ausslottoplay-contact.click-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ausslottoplay-contact__card {
    position: relative;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 453px;
    min-height: 166px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -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;
    background: var(--menu);
    z-index: 3
}

@media (max-width:600px) {
    .ausslottoplay-contact__card {
        padding: 20px 20px
    }
}

.ausslottoplay-contact__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    z-index: 2;
    cursor: pointer
}

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

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

.ausslottoplay-contact__exit {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ausslottoplay-contact__bottom {
    width: 100%
}

.ausslottoplay-contact .form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    z-index: 3
}

.ausslottoplay-contact .form__inputs {
    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
}

.ausslottoplay-contact .form__button {
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .2px
}

.ausslottoplay-contact .form__link {
    background: 0 0;
    border: 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .ausslottoplay-contact .form__link:hover {
        color: #2f2f2f
    }
}

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

.ausslottoplay-contact__none {
    margin: 0 auto;
    max-width: 171px;
    min-height: 37px;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.contact-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}