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

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

* {
    font-family: "Roboto", sans-serif !important;
    color: #f0f0f0
}

.button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    background: #2f9df2;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease-in-out;
    display: block;
    width: fit-content;
    cursor: pointer;
    border: none;
    white-space: nowrap
}

@media(max-width:767px) {
    .button {
        font-size: 16px
    }
}



.button:hover {
    background: #108eef
}

.button--green {
    background: #1aaa5a
}

.button--green:hover {
    background: #019e47
}

.button--register {
    padding-right: 45px
}

.button--register::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgZmlsbD0nbm9uZSc+PGcgY2xpcC1wYXRoPSd1cmwoI2EpJz48cGF0aCBmaWxsPScjRjBGMEYwJyBkPSdNMTUuMzAyIDEzLjQ0NmMtLjE0NC0xLjAzMi0uNDM4LTEuODk2LS44ODItMi41OTItLjQ0NC0uNjk2LTEuMDYyLTEuMDkyLTEuODU0LTEuMTg4YTQuNTczIDQuNTczIDAgMCAxLTEuNjAyIDEuMTcgNC43OTggNC43OTggMCAwIDEtMS45NjIuNDE0IDQuNzk4IDQuNzk4IDAgMCAxLTEuOTYyLS40MTQgNC41NzMgNC41NzMgMCAwIDEtMS42MDItMS4xN2MtLjc5Mi4xMDgtMS40MS41MDQtMS44NTQgMS4xODgtLjQ0NC42ODQtLjczOCAxLjU0OC0uODgyIDIuNTkyQTcuNjg4IDcuNjg4IDAgMCAwIDUuNDIgMTUuODRhNy41MDMgNy41MDMgMCAwIDAgMy41ODIuODgyIDcuNTAzIDcuNTAzIDAgMCAwIDMuNTgyLS44ODIgNy42ODggNy42ODggMCAwIDAgMi43MTgtMi4zOTRabS0yLjQ0OC03LjAyYzAtMS4wNjgtLjM3Mi0xLjk3NC0xLjExNi0yLjcxOC0uNzQ0LS43NDQtMS42NTYtMS4xMjItMi43MzYtMS4xMzQtMS4wOC0uMDEyLTEuOTg2LjM2Ni0yLjcxOCAxLjEzNC0uNzMyLjc2OC0xLjExIDEuNjc0LTEuMTM0IDIuNzE4LS4wMjQgMS4wNDQuMzU0IDEuOTU2IDEuMTM0IDIuNzM2Ljc4Ljc4IDEuNjg2IDEuMTUyIDIuNzE4IDEuMTE2IDEuMDMyLS4wMzYgMS45NDQtLjQwOCAyLjczNi0xLjExNi43OTItLjcwOCAxLjE2NC0xLjYyIDEuMTE2LTIuNzM2Wk0xOC4wMDIgOWMwIDEuMjI0LS4yNCAyLjM4OC0uNzIgMy40OTJhOS41NjggOS41NjggMCAwIDEtMS45MDggMi44OCA4LjMxNyA4LjMxNyAwIDAgMS0yLjg2MiAxLjkwOCA5LjQ0IDkuNDQgMCAwIDEtMy41MS43MDIgOC40NTIgOC40NTIgMCAwIDEtMy40OTItLjcwMiA5LjU2OCA5LjU2OCAwIDAgMS0yLjg4LTEuOTA4Yy0uODE2LS43OTItMS40NTItMS43NTItMS45MDgtMi44OEE5Ljc2NSA5Ljc2NSAwIDAgMSAuMDAyIDlhOC4wNyA4LjA3IDAgMCAxIC43Mi0zLjQ5MmMuNTA0LTEuMTI4IDEuMTQtMi4wODggMS45MDgtMi44OEMzLjM5OCAxLjgzNiA0LjM1OCAxLjIgNS41MS43MkE5LjAwOSA5LjAwOSAwIDAgMSA5LjAwMiAwYzEuMTc2IDAgMi4zNC4yNCAzLjQ5Mi43MiAxLjE1Mi40OCAyLjExMiAxLjExNiAyLjg4IDEuOTA4Ljc2OC43OTIgMS40MDQgMS43NTIgMS45MDggMi44OEE4LjA3IDguMDcgMCAwIDEgMTguMDAyIDlaJy8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0nYSc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTAgMThoMThWMEgweicvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

