div#wmn-fx {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99999;
}

.wmn-wrap .wmn-widget {
    right: 60px;
}

.wmn-wrap .wmn-widget {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px -3px;
    border-radius: 90px;
    cursor: pointer;
    z-index: 15;
    position: relative;
    width: 62px;
    height: 62px;
    box-sizing: border-box;
}

.wmn-wrap .wmn-widget span.notification {
    position: absolute;
    right: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
}

.enquiry-title {
    color: #fff;
    font-size: 14px
}

.sliding-enquiry-right,
.sliding-enquiry-left {
    top: 25%;
}

.btn-fixed.btn-fixed--active {
    right: 240px;
    background-color: var(--cs-violet-bright);
}

.uForm__error-msg {
    display: none;
    color: red;
}

.uForm__extended {
    display: none;
}

.uForm__preload {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../uForm/img/loading.gif') no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    background-color: #fff;
}

.form .form__btn {
    position: relative;
}

.message-text {
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
}

.subscribe .message-text {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mt100 {
    margin-top: 100px;
}


/*-=-=-=-=-=-=-=-  OLD STYLES FOR INNER PAGES START  -=-=-=-=-=-=-=-=*/


/* BREADCRUMB START */

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
    display: block;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb .divider {
    display: none;
}

.breadcrumb li:first-child,
.breadcrumb li:nth-child(2)::before {
    display: none;
}


/* BREADCRUMB END */

.img_border_color .img_border {
    border: 1px solid lightblue;
}

.account_comparison .pricing-table h3 {
    font-size: 15px !important;
}

.account_comparison .pricing-table li:nth-child(even) {
    background: #dcd8d8;
}


/* .table-reset tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #f6f6f6;
    height: 100px;
    text-align: center;
    padding: 50px;
} */

.space_image {
    padding: 10px;
}

.both_dm_size {
    width: 134px;
    height: auto;
}

.platforms .btn-main:hover {
    border: none;
}

.above-footer .item-menu ul li a {
    padding: 0;
    padding-right: 15px;
    max-width: max-content;
}

.above-footer .item-menu ul li a:hover {
    background-color: transparent;
}

.account_comparison .pricing-table h3 {
    height: auto;
    padding-bottom: 40px;
}

.account_comparison .pricing-table .body-table {
    padding-top: 20px;
}

.sliding-enquiry-right .enquiry-content {
    background: #F4F4F4;
    border-radius: 16px 0px 0px 16px;
    padding: 40px 20px;
    height: auto;
}

.enquiry-content-pad {
    padding: 0;
}

.enquiry-content p {
    margin: 0;
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    max-width: 264px;
}

.enquiry-content-pad input,
.enquiry-content-pad textarea,
.enquiry-content-pad select {
    background: #FFFFFF;
    border-radius: 4px !important;
    border: none !important;
    padding: 10px 16px;
}

.enquiry-content-pad textarea {
    border: none !important;
}

.enquiry-content input::placeholder,
.enquiry-content-pad textarea::placeholder {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9DA4B7;
}

.buttoncustomsubmit {
    font-family: 'Effra', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 145% !important;
    letter-spacing: .02em;
    color: #fff;
    background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%) !important;
    border-radius: 4px;
    transition: .4s ease-in-out;
    padding: 17px 24px !important;
    max-width: 175px;
    width: 100%;
    height: auto !important;
    border: none !important;
    cursor: pointer;
}

.buttoncustomsubmit:hover {
    background: var(--cs-text-2) !important;
    color: #fff !important;
    border: none !important;
}

@media (min-width: 992px) {
    .account_comparison .col-md-3 {
        width: 20% !important;
    }
}

@media only screen and (max-width: 768px) {
    .about_page .about_page_md_btn {
        margin-top: 0px !important;
    }

    .about_page .middle_award .iconbox {
        padding-right: 0px !important;
    }
}


/*-=-=-=-=-=-=-=-  OLD STYLES FOR INNER PAGES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW CORRECTION STYLES START  -=-=-=-=-=-=-=-=*/

.header .nav ul li.parent a::after {
    width: 7px;
    height: 7px;
    border-width: 3px 0 0 3px;
}

.btn-fixed {
    background: var(--cs-text-2);
    color: #8F4DED;
    -webkit-animation-name: popup_btn_bounce_in_right;
    -moz-animation-name: popup_btn_bounce_in_right;
    -o-animation-name: popup_btn_bounce_in_right;
    animation-name: popup_btn_bounce_in_right;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
    -o-transition: right .8s;
    transition: right .8s;
    animation-fill-mode: both;
}

.btn-fixed:hover {
    background: rgba(7, 4, 23, .8);
    color: var(--cs-white);
}

.btn-fixed.btn-fixed--active {
    background: var(--cs-text-2);
    color: #8F4DED;
}

.btn-main svg {
    vertical-align: sub;
}

.header .mobile-menu .header__right .btn-main {
    text-align: center;
}

.main-screen .btn-groups {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    max-width: 230px;
}

.main-screen .btn-groups .btn-main {
    max-width: 164px;
    padding: 16px 22px;
}

.main-screen .btn-groups .btn-main--white {
    color: var(--cs-text-2);
    background: var(--cs-white);
}

.main-screen .btn-groups .btn-main--white:hover {
    background: 0 0;
    color: var(--cs-white);
}

.main-screen .title.title--white {
    color: var(--cs-white);
}

.main-screen.second {
    background: linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
}

.tips {
    background: url('../images/home/tips/bars.svg') no-repeat center/contain, url('../images/home/tips/tips-bg-gr.webp') no-repeat center/cover;
}

.request__form .form__input {
    border: none;
}


.header__right .btn-transparent {
    padding: 17px 25px;
}

.main-screen.main-screen-gr-1 .main-screen__right {
    margin-right: -120px;
}

.accept {
    background: #EBEDF3;
}

.demo {
    background: url('../../../images/home/demo/four-phones.webp') right no-repeat, rgba(242, 246, 250, .5);
}

.main-screen .title {
    color: var(--cs-white);
}

.main-screen.main-screen-gr-1 .btn-main.btn-main--white {
    color: var(--cs-text-2);
    background: var(--cs-white);
}

.main-screen .btn-main.btn-main--white:hover {
    background: var(--cs-text-2);
    color: var(--cs-white);
}

.main-screen.third .btn-main {
    padding-left: 12px;
    padding-right: 12px;
}

.main-screen.third .main-screen__right {
    position: relative;
}

.main-screen.third .text-absolute {
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 112%;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 200px;
    bottom: 0;
}

.graph-modal__container.modal-cv {
    padding-top: 80px;
}

.graph-modal__container.modal-cv .graph-modal__image {
    background: var(--cs-white);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 50px);
    top: -40px;
}

.graph-modal__container.modal-cv .graph-modal__text {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}


/*-=-=-=-=-=-=-=-  NEW CORRECTION STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW REGISTRATION STYLES START  -=-=-=-=-=-=-=-=*/

.registr-page .auth-page {
    max-width: 1240px;
    margin: 100px auto;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}

.registr-page .auth-card {
    max-width: 592px;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}

.registr-page .card-body {
    padding: 135px 100px 120px 100px;
}

.registr-page .btn.back-history {
    max-width: 50px;
    position: absolute;
    top: 40px;
    left: 40px;
    transition: all ease-in-out .4s;
}

.registr-page .btn.back-history .icon {
    fill: #B1B1B1;
    transition: all ease-in-out .4s;
}

.registr-page .btn.back-history:hover .icon {
    fill: #5127C6;
}

.registr-page .auth-steps {
    background: #070417;
    padding: 108px 141px;
    max-width: 648px;
    width: 100%;
    border-radius: 0px 30px 30px 0px;
    position: relative;
}

.registr-page .auth-card .title {
    margin-bottom: 24px;
    
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #000000
}

.registr-page .auth-card .form-control {
    background: #F5F5F5;
    border-radius: 2px;
    border: none;
    padding: 18px 16px;
    height: auto;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9DA4B7;
    margin-bottom: 0px !important;
}

.registr-page .auth-card .form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0, 0, 0, .08), 0 0 8px rgba(135, 91, 231, .6);
}

.registr-page .auth-card label.error {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: -15px;
}

.registr-page .auth-card .input-group.select-arrow::after {
    content: "";
    position: absolute;
    background: url('../images/icon/input-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 12px;
    right: 24px;
    top: calc(50% - 10px);
    z-index: 11;
}

.registr-page .auth-card .ibcheckbox {
    z-index: 1;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    margin-top: 0;
    opacity: 0;
}

.registr-page .auth-card .checkbox-wrap {
    margin-left: 20px;
}

.registr-page .auth-card .checkbox-label {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}

.registr-page .auth-card .checkbox-label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #CFD4E9;
    border-radius: 1px;
    left: 0;
    top: calc(50% - 10px);
}

.registr-page .auth-card .ibcheckbox:checked + .checkbox-label::after {
    background-image: url('../images/icon/check-arrow-green.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.registr-page .auth-card .checkbox-text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    padding-left: 30px;
    pointer-events: none;
}

.registr-page .auth-card .btn-wrap {
    margin-top: 30px;
}

.registr-page .auth-card .btn-main {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    border-radius: 4px;
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: var(--cs-white);
    padding: 17px 10px;
    transition: all ease-in-out .4s;
}

.registr-page .auth-card .btn-main:hover {
    background: linear-gradient(90deg, var(--cs-text-2) 0, var(--cs-text-2) 100.02%);
}

.registr-page .auth-logo-box {
    text-align: center;
    margin-top: 10px;
}

.registr-page .languages {
    position: absolute;
    top: 40px;
    right: 40px;
}

.registr-page .languages ul {
    border: 2px solid #49455F;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.registr-page .languages a {
    padding: 15px;
}

.registr-page .auth-steps .auth-title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    max-width: 342px;
    margin-top: 24px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.registr-page .auth-steps .steps {
    padding: 0;
}

.registr-page .auth-steps .steps__container {
    -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;
    gap: 80px;
    transition: all ease-in-out .4s;
}

.registr-page .auth-steps .steps .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    z-index: 11;
}

.registr-page .auth-steps .steps .step__number {
    width: 62px;
    height: 62px;
    font-size: 20px;
    line-height: 30px;
    z-index: 1;
}

.registr-page .auth-steps .steps .step__text {
    margin-left: 20px;
    text-align: left;
}

.registr-page .auth-steps .steps .step__name {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--cs-white)
}

.registr-page .auth-steps .steps .step__descript {
    font-size: 18px;
    line-height: 24px;
    max-width: 270px;
    text-align: left;
    color: var(--cs-white)
}

.registr-page .auth-steps .steps .step--dashed {
    position: relative;
    z-index: 1;
}

.registr-page .auth-steps .steps .step--dashed::before {
    left: -128px;
    width: 320px;
    top: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.registr-page .auth-steps .steps .step--dashed::after {
    content: none;
}

.registr-page .auth-steps .btn-handler {
    margin-left: auto;
    margin-right: auto;
    display: none;
    transition: all ease-in-out .4s;
    box-shadow: none;
}

.registr-page .auth-logo-box .logo .logo--mob {
    display: none;
}

.registr-page .login-wrap {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.registr-page .login-wrap .login-text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #666666;
}

.registr-page .login-wrap .login-link {
    color: #6d43e1;
    font-weight: 700;
    transition: all ease-in-out .4s;
}

.registr-page .login-wrap .login-link:hover {
    color: #000;
}


/*-=-=-=-=-=-=-=-  NEW REGISTRATION STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  PAGE DEMO STYLES END  -=-=-=-=-=-=-=-=*/

.demo-account {
    background: #f4f4f4;
    padding-bottom: 100px;
}

.demo-account-contrent {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 205px;
    text-align: center;
}

.demo-account .logoDemo {
    width: 43px;
    height: 88px;
}

.demo-account .h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 24px;
    font-family: 'Effra';
}

.demo-account .section_descript {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Effra';
    margin: 0 auto 20px auto;
    max-width: 475px;
}

.demo-account .label {
    color: #9DA4B7;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Effra';
    line-height: 24px;
    text-align: left;
    padding-top: 8px;
}

.demo-account .rowForm {
    display: flex;
    flex-direction: column;
}

.demo-account input,
.demo-account select {
    background: #FFFFFF;
    border-radius: 2px;
    height: 60px;
    border: none;
    color: #9DA4B7;
    padding-left: 16px;
    outline: #8F4DED;
}

.demo-account .g-recaptcha {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.demo-account input.checkbox-custom {
    height: 20px;
    width: 20px;
    border: 1px solid #CFD4E9;
    border-radius: 1px;
    padding-left: 20px;
    margin-right: 16px;
}

.demo-account select {
    width: 260px;
    color: #000000;
}

.demo-account select:first-child {
    margin-right: 20px;
}

.demo-account input:focus {
    border: none;
}

.demo-account .groupBlock2 {
    display: flex;
}

.demo-account .groupBlock2 .rowForm {
    width: 100%;
}

.demo-account .d-none {
    display: none;
}

.demo-account .checkbox-custom__wrapper {
    font-weight: 400;
    font-size: 12px;
    font-family: 'Effra';
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #666666;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.demo-account .btn {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    border-radius: 4px;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Effra';
    line-height: 25px;
}


/*popUp*/

.modal_demo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.96);
    z-index: 1050;
    /* opacity: 0; */
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo_popUp {
    text-align: center;
    margin: auto;
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    border-radius: 16px;
    width: max-content;
    padding: 65px 112px 40px 112px;
    position: relative;
    margin: 0 20px;
}

.demo_popUp .logodemo {
    position: absolute;
    top: -55px;
    left: 40%;
    right: 40%;
    margin: 0 auto;
}

