.new-main {
    font-family: Roboto, sans-serif !important
}

.new-main .container-lf {
    margin: 0 auto;
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px
}

.new-main .btn-lf-full-fill {
    background: #FF4521;
    border-radius: 50px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 50px;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #FF4521;
}

@media (max-width: 768px) {
    .new-main .btn-lf-full-fill {
        font-size: 16px;
        padding: 16px 40px 15px
    }
}

.new-main .btn-lf-full-fill:active, .new-main .btn-lf-full-fill:focus, .new-main .btn-lf-full-fill:hover {
    background: transparent;
    margin-bottom: 1px;
    margin-top: -1px;
    color: #ff4521;
    border-color: #FF4521;
}

.new-main .btn-lf-trans {
    background: transparent;
    border: 2px solid #007fd8;
    border-radius: 50px;
    color: #007fd8;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 16px 60px;
    text-decoration: none !important;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .new-main .btn-lf-trans {
        font-size: 16px;
        padding: 14px 40px 13px
    }
}


.new-main .lf-main-top-section {
    border-top: 1px solid #e6e9ed;
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .new-main .lf-main-top-section {
        padding-bottom: 50px
    }
}

.new-main .lf-main-top-section__title {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 20px;
    padding-top: 120px;
    text-align: start
}

@media (max-width: 768px) {
    .new-main .lf-main-top-section__title {
        font-size: 30px;
        padding-top: 40px
    }
}

.new-main .lf-main-top-section__title > span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 138%;
}

@media (max-width: 768px) {
    .new-main .lf-main-top-section__title > span {
        font-size: 24px
    }

    .new-main .lf-main-top-section__main-img-block {
        margin-left: -10px;
        margin-right: -10px
    }

    .new-main .lf-main-top-section__main-img {
        display: none;
        margin-bottom: 20px
    }
}

.new-main .lf-main-top-section__main-img-mob {
    display: none
}

@media (max-width: 768px) {
    .new-main .lf-main-top-section__main-img-mob {
        display: block;
        max-width: 768px;
        width: 100%
    }
}

.new-main .lf-main-top-section__description {
    color: #707070;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-main-top-section__description {
        color: #646464;
        font-size: 17px;
        margin-bottom: 20px
    }
}

.new-main .lf-main-top-section__btn-block {
    text-align: start;
}

.new-main .lf-reliable-choice-section {
    padding-bottom: 60px;
    margin-top: 150px;
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section {
        padding-bottom: 50px
    }
}

.new-main .lf-reliable-choice-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section__title {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: left
    }
}

.new-main .lf-reliable-choice-section__description {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section__description {
        color: #646464;
        font-size: 17px;
        line-height: 160%;
        text-align: left
    }
}

