@charset "UTF-8";
.trading-header {
    background-image: url(../images/imglf61h2917hscnfa6gtlkpiudh4zvqu.svg)
}

.clc-tradeCalculator {
    position: relative;
    color: inherit
}

.clc-tradeCalculator ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.clc-tradeCalculator ::-webkit-scrollbar-track {
    margin: 32px 0;
    border-radius: 32px;
    background: rgba(101, 35, 199, .16)
}

.clc-tradeCalculator ::-webkit-scrollbar-corner {
    background-color: transparent
}

.clc-tradeCalculator ::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 32px;
    background: #6523c7
}

.clc-calculator {
    width: 100%;
    margin-bottom: 24px
}

.clc-accountSettings, .clc-positionParameters {
    margin-bottom: 24px
}

.clc-calculator__heading {
    margin-bottom: 16px;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: inherit
}

.clc-calculator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.clc-calculator__block {
    width: 100%;
    margin-right: 24px;
    color: inherit
}

.clc-calculator__block:last-of-type {
    margin-right: 0
}

.clc-calculator__block--select {
    max-width: 259px
}

.clc-calculator__block--control {
    max-width: 204px
}

.clc-calculator__block--radio {
    max-width: 135px
}

.clc-caption {
    margin-bottom: 10px
}

.clc-field {
    background: rgba(197, 169, 239, .3);
    border-radius: 32px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px #6523c7;
    box-shadow: inset 0 0 0 1px #6523c7
}

.clc-arrowSelect {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    border-top: 8px solid #a3a8b2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.clc-arrowSelect.active {
    pointer-events: auto;
    cursor: pointer
}

.clc-selectBox {
    position: relative
}

.clc-selectBox:active .clc-selectBox__submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.clc-selectBox__input {
    height: 100%;
    width: 100%;
    padding: 24px 16px;
    cursor: pointer;
    color: inherit
}

.clc-selectBox__input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #6523c7;
    box-shadow: 0 0 0 1px #6523c7
}

.clc-selectBox__input:focus ~ .clc-selectBox__submenu {
    -webkit-box-shadow: 0 1px 0 1px #6523c7;
    box-shadow: 0 1px 0 1px #6523c7;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.clc-selectBox__input:focus ~ .clc-arrowSelect {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.clc-selectBox__submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    max-height: 140px;
    border-top: 1px solid #dbdde1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    list-style: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.clc-selectBox__submenu li {
    padding: 8px 16px;
    cursor: pointer
}

.clc-selectBox__submenu li:hover {
    color: #6523c7
}

.clc-controlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.clc-controlBox__input {
    width: 100%;
    max-width: 64px;
    height: 100%;
    padding: 24px 0;
    background: 0 0;
    -moz-appearance: textfield;
    color: inherit;
    text-align: center
}

.clc-controlBox__input:focus {
    outline: 0
}

.clc-controlBox__input::-webkit-inner-spin-button, .clc-controlBox__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.clc-controlBox__button {
    min-width: 60px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: 0 0;
    font-size: 32px;
    color: inherit
}

.clc-controlBox__button:focus, .clc-controlBox__button:hover {
    outline: 0;
    color: #6523c7
}

.clc-controlBox__button--max {
    border-left: 1px solid #6523c7
}

.clc-controlBox__button--min {
    border-right: 1px solid #6523c7
}

.clc-radioBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clc-radioBox__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    cursor: pointer
}

.clc-radioBox__input:last-of-type {
    margin-left: auto
}

.clc-radioBox__input:checked {
    -webkit-box-shadow: 0 0 0 1px #6523c7;
    box-shadow: 0 0 0 1px #6523c7
}

.clc-radioBox__input:focus {
    outline: 0
}

.clc-radioBox__label {
    position: relative;
    padding: 24px 0;
    cursor: pointer;
    line-height: normal;
    color: inherit
}

.clc-radioBox__label:last-of-type {
    margin-right: 0
}

.clc-radioBox__label::after {
    content: '';
    position: absolute;
    top: 25px;
    left: -28px;
    width: 16px;
    height: 16px;
    border-radius: 32px;
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.clc-buttonsCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clc-buttonsCta__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 204px;
    padding: 15px;
    border-radius: 32px;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-transform: uppercase
}

.clc-buttonsCta__btn:hover {
    border-color: #fff;
    background: #fff;
    color: #6523c7
}

