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

@font-face {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../wagersquest-fonts/wagersquest-LexendExa-Medium.woff2) format("woff2")
}

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

@font-face {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../wagersquest-fonts/wagersquest-LexendExa-ExtraBold.woff2) format("woff2")
}

@font-face {
    font-family: "Lexend Exa";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../wagersquest-fonts/wagersquest-LexendExa-Black.woff2) format("woff2")
}

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

.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: -webkit-gradient(linear, right top, left top, from(#003352), to(#00044b));
    background: linear-gradient(270deg, #003352 0, #00044b 100%)
}

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

.Lexend {
    font-family: "Lexend Exa"
}

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

@media (max-width:991px) {
    .tx-50-24 {
        font-size: 34px
    }
}

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

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

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

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

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

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

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

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

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

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

.tx-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    color: var(--white)
}

.tx-17 {
    font-size: 17.678px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    color: var(--white)
}

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

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

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

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

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

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

.color-grey {
    color: #a1a1a1
}

.color-green {
    color: #1a291c
}

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

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

.input {
    display: block;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 14px 16px;
    width: 100%;
    height: 49px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_area {
    height: 100px
}

@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: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Lexend Exa";
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#008fa8), to(#150089));
    background: linear-gradient(180deg, #008fa8 0, #150089 100%);
    max-width: 246px;
    width: 100%;
    min-height: 47px;
    color: var(--white);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
    .but {
        min-height: 35px;
        font-size: 12px;
        border-radius: 6px
    }
}

.but_border {
    border-radius: 10px;
    border: 2px solid #fff;
    background: 0 0;
    color: var(--white)
}

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

.pd-80-40 {
    padding: 80px 0
}

@media (max-width:600px) {
    .pd-80-40 {
        padding: 40px 0
    }
}

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

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

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

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

.color-blue {
    color: #201a29
}

.tx-24 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.tx-72-24 {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #d3ffd9
}

@media (max-width:991px) {
    .tx-72-24 {
        font-size: 44px
    }
}

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

.wagersquest-header {
    position: relative;
    padding: 17px 0;
    width: 100%
}

@media (max-width:600px) {
    .wagersquest-header {
        padding: 12px 0
    }
}

.wagersquest-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wagersquest-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

.wagersquest-header__logo img {
    max-width: 30px;
    width: 100%;
    height: 25px
}

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

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

.wagersquest-header__menu {
    width: 100%
}

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

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

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

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

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

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

.wagersquest-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-two {
    max-width: 268px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.nav__item-two {
    width: 100%
}

.nav__item-two:nth-child(1) {
    max-width: 120px
}

.nav__item-two:nth-child(2) {
    max-width: 132px
}

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

@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: 24px;
    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: 40px 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
    }
}

.wagersquest-hero {
    padding: 40px 0;
    position: relative
}

@media (max-width:600px) {
    .wagersquest-hero {
        padding: 40px 0 24px 0
    }
}

.wagersquest-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width:991px) {
    .wagersquest-hero__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 24px;
        text-align: center
    }
}

.wagersquest-hero__content {
    max-width: 530px;
    width: 100%
}

.wagersquest-hero__top {
    display: block;
    margin-bottom: 12px
}

@media (max-width:600px) {
    .wagersquest-hero__top {
        margin-bottom: 8px
    }
}

.wagersquest-hero__title {
    margin-bottom: 30px
}

@media (max-width:600px) {
    .wagersquest-hero__title {
        margin-bottom: 24px
    }
}

.wagersquest-hero__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: 12px
}

@media (max-width:991px) {
    .wagersquest-hero__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 8px
    }
}

@media (max-width:991px) {
    .wagersquest-hero__item {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:991px) {
    .wagersquest-hero__link {
        max-width: 100%
    }
}

.wagersquest-hero__img {
    max-width: 643px;
    width: 100%;
    height: 502px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:991px) {
    .wagersquest-hero__img {
        background-size: cover;
        max-width: 328px;
        height: 256px
    }
}

.wagersquest-info {
    margin-bottom: 80px
}

.wagersquest-info__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template: auto/repeat(4, 1fr);
    gap: 40px
}

@media (max-width:1240px) {
    .wagersquest-info__list {
        gap: 16px
    }
}

@media (max-width:1110px) {
    .wagersquest-info__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 8px 1fr;
        grid-template: auto/repeat(2, 1fr);
        gap: 8px
    }
}