.demo_popUp h2 {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.demo_popUp-description {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 390px;
    margin-bottom: 40px;
}

.demo_popUp a.btn {
    text-decoration: none;
    font-family: 'Effra';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    background: #fff;
    padding: 20px 68px;
    border-radius: 4px;
}

.demo_popUp a.btn:hover {
    color: #fff;
    background: #070417;
}

.demo_popUp-textBottom {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    margin-top: 30px;
}


/*-=-=-=-=-=-=-=-  PAGE DEMO STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/

.faq-page {
    margin-top: 115px;
}

.faq-page__bg {
    background-image: url('../images/faq/faq-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.faq-page__bg .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.faq-page .tips {
    background: #F4F4F4;
    padding-top: 75px;
    padding-bottom: 125px;
}

.faq-page .tips .tricks__question {
    padding: 27px 20px 27px 24px;
}

.faq-page .tips .tricks__answer {
    padding-left: 24px;
    padding-right: 64px;
    max-width: inherit;
}

.faq-page .tips .tricks__item.tricks__item--active .tricks__answer {
    padding-bottom: 24px;
}

.faq-page .tips .tricks {
    max-width: 750px;
    margin: 0 auto;
}

.faq-page .tips .tricks__item:not(:last-child) {
    margin-bottom: 20px;
}

.faq-page .tips .title-text {
    max-width: 487px;
    line-height: 34px;
}

.faq-page .tips .tricks__answer {
    font-size: 18px;
}

.faq-page .request {
    padding: 170px 0;
    background: url('../images/faq/bg.svg');
    background-size: cover;
    background-position: center;
}

.faq-page .request__container {
    background: none;
}

.faq-page .request__form .form__input:not(:last-child) {
    margin-bottom: 20px;
}

.faq-page .request__form .form__input {
    padding: 24px 20px 27px 21px;
    font-size: 21px;
}

.faq-page .request__form .form__btn {
    font-size: 21px;
    line-height: 23px;
    padding: 25px 20px 27px 20px;
    margin-top: 20px;
}


/*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/

.career-page .main-screen {
    padding-top: 236px;
    padding-bottom: 367px;
    background-image: url('../images/career/career-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.career-page .career-main__title {
    
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 112%;
    color: #000000;
    margin-bottom: 40px;
}

.career-page .career-main__title .accent {
    color: #8F4DED;
}

.career-page .main-screen .btn-groups {
    max-width: 614px;
    gap: 20px;
}

.career-page .main-screen .btn-groups .btn-main {
    max-width: inherit;
    padding: 21px 12px;
}

.career-page .text-info-block {
    margin-top: 160px;
    margin-bottom: 80px;
}

.career-page .text-info-block__wrap {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    border-radius: 30px;
    max-width: 1520px;
    margin: 0 auto;
    padding: 100px 128px;
}

.career-page .text-info-block__wrap .text {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.career-page .join-us {
    margin-top: 160px;
    margin-bottom: 60px;
    padding: 0;
}

.career-page .join-us__title {
    margin-bottom: 60px;
    text-align: center;
    
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 112%;
    color: #070417;
}

.career-page .join-us__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
    margin: 0 auto;
    gap: 37px 5px;
}

.career-page .join-us__item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.career-page .join-us__item .icon-img {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    border-radius: 100px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-page .join-us__item .name {
    
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #000000;
    margin-top: 10px;
}

.career-page .cv-block {
    margin-top: 100px;
    padding: 0;
    background: url('../images/career/cv-manager.png') no-repeat 50px/contain, url('../images/career/cv-bg.jpg') no-repeat center/cover;
}

.career-page .cv {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    max-width: 825px;
    margin-left: auto;
    padding-bottom: 125px;
    position: relative;
    bottom: -100px;
}

.career-page .cv__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
}

.career-page .cv__title {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    border-radius: 30px 30px 0px 0px;
    padding-top: 75px;
    padding-bottom: 85px;
    text-align: center;
    
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.career-page .cv__input {
    background: #F4F4F4;
    border-radius: 2px;
    border: none;
    width: 100%;
    padding: 25px 20px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}

.career-page .cv__input.cv__input-file {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    top: calc(50% - 1px);
    left: calc(50% - 75px);
}

.career-page .cv__input::placeholder {
    color: #9DA4B7;
}

.career-page .cv__btn {
    line-height: 140%;
    letter-spacing: .02em;
    color: #fff;
    background: var(--cs-text-2);
    border-radius: 4px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 21px 32px;
    max-width: inherit;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    border: 1px solid transparent;
    display: block;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.career-page .cv__btn:hover {
    background: var(--cs-violet-bright);
    border: 1px solid var(--cs-violet-bright);
}

.career-page .cv__open-file {
    width: 100%;
    position: relative;
}

.career-page .open-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.career-page .label-req,
.career-page .open-file__btn {
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #9DA4B7;
}

.career-page .opem-file__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 200px;
    width: 100%;
}

.career-page .opem-file__group .max-size,
.career-page .open-file__descript {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}

.career-page .open-file__descript {
    margin-bottom: 0;
    max-width: 222px;
}

.career-page .open-file__btn {
    color: #666666;
    background: #F9F9F9;
    border: 1px solid #CFD4E9;
    border-radius: 2px;
    max-width: 200px;
    width: 100%;
    padding: 12px 10px;
    transition: all ease-in-out .4s;
}

.career-page .open-file__btn:hover {
    background: var(--cs-violet-main);
    color: var(--cs-white);
}

.career-page .open-file .open-file__btn .choosed {
    display: none;
}

.career-page .open-file.open-file--success .open-file__btn {
    color: green;
    border: 1px solid green;
}

.career-page .open-file.open-file--success .open-file__btn:hover {
    background: transparent;
}

.career-page .open-file.open-file--empty .open-file__btn {
    color: red;
    border: 1px solid red;
}

.career-page .open-file.open-file--empty .label-req {
    color: red;
}

.career-page .open-file.open-file--success .open-file__btn .choose {
    display: none;
}

.career-page .open-file.open-file--success .open-file__btn .choosed {
    display: block;
}

.career-page .page-cards {
    padding-top: 250px;
    padding-bottom: 125px;
    background: #F4F4F4;
}

.career-page .page-cards__container {
    max-width: 1100px;
    margin: 0 auto;
}

.career-page .page-card {
    background: url('../images/career/rocket.svg') no-repeat right/contain, linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
    border-radius: 30px;
    padding: 116px 75px;
}

.career-page .page-card.page-card--reverse {
    background: url('../images/career/present.svg') no-repeat left/contain, linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
}

.career-page .page-card.page-card--reverse .page-card__content {
    max-width: 510px;
    margin-left: auto;
}

.career-page .page-card:not(:last-child) {
    margin-bottom: 50px;
}

.career-page .page-card__title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 112%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.career-page .page-card__text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 70px;
}

.career-page .page-card__btn {
    
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    background: #FFFFFF;
    border-radius: 4px;
    display: block;
    max-width: 300px;
    padding: 22px 10px;
    transition: all ease-in-out .4s;
}

.career-page .page-card__btn:hover {
    background: #070417;
    color: #fff;
}


/*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW PAGE ERROR 404 STYLES START  -=-=-=-=-=-=-=-=*/

.error-page {
    margin-top: 115px;
    padding-top: 200px;
    padding-bottom: 140px;
    background: url('../images/page-error/error-bg.jpg') no-repeat center/cover;
}

.error-page .error-page__content {
    max-width: 442px;
    margin: 0 auto;
}

.error-page .error-page__title-img {
    margin-bottom: 0;
}

.error-page .error-page__title {
    margin-top: 40px;
    margin-bottom: 16px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 112%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.error-page .error-page__text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 100px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
}

.error-page.main-screen .btn-groups {
    max-width: 336px;
    margin: 0 auto;
    gap: 20px;
}

.error-page.main-screen .btn-groups .btn-main {
    font-size: 18px;
    line-height: 25px;
    max-width: inherit;
    padding: 15px 10px;
}

.error-page .main-screen .btn-groups .btn-main--white {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #fff;
}

.error-page .main-screen .btn-groups .btn-main--white:hover {
    background: #fff;
    color: #070417;
    border: 2px solid #FFFFFF;
}


/*-=-=-=-=-=-=-=-  NEW PAGE ERROR 404 STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/

.page-platforms {
    margin-top: 115px;
}

.page-platforms .platforms {
    background: #F4F4F4;
}

.page-platforms .platforms__container {
    background: #E0E0E0;
    border-radius: 30px;
    padding: 75px;
}

.page-platforms .platforms__content {
    max-width: 670px;
}

.page-platforms .platforms__title {
    font-size: 80px;
    color: var(--cs-text);
}

.page-platforms .platforms__text {
    color: var(--cs-text);
    margin-top: 24px;
    margin-bottom: 40px;
}

.page-platforms .platforms .btn-main {
    font-size: 22px;
    font-weight: 700;
}

.page-platforms .platforms__images {
    max-width: inherit;
}

.page-platforms .platforms .list__item::before {
    content: none;
}

.page-platforms .platforms .list__item::after {
    background-image: url('../images/platforms/checked.svg');
    width: 36px;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
}

.page-platforms .platforms .list {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.page-platforms .platforms .list__item {
    font-size: 36px;
    line-height: 66px;
    color: var(--cs-text);
    padding-left: 75px;
}

.page-platforms .platforms .subtitle {
    margin-bottom: 40px;
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-platforms .platforms__downloads .device {
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    border-radius: 4px;
    padding: 40px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.page-platforms .platforms__downloads .device:hover {
    background: linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
}

.page-platforms .platforms__downloads .device__icon .icon {
    fill: var(--cs-white);
}


/* .page-platforms .platforms__downloads .device:hover .device__icon .icon {
    fill: var(--cs-text-2);
} */

.page-platforms .support .subtitle {
    margin-top: 0;
    font-weight: 500;
    line-height: 112%;
    margin-bottom: 24px;
    font-size: 50px;
    text-align: center;
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-platforms .support .text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--cs-text);
    margin-bottom: 0;
    max-width: 1326px;
    margin-left: auto;
    margin-right: auto;
}


/*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/

.page-funding {
    margin-top: 115px;
}

.page-funding .page-funding__bg {
    background-image: url('../images/funding/funding-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.page-funding .page-funding__bg .title {
    line-height: 112%;
}

.page-funding .payments {
    padding: 100px 0;
    background: #F2F6FA;
}

.page-funding .payments .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 112%;
    color: var(--cs-text);
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}

.page-funding .payments__block {
    display: none;
    max-width: 1664px;
    margin: 0 auto;
    position: relative;
}

.page-funding .payments__block--active {
    display: block;
}

.page-funding .payments__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page-funding .payments__btn {
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 30px 30px 0px 0px;
    cursor: pointer;
    
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #BBBBBB;
    border: none;
    padding: 18px;
    max-width: 822px;
    width: 100%;
}

.page-funding .payments__btn--active {
    background: #FFFFFF;
}

.page-funding .payments__btn--active .text {
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-funding .payments__container {
    background: #fff;
    padding: 80px 0;
    position: relative;
}

.page-funding .payment-link {
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    border-radius: 4px;
    border: 2px solid #884EDC;
    padding: 15px 5px;
    min-width: 317px;
    max-width: 317px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 20px;
    transition: all ease-in-out .4s;
}

.page-funding .payment-link:hover {
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
    /*border: 2px solid #fff;*/
}

.page-funding .payments__table .t-title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: var(--cs-text);
    margin-bottom: 40px;
    display: block;
}

.page-funding .payments__table td {
    min-width: 330px;
    padding: 8px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: var(--cs-text);
}

.page-funding .payments__table table {
    text-align: center;
}

.page-funding .payments__table table .line:nth-child(even) td {
    background: #F2F6FA;
}

.page-funding .payments__table table .line:nth-child(odd) td {
    background: #FBFBFB;
}

.page-funding .payments__table .payment-img {
    padding-left: 100px;
    text-align: left;
}

.page-funding .payments__table .time-td {
    padding-left: 100px;
}

.page-funding .payments__table .time-td .time {
    max-width: 190px;
    display: block;
    text-align: left;
    padding-left: 35px;
    position: relative;
}

.page-funding .payments__table .time-td .time::before {
    content: "";
    position: absolute;
    background-image: url('../images/funding/time.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 19px;
    height: 18px;
    left: 0;
    top: calc(50% - 9px);
}

.page-funding .payments__table .line {
    border-bottom: 13px solid #fff;
}

.page-funding .table-text {
    margin-top: 0;
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--cs-text);
}

.page-funding .payments__table-fixed {
    display: none;
    position: absolute;
    background: #fff;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 0px;
    top: 0;
    align-items: center;
    flex-direction: column;
}

.page-funding .payments__table-fixed .p-title,
.page-funding .payments__table-fixed .payment-img {
    height: 60px;
    margin-bottom: 10px;
}

.page-funding .payments__table .t-title.arrow {
    position: relative;
}

