
* {
    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: "Krub";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts_hdu7mn30/hdu7mn30_krub-v11-latin-regular.woff2) format("woff2");
}

@font-face {
    font-family: "Krub";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts_hdu7mn30/hdu7mn30_krub-v11-latin-500.woff2) format("woff2");
}

@font-face {
    font-family: "Krub";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts_hdu7mn30/hdu7mn30_krub-v11-latin-600.woff2) format("woff2");
}

@font-face {
    font-family: "Krub";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts_hdu7mn30/hdu7mn30_krub-v11-latin-700.woff2) format("woff2");
}


:root {
    --font-family: "Krub", sans-serif;
    --font-secondary: "Krub", sans-serif;
    --container-width: 1240px;
    --container-step: 100px;
    --container-step-tablet: 30px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0D0D0D;
    --main: #ffffff;
    --black: #000000;
    --tx-color: var(--white);
    --white: #ffffff;
    --tx-main-color: var(--black);
    --brown: #2F0014;
    --hover: #7B68EE;
    --active: #4169E1;
    --red: linear-gradient(180deg, #F00 0%, #B70000 100%);
    --yellow: #FFE100;
}

h1 {
    color: #061C17;
    text-align: center;
    font-family: Krub, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

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


h2 {
    color: #1E1E1E;
    font-family: Krub, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* @media (max-width: 991px) {
         font-size: 32px;
     }
     @media (max-width: 600px) {
         font-size: 24px;
     }*/
}

.container-for-h2_dsh80zd03 {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    border-bottom: 1px solid #ED190D;
}

.container-for-h2_dsh80zd03.alter {
    border-bottom: none;
}

.h2-clases {
    color: #FFF;
    text-align: center;
    font-family: Krub, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

h3 {
    color: var(--white, #FFF);
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

p, li {
    color: #1E1E1E;
    font-family: Krub;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.letter-spacing-96 {
    letter-spacing: 0.96px;
}

.padding-section_dsh80zd03 {
    padding: 50px 0;
    /* @media (max-width: 991px) {
         padding: 60px 0;
     }
     @media (max-width: 600px) {
         padding: 40px 0;
     }*/
}

.padding-section_dsh80zd03_privacy {
    padding: 40px 0;
    @media (max-width: 991px) {
        padding: 30px 0;
    }
    @media (max-width: 600px) {
        padding: 20px 0;
    }
}

.privacy-h1-cont_dsh80zd03 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex: 1 0 0;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(200, 216, 231, 0.90) 50%, rgba(255, 255, 255, 0.90) 100%);
}

.background-padding-color_dsh80zd03 {
    background: #C8D8E7;
}

.background-padding-color_2_dsh80zd03 {
    background: #E3EBF2;
}

.font-roboto {
    font-family: 'Roboto', 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_dsh80zd03 {
    margin-bottom: 20px;
}

.mg-bottom-10_dsh80zd030 {
    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_dsh80zd03-10 {
    margin-bottom: 20px;
    @media (max-width: 1300px) {
        margin-bottom: 10px;
    }
}

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

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

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

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

.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_dsh80zd03 {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

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

.mg-bottom-20_dsh80zd03-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 {
    width: 100%;
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #999;
    background: #F9F9F9;
    margin-top: 8px;
    @media (max-width: 600px) {
        font-size: 14px;
    }
}

.popap_page {
    display: none;
}

.popap_page:active {
    display: block;
}

.status {
    margin-top: 20px;
}

.label {
    color: var(--white, #F9F9F9);
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

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

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

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

input::placeholder,
textarea::placeholder {
    color: #999;
}

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

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


.main_dsh80zd03 {
    flex: 1 1 auto;
}


.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;
    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_dsh80zd03 {
    margin-bottom: 120px;
    @media (max-width: 1300px) {
        margin-bottom: 100px;
    }
    @media (max-width: 991px) {
        margin-bottom: 70px;
    }
    @media (max-width: 600px) {
        margin-bottom: 48px;
    }
}

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

@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;
    width: 122px;
    height: 24px;
}

@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;
    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-40-28 {
    font-size: 40px;
}

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

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

.tx-60-30 {
    font-size: 60px;
    @media (max-width: 1300px) {
        font-size: 50px;
    }
    @media (max-width: 991px) {
        font-size: 40px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}


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

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

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

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

.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-72-38 {
    font-size: 72px;
    @media (max-width: 1220px) {
        font-size: 55px;
    }
    @media (max-width: 1100px) {
        font-size: 45px;
    }
    @media (max-width: 600px) {
        font-size: 38px;
    }
}

.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-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-48-24 {
    margin-bottom: 48px;
    @media (max-width: 991px) {
        margin-bottom: 32px;
    }
    @media (max-width: 600px) {
        margin-bottom: 24px;
    }
}

.mg-bottom-48-96 {
    margin-bottom: 48px;
    @media (max-width: 991px) {
        margin-bottom: 62px;
    }
    @media (max-width: 600px) {
        margin-bottom: 96px;
    }
}

.mg-bottom-48-16 {
    margin-bottom: 48px;
    @media (max-width: 991px) {
        margin-bottom: 32px;
    }
    @media (max-width: 600px) {
        margin-bottom: 16px;
    }
}

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

.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_dsh80zd03 {
    margin-bottom: 10px;
}

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

.mg-bottom-10_dsh80zd03 {
    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-24 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.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-30-20 {
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 20px;
    }
}

.tx-30 {
    font-size: 30px;
}

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

.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_dsh80zd03 {
    line-height: 120%;
}

.line-height-100_dsh80zd03 {
    line-height: 100%;
}

.line-height-120_dsh80zd03-140 {
    line-height: 120%;
    @media (max-width: 600px) {
        line-height: 140%;
    }
}

.line-height-130-width600 {
    @media (max-width: 600px) {
        line-height: 130%;
    }
}

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

.line-height-normal {
    line-height: normal;
}

.tx-20 {
    font-family: var(--font-family), sans-serif;
    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-size: 24px;
    @media (max-width: 1220px) {
        font-size: 22px;
    }
    @media (max-width: 600px) {
        font-size: 20px;
        line-height: 130%; /* 26px */
        letter-spacing: 0.8px;
    }
}

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

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


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

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

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

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

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

@media (max-width: 1220px) {
    .tx-20-18_dsh80zd03 {
        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%;
}

.h100 {
    min-height: 0;
    height: 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_dsh80zd03 {
    text-align: center;
}

.text-left {
    text-align: left;
}


.text-center_dsh80zd03-max991 {
    @media (max-width: 991px) {
        text-align: center;
    }
}

.text-center_dsh80zd03-min991 {
    @media (min-width: 991px) {
        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;
}

.header {
    /* top: 0;
     left: 0;
     z-index: 7;
     width: 100%;*/
    background: #9BBFCA;
    @media (max-width: 991px) {

    }
}

/*.nav__link.active {
  color: #FFB22B;
}

.nav__link:hover {
  color: #8a5904;
}*/

.logo img {
    width: 134px;
    height: 40px;
    flex-shrink: 0;
}

.nav__item--button {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

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

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

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

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 16px;
    background: #9BBFCA;
}

.header_dsh80zd03__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #9BBFCA;
}

@media (max-width: 991px) {
    .header_dsh80zd03__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: #7A311E;
        z-index: 1000;
        padding: 77px 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) {
    .header_dsh80zd03__menu {
        padding: 80px 30px 30px 30px;
    }
}

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

.header__exit-menu {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
}

.burger-active-head {
    display: none;
}

.burger-active-head.active {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #030415;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

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

.btn-header-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-btn {
    min-width: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid #FFB22B;
    color: #FFB22B;
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-btn.btn-adventure {
    max-width: 151px;
    @media (max-width: 600px) {
        max-width: 100%;
    }
}

.header-btn.log-in {
    color: #010101;
    background: #FFB22B;
}

.disclaimer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-btn.log-in:hover {
    background: #FFBE4C;
}

.header-btn:hover {
    border-radius: 10px;
    border: 1px solid #FFB22B;
    background: rgba(255, 178, 43, 0.23);
}

.header-btn.with100 {
    @media (max-width: 600px) {
        max-width: 100%;
        width: 100%;
    }
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

@media (max-width: 991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

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

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

.nav__link {
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    @media (max-width: 991px) {
        display: flex;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;

    }
}

.nav__link.active {
    border-bottom: 1px solid #ED190D;
    @media (max-width: 991px) {
        border-bottom: none;
    }
}

.burger_dsh80zd03 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 50px;
    padding: 4px;
    background-color: transparent;
}

@media (max-width: 991px) {
    .burger_dsh80zd03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
}

.burger_dsh80zd03 span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 2px;
}


/* Попап стили */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    display: flex;
    max-width: 420px;
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 20px;
    position: relative;
    animation: popupAppear 0.3s ease-out;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: black;
}

@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-header {
    text-align: center;
}

.popup-title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.form-group {
    margin-bottom: 10px;
}


.form-input:focus {
    outline: none;
    border-color: #4285f4;
}

.form-submit {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFE100;
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.form-submit.w100-btn {
    max-width: 100%;
    width: 100%;
}

.form-submit:hover {
    background: #ccb71a;
}

.form-link button {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-link a:hover {
    color: #6b89ba;
}

.success-popup {
    text-align: center;
}

.success-message {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.font-family-Clash {
    font-family: "Clash Display", sans-serif;
}

.show {
    display: flex;
}


.hero-section_dsh80zd03 {
    padding: 140px 0;
    background: url(/f8fhn0sjc9j_img/background-hero_dhue37h.webp) center / cover no-repeat;
    @media (max-width: 991px) {
        padding: 100px 0;
    }
    @media (max-width: 600px) {
        padding: 65px 0;
        background: url(/f8fhn0sjc9j_img/background-hero_dhue37h_mobile.webp) center / cover no-repeat;
    }
}

.container-552 {
    max-width: 552px;
    width: 100%;
}

.dsh80zd03_terms h1 {
    @media (max-width: 600px) {
        font-size: 34px;
    }
    @media (max-width: 500px) {
        font-size: 30px;
    }
    @media (max-width: 400px) {
        font-size: 24px;
    }
}

.hero-container_dsh80zd03 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;

    img {
        width: 204px;
        height: 66px;
        flex-shrink: 0;
    }

    p {
        color: #1E1E1E;
        text-align: center;
        font-family: Krub, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    a {
        display: flex;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 50px;
        background: #23604B;
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.hero-containe-about_dsh80zd03 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 110px;
}


.btn-hero-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 103px;
    @media (max-width: 600px) {
        align-items: center;
        justify-content: center;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
}

.dsh80zd03_footer {
    padding: 50px 0;
    background: #9BBFCA;
}

.dsh80zd03_footer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer__list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
    @media (max-width: 600px) {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.hero-container_dsh80zd03-container {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    gap: 16px;
    max-width: 735px;
    width: 100%;

    p:nth-child(1) {
        font-family: Krub, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


}


.hero-container-about_dsh80zd03-container {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    max-width: 742px;
    width: 100%;
}

.footer__link {
    color: #1E1E1E;
    font-family: Krub, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-ehf3i9dj {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    @media (max-width: 991px) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 10px;
    }
}

.partners__item {
    display: flex;
    max-width: 250px;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);

    a {
        height: 40px;
    }
}

.flex-2-box_dsh80zd03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.flex-2-box_dsh80zd03.reverse {
    @media (max-width: 991px) {
        flex-direction: column-reverse;
    }
}


.flex-2-box-footer {
    display: flex;
    gap: 30px;
    @media (max-width: 991px) {
        gap: 24px;
        flex-direction: column;
    }
}

.flex-2-box-footer div {
    max-width: 605px;
    width: 100%;
}

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

.contact-email {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-email img {
    height: 24px;
    width: 24px;
}

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

.play-btn_dsh80zd03 {
    display: flex;
    max-width: 250px;
    width: 100%;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.play-btn_dsh80zd03.w100-btn {
    @media (max-width: 991px) {
        max-width: 100%;
        width: 100%;
    }
}

.play-btn_dsh80zd03:hover {
    background: #FF970B;
}

.dsh80zd03_terms {
    padding: 40px 0;
}

.official-list_dsh80zd03 {
    display: flex;
    align-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.official-list_dsh80zd03 li {
    max-width: 400px;
    width: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    border-radius: 16px;
    background: #0D0D0D;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.40);

    img {
        width: 40px;
        height: 40px;
    }
}

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

.abut-left-side {
    max-width: 296px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.abut-right-side {
    max-width: 864px;
    width: 100%;
}

.footer-p-style {
    color: var(--white, #F9F9F9);
    font-family: var(--font-secondary), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.register-buttons_dvYeh2h {
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

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

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

.register-button_dg3 {
    display: flex;
    padding: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    color: var(--black, #0D0D0D);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-family: Krub, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.register-button {
    background: var(--white, #FFF);
}

.login-button {
    background: var(--yellow, #FFE100);
}

.hero-btn-play_dsh80zd03 {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--yellow, #FFE100);
    color: var(--black, #0D0D0D);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 556px;
    width: 100%;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.red-background_dsh80zd03 {
    background: var(--red, linear-gradient(180deg, #F00 0%, #B70000 100%));
}

.container-4x4-list_dsh80zd03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 610px;
    width: 100%;
    justify-content: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }
}

.container-4x4-list_dsh80zd03 li {
    display: flex;
    max-width: 295px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #F00 0%, #B70000 100%);
    @media (max-width: 600px) {
        max-width: 100%;
    }
}

.container-img-right_dsh80zd03 {
    max-width: 610px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.flex-box-2-container_dsh80zd03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.flex-box-2-container_dsh80zd03-iner_dsh80zd03 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    align-self: stretch;
    @media (max-width: 991px) {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

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

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

.list-partners-main_dsh80zd03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 20px;

    li {
        height: 76px;
    !important;
        @media (max-width: 991px) {
            height: 46px;!important;
        }
        @media (max-width: 600px) {
            height: 24px;!important;
        }
    }
}

.flex-footer-2x-container {
    display: flex;
    align-items: flex-start;
    gap: 100px;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 30px;
    }
}

.div-left-footer {
    max-width: 610px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.div-right-footer {
    max-width: 425px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}


.age-confirm {
    width: 32px;
    height: 32px;
}

.popup_dhh2d-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup_dhh2d {
    display: flex;
    max-width: 477px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    background: #9BBFCA;
    width: 100%;
    @media (max-width: 600px) {
        display: flex;
        max-width: 328px;
        width: 100%;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

.popup_dhh2d p {
    color: #1E1E1E;
    font-family: Krub, sans-serif;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-btn_dhh2d {
    display: flex;
    width: 250px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #23604B;
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-btn_dhh2d:hover {
    opacity: 0.9;
}

.hidden {
    display: none;
}

.about-us-list {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    @media (max-width: 991px) {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.about-us-list li {
    display: flex;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 16px;
    background: linear-gradient(180deg, #F00 0%, #B70000 100%);

    p:nth-child(1) {
        color: var(--white, #FFF);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 30px */
        text-transform: uppercase;
        @media (max-width: 600px) {
            font-size: 24px;
        }
    }

    p:nth-child(2) {
        color: var(--white, #FFF);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 20px */
        @media (max-width: 600px) {
            font-size: 18px;
        }
    }
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;

    span {
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}


/* === INPUTS === */
.contact-form input,
.contact-form textarea {
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #7A311E;
    color: white;
    font-family: Krub, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    @media (max-width: 600px) {
        font-size: 18px;
    }

}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* PLACEHOLDER */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

/* === CHECKBOX === */
.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    user-select: none;
}

/* hide native checkbox */
.checkbox-wrap input {
    display: none;
}

/* custom checkbox */
.checkmark {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
}

/* checked state */
.checkbox-wrap input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* === BUTTON === */
.contact-form button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 250px;
    width: 100%;
    @media (max-width: 600px) {
        max-width: 100%;
        width: 100%;
    }
}

.center-btn-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form button:not(:disabled):hover {
    transform: translateY(-1px);
}

.flex-2cont-contact-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


.contact-right-side {
    display: flex;
    padding: 20px;
    max-width: 610px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--red, linear-gradient(180deg, #F00 0%, #B70000 100%));

    div {
        display: flex;
        align-items: center;
        gap: 10px;

        img {
            height: 22px;
            width: 20px;
        }

        p {
            color: var(--white, #FFF);
            text-align: left;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            @media (max-width: 600px) {
                font-size: 18px;
            }
        }
    }
}

.form-success {
    color: var(--white, #FFF);
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: none;
}

.run-strok-head_dsh80zd03 {
    overflow: hidden;
    background: #7A311E;
    backdrop-filter: blur(5px);
    padding: 8px 0;
}

.run-track_dsh80zd03 {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: runLine 20s linear infinite;
}

.run-track_dsh80zd03 p {
    white-space: nowrap;
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

@keyframes runLine {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.brown-container_dsh80zd03 {
    display: flex;
    padding: 24px 32px;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    border-radius: 16px;
    background: #7A311E;
    @media (max-width: 1300px) {
        gap: 20px;
    }
    @media (max-width: 600px) {
        padding: 24px 16px;
    }
}


.brown-container_dsh80zd03_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 667px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.brown-container_dsh80zd03_right {
    max-width: 421px;
    width: 100%;
    @media (max-width: 991px) {
        display: none;
    }
}

.rating-likes_dsh80zd03 {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    @media (max-width: 600px) {
        gap: 16px;
        flex-direction: column;
    }

    div {
        display: flex;
        align-items: center;
        gap: 8px;

        img {
            width: 24px;
            height: 24px;
            aspect-ratio: 1/1;
        }

        p {
            color: #FFF;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
    }
}

.brown-container_dsh80zd03_left_title {
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.img-brown-container_dsh80zd03 {
    @media (min-width: 991px) {
        display: none;
    }
    @media (max-width: 991px) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.img-cont_dsh80zd03 {
    height: 187px;
}

.game-frame_dsh80zd03 {
    max-width: 100%;
    height: 590px;
    border-radius: 16px;
    border: 2px solid #EF932E;
    background: lightgray;
    overflow: hidden;
    display: flex;
}

.game-frame_dsh80zd03 iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 14px;
}


.rewiews-list_dsh80zd03 {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    @media (max-width: 991px) {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    li {
        display: flex;
        max-width: 384px;
        width: 100%;
        padding: 30px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid #ED190D;
        background: #7A311E;

        .title {

        }

        .line-red {
            height: 1px;
            width: 100%;
            background: #ED190D;
        }

        .rating {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;

            div {
                display: flex;
                align-items: flex-start;

                svg {
                    width: 20px;
                    height: 20px;
                    aspect-ratio: 1/1;
                }
            }
        }
    }
}

.container-643_dsh80zd03 {
    max-width: 643px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.container-518_dsh80zd03 {
    max-width: 518px;
    width: 100%;
}

.survey-wrapper {
    display: flex;
    justify-content: center;
}

.survey-card {
    max-width: 645px;
    width: 100%;
    border-radius: 30px;
    background: #7A311E;
    padding: 32px;
    color: #fff;
    font-family: Krub, sans-serif;
    min-height: 459px;
    @media (max-width: 991px) {
        max-width: 100%;
    }
    @media (max-width: 600px) {
        padding: 16px;
    }
}

.survey-card.last {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Steps */
.survey-steps {
    display: flex;
    align-items: center;
}

.step {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #ED190D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.step.active {
    background: #ED190D;
}

.step.done {
    background: #2BCE30;
    border-color: #2BCE30;
    font-size: 16px;
}

.line {
    flex: 1;
    height: 2px;
    background: red;
}

/* Steps content */
.survey-step {
    display: none;
}

.survey-step.active {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;

}

.survey-step-title {
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.option input {
    display: none;
}

.option span {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.option input:checked + span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Buttons */
.survey-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    margin-top: 30px;
    @media (max-width: 600px) {
        flex-direction: column-reverse;

        gap: 16px;
    }
}

.survey-card {
    button {
        display: flex;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 8px;
        @media (max-width: 600px) {
            width: 100%;
        }
    }
}

#backBtn {
    background: transparent;
    border: 1px solid #EF932E;
}

#nextBtn {
    background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
}


.thank-you {
    text-align: center;
    height: 100%;
}

.last-msg-survey {
    color: #FFF;
    text-align: center;
    font-family: Krub, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.last-msg-survey-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.container-530px_dsh80zd03 {
    max-width: 530px;
    width: 100%;
}


.flex-2-cont-survey_dsh80zd03 {
    display: flex;
    align-items: center;
    gap: 24px;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

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

.disclaimer-cont_dsh80zd03 {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    border: 2px solid #EF932E;
    background: linear-gradient(to bottom right, #B42B2B 0%, #100717 43%, #030415 50%) bottom right / 50% 50% no-repeat,
    linear-gradient(to bottom left, #B42B2B 0%, #100717 43%, #030415 50%) bottom left / 50% 50% no-repeat,
    linear-gradient(to top left, #B42B2B 0%, #100717 43%, #030415 50%) top left / 50% 50% no-repeat,
    linear-gradient(to top right, #B42B2B 0%, #100717 43%, #030415 50%) top right / 50% 50% no-repeat;
    @media (max-width: 600px) {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border-radius: 24px;
        border: 2px solid #EF932E;
        background: linear-gradient(to bottom right, #B42B2B 0%, #100717 43%, #030415 50%) bottom right / 50% 50% no-repeat,
        linear-gradient(to bottom left, #B42B2B 0%, #100717 43%, #030415 50%) bottom left / 50% 50% no-repeat,
        linear-gradient(to top left, #B42B2B 0%, #100717 43%, #030415 50%) top left / 50% 50% no-repeat,
        linear-gradient(to top right, #B42B2B 0%, #100717 43%, #030415 50%) top right / 50% 50% no-repeat;
    }

    .title {
        color: #FFF;
        text-align: center;
        font-family: Krub, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.footer-containerx3_dsh80zd03 {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.footer-left-cont_dsh80zd03 {
    display: flex;
    max-width: 363px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.footer-center-cont_dsh80zd03 {
    display: flex;
    max-width: 395px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.footer-right-cont_dsh80zd03 {
    display: flex;
    max-width: 395px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.blockquote-footer_dsh80zd03 {
    color: #FFF;
    font-family: Krub, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.footer-logo-age_dsh80zd03 {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.img-18-cont {
    width: 46px;
    height: 46px;
    aspect-ratio: 1/1;
}

.privacy-notice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;

    p:nth-child(1) {
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    p:nth-child(2) {
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
}

.padding-h1-head {
    padding-top: 50px;
}

.container-policy_dsh80zd03 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.container-policy_dsh80zd03_element {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    p:nth-child(1) {
        color: #FFF;
        font-family: Krub, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.qeq {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 2px solid #EF932E;
    border-radius: 16px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h1-about {
    color: #FFF;
    font-family: Krub, sans-serif;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        color: #FFF;
        text-align: left;
        font-family: Krub, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.h1-about.alter {
    @media (max-width: 600px) {
        text-align: center;
    }
}

.conntainer-img_dhue46h9 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

    img {
        width: 188px;
        height: 40px;
    }
}

.container-txt-white_dsh80zd03 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 16px;
    background: #FFF;
}

.container-txt_dsh80zd03 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    h2 {
        color: #1E1E1E;
        font-family: Krub, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    p, li {
        color: #1E1E1E;
        font-family: Krub, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
}


.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: #1E1E1E;
    border-radius: 50%;
    z-index: 0;
}

.text-link {
    color: #1E1E1E;
    font-family: Krub, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    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;
}