@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500&display=swap');
@import url('fonts.css');

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/fonts/BebasNeuePro-Regular.woff2') format('woff2'),
         url('/fonts/BebasNeuePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.light-text {
    font-weight: 300!important;
}

html {
  scroll-behavior: smooth;
}

body.modal-open {
    overflow: hidden;
}

.bold-text {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: bold!important;
}

.italic-text {
    font-family: 'Open Sans', sans-serif!important;
    font-style: italic!important;
}

.number-text {
    font-family: 'Myriad Pro', sans-serif!important;
}

.uppercase {
    text-transform: uppercase;
}

.no-scroll {
    height: 100vh;
    padding-right: 0 !important;
}

.bg {
    background-image: url("../assets/bg.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #00050b;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    z-index: 0;
}

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

.form__bg {
    position: relative;
    z-index: 3;
}

/*.faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}*/

.title__home {
    font-size: 40px!important;
}

.header_1 {
    background: #1c767c!important;
    color: #fff;
    text-transform:uppercase;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
/*    background: #fff;*/
    color: white;
    position: relative;
    z-index: 5;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.logo span {
    font-size: 12px;
    font-weight: 300;
}

.desktop-nav, .desktop { display: flex; }
.mobile-menu { display: none; }

.nav {
    display: flex;
    gap: 20px;
    padding: 0px 20px 0px 20px;
    color: #000;
}

.nav a {
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    position: relative;
}

/*.nav a:hover {
    color: #ffc50d;
}*/

.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-selector {
    background: #1a112b;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffc50d;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
}

/*.contact-btn:hover {
    color: #ffc50d;
}*/

/*.contact-btn:hover img {
    content: url('../assets/chat_purple.png');
}*/

.contact-btn img {
    width: 20px;
    height: 20px;
}

.home__content__logo {
    width: 50%;
    height: 50%;
    justify-self: center;
    margin: 0 auto;
}

.form_logo {
    width: 50%;
    display: inline-flex;
    justify-content: center;
}

.description__text {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.home__body__div {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-top: 50px;
}

.cta-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.cta-button_1:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.cta-button_1 a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cta-button img {
    width: 15px;
}

.cta-button-free {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.avatar_block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatars {
    display: flex;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -15px;
}

.avatars img:first-child {
    margin-left: 0;
}

.avatar_block_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: white;
    font-size: 16px;
}

.avatar_block_text span {
    color: #a575e1;
}

.highlight {
    color: #c092ff;
    font-weight: bold;
}

.title-form {
    font-size: 26px!important;
}

.btn-border {
    border: 1px solid #db1246;
    border-radius: 50px;
    padding: 10px;
    background-color: #2d1431;
}

.btn {
    margin: 0!important;
    border: none;
}

.form__info ul {
    background-color: transparent!important;
}

.form__info ul li {
    position: relative;
    font-size: 11px!important;
    line-height: 1.3;
    background-color: transparent!important;
    color: #fff;
}

/* ABOUT */
.container_about {
    position: relative;
    z-index: 6;
    margin-top: 50px;
    height: 500px;
}

.about_block {
    align-self: self-end !important;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.different {
    color: #ffc50d;
}

.faq_title span {
    display: block;
}

.about_txt { font-size: 14px!important; }

.about_right_section {
    /*display: flex;
    flex-direction: column;
    gap: 50px;*/
    position: relative;
}

.about_right_section_img {
    width: 100%;
    height: 100%;
}

.logo_img {
    position: absolute;
    left: 36%;
    top: 40%;
    width: 43%;
    transform: rotate(346deg);
}

.about_description {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    max-width: 100%;
    left: 37%;
    top: 2%;
    box-shadow: 0px 0px 20px 2px rgb(34 60 80 / 99%);
}

.about_description h3 {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about_description p {
    font-size: 13px;
}

.about_description-1 {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.button {
    align-self: flex-end;
}

.button:hover {
    color: #fff;
}

.about_description_mobile {
    display: none;
}

.about_block-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.about_block-1 p {
    color: #000;
    font-size: 30px!important;
    font-weight: 900!important;
}

.features {
    margin-top: 40px;
}

.features_items li {
    list-style: none;
    font-size: 16px;
}

.features_items li::before {
    content: "✔"; 
    color: green;
    font-weight: bold;
    margin-right: 5px;
}

.about-us {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.line {
    width: 130px;
    height: 0.5px;
    background-color: #ffc50d;
    display: inline-block;
}

.about-us p {
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.cta-btn {
    margin-top: 50px;
    margin-right: 50px;
    background: #666;
    color: #b2b0b0;
    width: auto;
}

.cta-btn:hover {
    color: #fff;
}

/* Why Trade with */
.how-to-begin {
    margin: 0 auto !important;
}
.block__how {
    margin-top: 50px;
}

.visible { 
    position: relative;
    z-index: 5; 
}
.why_cards {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 6;
    min-height: 600px;
}

.why_card {
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
/*    padding: 20px;*/
    background: #fff;
/*    min-height: 400px;*/
}

.why_card_special {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #a575e1;
    border-radius: 30px;
    background: #1a1a2e;
    min-height: 400px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(255, 255, 255, 0);*/
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.why_card:hover .overlay {
/*    background: rgba(255, 255, 255, 1);*/
    opacity: 1;
}

.why_card:hover .block__image {
    filter: blur(3px);
}

.block__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.block__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-align: left;
}

.block__body--gallery {
    position: relative;
}

.portfolio-gallery {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    min-height: 420px;
    background: #f3f3f3;
    border-radius: 18px 18px 0 0;
    touch-action: pan-y;
}

.block__body--gallery .block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.block__body--gallery:hover .block__image {
    filter: none;
}

.block__how .why_card:hover .block__image,
.block__how .block__body--gallery:hover .block__image {
    filter: none !important;
}

.overlay--silent {
    opacity: 1 !important;
    background: transparent !important;
    color: transparent !important;
    z-index: 1;
}

.portfolio-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: background 0.25s ease, opacity 0.25s ease;
}

.portfolio-gallery__nav:hover {
    background: rgba(255, 255, 255, 0.88);
}

.portfolio-gallery__nav span {
    font-size: 26px;
    line-height: 1;
    margin-top: -2px;
}

.portfolio-gallery__nav--prev {
    left: 10px;
}

.portfolio-gallery__nav--next {
    right: 10px;
}

.block__body__description {
    flex-grow: 1;
}

.block__body__image {
    border: 1px solid #a575e1;
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    margin-top: auto;
}

.block__body__image img {
    max-width: 110%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transform: rotateZ(360deg) scale(1.9);
/*    transform: rotateZ(50deg) scale(2.5);*/
}

@media (max-width: 992px) {
    .portfolio-gallery {
        min-height: 0;
        aspect-ratio: 4 / 5;
        border-radius: 18px 18px 0 0;
    }

    .block__how .overlay,
    .block__how .overlay--silent {
        display: none !important;
    }

    .block__how .block__image,
    .block__how .why_card:hover .block__image,
    .block__how .block__body--gallery:hover .block__image {
        filter: none !important;
    }

    .portfolio-gallery__nav {
        display: none;
    }
}

.why_card p {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    margin-top: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sign_btn{
    width: 50%;
    justify-content: center;
}

/* INVESTING */
.investing_section {
    padding-block: 100px!important;
}

.investing_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}

.container__investing {
    display: flex;
    gap: 100px;
    justify-content: space-between;
    margin-top: 50px;
}

.left__box__investing {
/*    background: rgba(255, 255, 255, 0.1);*/
/*    background: #1a142e;*/
    background: #1a142e66;
    border: 1px solid #a575e1;
    border-radius: 30px;
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.content__left {
    width: 50%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.content__left p {
    margin-top: -50px;
}

.highlight__investing {
    width: 81%;
    background: #403c4e;
/*    background: #524d61;*/
    padding: 20px;
    border-radius: 30px;
    font-weight: bold;
    color: #f8f9fa;
    position: relative;
    top: -9%;
}

.image-container__left__box {
    width: 47%;
    height: 100%;
    display: flex;
    border: 1px solid #a575e1;
    border-radius: 30px;
}

.image-container__left__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.right__box__investing {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: none;
    width: 30%;
    z-index: 5;
}
.image-container {
    background-color: #1a142e;
    border: 1px solid #a575e1;
    padding: 20px;
    border-radius: 30px;
}
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #a575e1;
}
.right__box__investing p {
    font-size: 17px;
}
h2 {
    color: #ffc50d;
}
p {
    line-height: 1.6;
    color: #000;
}

.text-color {
    color: #fff;
}

.content__left__button, .begin__card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #db1246;
    background: #1a142e;
    padding: 5px;
    border-radius: 50px;
    gap: 5px;
}

.sign_btn_left, .sign_btn_begin__card__header {
    width: auto;
    background: #db1246;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.arrow-container img {
    width: 30px;
    height: 30px;
}

/* Getting Started with */
.container_begin {
    position: relative;
    z-index: 5;
}
.begin__card__button {
    align-self: center;
    margin-top: 50px;
}

.block__begin__cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px;
}

.block__begin__card {
    background: #1a142e;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: none;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.block__begin__card:hover {
    border: 1px solid #a575e1;
}

.begin__card__header {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.begin__card__title {
    width: 30%;
    background: #db1246;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.3s ease;
}

.block__begin__card:hover .begin__card__title {
    background: #2d1431;
    color: white;
    border: 1px solid #871134;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 8px;
}

.block__begin__card_description {
    max-width: 85%;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.block__begin__card:nth-child(1) {
    margin-right: -20px;
    z-index: 9;
}

.block__begin__card:nth-child(2) {
    margin-top: -50px;
    z-index: 10;
}

.block__begin__card:nth-child(3) {
    margin-left: -20px;
    padding-left: 50px;
    z-index: 9;
    background: #1a142e9c;
}

.block__begin__card:nth-child(3) .begin__card__title  {
    align-self: flex-end;
}

.block__begin__card:nth-child(3):hover .begin__card__title  {
    align-self: center;
}

@keyframes hoverEffect {
    0% {
        border: 1px solid transparent;
    }
    100% {
        border: 1px solid #a575e1;
    }
}

.block__begin__card:nth-child(2) {
    animation: hoverEffect 0.5s ease forwards;
}

.block__begin__card:nth-child(2) .begin__card__title {
    background: #2d1431;
    color: white;
    border: 1px solid #871134;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.section_begin_1 {
    position: relative;
}

.experience__info {
    justify-self: center;
    text-align: center!important;
    max-width: 500px!important;
    font-size: 15px!important;
}

.container-test {
    max-width: 800px;
    margin: 50px auto;
}

.form-container {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 50px;
    max-width: 1120px;
    margin-inline: auto;
    background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 100%);
    border: 1px solid rgba(54, 179, 126, 0.14);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(14, 43, 31, 0.12);
    overflow: hidden;
}

.consent {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.consent a {
    display: inline-block;
    color: #666;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn {
    background: #444;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
/*    border-radius: 4px;*/
}

.btn:hover {
    color: #fff;
}

.form-container-2 {
    flex: 1 1 56%;
    padding: 24px 28px;
    background: #fff;
}

.form-container-1 {
    position: relative;
    flex: 1 1 44%;
    padding: 24px 28px;
    background: linear-gradient(160deg, #1f4d3a 0%, #143628 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.form-container-1::before {
    content: "";
    position: absolute;
    inset: auto -80px -110px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(141, 231, 191, 0.18) 0%, rgba(141, 231, 191, 0) 72%);
}

.form-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #d8f6e8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-showcase-title {
    margin: 12px 0 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.08;
}

.form-showcase-text {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.form-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.form-feature-list li {
    position: relative;
    padding-left: 26px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.4;
    font-size: 13px;
}

.form-feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #bff2d6;
    font-size: 10px;
    font-weight: 700;
}

.form-showcase-card {
    margin-top: auto;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    width: calc(100% + 8px);
    margin-left: -4px;
}

.form-showcase-card__image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.form-showcase-card__body {
    padding: 13px 14px 12px;
}

.form-showcase-card__title {
    margin: 0 0 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.form-showcase-card__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.35;
}

.form-showcase-card__meta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.form-showcase-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e6f5ed;
    font-size: 11px;
    font-weight: 700;
}

.form-panel-title {
    margin: 0 0 6px;
    color: #173628;
    font-size: 22px;
    line-height: 1.15;
}

.form-panel-text {
    margin: 0 0 14px;
    color: #5e6f66;
    font-size: 13px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-label {
    color: #173628;
    font-size: 12px;
    font-weight: 700;
}

.form-input {
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    border: 1px solid #d8e6de;
    border-radius: 14px;
    background: #f5f8f6;
    color: #173628;
    font-size: 13px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    box-sizing: border-box;
}

.form-input::placeholder {
    color: #97a79f;
}

.form-input:focus {
    outline: none;
    border-color: #36b37e;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(54, 179, 126, 0.14);
}

textarea.form-input {
    min-height: 86px;
    resize: vertical;
}

.form-actions {
    margin-top: 14px;
}

.form-actions--extended {
    display: grid;
    gap: 0;
}

.form-submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #36b37e 0%, #4dc38f 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 18px 32px rgba(54, 179, 126, 0.24);
    cursor: pointer;
}

.form-submit-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.form-submit--page {
    margin-top: 0;
}

.form-submit-arrow {
    font-size: 16px;
    line-height: 1;
}

.form-privacy {
    margin-top: 8px;
    font-size: 11px;
    color: #66776f;
    text-align: center;
}

.form-privacy a {
    color: #2c9f6d;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form-label--light {
    color: #cdd8d4;
}

.form-input--dark {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(130, 152, 144, 0.28);
    color: #fff;
}

.form-input--dark::placeholder {
    color: #8b9a97;
}

.form-input--dark:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: #63c697;
    box-shadow: 0 0 0 4px rgba(99, 198, 151, 0.16);
}

.form-submit--modal {
    margin-top: 26px;
}

.form-privacy--modal {
    color: #8d9997;
}

.form-privacy--modal a {
    color: #b6d8c7;
}

.form-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px 14px;
    z-index: 12000;
}

.form-modal.is-open {
    display: flex;
}

.form-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 13, 16, 0.82);
    backdrop-filter: blur(8px);
}

.form-modal__dialog {
    position: relative;
    width: min(1020px, 100%);
    max-height: calc(100vh - 32px);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.form-modal__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
    min-height: 620px;
}

.form-modal__showcase {
    padding: 32px 26px;
    background: linear-gradient(160deg, #2d3120 0%, #1e2215 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.form-eyebrow--modal {
    align-self: flex-start;
    color: #9cd0ff;
    border-color: rgba(197, 163, 83, 0.28);
    background: rgba(197, 163, 83, 0.12);
}

.form-modal__showcase-title {
    margin: 18px 0 12px;
    color: #fff;
    font-size: 32px;
    line-height: 1.08;
}

.form-modal__showcase-text {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
}

.form-feature-list--modal {
    margin-bottom: auto;
}

.form-modal__panel {
    position: relative;
    padding: 28px 28px 24px;
    background: #141a23;
    color: #fff;
    overflow-y: auto;
}

.form-modal__content {
    display: block;
}

.form-modal__title {
    margin: 0 0 8px;
    color: #f2f5f7;
    font-size: 30px;
    line-height: 1.08;
}

.form-modal__subtitle {
    margin: 0 0 20px;
    color: #96a3ae;
    font-size: 15px;
}

.form-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(135, 151, 167, 0.2);
    border-radius: 50%;
    background: rgba(26, 32, 43, 0.86);
    color: #aeb8c2;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.form-modal__close:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.26);
}

.form-modal__panel .form-field {
    gap: 8px;
}

.form-modal__panel .form-label {
    font-size: 14px;
}

.form-modal__panel .form-input {
    min-height: 56px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 15px;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.contact-method {
    min-height: 82px;
    padding: 12px 10px;
    border: 1px solid rgba(109, 132, 145, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    color: #c1c9d1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.contact-method img,
.modal-contact-link img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.contact-method i,
.modal-contact-link i {
    font-size: 18px;
}

.contact-method.is-active {
    border-color: #8bd5ff;
    background: rgba(139, 213, 255, 0.08);
    color: #fff;
}

.contact-method:hover {
    transform: translateY(-1px);
}

.contact-methods--page {
    margin-top: 2px;
}

.contact-methods--page .contact-method {
    background: #1d242d;
    border-color: rgba(53, 67, 79, 0.75);
    color: #eef4f7;
    min-height: 56px;
    font-size: 12px;
    padding: 9px 8px;
    border-radius: 14px;
}

.contact-methods--page .contact-method.is-active {
    border-color: #8bd5ff;
    background: #24313f;
}

.form-modal__divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 16px 0 14px;
    color: #7f8a93;
    font-size: 13px;
}

.form-modal__divider::before,
.form-modal__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(126, 141, 154, 0.22);
}

.modal-contact-links {
    display: grid;
    gap: 10px;
}

.modal-contact-link {
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(109, 132, 145, 0.24);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    color: #eef4f7;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
}

.modal-contact-link:hover {
    border-color: rgba(139, 213, 255, 0.3);
    color: #fff;
}

.form-modal__divider--page {
    margin-top: 12px;
}

.modal-contact-links--page .modal-contact-link {
    background: #1d242d;
    border-color: rgba(53, 67, 79, 0.75);
    color: #eef4f7;
    min-height: 40px;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 14px;
}

.form-success-block {
    display: none;
    text-align: center;
    padding: 40px 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
    min-height: 220px;
    align-content: center;
    justify-items: center;
}

.form-success-block h2 {
    color: #36b37e;
    font-size: 24px;
    margin-bottom: 10px;
}

.form-success-block p {
    font-size: 16px;
    color: #333;
}

.form-success-block--modal {
    padding: 48px 20px;
}

.form-success-block--modal p {
    color: #c9d5d8;
}

@media (max-height: 860px) and (min-width: 768px) {
    .form-modal {
        padding: 10px 12px;
    }

    .form-modal__dialog {
        max-height: calc(100vh - 20px);
    }

    .form-modal__layout {
        min-height: 560px;
    }

    .form-modal__showcase {
        padding: 24px 22px;
    }

    .form-modal__panel {
        padding: 22px 24px 18px;
    }

    .form-modal__showcase-title,
    .form-modal__title {
        font-size: 28px;
    }

    .form-modal__showcase-text,
    .form-modal__subtitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .contact-method {
        min-height: 74px;
    }

    .modal-contact-link {
        min-height: 52px;
        font-size: 14px;
    }
}

.form__btn {
    margin-top: 50px!important;
}

/* FAQ */
.faq {
    position: relative;
}
.container__faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.container_map {
    padding-inline: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

#map {
    width: 90vw;
    height: 80vh;
    filter: grayscale(100%);
    border: 2px solid #ddd;
    border-radius: 10px;
}

.faq_title {
    flex: 1;
}

.container__faq__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}

.container__faq__content p {
    text-align: right;
    color: #666;
    font-size: 13px;
    max-width: 400px;
}

.container__faq__content h3 {
    color: #000;
    font-size: 30px;
}

.faq__column img {
    width: 100%;
    position: relative;
    z-index: 5;
}

.spoiler__item button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spoiler__item span {
    padding-left: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.icon-big-faq {
    width: 40px!important;
    height: 40px!important;
}

.icon-big-faq img {
    width: 20px;
    height: 20px;
}

.faq__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around!important;
    padding-top: 60px;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.faq__column, .faq__spoiler {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq__spoiler {
    width: 50%;
    max-width: none;
    box-sizing: border-box;
}

.spoiler__text {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.faq__column__description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    position: relative;
    bottom: 84px;
    left: 42px;
    z-index: 6;
}

.faq__column__description span:nth-child(1) {
    width: 50%;
    font-size: 10px;
    padding: 5px;
}

.faq__column__description span:nth-child(2) {
    width: 100%;
    font-size: 10px;
    background: #77738252;
    padding: 5px;
}

.footer {
    background-color: #666;
    position: relative;
    z-index: 6;
    padding: 0 20px;
    color: white;
/*    padding-bottom: 50px;*/
}

.footer-top {
    display: flex;
    gap: 100px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    padding-inline: 10px;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
/*    margin-top: 30px;*/
    padding: 0 20px;
}

.logo_footer img {
/*    height: 50px;*/
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 300;
    color: #b2b0b0;
}

.footer-section p {
    font-size: 12px;
    color: #b2b0b0;
}

.footer-section-other {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.footer-section-other h3 {
/*    border: 1px solid #fff;*/
    padding: 5px 10px 5px 10px;
}

.subscribe {
    position: relative;
    display: flex;
    align-items: center;
    width: 250px;
}

.subscribe input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.subscribe button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 50px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.telegram-icon {
    width: 20px!important;
    height: 25px!important;
}

.footer p {
    font-weight: 300;
}

.logo_footer {
    align-self: flex-start;
}

/* CONTACT PAGE */
.bg__contact {
    background-image:url("../assets/bg_contact.webp");
    background-size: cover;
/*    background-position: top center;*/
    background-repeat: no-repeat;
    background-color: #00050b;
    position: relative;
    z-index: 1;
}

.bg__contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaeaecad;
    z-index: 0;
}

.contact__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    z-index: 1;
}

.contact__container__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.description__text__contact {
    font-size: 20px;
    color: #666;
    max-width: 50%;
    margin: 0 auto;
}

.contact__container__form {
    flex: 1;
}

.contact__container__title p {
    text-align: center;
}

textarea {
    width: 100%;
    padding: 13px 20px;
    font-size: 16px;
    font-weight:500;
    box-sizing: border-box;
    background-color: #ebebeb;
    color: #666;
    resize:vertical
}

main {
    position: relative;
    z-index: 4;
}

.footer__contact {
    background: #000!important;
}

/* ABOUT PAGE */
.txt_about_page span {
    display: inline-block;
    margin-top: 10px;
}

.faq__column__about_page {
    max-width: 350px;
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.faq__column__about_page img {
    opacity: 0.5;
}

.button-container__about_page {
    position: absolute;
    left: 75%;
    top: 73%;
    z-index: 1;
}

.why_cards_special__about_page {
    gap: 100px!important;
}

.why_card_special__about_page {
    min-height: 300px;
}

.join__about {
    position: relative;
    z-index: 5;
}
.container__about {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-inline: 0 !important;
    gap: 220px;
    position: relative;
    z-index: 5;
}
.title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    flex: 1;
}
.text-content {
    display: flex;
    align-self: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.subtitle {
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 800px;
    color: #666;
}
.content {
    font-size: 15px;
    max-width: 800px;
    color: #666;
}

.footer__about {
    background: #00000021 !important;
}

.container__future {
    justify-content: center!important;
}

.left__box__future {
    background: #1a142ea6!important;
}

.content__left__button_future {
    align-self: flex-start!important;
}

.home__content__about {
    width: 50%;
    height: 50%;
}

.about_block_button {
    margin-top: 50px;
}

.about_right_section_about img {
    box-shadow: none!important;
    object-fit: cover;
    height: 43%;
}

.container__future {
    position: relative;
    z-index: 6;
}

/* login PAGE */
.login__bg {
    background-image:url("../assets/bg.webp");
    background-size: 100% 170%;
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#00050b;
}

.login__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #100e1cb0;
    z-index: 1;
}

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

.login-title-2 {
    color: #fff!important;
}

/* width: 1024px */
@media only screen and (width:1024px){
    .button-container__about_page {
        position: absolute;
        left: 70%;
        top: 68%;
        z-index: 1;
    }
    .home__hold {
        gap: 50px!important;
    }
    .begin__card__title { width: 50%; }
    .future_container { padding-top: 50px!important; }
    .highlight__investing__future { width: 100%!important; }
    .container__about { gap: 0; padding: 20px!important; }
    .subtitle, .content { max-width: 400px!important; }
    .bg__about { height: auto; }

/*  NEW  */
    .container_about{
        height: 600px!important;
    }
    .footer-top {
        gap: 50px;
    }

}

/* width: 768px */
@media (width: 768px) {
/* NEW */
.about_right_section {
    display: none;
}
.footer-section {
    min-width: 100%;
}
.footer-top {
    gap: 0;
    flex-direction: column;
}

.footer-flex {
    flex-direction: column;
    align-items: left;
    margin-top: 0;
    padding: 0;
}

.footer-section-other {
    flex-direction: row;
    gap: 20px;
}

.social-icons { gap: 10px; }
/* END */

    .button-container__about_page {
        position: relative;
        left: 0;
        top: 0;
    }
    .why_cards_special__about_page { gap: 10px!important; }
    .faq__column__about_page { display: none; }
    .header { padding: 15px 10px; }
    .desktop-nav, .desktop { display: none; }
    .mobile-menu { 
        display: flex;
        align-items: center;
        gap: 10px; 
    }
    #menu { 
        display: none; 
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100vh;
        background: #151515eb;
        text-align: center; 
        padding-top: 100px; 
    }
    #menu.menu__overlay { 
        display: block; 
        z-index: 50;
    }
    #menu ul {
        padding: 0;
    }
    #menu li {
        list-style: none;
        display: flex;
        justify-content: center;
    }
    #menu a {
        color: #fff;
        display: block;
        font-size: 25px;
        margin-bottom: 30px;
        text-decoration: none;
    }
    .contact-btn-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        background: none!important;
    }
    #burger-menu { 
        cursor: pointer; 
        height: 27px; 
        width: 27px; 
        position: relative; 
        z-index: 51;
    }
    #burger-menu span, #burger-menu span:before, #burger-menu span:after {
        background: #fff;
        display: block; 
        height: 2px; 
        position: absolute; 
        transition: 0.3s ease-in-out;
    }
    #burger-menu span:before, #burger-menu span:after { content: ''; }
    #burger-menu span:before { 
        left: 0; 
        top: -10px; 
        width: 27px; 
    }
    #burger-menu span { 
        right: 0; 
        top: 13px; 
        width: 27px; 
    }
    #burger-menu span:after { 
        left: 0; 
        top: 10px; 
        width: 27px; 
    }
    #burger-menu.close span:before { 
        top: 0; 
        transform: rotate(90deg); 
        width: 27px;
        background: #fff;
    }
    #burger-menu.close span { 
        transform: rotate(-45deg); 
        top: 13px; 
        width: 27px;
        background: #fff;
    }
    #burger-menu.close span:after { 
        top: 0; 
        left: 0; 
        transform: rotate(90deg); 
        opacity: 0; 
        width: 0; 
        background: #fff;
    }
    .description__text { text-align: center; }
    .home__body__div {
        padding-top: 50px;
        justify-content: center;
        gap: 20px;
    }
    
    /*  ABOUT  */
    .container_about { 
        padding-top: 100px;
        flex-direction: column;
        justify-content: center!important; 
        gap: 50px; 
    }
    .about_description { 
        max-width: 100%;
        left: 0;
        top: 0;
        box-shadow: none;
    }
    .block__how { margin-top: 0; }
    .about_description-1 { margin: 0; }
    .experience__info { 
        text-align: left!important; 
        justify-self: center;
        max-width: 100% !important;
        text-align: left !important;
    }
    .how-to-begin { margin: 0 !important; }
    .faq_title { display: inline!important; }
    .about_right_section { gap: 20px; }
    .about_txt { font-size: 20px!important; }

    /* Why Trade with */
    .why_cards { 
        flex-direction: column; 
        gap: 10px;
    }
    .block__body__image img { transform: initial; }

    .block__body__image {
        max-height: 230px;
    }
    .block__body_special {
        gap: 100px;
    }
    .button-container {
        margin-top: 0;
    }
    .highlight__investing {
        width: 100%;
    }
    .container__investing {
        gap: 50px;
    }
    .image-container__left__box img {
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    /*  BEING  */
    .block__begin__cards { 
        flex-direction: column; 
        gap: 10px;
    }
    .block__begin__card:nth-child(1) { 
        margin-right: 0px;
    }
    .block__begin__card:nth-child(2) {
        margin-top: 0;
    }
    .block__begin__card:nth-child(3) {
        margin-left: 0;
        padding: 20px;
    }
    .faq__row {
        justify-content: flex-start!important;
    }
    .no-scroll {
        overflow: hidden;
        height: 100vh;
        width: 100vw;
        position: fixed;
        touch-action: none;
    }
    .contact__container {
        gap: 100px;
    }
    .contact__container__title h1 {
        font-size: 40px;
    }

    .container_about { margin-top: 0px; }
    .bg__about { height: auto; }
    .about_right_section { flex-direction: column; }
    .about__block { 
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about__block__title { width: 100%; }
    .about__block__title span { display: inline; }
    .home__content__about {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .container__about {
        gap: 0!important;
        padding: 20px;
        flex-direction: column;
        text-align: center
    }
    .text-content { 
        margin-top: 0;
        text-align: center;
    }
    .left__box__investing { width: 100% }
    .image-container__left__box { display:; }
    .block__about { position: relative; z-index: 4; }
    .container__about {
        align-items: center;
        gap: 10px!important;
    }
 
    .container__faq {
        flex-direction: column;
    }

    .container__faq__content { align-items: center; }
    .center_faq_title { text-align: center; }
    .faq__row {
        flex-direction: column-reverse;;
        align-content: center;
        align-items: center;
    }

    .home__text { text-align: center!important; }
    .description__text { max-width: 100%!important; }
}

/* max-width: 768px */
@media (max-width: 767px) {

/* NEW */
.about_right_section {
    display: none;
}

.about_description {
    max-width: 100%;
    left: 0;
    top: 0;
    box-shadow: none;
}

.about_description-1 {
    margin: 0;
}

.about_block-1, .about_block-2 { display: none; }

.form-container {
    flex-direction: column;
}

.form-container-1,
.form-container-2 {
    padding: 30px 22px;
}

.form-showcase-title,
.form-panel-title {
    font-size: 28px;
}

.form-grid {
    grid-template-columns: 1fr;
}

.form-field--full {
    grid-column: auto;
}

.form-showcase-card {
    margin-top: 18px;
}

.form-showcase-card__image {
    height: 150px;
}

.form-showcase-card__body {
    padding: 14px;
}

.form-modal {
    padding: 8px;
    align-items: flex-start;
}

.form-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 16px);
    height: auto;
    border-radius: 22px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.form-modal__layout {
    grid-template-columns: 1fr;
    min-height: auto;
}

.form-modal__showcase {
    padding: 20px 18px 18px;
}

.form-modal__panel {
    padding: 18px 18px 16px;
    overflow: visible;
}

.form-modal__showcase-title,
.form-modal__title {
    font-size: 22px;
    line-height: 1.1;
}

.form-modal__showcase-text,
.form-modal__subtitle {
    font-size: 14px;
    margin-bottom: 14px;
}

.form-feature-list--modal {
    gap: 10px;
}

.form-feature-list--modal li {
    padding-left: 28px;
    font-size: 14px;
}

.form-feature-list--modal li::before {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.form-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 22px;
}

.form-modal__panel .form-field {
    gap: 6px;
}

.form-modal__panel .form-label {
    font-size: 13px;
}

.form-modal__panel .form-input {
    min-height: 50px;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 14px;
}

.contact-methods {
    grid-template-columns: 1fr;
    gap: 8px;
}

.contact-method {
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 16px;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
}

.contact-method img,
.modal-contact-link img {
    width: 20px;
    height: 20px;
}

.contact-method i,
.modal-contact-link i {
    font-size: 17px;
}

.form-submit--modal {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 15px;
}

.form-privacy--modal {
    margin-top: 10px;
    font-size: 12px;
}

.form-modal__divider {
    margin: 14px 0 12px;
    gap: 10px;
    font-size: 12px;
}

.modal-contact-links {
    gap: 8px;
}

.modal-contact-link {
    min-height: 50px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 14px;
}

.footer-section h3 {
    width: 50%;
}

.footer-section {
    min-width: 100%;
}
.footer-top {
    gap: 0;
    flex-direction: column;
}

.footer-flex {
    flex-direction: column;
    align-items: left;
    margin-top: 0;
    padding: 0;
}

.footer-section-other {
    flex-direction: column;
    align-items: flex-start;!important;
    gap: 20px;
}

.social-icons { gap: 10px; }
/* END */

    .button-container__about_page {
        position: relative;
        left: 0;
        top: 0;
    }
    .why_cards_special__about_page { gap: 10px!important; }
    .faq__column__about_page { display: none; }
    .home__text { text-align: center!important; }
    .description__text { max-width: 100%!important; }
    .no-scroll {
        overflow: hidden;
        height: 100vh;
        width: 100vw;
        position: fixed;
        touch-action: none;
    }
    .header { padding: 15px 10px; }
    .desktop-nav, .desktop { display: none; }
    .mobile-menu { 
        display: flex;
        align-items: center;
        gap: 10px; 
    }
    #menu { 
        display: none; 
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100vh;
        background: #151515eb;
        text-align: center; 
        padding-top: 100px; 
    }
    #menu.menu__overlay { 
        display: block; 
        z-index: 50;
    }
    #menu ul {
        padding: 0;
    }
    #menu li {
        list-style: none;
        display: flex;
        justify-content: center;
    }
    #menu a {
        color: #fff;
        display: block;
        font-size: 25px;
        margin-bottom: 30px;
        text-decoration: none;
    }
    .contact-btn-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        background: none!important;
    }
    #burger-menu { 
        cursor: pointer; 
        height: 27px; 
        width: 27px; 
        position: 
        relative; 
        z-index: 51;
    }
    #burger-menu span, #burger-menu span:before, #burger-menu span:after {
        background: #fff;
        display: block; 
        height: 2px; 
        position: absolute; 
        transition: 0.3s ease-in-out;
    }
    #burger-menu span:before, #burger-menu span:after { content: ''; }
    #burger-menu span:before { 
        left: 0; 
        top: -10px; 
        width: 27px; 
    }
    #burger-menu span { 
        right: 0; 
        top: 13px; 
        width: 27px; 
    }
    #burger-menu span:after { 
        left: 0; 
        top: 10px; 
        width: 27px; 
    }
    #burger-menu.close span:before { 
        top: 0; 
        transform: rotate(90deg); 
        width: 27px;
        background: #fff;
    }
    #burger-menu.close span { 
        transform: rotate(-45deg); 
        top: 13px; 
        width: 27px;
        background: #fff;
    }
    #burger-menu.close span:after { 
        top: 0; 
        left: 0; 
        transform: rotate(90deg); 
        opacity: 0; 
        width: 0; 
        background: #fff;
    }
    .description__text { text-align: center; }
    .home__body__div {
        padding-top: 50px;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }
    
    /*  ABOUT  */
    .about_block { 
        position: relative; 
        z-index: 5; 
    }
    .container_about { 
        justify-content: center!important; 
        gap: 50px; 
    }
    .faq_title { display: inline!important; }
    .about_right_section { gap: 20px; }
    .about_txt { font-size: 20px!important; }

    /* Why Trade with */
    .why_cards { flex-direction: column; }
    .block__body__image img { transform: initial; }
    
    /* Investing in Bitcoin? */
    .container__investing {
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
    }
    .left__box__investing, .right__box__investing { width: 100%; }
    .left__box__investing { flex-direction: column; }
    .content__left { width: 100%; }
    .highlight__investing { width:100%; }
    .image-container__left__box {
        width: 100%;
        height: auto;
    }

    /*  BEING  */
    .block__begin__cards { 
        flex-direction: column; 
        gap: 10px;
    }
    .block__begin__card:hover .begin__card__title, .block__begin__card:nth-child(2) .begin__card__title, .block__begin__card:nth-child(3) .begin__card__title {
        width: 50%;
    }
    .block__begin__card:nth-child(1) { 
        margin-right: 0px;
    }
    .block__begin__card:nth-child(2) {
        margin-top: 0;
    }
    .block__begin__card:nth-child(3) {
        margin-left: 0;
        padding: 20px;
    }
    /*  FAQ  */
    .container__faq {
        flex-direction: column;
    }
    .container__faq__content, .container__faq__content p {
        align-items: center;
        text-align: center;
    }
    .faq__row {
        flex-direction: column-reverse;
        align-content: center;
        align-items: center;
    }
    .spoiler__item {
        width: 400px!important;
    }
    .faq__column, .faq__spoiler {
        width: 100%;
    }
    .container__faq__content h3 {
        font-size: 20px;
    }

