.small-title {
    font-weight: lighter;
    color: #4e6677;
    font-size: 1rem;
    line-height: 1;
}

.block-interactive {
    background-color: #f0f5fb;
    line-height: 1.7;
}

.image-wrapper {
    position: relative;
}

.platform-left-img {
    background-image: url(/static/images/platform-trader.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.resizer {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 8px;
    background-color: #e6ebf2;
    cursor: ew-resize;
}

.resizer div {
    height: 100%;
    width: 2px;
    background-color: #7a7c80;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.resizer::before {
    content: "<";
    top: 50%;
    right: 100%;
}

.resizer::after {
    content: ">";
    top: 50%;
    left: 100%;
}

.resizer::before, .resizer::after {
    position: absolute;
    width: 25px;
    height: 20px;
    color: #fff;
    background-color: rgb(26, 188, 156);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    box-shadow: 0 0 0 0 rgb(26, 188, 156);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(26, 188, 156, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(26, 188, 156, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(26, 188, 156, 0);
    }
}

.block-green-banner {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.block-green-sp-de {
    background-image: url(/static/images/man-mobile-coffee.webp);
}

.block-green-en {
    background-image: url(/static/images/bg-crypto.webp);
}

.green-banner-cards {
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
}

.zero-percent {
    display: block;
    font-size: 4rem;
    padding: 2rem 0;
}

.swaps-commission, .green-banner-cards--title {
    font-size: 1.5rem;
}

.green-banner-list {
    background-color: #d0dae550;
    padding: 1rem;
    flex-basis: unset;
}

.green-banner-list--title {
    font-size: 1.5rem;
    font-weight: 700;
    justify-self: self-end;
}

.green-banner-list--items > p:nth-child(3) {
    margin-bottom: 0 !important;
}

.performance-text {
    font-size: 1.5rem;
    line-height: 1.7;
}

.performance-list {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.bg-image-benefits {
    background-image: linear-gradient(to right, #1abc9ce7, #1abc9c69), url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.block-crypto {
    line-height: 1.7;
}

.block-performance {
    background-color: #f0f5fb;
    padding: 2rem 0 4rem;
}

.icon-text {
    margin-top: 1rem;
}

.icon-text a {
    color: inherit;
}

.icon-text a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .small-title {
        font-size: 1.2rem;
    }

    .resizer {
        width: 12px;
    }

    .resizer::before, .resizer::after {
        width: 50px;
        height: 44px;
        font-size: 2rem;
    }

    .block-crypto p, .block-crypto li, .block-performance li, .check-list-paragraph {
        font-size: 1.2rem;
    }

    .zero-percent {
        font-size: 6rem;
        padding: 4rem 0;
    }

    .icon-text {
        position: absolute;
        top: 70px;
        margin-top: initial;
    }
}

@media (min-width: 992px) {
    .benefits-banner-img img {
        transform: translateY(6rem);
    }

    .icon-text {
        top: 100px;
    }
}

@media (min-width: 1200px) {
    .zero-percent {
        font-size: 8rem;
    }
}

.hero-section {
    background-size: cover;
}

.bg-full {
    background-position: center;
}

.text-white, .link-white, .link-white:hover::after {
    color: #fff !important;
}

.link-white:hover::after {
    border-bottom: 2px solid #fff !important;
}

@media (max-width: 991px) {
    .hero-section h1 .text-success {
        color: #192e3d !important;
    }
}


 .auth__form.banner {
     width: unset;
 }

.auth__form.banner label {
    text-align: left !important;
}

.auth__form.banner input,
.auth__form.banner input:-webkit-autofill,
.auth__form.banner input:-webkit-autofill:hover,
.auth__form.banner input:-webkit-autofill:focus,
.auth__form.banner input:-webkit-autofill::first-line {
    font-size: 14px !important;
}

.auth__form.banner input:autofill {
    font-size: 14px !important;
}

.auth__form.banner .auth-privacy a {
    font-size: 10px !important;
}

@media (min-width: 992px) {
    .auth__form.banner {
        margin: unset;
        margin-top: -15px;
        width: unset;
    }
}

@media (min-width: 1200px) {
    .auth__form.banner input,
    .auth__form.banner input:-webkit-autofill,
    .auth__form.banner input:-webkit-autofill:hover,
    .auth__form.banner input:-webkit-autofill:focus,
    .auth__form.banner input:-webkit-autofill::first-line {
        font-size: 16px !important;
    }

    .auth__form.banner input:autofill {
        font-size: 16px !important;
    }
}

.tile {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 25px 60px -15px rgba(154, 154, 154, 0.3), 0 -15px 60px -15px rgba(0, 0, 0, 0.1);
}

.tile-image {
    /*padding-top: 30px;*/
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #f0f5fb;
    text-align: center;
}

.tile-image.img-crop {
    text-align: left;
}

html[dir='rtl'] .tile-image.img-crop {
    direction: ltr;
}

.tile-image.img-crop img {
    max-width: 600px;
    margin-left: -90px;
}

.tile-content {
    padding: 0 40px;
}

.tile-content h4 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tile-content h4 img {
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.tile-content .check-list {
    margin-bottom: 20px;
    color: #374e5e;
    font-size: 14px;
    line-height: 26px;
}

.tile-content .check-list li:before {
    font-size: 16px;
}

.tile-content .check-list-absolute {
    margin-bottom: 100px;
    position: absolute;
    bottom: 0;
}

.tile-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px 5px;
}

.tile-footer .btn {
    display: block;
}

@media (min-width: 576px) {
    .tile-image.img-crop {
        text-align: center;
    }

    .tile-image.img-crop img {
        margin-left: -130px;
    }
}

@media (min-width: 768px) {
    .tile-image.img-crop {
        text-align: left;
    }

    .tile-image.img-crop img {
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .tile-image.img-crop {
        text-align: left;
    }

    .tile-image.img-crop img {
        margin-left: -125px;
    }
}

.block-blue {
    background-color: #f0f5fb;
    position: relative;
    border-top: 1px solid #d3e1f0;
    border-bottom: 1px solid #d3e1f0;
}

html[dir='rtl'] #trade-details > .row {
    direction: ltr;
}

html[dir='rtl'] #trade-details .ml-auto {
    margin: 0 !important;
}

html[dir='rtl'] #trade-details .icon-box > img {
    float: right;
}

html[dir='rtl'] #trade-details .icon-box-content {
    margin-left: 0;
    margin-right: 90px;
}

@media (min-width: 768px) {
    html[dir='rtl'] .text-lg-left {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    html[dir='rtl'] .text-lg-left {
        text-align: right !important;
    }
}

.steps-list {
    margin-top: 50px;
    list-style: none;
}

.steps-list li {
    position: relative;
    min-height: 135px;
}

.steps-list li p {
    overflow: hidden;
}

.steps-list li:last-child {
    min-height: 100px;
}

.steps-list li:after {
    position: absolute;
    top: 70px;
    bottom: 10px;
    left: 45px;
    display: block;
    border-left: 3px dashed #1abc9c;
    content: '';
}

html[dir='rtl'] .steps-list li:after {
    right: 55px;
    left: unset;
}

.steps-list li:last-child:after {
    display: none;
}

.steps-list li span {
    float: left;
    display: block;
    height: 76px;
    width: 100px;
    margin: 0 auto;
}

html[dir='rtl'] .steps-list li span {
    float: right;
}

.steps-list li span img {
    max-width: 85%;
    max-height: 85%;
    margin: 0 auto;
}

.steps-list li a {
    color: inherit;
}

.steps-list li h4 {
    margin-bottom: 5px;
}

.steps-list li p {
    margin-bottom: 0;
}

.steps.steps--no-arrow li:after {
    display: none;
}

@media (min-width: 768px) {
    .steps-list {
        display: flex;
        margin-bottom: 50px;
    }

    .steps-list li {
        flex: 1;
        text-align: center;
        padding: 0 30px;
    }

    .steps-list li:after {
        position: absolute;
        top: 25px;
        bottom: auto;
        left: 95%;
        display: block;
        width: 50%;
        border-left: none;
        border-top: 3px dashed #1abc9c;
        content: '';
        transform: translateX(-50%);
    }

    html[dir='rtl'] .steps-list li:after {
        right: unset;
        left: 100%;
    }

    html[dir='rtl'] .steps-list li span {
        float: none;
    }

    .steps-list li span {
        float: none;
        margin-bottom: 40px;
    }

    .steps-list li span img {
        max-width: none;
    }
}

@media (min-width: 768px) {
    html[dir='rtl'] .steps-list li:first-child:after {
        display: none;
    }

    html[dir='rtl'] .steps-list li:last-child:after {
        display: block;
    }
}

@media (min-width: 992px) {
    .steps-list li:after {
        width: 60%;
    }
}