@media (max-width:360px) {
    .button--register::after {
        display: none;
    }
}

.button--download {
    padding-right: 45px
}

.button--download::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgZmlsbD0nbm9uZSc+PGcgY2xpcC1wYXRoPSd1cmwoI2EpJz48cGF0aCBmaWxsPScjRjBGMEYwJyBkPSdNMCA5YzAtMi40ODQuODgyLTQuNjA4IDIuNjQ2LTYuMzcyQzQuNDEuODY0IDYuNTI4LS4wMTIgOSAwYzIuNDcyLjAxMiA0LjU5Ni44ODggNi4zNzIgMi42MjhDMTcuMTQ4IDQuMzY4IDE4LjAyNCA2LjQ5MiAxOCA5Yy0uMDI0IDIuNTA4LS45IDQuNjMyLTIuNjI4IDYuMzcyQzEzLjY0NCAxNy4xMTIgMTEuNTIgMTcuOTg4IDkgMThjLTIuNTIuMDEyLTQuNjM4LS44NjQtNi4zNTQtMi42MjhDLjkzIDEzLjYwOC4wNDggMTEuNDg0IDAgOVptMS45NjIgMGMwIDEuOTQ0LjY5IDMuNiAyLjA3IDQuOTY4IDEuMzggMS4zNjggMy4wMzYgMi4wNTggNC45NjggMi4wNyAxLjkzMi4wMTIgMy41ODgtLjY3OCA0Ljk2OC0yLjA3czIuMDctMy4wNDggMi4wNy00Ljk2OC0uNjktMy41NzYtMi4wNy00Ljk2OFMxMC45MzIgMS45NSA5IDEuOTYyYy0xLjkzMi4wMTItMy41ODguNzAyLTQuOTY4IDIuMDdDMi42NTIgNS40IDEuOTYyIDcuMDU2IDEuOTYyIDlabTMuMDYuMjUyaDIuMjE0VjUuMjM4aDMuNTI4djQuMDE0aDIuMjE0TDkgMTIuOTc4IDUuMDIyIDkuMjUyWicvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9J2EnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J00wIDE4aDE4VjBIMHonLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

@media (max-width:360px) {
    .button--download::after {
        display: none;
    }
}

.button--pulse {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:767px) {
    .button--pulse {
        width: 100%
    }
}

.button--pulse span {
    display: block;
    transition: all .3s ease-in-out;
    animation: pulseButton 1.5s infinite ease-in-out;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    padding-right: 45px;
    padding-left: 25px;
    position: relative;
    width: fit-content
}