.wagersquest-info__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#008fa8), to(#150089)), -webkit-gradient(linear, left top, left bottom, from(#0a5926), to(#1a291c));
    background: linear-gradient(180deg, #008fa8 0, #150089 100%), linear-gradient(180deg, #0a5926 0, #1a291c 100%)
}

@media (max-width:600px) {
    .wagersquest-info__item {
        padding: 8px 8px;
        gap: 8px
    }
}

.wagersquest-info__img {
    max-width: 64px;
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .wagersquest-info__img {
        max-width: 40px;
        width: 40px;
        height: 40px;
        background-size: cover
    }
}

@media (max-width:350px) {
    .wagersquest-info__img {
        width: 30px;
        max-width: 30px;
        height: 30px
    }
}

.wagersquest-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

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

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

.wagersquest-blochik__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) {
    .wagersquest-blochik__container {
        gap: 20px
    }
}

.wagersquest-blochik__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: 12px
}

.wagersquest-blochik__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 40px 50px
}

@media (max-width:991px) {
    .wagersquest-blochik__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template: auto/repeat(2, 1fr);
        gap: 16px
    }
}

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

.wagersquest-blochik__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;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.wagersquest-blochik__link-two {
    max-width: 100%
}

.wagersquest-blochik__img {
    height: 398px;
    width: 100%;
    border-radius: 10px
}

.wagersquest-blochik__img img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:600px) {
    .wagersquest-blochik__img {
        height: 289px
    }
}

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

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

.wagersquest-star__img {
    max-width: 550px;
    width: 100%;
    height: 532px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:450px) {
    .wagersquest-star__img {
        height: 318px;
        background-size: contain
    }
}

.wagersquest-star__content {
    max-width: 530px;
    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: 12px
}

@media (max-width:991px) {
    .wagersquest-star__content {
        max-width: 100%;
        text-align: center;
        gap: 8px
    }
}

.wagersquest-elite__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: 24px
}

.wagersquest-elite__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: 12px
}

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

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

.wagersquest-elite__list {
    max-width: 715px;
    width: 100%;
    margin: 0 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: 24px
}