.page-funding .payments__table .t-title.arrow::before {
    content: none;
    position: absolute;
    background-image: url('../images/funding/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
}

.page-funding .payments__table .t-title.arrow-revert::before {
    left: inherit;
    right: 0;
    transform: rotate(180deg);
    right: 22px;
    top: calc(50% - 6px);
}

.page-funding .payments__table.withdraw .time-td .time {
    max-width: inherit;
}

.page-funding .payments__table.withdraw .time-td {
    padding-left: 0;
}


/*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/

.main-screen.fourth {
    background: linear-gradient(90.25deg, #8A47EE 41.64%, #6D43E1 99.8%);
}

.main-screen.fourth .text {
    margin-top: 0;
    margin-bottom: 0;
}

.main-screen.fourth .title {
    color: var(--cs-white);
    margin-bottom: 40px;
    max-width: 840px;
}

.main-screen.fourth .btn-main {
    max-width: 300px;
}

.main-screen.fourth .main-screen__left {
    max-width: inherit;
}


/*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/

.page-ib {
    margin-top: 115px;
}

.ib__main {
    padding: 265px 0;
    background-image: url('../images/ib/ib-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.ib__main .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 112%;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 24px;
}

.ib__main .text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 0;
}

.making {
    padding-top: 140px;
    padding-bottom: 70px;
}

.making .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 112%;
    text-align: center;
    color: var(--cs-text);
    margin-top: 0;
    margin-bottom: 60px;
}

.making .making__container {
    max-width: 1664px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.making .making__container .item {
    padding: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-width: 822px;
    width: 100%;
    height: 410px;
}

.making .making__container .item25 {
    background-image: url('../images/ib/25bg.jpg');
}

.making .making__container .item5000 {
    background-image: url('../images/ib/5000bg.jpg');
}

.making .making__container .item .info {
    
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 112%;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 44px;
}

.making .making__container .item .btn-main--white {
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: .02em;
    border-radius: 4px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 18px 15px;
    width: 100%;
    cursor: pointer;
    display: block;
    max-width: 284px;
    color: var(--cs-text-2);
    background: var(--cs-white);
    text-align: center;
}

.making .making__container .item .btn-main--white:hover {
    border: none;
    background: var(--cs-text-2);
    color: var(--cs-white);
}

.ib .steps {
    padding-top: 70px;
    padding-bottom: 140px;
    padding-left: 0;
    padding-right: 0;
}

.ib .steps .title {
    font-size: 50px;
    margin-bottom: 80px;
}

.ib .steps__container {
    max-width: inherit;
    margin-bottom: 60px;
}

.ib .steps .step__number {
    width: 100px;
    height: 100px;
    font-size: 50px;
    padding-top: 5px;
}

.ib .steps .step__name {
    margin-top: 40px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ib .steps .step__descript {
    max-width: inherit;
}

.ib .steps .step--dashed::before {
    content: none;
}

.ib .steps .step--dashed::after {
    right: -750px;
    top: 50px;
    width: 1515px;
}

.ib .steps .btn-main {
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: .02em;
    border-radius: 4px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 18px 15px;
    width: 100%;
    cursor: pointer;
    display: block;
    max-width: 284px;
    color: var(--cs-white);
    background: -webkit-gradient(linear, left top, right top, from(#8f4ded), color-stop(100.02%, #6d43e1));
    background: -o-linear-gradient(left, #8f4ded 0, #6d43e1 100.02%);
    background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%);
    text-align: center;
    margin: 0 auto;
}

.ib .steps .btn-main:hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--cs-text-2)), color-stop(100.02%, var(--cs-text-2)));
    background: -o-linear-gradient(left, var(--cs-text-2) 0, var(--cs-text-2) 100.02%);
    background: linear-gradient(90deg, var(--cs-text-2) 0, var(--cs-text-2) 100.02%);
}

.ib .request {
    padding: 136px 0;
    background-image: url('../images/ib/corridor-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ib .request__container-ib {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
}

.ib .request__content .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 24px;
}

.ib .request__content .text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 0;
}

.ib .request__form {
    max-width: 575px;
}

.ib .request__form .form__input:not(:last-child) {
    margin-bottom: 17px;
}

.ib .request__form .form__input {
    font-size: 21px;
    border-radius: 2px;
    padding-top: 23px;
    padding-bottom: 28px;
}

.ib .form .form__btn {
    margin-top: 34px;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    padding: 23px 32px;
    background: -webkit-gradient(linear, left top, right top, from(#8f4ded), color-stop(100.02%, #6d43e1));
    background: -o-linear-gradient(left, #8f4ded 0, #6d43e1 100.02%);
    background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%);
}

.ib .form .form__btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#6B2AC8), color-stop(100.02%, #5127C6));
    background: -o-linear-gradient(left, #6B2AC8 0, #5127C6 100.02%);
    background: linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
    color: var(--cs-white);
}


/*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW MOBILE NAV MENU STYLES START  -=-=-=-=-=-=-=-=*/

.header .mobile-menu .mobile-menu__container {
    overflow-y: auto;
}

.header .mobile-menu .nav ul li.parent a {
    max-width: max-content;
    padding-right: 15px;
    text-fill-color: #fff;
    -webkit-text-fill-color: #fff;
}

.header .mobile-menu .nav .menu li.parent > a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--cs-white);
    top: calc(50% + 2px);
    right: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.header .mobile-menu .nav .menu li.parent > a.open:after {
    transform: rotate(45deg);
}

.header .mobile-menu .nav ul li.parent ul {
    position: static;
    background: transparent;
    transform: translate(0);
    margin-left: 20px;
    opacity: 1;
    pointer-events: all;
}

.header .mobile-menu .nav ul li.parent ul li {
    margin-top: 10px;
}

.header .mobile-menu .nav ul li.parent ul li:first-child {
    margin-top: 0;
}

.header .mobile-menu .nav ul li.parent ul li a {
    font-size: 24px;
}


/*-=-=-=-=-=-=-=-  NEW MOBILE NAV MENU STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/

.forex-page {
    margin-top: 115px;
}

.forex {
    padding: 160px 0;
    text-align: center;
}

.forex .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 112%;
    color: var(--cs-text);
    margin-top: 0;
    margin-bottom: 0;
}

.forex__image .img-responsive {
    margin: 0 auto;
}

.forex__image {
    margin: 10px 0;
}

.forex .text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: var(--cs-text);
    margin-bottom: 60px;
}

.forex-page .btn-main {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: .02em;
    border-radius: 4px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 18px 15px;
    width: 100%;
    cursor: pointer;
    display: block;
    max-width: 300px;
    color: var(--cs-white);
    background: -webkit-gradient(linear, left top, right top, from(#8f4ded), color-stop(100.02%, #6d43e1));
    background: -o-linear-gradient(left, #8f4ded 0, #6d43e1 100.02%);
    background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%);
    text-align: center;
    margin: 0 auto;
}

.forex-page .btn-main:hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--cs-text-2)), color-stop(100.02%, var(--cs-text-2)));
    background: -o-linear-gradient(left, var(--cs-text-2) 0, var(--cs-text-2) 100.02%);
    background: linear-gradient(90deg, var(--cs-text-2) 0, var(--cs-text-2) 100.02%);
}

.pairs {
    background: url('../images/forex/currency-pairs-bg.png') no-repeat right/contain, #F4F4F4;
}

.pairs .pairs__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pairs .pairs__content {
    max-width: 822px;
}

.pairs .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 112%;
    color: var(--cs-text);
    margin-bottom: 0;
}

.pairs .text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--cs-text);
    margin-top: 30px;
    margin-bottom: 60px;
}

.forex-page .pairs .btn-main {
    margin-left: 0;
}

.forex-page .pairs .btn-main:hover {
    background: linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
}

.currencies-info {
    padding: 160px 0;
}

.currencies-info .currencies-info__container {
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    border-radius: 30px;
    padding: 100px 0 100px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.currencies-info .curr-info {
    max-width: 990px;
}

.currencies-info .curr-info__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.currencies-info .curr-info .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 112%;
    color: var(--cs-white);
    margin-bottom: 60px;
    max-width: 729px;
}

.currencies-info .curr-info .item {
    max-width: 485px;
}

.currencies-info .curr-info .item__title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 112%;
    color: var(--cs-white);
    margin-top: 9px;
    margin-bottom: 18px;
}

.currencies-info .curr-info .item__text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 112%;
    color: var(--cs-white);
    margin-bottom: 0;
}

.currencies-info .img-tablet,
.currencies-info .img-mob {
    display: none;
}

.ready {
    background: #070417;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    padding: 137px 0;
    text-align: center;
}

.ready .title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 53px;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 0;
}

.ready .text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--cs-white);
    margin-top: 24px;
    margin-bottom: 40px;
}

.ready .btn-groups {
    max-width: 540px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.ready .btn-groups .btn-main--white {
    background: linear-gradient(90deg, var(--cs-white) 0%, var(--cs-white) 100.02%);
    color: var(--cs-text);
}

.ready .btn-groups .btn-main:hover {
    background: linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
    color: var(--cs-white);
}


/*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW SEO STYLES START  -=-=-=-=-=-=-=-=*/

.seo-title {
    opacity: 0;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 1024.1px) {
    .header .nav .menu .item-148 a,
    .header .nav .menu .item-123 a,
    .header .nav .menu .item-182 a {
        pointer-events: none;
    }
}

.header .nav .menu .item-148 .nav-child a,
.header .nav .menu .item-123 .nav-child a,
.header .nav .menu .item-182 .nav-child a {
    pointer-events: all;
}


/*-=-=-=-=-=-=-=-  NEW SEO PAGE STYLES END  -=-=-=-=-=-=-=-=*/

.header .nav ul li.parent ul {
    visibility: hidden;
}

.header .nav ul li.parent:hover ul {
    visibility: visible;
}

.header .mobile-menu .nav ul li.parent ul {
    visibility: visible;
}


/*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/

.main-screen.fifth {
    background-image: url('../../../images/home/main-screen/forex-expo-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-screen.fifth::after {
    content: "";
    position: absolute;
    background-image: url('../../../images/home/main-screen/forex-expo-logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 230px;
    height: 140px;
    top: 50px;
    right: 100px;
}

.main-screen.fifth .main-screen__container {
    margin-bottom: 140px;
}

.main-screen.fifth .above-label {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.main-screen.fifth .title {
    font-size: 70px;
}

.main-screen.fifth .text {
    font-size: 24px;
    line-height: 34px;
    max-width: inherit;
}

.main-screen.fifth .btn-main.btn-main--white {
    max-width: 260px;
    font-size: 18px;
    line-height: 150%;
    padding: 16px;
}


/*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/


/*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/

.platforms__downloads {
    grid-template-columns: repeat(5, 1fr);
    max-width: inherit;
    gap: 15px;
}

.platforms__btns-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.platforms__downloads .device .icon {
    color: #8f4ded;
}

.platforms__downloads .device:hover .icon {
    color: #fff;
}

.platforms__btns-group .btn-main--black {
    background: linear-gradient(90deg, #070417 0%, #000000 100.02%);
}

.platforms__btns-group .btn-main--black:hover {
    background: linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
}


/*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/

.web-terminal {
    margin-top: 100px;
}

.web-terminal .subtitle {
    margin-top: 0;
    font-weight: 500;
    line-height: 112%;
    margin-bottom: 24px;
    font-size: 50px;
    text-align: center;
    background: linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#webterminal {
    width: 100%;
    height: 600px;
}

.footer__container {
    align-items: flex-start;
    gap: 50px;
}

.footer .nav ul {
    flex-wrap: wrap;
    max-width: 900px;
    justify-content: flex-start;
}

.terms-section table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    margin-bottom: 20px;
}

.terms-section table thead th {
    padding: 10px;
    text-align: center;
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    color: var(--cs-white);
    border: 1px solid var(--cs-violet-main);
}

.terms-section table tbody td {
    padding: 10px;
    font-size: 16px;
    border: 1px solid var(--cs-text-2);
}

.page-policy .intro .title {
    font-size: 50px;
}

.page-bonus.page-policy .terms-section .title.grad {
    font-size: 40px;
}


/* new Account types table START */

.acc-types table td:first-of-type,
.acc-types table tr:first-child td:first-of-type:before {
    background: #B19DE7;
}

.acc-types table td:nth-of-type(2),
.acc-types table tr:first-child td:nth-of-type(2):before {
    background: #9B7DE3;
}

.acc-types table td:nth-of-type(3),
.acc-types table tr:first-child td:nth-of-type(3):before {
    background: #8560DE;
}

.acc-types table td:nth-of-type(4),
.acc-types table tr:first-child td:nth-of-type(4):before {
    background: #875BE7;
}

.acc-types table td:nth-of-type(5),
.acc-types table tr:first-child td:nth-of-type(5):before {
    background: #CF93F8;
}

.acc-types table td:nth-of-type(6),
.acc-types table tr:first-child td:nth-of-type(6):before {
    background: #B361EB;
}

.acc-types table td:last-of-type,
.acc-types table tr:first-child td:last-of-type:before {
    background: #8F4DED;
}

.acc-types {
    position: relative;
}

.acc-types .wrapper {
    max-width: 1700px;
}

.acc-types table td {
    min-width: 294px;
}

.acc-types .table-wrap {
    overflow-y: auto;
    transition: all ease-in-out .4s;
}

.acc-types .table-btns-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #F4F7FB;
    width: 380px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 11;
}

.acc-types .btn-left svg {
    transform: rotate(180deg);
}

.acc-types .table-btns-control button {
    transition: all ease-in-out .4s;
}

.acc-types .table-btns-control button:disabled {
    opacity: .5;
}

.accounts .account__name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.accounts .account .account__header {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.accounts .account.standard .account__header {
    background-color: #B19DE7;
}

.accounts .account.swap .account__header {
    background-color: #9B7DE3;
}

.accounts .account.zero .account__header {
    background-color: #8560DE;
}

.accounts .account.pro .account__header {
    background-color: #6F43D6;
}

.accounts .account.bonus-small .account__header {
    background-color: #CF93F8;
    box-shadow: 0px 4px 10px transparent;
}

.accounts .account.bonus-full .account__header {
    background-color: #B361EB;
    box-shadow: 0px 4px 10px transparent;
}

.accounts .account.pamm .account__header {
    background-color: #8F4DED;
}

.accounts__container--slider {
    position: relative;
}

.accounts .accounts__container--slider .accounts-btn {
    width: 56px;
    height: 56px;
    border: 3px solid #8F4DED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts .accounts__container--slider .accounts-btn::after {
    content: none;
}

.accounts .accounts__container--slider .accounts-btn.swiper-button-prev {
    left: -100px;
}

.accounts .accounts__container--slider .accounts-btn.swiper-button-prev svg {
    transform: rotate(180deg);
}

.accounts .accounts__container--slider .accounts-btn.swiper-button-next {
    right: -100px;
}

.accounts .accounts__container--slider .swiper-pagination {
    position: static;
    margin-top: 70px;
}

.accounts .accounts__container--slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #D9D9D9;
}