.button--pulse span::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMycgaGVpZ2h0PScyMycgZmlsbD0nbm9uZSc+PHBhdGggZmlsbD0nI0YwRjBGMCcgZD0nTTEzLjU1OSAxNy40MTF2LTkuMkg5LjQ0MnY5LjJjMCAuMjE1LjA3Ni4zNzYuMjMuNDgzLjE1My4xMDcuMzUyLjE2OS41OTguMTg0aDIuNDZjLjI0NiAwIC40NDUtLjA2MS41OTgtLjE4NGEuNTg5LjU4OSAwIDAgMCAuMjMtLjQ4M1pNNy42OTQgNi41NzhIMTAuMmwtMS42MS0yLjA3YTEuMTE1IDEuMTE1IDAgMCAwLS44NzMtLjM5MWMtLjM1MyAwLS42NTIuMTE1LS44OTcuMzQ1LS4yNDYuMjMtLjM2LjUyMS0uMzQ1Ljg3NC4wMTUuMzUzLjEzLjY0NC4zNDUuODc0LjIxNC4yMy41MDYuMzUzLjg3NC4zNjhabTguODMyLTEuMjQyYzAtLjMzNy0uMTE2LS42MjktLjM0Ni0uODc0LS4yMy0uMjQ1LS41MjUtLjM2NC0uODg1LS4zNTYtLjM2LjAwNy0uNjU1LjE0MS0uODg2LjQwMmwtMS41ODcgMi4wN2gyLjQ4NWMuMzM3IDAgLjYyOC0uMTIzLjg3My0uMzY4LjI0Ni0uMjQ1LjM2LS41MzcuMzQ2LS44NzRabTQuODMgMy4yODl2NC4xMTdjMCAuMTA3LS4wMzkuMi0uMTE2LjI3NmEuNDA0LjQwNCAwIDAgMS0uMjk4LjExNWgtMS4yMnY1LjM1OWMwIC4zMzctLjEyMi42MjEtLjM2Ny44NTEtLjI0Ni4yMy0uNTM3LjM1My0uODc1LjM2OEg0LjUyYy0uMzM4IDAtLjYzLS4xMjMtLjg3NC0uMzY4YTEuMTY4IDEuMTY4IDAgMCAxLS4zNjgtLjg1MXYtNS4zNTloLTEuMjJhLjQwNC40MDQgMCAwIDEtLjI5OC0uMTE1LjM3Ny4zNzcgMCAwIDEtLjExNS0uMjc2VjguNjI1YzAtLjEyMy4wMzgtLjIyMi4xMTUtLjI5OWEuNDA0LjQwNCAwIDAgMSAuMjk5LS4xMTVoNS42MzVhMi44MDMgMi44MDMgMCAwIDEtMi4wMjQtLjgyOGMtLjU2OC0uNTUyLS44NTEtMS4yMzQtLjg1MS0yLjA0NyAwLS44MTMuMjgzLTEuNDg3Ljg1LTIuMDI0YTMuMDI3IDMuMDI3IDAgMCAxIDIuMDI1LS44NTFjLjkyIDAgMS42NC4zMyAyLjE2Mi45ODlsMS42NTUgMi4xMTYgMS42MzQtMi4xMTZjLjUyLS42NiAxLjI0Mi0uOTg5IDIuMTYyLS45ODkuNzk3IDAgMS40NzIuMjg0IDIuMDI0Ljg1MXMuODM1IDEuMjQyLjg1IDIuMDI0Yy4wMTYuNzgyLS4yNjggMS40NjQtLjg1IDIuMDQ3LS41ODMuNTgzLTEuMjU4Ljg1OS0yLjAyNC44MjhoNS42MzVjLjEyMiAwIC4yMjIuMDM4LjI5OS4xMTVhLjQwNC40MDQgMCAwIDEgLjExNC4yOTlaJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.button--flare {
    position: relative;
    overflow: hidden
}

.button--flare::before {
    background-color: rgba(255, 255, 255, .2);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    transform: skew(-30deg);
    width: 30px;
    will-change: left;
    z-index: 1;
    animation: flare 5s infinite ease;
    cursor: pointer
}

@keyframes pulseButton {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes flare {
    0% {
        left: -45px
    }

    20% {
        left: calc(100% + 15px)
    }

    100% {
        left: calc(100% + 15px)
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: #031a3a;
    z-index: 10
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

.position__link {
    padding: 7px 10px;
    border: 2px solid #2f9df2;
    border-radius: 10px
}

.header__buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px
}

.header__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.header__btns a {
    padding: 7px 10px;
    border: 2px solid #2f9df2;
    border-radius: 10px;
    display: none;
}

#gameSection button {
    padding: 10px 20px;
    background: #2f9df2;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
}


@media(max-width:767px) {
    .header__content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center
    }
}