.new-main .lf-reliable-choice-section__list {
    display: flex;
    margin-bottom: 50px;
    margin-left: -25px;
    margin-right: -25px
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section__list {
        align-items: center;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

.new-main .lf-reliable-choice-section__item {
    margin: 0 25px;
    width: calc(16.6666666% - 50px)
}

@media (max-width: 992px) {
    .new-main .lf-reliable-choice-section__item {
        margin: 0 15px;
        width: calc(33.33333% - 30px)
    }
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section__item {
        margin: 0 0 50px;
        width: 100%
    }

    .new-main .lf-reliable-choice-section__item:last-child {
        margin: 0
    }
}

.new-main .lf-reliable-choice-section .lf-reliable-choice-item {
    align-items: center;
    display: flex;
    flex-direction: column
}

.new-main .lf-reliable-choice-section .lf-reliable-choice-item__icon-block {
    align-items: flex-end;
    display: flex;
    height: 100px;
    margin-bottom: 20px;
    width: 100px;
    justify-content: center;
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section .lf-reliable-choice-item__icon-block {
        height: auto;
        width: auto
    }
}

.new-main .lf-reliable-choice-section .lf-reliable-choice-item__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-reliable-choice-section .lf-reliable-choice-item__title {
        font-size: 20px
    }
}

.new-main .lf-reliable-choice-section .lf-reliable-choice-item__description {
    color: #707070;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
    text-align: center
}

.new-main .lf-reliable-choice-section__btn-block {
    text-align: center
}

.new-main .lf-indicators-section {
    background: #f1f1f1;
    color: #ffffff;
    padding: 80px 0;
    background-image: url('/static/home/images/join-us-bg.png');
}

.new-main .lf-indicators-section h1 {
    color: #ffffff;
    font-weight: 400;
}

@media (max-width: 992px) {
    .new-main .lf-indicators-section {
        margin-bottom: 50px
    }
}

.new-main .lf-indicators-section__list {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
    justify-content: space-between;
    align-items: center;
}

.new-main .lf-indicators-section__list .right .btn p {
    display: block;
}

@media (max-width: 992px) {
    .new-main .lf-indicators-section__list {
        flex-direction: column;
        margin: 0
    }
}

.new-main .lf-indicators-section__item {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(33.33333% - 50px)
}

@media (max-width: 992px) {
    .new-main .lf-indicators-section__item {
        margin: 0 0 50px;
        width: 100%
    }

    .new-main .lf-indicators-section__item:last-child {
        margin: 0
    }
}

.new-main .lf-indicator {
    align-items: center;
    display: flex;
    flex-direction: column
}

.new-main .lf-indicator__value {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: center
}

@media (max-width: 992px) {
    .new-main .lf-indicator__value {
        text-align: center
    }

    .new-main .lf-indicator__value > span {
        font-size: 40px
    }
}

.new-main .lf-indicator__title {
    color: #707070;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .new-main .lf-indicator__title {
        text-align: center
    }
}

.new-main .lf-start-invest-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

@media (max-width: 992px) {
    .new-main .lf-start-invest-section {
        padding-bottom: 50px
    }
}

.new-main .lf-start-invest-section__title {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-start-invest-section__title {
        font-size: 24px;
        text-align: left
    }
}

.new-main .lf-start-invest-section__list {
    display: flex;
    margin: 0 -25px 50px
}

@media (max-width: 992px) {
    .new-main .lf-start-invest-section__list {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

.new-main .lf-start-invest-section__item {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(33.33333% - 50px)
}

@media (max-width: 992px) {
    .new-main .lf-start-invest-section__item {
        margin-left: 15px;
        margin-right: 15px;
        width: 100%
    }
}

@media (max-width: 768px) {
    .new-main .lf-start-invest-section__item {
        margin: 0 0 50px;
        width: 100%
    }

    .new-main .lf-start-invest-section__item:last-child {
        margin: 0
    }
}

.new-main .lf-start-invest-section__btn-block {
    text-align: center
}

.new-main .lf-start-invest-item {
    align-items: center;
    display: flex;
    flex-direction: column
}

.new-main .lf-start-invest-item__step {
    align-items: center;
    background: #ffffff;
    border-radius: 2px;
    color: #707070;
    display: flex;
    font-size: 9px;
    height: 19px;
    line-height: 11px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-transform: uppercase
}

.new-main .lf-start-invest-item__icon {
    height: 102px;
    margin-bottom: 20px;
    width: auto;
}

.new-main .lf-start-invest-item__title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 0
}

@media (max-width: 768px) {
    .new-main .lf-start-invest-item__title {
        font-size: 20px
    }
}

.new-main .lf-start-invest-item__description {
    color: #ffffff;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
    text-align: center
}

.new-main .lf-opportunities-section {
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .new-main .lf-opportunities-section {
        padding-bottom: 50px
    }
}

.new-main .lf-opportunities-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-opportunities-section__title {
        font-size: 24px;
        text-align: left
    }
}

.new-main .lf-opportunities-section__list {
    display: flex;
    flex-wrap: wrap;
    margin: -25px
}

@media (max-width: 768px) {
    .new-main .lf-opportunities-section__list {
        margin: 0
    }
}

.new-main .lf-opportunities-section__item {
    margin: 25px;
    width: calc(50% - 50px)
}

@media (max-width: 768px) {
    .new-main .lf-opportunities-section__item {
        margin: 0 0 50px;
        width: 100%
    }

    .new-main .lf-opportunities-section__item:last-child {
        margin: 0
    }
}

