
* {
    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: "Urbanist";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts_hf48hf9/hf48hf9_urbanist-v18-latin-regular.woff2) format("woff2");
}

@font-face {
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts_hf48hf9/hf48hf9_urbanist-v18-latin-500.woff2) format("woff2");
}

@font-face {
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts_hf48hf9/hf48hf9_urbanist-v18-latin-600.woff2) format("woff2");
}

@font-face {
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts_hf48hf9/hf48hf9_urbanist-v18-latin-700.woff2) format("woff2");
}


:root {
    --font-family: "Urbanist", sans-serif;
    --font-secondary: "Urbanist", sans-serif;
    --container-width: 1240px;
    --container-step: 100px;
    --container-step-tablet: 30px;
    --container-step-mobile: 20px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #060606;
    --main: #ffffff;
    --black: #060606;
    --tx-color: var(--white);
    --white: #ffffff;
    --tx-main-color: var(--black);
    --brown: #2F0014;
    --hover: #7B68EE;
    --active: #4169E1;
    --red: #E00105;
    --yellow: #FFE100;
}

.text-red-color {
    color: var(--red, #E00105);
}

.text-blue-color {
    background: linear-gradient(180deg, #0065A3 0%, #00263D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
}

h1 {
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    @media (max-width: 991px) {
        font-size: 38px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}

h2 {
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    @media (max-width: 991px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 22px;
    }
}

.container-for-h2_zmcoi832kl {
    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_zmcoi832kl.alter {
    border-bottom: none;
}

.h2-clases {
    color: var(--white, #FFF);
    text-align: left;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    @media (max-width: 991px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 22px;
    }
}

h3 {
    color: var(--red, #E00105);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    @media (max-width: 991px) {
        font-size: 20px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

p, li {
    color: var(--white, #FFF);
    text-align: left;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

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

.padding-section_zmcoi832kl {
    padding: 60px 0;
    @media (max-width: 991px) {
        padding: 60px 0;
    }
    @media (max-width: 600px) {
        padding: 40px 0;
    }
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

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

.txt-color-white {
    color: #FFFFFF;
}

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

.mg-bottom-10_zmcoi832kl0 {
    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_zmcoi832kl-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_zmcoi832kl {
    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_zmcoi832kl-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;
    @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: 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: var(--background-page);
}


.main_zmcoi832kl {
    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_zmcoi832kl {
    margin-bottom: 100px;
    @media (max-width: 1300px) {
        margin-bottom: 100px;
    }
    @media (max-width: 991px) {
        margin-bottom: 60px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.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: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    word-break: break-all;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

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

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

.letter-logo {
    display: -webkit-box;
    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_zmcoi832kl {
    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_zmcoi832kl {
    margin-bottom: 10px;
}

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

.mg-bottom-10_zmcoi832kl {
    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_zmcoi832kl {
    line-height: 120%;
}

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

.line-height-120_zmcoi832kl-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_zmcoi832kl {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

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

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

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

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

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

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


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

.text-center_zmcoi832kl-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 {
    height: 64px;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    @media (max-width: 991px) {

    }
}

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

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

.header-red-btn_zmcoi832kl {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    border: 1px solid var(--white, #FFF);
    background: var(--red, #E00105);

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

    color: var(--white, #FFF);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    white-space: nowrap;
    flex-shrink: 0;

}

.logo img {
    width: 40px;
    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: 6px;
    flex-direction: row;
    justify-content: flex-start;

    p {
        color: var(--white, #FFF);
        font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        white-space: nowrap;
        text-transform: capitalize;
        @media (max-width: 600px) {
            font-size: 16px;
        }
    }
}

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

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

.header__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
}

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

@media (max-width: 991px) {
    .header_zmcoi832kl__menu {
        display: -webkit-box;
        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: #060606;
        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_zmcoi832kl__menu {
        padding: 80px 30px 30px 30px;
    }
}

.header_zmcoi832kl__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: #1D1D1D;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 67px;
}

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

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

.nav__list {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 40px;
    border-radius: 60px;
    border: 1px solid var(--white, #FFF);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    @media (max-width: 1100px) {
        gap: 20px;
    }
}

@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: center;
        justify-content: center;
        border-radius: 20px;
        padding: 20px;
    }
}

@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 {
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white, #FFF);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.nav__link.active {
    color: var(--black, #060606);
    border-radius: 30px;
    background: var(--white, #FFF);
}

.burger_zmcoi832kl {
    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;
    background-color: transparent;
    width: 50px;
    height: 30px;
    flex-shrink: 0;
}

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

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

.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_zmcoi832kl {
    margin-top: -104px;
    background: url(../img_hf48hf9/background-hero-index_hfu48ffj.webp) center / cover no-repeat;
    padding-top: 184px;
    padding-bottom: 140px;
    border-radius: 0 0 20px 20px;
    @media (max-width: 991px) {
        padding-bottom: 70px;
    }
    @media (max-width: 600px) {
        padding-bottom: 30px;
    }
}


.container-for-2-btn-header {
    display: none;
    @media (max-width: 991px) {
        display: flex;
        padding: 10px;
        align-items: center;
        gap: 20px;
        border-radius: 60px;
        border: 1px solid var(--white, #FFF);
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(5px);
    }
}

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

.inner-red-btn-header {
    width: 44px;
    height: 44px;
}


.hero-container_zmcoi832kl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 30px;
    @media (max-width: 600px) {
        gap: 20px;
    }
}

.zmcoi832kl_footer {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
    background: #1D1D1D;
    @media (max-width: 600px) {
        padding: 20px 0;
    }
}

.zmcoi832kl_footer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.footer__list {
    display: flex;
    align-items: center;
    gap: 40px;
    @media (max-width: 600px) {
        gap: 20px;
    }
}

.footer__list_hed-nav {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 40px;
    border-radius: 60px;
    border: 1px solid var(--white, #FFF);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    flex-wrap: wrap;
    justify-content: center;
    @media (max-width: 600px) {
        gap: 10px;
    }
}

.footer__link-hed-nav {
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white, #FFF);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    white-space: nowrap;
    @media (max-width: 600px) {
        font-size: 14px;
        padding: 10px;
        border-radius: 30px;
    }
}

.footer__link-hed-nav.active {
    border-radius: 30px;
    background: var(--white, #FFF);
    color: #060606;
}

.footer__list.alter {
    display: flex;
    align-items: center;
    gap: 40px;
    @media (max-width: 600px) {
        gap: 20px;
    }
}

.footer__link {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer__link.alter {
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    @media (max-width: 600px) {
        font-size: 12px;
    }
}

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


.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-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

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

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


/* === INPUTS === */
.contact-form input,
.contact-form textarea {
    display: flex;
    width: 100%;
    height: 47px;
    padding: 14px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--white, #FFF);
    background: var(--white, #FFF);
    color: var(--black, #060606);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 14px;
    }
}

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

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

/* === 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: 10px 20px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 60px;
    border: 1px solid var(--white, #FFF);
    background: var(--red, #E00105);
    color: var(--white, #FFF);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 10px;
    @media (max-width: 600px) {
        font-size: 14px;
    }

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

.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);
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: none;
}

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

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

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

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

.brown-container_zmcoi832kl {
    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_zmcoi832kl_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_zmcoi832kl_right {
    max-width: 421px;
    width: 100%;
    @media (max-width: 991px) {
        display: none;
    }
}

.rating-likes_zmcoi832kl {
    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_zmcoi832kl_left_title {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


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

.img-cont_zmcoi832kl {
    height: 187px;
}

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

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


.rewiews-list_zmcoi832kl {
    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_zmcoi832kl {
    max-width: 643px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.container-518_zmcoi832kl {
    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: Inter, 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: Inter, 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: Inter, 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: Inter, 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_zmcoi832kl {
    max-width: 530px;
    width: 100%;
}


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

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

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

.footer-left-cont_zmcoi832kl {
    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_zmcoi832kl {
    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_zmcoi832kl {
    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%;
    }
}

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

.blockquote-footer_zmcoi832kl {
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    @media (max-width: 600px) {
        font-size: 12px;
    }
}

.footer-logo-age_zmcoi832kl {
    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: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

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

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

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

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

    p:nth-child(1) {
        color: #FFF;
        font-family: Inter, 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: Inter, 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: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

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

.list-reviews_zmcoi832kl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }

    li {
        display: flex;
        max-width: 400px;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
        @media (max-width: 991px) {
            max-width: 100%;
        }

        .cont-img-name {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            align-self: stretch;

            .avatar {
                width: 60px;
                height: 56px;
            }

            .right-cont {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;

                p:nth-child(1) {
                    color: #000;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }

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

        .text {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .data {
            color: #535353;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}

.reviews-btn-more {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 2px solid #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    @media (max-width: 600px) {

    }
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    @media (max-width: 600px) {
        margin-top: 15px;
    }
}

.flex-center.alter {
    margin-top: 0;
    @media (max-width: 600px) {
        margin-top: 0;
    }
}


.text-center_zmcoi832klt {
    text-align: center;
}

.list-about-us_zmcoi832kl {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;

    li {
        display: flex;
        padding: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
        max-width: 285px;
        width: 100%;

        p:nth-child(1) {
            color: #0D0D0D;
            font-size: 36px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            text-transform: uppercase;
        }

        p:nth-child(2) {
            color: #0D0D0D;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}

.flex-2x2-cont-about {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 20px;
    }

    .left {
        max-width: 895px;
        width: 100%;
    }

    .right {
        max-width: 305px;
        width: 100%;
    }
}

.form-h2-txt_zmcoi832kl {
    display: flex;
    max-width: 655px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}

.padding-section-contact {
    padding-bottom: 60px;
    padding-top: 100px;
    @media (max-width: 991px) {
        padding-bottom: 40px;
        padding-top: 60px;
    }
    @media (max-width: 600px) {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.privacy-container-black {
    display: flex;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.60);
    @media (max-width: 600px) {
        padding: 20px 10px;
    }

    p {
        color: #FFF;
    }
}

.list-more-travel-website_zmcoi832kl {
    display: flex;
    align-items: stretch;
    justify-items: center;
    justify-content: center;
    gap: 20px;
    @media (max-width: 1100px) {
        flex-wrap: wrap;
    }
    @media (max-width: 600px) {
        gap: 10px;
    }

    li {
        display: flex;
        max-width: 400px;
        width: 100%;
        padding: 40px 20px 20px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        border: 1px solid var(--red, #E00105);
        background: var(--black, #060606);
        @media (max-width: 600px) {
            padding: 20px;
            border-radius: 20px;
        }

        img {
            width: 120px;
            height: 120px;
            margin-bottom: 30px;
            @media (max-width: 600px) {
                width: 50px;
                height: 50px;
                margin-bottom: 20px;
            }
        }

        p {
            color: var(--white, #FFF);
            text-align: center;
            font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            @media (max-width: 600px) {
                font-size: 14px;
            }
        }
    }
}

.flex-2x-container_zmcoi832kl {
    display: flex;
    align-items: center;
    gap: 20px;
    @media (max-width: 1240px) {
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        align-items: center;
    }

    .left {
        display: flex;
        max-width: 610px;
        width: 100%;
        padding: 40px 20px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 30px;
        background: var(--red, #E00105);
        @media (max-width: 600px) {
            padding: 20px;
        }
    }

    .right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        max-width: 610px;
        width: 100%;
        @media (max-width: 600px) {
            grid-template-columns: 1fr;
            justify-items: center;
        }

        .right-img {
            max-width: 295px;
            max-height: 218px;
            @media (max-width: 600px) {
                max-width: 320px;
            }
        }
    }
}

.list-number-section_zmcoi832kl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 21px;
    width: 100%;
    @media (max-width: 600px) {
        gap: 8px;
    }

    li {
        display: flex;
        width: 100%;
        height: 150px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 30px;
        border: 1px solid var(--white, #FFF);
        background: linear-gradient(180deg, #0065A3 0%, #00263D 100%);
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
        @media (max-width: 991px) {
            height: 100px;
        }
        @media (max-width: 600px) {
            height: 80px;
            gap: 6px;
            border-radius: 20px;
        }

        p:nth-child(1) {
            color: var(--white, #FFF);
            text-align: center;
            font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            @media (max-width: 991px) {
                font-size: 26px;
            }
            @media (max-width: 600px) {
                font-size: 14px;
            }
        }

        p:nth-child(2) {
            color: var(--white, #FFF);
            text-align: center;
            font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            @media (max-width: 991px) {
                font-size: 12px;
            }
            @media (max-width: 600px) {
                font-size: 10px;
            }
        }
    }
}

.list-top-destinations_zmcoi832kl {
    display: flex;
    align-items: stretch;
    gap: 20px;
    @media (max-width: 1100px) {
        flex-wrap: wrap;
        justify-content: center;
    }

    li {
        display: flex;
        max-width: 400px;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        border-radius: 30px;
        border: 1px solid var(--red, #E00105);
        @media (max-width: 991px) {
            max-width: 350px;
        }
        @media (max-width: 600px) {
            border-radius: 20px;
        }

        .img-container {
            height: 300px;
            border-radius: 30px;
            overflow: hidden;
            @media (max-width: 991px) {
                height: 250px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
            }
            @media (max-width: 600px) {
                height: 200px;
            }
        }

        p {
            color: var(--white, #FFF);
            font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            @media (max-width: 600px) {
                font-size: 14px;
            }
        }
    }
}

.list-top-destinations_zmcoi832kl.alter {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 20px;
    @media (max-width: 1100px) {
        grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }
}

.see-more-btn_zmcoi832kl {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    width: auto;
    border-radius: 60px;
    border: 1px solid var(--white, #FFF);
    background: var(--red, #E00105);
    color: var(--white, #FFF);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    @media (max-width: 600px) {
        font-size: 12px;
    }

    img {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        @media (max-width: 600px) {
            width: 34px;
            height: 34px;
        }
    }
}

.see-more-btn_zmcoi832kl_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.reviews-slider_zmcoi832kl {
    position: relative;
    overflow: hidden;
}

.reviews-slider_zmcoi832kl input {
    display: none;
}

.reviews-wrapper_zmcoi832kl {
    overflow: hidden;
}

.reviews-track_zmcoi832kl {
    display: flex;
    transition: transform 0.6s ease;
}

/* Slide */
.review-slide_zmcoi832kl {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.review-content_zmcoi832kl {
    max-width: 695px;
    width: 100%;
}

/* Card */
.review-card_zmcoi832kl {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    color: #fff;
    border-radius: 30px;
    border: 1px solid var(--white, #FFF);
    background: linear-gradient(180deg, #0065A3 0%, #00263D 100%);
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

/* Image */
.review-image_zmcoi832kl {
    max-width: 485px;
    width: 100%;
}

/* Content */
.review-name_zmcoi832kl {
    color: var(--white, #FFF);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    @media (max-width: 991px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }

}

.masive-stars {
    display: flex;
    align-items: center;
    gap: 10px;

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

.review-rating_zmcoi832kl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.review-rating_zmcoi832kl span {
    color: var(--white, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    @media (max-width: 991px) {
        font-size: 20px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}


/* Navigation */
.reviews-nav_zmcoi832kl {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.nav-dot_zmcoi832kl {
    width: 40px;
    height: 6px;
    border-radius: 4px;
    opacity: 0.3;
    background: var(--red, #E00105);
    cursor: pointer;
    transition: 0.3s;
    @media (max-width: 600px) {
        width: 18px;
        height: 5px;
        border-radius: 20px;
    }
}

/* Slide movement */
#review1_zmcoi832kl:checked ~ .reviews-wrapper_zmcoi832kl .reviews-track_zmcoi832kl {
    transform: translateX(0%);
}

#review2_zmcoi832kl:checked ~ .reviews-wrapper_zmcoi832kl .reviews-track_zmcoi832kl {
    transform: translateX(-100%);
}

#review3_zmcoi832kl:checked ~ .reviews-wrapper_zmcoi832kl .reviews-track_zmcoi832kl {
    transform: translateX(-200%);
}

#review4_zmcoi832kl:checked ~ .reviews-wrapper_zmcoi832kl .reviews-track_zmcoi832kl {
    transform: translateX(-300%);
}

#review5_zmcoi832kl:checked ~ .reviews-wrapper_zmcoi832kl .reviews-track_zmcoi832kl {
    transform: translateX(-400%);
}

#review6_zmcoi832kl:checked ~ .reviews-wrapper_zmcoi832kl .reviews-track_zmcoi832kl {
    transform: translateX(-500%);
}

/* Active bar */
#review1_zmcoi832kl:checked ~ .reviews-nav_zmcoi832kl label:nth-child(1),
#review2_zmcoi832kl:checked ~ .reviews-nav_zmcoi832kl label:nth-child(2),
#review3_zmcoi832kl:checked ~ .reviews-nav_zmcoi832kl label:nth-child(3),
#review4_zmcoi832kl:checked ~ .reviews-nav_zmcoi832kl label:nth-child(4),
#review5_zmcoi832kl:checked ~ .reviews-nav_zmcoi832kl label:nth-child(5),
#review6_zmcoi832kl:checked ~ .reviews-nav_zmcoi832kl label:nth-child(6) {
    width: 80px;
    height: 6px;
    opacity: 1;
    border-radius: 4px;
    background: var(--red, #E00105);
    @media (max-width: 600px) {
        width: 40px;
        height: 5px;
        border-radius: 20px;
    }
}


.red-container-about_zmcoi832kl {
    display: flex;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    background: var(--red, #E00105);
    @media (max-width: 600px) {
        padding: 20px;
        border-radius: 20px;
    }

    p {
        color: var(--white, #FFF);
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        @media (max-width: 991px) {
            font-size: 16px;
        }
        @media (max-width: 600px) {
            font-size: 14px;
        }
    }
}

.flex-ex-container-contact_fj4ij9j {
    display: flex;
    align-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
        justify-content: center;
    }

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

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


.privacy-page_fhue4u8 {
    margin-top: -104px;
    background: url(/img_hf48hf9/privacy-background_fjjf4ij91mj.webp) center / cover no-repeat;
    padding-top: 184px;
    padding-bottom: 140px;
    border-radius: 0 0 20px 20px;
    @media (max-width: 991px) {
        padding-bottom: 70px;
    }
    @media (max-width: 600px) {
        padding-bottom: 30px;
    }
}