.clc-buttonsCta__btn:active {
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96)
}

.clc-buttonsCta__btn:focus {
    outline: 0
}

.clc-buttonsCta__btn--calculate {
    margin-right: 24px;
    background: #6523c7;
    color: #fff
}

.clc-buttonsCta__btn--clear {
    background: 0 0;
    border: 1px solid currentColor;
    color: #6523c7
}

.clc-table {
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    color: inherit
}

.clc-table__item {
    width: calc(100% / 7);
    padding: 24px 8px
}

.clc-tableTitles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clc-tableTitles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    color: inherit;
    font-weight: 700
}

.clc-tableTitles__item span {
    margin-left: 4px
}

.clc-tableResults {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clc-tableResults__item {
    background: rgba(197, 169, 239, .3);
    color: inherit
}

.clc-preloader {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.clc-preloader.clc-showPreloader {
    opacity: 1;
    pointer-events: auto
}

.clc-preloader span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5cb85c;
    -webkit-box-shadow: 0 0 0 rgba(92, 184, 92, .4);
    box-shadow: 0 0 0 rgba(92, 184, 92, .4);
    -webkit-animation: 2s infinite pulse;
    animation: 2s infinite pulse
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, .4);
        box-shadow: 0 0 0 0 rgba(92, 184, 92, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(92, 184, 92, 0);
        box-shadow: 0 0 0 50px rgba(92, 184, 92, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
        box-shadow: 0 0 0 0 rgba(92, 184, 92, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, .4);
        box-shadow: 0 0 0 0 rgba(92, 184, 92, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(92, 184, 92, 0);
        box-shadow: 0 0 0 50px rgba(92, 184, 92, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
        box-shadow: 0 0 0 0 rgba(92, 184, 92, 0)
    }
}

@media (max-width: 1280px) {
    .clc-calculator__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .clc-calculator__block {
        margin-right: 0;
        margin-bottom: 20px
    }

    .clc-calculator__block:last-of-type {
        margin-bottom: 0
    }

    .clc-calculator__block--select {
        max-width: 100%
    }

    .clc-calculator__block--control {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .clc-calculator__block--control, .clc-calculator__block--radio {
        text-align: center
    }

    .clc-radioBox__label {
        padding: 0
    }

    .clc-radioBox__label::after {
        top: 1px
    }

    .clc-table {
        overflow-x: auto
    }

    .clc-tableTitles {
        min-width: 1080px
    }

    .clc-table__item {
        min-width: 152px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width: 767px) {
    .clc-buttonsCta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .clc-buttonsCta__btn {
        width: 100%
    }

    .clc-buttonsCta__btn--calculate {
        margin-right: 0;
        margin-bottom: 16px
    }
}

.section-calculator {
    background: #10163d
}

.clc-calculator__block .clc-caption {
    color: #9663e3
}

.clc-results .clc-caption {
    display: none
}

.clc-radioBox__input:checked + .clc-radioBox__label::after {
    background: #fff
}

.section-calculator-description__content, .section-calculator-description__title {
    margin-bottom: 16px
}

.section-estimation {
    margin-top: 32px
}

.section-estimation ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.section-estimation ::-webkit-scrollbar-track {
    margin: 32px 0;
    border-radius: 32px;
    background: rgba(101, 35, 199, .16)
}

.section-estimation ::-webkit-scrollbar-corner {
    background-color: transparent
}

.section-estimation ::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 32px;
    background: #6523c7
}

.estimation-list {
    margin-top: 24px
}

.estimation-list__item {
    margin-bottom: 8px;
    font-weight: 700
}

.estimation-list__item:last-of-type {
    margin: 0
}

.estimation-list__item::before {
    content: url(../images/img1colh1x22iyw33r5v9g0df8vunydtd.svg);
    display: inline-block;
    margin-right: 16px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.estimation-list__item .description {
    display: inline;
    font-weight: 400
}

@media screen and (max-width: 1280px) {
    .clc-buttonsCta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-accounts__title {
    margin-bottom: 16px
}

.accounts-item {
    height: 100%
}

.accounts-item--2 .accounts-item__title {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial
}

.accounts-item--2 .accounts-item__btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff4b1f), to(#ff8f66));
    background: -o-linear-gradient(left, #ff4b1f 0, #ff8f66 100%);
    background: linear-gradient(90deg, #ff4b1f 0, #ff8f66 100%)
}

.accounts-item--2 .accounts-item__btn:hover {
    background: #fff
}

.accounts-item__img {
    width: calc(100% / 12 * 6 - 12px);
    height: 100%
}

.accounts-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.accounts-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% / 12 * 6 - 12px);
    height: 100%
}

.accounts-item__title {
    margin-bottom: 12px;
    padding: 2px 8px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#ff4b1f), to(#ff8f66));
    background: -o-linear-gradient(left, #ff4b1f 0, #ff8f66 100%);
    background: linear-gradient(90deg, #ff4b1f 0, #ff8f66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.accounts-item__text {
    font-size: 14px;
    margin-bottom: 32px
}

.conditions-list {
    margin-bottom: 32px
}

.conditions-item {
    margin-bottom: 8px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff
}

.conditions-item:last-of-type {
    margin: 0
}

.conditions-item::before {
    content: url(../images/imglku118ajxiy83svb2txjgyvglqxz9b.svg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.conditions-item span {
    margin-left: 4px;
    white-space: nowrap
}

.accounts-item__btn {
    margin-top: auto;
    border: none
}

@media screen and (max-width: 767px) {
    .section-calculator-description__text {
        text-align: center
    }

    .accounts-item__img {
        display: none
    }

    .accounts-item__content {
        width: 100%
    }

    .accounts-item__title {
        margin-left: auto;
        margin-right: auto
    }

    .accounts-item__text {
        text-align: center
    }
}

.section-steps {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/imgkvufoziig01x1ptlp7gwojh1kj70r2.svg)
}

.section-steps__btn {
    -webkit-transform: translateY(-340px);
    -ms-transform: translateY(-340px);
    transform: translateY(-340px)
}

.steps-group {
    counter-reset: stepsNum;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 24px;
    padding-top: 340px
}

.steps-item {
    counter-increment: stepsNum;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.steps-item::before {
    content: counter(stepsNum);
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#ff4b1f), to(#ff8f66));
    background: -o-linear-gradient(left, #ff4b1f 0, #ff8f66 100%);
    background: linear-gradient(90deg, #ff4b1f 0, #ff8f66 100%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on
}

.steps-item:after {
    content: url(../images/imgoq5kvdxlbusll1ronkohf2yxwj5weg.svg);
    position: absolute;
    top: -120px;
    right: 0
}

.steps-item--2 {
    top: -106px
}

.steps-item--3 {
    top: -212px
}

.steps-item__inner {
    height: 100%
}

.steps-item__title {
    margin-bottom: 8px
}

.steps-item__text {
    font-size: 14px;
    color: #fff
}

@media screen and (max-width: 1023px) {
    .section-steps__btn {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .steps-group {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        gap: 24px;
        padding-top: 0
    }

    .steps-item {
        top: initial
    }

    .steps-item:after {
        content: none
    }
}

@media screen and (max-width: 767px) {
    .section-steps__btn {
        grid-column: initial
    }

    .steps-group {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        gap: 24px
    }
}

.typestable_wrapper {
    display: flex;
    margin-bottom: 110px;
    margin-top: 80px;
    text-align: center;
}
.typestable_wrapper .item {
    width: 20%;
}
.typestable_wrapper .block.name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.typestable_wrapper .block {
    align-items: center;
    border: 1px solid #ffffff3d;
    display: flex;
    font-weight: 500;
    justify-content: center;
    line-height: 21px;
    min-height: 108px;
    padding: 12px;
    text-align: center;
}
@media(max-width: 1180px) {
    .typestable_wrapper {
        width: 100%;
        flex-direction: column;
    }
    .typestable_wrapper .item {
        align-items: center;
        margin: 0 auto;
        width: 80%;
    }
    .typestable_wrapper .block.name {
        margin-top: 50px;
    }
    .typestable_wrapper .block {
        line-height: 18px;
        min-height: 68px;
        padding: 8px;
    }
}
@media(max-width: 768px) {
    .typestable_wrapper {
        margin-bottom: 60px;
        margin-top: 5px;
    }
    .typestable_wrapper .item {
        width: 92%;
    }
    .typestable_wrapper .block.name {
        margin-top: 50px;
    }
    .typestable_wrapper .block {
        line-height: 16px;
        min-height: 60px;
        padding: 8px;
    }
    .section-accounts__title {
        align-items: center;
        margin-bottom: 14px;
    }
}