.new-main .lf-opportunity-item__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 0
}

@media (max-width: 768px) {
    .new-main .lf-opportunity-item__title {
        font-size: 20px;
        text-align: left
    }
}

.new-main .lf-opportunity-item__description {
    color: #707070;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px
}

.new-main .lf-opportunity-item__link {
    color: #007fd8;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: underline
}

.new-main .lf-quote-section {
    background: #eee;
    margin-bottom: 150px;
    padding: 50px 0
}

@media (max-width: 768px) {
    .new-main .lf-quote-section {
        margin-bottom: 50px
    }
}

.new-main .lf-quote-section__quote-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 747px
}

.new-main .lf-quote-section__content {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .new-main .lf-quote-section__content {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 20px
    }
}

.new-main .lf-quote-section__author, .new-main .lf-quote-section__position {
    color: #707070;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .new-main .lf-quote-section__author, .new-main .lf-quote-section__position {
        font-size: 14px
    }
}

.new-main .lf-quote-section__author {
    font-weight: 700
}

.new-main .lf-advantages-section {
    padding-bottom: 150px;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .new-main .lf-advantages-section {
        padding-bottom: 50px
    }
}

.new-main .lf-advantages-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-advantages-section__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: left
    }
}

.new-main .lf-advantages-section__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .new-main .lf-advantages-section__tabs {
        -ms-overflow-style: none;
        background: #edf2f5;
        justify-content: flex-start;
        margin-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 20px 10px;
        scrollbar-width: none
    }
}

@media (max-width: 768px) {
    .new-main .lf-advantages-section__tabs::-webkit-scrollbar {
        display: none
    }
}

.new-main .lf-advantages-section__tab > a {
    background: none;
    border: none;
    color: #000000;
    font-size: 24px;
    line-height: 120%;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .new-main .lf-advantages-section__tab > a {
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0
    }
}

.new-main .lf-advantages-section__tab.active > a {
    color: #FF4521;
    text-decoration: none
}

.new-main .lf-advantages-section__tab.active > a:focus {
    box-shadow: none
}

.new-main .lf-advantage {
    align-items: center;
    display: flex
}

@media (max-width: 768px) {
    .new-main .lf-advantage {
        flex-direction: column
    }
}

.new-main .lf-advantage__img {
    border: 1px solid #eaeced;
    border-radius: 5px;
    margin-right: 25px;
    width: calc(50% - 25px);
    max-height: 430px;
}

@media (max-width: 768px) {
    .new-main .lf-advantage__img {
        display: none;
        margin-bottom: 25px;
        margin-right: 0;
        max-width: 320px;
        width: 100%
    }
}

.new-main .lf-advantage__img-mob {
    display: none
}

@media (max-width: 768px) {
    .new-main .lf-advantage__img-mob {
        display: block;
        margin-bottom: 25px;
        margin-right: 0;
        max-width: 320px;
        width: 100%
    }
}

.new-main .lf-advantage__specifications {
    margin-left: 25px;
    padding: 60px 80px;
    width: calc(50% - 25px)
}

@media (max-width: 768px) {
    .new-main .lf-advantage__specifications {
        margin-left: 0;
        width: 100%
    }
}

.new-main .lf-specifications__item {
    margin-bottom: 20px
}

.new-main .lf-specifications__item:last-child {
    margin-bottom: 0
}

.new-main .lf-specification__title {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px
}

.new-main .lf-specification__description {
    color: #707070;
    font-size: 14px;
    line-height: 140%
}

.new-main .lf-markets-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
    padding-top: 150px;
}

@media (max-width: 768px) {
    .new-main .lf-markets-section {
        padding-bottom: 50px
    }
}

.new-main .lf-markets-section__title {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-markets-section__title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 30px
    }
}

.new-main .lf-markets-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px
}

@media (max-width: 768px) {
    .new-main .lf-markets-section__list {
        margin: 0
    }
}

.new-main .lf-markets-section__item {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 15px;
    max-width: 440px;
    /*min-height: 330px;*/
    overflow: hidden;
    width: calc(33.33333% - 30px)
}