.accounts .accounts__container--slider .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
}


/* new Account types table END */


/* TRUSTED PARTNER START */

.trusted-partner {
    padding: 158px 0;
}

.trusted-partner .trusted-partner__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.trusted-partner h2 {
    font-weight: 500;
    font-size: 62px;
    line-height: 112%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.trusted-partner p {
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.trusted-partner .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F6FA;
    border-radius: 10px;
    max-width: 316px;
    min-width: 316px;
    max-height: 110px;
    min-height: 110px;
}


/* TRUSTED PARTNER END */


/* AWARDS START */

.awards {
    background-image: url('../images/home/awards/awards-bg-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 65px;
}

.awards__container {
    /*max-width: 1900px;*/
    /*margin: 0 auto;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(6, 1fr);*/
    /*gap: 20px;*/
    /*position: relative;*/
}

.awards__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 112%;
    color: var(--cs-white);
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.award {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.award h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--cs-white);
    margin-top: 20px;
    margin-bottom: 0;
}

.award h3 span {
    font-weight: 400;
    font-size: 22px;
    display: block;
}

.award img {
    margin-top: auto;
    object-fit: none;
    max-width: none;
    width: auto;
    height: 100%;
}


/* AWARDS END */

.accept__container {
    max-width: inherit;
}

.accept__bottom,
.accept__container,
.accept__top {
    gap: 90px;
}

.page-funding .payments__table .payment-img img {
    max-width: 85px;
}

.main-screen.fifth.forex-expo::after {
    content: none;
}

.main-slider .main-screen.fifth.forex-expo {
    background: linear-gradient(90deg, #8049E8 51.26%, rgba(109, 67, 225, 0) 109.83%), url('../images/home/main-screen/forex-expo-banner.png') no-repeat center right/contain, linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    padding-top: 195px;
    padding-bottom: 157px;
}

.economic-calendar .dark-mode {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    display: block;
    max-width: fit-content;
    margin-left: auto;
    padding-left: 40px;
    cursor: pointer;
    position: relative;
}

.economic-calendar .dark-mode span::before,
.economic-calendar .dark-mode span::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.economic-calendar .dark-mode span::before {
    width: 30px;
    height: 30px;
    border: 4px solid #8F4DED;
    left: 0;
}

.economic-calendar .dark-mode span::after {
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    left: 10px;
    transition: all ease-in-out .4s;
    opacity: 0;
}

.economic-calendar .dark-mode input {
    display: none;
}

.economic-calendar .dark-mode input:checked + span::after {
    opacity: 1;
}

.enquiry-content-pad .radiobtns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.enquiry-content-pad .radiobtns span {
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.enquiry-content-pad .radiobtns input {
    display: none;
}

.enquiry-content-pad .radiobtns span::before,
.enquiry-content-pad .radiobtns span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.enquiry-content-pad .radiobtns span::before {
    width: 15px;
    height: 15px;
    border: 1px solid #8F4DED;
    left: 0;
}

.enquiry-content-pad .radiobtns span::after {
    width: 7px;
    height: 7px;
    background-color: #8F4DED;
    left: 4px;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.enquiry-content-pad .radiobtns input:checked + span::after {
    opacity: 1;
}
.btn-reset.btn-main{
    width: auto;
}

.lang_block {
    margin: 0 0px 10px 0;
    text-align: end;
}

.lang_block span
.lang_block span a {
    color: rgb(143, 77, 237);
    display: block;
}

.mobile-menu__content .lang_block span a {
    color: #fff;
}

.header__right a {
    white-space: nowrap;
}

.lang_dropdown {
    display: none;
    display: block;
}

.lang_block {
    position: relative;
    margin: 0;
}

.lang_block__active-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    border: none !important;
}

.lang_block__all-lang {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    top: 50px;
    left: 0;
    background: #fff;
    border-radius: 4px;
    width: 107px;
    text-align: center;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.4s;
    z-index: 120;
}

.lang_block__all-lang span {
    transition: all 0.4s;
}

.lang_block__all-lang .lang_block__btn:hover {
    border: 2px solid #EDEDED;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


@media (min-width: 1024px) {
    .lang_block__active-btn:hover + .lang_block__all-lang__outer .lang_block__all-lang,
    .lang_block__all-lang:hover {
        opacity: 1;
        visibility: visible;
        justify-content: center;
        display: flex;
        flex-direction: column;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {
    .lang_block__active-btn__hover .lang_block__all-lang {
        opacity: 1;
        visibility: visible;
        width: 100%;
        display: block;
        position: absolute;
        top: -350px;
        height: 600px;
    }
}

.lang_block__btn {
    margin: 0 5px;
    font-size: 18px;
    display: flex;
    padding: 7px 0px;
    border: 2px solid transparent;
}

.lang_block__btn_val {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-fill-color: initial;
    -webkit-text-fill-color: initial;
    position: relative;
    padding-inline-start: 10px;
}

.lang_block__btn a {
    display: block;
    text-align: center;
    width: 100%;
}

.lang_active .lang_block__btn_val::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--cs-text);
    top: calc(50% + 2px);
    right: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.lang_active .lang_block__btn_val {
    padding: 0 10px;
}
.lang_block__all-lang .lang_block__active-btn{
    display: none;
}
.lang_block__all__icon{
    display: none;
}

.demo .demo__container{
    background: rgb(248 250 252);
    display: inline-block;
    min-width: 300px;
    padding-inline-end: 50px;
    padding-block-end: 50px;
}
.disclaimer-popup{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e7e7e7;
    padding: 3px 10px;
    padding-inline-end: 15px;
    display: none;
}
.disclaimer-popup:after{
    content: 'x';
    position: absolute;
    right: 4px;
    top: -4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.faq-page .request__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}
.faq-page .request__form__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
}
.faq-page .request__form__title span {
    font-weight: 600;
}
.faq-page .request__form .form {
    width: 670px;
}

#uForm__message-text_4{
    color: #000000;
}

button.btn-reset.btn-fixed {
                 display: none;
                 }


/* START popup-device */
.popup-device{
    display: none;
    position: absolute;
    width: 100%;
    height: 80px;
    top: 90px;
    left: 0;
    z-index: 1000;
    background: #F3F3F3;
    text-align: center;
}
.popup-device__active {
    display: flex;
}

.popup-device_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 100%;
    padding: 0 15px;
}
.popup-device_title{
    font-size: 22px;
    font-weight: 600;
}
.popup-device_title span{
    font-size: 14px;
    display: block;
    font-weight: 400;
    color:  #000000;
    opacity: 0.6;
}
.popup-device__close{
    background: url(../icon/x.svg) no-repeat center;
    width: 30px;
    height: 30px;
    margin-inline-end: 15px;
}
.popup-device__d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-device .btn-main{
    width: 120px;
    height: 40px;
    background: #000;
    color: #fff;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#8f4ded), color-stop(100.02%, #6d43e1));
    background: -o-linear-gradient(left, #8f4ded 0, #6d43e1 100.02%);
    background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END popup-device */

/* START BTN */
.btn {
    display: inline-flex;
    background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%);
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #6B2AC8 0, #5127C6 100.02%);
}
/* END BTN */



@media (max-width: 2560px) {
    .header__right .btn-main {
        padding: 25px 32px;
    }
    .popup-device__active {
        display: none;
    }

        .acc-types .table-btns-control {
        width: 250px;
    }
}

@media (max-width: 2200px) {
    .accounts .accounts__container--slider .accounts-btn.swiper-button-prev {
        left: -30px;
    }

    .accounts .accounts__container--slider .accounts-btn.swiper-button-next {
        right: -30px;
    }
}

@media (max-width: 1920px) {
}

    .acc-types .table-btns-control {
        gap: 10px;
        width: 100%;
        height: inherit;
        background-color: transparent;
        justify-content: space-between;
        padding: 0 16px;
    }

    .btn-fixed.btn-fixed--active {
        right: 260px;
    }

    .main-info__container .item__accent img {
        max-height: 45px;
    }

    .header__right .btn-main {
        padding: 17px 24px;
    }

    .main-screen.main-screen-gr-1 .main-screen__right {
        margin-right: -56px;
    }

    .demo {
        background: url('../../../images/home/demo/four-phones.webp') right/contain no-repeat, rgba(242, 246, 250, .5);
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding: 160px 0;
    }

    .faq-page .request {
        padding: 125px 0;
    }

    .faq-page .request__form .form__input:not(:last-child) {
        margin-bottom: 17px;
    }

    .faq-page .request__form .form__input {
        padding: 18px 17px;
        font-size: 18px;
    }

    .faq-page .request__form .form__btn {
        line-height: 24px;
        padding: 18px 32px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen {
        padding-top: 190px;
        padding-bottom: 305px;
    }

    .career-page .career-main__title {
        font-size: 70px;
        margin-bottom: 24px;
    }

    .career-page .main-screen .btn-groups {
        max-width: 410px;
        gap: 16px;
    }

    .career-page .main-screen .btn-groups .btn-main {
        padding: 17px 12px;
        line-height: 24px;
    }

    .career-page .text-info-block {
        margin-top: 110px;
        margin-bottom: 50px;
    }

    .career-page .join-us {
        margin-top: 100px;
        margin-bottom: 0px;
    }

    .career-page .join-us__title {
        font-size: 46px;
    }

    .career-page .join-us__item .name {
        font-size: 30px;
    }

    .career-page .cv-block {
        margin-top: 75px;
    }

    .career-page .cv {
        max-width: 660px;
        padding-bottom: 100px;
        bottom: -85px;
    }

    .career-page .cv__title {
        font-size: 46px;
        padding: 60px 0;
    }

    .career-page .cv__form {
        padding-top: 80px;
        max-width: 460px;
    }

    .career-page .cv__input {
        margin-bottom: 16px;
        padding: 18px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .career-page .label-req {
        font-size: 16px;
    }

    .career-page .open-file__descript {
        font-size: 12px;
        max-width: 178px;
    }

    .career-page .opem-file__group .max-size {
        font-size: 12px;
    }

    .career-page .open-file__btn {
        font-size: 16px;
    }

    .career-page .cv__btn {
        margin-top: 40px;
        font-size: 18px;
        padding: 16px 12px;
    }

    .career-page .page-cards {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .career-page .page-cards__container {
        max-width: 878px;
    }

    .career-page .page-card.page-card--reverse .page-card__content {
        max-width: 386px;
    }

    .career-page .page-card {
        padding: 90px 60px;
    }

    .career-page .page-card:not(:last-child) {
        margin-bottom: 40px;
    }

    .career-page .page-card__title {
        font-size: 46px;
    }

    .career-page .page-card__text {
        font-size: 24px;
        margin-top: 18px;
        margin-bottom: 50px;
    }

    .career-page .page-card__btn {
        font-size: 18px;
        max-width: 240px;
        padding: 15px 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/
    .page-platforms {
        margin-top: 100px;
    }

    .page-platforms .platforms__content {
        max-width: 522px;
    }

    .page-platforms .platforms__title {
        font-size: 60px;
    }

    .page-platforms .platforms .btn-main {
        font-size: 18px;
    }

    .page-platforms .platforms .list {
        max-width: 970px;
    }

    .page-platforms .platforms .list__item::after {
        width: 27px;
        height: 18px;
        top: calc(50% - 9px);
    }

    .page-platforms .platforms .list__item {
        font-size: 30px;
        line-height: 54px;
        padding-left: 47px;
    }

    .page-platforms .platforms .subtitle {
        margin-bottom: 30px;
    }

    .page-platforms .platforms__downloads .device {
        padding: 30px;
    }

    .page-platforms .support .subtitle {
        line-height: 66px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding .page-funding__bg {
        padding-top: 130px;
        padding-bottom: 180px;
    }

    .page-funding .payment-link {
        font-size: 18px;
        max-width: 237px;
        min-width: 237px;
    }

    .page-funding .payments__block {
        max-width: 1520px;
    }

    .page-funding .payments__table td {
        font-size: 18px;
    }

    .page-funding .payments__table .t-title {
        font-size: 18px;
    }

    .page-funding .payments__table td {
        min-width: 316px;
        max-width: 316px;
    }

    .page-funding .payments__btn {
        font-size: 22px;
        max-width: 750px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .main-screen.fourth .title {
        max-width: 680px;
    }

    .main-screen.fourth .btn-main {
        max-width: 240px;
        padding: 16px 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .page-ib {
        margin-top: 100px;
    }

    .ib__main {
        padding-top: 170px;
        padding-bottom: 217px;
    }

    .making {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .making .making__container {
        gap: 20px;
    }

    .making .making__container .item {
        padding: 44px;
        height: 374px;
    }

    .making .making__container .item .info {
        margin-bottom: 40px;
    }

    .making .making__container .item .btn-main--white {
        font-size: 18px;
        padding: 17px 15px;
        max-width: 260px;
    }

    .ib .steps {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .ib .steps .title {
        margin-bottom: 70px;
    }

    .ib .steps .step__name {
        font-size: 36px;
        line-height: 112%;
    }

    .ib .steps .step__descript {
        max-width: 365px;
        font-size: 24px;
        line-height: 112%;
        height: 81px;
    }

    .ib .steps .step--dashed::after {
        right: -550px;
        width: 1160px;
    }

    .ib .steps .btn-main {
        max-width: 260px;
        font-size: 18px;
        padding: 17px 15px;
    }

    .ib .request {
        padding: 109px 0;
    }

    .ib .request__form {
        max-width: 460px;
    }

    .ib .request__form .form__input:not(:last-child) {
        margin-bottom: 14px;
    }

    .ib .request__form .form__input {
        font-size: 16px;
        padding: 18px;
    }

    .ib .form .form__btn {
        margin-top: 26px;
        font-size: 18px;
        padding: 17px 32px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/
    .forex {
        padding: 100px 0;
    }

    .forex .text {
        max-width: 718px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .forex-page .btn-main {
        max-width: 240px;
        font-size: 18px;
    }

    .pairs {
        padding: 134px 0;
    }

    .pairs .pairs__content {
        max-width: 622px;
    }

    .pairs .title {
        font-size: 50px;
    }

    .pairs .text {
        font-size: 18px;
        line-height: 27px;
        margin-top: 24px;
        margin-bottom: 40px;
    }

    .pairs .pairs__images {
        max-width: 750px;
    }

    .currencies-info {
        padding: 100px 0;
    }

    .currencies-info .curr-info {
        max-width: 846px;
    }

    .currencies-info .curr-info .title {
        font-size: 50px;
        margin-bottom: 40px;
        max-width: 608px;
    }

    .currencies-info .curr-info .item {
        max-width: 412px;
    }

    .currencies-info .curr-info .item__text {
        font-size: 18px;
    }

    .ready {
        padding: 144px 0;
    }

    .ready .btn-groups {
        max-width: 500px;
    }

    .currencies-info .curr-info .item__text {
        max-width: 365px;
    }

    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/
    .platforms__downloads .device {
        padding: 30px 20px;
    }

    .platforms__downloads .device__info {
        margin-left: 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
    /* TRUSTED PARTNER START */
    .trusted-partner {
        padding: 100px 0;
    }

    .trusted-partner .trusted-partner__container {
        gap: 15px;
    }

    .trusted-partner h2 {
        font-size: 50px;
        line-height: 112%;
    }

    .trusted-partner p {
        font-size: 24px;
        line-height: 34px;
        max-width: 750px;
    }

    .trusted-partner .partner {
        max-width: 240px;
        min-width: 240px;
        max-height: 84px;
        min-height: 84px;
        padding: 10px;
        overflow: hidden;
        text-align: center;
    }

    .trusted-partner .partner img {
        max-height: 62px;
        width: 86%;
    }

    /* TRUSTED PARTNER END */
    .accept__bottom,
    .accept__container,
    .accept__top {
        gap: 38px;
    }

    .main-slider .main-screen.fifth.forex-expo {
        padding-top: 130px;
        padding-bottom: 120px;
    }

    .awards__container {
        display: flex;
        transition-timing-function: linear;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }


@media (max-width: 1700px) {
    .footer .footer__container {
        gap: 10px;
    }

    .footer .nav ul {
        max-width: inherit;
        justify-content: center;
    }
}

@media (max-width: 1440px) {
    .sliding-enquiry-right,
    .sliding-enquiry-left {
        top: 20%;
    }

    .btn-fixed.btn-fixed--active {
        right: 278px;
    }

    .header__right .btn-main {
        padding: 11px 21px;
    }

    .registr-page .auth-page {
        flex-direction: column-reverse;
        max-width: 904px;
    }

    .registr-page .auth-steps {
        border-radius: 30px 30px 0px 0px;
        max-width: inherit;
        padding-top: 40px;
        padding-bottom: 24px;
    }

    .registr-page .auth-card {
        max-width: inherit;
        position: static;
    }

    .registr-page .btn.back-history {
        z-index: 1;
    }

    .registr-page .auth-steps .auth-title {
        font-weight: 500;
        font-size: 30px;
        line-height: 46px;
        max-width: inherit;
        margin-bottom: 16px;
    }

    .registr-page .auth-steps .btn-handler {
        display: block;
        position: relative;
        z-index: 11;
    }

    .registr-page .auth-steps .btn-handler.active {
        transform: translateY(436px) rotate(180deg);
    }

    .registr-page .auth-steps .steps__container {
        max-width: 320px;
        gap: 60px;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
    }

    .registr-page .auth-steps .steps.show .steps__container {
        padding-bottom: 100px;
        overflow: visible;
        opacity: 1;
        max-height: 100%;
    }

    .registr-page .auth-steps .steps .step__name {
        font-size: 20px;
    }

    .registr-page .auth-steps .steps .step__descript {
        font-size: 16px;
    }

    .registr-page .auth-steps .steps .step--dashed::before {
        left: -80px;
        width: 220px;
    }

    .registr-page .auth-steps .steps .step__number {
        min-width: 62px;
    }

    .registr-page .card-body {
        padding: 60px 100px;
    }

    .registr-page .card-body .body-wrap {
        max-width: 540px;
        margin: 0 auto;
    }

    .registr-page .auth-card .title {
        text-align: center;
    }

    .main-screen.main-screen-gr-1 .main-screen__right {
        margin-right: 0;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding: 120px 0;
    }

    .faq-page__bg .title {
        font-size: 60px;
    }

    .faq-page .request {
        padding: 125px 0;
    }

    .faq-page .request__form .form__input:not(:last-child) {
        margin-bottom: 12px;
    }

    .faq-page .request__form .form__btn {
        margin-top: 10px;
        font-size: 16px;
        line-height: 23px;
        padding: 11px 32px;
    }

    .faq-page .request__form .form__input {
        padding: 11px 17px;
        line-height: 23px;
        font-size: 16px;
    }
    .faq-page .request__form__title {
         max-width: none ;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen {
        padding-top: 140px;
        padding-bottom: 220px;
    }

    .career-page .career-main__title {
        font-size: 50px;
    }

    .career-page .main-screen .btn-groups {
        max-width: 370px;
        gap: 10px;
    }

    .career-page .main-screen .btn-groups .btn-main {
        padding: 10px 12px;
        line-height: 23px;
    }

    .career-page .text-info-block {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .career-page .text-info-block__wrap {
        max-width: 1240px;
        padding: 70px 104px;
    }

    .career-page .text-info-block__wrap .text {
        font-size: 40px;
        line-height: 50px;
    }

    .career-page .join-us {
        margin-top: 80px;
        margin-bottom: -20px;
    }

    .career-page .join-us__title {
        margin-bottom: 40px;
        font-size: 36px;
    }

    .career-page .join-us__container {
        max-width: 820px;
    }

    .career-page .join-us__item .icon-img {
        width: 164px;
        height: 164px;
    }

    .career-page .join-us__item .icon-img .icon {
        max-width: 123px;
    }

    .career-page .join-us__item .name {
        font-size: 24px;
        line-height: 34px;
        margin-top: 8px;
    }

    .career-page .cv-block {
        background: url('../images/career/cv-manager.png') no-repeat 50px 190px/590px, url('../images/career/cv-bg.jpg') no-repeat center/cover;
        margin-top: 50px;
    }

    .career-page .cv {
        max-width: 578px;
        padding-bottom: 87px;
    }

    .career-page .cv__title {
        padding: 50px 0;
        font-size: 36px;
        line-height: 40px;
    }

    .career-page .cv__form {
        padding-top: 70px;
        max-width: 402px;
    }

    .career-page .cv__input {
        margin-bottom: 14px;
        padding: 16px;
        font-size: 14px;
        line-height: 21px;
    }

    .career-page .label-req {
        font-size: 14px;
    }

    .career-page .open-file__btn {
        font-size: 14px;
        line-height: 17px;
        padding: 8px 10px;
    }

    .career-page .cv__btn {
        margin-top: 25px;
        padding: 12px;
    }

    .career-page .page-cards {
        padding-bottom: 80px;
    }

    .career-page .page-cards__container {
        max-width: 660px;
    }

    .career-page .page-card:not(:last-child) {
        margin-bottom: 30px;
    }

    .career-page .page-card {
        padding: 70px 30px;
    }

    .career-page .page-card__title {
        font-size: 30px;
        line-height: 40px;
    }

    .career-page .page-card__text {
        margin-top: 12px;
        margin-bottom: 38px;
        font-size: 18px;
        line-height: 24px;
    }

    .career-page .page-card__btn {
        max-width: 180px;
        padding: 10px;
        line-height: 25px;
    }

    .career-page .page-card.page-card--reverse .page-card__content {
        max-width: 272px;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE ERROR 404 STYLES START  -=-=-=-=-=-=-=-=*/
    .error-page {
        padding-top: 100px;
        margin-top: 105px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE ERROR 404 STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/
    .page-platforms {
        margin-top: 85px;
    }

    .page-platforms .platforms__container {
        padding: 60px;
        margin-bottom: 100px;
    }

    .page-platforms .platforms__title br {
        display: none;
    }

    .page-platforms .platforms .list {
        max-width: 785px;
    }

    .page-platforms .platforms .list__item {
        font-size: 24px;
        line-height: 44px;
    }

    .page-platforms .platforms__downloads .device {
        padding: 20px;
    }

    .page-platforms .support .subtitle {
        font-size: 36px;
        line-height: 46px;
    }

    .page-platforms .support .text {
        max-width: 820px;
        font-size: 18px;
    }

    .page-platforms .support .text br {
        display: none;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding {
        margin-top: 85px;
    }

    .page-funding .page-funding__bg {
        padding-top: 122px;
        padding-bottom: 122px;
    }

    .page-funding .page-funding__bg .title {
        font-size: 50px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding .payments {
        padding: 80px 0;
    }

    .page-funding .payments .title {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .page-funding .payments__btn {
        font-size: 18px;
        max-width: 505px;
        padding: 13px;
    }

    .page-funding .payments__container {
        padding: 40px 0;
    }

    .page-funding .payments__table .t-title {
        margin-bottom: 20px;
    }

    .page-funding .payment-link {
        max-width: 190px;
        min-width: 190px;
    }

    .page-funding .payments__table .t-title.method,
    .page-funding .payments__table .payment-img {
        text-align: left;
        padding-left: 20px;
    }

    .page-funding .payments__table .time-td .time {
        max-width: 168px;
    }

    .page-funding .payments__table .time-td {
        padding-left: 20px;
    }

    .page-funding .payments__table .td-t-title {
        text-align: left;
    }

    .page-funding .payments__table td {
        max-width: 257px;
        min-width: 257px;
    }

    .page-funding .payments__block {
        max-width: 1240px;
    }

    .page-funding .table-text {
        font-size: 14px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .page-ib {
        margin-top: 85px;
    }

    .ib__main {
        padding: 137px 0;
    }

    .ib__main .title {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .ib__main .text {
        max-width: 610px;
        margin: 0 auto;
    }

    .ib__main .text br {
        display: none;
    }

    .making {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .making .title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .making .making__container .item {
        padding: 38px;
        height: 304px;
        border-radius: 16px;
    }

    .making .making__container .item .info {
        margin-bottom: 18px;
        font-size: 24px;
    }

    .making .making__container .item .btn-main--white {
        max-width: 240px;
    }

    .ib .steps {
        padding-top: 40px;
        padding-bottom: 155px;
    }

    .ib .steps .title {
        margin-bottom: 74px;
        font-size: 40px;
    }

    .ib .steps .step__number {
        width: 82px;
        height: 82px;
        font-size: 35px;
    }

    .ib .steps .step__name {
        font-size: 24px;
        margin-top: 21px;
        margin-bottom: 15px;
    }

    .ib .steps .step__descript {
        max-width: 295px;
        font-size: 18px;
        height: 60px;
    }

    .ib .steps .step--dashed::after {
        right: -450px;
        width: 952px;
        top: 40px;
    }

    .ib .steps .btn-main {
        max-width: 240px;
    }

    .ib .request {
        padding: 34px 0;
    }

    .ib .request__content .title {
        font-size: 50px;
    }

    .ib .request__content .text {
        font-size: 24px;
        line-height: 34px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/
    .forex .text {
        max-width: 718px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .pairs {
        padding: 117px 0;
    }

    .pairs .pairs__content {
        max-width: 505px;
    }

    .pairs .title {
        line-height: 50px;
    }

    .pairs .pairs__images {
        max-width: 638px;
    }

    .currencies-info .currencies-info__container {
        flex-direction: column;
        padding: 100px 20px 0px 20px;
        gap: 50px;
        max-width: 1030px;
        margin: 0 auto;
    }

    .currencies-info .img-desktop {
        display: none;
    }

    .currencies-info .img-tablet {
        display: block;
    }

    .currencies-info .curr-info .title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .currencies-info .curr-info .item {
        text-align: center;
        max-width: 368px;
    }

    .currencies-info .curr-info .item__title {
        margin-bottom: 14px;
    }

    .currencies-info .curr-info .item__text {
        line-height: 27px;
    }

    .currencies-info .curr-info__container {
        justify-content: center;
    }

    .currencies-info .curr-info-images {
        margin-left: 47px;
    }

    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .main-screen.fifth .main-screen__container {
        margin-bottom: 40px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    .acc-types .table-btns-control {
        padding: 0 5px;
    }

    .acc-types .table-btns-control button svg {
        transition: all ease-in-out .4s;
        width: 35px;
        height: 35px;
    }

    .acc-types .table-btns-control button:hover svg {
        transform: scale(1.3);
    }

    .acc-types .table-btns-control .btn-left:hover svg {
        transform: rotate(180deg) scale(1.3);
    }

    /* TRUSTED PARTNER START */
    .trusted-partner {
        padding: 60px 0;
    }

    .trusted-partner .trusted-partner__container {
        gap: 12px;
    }

    .trusted-partner h2 {
        font-size: 40px;
    }

    .trusted-partner p {
        font-size: 20px;
        line-height: 30px;
        max-width: 610px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .trusted-partner .partner {
        max-width: 196px;
        min-width: 196px;
        max-height: 68px;
        min-height: 68px;
        padding: 8px;
    }

    .trusted-partner .partner img {
        max-height: 51px;
    }

    /* TRUSTED PARTNER END */
    /* AWARDS START */
    .awards__container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    /* AWARDS END */
    .main-slider .main-screen.fifth.forex-expo .title {
        font-size: 50px;
    }

    .main-slider .main-screen.fifth.forex-expo .main-screen__left {
        max-width: 650px;
    }
    .faq-page .request__form__title{
        font-size: 50px;
    }
    .faq-page .request__form .form{
        width: 400px;
    }
}

@media (max-width: 1280px) {
    .header__right .btn-main {
        padding: 9px 16px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding: 100px 0;
    }

    .faq-page .request {
        padding: 110px 0;
    }

    .faq-page .request__form .form__input:not(:last-child) {
        margin-bottom: 10px;
    }

    .faq-page .request__form .form__btn {
        margin-top: 10px;
        padding: 10px 15px;
        line-height: 20px;
    }

    .faq-page .request__form .form__input {
        line-height: 20px;
        padding: 10px 17px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen {
        padding-bottom: 170px;
    }

    .career-page .text-info-block {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .career-page .text-info-block__wrap {
        max-width: 1080px;
        padding: 70px 24px;
    }

    .career-page .text-info-block__wrap .text {
        font-size: 30px;
        line-height: 40px;
    }

    .career-page .join-us {
        margin-top: 60px;
        margin-bottom: -40px;
    }

    .career-page .join-us__container {
        max-width: 714px;
        gap: 28px 5px;
    }

    .career-page .join-us__item .icon-img {
        width: 143px;
        height: 143px;
    }

    .career-page .join-us__item .icon-img .icon {
        max-width: 105px;
    }

    .career-page .join-us__item .name {
        margin-top: 2px;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/
    .page-platforms {
        margin-top: 80px;
    }

    .page-platforms .platforms {
        padding: 80px 0;
    }

    .page-platforms .platforms__container {
        margin-bottom: 80px;
    }

    .page-platforms .platforms__content {
        max-width: 412px;
    }

    .page-platforms .platforms__title {
        font-size: 50px;
    }

    .page-platforms .platforms__text {
        font-size: 18px;
        line-height: 24px;
    }

    .page-platforms .platforms__images {
        max-width: 552px;
    }

    .page-platforms .platforms .list {
        margin-bottom: 40px;
    }

    .section.support {
        padding: 80px 0;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding {
        margin-top: 85px;
    }

    .page-funding .page-funding__bg {
        padding: 105px 0;
    }

    .page-funding .payments {
        padding: 60px 0;
    }

    .page-funding .payments .title {
        margin-bottom: 50px;
    }

    .page-funding .payments__btn {
        max-width: 438px;
    }

    .page-funding .payments__table .t-title {
        font-size: 16px;
    }

    .page-funding .payment-link {
        max-width: 163px;
        min-width: 163px;
        font-size: 16px;
    }

    .page-funding .payments__table .time-td {
        padding-left: 10px;
    }

    .page-funding .table-text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .page-funding .payments__table td {
        max-width: 224px;
        min-width: 224px;
    }

    .page-funding .payments__block {
        max-width: 1080px;
    }

    .page-funding .payments__table.withdraw .time-td .time::before {
        top: 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .page-ib {
        margin-top: 80px;
    }

    .making {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .making .title {
        margin-bottom: 60px;
    }

    .making .making__container .item {
        padding: 24px;
        height: 264px;
    }

    .making .making__container .item .info {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .ib .steps {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .ib .steps .title {
        margin-bottom: 60px;
    }

    .ib .steps__container {
        margin-bottom: 40px;
    }

    .ib .steps .step__number {
        width: 72px;
        height: 72px;
        font-size: 30px;
    }

    .ib .steps .step__name {
        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 18px;
    }

    .ib .steps .step__descript {
        max-width: 255px;
        font-size: 16px;
        height: 54px;
    }

    .ib .steps .step--dashed::after {
        right: -360px;
        width: 800px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/
    .forex-page {
        margin-top: 80px;
    }

    .forex {
        padding: 80px 0;
    }

    .forex .title {
        font-size: 40px;
    }

    .forex .text {
        font-size: 20px;
        line-height: 30px;
        max-width: 596px;
    }

    .pairs {
        background: url('../images/forex/currency-pairs-bg.png') no-repeat right/720px, #F4F4F4;
        padding: 90px 0;
    }

    .pairs .pairs__content {
        max-width: 438px;
    }

    .pairs .title {
        font-size: 40px;
    }

    .pairs .pairs__images {
        max-width: 622px;
    }

    .currencies-info {
        padding: 80px 0;
    }

    .ready {
        padding-top: 137px;
        padding-bottom: 150px;
    }

    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/
    .platforms__downloads .device {
        height: 91px;
    }

    .platforms__downloads .device__title {
        font-size: 12px;
        line-height: 16px;
    }

    .platforms__downloads .device__name {
        font-size: 14px;
        line-height: 16px;
    }

    .platforms__btns-group {
        gap: 15px;
    }

    .platforms .btn-main {
        max-width: 190px;
    }

    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
    .footer .footer__container {
        gap: 0;
    }

    .accounts .accounts__container--slider .accounts-btn.swiper-button-prev {
        left: -15px;
        margin-left: auto;
        margin-right: 20px;
    }

    .accounts .accounts__container--slider .accounts-btn.swiper-button-next {
        right: -15px;
        margin-right: auto;
    }

    .accounts .account {
        margin: 0 auto;
    }

    .accounts .accounts__container--slider .swiper-pagination {
        display: none;
    }

    .accounts__container--slider {
        display: flex;
        flex-wrap: wrap;
    }

    .accounts .accounts__container--slider .accounts-btn {
        position: static;
        margin-top: 20px;
    }

    /* TRUSTED PARTNER START */
    .trusted-partner .trusted-partner__container {
        gap: 20px;
    }

    .trusted-partner .partner {
        max-width: 171px;
        min-width: 171px;
        max-height: 59px;
        min-height: 59px;
        padding: 7px;
    }

    .trusted-partner .partner img {
        max-height: 44px;
    }

    /* TRUSTED PARTNER END */
    /* AWARDS START */
    .awards__title {
        font-size: 40px;
    }

    /* AWARDS END */
    .main-slider .main-screen.fifth.forex-expo {
        padding-top: 50px;
        padding-bottom: 120px;
    }
}




@media (max-width: 1024px) {
    .sliding-enquiry-right,
    .sliding-enquiry-left {
        top: 25%;
    }

    .btn-fixed.btn-fixed--active {
        right: 260px;
    }

    .header__right .btn-main {
        padding: 16px 27px;
    }

    .main-screen .btn-groups {
        margin: 0 auto;
    }

    .registr-page .auth-page {
        margin: 80px auto;
        width: 95%;
    }

    .registr-page .auth-steps {
        padding-left: 25px;
        padding-right: 25px;
    }

    .registr-page .auth-card {
        margin-top: 0;
    }

    .registr-page .card-body {
        padding: 40px;
    }

    /*    .main-screen.main-screen.main-screen-gr-1 {
        background: url('../../../images/icon/bg-circles.svg') top/contain no-repeat,linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    }*/
    .main-screen.third .title span br {
        display: none;
    }

    .main-screen.third .main-screen__left,
    .main-screen.third .title {
        max-width: inherit;
    }

    .main-screen.third .text-absolute {
        font-size: 14px;
        transform: rotate(-90deg);
        left: -120px;
        bottom: inherit;
        top: 20px;
        max-width: fit-content;
    }

    .main-screen.fourth {
        background: linear-gradient(90deg, #884EDC 0%, #5127C6 100%);
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding-top: 85px;
        padding-bottom: 70px;
    }

    .faq-page .request {

    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen {
        padding-top: 180px;
        padding-bottom: 582px;
        background: url('../images/career/career-bg-mob.png') no-repeat bottom/contain, #E5E5E5;
    }

    .career-page .career-main__title {
        font-size: 70px;
        text-align: center;
        margin-bottom: 40px;
    }

    .career-page .main-screen .btn-groups {
        max-width: 410px;
        gap: 16px;
    }

    .career-page .main-screen .btn-groups .btn-main {
        padding: 17px 12px;
        line-height: 24px;
    }

    .career-page .text-info-block {
        margin: 0;
        background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
        padding: 70px 0;
    }

    .career-page .text-info-block__wrap {
        padding: 0;
        border-radius: 0;
        background: none;
        max-width: 705px;
    }

    .career-page .join-us {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .career-page .cv-block {
        background: url('../images/career/cv-bg.jpg') no-repeat center/cover;
        margin-top: 0px;
    }

    .career-page .cv {
        margin: 0 auto;
        bottom: -70px;
    }

    .career-page .page-cards {
        padding-top: 120px;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/
    .page-platforms {
        margin-top: 100px;
    }

    .page-platforms .platforms {
        padding: 60px 0;
    }

    .page-platforms .platforms__container {
        flex-direction: column;
        padding: 100px 0 24px 0;
        max-width: 904px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
        overflow: hidden;
    }

    .page-platforms .platforms__content {
        max-width: 522px;
        text-align: center;
        margin-bottom: 50px;
    }

    .page-platforms .platforms__title {
        font-size: 60px;
    }

    .page-platforms .platforms__text {
        font-size: 24px;
        line-height: 34px;
    }

    .page-platforms .platforms .btn-main {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-platforms .platforms__images {
        max-width: inherit;
        margin: 0 auto;
    }

    .page-platforms .platforms .list {
        margin-bottom: 80px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding {
        margin-top: 85px;
    }

    .page-funding .page-funding__bg {
        padding: 60px 0;
    }

    .page-funding .payments {
        padding: 80px 0;
    }

    .page-funding .payments .title {
        margin-bottom: 40px;
    }

    .page-funding .payments__btn {
        max-width: 442px;
    }

    .page-funding .payments__table td {
        font-size: 16px;
        max-width: 187px;
        min-width: 187px;
    }

    .page-funding .payment-link {
        max-width: 134px;
        min-width: 134px;
    }

    .page-funding .payments__block {
        max-width: 904px;
    }

    .page-funding .table-text {
        font-size: 14px;
        line-height: 21px;
        padding-left: 20px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .main-screen.fourth .title {
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-screen.fourth .btn-main {
        max-width: 260px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .page-ib {
        margin-top: 100px;
    }

    .ib__main {
        padding: 93px 0;
    }

    .making {
        padding-top: 80px;
    }

    .making .title {
        margin-bottom: 40px;
    }

    .making .making__container .item {
        padding: 40px;
        height: 284px;
    }

    .making .making__container .item .info {
        margin-bottom: 31px;
        font-size: 20px;
    }

    .ib .steps .step__descript {
        max-width: 200px;
    }

    .ib .steps .step__descript br {
        display: none;
    }

    .ib .steps .step--dashed::after {
        right: -350px;
        width: 670px;
        top: 35px;
    }

    .ib .request {
        padding: 108px 0;
    }

    .ib .request__container-ib {
        flex-direction: column;
    }

    .ib .request__content .title {
        margin-bottom: 0;
        line-height: 60px;
    }

    .ib .request__content .text {
        margin-top: 24px;
        margin-bottom: 40px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/
    .forex-page {
        margin-top: 95px;
    }

    .pairs .pairs__container {
        flex-direction: column;
        gap: 50px;
    }

    .pairs .pairs__content {
        max-width: inherit;
        text-align: center;
    }

    .forex-page .pairs .btn-main {
        margin-left: auto;
    }

    .pairs .pairs__images {
        max-width: 643px;
    }

    .currencies-info .currencies-info__container {
        padding: 80px 0 0 0;
        gap: 20px;
    }

    .currencies-info .img-tablet {
        display: none;
    }

    .currencies-info .img-mob {
        display: block;
    }

    .currencies-info .curr-info-images {
        margin-left: 0;
    }

    .ready {
        padding: 144px 0;
    }

    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .swiper-slide .main-screen.fifth {
        background: url('../../../images/home/main-screen/forex-expo-bg-tablet.jpg');
        padding-top: 640px;
        padding-bottom: 90px;
    }

    .main-screen.fifth::after {
        top: 48px;
        right: 53px;
    }

    .main-screen.fifth .main-screen__container {
        margin-bottom: 85px;
    }

    .main-screen.fifth .main-screen__left,
    .main-screen.fifth .title {
        max-width: inherit;
    }

    .main-screen.fifth .title br {
        display: none;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/
    .platforms__downloads .device__icon .icon {
        width: 30px;
        height: 30px;
    }

    .platforms__downloads .device__title {
        font-size: 10px;
        line-height: 12px;
    }

    .platforms__downloads .device__name {
        font-size: 12px;
        line-height: 14px;
    }

    .platforms__downloads .device {
        padding: 20px 10px;
    }

    .platforms__downloads {
        gap: 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
    .accounts__container--slider {
        display: block;
    }

    .accounts .accounts__container--slider .accounts-btn {
        display: none;
    }

    .accounts-slider {
        overflow: visible;
    }

    /* AWARDS START */
    .awards {
        background-image: url('../images/home/awards/awards-bg-tablet.jpg');
    }

    .awards__container {
        /*display: grid;*/
        /*grid-template-columns: repeat(2, 1fr);*/
        /*gap: 40px 42px;*/
        /*max-width: 640px;*/
        /*margin: 0 auto;*/
    }

    /* AWARDS END */
    .main-slider .main-screen.fifth.forex-expo {
        background: linear-gradient(90deg, rgb(143, 77, 237, .8) 0%, rgb(109, 67, 225, .8) 100.02%), url('../images/home/main-screen/forex-expo-banner.png') no-repeat center/cover;
        padding-top: 600px;
        padding-bottom: 90px;
    }

    section.demo {
        background-size: 70%;
    }

    .header__right .lang_block {
        display: none;
    }

    .lang_block__all-lang {
        position: fixed;
        left: auto;
        width: 40%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 410;
        background: var(--Main-Gradient, linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%));
    }

    .lang_block__all-lang__outer:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #ccc;
        opacity: 0;
        transition: 0.4s;
        z-index: -1;
    }
    .lang_block__active-btn:hover + .lang_block__all-lang__outer:before{
        /*position: fixed;*/
        /*opacity: 0.8;*/
        /*background: #000;*/
        /*z-index: 200;*/
    }
    .lang_block__all-lang:active{
        opacity: 0;
        visibility: hidden;
        transition: all 0s;
    }
    .lang_block__btn a{
        color: #fff;
        border-radius: 4px;
        border: 2px solid rgba(255, 255, 255, 0.20);
        padding: 12px;
        width: 180px;
        margin: auto;
    }
    .lang_block__all-lang .lang_block__btn_val{
        color: #fff
    }
    .lang_block__all-lang .lang_block__active-btn a{
        border: 2px solid #fff;
    }
    .lang_block__all-lang .lang_block__active-btn{
        display: block;
    }
    .lang_block__all-lang .lang_block__btn:hover{
        border: none;
    }
    .lang_block__all__icon{
        display: block;
        position: absolute;
        right: 30px;
        top: 70px;
    }

    .faq-page .request__form__title {
        font-size: 40px;
        line-height: 50px;
    }

}

@media (max-width: 992px) {
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding .payments__table td {
        max-width: 150px;
        min-width: 150px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    section.demo {
        background-size: 65%;
    }
}

@media (max-width: 768px) {
    .header__right .btn-main {
        padding: 11px 16px;
    }

    .registr-page .auth-logo-box {
        margin-top: 0;
    }

    .registr-page .card-body .body-wrap {
        max-width: 440px;
    }

    .demo_popUp {
        padding: 65px 90px 40px 90px;
    }

    .demo {
        background: url('../../../images/home/demo/four-phones.webp') 300px/cover no-repeat, rgba(242, 246, 250, .5);
    }

    .main-screen.third .text-absolute {
        left: -95px;
        top: 40px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding: 60px 0;
    }

    .faq-page__bg .title {
        font-size: 40px;
    }

    .faq-page .request {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .faq-page .request .wrapper {
        max-width: inherit;
        width: 100%;
    }

    .faq-page .request__form .form {
        max-width: 388px;
        margin: 0 auto;
    }

    .faq-page .request__form .form__input:not(:last-child) {
        margin-bottom: 16px;
    }

    .faq-page .request__form .form__input {
        line-height: 21px;
        padding: 12px 17px;
    }

    .faq-page .request__form .form__btn {
        margin-top: 30px;
        padding: 20px 15px;
    }
    .faq-page  .request__form__title{
        align-items: center;
        margin-bottom: 40px;
    }
    .faq-page .request__form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen {
        padding-top: 100px;
        padding-bottom: 425px;
    }

    .career-page .career-main__title {
        font-size: 50px;
    }

    .career-page .main-screen .btn-groups {
        gap: 15px;
    }

    .career-page .text-info-block {
        padding: 60px 0;
    }

    .career-page .text-info-block__wrap {
        max-width: 664px;
    }

    .career-page .text-info-block__wrap .text {
        font-size: 24px;
        line-height: 34px;
    }

    .career-page .join-us {
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .career-page .join-us__container {
        max-width: 436px;
        gap: 25px 5px;
    }

    .career-page .join-us__item .icon-img {
        width: 88px;
        height: 88px;
    }

    .career-page .join-us__item .icon-img .icon {
        max-width: 65px;
    }

    .career-page .join-us__item .name {
        font-size: 18px;
        margin-top: 2px;
    }

    .career-page .cv-block {
        margin-bottom: 0;
        padding: 50px 0;
        background: url('../images/career/cv-bg-mob.jpg') no-repeat center/cover;
    }

    .career-page .cv {
        bottom: 0;
        position: static;
    }

    .career-page .page-cards {
        padding: 60px 0;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/
    .page-platforms {
        margin-top: 85px;
    }

    .page-platforms .platforms__container {
        padding: 90px 0 20px 0;
        margin-bottom: 50px;
    }

    .page-platforms .platforms__title {
        font-size: 40px;
    }

    .page-platforms .platforms__text {
        font-size: 16px;
        line-height: 24px;
        max-width: 333px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-platforms .platforms .list__item {
        font-size: 20px;
        line-height: 40px;
    }

    .page-platforms .platforms .list__item::after {
        content: "";
    }

    .page-platforms .platforms .list {
        margin-bottom: 40px;
    }

    .section.support {
        padding: 60px 0;
    }

    .page-platforms .support .subtitle {
        font-size: 30px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding {
        margin-top: 85px;
    }

    .page-funding .page-funding__bg {
        padding: 60px 0;
    }

    .page-funding .page-funding__bg .title {
        font-size: 30px;
    }

    .page-funding .payments {
        padding: 60px 0;
    }

    .page-funding .payments .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .page-funding .payments__btn {
        max-width: 324px;
    }

    .page-funding .payments__table .t-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .page-funding .payments__table td {
        min-width: 145px;
        font-size: 16px;
    }

    .page-funding .payment-link {
        min-width: 97px;
        max-width: 97px;
        font-size: 14px;
        line-height: 16px;
    }

    .page-funding .table-text {
        font-size: 13px;
        max-width: 576px;
    }

    .page-funding .payments__table .time-td {
        padding-left: 5px;
    }

    .page-funding .payments__table {
        overflow-x: auto;
        padding-right: 20px;
    }

    .page-funding .payments__table .time-td .time {
        padding-left: 29px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .main-screen.fourth .title {
        max-width: 410px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .page-ib {
        margin-top: 82px;
    }

    .ib__main {
        padding: 72px 0;
    }

    .ib__main .title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .ib__main .text {
        font-size: 20px;
        max-width: 483px;
    }

    .making {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .making .title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .making .making__container {
        gap: 15px;
    }

    .making .making__container .item {
        padding: 20px;
        height: 208px;
    }

    .making .making__container .item .info {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .making .making__container .item .btn-main--white {
        max-width: 200px;
        padding: 12px 15px;
    }

    .ib .steps {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .ib .steps .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ib .steps__container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .ib .steps .step {
        flex-direction: row;
        align-items: flex-start;
    }

    .ib .steps .step__number {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .ib .steps .step__text {
        margin-left: 30px;
        text-align: left;
    }

    .ib .steps .step__name {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .ib .steps .step__descript {
        text-align: left;
        max-width: 323px;
    }

    .ib .steps .step--dashed::after {
        transform: rotate(90deg);
        width: 360px;
        right: 198px;
        top: 110px;
    }

    .ib .request {
        padding: 70px 0;
    }

    .ib .request__content .title {
        font-size: 36px;
        line-height: 40px;
    }

    .ib .request__content .text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 68px;
        max-width: 243px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/
    .forex-page {
        margin-top: 82px;
    }

    .forext {
        padding: 60px 0;
    }

    .forex .title {
        font-size: 30px;
    }

    .forex__image {
        margin: 0;
    }

    .forex .text {
        max-width: 438px;
    }

    .pairs {
        padding: 60px 0;
    }

    .pairs .title {
        font-size: 30px;
        line-height: 40px;
    }

    .pairs .text {
        margin-top: 20px;
    }

    .pairs .title br,
    .pairs .text br {
        display: block;
    }

    .pairs .pairs__images {
        max-width: 540px;
    }

    .currencies-info {
        padding: 60px 0;
    }

    .currencies-info .currencies-info__container {
        gap: 40px;
    }

    .currencies-info .curr-info .title {
        font-size: 30px;
        line-height: 40px;
        max-width: 420px;
        margin-bottom: 72px;
    }

    .currencies-info .curr-info .item {
        max-width: 244px;
    }

    .currencies-info .curr-info .item__title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .currencies-info .curr-info .item__text {
        font-size: 16px;
        line-height: 24px;
    }

    .ready {
        padding: 80px 0;
    }

    .ready .title {
        font-size: 30px;
        line-height: 40px;
    }

    .ready .text {
        font-size: 18px;
        line-height: 27px;
        margin-top: 20px;
    }

    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/
    .platforms__downloads {
        gap: 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .swiper-slide .main-screen.fifth {
        background: url('../../../images/home/main-screen/forex-expo-tablet-sm.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 470px;
    }

    .main-screen.fifth::after {
        width: 136px;
        height: 82px;
        top: 30px;
        right: 30px;
    }

    .main-screen.fifth .main-screen__container {
        margin-bottom: 50px;
    }

    .main-screen.fifth .above-label {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .main-screen.fifth .title {
        font-size: 36px;
        line-height: 46px;
    }

    .main-screen.fifth .text {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 40px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/
    .platforms__downloads {
        grid-template-columns: 1fr 1fr;
        max-width: 460px;
        align-items: inherit;
    }

    .platforms__downloads .device {
        padding: 20px;
        height: inherit;
    }

    .platforms__downloads .device__icon .icon {
        width: 38px;
        height: 38px;
    }

    .platforms__downloads .device__info {
        margin-left: 8px;
    }

    .platforms__downloads .device__title {
        font-size: 16px;
        line-height: 24px;
    }

    .platforms__downloads .device__name {
        font-size: 16px;
        line-height: 24px;
    }

    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
    .page-policy .intro .title {
        font-size: 36px;
    }

    .page-bonus.page-policy .terms-section .title.grad {
        font-size: 22px;
    }

    /* TRUSTED PARTNER START */
    .trusted-partner {
        padding: 60px 0;
    }

    .trusted-partner .trusted-partner__container {
        gap: 20px;
    }

    .trusted-partner h2 {
        font-size: 30px;
    }

    .trusted-partner p {
        font-size: 18px;
        line-height: 27px;
        margin-top: 16px;
        margin-bottom: 14px;
        max-width: 438px;
    }

    .trusted-partner .partner {
        max-width: 196px;
        min-width: 196px;
        max-height: 68px;
        min-height: 68px;
        padding: 8px;
    }

    .trusted-partner .partner img {
        max-height: 51px;
    }

    /* TRUSTED PARTNER END */
    /* AWARDS START */
    .awards__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .awards br {
        display: block;
    }

    .awards__container {
        max-width: 620px;
    }

    /* AWARDS END */
    .main-slider .main-screen.fifth.forex-expo {
        background: linear-gradient(90deg, rgb(143, 77, 237, .8) 0%, rgb(109, 67, 225, .8) 100.02%), url('../images/home/main-screen/forex-expo-banner.png') no-repeat center/cover;
        padding-top: 420px;
    }

    .main-slider .main-screen.fifth.forex-expo .title {
        font-size: 36px;
    }

    section.demo .text br {
        display: block;
    }

    .lang_block__active-btn {
        padding: 8px 0;
    }

    .lang_block span {
        margin: 0 5px;
        font-size: 14px;
    }

    .subscribe__socials {
        text-align: center;
    }

    .popup-device__active{
        display: flex;
    }
}

@media (max-width: 575px) {
    .registr-page.accountbg {
        background: var(--cs-white);
    }

    .registr-page.accountbg .vh-100 {
        height: auto !important;
    }

    .registr-page .auth-page {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    .registr-page .auth-logo-box .logo .auth-logo {
        display: none;
    }

    .registr-page .auth-logo-box .logo .logo--mob {
        display: block;
        margin: 0 auto;
        height: 70px;
        width: 35px;
    }

    .registr-page .auth-steps {
        padding: 20px;
        border-radius: 0;
    }

    .registr-page .languages {
        top: 20px;
        right: 20px;
    }

    .registr-page .auth-steps .auth-title {
        max-width: 250px;
    }

    .registr-page .auth-steps .steps.show .steps__container {
        max-width: 320px;
    }

    .registr-page .card-body {
        padding: 40px 20px;
    }

    .registr-page .card-body .body-wrap {
        max-width: 390px;
    }

    .demo-account select {
        width: 100%;
    }

    .demo-account .groupBlock2 {
        flex-direction: column;
    }

    .demo-account .registration-block {
        width: 95%;
        margin: 0 auto;
    }

    .demo {
        background: url('../../../images/home/demo/demo-mob.png') bottom no-repeat, rgba(242, 246, 250, .5);
    }

    section.demo {
        background-size: unset;
    }

    section.demo .text br {
        display: none;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding: 25px 0;
    }

    .faq-page .tips .title-text {
        line-height: 24px;
    }

    .faq-page {
        margin-top: 82px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen {
        padding-top: 60px;
        padding-bottom: 245px;
    }

    .career-page .career-main__title {
        font-size: 40px;
    }

    .career-page .main-screen .btn-groups {
        max-width: 388px;
        gap: 10px;
    }

    .career-page .join-us {
        margin-top: 70px;
        margin-bottom: 61px;
    }

    .career-page .join-us__title {
        font-size: 24px;
    }

    .career-page .join-us__container {
        grid-template-columns: 1fr 1fr;
        gap: 40px 5px;
    }

    .career-page .cv-block {
        background: none;
        padding-top: 0;
    }

    .career-page .cv {
        max-width: inherit;
        border-radius: 0;
        box-shadow: none;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 0;
    }

    .career-page .cv__title {
        border-radius: 0;
        font-size: 24px;
        padding-top: 26px;
        padding-bottom: 34px;
    }

    .career-page .cv__form {
        padding-top: 40px;
        max-width: 388px;
        width: 90%;
    }

    .career-page .open-file__descript {
        line-height: 14px;
    }

    .career-page .page-cards__container {
        max-width: 388px;
    }

    .career-page .page-card:not(:last-child) {
        margin-bottom: 20px;
    }

    .career-page .page-card {
        padding: 60px 25px 308px 25px;
    }

    .career-page .page-card__content {
        text-align: center;
    }

    .career-page .page-card__btn {
        margin: 0 auto;
    }

    .career-page .page-card {
        background: url('../images/career/rocket-mob.svg') no-repeat bottom/contain, linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    }

    .career-page .page-card.page-card--reverse {
        background: url('../images/career/present-mob.svg') no-repeat bottom/contain, linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
    }

    .career-page .page-card.page-card--reverse .page-card__content {
        max-width: inherit;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE ERROR 404 STYLES START  -=-=-=-=-=-=-=-=*/
    .error-page {
        margin-top: 90px;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .error-page .error-page__title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .error-page .error-page__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 50px;
    }

    .error-page.main-screen .btn-groups {
        gap: 10px;
    }

    .error-page.main-screen .btn-groups .btn-main {
        font-size: 16px;
        line-height: 23px;
        padding: 15px 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE ERROR 404 STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES START  -=-=-=-=-=-=-=-=*/
    .page-platforms {
        margin-top: 90px;
    }

    .page-platforms .platforms {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .page-platforms .platforms__container {
        padding: 60px 0 15px 0;
        margin-bottom: 60px;
    }

    .page-platforms .platforms__title {
        font-size: 30px;
    }

    .page-platforms .platforms__text {
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .page-platforms .platforms .list__item::after {
        top: 10px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE TRADING PLATFORM STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES START  -=-=-=-=-=-=-=-=*/
    .page-funding {
        margin-top: 90px;
    }

    .page-funding .page-funding__bg {
        padding: 30px 0;
    }

    .page-funding .page-funding__bg .title {
        font-size: 24px;
    }

    .page-funding .payments .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .page-funding .payments__btn {
        font-size: 14px;
        line-height: 21px;
        max-width: 189px;
        padding-bottom: 10px;
        border-radius: 10px 10px 0px 0px;
    }

    .page-funding .payments__container {
        padding: 20px 0;
    }

    .page-funding .payments__table .t-title {
        margin-bottom: 20px;
    }

    .page-funding .payments__table td {
        min-width: 161px;
        max-width: 161px;
    }

    .page-funding .payment-link {
        font-size: 16px;
        line-height: 26px;
        max-width: 134px;
        min-width: 134px;
    }

    .page-funding .table-text {
        font-size: 12px;
        line-height: 16px;
    }

    .page-funding .payments__tabs {
        gap: 10px;
    }

    .page-funding .payments__table-fixed {
        display: flex;
    }

    .page-funding .payments__table .t-title.arrow::before {
        content: "";
    }

    .page-funding .payments__table .payment-img {
        padding-left: 0px;
    }

    .page-funding .payments__table.withdraw .payments__table-fixed .p-title,
    .page-funding .payments__table.withdraw .payment-img {
        margin-bottom: 22px;
    }

    /*-=-=-=-=-=-=-=-  NEW PAGE FUNDING STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .main-screen.fourth .title {
        max-width: 390px;
    }

    .main-screen.fourth {
        padding-top: 40px;
    }

    .main-screen.fourth .btn-main {
        max-width: inherit;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FOURTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .page-ib {
        margin-top: 90px;
    }

    .ib__main {
        padding: 27px 0;
    }

    .ib__main .title {
        font-size: 24px;
    }

    .ib__main .text {
        font-size: 16px;
        line-height: 24px;
        max-width: 302px;
    }

    .making .title {
        font-size: 24px;
    }

    .making .making__container {
        flex-direction: column;
    }

    .making .making__container .item {
        max-width: 324px;
        height: 208px;
    }

    .ib .steps .title {
        font-size: 24px;
    }

    .ib .steps .btn-main {
        max-width: inherit;
    }

    .ib .steps .step__text {
        margin-left: 15px;
    }

    .ib .steps .step--dashed::after {
        content: "";
        width: 360px;
        right: 184px;
    }

    .ib .request {
        padding: 60px 0;
    }

    .ib .request__content .text {
        font-size: 18px;
        line-height: 27px;
        margin-top: 16px;
        margin-bottom: 40px;
        max-width: 220px;
    }

    .ib .request__form {
        max-width: 388px;
    }

    .ib .request__form .form__input {
        font-size: 14px;
        line-height: 20px;
        padding: 16px;
    }

    .ib .request__form .form__input:not(:last-child) {
        margin-bottom: 16px;
    }

    .ib .form .form__btn {
        margin-top: 24px;
        padding: 13px 32px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES START  -=-=-=-=-=-=-=-=*/
    .forex-page {
        margin-top: 90px;
    }

    .forex .title {
        font-size: 30px;
    }

    .forex .text {
        max-width: 388px;
    }

    .forex-page .btn-main {
        max-width: 388px;
    }

    .pairs .pairs__images {
        max-width: 388px;
    }

    .currencies-info {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .currencies-info .wrapper {
        max-width: inherit;
        width: inherit;
    }

    .currencies-info .currencies-info__container {
        max-width: inherit;
        border-radius: 0;
        padding: 60px 20px 0 20px;
    }

    .currencies-info .curr-info .item {
        max-width: 190px;
    }

    .currencies-info .curr-info__container {
        gap: 10px;
    }

    .ready {
        padding: 60px 0;
    }

    .ready .text {
        margin-top: 14px;
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
    }

    .ready .btn-groups {
        max-width: 388px;
        flex-direction: column;
    }

    /*-=-=-=-=-=-=-=-  NEW FOREX PAGE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .swiper-slide .main-screen.fifth {
        background: url('../../../images/home/main-screen/forex-expo-bg-mob.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 320px;
        padding-bottom: 85px;
    }

    .main-screen.fifth::after {
        top: 20px;
        right: 16px;
    }

    .main-screen.fifth .main-screen__container {
        margin-bottom: 45px;
    }

    .main-screen.fifth .above-label {
        margin-bottom: 12px;
    }

    .main-screen.fifth .text {
        margin-top: 16px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/
    .platforms__downloads {
        max-width: 388px;
        gap: 8px;
    }

    .platforms__downloads .device {
        padding: 20px 15px;
    }

    .platforms__downloads .device__icon .icon {
        width: 40px;
        height: 40px;
    }

    .platforms__downloads .device__title {
        font-size: 14px;
    }

    .platforms__downloads .device__name {
        font-size: 14px;
    }

    .platforms__downloads .device:nth-child(4) {
        display: none;
    }

    .page-platforms .platforms__downloads .device:last-child {
        display: flex;
    }

    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
    .accounts .accounts__container--slider .accounts-btn.swiper-button-prev {
        left: 0;
    }

    .accounts .accounts__container--slider .accounts-btn.swiper-button-next {
        right: 0;
    }

    .accounts .accounts__container--slider .swiper-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    /* TRUSTED PARTNER START */
    .trusted-partner {
        padding: 70px 0;
    }

    .trusted-partner .trusted-partner__container {
        gap: 20px;
    }

    .trusted-partner .partner {
        max-width: 120px;
        min-width: 120px;
        max-height: 42px;
        min-height: 42px;
        padding: 5px;
    }

    .trusted-partner .partner img {
        max-height: 31px;
    }

    /* TRUSTED PARTNER END */
    /* AWARDS START */
    .awards {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .awards__title {
        margin-bottom: 35px;
    }

    .awards__container {
        display: flex;
        gap: 0;
    }

    /* .awards .swiper-pagination {
        position: static;
        margin-top: 30px;
    } */
    /* .awards .swiper-pagination-bullet {
        opacity: 1;
        background: #D9D9D9;
        width: 10px;
        height: 10px;
    } */
    /* .awards .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #8F4DED;
    } */
    .award {
        margin: 0 auto;
        max-width: 300px;
    }

    /* AWARDS END */
    .accept__bottom,
    .accept__container,
    .accept__top {
        gap: 15px;
    }

    .main-slider .main-screen.fifth.forex-expo {
        background: linear-gradient(90deg, rgb(143, 77, 237, .8) 0%, rgb(109, 67, 225, .8) 100.02%), url('../images/home/main-screen/forex-expo-banner.png') no-repeat center/cover;
        padding-top: 320px;
        padding-bottom: 85px;
    }

    .main-slider .main-screen.fifth.forex-expo .text {
        margin-bottom: 20px;
    }

    .main-slider .main-screen.fifth.forex-expo .main-screen__container {
        margin-bottom: 20px;
    }
    .demo .demo__container{
        padding-inline-end: 0px;
        padding-block-end: 0px;
    }
}

@media (max-width: 428px) {
    .main-info {
        padding: 7px 0;
    }

    .platforms__images {
        max-width: 590px;
    }

    .platforms__images .image {
        height: 450px;
    }

    .btn-fixed {
        width: 240px;
        top: 50%;
    }

    .btn-fixed.btn-fixed--active {
        transform: rotate(0);
    }

    .header__right .btn-main {
        padding: 10px 16px;
    }

    .demo_popUp {
        padding: 75px 26px 44px 26px;
    }

    .demo_popUp h2 {
        font-size: 30px;
    }

    .demo_popUp-description {
        font-size: 16px;
    }

    .icoWindows,
    .icoIos {
        display: none;
    }

    .main-screen.second .main-screen__right .image {
        max-height: 280px;
    }

    .main-screen.second .main-screen .title {
        max-width: 300px;
    }

    .main-screen.third .main-screen__right .image {
        max-height: 320px;
    }

    /* .main-screen.third .title {
        font-size: 34px;
    }*/
    .main-screen.third .text-absolute {
        left: -80px;
        top: 60px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page .request__form .form {
        max-width: 328px;
    }


    .faq-page .request{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .faq-page .request__form__title {
        font-size: 30px;
        line-height: 40px;
    }

    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen .btn-groups .btn-main {
        padding: 17px 5px;
    }

    .career-page .join-us__container {
        max-width: 265px;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    .page-platforms .platforms__images .image {
        height: inherit;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .ib .steps .step--dashed::after {
        right: 182px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    .main-slider .main-screen.fifth.forex-expo {
        background: linear-gradient(90deg, rgb(143, 77, 237, .8) 0%, rgb(109, 67, 225, .8) 100.02%), url('../images/home/main-screen/forex-expo-banner.png') no-repeat center right -100px/cover;
        padding-top: 210px;
    }

    .menu--active .lang_block__active-btn {
        display: block;
    }
    .lang_block__all-lang .lang_block__active-btn {
        display: block;
        margin: 0 auto;
        width: 180px;
    }

    .menu--active .lang_block span a {
        color: rgb(143, 77, 237);
    }

    .lang_block__active-btn{
        display: none;
    }
    .lang_block__btn_val{
        color: #fff;
    }
    .lang_block__btn.lang_active{
        width: 200px;
        border-radius: 4px;
        border: 2px solid #FFF !important;
        padding: 12px;
    }
    .lang_active .lang_block__btn_val::after{
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(135deg);
        border-color: #fff;
        right: -7px;
    }
   .lang_block__active-btn__hover  .lang_block__all-lang{
        width: 100%;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
    }


    /*=======*/
    .header .mobile-menu .nav ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
    }
    .header .mobile-menu .header__right .btn-main{
        width: 100%;
    }
}

@media (max-width: 375px) {
    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES START  -=-=-=-=-=-=-=-=*/
    .career-page .main-screen .btn-groups {
        flex-wrap: wrap;
    }

    /*-=-=-=-=-=-=-=-  NEW CAREERS STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW IB STYLES START  -=-=-=-=-=-=-=-=*/
    .ib .steps .step__number {
        min-width: 50px;
    }

    .ib .steps .step--dashed::after {
        right: 142px;
    }

    /*-=-=-=-=-=-=-=-  NEW IB STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES START  -=-=-=-=-=-=-=-=*/
    .swiper-slide .main-screen.fifth {
        padding-top: 220px;
    }

    /*-=-=-=-=-=-=-=-  NEW MAIN SCREEN FIFTH SLIDE STYLES END  -=-=-=-=-=-=-=-=*/
    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES START  -=-=-=-=-=-=-=-=*/
    .platforms__downloads .device__icon .icon {
        width: 30px;
        height: 30px;
    }

    /*-=-=-=-=-=-=-=-  NEW WANNA TRY ITEM STYLES END  -=-=-=-=-=-=-=-=*/
}

@media (min-width: 2560px) {
    .faq-page .request__form__title {
        font-size: 80px;
        line-height: 90px;
        max-width: none ;
    }

}

@keyframes popup_btn_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px) rotate(-90deg);
        -ms-transform: translateX(2000px) rotate(-90deg);
        transform: translateX(2000px) rotate(-90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px) rotate(-90deg);
        -ms-transform: translateX(-30px) rotate(-90deg);
        transform: translateX(-30px) rotate(-90deg);
    }
    80% {
        -webkit-transform: translateX(10px) rotate(-90deg);
        -ms-transform: translateX(10px) rotate(-90deg);
        transform: translateX(10px) rotate(-90deg);
    }
    100% {
        -webkit-transform: translateX(0) rotate(-90deg);
        -ms-transform: translateX(0) rotate(-90deg);
        transform: translateX(0) rotate(-90deg);
    }
}


@keyframes popup_btn_bounce_in_left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px) rotate(-90deg);
        -ms-transform: translateX(-2000px) rotate(-90deg);
        transform: translateX(-2000px) rotate(-90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px) rotate(-90deg);
        -ms-transform: translateX(30px) rotate(-90deg);
        transform: translateX(30px) rotate(-90deg);
    }
    80% {
        -webkit-transform: translateX(-10px) rotate(-90deg);
        -ms-transform: translateX(-10px) rotate(-90deg);
        transform: translateX(-10px) rotate(-90deg);
    }
    100% {
        -webkit-transform: translateX(0) rotate(-90deg);
        -ms-transform: translateX(0) rotate(-90deg);
        transform: translateX(0) rotate(-90deg);
    }
}


/* .snowContainer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 11; pointer-events: none;}
#snow {width: 100%; height: 100%; background-image: url("../images/home/main-screen/snow1.png"), url("../images/home/main-screen/snow2.png"), url("../images/home/main-screen/snow3.png"); -webkit-animation: snow 10s linear infinite;-moz-animation: snow 10s linear infinite;-ms-animation: snow 10s linear infinite;animation: snow 10s linear infinite;}
@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}} */