
.howItWorkSection {
    background: var(--color-background-darkBlue);
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.howItWorkSection__upper_header_text_wrapper {
    margin-bottom: 20px;
}
.howItWorkSection__upper_header_text_wrapper span {
    background: #041048;
    border-radius: 50px;
    padding: 8px 12px;
    opacity: 0.4;
}

.howItWorkSection__main_row {
    position: relative;
    z-index: 2;
}

.howItWorkSection__left_column_content_wrapper {
    display: flex;
    flex-direction: column; /* Контейнеры располагаются вертикально */
    height: 100%;
}

.howItWorkSection__left_header {
    padding-right: 20%;
    margin-bottom: 40px;
}

.howItWorkSection__main_row_additional_content {
    display: none;
}

.howItWorkSection__left_bottom_wrapper {
    flex-grow: 1;
    align-items: end;
}

.howItWorkSection__left_text_wrapper {
    width: 30%;
}
.howItWorkSection__left_text_wrapper p {
    font-weight: 500;
}

.howItWorkSection__img_wrapper {
    width: 70%;
    height: 389px;
}

.howItWorkSection__img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
@media (max-width: 1399px) {
    .howItWorkSection__left_text_wrapper {
        width: 35%;
    }

    .howItWorkSection__img_wrapper {
        width: 65%;
    }
}
@media (max-width: 1199px) {
    .howItWorkSection__left_text_wrapper {
        width: 39%;
    }

    .howItWorkSection__img_wrapper {
        width: 61%;
    }
    .howItWorkSection__img_wrapper img {
        object-position: -83px 0;
    }
}
@media (max-width: 991px) {
    .howItWorkSection__left_text_wrapper {
        width: 52%;
    }

    .howItWorkSection__img_wrapper {
        width: 48%;
        height: 209px;
    }
    .howItWorkSection__img_wrapper img {
        object-position: -2px 0;
    }
}

.howItWorkSection__right_column {
    padding: 0;
    border-left: 1px solid rgba(131, 131, 251, 0.4);
}

.howItWorkSection__right_content_block.second,
.howItWorkSection__right_content_block.third {
    border-top: 1px solid rgba(131, 131, 251, 0.4);

}

.howItWorkSection__right_content_block .text_wrapper {
    padding: 0 30% 40px 12%;
}
.howItWorkSection__right_content_block.first .text_wrapper {
    padding-bottom: 10px;
}
.howItWorkSection__right_content_block.second .text_wrapper,
.howItWorkSection__right_content_block.third .text_wrapper {
    padding-top: 60px;
}

.howItWorkSection__right_content_block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.howItWorkSection__exchanges_wrapper {
    margin-left: 10%;
    margin-bottom: 60px;
}


.howItWorkSection__exchange_item {
    margin: 10px;
}
.howItWorkSection__exchange_item img{
    height: 100%;
    width: 100%;
}


.howItWorkSection__bottom_row {
    position: relative;
    z-index: 1;

    border-top: 1px solid rgba(131, 131, 251, 0.4);
    border-bottom: 1px solid rgba(131, 131, 251, 0.4);
}
.howItWorkSection__bottom_row::before {
    content: '';
    position: absolute;
    top: -351px;
    left: 0;
    width: 75%;
    height: 350px;
    background: radial-gradient( circle at bottom, rgba(121, 175, 223, 0.2) 20%, rgba(0, 0, 255, 0) 60% );
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.howItWorkSection__bottom_column {
    padding: 20px 0;
}
.howItWorkSection__bottom_column.first,
.howItWorkSection__bottom_column.second {
    border-right: 1px solid rgba(131, 131, 251, 0.4);
}
.howItWorkSection__bottom_column.first {
    padding-right: 5%;
}
.howItWorkSection__bottom_column.second {
    padding-right: 2.5%;
    padding-left: 2.5%;
}
.howItWorkSection__bottom_column.third {
    padding-left: 4%;
    padding-right: 3%;
}

.howItWorkSection__bottom_icon_wrapper {
    margin-right: 10px;
}
.howItWorkSection__bottom_column p {
    margin: 0;
}


.howItWorkSection__main_row_additional_content {
    border-left: 1px solid rgba(131, 131, 251, 0.4);
    margin-bottom: 20px;
}



@media (max-width: 991px) {
    .howItWorkSection__left_header {
        font-size: 36px;
    }

    .howItWorkSection__right_content_block .text_wrapper {
        padding-left: 10px;
        padding-right: 15%;
    }
    .howItWorkSection__right_content_block.first .text_wrapper {
        padding-bottom: 0;
    }
    .howItWorkSection__right_content_block.second .text_wrapper,
    .howItWorkSection__right_content_block.third .text_wrapper{
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .howItWorkSection__right_content_block h4 {
        font-size: 16px;
    }
    .howItWorkSection__right_content_block p {
        font-size: 14px;
    }

    .howItWorkSection__exchanges_wrapper {
        flex-direction: column;
        margin-left: 10px;
        margin-bottom: 35px;
    }
    .howItWorkSection__exchange_item {
        margin: 5px 10px;
    }

    .howItWorkSection__bottom_column {
        padding: 12px 0;
    }
    .howItWorkSection__bottom_column.first {
        padding-right: 20px;
    }
    .howItWorkSection__bottom_column.second {
        padding-right: 25px;
        padding-left: 25px;
    }
    .howItWorkSection__bottom_column.third {
        padding-left: 25px;
        padding-right: 3%;
    }

    .howItWorkSection__bottom_column_content_wrapper {
        flex-direction: column;
    }
    .howItWorkSection__bottom_icon_wrapper {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .howItWorkSection__bottom_column p{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .howItWorkSection__right_column {
        display: none;
    }
    .howItWorkSection__main_row_additional_content {
        display: block;
    }


    .howItWorkSection__exchanges_wrapper {
        margin-bottom: 20px;
    }
    .howItWorkSection__right_content_block.second .text_wrapper,
    .howItWorkSection__right_content_block.third .text_wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .howItWorkSection__right_content_block.second p,
    .howItWorkSection__right_content_block.third p {
        margin-bottom: 0;
    }

    .howItWorkSection__bottom_row {
        border-bottom: 0;
    }
    .howItWorkSection__bottom_row::before {
        top: -240px;
        left: 25%;
        height: 240px;
    }

    .howItWorkSection__bottom_column {
        display: flex;
        justify-content: center;
        padding: 20px 0 0 0 !important;

        border-right: 0 !important;
    }
    .howItWorkSection__bottom_column p {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(131, 131, 251, 0.4);
    }
    .howItWorkSection__bottom_column_centrer {
        width: 80%;
    }
    .howItWorkSection__bottom_column_content_wrapper {
        flex-direction: row;
    }

    .howItWorkSection__bottom_icon_wrapper {
        padding-right: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(131, 131, 251, 0.4);
    }
}

@media (max-width: 575px) {
    .howItWorkSection__left_header {
        padding: 0 10% 0 5%;
        font-size: 24px;
    }

    .howItWorkSection__btn_wrapper {
        display: flex;
        justify-content: center;
        padding: 0 5%;
    }
    .howItWorkSection__btn_wrapper a {
        width: 100%;
        padding: 12px 85px;
        text-align: center;
    }

    .howItWorkSection__left_bottom_wrapper {
        flex-direction: column;
        margin-top: 50px;
    }
    .howItWorkSection__left_text_wrapper {
        width: 100%;
        padding: 0 10% 0 5%;
    }
    .howItWorkSection__left_text_wrapper p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .howItWorkSection__img_wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .howItWorkSection__img_wrapper img {
        width: auto;
        height: 150px;
    }

    .howItWorkSection__bottom_row::before {
        width: 100%;
        left: 0;
    }
}

.howItWorkSection__img_wrapper {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.howItWorkSection__img_wrapper.is-visible {
    transform: translateX(0);
    opacity: 1;
}