@media (max-width: 992px) {
    .new-main .lf-markets-section__item {
        width: calc(50% - 30px)
    }
}

@media (max-width: 768px) {
    .new-main .lf-markets-section__item {
        margin: 0 0 20px;
        max-width: 100%;
        min-height: 250px;
        width: 100%
    }

    .new-main .lf-markets-section__item:last-child {
        margin: 0
    }
}

.new-main .lf-markets-section__btn-block {
    margin-top: 50px;
    text-align: center
}

.new-main .lf-markets-section__btn {
    padding-left: 40px;
    padding-right: 40px
}

.new-main .lf-market-item {
    align-items: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #007fd8 !important;
    display: block;
    position: relative;
    text-decoration: none
}

@media (max-width: 768px) {
    .new-main .lf-market-item {
        padding-top: 20px
    }
}

.new-main .lf-market-item.hover:hover {
    color: #2199ee !important
}

.new-main .lf-market-item__name {
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .new-main .lf-market-item__name {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 14px;
        top: 20px
    }
}

.new-main .lf-market-item__img-block {
    height: 150px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background-color: rgba(26, 29, 48, 0.8);
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .new-main .lf-market-item__img-block {
        height: 180px
    }
}

.new-main .lf-market-item__img {
    width: 100%
}

@media (max-width: 768px) {
    .new-main .lf-market-item__img {
        margin-top: 20px;
        max-width: 300px
    }
}

.new-main .lf-try-section {
    align-items: center;
    background-image: url(/static/home/images/bg-try.jpg);
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    padding: 50px 0
}

.new-main .lf-try-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%
}

@media (max-width: 768px) {
    .new-main .lf-try-section__title {
        font-size: 24px;
        text-align: center
    }
}

.new-main .lf-try-section__description {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-try-section__description {
        color: #646464;
        font-size: 17px;
        line-height: 160%;
        text-align: center
    }
}

.new-main .lf-try-section__btn-block {
    text-align: center
}

.new-main .lf-try-section__btn {
    padding-left: 40px;
    padding-right: 40px
}

.new-main .lf-accounts-section {
    background: #f9f9f9;
    padding: 100px 0
}

@media (max-width: 768px) {
    .new-main .lf-accounts-section {
        padding: 50px 0
    }
}

@media (max-width: 1200px) {
    .new-main .lf-accounts-section {
        align-items: flex-start;
        padding-top: 40px
    }
}

.new-main .lf-accounts-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 1200px) {
    .new-main .lf-accounts-section__title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.new-main .lf-accounts-section__list {
    display: flex;
    justify-content: center;
    width: 100%
}

@media (max-width: 1200px) {
    .new-main .lf-accounts-section__list {
        align-items: center;
        flex-direction: column
    }
}

.new-main .lf-accounts-section__item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px)
}

@media (max-width: 1200px) {
    .new-main .lf-accounts-section__item {
        margin: 0 0 20px;
        max-width: 500px;
        width: 100%
    }

    .new-main .lf-accounts-section__item:last-child {
        margin: 0
    }
}

.new-main .lf-account-item {
    align-items: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
}

.new-main .lf-account-item__icon {
    fill: #007fd8;
    height: 60px;
    margin-bottom: 5px;
    width: 100px
}

.new-main .lf-account-item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .new-main .lf-account-item__title {
        font-size: 20px
    }
}

.new-main .lf-account-item__specification {
    width: 100%;
    padding: 20px;
}

.new-main .lf-account-item__specification-title {
    color: #707070;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0
}

.new-main .lf-account-item__specification-value {
    color: #FF4521;
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 0
}

.new-main .lf-accounts-section__item:nth-child(2) .lf-account-item__specification-value {
    color: #69d548;
}

.new-main .lf-accounts-section__item:nth-child(3) .lf-account-item__specification-value {
    color: #4cb1ff;
}

.new-main .lf-account-item__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px
}

.new-main .lf-account-item .btn-lf-trans {
    padding-left: 40px;
    padding-right: 40px
}