/*  CONTACT PAGE  */
    .contact__container {
        flex-direction: column;
        gap: 10px;
    }
    .contact__container__title h1 {
        font-size: 40px;
    }

    .contact__container__form {
        margin-inline: initial!important;
    }

    .container__about {
        gap: 0!important;
        padding: 20px;
    }
    .container__about {
        margin-top: 0;
    }
    .bg__about {
        height: auto;
    }
    .container__about {
        gap: 10px!important;
    }
    .container__about { flex-direction: column; align-items: center; }
    .text-content { margin-top: 0; text-align: center; }
    .block__about { position: relative; z-index: 4; }

    .about__block__title {
        width: 100%!important;
    }

    .home__content__about {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .center_faq_title { text-align: center; }
    .container_about { 
        flex-direction: column-reverse;
        justify-content: center!important; 
        gap: 50px; 
    }
    .about_description { 
        max-width: 100%;
        left: 0%;
        top: 0%;
        padding: 0;
    }
    .how-to-begin { margin: 0 !important; }
    .logo_img, .about_right_section_img { display: none; }
    
    .block__how {
        margin-top: 0;
    }
}

/* max-width: 425px */
@media (max-width: 425px) {
    .about__block__title {
        width: 100%!important;
    }
    .container_about {
    height: 550px;
    margin-top: 0px!important;
}
}

