* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
:focus,
:active {
    outline: none;
}
a:focus,
a:active {
    outline: none;
}
nav,
footer,
header,
aside {
    display: block;
}
html,
body {
    width: 100%;
    line-height: 1;
    font-size: 14px;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}
input,
button,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
textarea,
input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: inherit;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: inherit;
}
textarea::placeholder,
input::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,
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-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
address {
    font-style: normal;
}
strong {
    display: block;
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: Clash Display;
    font-style: normal;
    font-display: swap;
    font-weight: 400 900;
    src: url('') format('woff2');
}
:root {
    --font-family: 'Clash Display', sans-serif;
    --font-secondary: 'Clash Display', sans-serif;
    --container-width: 1240px;
    --container-step: 100px;
    --container-step-tablet: 30px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #c0b9ff;
    --main: #ffffff;
    --black: #000000;
    --tx-color: var(--white);
    --white: #ffffff;
    --tx-main-color: #ffffff;
    --brown: #2f0014;
    --hover: #7b68ee;
    --active: #4169e1;
}
.font-secondary {
    font-family: var(--font-secondary), sans-serif;
}
.social-page {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family), sans-serif;
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: var(--background-page);
}
main {
    flex: 1 1 auto;
}
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
    .container {
        padding: 0 var(--container-step-tablet);
    }
}
@media (max-width: 600px) {
    .container {
        padding: 0 var(--container-step-mobile);
    }
}
html {
    scroll-behavior: smooth;
    min-height: 100vh;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
}
#root {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
#tsparticles {
    z-index: -1;
}
.social-flex-14 {
    display: flex;
    flex-direction: column;
}
.social-flex-20 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mb-section {
    margin-bottom: 80px;
}
@media (max-width: 1220px) {
    .mb-section {
        margin-bottom: 60px;
    }
}
@media (max-width: 1300px) {
    .mb-section {
        margin-bottom: 60px;
    }
}
@media (max-width: 600px) {
    .mb-section {
        margin-bottom: 40px;
    }
}
h1 {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}
@media (max-width: 600px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-family: var(--font-secondary), sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 600px) {
    h2 {
        font-size: 20px;
    }
}
h3 {
    color: var(--black, #020202);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    h3 {
        font-size: 18px;
    }
}
p,
a,
li,
span {
    margin: 0;
    text-decoration: none;
}
p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
@media (max-width: 600px) {
    p {
        font-size: 16px;
    }
}
.play-btn {
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #fff705;
    color: var(--black, #0c0c0c);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.play-btn:hover {
    background: #b6b21d;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-center {
    text-align: center;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.social-container {
    background: #fff2e9;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.bg-pink {
    background: #fff2e9;
}
.uppercase {
    text-transform: uppercase;
}
.mg-bottom-20 {
    margin-bottom: 20px;
}
.mg-bottom-40-20 {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .mg-bottom-40-20 {
        margin-bottom: 20px;
    }
}
.mg-bottom-30 {
    margin-bottom: 30px;
}
.mg-bottom-10 {
    margin-bottom: 10px;
}
.mg-bottom-24 {
    margin-bottom: 24px;
}
.mg-bottom-16 {
    margin-bottom: 16px;
}
.mg-bottom-30-20 {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .mg-bottom-30-20 {
        margin-bottom: 20px;
    }
}
.mg-bottom-32-24 {
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .mg-bottom-32-24 {
        margin-bottom: 24px;
    }
}
.mg-bottom-20-10 {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .mg-bottom-20-10 {
        margin-bottom: 10px;
    }
}
.container-610 {
    max-width: 610px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-610 {
        max-width: 100%;
    }
}
.container-742 {
    max-width: 742px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-742 {
        max-width: 100%;
    }
}
.container-370 {
    max-width: 370px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-370 {
        max-width: 100%;
        height: 370px;
    }
}
@media (max-width: 600px) {
    .container-370 {
        max-width: 100%;
        height: 296px;
    }
}
.padding-section {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .padding-section {
        padding: 60px 0;
    }
}
@media (max-width: 600px) {
    .padding-section {
        padding: 40px 0;
    }
}
.tx-24-16 {
    font-size: 24px;
}
@media (max-width: 991px) {
    .tx-24-16 {
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    .tx-24-16 {
        font-size: 16px;
    }
}
.line-height-120 {
    line-height: 120%;
}
.line-height-100 {
    line-height: 100%;
}
.tx-14 {
    font-size: 14px;
}
.tx-16 {
    font-size: 16px;
}
.tx-20-16 {
    font-size: 20px;
}
@media (max-width: 600px) {
    .tx-20-16 {
        font-size: 16px;
    }
}
.text-left {
    text-align: left;
}
.mg-bottom-20-30 {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .mg-bottom-20-30 {
        margin-bottom: 30px;
    }
}
.tx-20-14 {
    font-size: 20px;
}
@media (max-width: 991px) {
    .tx-20-14 {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .tx-20-14 {
        font-size: 14px;
    }
}
.white-space {
    white-space: nowrap;
}
.tx-30-20 {
    font-size: 30px;
}
@media (max-width: 991px) {
    .tx-30-20 {
        font-size: 26px;
    }
}
@media (max-width: 600px) {
    .tx-30-20 {
        font-size: 20px;
    }
}
.custom-dots {
    list-style: none;
    padding-left: 0;
    margin: 0;
    z-index: 0;
}
.custom-dots li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    z-index: 0;
    color: var(--black, #020202);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.custom-dots li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #020202;
    border-radius: 50%;
    z-index: 0;
}
.txt-color-black {
    color: #010101;
}
.our-advantages-list {
    color: #f9f9f9;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.our-advantages-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    width: 100%;
    padding: 40px 20px;
    border-radius: 20px;
    border: 2px solid #fff705;
    background: linear-gradient(0deg, #0003, #0003),
        url('') #d3d3d3 50% / cover no-repeat;
}
.flex-container-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 991px) {
    .flex-container-2 {
        flex-direction: column;
    }
}
.background-section {
    margin: 32px 0;
    background: url('') #d3d3d3 50% / cover no-repeat;
    height: 400px;
}
@media (max-width: 991px) {
    .background-section {
        height: 320px;
    }
}
@media (max-width: 600px) {
    .background-section {
        height: 220px;
        margin: 24px 0;
        background: url('') #d3d3d3 50% / cover no-repeat;
    }
}
.contact-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 991px) {
    .contact-container {
        flex-direction: column;
    }
}
.container-img-540 {
    max-width: 540px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-img-540 {
        max-width: 100%;
    }
}
.container-img-540 img {
    object-fit: cover;
}
.container-text-440 {
    max-width: 440px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-text-440 {
        max-width: 100%;
    }
}
.champions-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 600px) {
    .champions-list {
        gap: 10px;
    }
}
.champions-item {
    display: flex;
    max-width: 900px;
    width: 100%;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: linear-gradient(180deg, #0780e3, #04367d);
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .champions-item {
        padding: 10px 8px;
        gap: 12px;
    }
}
.champions-item p:first-child {
    max-width: 200px;
    width: 100%;
}
@media (max-width: 991px) {
    .champions-item p:first-child {
        max-width: 120px;
    }
}
@media (max-width: 600px) {
    .champions-item p:first-child {
        max-width: 90px;
    }
}
.champions-item img {
    width: 40px;
    height: 40px;
}
@media (max-width: 600px) {
    .champions-item img {
        width: 25px;
        height: 25px;
    }
}
.champ-in {
    display: flex;
    gap: 16px;
    align-items: center;
    min-width: 149px;
}
@media (max-width: 900px) {
    .champ-in {
        min-width: 92px;
        flex-direction: column;
        gap: 4px;
    }
}
.container-gradient-line {
    max-width: 552px;
    width: 100%;
    height: 100%;
}
.gradient-line {
    display: flex;
    height: 16px;
    width: 100%;
    padding: 14px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ff0505, #ffff05 52.4%, #05ffb8);
}
@media (max-width: 991px) {
    .gradient-line {
        padding: 4px 24px;
    }
}
.gradient-line.per95 {
    width: 95%;
}
.gradient-line.per70 {
    width: 70%;
}
.social-about-temple-section {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .social-about-temple-section {
        padding-bottom: 60px;
    }
}
@media (max-width: 600px) {
    .social-about-temple-section {
        padding-bottom: 40px;
    }
}
.welcome-container {
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #4335c7, #211a61);
    box-shadow: 0 6px 20px #00000040;
    width: 100%;
}
.img-section-cont {
    border-radius: 10px;
    overflow: hidden;
    height: 386px;
}
.game-list-space {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contain-for-arrow-game {
    display: flex;
    align-items: center;
    gap: 10px;
}
.game-list-contain {
    border-radius: 10px;
    background: linear-gradient(180deg, #4335c7, #211a61);
    box-shadow: 0 6px 20px #00000040;
    padding: 40px 20px;
}
@media (max-width: 600px) {
    .game-list-contain {
        padding: 20px 10px;
    }
}
.white-container {
    border-radius: 10px;
    background: var(--white, #fff);
    padding: 20px;
}
@media (max-width: 600px) {
    .white-container {
        padding: 10px;
    }
}
.mg-top-20 {
    margin-top: 20px;
}
.social-hero-container {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: linear-gradient(180deg, #4335c7, #211a61);
    box-shadow: 0 6px 20px #00000040;
}
@media (max-width: 600px) {
    .social-hero-container {
        padding: 20px 10px;
    }
}
.container-483 {
    max-width: 483px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-483 {
        max-width: 100%;
    }
}
.container-461 {
    max-width: 461px;
    width: 100%;
}
@media (max-width: 991px) {
    .container-461 {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .text-center-991 {
        text-align: center;
    }
}
.game-list li {
    max-width: 385px;
}
.game-list li img {
    margin-bottom: 20px;
}
.game-name-alt {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .game-name-alt {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .game-name-alt {
        font-size: 10px;
    }
}
.game-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 991px) {
    .game-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}
.game-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}
@media (max-width: 600px) {
    .game-card img {
        min-height: 180px;
        object-fit: cover;
    }
}
.game-card:hover img {
    transform: scale(1.05);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px;
    padding: 40px;
}
.game-card:hover .overlay {
    opacity: 1;
}
.game-card:hover .game-name-alt {
    display: none;
}
.btn {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    height: 44px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 991px) {
    .btn {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .btn {
        font-size: 10px;
    }
}
.btn-play {
    width: 100%;
    border-radius: 6px;
    background: #ff2b2e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-rules {
    height: 44px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    color: #020202;
}
.btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
}
.reviews-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.reviews-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border-radius: 20px;
    border: 2px solid #fff705;
    background: linear-gradient(0deg, #0003, #0003),
        url('') #d3d3d3 50% / cover no-repeat;
    max-width: 400px;
    padding: 40px 20px;
}
@media (max-width: 600px) {
    .reviews-list li {
        padding: 20px;
    }
}
.reviews-title {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.reviews-description {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.reviews-list li img {
    width: 135px;
    height: 27px;
}
.social-header {
    margin-top: 30px;
    height: 71px;
    margin-bottom: 40px;
}
@media (max-width: 600px) {
    .social-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.social-header__body {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #4335c7, #211a61);
    box-shadow: 0 6px 20px #00000040;
}
.social-header__logo {
    display: flex;
    align-items: center;
    gap: 6px;
}
.social-header__logo img:nth-child(1) {
    width: 24px;
    height: 24px;
}
.social-header__logo img:nth-child(2) {
    width: 193px;
    height: 12px;
}
.social-header__link {
    color: var(--white, #fff);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-secondary), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.social-header__links {
    display: flex;
    gap: 40px;
    align-items: center;
}
.social-header__burger {
    width: 34px;
    height: 34px;
    display: none;
    border: none;
    cursor: pointer;
    background: url('assets-1.svg') center / contain no-repeat;
}
.social-header__close {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url('assets.svg') center / contain no-repeat;
    border: none;
}
@media (max-width: 932px) {
    .social-header__burger,
    .social-header__close {
        display: block;
    }
    .social-header__nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #1c1c1a;
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        z-index: 9999;
    }
    .social-header__nav.active {
        left: 0;
    }
    .social-header__links {
        margin-top: 20%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
.social-header__title {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Teko, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.heder-btn-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-btn-login {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #fff;
    color: var(--white, #fff);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-family), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.header-btn-login.register-btn {
    color: #0c0c0c;
    background: #fff705;
}
.text-header-logo {
    color: var(--white, #fff);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}
.modal-box {
    border-radius: 20px;
    background: linear-gradient(180deg, #0780e3, #04367d);
    padding: 30px 20px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 20px #0000004d;
}
.modal-title {
    color: var(--white, #fff);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .modal-title {
        font-size: 24px;
    }
}
.modal-desc {
    font-size: 14px;
}
.modal-box input {
    border-radius: 6px;
    border: 1px solid var(--white, #fff);
    background: var(--white, #fff);
    width: 100%;
    padding: 10px 20px;
    color: #0c0c0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-primary {
    background: #ffeb3b;
    color: #000;
    font-weight: 700;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-primary:hover {
    background: #fdd835;
}
.link-text {
    font-size: 14px;
}
.link-text button {
    color: #bbdefb;
    text-decoration: none;
}
.link-text button:hover {
    text-decoration: underline;
}
.from-popup {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.partners {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 60px;
}
@media (max-width: 600px) {
    .partners {
        gap: 10px;
    }
}
@media (max-width: 600px) {
    .partners li img {
        height: 40px;
    }
}
.social-footer {
    padding: 40px 0;
    background: var(--black, #0c0c0c);
}
.social-footer p.fwp-700 {
    font-weight: 700;
}
.social-footer__policy--link {
    color: var(--white, #fff);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.social-footer__policy--link-2 {
    color: var(--white, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.social-footer__policy {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
@media (max-width: 600px) {
    .social-footer__policy {
        gap: 20px;
        flex-wrap: wrap;
    }
}
.footer-copy-text {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
@media (max-width: 600px) {
    .footer-copy-text {
        font-size: 14px;
    }
}
.flex-container-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
@media (max-width: 991px) {
    .flex-container-footer {
        flex-direction: column;
        gap: 16px;
    }
}
.footer-cont-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.container-footer {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #f9f9f9;
}
.social-footer__logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.img-18-after-600 {
    display: none;
}
@media (max-width: 600px) {
    .img-18-after-600 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}
.img-18-after-600 img {
    width: 64px;
    height: 64px;
}
@media (max-width: 600px) {
    .display-none-600 {
        display: none;
    }
}
.display-none-600-min {
    display: none;
}
@media (max-width: 600px) {
    .display-none-600-min {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
.social-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1ae6;
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 9999;
    padding: 200px 25px 25px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.social-popup__close {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('assets.svg') center / contain no-repeat;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.social-login {
    max-width: 460px;
    background: #e6593d;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 24px;
    border-radius: 20px;
    position: relative;
}
.col-black {
    color: #2d2d2d;
}
.social-form__input {
    width: 100%;
    height: 38px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    color: #16161a;
    border: none;
}
.social-popup__header {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.social-form__input::placeholder {
    color: #8b8c99;
}
.social-form__input:focus {
    outline: none;
}
.social-form__bottom {
    display: flex;
    gap: 10px;
}
.social-form__switch-btn {
    background: transparent;
    border: none;
    color: #ffe902;
    font-weight: 700;
    cursor: pointer;
}
.social-form__send-text {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #ffe902;
}
.social-login .social-hero__btn {
    width: 100%;
    max-width: 230px;
}
@media (max-width: 749px) {
    .social-form__bottom p,
    .social-form__bottom button {
        font-size: 10px;
    }
    .social-popup__close {
        width: 15px;
        height: 15px;
    }
    .social-login {
        gap: 10px;
    }
}
.col-black {
    color: #16161a;
}
.col-white {
    color: #fff;
}
.bg-orange {
    background: #f16e51;
}
.t-24 {
    font-size: 24px;
    line-height: 28px;
}
.social-news__part {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-radius: 20px;
}
.social-subscribe {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}
.social-subscribe .social-flex-14 {
    width: 100%;
}
.social-subscribe__form {
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: end;
}
.social-subscribe__form input {
    width: 100%;
    max-width: 446px;
    height: 50px;
    border-radius: 8px;
    border: none;
    padding: 0 24px;
}
.social-subscribe__form input::placeholder {
    color: #16161a;
}
.social-subscribe__form button {
    flex-shrink: 0;
}
.social-subscribe__bottom {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 40px;
    bottom: 4px;
    color: #000;
}
@media (max-width: 1100px) {
    .social-subscribe {
        flex-direction: column;
    }
    .social-subscribe__form {
        justify-content: start;
    }
}
@media (max-width: 749px) {
    .social-games {
        display: flex;
        flex-direction: column-reverse;
    }
    .social-games__img-1,
    .social-games__img-2 {
        max-width: 500px;
        margin: 0 auto;
    }
    .social-subscribe__form {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .social-subscribe__bottom {
        position: static;
    }
}
.disclaimer-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 60px) {
    .disclaimer-list {
        gap: 10px;
    }
}
.disclaimer-list li {
    border-radius: 6px;
    background: #1c1c1a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 600px) {
    .disclaimer-list li {
        gap: 10px;
    }
}
.disclaimer-text {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.disclaimer-container {
    border-radius: 20px;
    border: 1px solid #b1e720;
    padding: 40px;
}
@media (max-width: 991px) {
    .disclaimer-container {
        padding: 24px;
    }
}
@media (max-width: 600px) {
    .disclaimer-container {
        padding: 16px;
    }
}
.disclaimer-section {
    background: #8360c5;
}
.social-contact__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 600px) {
    .social-contact__form {
        gap: 10px;
    }
}
.ottobigjackpot-contact__input {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 14px;
    background: #f9f9f9;
    color: #020005;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.ottobigjackpot-contact__input::placeholder {
    color: #020005;
}
.social-hero__btn {
    border-radius: 4px;
    background: #fff705;
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    color: #0c0c0c;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
}
.social-hero__btn:hover {
    background: #b1ac25;
}
.ottobigjackpot-contact__input.textarea {
    height: 72px;
}

/* Cookie Banner Styles */
#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    font-family: sans-serif;
}

#cookie-banner.show {
    transform: translateY(0);
}

.cookie-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner-content {
    flex: 1;
    min-width: 250px;
    font-family: sans-serif;
}

.cookie-banner-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #e0e0e0;
    font-family: sans-serif;
}

.cookie-banner-content a {
    color: #6366F1;
    text-decoration: underline;
}

.cookie-banner-content a:hover {
    color: #818cf8;
}

.cookie-banner-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-banner-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: sans-serif;
}

.cookie-banner-btn-accept {
    background: #6366F1;
    color: #fff;
}

.cookie-banner-btn-accept:hover {
    background: #818cf8;
}

.cookie-banner-btn-reject {
    background: transparent;
    color: #fff;
    border: 1px solid #666;
}

.cookie-banner-btn-reject:hover {
    background: #333;
    border-color: #888;
}

@media (max-width: 768px) {
    .cookie-banner-container {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-banner-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-banner-btn {
        flex: 1;
        min-width: 120px;
    }
}

/* Age Verification Popup Styles */
#age-verification-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10001;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#age-verification-popup.show {
    opacity: 1;
}

.age-popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
    font-family: sans-serif;
}

#age-verification-popup.show .age-popup-content {
    transform: scale(1);
}

.age-popup-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #6366F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.age-popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.age-popup-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: sans-serif;
}

.age-popup-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.age-popup-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: sans-serif;
    min-width: 140px;
}

.age-popup-btn-confirm {
    background: #6366F1;
    color: #fff;
}

.age-popup-btn-confirm:hover {
    background: #818cf8;
    transform: translateY(-2px);
}

.age-popup-btn-reject {
    background: transparent;
    color: #666;
    border: 2px solid #ddd;
}

.age-popup-btn-reject:hover {
    background: #f5f5f5;
    border-color: #999;
}

@media (max-width: 768px) {
    .age-popup-content {
        padding: 30px 20px;
    }
    
    .age-popup-title {
        font-size: 20px;
    }
    
    .age-popup-text {
        font-size: 14px;
    }
    
    .age-popup-buttons {
        flex-direction: column;
    }
    
    .age-popup-btn {
        width: 100%;
    }
}
