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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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: 350px;
}

.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;
}

/* .main-screen.main-screen-gr-1 {
    background: url('/images/icon/bg-circles.svg') right no-repeat, linear-gradient(90deg, #884EDC 0%, #5127C6 100.02%);
} */

.main-screen.main-screen-gr-1 .main-screen__right {
    margin-right: -120px;
}

.accept {
    background: url('../../../images/home/accept/accept-bg.webp') center/cover no-repeat;
}

.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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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 {
    background: url('../images/faq/iphone.png') no-repeat 1270px/contain, url('../images/faq/request-bg.html') no-repeat center/cover, linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
    padding: 208px 0;
}
.faq-page .request__container {
    background: none;
}
.faq-page .request__form {
    max-width: 675px;
    margin-left: 225px;
}
.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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 112%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.career-page .page-card__text {
    font-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 112%;
    color: var(--cs-text);
    margin-bottom: 0;
}

.pairs .text {
    font-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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-family: 'Effra', sans-serif;
    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 {
    pointer-events: none;
}
}
.header .nav .menu .item-148 .nav-child a,
.header .nav .menu .item-123 .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;
}
@media (max-width: 2400px) {
    .header__right .btn-main {
        padding: 25px 32px;
    }
}

@media (max-width: 1920px) {
    .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 {
        background: url('../images/faq/iphone.png') no-repeat 1000px/contain, url('../images/faq/request-bg.html') no-repeat center/cover, linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
        padding: 165px 0;
    }
    .faq-page .request__form {
        max-width: 540px;
        margin-left: 125px;
    }
    .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  -=-=-=-=-=-=-=-=*/
}

@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 {
        background: url('../images/faq/iphone.png') no-repeat 700px/contain, url('../images/faq/request-bg.html') no-repeat center/cover, linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
        padding: 125px 0;
    }
    .faq-page .request__form {
        max-width: 405px;
    }
    .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;
    }
    /*-=-=-=-=-=-=-=-  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  -=-=-=-=-=-=-=-=*/
}

@media (max-width: 1280px) {
    .header__right .btn-main {
        padding: 9px 16px;
    }
    /*-=-=-=-=-=-=-=-  NEW FAQ STYLES START  -=-=-=-=-=-=-=-=*/
    .faq-page__bg {
        padding: 100px 0;
    }
    .faq-page .request {
        background: url('../images/faq/iphone.png') no-repeat 650px/contain, url('../images/faq/request-bg.html') no-repeat center/cover, linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
        padding: 110px 0;
    }
    .faq-page .request__form {
        max-width: 360px;
    }
    .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  -=-=-=-=-=-=-=-=*/
}

@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 {
        background: url('../images/faq/iphone.png') no-repeat 450px/contain, url('../images/faq/request-bg.html') no-repeat center/cover, linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
    }
    .faq-page .request__form {
        margin-left: 0;
    }
    /*-=-=-=-=-=-=-=-  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  -=-=-=-=-=-=-=-=*/
}

@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  -=-=-=-=-=-=-=-=*/
}

@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 {
        background: url('../images/faq/iphone.png') no-repeat top/350px, url('../images/faq/request-bg.html') no-repeat center/cover, linear-gradient(90deg, #6B2AC8 0%, #5127C6 100.02%);
        padding-top: 285px;
        padding-bottom: 53px;
    }
    .faq-page .request .wrapper {
        max-width: inherit;
        width: 100%;
    }
    .faq-page .request__form {
        background: linear-gradient(90deg, #8F4DED 0%, #6D43E1 100.02%);
        box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
        padding: 60px 0;
        max-width: inherit;
    }
    .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;
    }
    /*-=-=-=-=-=-=-=-  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  -=-=-=-=-=-=-=-=*/
}

@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);
    }
    /*-=-=-=-=-=-=-=-  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  -=-=-=-=-=-=-=-=*/
}

@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 {
        width: 90%;
    }
    /*-=-=-=-=-=-=-=-  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  -=-=-=-=-=-=-=-=*/
}

@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  -=-=-=-=-=-=-=-=*/
}


@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);
    }
}

/* .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;}} */