.new-main .lf-copy-trading-section {
    padding: 150px 0
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section {
        padding: 50px 0 100px
    }
}

.new-main .lf-copy-trading-section__img {
    display: block;
    margin: 0 auto 50px;
    max-width: 887px;
    width: 100%
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section__img {
        display: none;
        max-width: 280px
    }
}

.new-main .lf-copy-trading-section__img-mob {
    display: none
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section__img-mob {
        display: block;
        margin: 0 auto 50px;
        max-width: 280px;
        width: 100%
    }
}

.new-main .lf-copy-trading-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section__title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

.new-main .lf-copy-trading-section__description {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section__description {
        color: #646464;
        font-size: 17px;
        line-height: 160%
    }
}

.new-main .lf-copy-trading-section__btns {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section__btns {
        align-items: center;
        flex-direction: column;
        margin-top: 20px
    }
}

.new-main .lf-copy-trading-section__btn {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .new-main .lf-copy-trading-section__btn {
        margin: 0
    }

    .new-main .lf-copy-trading-section__btn:first-child {
        margin-bottom: 20px
    }
}

.new-main .lf-platforms-section {
    padding-bottom: 100px;
    padding-top: 100px;
}

@media (max-width: 768px) {
    .new-main .lf-platforms-section {
        padding-bottom: 50px
    }
}

.new-main .lf-platforms-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-platforms-section__title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

.new-main .lf-platforms-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.new-main .lf-platforms-section__item {
    width: 50%
}

@media (max-width: 768px) {
    .new-main .lf-platforms-section__item {
        margin-bottom: 50px;
        width: 100%
    }
}

.new-main .lf-platforms-section__item:first-child {
    margin-bottom: 90px;
    width: 100%
}

@media (max-width: 768px) {
    .new-main .lf-platforms-section__item:first-child {
        margin-bottom: 50px
    }

    .new-main .lf-platforms-section__item:last-child {
        margin-bottom: 0
    }
}

.new-main .lf-platform-item {
    align-items: center;
    display: flex;
    flex-direction: column
}

.new-main .lf-platform-item__img {
    margin-bottom: 30px;
    max-width: 519px;
    width: 100%
}

@media (max-width: 768px) {
    .new-main .lf-platform-item__img {
        margin-bottom: 20px
    }
}

.new-main .lf-platform-item__icon {
    height: 40px;
    margin-bottom: 20px;
    width: 250px
}

.new-main .lf-platform-item__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .new-main .lf-platform-item__title {
        font-size: 20px;
        line-height: 120%
    }
}

.new-main .lf-platform-item__description {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding: 0 30px;
}

@media (max-width: 768px) {
    .new-main .lf-platform-item__description {
        color: #707070;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 10px
    }
}

.new-main .lf-platform-item__btn-block {
    margin-top: 20px
}

@media (max-width: 768px) {
    .new-main .lf-platform-item__btn-block {
        margin-top: 10px
    }
}

.new-main .lf-platform-item__btn {
    padding-left: 40px;
    padding-right: 40px
}

.new-main .lf-platform-item__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: underline !important
}

.new-main .lf-mobile-trading-section {
    background: #f9f9f9;
    margin-bottom: 100px;
    padding: 100px 0
}

@media (max-width: 768px) {
    .new-main .lf-mobile-trading-section {
        margin-bottom: 50px;
        padding: 50px 0
    }
}

.new-main .lf-mobile-trading-section__block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 905px
}

@media (max-width: 1200px) {
    .new-main .lf-mobile-trading-section__block {
        align-items: center;
        flex-direction: column-reverse
    }
}

.new-main .lf-mobile-trading-section__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 50px 0
}

@media (max-width: 1200px) {
    .new-main .lf-mobile-trading-section__content {
        align-items: center;
        padding: 0;
        text-align: center
    }
}

.new-main .lf-mobile-trading-section__title {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    color: #FF4521;
}