/* max-width: 375px */
@media (max-width: 375px) {

.container_about {
    margin-top: 0px!important;
}
.block__how {
    margin-top: 50px!important;
}

    .home__body__div {
        flex-direction: column-reverse;
    }
    .spoiler__item {
        width: 300px !important
    }
}

/* max-width: 320px */
@media (max-width: 320px) {
    .begin__card__title { width: 50%; }
}

.full-screen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный фон */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Выше всех остальных элементов */
}

/* Стили для изображения на полный экран */
.full-screen-image {
    max-width: 90%; /* Максимальная ширина изображения */
    max-height: 90%; /* Максимальная высота изображения */
    object-fit: contain; /* Сохранение пропорций изображения */
    cursor: pointer; /* Изменение курсора при наведении */
    border-radius: 5px; /* Закругление углов */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); /* Тень вокруг изображения */
}

.full-screen-image--gallery {
    touch-action: pan-y;
    cursor: default;
}

.strelka {
    position: relative;
}

.arrow {
    max-width: 200px;
    position: absolute;
    top: -70px;
}

@media(min-width: 1025px) {
    .arrow:first-child {
        left: 300px;
        top: -100px;
    }

    .arrow:last-child {
        right: 300px;
        top: -100px;
    }
}

@media(max-width: 1024px) {
    .arrow:first-child {
        left: 180px;
        top: -100px;
    }

    .arrow:last-child {
        right: 180px;
        top: -100px;
    }
}

@media(max-width: 768px) {
    .arrow:nth-child(2) {
        display: none;
    }
    .arrow:first-child {
        display: none;
    }

    .arrow:last-child {
        right: -60px;
        top: -120px;
    }
}
