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

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

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/francgaming-fonts/francgaming-nunito-latin-regular.woff2) format("woff2");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/francgaming-fonts/francgaming-nunito-latin-500.woff2) format("woff2");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/francgaming-fonts/francgaming-nunito-latin-600.woff2) format("woff2");
}

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

:root {
    --font-family: "Lora", sans-serif;
    --second-family: "Nunito", 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: var(--black);
    --main: #ffffff;
    --black: #000000;
    --tx-color: var(--white);
    --white: #ffffff;
    --tx-main-color: white;
    --hover: #7B68EE;
    --active: #4169E1;
}


h1, button, .label, h3, h2, a, label {
    font-family: var(--second-family), sans-serif;
}

h1, h2 {
    font-weight: 700;
}

p, li {
    font-family: var(--font-family), sans-serif;
}

.font-family-second {
    font-family: var(--second-family), sans-serif;
}

.txt-color {
    color: var(--tx-main-color);
}

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

.span-color {
    color: var(--tx-color);
}

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

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-100 {
    margin-bottom: 100px;
    @media (max-width: 1300px) {
        margin-bottom: 80px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-90 {
    margin-bottom: 90px;
    @media (max-width: 1300px) {
        margin-bottom: 70px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-60 {
    margin-bottom: 60px;
    @media (max-width: 1300px) {
        margin-bottom: 50px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-80 {
    margin-bottom: 80px;
    @media (max-width: 1300px) {
        margin-bottom: 60px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-20-10 {
    margin-bottom: 20px;
    @media (max-width: 1300px) {
        margin-bottom: 10px;
    }
}

.mg-bottom-24-12 {
    margin-bottom: 24px;
    @media (max-width: 991px) {
        margin-bottom: 12px;
    }
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-30-10 {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
    @media (max-width: 600px) {
        margin-bottom: 10px;
    }
}

.mg-bottom-30-20 {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.mg-bottom-20-30 {
    margin-bottom: 20px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.mg-bottom-50-40 {
    margin-bottom: 50px;

    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-8 {
    margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
textarea {
    font-family: var(--second-family), sans-serif;
    padding: 10px 20px;
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 15px;
    background: #FFF;
    width: 100%;
    @media (max-width: 600px) {
        font-size: 14px;
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4A4A4A;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #4A4A4A;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4A4A4A;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #4A4A4A;
}

input::placeholder,
textarea::placeholder {
    color: #4A4A4A;
}

textarea {
    min-height: 120px;
}

.display-flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.display-flex-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

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

.francgaming-page {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family), sans-serif;
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: #070707;
}


.francgaming-main {
    flex: 1 1 auto;
    padding-bottom: 60px;
    @media (max-width: 600px) {
        padding-bottom: 0;
    }
}


.main_no-margin:not(:last-child) {
    margin-bottom: 0;
}

button,
a {
    color: var(--tx-color);
}

.brr-20-10 {
    border-radius: 20px;
}

@media (max-width: 600px) {
    .brr-20-10 {
        border-radius: 10px;
    }
}

.brr-20 {
    border-radius: 20px;
}

.brr-10 {
    border-radius: 10px;
    overflow: hidden;
}

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

.liner {
    border-radius: 10px;
    width: 100%;
    height: 16px;
    position: relative;
}

.liner span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    border-radius: inherit;
}

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

@media (max-width: 1220px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media (max-width: 1300px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px;
    }
}

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

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

@media (max-width: 1300px) {
    .mb-30-20:not(:last-child) {
        margin-bottom: 25px;
    }
}

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

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

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

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

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

.p-16-8 {
    padding: 16px;
}

@media (max-width: 1300px) {
    .p-16-8 {
        padding: 12px;
    }
}

@media (max-width: 600px) {
    .p-16-8 {
        padding: 8px;
    }
}

.p-20 {
    padding: 20px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-40-20 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1300px) {
    .ptb-40-20 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .ptb-40-20 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.ptb-50-40 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1300px) {
    .ptb-50-40 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media (max-width: 600px) {
    .ptb-50-40 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-16-14 {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 600px) {
    .ptb-16-14 {
        padding-bottom: 14px;
        padding-top: 14px;
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    word-break: break-all;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    min-width: 254px;
}

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

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

.logo:active {
    color: var(--active);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.logo span {
    width: 25px;
    height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.letter-logo-shadow {
    margin-bottom: -8px;
    margin-right: -4px;
    margin-left: -4px;
}

.letter-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1px;
    word-break: break-all;
}

.letter-dash {
    margin-bottom: 6px;
}

.tx-48-26 {
    font-weight: 700;
    font-size: 48px;
    @media (max-width: 991px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 26px;
    }
}

.tx-48-18 {
    font-size: 48px;
    @media (max-width: 1300px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

.tx-40-20 {
    font-size: 40px;
    @media (max-width: 1300px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 20px;
    }
}

.tx-60-34 {
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-60-34 {
        font-size: 50px;
    }
}

@media (max-width: 1300px) {
    .tx-60-34 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .tx-60-34 {
        font-size: 34px;
    }
}


.tx-60-40 {
    font-weight: 400;
    font-size: 60px;

    @media (max-width: 1220px) {
        font-size: 50px;
    }
    @media (max-width: 600px) {
        font-size: 40px;
    }
}

.tx-80-34 {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
}

@media (max-width: 1220px) {
    .tx-80-34 {
        font-size: 60px;
    }
}

@media (max-width: 1300px) {
    .tx-80-34 {
        font-size: 45px;
    }
}

@media (max-width: 600px) {
    .tx-80-34 {
        font-size: 34px;
    }
}

.tx-70-30 {
    font-size: 70px;
    line-height: 100%;

    @media (max-width: 1220px) {
        font-size: 55px;
    }
    @media (max-width: 1100px) {
        font-size: 45px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}

.tx-50-24 {
    font-size: 50px;
    line-height: 100%;

    @media (max-width: 1220px) {
        font-size: 40px;
    }
    @media (max-width: 1100px) {
        font-size: 30px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.mg-top-bottom-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-40-30 {
    margin-top: 40px;
    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

.mg-top-30-20 {
    margin-top: 30px;
    @media (max-width: 991px) {
        margin-top: 20px;
    }
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-32 {
    margin-top: 32px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.mg-bottom-40-20 {
    margin-bottom: 40px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.mg-bottom-40-30 {
    margin-bottom: 40px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.pd-bottom-90 {
    padding-bottom: 90px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-16 {
    margin-bottom: 16px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.pd-top-bottom-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pd-top-50 {
    padding-top: 50px;
}

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

.pd-bottom-50 {
    padding-bottom: 50px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}

.tx-30-20 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 20px;
    }
}

.tx-30-18 {
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

.tx-38-24 {
    font-weight: 400;
    font-size: 38px;
    line-height: 120%;
}

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

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

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

.tx-14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.tx-14-12 {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 12px;
    }
}


.tx-14-10 {
    font-weight: 400;
    font-size: 14px;
    @media (max-width: 600px) {
        font-size: 10px;
    }
}

.text-yellow {
    color: #CC9D33;
}

.tx-12-150 {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.tx-12 {
    font-weight: 400;
    font-size: 12px;
}

.tx-12-8 {
    font-weight: 400;
    font-size: 12px;
    @media (max-width: 991px) {
        font-size: 8px;
    }
}

.tx-10-8 {
    font-weight: 400;
    font-size: 10px;
    @media (max-width: 991px) {
        font-size: 8px;
    }
}

.tx-16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.tx-16-14 {
    font-weight: 400;
    font-size: 16px;
    @media (max-width: 991px) {
        font-size: 14px;
    }
}

.tx-16-12 {
    font-weight: 400;
    font-size: 16px;
    @media (max-width: 991px) {
        font-size: 12px;
    }
}


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

.line-height-150 {
    line-height: 150%;
}

.line-height-120 {
    line-height: 120%;
}

.tx-20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.tx-20-12 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-12 {
        font-size: 16px;
    }
}

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

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

.tx-24-20 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

@media (max-width: 1220px) {
    .tx-24-20 {
        font-size: 22px;
    }
}

@media (max-width: 1300px) {
    .tx-24-20 {
        font-size: 20px;
    }
}

.tx-24-16 {
    font-size: 24px;
    line-height: 100%;

    @media (max-width: 1100px) {
        font-size: 20px;
    }
    @media (max-width: 600px) {
        font-size: 16px;
    }
}


.tx-20-16 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-16 {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .tx-20-16 {
        font-size: 16px;
    }
}

.tx-20-18 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-18 {
        font-size: 18px;
    }
}

.tx-28-18 {
    font-size: 28px;

    @media (max-width: 991px) {
        font-size: 18px;
    }
}

.tx-24-14 {
    font-size: 24px;

    @media (max-width: 991px) {
        font-size: 14px;
    }
}


.tx-main {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1300px) {
    .tx-main {
        font-size: 18px;
    }
}

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

.hover-color {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

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

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

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

.d-block {
    display: block;
}

.w100 {
    min-width: 0;
    width: 100%;
}

.relative-z2 {
    position: relative;
    z-index: 2;
}

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

.francgaming-header-up {

}


.francgaming-header-down {
    border-bottom: 1px solid #1139E1;
    background: #1139E1;
    z-index: 10;
    padding: 14px 0;
    @media (max-width: 991px) {
        padding: 8px 0;
    }
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%; */
}

.francgaming-header-up__container-black {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 14px 0;
    gap: 10px;
    justify-content: center;
    background-color: black;
}

.francgaming-header-up__container-black img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

header .francgaming-logo {
    height: 24px;
    width: 144px;
}

.francgaming-header-down__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}

@media (max-width: 991px) {
    .francgaming-header-down__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: 1000;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
    }
}

@media (max-width: 600px) {
    .francgaming-header-down__menu {
        padding: 80px 30px 30px 30px;
    }
}

.francgaming-header-down__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

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

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

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

.francgaming-header-down__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);
}

.francgaming-header-down__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);
}

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

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

@media (max-width: 991px) {
    .francgaming-nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 30px;
    }
}

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

.francgaming-nav__link {
    color: #FFF;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding: 10px;
}


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

.francgaming-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

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

.francgaming-burger img {
    width: 24px;
    height: 24px;
}

.francgaming-hero-section {
    background-image: url('/francgaming-img/francgaming-background-main-img.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.francgaming-responsible-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%),
    url(/francgaming-img/francgaming-background-main-img.webp) lightgray 0.007px -318.261px / 100% 180.445% no-repeat;
    padding: 50px 0;
    @media (max-width: 991px) {
        padding: 40px 0;
    }
}

.francgaming_terms {
    background-image: url('/francgaming-img/francgaming-background-main-img.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
    @media (max-width: 600px) {
        padding: 20px 0;
    }
}

/*.background-img-hero {
  position: relative;
  margin-top: -43px;
  height: 960px;
  width: 100%;
}*/

.francgaming-hero-up {
    position: relative;
    padding: 20px 0;
}

.img-back-flag {
    background: url(/francgaming-img/francgaming-fiery-ring-burning-flame-circle.webp);
    width: 401px;
    height: 353px;
    z-index: 0;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 58px 56px;
}

.hero-left-side {
    max-width: 829px;
    width: 100%;
    padding: 60px 24px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(5px);
    @media (max-width: 991px) {
        padding: 32px 24px;
    }
    @media (max-width: 600px) {
        padding: 4px 10px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.03);
        backdrop-filter: blur(17px);
    }
}

.hero-right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    @media (max-width: 940px) {
        display: none;
    }
}

.hero-list {
    max-width: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}


.hero-list li {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 600px) {
    .hero-list li:nth-child(1),
    .hero-list li:nth-child(3) {
        display: none;
    }
}

.hero-list li img {
    width: 24px;
    height: 24px;
}

.txt-hero-section-promo {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    @media (max-width: 991px) {
        font-size: 16px;
    }
    @media (max-width: 600px) {
        font-family: "Lora", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 12px */
    }
}

.min-600-font-famaly {
    @media (max-width: 600px) {
        font-weight: 400;
        font-family: "Lora", sans-serif;
    }
}

.roulette {
    position: absolute;
    background: url(/francgaming-img/francgaming-casino-roulette-top.webp) no-repeat center center;
    background-size: contain;
    width: 296px;
    height: 251px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rouletteRotation 6s ease-in-out infinite;
}

@keyframes rouletteRotation {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(720deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

.arrow-roulette {
    width: 73px;
    height: 73px;
    z-index: 3;
    position: absolute;
    top: 39%;
    left: 37%;
    transform-origin: center center;
    @media (max-width: 1500px) {
        left: 36%;
    }
    @media (max-width: 1400px) {
        left: 34%;
    }
    @media (max-width: 1200px) {
        left: 32%;
    }
    @media (max-width: 1100px) {
        left: 30%;
    }
    @media (max-width: 900px) {
        left: 28%;
    }
    @media (max-width: 750px) {
        left: 26%;
    }
    @media (max-width: 600px) {
        left: 41%;
        width: 35px;
        height: 33px;
        top: 40%;
        margin-right: 16px;
    }
    @media (max-width: 450px) {
        left: 38%;
        width: 32px;
        height: 32px;
        top: 36%;
        margin-right: 16px;
    }
}


.display-none {
    @media (max-width: 991px) {
        display: none;
    }
}

.display-none-700 {
    @media (max-width: 700px) {
        display: none;
    }
}

.display-none-min-700 {
    @media (min-width: 700px) {
        display: none;
    }
}

.display-none-min {
    @media (min-width: 991px) {
        display: none;
    }
}

.bookmaker-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    @media (max-width: 991px) {
        align-items: center;
    }
}

.bookmaker-list--item {
    width: 100%;
    border-radius: 15px;
    background: #070707;
    box-shadow: 0 0 13px 0 #1139E1;
    display: flex;
    flex-direction: row;
    min-height: 170px;
    justify-content: space-between;
    gap: 40px;
    @media (max-width: 991px) {
        gap: 20px;
    }
    @media (max-width: 600px) {
        min-height: 140px;
        gap: 8px;
        max-width: 343px;
    }
    @media (max-width: 310px) {
        gap: 0;
    }
}

.bookmaker-list--item-left {
    border-radius: 15px;
    background: url(/francgaming-img/francgaming-background-list-game.webp) no-repeat center center;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 287px;
    position: relative;
    @media (max-width: 600px) {
        padding: 10px 21px;
        justify-content: flex-end;
        max-width: 162px;
        background: url(/francgaming-img/francgaming-background-list-game-mobile.webp) no-repeat center center;
    }
    @media (max-width: 360px) {
        padding: 10px 15px;
    }
    @media (max-width: 310px) {
        padding: 10px 10px;
    }
}

.bookmaker-list--item-left a {
        height: 51px;
        width: 150px;
    @media (max-width: 991px) {
        width: 108px;
    }
}

.max-with-300 {
    max-width: 300px;
    width: 100%;
}


.rating img {
    width: 22px;
    height: 22px;
    padding: 2px;
    @media (max-width: 991px) {
        padding: 1px;
        width: 14px;
        height: 14px;
    }
}

.justify-bet {
    justify-content: space-between;
}


.bookmaker-list--item-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    align-items: flex-start;
    padding: 20px 0;
    width: 100%;
    @media (max-width: 991px) {
        margin-left: 0;
        padding: 0;
        display: none;
    }
}

.bookmaker-list--item-center-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    @media (max-width: 991px) {
        display: none;
    }
}

.bookmaker-list--item-center-ul li:nth-child(2n) {
    margin-left: 40px;
    @media (max-width: 1150px) {
        margin-left: 0;
    }
}

.bookmaker-list--item-center-ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 238px;
}

.bookmaker-list--item-center-ul li img {
    width: 18px;
    height: 18px;
}

.bookmaker-list--item-right {
    padding-right: 20px;
    max-width: 230px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    margin-left: 50px;
    @media (max-width: 991px) {
        padding-right: 16px;
        margin-left: 20px;
    }
    @media (max-width: 700px) {
        margin-left: 0;
    }
}

.bookmaker-list--item-background {
    padding: 1.5px;
    border-radius: 15px;
    width: 100%;
    background: linear-gradient(180deg, #1139E1 0%, #FE01FD 100%);
    @media (max-width: 991px) {
        max-width: 640px;
    }
    @media (max-width: 600px) {
        max-width: 343px;
    }
}

.gradient-btn {
    white-space: nowrap;
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: linear-gradient(180deg, #1139E1 0%, #FE01FD 100%);
    color: var(--white, #FCFCFC);
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    @media (max-width: 700px) {
        font-size: 12px;
    }
    @media (max-width: 360px) {
        font-size: 10px;
    }
    @media (max-width: 310px) {
        font-size: 8px;
    }
}

.gradient-btn__glare {
    opacity: 0.8;
    position: absolute;
    top: -100px;
    left: -100px;
    display: block;
    background: #fff;
    width: 40px;
    height: 300px;
    transition: all 0.1s;
    transform: rotate(45deg);
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-name: slide;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0) rotate(45deg);
    }
    30%,
    100% {
        transform: translateX(350px) rotate(45deg);
    }
}

.gradient-btn:hover {
    background: linear-gradient(180deg, #1b39bc 0%, #a512a5 100%);
}

.gradient-btn:active {
    background: linear-gradient(180deg, #223177 0%, #590759 100%);;
}

.gradient-btn img {
    width: 30px;
    height: 30px;
    @media (max-width: 991px) {
        width: 19px;
        height: 18px;
    }
}

.red-btn-contact {
    border-radius: 15px;
    background: #C81100;
    height: 50px;
    padding: 15px 36px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px; /* 112% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.red-btn-contact:hover {
    background: #7a0b01;
}

.red-btn-contact:active {
    background: #390300;
}

.payment-system {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.payment-system li{
    max-height: 25px;
}


.players-opinions--section {
    padding: 50px 0;
    @media (max-width: 991px) {
        padding: 20px 0;
    }
}

.testimonials-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
}

.testimonial-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #1139E1;
    background: rgba(26, 26, 26);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    height: 100%;
}

.testimonial-card-background {
    padding: 1px;
    border-radius: 12px;
    background: linear-gradient(180deg, #1139E1 0%, #FE01FD 100%);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.user-details h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stars {
    display: flex;
    gap: 2px;
}

.star img{
    width: 16px;
    height: 16px;
}

.testimonial-text {
    font-family: var(--font-family), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

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

    .testimonial-card {
        padding: 16px;
    }

    .testimonial-text {
        font-size: 12px;
    }
}

.testimonial-card-right {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.partners {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    @media (max-width: 991px) {
        flex-wrap: wrap;
        gap: 16px;
    }
}


.francgaming_container {
    padding: 50px 0;
    @media (max-width: 600px) {
        padding: 30px 0;
    }
}

.footer-blue-container {
    border-radius: 20px;
    background: #060606;
    padding: 40px 20px;
    @media (max-width: 600px) {
        padding: 20px;
    }
}

.gradient-container {
    background:  linear-gradient(180deg, #1139E1 0%, #FE01FD 100%);
    padding: 1px;
    border-radius: 20px;
}

.p-2-footer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.p-2-footer p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.container-610 {
    width: 100%;
    max-width: 610px;
    height: auto;
}


.francgaming-footer__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
    }
}

.francgaming-footer__link {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: underline;
}

.custom-dots {
    list-style: none;
    padding-left: 0;
    z-index: 0;
}

.custom-dots li {
    position: relative;
    padding-left: 20px;
    z-index: 0;
}

.custom-dots li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
}

.register-container {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.form-register {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 728px;
}

.contact-img-container {
    width: 100%;
    max-width: 482px;
    height: auto;
    @media (max-width: 991px) {
        margin-top: 20px;
    }
}

.popap_page {
    display: none
}

.popap_page:active {
    display: block;
}

.register-hero-left-side {
    @media (max-width: 991px) {
        margin-top: 20px;
    }
}


.francgaming-bookmaker-list-section {
    padding: 10px 0;
    @media (max-width: 991px) {
        padding: 20px 0;
    }
}

.current-data-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

.current-data-container img {
    width: 24px;
    height: 24px;
}

#today-date {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 17px;
    @media (max-width: 600px) {
        font-size: 12px;
        margin-left: 4px;
    }
}

.ratting-bookmeker {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    @media (max-width: 602px) {
        display: none;
    }
}


.ratting-bookmeker-after-700px {
    display: none;
    @media (max-width: 602px) {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
}

.bookmaker-list-bonus {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    @media (max-width: 991px) {
        display: none;
    }
}

.label-casino-item {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #1139E1 0%, #FE01FD 100%);
    border-radius: 63px 0 100px 0;
    padding: 5px 15px;
    left: 0;
    font-family: "Nunito", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.img-about-cont {
    max-width: 420px;
    width: 100%;
}

.francgaming-about-container {
    display: flex;
    align-items: center;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.text-about {
    max-width: 749px;
    width: 100%;
}

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

.display-none-min-600 {
    @media (min-width: 600px) {
        display: none;
    }
}

.terms-container-txt {
    padding: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(17px);
}

.responsible-container {
    border-radius: 20px;
    background: #1139E1;
    padding: 40px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    @media (max-width: 991px) {
        padding: 20px;
        font-size: 14px;
    }
}

.custom-dots {
    list-style: none;
    padding-left: 0;
    margin: 0;
    z-index: 0;
}

.custom-dots li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    z-index: 0;
}

.custom-dots li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
}