@media (max-width: 768px) {
    .new-main .lf-mobile-trading-section__title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

.new-main .lf-mobile-trading-section__description {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    line-height: 175.78%;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .new-main .lf-mobile-trading-section__description {
        margin-bottom: 20px
    }
}

.new-main .lf-mobile-trading-section__btns {
    display: flex
}

.new-main .lf-mobile-trading-section__btn:first-child {
    margin-right: 40px
}

.new-main .lf-mobile-trading-section__btn:first-child .new-main .lf-mobile-trading-section__icon {
    fill: #5e5e5e;
    height: 40px;
    width: 117px
}

.new-main .lf-mobile-trading-section__btn:last-child .new-main .lf-mobile-trading-section__icon {
    fill: #5e5e5e;
    height: 40px;
    width: 137px
}

.new-main .lf-mobile-trading-section__cabinet {
    width: 280px
}

@media (max-width: 768px) {
    .new-main .lf-mobile-trading-section__cabinet {
        margin-bottom: 50px
    }
}

.new-main .lf-slider-images {
    width: 280px
}

.new-main .lf-slider-images__slider-carousel {
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 1200px) {
    .new-main .lf-slider-images {
        margin-bottom: 25px
    }
}

@media (max-width: 768px) {
    .new-main .lf-slider-images {
        max-width: 320px;
        width: 100%
    }
}

.new-main .lf-slider-images__carousel-pagination {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 14px
}

.new-main .lf-slider-images__control {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px
}

@media (max-width: 1200px) {
    .new-main .lf-slider-images__control {
        margin-top: 20px
    }
}

.new-main .lf-slider-images__carousel-arrow {
    fill: rgba(0, 0, 0, .25);
    height: 30px;
    width: 30px
}

.new-main .lf-slider-images__carousel-arrow--left {
    transform: rotate(180deg)
}

.new-main .lf-news-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .new-main .lf-news-list {
        padding-bottom: 50px
    }
}

.new-main .lf-news-list__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center;
    width: 100%
}

@media (max-width: 768px) {
    .new-main .lf-news-list__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: left
    }
}

.new-main .lf-news-list__title--with-description, .new-main .lf-news-list__title-with-description {
    margin-bottom: 20px
}

.new-main .lf-news-list__description {
    color: #333;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .new-main .lf-news-list__description {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.new-main .lf-news-list__list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -20px
}

@media (max-width: 768px) {
    .new-main .lf-news-list__list {
        margin: 0
    }
}

.new-main .lf-news-list__item {
    margin: 15px 20px;
    width: calc(50% - 40px)
}

@media (max-width: 768px) {
    .new-main .lf-news-list__item {
        margin: 0 0 20px;
        width: 100%
    }
}

.new-main .lf-news-list__btn-block {
    margin-top: 50px
}

@media (max-width: 768px) {
    .new-main .lf-news-list__btn-block {
        margin-top: 10px
    }
}

.new-main .lf-news-list__btn {
    padding-left: 40px;
    padding-right: 40px
}

.new-main .lf-news-item {
    align-items: flex-start;
    display: flex
}

.new-main .lf-news-item:hover {
    text-decoration: none
}

.new-main .lf-news-item__img {
    flex-shrink: 0;
    height: 100%;
    width: 50%;
}

@media (max-width: 768px) {
    .new-main .lf-news-item__img {
        width: 100px
    }
}

.new-main .lf-news-item__img > img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%
}

.new-main .lf-news-item__info {
    margin-left: 20px
}

@media (max-width: 768px) {
    .new-main .lf-news-item__info {
        margin-left: 10px
    }
}

.new-main .lf-news-item__date {
    color: #707070;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .new-main .lf-news-item__date {
        margin-bottom: 0
    }
}

.new-main .lf-news-item__date span {
    font-weight: 700
}

.new-main .lf-news-item__title {
    color: #007fd8;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 175%;
    margin: 0
}

@media (max-width: 768px) {
    .new-main .lf-news-item__title {
        line-height: 140%;
        text-align: left
    }
}

.new-main .lf-news-item__description {
    color: #707070;
    font-size: 15px;
    line-height: 175%
}

@media (max-width: 768px) {
    .new-main .lf-news-item__description {
        display: none
    }
}