@media (max-width:991px) {
    .wagersquest-elite__list {
        max-width: 100%;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.wagersquest-elite__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
    background: #000109
}

@media (max-width:350px) {
    .wagersquest-elite__item {
        padding: 8px 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.wagersquest-elite__img {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .wagersquest-elite__img {
        max-width: 24px;
        height: 24px
    }
}

.wagersquest-elite__imgbig {
    max-width: 505px;
    height: 374px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .wagersquest-elite__imgbig {
        background-size: contain;
        height: 243px
    }
}

.wagersquest-elite__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    max-width: 200px;
    width: 100%
}

@media (max-width:600px) {
    .wagersquest-elite__left {
        max-width: 120px
    }
}

.wagersquest-elite__sprint {
    max-width: 399px;
    width: 100%;
    height: 16px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#008fa8), to(#150089)), -webkit-gradient(linear, left bottom, left top, from(#0a5926), to(#0fff2b));
    background: linear-gradient(90deg, #008fa8 0, #150089 100%), linear-gradient(0deg, #0a5926 0, #0fff2b 100%)
}

@media (max-width:400px) {
    .wagersquest-elite__sprint {
        max-width: 90px
    }
}

.wagersquest-elite__rev {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wagersquest-urers__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) {
    .wagersquest-urers__container {
        gap: 20px
    }
}

.wagersquest-urers__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wagersquest-urers__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.wagersquest-urers__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    max-width: 102px;
    width: 100%;
    height: 45px
}

@media (max-width:600px) {
    .wagersquest-urers__buttons {
        display: none
    }
}

.wagersquest-urers__button {
    position: relative;
    max-width: 45px;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

.wagersquest-urers .swiper-button-next:after,
.wagersquest-urers .swiper-button-prev:after {
    display: none
}

.wagersquest-urers .swiper-button-prev,
.wagersquest-urers .swiper-rtl .swiper-button-next {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wagersquest-urers .swiper-button-next,
.wagersquest-urers .swiper-rtl .swiper-button-prev {
    right: 0
}

.wagersquest-urers__swiper {
    overflow: visible;
    width: 100%
}

.wagersquest-urers__slide {
    max-width: 400px;
    width: 100%;
    height: auto;
    padding: 24px 24px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .01)
}

@media (max-width:600px) {
    .wagersquest-urers__slide {
        padding: 16px 16px;
        max-width: 100%
    }
}

@media (max-width:600px) {
    .wagersquest-urers__text-two {
        margin-bottom: 8px
    }
}

.wagersquest-urers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px
}

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

.wagersquest-urers__item {
    max-width: 20px;
    width: 100%;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

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

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

.wagersquest-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) {
    .wagersquest-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.wagersquest-footer {
    padding: 40px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000109), to(#000109)), -webkit-gradient(linear, left top, left bottom, from(#0a5926), to(#1a291c));
    background: linear-gradient(0deg, #000109 0, #000109 100%), linear-gradient(180deg, #0a5926 0, #1a291c 100%)
}

.wagersquest-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: 24px
}

@media (max-width:600px) {
    .wagersquest-footer__container {
        gap: 16px
    }
}

.wagersquest-footer__logo {
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.wagersquest-footer__logo div {
    max-width: 30px;
    width: 100%;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.wagersquest-footer__cards {
    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
}

.wagersquest-footer__text {
    color: #f1f1f1
}

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

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

.wagersquest-footer__age {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-image: url(../wagersquest-img/wagersquest-svg/wagersquest-19+.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

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

.wagersquest-auth__cards {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .5)
}

@media (max-width:600px) {
    .wagersquest-auth__cards {
        background: 0 0;
        padding: 0
    }
}

.wagersquest-auth__card {
    width: 100%
}

@media (max-width:800px) {
    .wagersquest-auth__card {
        max-width: 100%
    }
}

.wagersquest-auth__title {
    margin-bottom: 24px
}

@media (max-width:600px) {
    .wagersquest-auth__title {
        margin-bottom: 16px;
  
    }
}

.wagersquest-auth span {
    display: block
}

@media (max-width:600px) {
    .wagersquest-auth span {
    
    }
}

.wagersquest-auth__mail {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.wagersquest-auth__mail span {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 24px;
    width: 100%;
    height: 24px
}

@media (max-width:600px) {
    .wagersquest-auth__mail {

    }

    .wagersquest-auth__mail span {
        background-image: url(../wagersquest-img/wagersquest-svg/wagersquest-mail-mob.svg)
    }
}

.wagersquest-auth__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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wagersquest-auth__mintitle {
    max-width: 800px;
    width: 100%
}

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

.wagersquest-auth .wagersquest-auth__content {
    padding-top: 10px;
    display: none
}

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

.wagersquest-auth__text {
    width: 100%
}

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

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

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

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

@media (max-width:600px) {
    .wagersquest-auth .form__button {
        max-width: 100%
    }
}

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

.hero-game {
    min-height: auto;
    padding: 24px 0
}

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

.hero-game .wagersquest-hero__titile {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.32px
}

@media (max-width:600px) {
    .hero-game .wagersquest-hero__titile {
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 2.28px
    }
}

.hero-game .wagersquest-hero__content {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wagersquest-play {
    padding: 40px 0;
    background: #421a00
}

@media (max-width:600px) {
    .wagersquest-play {
        padding: 20px 0
    }
}

.wagersquest-play__card {
    border-radius: 20px;
    border: 1px solid #fff;
    height: 800px;
    width: 100%;
    overflow: hidden
}

.wagersquest-play__card iframe {
    border-radius: 20px;
    width: 100%;
    height: 800px
}

@media (max-width:991px) {
    .wagersquest-play__card {
        height: 500px
    }

    .wagersquest-play__card iframe {
        height: 500px
    }
}

@media (max-width:600px) {
    .wagersquest-play__card {
        height: 280px
    }

    .wagersquest-play__card iframe {
        height: 280px
    }
}

.wagersquest-game {
    padding: 24px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../wagersquest-img/wagersquest-back-game.webp)
}

@media (max-width:600px) {
    .wagersquest-game {
        padding: 16px 0;
        background-image: url(../wagersquest-img/wagersquest-back-game-mob.webp)
    }
}

.demo-card {
    padding: 40px 0 80px
}

@media (max-width:600px) {
    .demo-card {
        padding: 20px 0 20px 0
    }
}

.demo-card__play {
    margin: 0 auto;
    height: 720px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff
}

@media (max-width:600px) {
    .demo-card__play {
        max-width: 328px;
        height: 260px
    }
}

.demo-card__play iframe {
    width: 100%;
    border-radius: 20px;
    height: 720px
}

@media (max-width:600px) {
    .demo-card__play iframe {
        height: 260px
    }
}

.img-game-one {
    max-width: 100%;
    height: 373px;
    border-radius: 20px
}

@media (max-width:400px) {
    .img-game-one {
        height: 98px
    }
}

.img-game-two {
    height: 252px
}

@media (max-width:400px) {
    .img-game-two {
        height: 66px
    }
}