@media(max-width:767px) {

    .header__burger.active span:nth-child(1) {
        transform: rotate(45deg) translateY(5px) translateX(6px)
    }

    .header__burger.active span:nth-child(2) {
        opacity: 0
    }

    .header__burger.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-4px) translateX(5px)
    }
}

.hero {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .hero {
        margin-bottom: 30px
    }
}

.hero__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

@media(max-width:767px) {
    .hero__wrapper {
        gap: 20px
    }
}

.hero__right {
    grid-column: 1/4;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:1366px) {
    .hero__logo {
        display: none
    }

    .hero__right {
        justify-content: center;
    }
}

@media(max-width:1250px) {
    .hero__right {
        min-height: 400px;
    }
}

@media(max-width:1100px) {
    .hero__right {
        min-height: 325px;
    }
}

@media(max-width:900px) {
    .hero__right {
        min-height: 305px;
    }
}

@media(max-width:850px) {
    .hero__right {
        min-height: 285px;
        padding: 20px;
    }
}

@media(max-width:800px) {
    .hero__right {
        min-height: 285px;
        padding: 20px;
        background-size: auto 100% !important;
    }
}

@media(max-width:580px) {
    .hero__right {
        min-height: 400px;
    }
}

@media(max-width:500px) {
    .hero__right {
        min-height: 350px;
    }
}

.hero__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(132deg, #3f51b5 0%, #03a9f4 99.43%);
    border-radius: 15px
}

.hero__logo {
    margin-bottom: 55px
}

.hero__title {
    margin: 0 0 10px;
    color: black;
    font-weight: 700;
}

.hero__subtitle {
    font-size: 42px;
    font-weight: 400;
    line-height: 57px;
    display: block;
    margin-bottom: 5px;
    margin-top: 30px;
}

@media(max-width:767px) {
    .hero__subtitle {
        font-size: 30px;
        line-height: 100%
    }
}

.hero__button {
    margin-bottom: 20px
}

.hero__date {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300
}

.hero__date span {
    font-weight: 900
}

.text {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .text {
        margin-bottom: 30px
    }
}

.text__wrapper {
    border-radius: 15px;
    background: #223352;
    padding: 60px
}

@media(max-width:767px) {
    .text__wrapper {
        padding: 20px
    }
}

.footer {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .footer {
        margin-bottom: 30px
    }
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
    background: #223352;
    padding: 60px 60px 30px;
    border-radius: 15px;
    position: relative
}

@media(max-width:800px) {
    .footer__wrapper {
        padding: 90px 20px 20px
    }
}

.footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 30px;
    border-top: 2px solid #3a435a;
    padding-bottom: 30px;
}

@media(max-width:767px) {
    .footer__content {
        flex-wrap: wrap;
    }
}

.footer__block {
    display: flex;
    align-items: center;
}

@media(max-width:800px) {
    .footer__block {
        margin: 0 auto;
    }
}

.footer__block:nth-child(1) {
    gap: 20px;
    justify-content: space-between
}

@media(max-width:767px) {
    .footer__block--payments {
        align-items: center
    }
}

.footer__rights {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
    color: #a5a5a5
}

.footer__copyright {
    text-align: center;
    font-size: 12px;
    color: #a5a5a5
}

.footer__socials {
    display: flex;
    gap: 20px
}

@media(max-width:767px) {
    .footer__socials {
        justify-content: center
    }
}

.footer__socials-item {
    display: block;
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out
}

.footer__socials-item:hover {
    transform: scale(1.1)
}