.new-main .lf-education-section {
    margin-bottom: 150px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-education-section {
        margin-bottom: 100px
    }
}

.new-main .lf-education-section__title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-education-section__title {
        font-size: 24px
    }
}

.new-main .lf-education-section__img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 767px;
    width: 100%
}

@media (max-width: 768px) {
    .new-main .lf-education-section__img {
        margin: 0 -20px 20px
    }
}

.new-main .lf-education-section__description {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center
}

.new-main .lf-education-section__btn-block {
    display: inline-block
}

.new-main .lf-education-section__btn {
    padding-left: 40px;
    padding-right: 40px
}

.new-main .lf-start-section {
    align-items: center;
    background: url(/static/home/images/bg-start.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 150px 0
}

@media (max-width: 768px) {
    .new-main .lf-start-section {
        padding: 50px 0
    }
}

.new-main .lf-start-section__title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-start-section__title {
        font-size: 36px
    }
}

.new-main .lf-start-section__description {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width: 768px) {
    .new-main .lf-start-section__description {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.new-main .lf-start-section__btn-block {
    text-align: center
}

.new-main .lf-start-section__btn {
    padding-left: 40px;
    padding-right: 40px
}

html[lang=ko] .new-main .lf-indicator__value {
    font-size: 50px
}

html[lang=ar] .new-main .lf-advantage__img, html[lang=fa] .new-main .lf-advantage__img {
    margin-left: 25px;
    margin-right: 0
}

html[lang=ar] .new-main .lf-slider-images, html[lang=fa] .new-main .lf-slider-images {
    direction: ltr
}

html[lang=ar] .new-main .slick-track, html[lang=fa] .new-main .slick-track {
    display: flex
}

html[lang=ar] .new-main .lf-mobile-trading-section__btn:first-child, html[lang=fa] .new-main .lf-mobile-trading-section__btn:first-child {
    margin-left: 40px;
    margin-right: 0
}

html[lang=ar] .new-main .lf-news-item__info, html[lang=fa] .new-main .lf-news-item__info {
    margin-left: 0;
    margin-right: 20px
}

@media (max-width: 768px) {
    html[lang=ar] .new-main .lf-advantages-section__title, html[lang=ar] .new-main .lf-news-item__title, html[lang=ar] .new-main .lf-news-list__title, html[lang=ar] .new-main .lf-opportunities-section__title, html[lang=ar] .new-main .lf-opportunity-item__title, html[lang=ar] .new-main .lf-reliable-choice-section__description, html[lang=ar] .new-main .lf-reliable-choice-section__title, html[lang=ar] .new-main .lf-start-invest-section__title, html[lang=fa] .new-main .lf-advantages-section__title, html[lang=fa] .new-main .lf-news-item__title, html[lang=fa] .new-main .lf-news-list__title, html[lang=fa] .new-main .lf-opportunities-section__title, html[lang=fa] .new-main .lf-opportunity-item__title, html[lang=fa] .new-main .lf-reliable-choice-section__description, html[lang=fa] .new-main .lf-reliable-choice-section__title, html[lang=fa] .new-main .lf-start-invest-section__title {
        text-align: right
    }
}

html[lang=ar] .new-main .lf-education-section__img, html[lang=fa] .new-main .lf-education-section__img {
    margin-left: auto;
    margin-right: auto
}

.mobile-trading {
    background: #fff
}

.mobile-trading .modal {
    bottom: 16px;
    padding-right: 0 !important;
    top: auto
}

.mobile-trading .modal-dialog {
    margin-bottom: 0;
    margin-top: 0
}

.mobile-trading .close {
    background: transparent;
    color: #8e9aac;
    font-weight: 400;
    right: 4px;
    top: 2px
}

.mobile-trading .modal-content {
    border-radius: 20px
}

.mobile-trading .modal-mobile-trading-block {
    padding: 32px 15px 16px;
    text-align: center
}

.mobile-trading .modal-mobile-trading-block .btn-block {
    display: flex
}

.mobile-trading .modal-mobile-trading-block > .logo-img > p {
    color: #3b4b68;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 24px;
    margin-bottom: 32px;
    text-transform: uppercase
}

.mobile-trading .modal-mobile-trading-block > .logo-img > img {
    margin-bottom: 16px
}

.mobile-trading .modal-mobile-trading-block .btn-download {
    align-items: center;
    background: #282828;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-height: 38px;
    min-width: 167px;
    padding: 4px 20px 7px;
    text-decoration: none
}

.mobile-trading .modal-mobile-trading-block .btn-download > img {
    margin-right: 10px
}

.mobile-trading .modal-mobile-trading-block .btn-download > p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12.9331px;
    font-weight: 500;
    letter-spacing: .259259px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: left
}

.mobile-trading .modal-mobile-trading-block .btn-download > p > span {
    display: block;
    font-size: 7.77778px;
    line-height: 10px
}

.lf-main-top-section {
    background-image: url('/static/home/images/sc-desk_0.jpg.webp');
    background-repeat: no-repeat;
    background-position-x: center;
}

a.a-dark {
    color: #000000;
}

.new-main .btn-lf-full-fill.btn-fxtm-green {
    background-color: #a4e22d !important;
    border: 1px solid #a4e22d !important;
}

.lf-start-invest-section {
    background-color: #252842;
    color: #ffffff;
}

.lf-advantages-section .lf-advantages-section__item ul li {
    list-style: disc;
    font-size: 20px;
    color: #000000;
    font-weight: 300;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #FF4521;
}

.new-main .lf-market-item__img-block * {
    color: #ffffff;
}

.new-main .lf-market-item__img-block a.jump-link {
    color: #0c84ff;
}

.new-main .lf-markets-section__title p,
.new-main .lf-accounts-section__title p {
    font-size: 16px;
    line-height: 22px;
}

.spread {

}

.new-main .lf-account-item__specification:nth-child(even) {
    background-color: #f9f9f9;
}

a.btn-fxtm-green {
    background-color: #a4e22d !important;
    border-color: #a4e22d !important;
    color: #000000 !important;
}

a.btn-fxtm-green:hover {
    background-color: transparent !important;
}


.lf-accounts-section .btn-fxtm-green {
    padding: 8px 33px !important;
    margin-top: 20px;
}


.risk-footer {
    color: #e3e3e3;
    background-color: #272727;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9996;
    /* box-shadow: 0 -5px 5px rgba(0,0,0,.2);*/
}

.risk-footer > .container {
    padding: 0 5px;
}

.risk-footer p {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 !important;
    text-align: center;
}

.risk-footer p a {
    color: #efefef;
    text-decoration: underline;
}

.risk-footer p a:hover {
    text-decoration: none;
}

@media (max-width: 600px) {
    .risk-footer p {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-new .footer-nav {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .footer-new .footer-nav > li {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-new .footer-nav > li:first-child > a {
        border-left: none;
    }
}

.container-footer {
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer-new {
    background: #ffffff;
}

.footer-new p {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.footer-new p a {
    color: #007FD8;
}

.footer-new .border-footer {
    border-top: 1px solid #DBDBDB;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.footer-new .footer-info {
    display: flex;
    margin: 50px 0;
    align-items: center;
}

.footer-new .footer-info > li {
    margin-right: 30px;
}

.footer-new .footer-info > li:first-child {
    margin-right: 100px;
}

.footer-new .footer-nav:before, .footer-new .footer-nav:after {
    display: none;
}

.footer-new .footer-nav {
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
    padding-right: 0;
}

.footer-new .footer-nav > li > a {
    border: none;
    color: #007FD8;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}

.footer-new p.small {
    color: #888888;
    font-size: 15px;
    margin-bottom: 50px;
}

html[lang=ar] .footer-new .footer-info > li:first-child, html[lang=fa] .footer-new .footer-info > li:first-child {
    margin-right: 0;
    margin-left: 100px;
}

html[lang=ar] .footer-new .footer-nav, html[lang=fa] .footer-new .footer-nav {
    padding-right: 0;
}


.breadcrumb a {
    color: #0c84ff;
}

.breadcrumb>.active {
    color: #777;
}