.footer__socials-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer__payments {
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

.footer__payments-item {
    display: block;
    width: auto;
    height: 40px;
    transition: all .3s ease-in-out
}

.footer__payments-item:hover {
    transform: scale(1.1)
}

.footer__payments-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media(max-width:800px) {
    .footer__logo {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.footer__labels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #3a435a;
    border-bottom: 1px solid #3a435a;
    margin-bottom: 30px
}

.footer__labels-item {
    width: auto;
    height: 40px;
    transition: all .3s ease-in-out
}

.footer__labels-item:hover {
    transform: scale(1.1)
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

.list-reset {
    list-style-type: none;
    margin: 0;

}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

textarea {
    resize: none
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    max-height: 100%;
    height: 100%
}

* {
    box-sizing: border-box
}

* {
    scroll-behavior: smooth
}

body {
    background: #031a3a
}

.container {
    max-width: 1760px;
    width: 95%;
    padding: 0 20px;
    margin: 0 auto
}

@media(max-width:767px) {
    .container {
        width: 100%
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px
}

::-moz-scrollbar {
    width: 8px;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: #2f9df2;
    border-radius: 9em
}

::-moz-scrollbar-thumb {
    background-color: #2f9df2;
    border-radius: 9em
}

main {
    padding-top: 120px
}

.logo {
    width: 100px;
    height: 40px
}

.logo img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.hero__right {
    background-image: url(/img/main-bg.webp);
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.content h1 {
    font-size: 25px;
    margin-bottom: 35px;
}

.content h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.content img {
    display: block;
    margin: 35px auto;
    border-radius: 15px;
}

.content ul li:not(:last-child),
.content ol li:not(:last-child) {
    margin-bottom: 5px;
}

.content table {
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
}

.content table tr {
    width: 100%;
    background-color: #fff;
}

.content table tr:nth-child(even) {
    width: 100%;
    background-color: #eeeef0;
}

.content table td {
    padding: 15px;
    border-right: 1px solid #eeeef0;
    white-space: wrap;
    color: #000;
}

@media (max-width:400px) {

    .content table td {
        padding: 10px 6px;
    }
}

.content ul,
.content ol {
    margin: 20px 0;
    padding-left: 20px;
}

.content ul li ul,
.content ol li ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 10px 0;
}

.content ul p,
.content ol p {
    margin: 10px 0;
}

.content .list {
    list-style-type: disc;
    margin: 10px 0;
}

.list-reset {
    list-style-type: none;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-right: 10px;
}

nav ul li a {
    text-transform: uppercase;
}



.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.content img {
    max-height: 450px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.content a {
    color: #03a9f4;
}

.burger {
    --burger-width: 30px;
    --burger-height: 25px;
    --burger-line-height: 3px;

    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

.burger::before,
.burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.burger::before {
    top: 0;
}

.burger::after {
    top: calc(100% - var(--burger-line-height));
}

.burger__line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background-color: #fff;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.burger--active::before {
    top: 50%;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.burger--active::after {
    top: 50%;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.burger--active .burger__line {
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}

.breadc {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 35px;
}

.post-slot {
    color: #B7B7B7;
}

.home:hover>span {
    display: block;
    transform: scale(1.1);
}

.juegos__wrapper {
    position: relative;
}

.juegos__wrap {
    padding: 0;
    border: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
}

.juegos__list {
    display: none;
    list-style-type: none;
    position: absolute;
    flex-direction: column;
    padding: 0;
    background-color: #031A3A;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
    box-shadow: 0px 0px 2px 1px #0C65E2;
    top: 30px;
    gap: 0px;
}

.juegos__list--active {
    display: flex;
}

.juegos__item {
    padding: 10px 10px;
    width: 100%;
    cursor: pointer;
}

.juegos__item:hover {
    background: #05285A;
}

@media(max-width:850px) {
    .header__wrapper {
        flex-direction: column;
        gap: 20px
    }

    .header__btns a {
        display: block;
    }

    .position__link {
        position: absolute;
        top: 22px;
        left: 7px;

    }

    .header__buttons .button {
        width: 47%;
        text-align: center
    }

    .header__buttons {
        gap: 6%;
        width: 100%
    }

    .header__nav {
        position: absolute;
        top: 0;
        right: 0;
        padding: 85px 30px 30px 30px;
        background-color: #031A3A;
        z-index: 10;
        height: 100vh;
        box-shadow: -1px 0px 10px 1px rgba(4, 33, 73, 0.39);
        display: none;
    }

    .header__nav ul {
        flex-direction: column;
    }

    .burger {
        display: block;
    }

    .header__nav--active {
        display: block;
    }

    .header {
        padding: 20px 0
    }

    main {
        padding-top: 150px
    }
}

/* Игры */

.games {
    list-style-type: none;
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin: 30px 0 !important;
}

.games__img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-radius: 5px !important;
}

.games__wrap {
    position: relative;
}

.games__rating {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
}

.games__rating::before {
    content: url(../img/star.svg);
    width: 18px;
    height: 18px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.games__bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    display: none;
    transition: 0.3 ease-in-out;
    border-radius: 5px;
}

.games__title {
    margin-top: 5px;
    display: block;
}

.games__wrap:hover .games__bg {
    display: block;
    transition: 0.3 ease-in-out;
}

.content table p,
.content table p strong {
    color: #000;
}

@media (max-width:1250px) {
    .games {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:650px) {
    .games {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:450px) {
    .games__rating {
        top: 7px;
        right: 7px;
    }
}

@media (max-width:400px) {
    .games__rating {
        top: 7px;
        right: 7px;
    }

    .games__rating {
        font-size: 13px;
        top: 7px;
        right: 7px;
    }

}

/* FAQ Styles */
.faq-section {
    margin: 10px 0;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.faq-title {
    font-weight: 700;
    text-align: center;
    color: #f0f0f0;
    position: relative;
    z-index: 1;
}

.faq-container {
    position: relative;
    z-index: 1;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(47, 157, 242, 0.3);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-item:hover {
    border-color: rgba(47, 157, 242, 0.6);
    box-shadow: 0 8px 25px rgba(47, 157, 242, 0.2);
    transform: translateY(-2px);
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    background: rgba(47, 157, 242, 0.1);
}

.faq-question:hover {
    background: rgba(47, 157, 242, 0.15);
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #f0f0f0;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.faq-icon {
    width: 24px;
    height: 24px;
    color: #2f9df2;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px;
}

.faq-answer p {
    color: #d0d0d0;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }

    .faq-answer p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .faq-question {
        padding: 15px;
    }

    .faq-question h3 {
        font-size: 15px;
    }

    .faq-item.active .faq-answer {
        padding: 0 15px 15px;
    }
}

/* Pros and Cons Styles */
.pros-cons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 40px 0;
}

.pros-section,
.cons-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(47, 157, 242, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.pros-section:hover,
.cons-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(47, 157, 242, 0.1);
    border-color: rgba(47, 157, 242, 0.3);
}

.pros-header,
.cons-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
}

.pros-icon,
.cons-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1aaa5a;
    flex-shrink: 0;
}

.cons-icon {
    background: #ff6b35;
}

.pros-header h3,
.cons-header h3 {
    font-weight: 600;
    color: #f0f0f0;
    margin: 0;
}

.pros-content,
.cons-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pros-item,
.cons-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
}

.pros-item:last-child,
.cons-item:last-child {
    border-bottom: none;
}

.pros-item:hover,
.cons-item:hover {
    padding-left: 8px;
}

.pros-item-text,
.cons-item-text {
    color: #d0d0d0;
    line-height: 1.6;
}

.pros-item-text strong,
.cons-item-text strong {
    color: #f0f0f0;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pros-cons-container {
        gap: 20px;
    }

    .pros-section,
    .cons-section {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .pros-cons-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pros-section,
    .cons-section {
        padding: 18px;
    }

    .pros-header,
    .cons-header {
        margin-bottom: 18px;
    }

    .pros-item,
    .cons-item {
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .pros-cons-container {
        margin: 25px 0;
        gap: 15px;
    }

    .pros-section,
    .cons-section {
        padding: 15px;
    }

    .pros-header,
    .cons-header {
        gap: 10px;
        margin-bottom: 15px;
    }

    .pros-icon,
    .cons-icon {
        width: 6px;
        height: 6px;
    }

    .pros-content,
    .cons-content {
        gap: 12px;
    }

    .pros-item,
    .cons-item {
        padding: 10px 0;
    }
}

/* Promo Block Styles */
.promo-block {
    width: 100%;
    margin: 40px 0 0 0;
    background: linear-gradient(90deg, #232b3e 60%, #2f9df2 100%);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(47, 157, 242, 0.10);
    color: #fff;
    padding: 0;
}

.promo-block__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px 32px 34px 32px;
    text-align: center;
}

.promo-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.promo-desc {
    font-size: 1.1rem;
    margin-bottom: 28px;
    color: #f0f0f0;
    line-height: 1.5;
}

.promo-code-row {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 41, 59, 0.85);
    border-radius: 40px;
    padding: 0;
    width: 100%;
    max-width: 420px;
    height: 56px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(47, 157, 242, 0.08);
    position: relative;
}

.promo-code-input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 0 0 32px;
    outline: none;
    text-align: left;
    align-self: center;
    min-width: 0;
}

.promo-copy-btn {
    background: linear-gradient(90deg, #a259f7 0%, #2f9df2 100%);
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    padding: 0 38px;
    font-size: 1.1rem;
    height: 100%;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(47, 157, 242, 0.10);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-copy-btn:hover {
    background: linear-gradient(90deg, #2f9df2 0%, #a259f7 100%);
    box-shadow: 0 4px 16px rgba(47, 157, 242, 0.15);
}

.promo-copy-success {
    color: #1aaa5a;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    transition: opacity 0.2s;
}

@media (max-width: 900px) {
    .promo-block__inner {
        padding: 28px 10px 24px 10px;
    }
}

@media (max-width: 600px) {
    .promo-block__inner {
        padding: 18px 2px 0px 2px;
    }

    .promo-title {
        font-size: 1.2rem;
    }

    .promo-desc {
        font-size: 1rem;
    }

    .promo-code-row {
        max-width: 320px;
        width: 100%;
        height: 44px;
        border-radius: 18px;
        padding: 0;
        margin: 0 auto;
    }

    .promo-code-input {
        font-size: 1rem;
        padding-left: 12px;
        border-radius: 18px 0 0 18px;
        min-width: 0;
        max-width: 180px;
        width: 70%;
    }

    .promo-copy-btn {
        padding: 0 16px;
        font-size: 0.95rem;
        border-radius: 0 18px 18px 0;
    }
}

.table-wrapper {
    overflow-x: auto;
}

.iframe-bet {
    height: 900px;
    width: 100%;
    margin-bottom: -130px;
}

@media (max-width: 768px) {
    .iframe-bet {
        height: 600px;
        margin-bottom: -70px;
    }
}

blockquote {
    background-color: #2f9df2;
    border-left: 4px solid #1aaa5a;
    color: #ffffff;
    margin: 20px 0;
    padding: 16px 20px;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    position: relative;
  }
  
  blockquote::before,
  blockquote::after {
    content: '"';
    font-size: 40px;
    color: #fff;
    position: absolute;
    font-style: normal;
  }
  
  blockquote::before {
    top: 10px;
    left: 12px;
  }
  
  blockquote::after {
    bottom: 10px;
    right: 12px;
  }

  .column-text {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
  }
.column-text__item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(47, 157, 242, 0.15);
    position: relative;
    width: 50%;
}
@media (max-width: 768px) {
    .column-text {
        flex-direction: column;
    }
    .column-text__item {
        width: 100%;
    }
}

.error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 220px);
    padding: 40px 20px;
}

.error-404__title {
    font-size: clamp(6rem, 22vw, 12rem);
    font-weight: 700;
    line-height: 1;
    color: #2f9df2;
    text-align: center;
    margin: 0;
}