/* generall */

#rtrader {
    min-width: 310px;
    padding: 0;
    margin: 0;

    line-height: 2rem;
}

#rtrader .section {
    width: 100%;
    padding: 4rem 1rem 5.4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background: #ffffff;
}

#rtrader .wrapper {
    max-width: 1220px;
    margin: 0 auto;
}

#rtrader .typicall__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;

    padding: 0 1rem;

    font-size: 0;
    list-style-type: none;
}

#rtrader .button__holder {
    text-align: center;
}

#rtrader .pretty__button {
    display: inline-block;
    vertical-align: middle;

    min-width: 28rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2rem 0;
    overflow: hidden;

    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

#rtrader .pretty__button-green {
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#rtrader .pretty__button-green:hover {
    background: #98c838;
}

#rtrader .pretty__button-blue {
    font-weight: 400;
    background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: linear-gradient(to right, #1378bf, #168ac9, #1378bf);
}

#rtrader .pretty__button-blue:hover {
    background: #198ece;
}

#rtrader .pretty__button-bottom {
    margin-bottom: -16rem;
}

#rtrader .pretty__button-special {
    font-size: 1.6rem;
}

#rtrader .pretty__button-faq {
    position: relative;

    padding: 2.9rem 8.8rem 2.9rem 10.7rem;
    margin-bottom: -12.5rem;

    font-size: 1.6rem;
}





#rtrader #advance .pretty__button-faq {
    padding: 2.9rem 8.8rem 2.9rem 10.7rem;
}

#rtrader  #advance .pretty__button-faq:before {
    left: 6rem;
}

#rtrader .pretty__button-faq:before {
    content: "";
    position: absolute;
    left: 6rem;
    top: 2rem;

    width: 36px;
    height: 40px;

    background: url(images/faq-pdf.png) no-repeat;
}


.terminals_list a {
  display: block;
}


.terminals_list .terminals-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 3.2rem;
    background-repeat: no-repeat;
    margin-right: 0.6rem;
    cursor: pointer;
}

.terminals_list .terminals-icon.ios {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -260px;
}

.terminals_list .terminals-icon.ios:hover {
    background: url(/uploads/pages/general/images/terminals.png) -10px -110px;
}

.terminals_list .terminals-icon.android {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -60px;
}

.terminals_list .terminals-icon.mt4 {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -10px;
}


.terminals_list .terminals-icon.mt4:hover {
    background: url(/uploads/pages/general/images/terminals.png) -10px -360px;
}


.terminals_list .terminals-icon.android:hover {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -310px;
}

.terminals_list .terminals-icon.webtrader {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -510px;
}

.terminals_list .terminals-icon.webtrader:hover {
    background: url(/uploads/pages/general/images/terminals.png) -10px -560px;
}


.terminals_list .terminals-icon.mt4-web {
    width: 2.9rem;
    background: url(/uploads/pages/general/images/mt4-web.png) ;
    background-repeat: no-repeat;
}

.terminals_list .terminals-icon.mt4-web:hover {
   height: 3.2rem;
    background: url(/uploads/pages/general/images/mt4-web-hover.png);
      background-repeat: no-repeat;
}

.terminals_list .terminals-icon.windows {
    width: 3rem;
    background: url(/uploads/pages/general/images/windows.png) ;
    background-repeat: no-repeat;
    
}

.terminals_list .terminals-icon.windows:hover {
    height: 3.2rem;
    background: url(/uploads/pages/general/images/windows-hover.png) ;
      background-repeat: no-repeat;
}

#rtrader a {
    color: #ffffff;
    text-decoration: none;
}

#rtrader a:hover,
#rtrader a:visited {
    color: #ffffff;
}

#rtrader .h2 {
    margin: 0;

    color: #000000;
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
}

/*section */

#rtrader #main {
    position: relative;

    background: url(images/main-bg.jpg) no-repeat;
    background-position: 40% 50%;
    background-size: auto 100%;
    background-color: #153155;
}

#rtrader .main__content_holder {
    padding: 1.2rem 2rem 2.7rem 2rem;

    text-align: left;
}

#rtrader .main__header {
    margin: 3rem 0;
}

#rtrader .title-big {
    margin: 0;

    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
    color: #fff;
}

#rtrader .main__title {
    margin-top: 0;
    margin-bottom: .2rem;
}

#rtrader .main__subtitle {
    max-width: 670px;
    margin: 0;

    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
    color: #fff;
}

:lang(ru) #rtrader .main__subtitle {
    max-width: 770px;
}

#rtrader .main__content {
    max-width: 570px;
    margin-bottom: 4.2rem;
}

#rtrader .main__text {
    margin: 0;
    margin-bottom: 3.4rem;

    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: #fff;
}

#rtrader .main__list {
    padding: 0;

    list-style-type: none;
    color: #7fba2f;
}

#rtrader .main__list_item {
    position: relative;

    padding-left: 2rem;

    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    color: #fff;
}

#rtrader .main__list_item::before {
    content: "\2022";
    position: absolute;
    left: 0.2rem;

    color: #7fba2f;
    font-size: 3rem;
    vertical-align: middle;
}

#rtrader .main__button {
    position: relative;
    text-align: left;
display: flex;
align-items: center;
}

#rtrader .pretty__button-main {
    position: relative;

    padding: 2rem 0 1.7rem 0;

    font-size: 2.2rem;
    text-align: center;
    -webkit-box-shadow: 0 3px 1px 0 #132e4e;
    box-shadow: 0 3px 1px 0 #132e4e;
    margin-right: 15px;
}

/*#rtrader .main__button::after {
    content: "";
    position: absolute;
    left: 30rem;
    top: 2.5rem;

    width: 29px;
    height: 30px;

    background: url(images/main-icon.png);
}*/

/*section */

#rtrader #benefits {
    text-align: center;
    background-color: #fff;
}

#rtrader .benefits__content {
    margin-bottom: 4rem;
    margin-top: 3.9rem;
}

#rtrader .benefits__item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;

    text-align: center;
}

#rtrader .benefits__item_img {
    display: inline-block;

    width: 90px;
    height: 80px;
    background: url(images/benefits-icon.png) -3px -2px;
}

#rtrader .benefits__item_img-2 {
    background: url(images/benefits-icon.png) -108px -2px;
}

#rtrader .benefits__item_img-3 {
    background: url(images/benefits-icon.png) -208px -2px;
}

#rtrader .benefits__item_img-4 {
    background: url(images/benefits-icon.png) -303px -2px;
}

#rtrader .benefits__item_title {
    margin-top: 2.5rem;
    margin-bottom: 2rem;

    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #000;
}

#rtrader .benefits__item_text {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000;
}

#rtrader .benefits__button {
    margin-top: 6.6rem;
}

#rtrader .pretty__button-benefits {
    margin: 0 1rem;

    -webkit-box-shadow: 0 3px 1px 0 #132e4e;
    box-shadow: 0 3px 1px 0 #132e4e;
}

/* section */

#rtrader #accounts {
    position: relative;
    z-index: 2;

    padding-top: 4rem;
    padding-bottom: 7rem;

    background-color: #153155;
    text-align: center;
}

#rtrader .accounts__header {
    margin-top: 5.1rem;
}

#rtrader .accounts__title {
    line-height: 5rem;
    color: #fff;
}

#rtrader .accounts__subtitle {
    margin-top: 1.7rem;
    margin-bottom: 2.6rem;

    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0.8;
}

#rtrader .accounts__ref_img {
    display: inline-block;

    width: 36px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 10px;

    background-image: url(images/accounts-pdf.png);
    background-repeat: no-repeat;
}

#rtrader .accounts__link {
    display: inline-block;

    vertical-align: -11px;

    font-size: 1.4rem;
    color: #7fba2f;
    text-decoration: none;
}

#rtrader .accounts__link:hover {
    color: #7fba2f;
    text-decoration: underline;
}

#rtrader .accounts__link:visited {
    color: #7fba2f;
}

#rtrader .accounts__slider {
    position: relative;

    margin-top: 5.6rem;
    padding-left: 2rem;
}

#rtrader .accounts__slider_arrow {
    position: absolute;
    top: calc(50% - 155px);
    z-index: 2;

    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

#rtrader .accounts__slider_prev {
    left: -72px;

    border-left: 2px solid #dfe0e2;
    border-bottom: 2px solid #dfe0e2;
}

#rtrader .accounts__slider_next {
    right: -72px;
    z-index: 4;

    border-right: 2px solid #dfe0e2;
    border-top: 2px solid #dfe0e2;
}

#rtrader .accounts__caption {
    position: absolute;
    bottom: 0;
    z-index: 2;

    width: 280px;
    padding: 0;
    padding-bottom: .5rem;
    margin: 0;

    list-style-type: none;
    text-align: right;
}

#rtrader .accounts__captaion_item {
    position: relative;

    font-size: 1.4rem;
    line-height: 4rem;
    color: #a1a5a9;
}

#rtrader .accounts__captaion_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(56, 86, 110, 0)), to(rgba(56, 86, 110)));
    background: -o-linear-gradient(left, rgba(56, 86, 110, 0) 10%, rgba(56, 86, 110) 100%);
    background: linear-gradient(to right, rgba(56, 86, 110, 0) 10%, rgba(56, 86, 110) 100%);
}

#rtrader .accounts__captaion_item:last-child {
    line-height: 6rem;
}

#rtrader .accounts__scrollable {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

    width: 100%;
    height: 72rem;
    padding-left: 29rem;

    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#rtrader .accounts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    width: 100%;
    padding: 0;

    list-style-type: none;
}

#rtrader .accounts__scrollable_item {
    display: inline-block;
    position: absolute;
    z-index: 2;

    width: 280px;
    height: 100%;
    margin: 0 1rem;
    padding: 0 2.8rem 17.9rem 2.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #145a92;
    border-radius: 5px;

    background: rgba(21, 56, 95, 0.8);
    text-align: left;
    cursor: pointer;

    transition: opacity .9s ease-in-out, transform .8s ease-in-out,
    -webkit-transform .8s ease-in-out;
}

#rtrader .accounts__scrollable_item:hover {
    background: #145a92;

    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#rtrader .accounts__item_title {
    position: relative;

    margin-top: 2rem;
    margin-bottom: 0;

    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 400;
    color: #ffffff;
}

#rtrader .accounts__title-special {
    position: absolute;
    top: 2.2rem;

    font-size: 1.5rem;
}

#rtrader .accounts__item_order {
    position: absolute;
    bottom: 6.5rem;

    width: 100%;
    padding: 0;
    padding-left: 0.3rem;

    list-style-type: none;
}

#rtrader .accounts__item_order_li {
    position: relative;

    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
}

#rtrader .accounts__item_order_li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;

    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(56, 86, 119, 0)), to(rgba(56, 86, 119)));
    background: -o-linear-gradient(right, rgba(56, 86, 119, 0) 0%, rgba(56, 86, 119) 100%);
    background: linear-gradient(to left, rgba(56, 86, 119, 0) 0%, rgba(56, 86, 119) 100%);
}

#rtrader .accounts__item_banner {
    position: absolute;
    top: -2px;
    right: 0;

    padding: 0.4rem 1rem 0.1rem 0.9rem;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;

    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ffffff;
    background: #145a92;
}

#rtrader .accounts__icon {
    position: absolute;
    top: 1.8rem;
    left: -0.3rem;

    width: 23px;
    height: 22px;
}

#rtrader .icon-check {
    background: url(images/account-icons.png);
}

#rtrader .icon-cross {
    background: url(images/account-icons.png) -24px 0;
}
/* mobile */

#rtrader .accounts__caption-mobile {
    display: none;

    position: absolute;
    top: 1px;
    
    font-size: 1rem;
    line-height: 2rem;
    color: #a1a5a9;

    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
} 

#rtrader .accounts__item-ru-special {
    vertical-align: .5rem;

    line-height: 2rem;
}

#rtrader .accounts__item-ru-subspecial {
    position: absolute;;
    bottom: 0.2rem;
    right: 0;

    font-size: 1rem;
    line-height: 2rem;
}

#rtrader .accounts__item_order_li .accounts__item-ru-special  {
    line-height: 1.7rem;
}

#rtrader .accounts__item_order_li .accounts__item-ru-subspecial  {
    position: absolute;

    font-size: 0.8rem;
    line-height: 0.8rem;
}

/*section */

#rtrader #access {
    position: relative;

    background: #fff;
    text-align: right;
}

#rtrader #access .wrapper {
    position: relative;
}

#rtrader #access .wrapper::before {
    content: "";
    position: absolute;
    left: -8.1rem;
    bottom: 1.1rem;

    width: 625px;
    height: 353px;

    background: url(images/access-bg.png) no-repeat;
}

#rtrader .access__header {
    display: inline-block;
    box-sizing: border-box;

    max-width: 580px;
    margin: 14.6rem 0 14.1rem 0;

    text-align: left;
}

#rtrader .access__title {}

#rtrader .access__text {
    margin-bottom: 0;
    margin-top: 2.9rem;

    font-size: 1.4rem;
    color: #000;
}

/* section */

#rtrader #custom {
    position: relative;
    z-index: 3;

    background: url(images/custom-bg.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-color: #f2f5fc;
}

#rtrader .custom__content_holder {
    padding: 2rem 1.9rem;
}

#rtrader .custom__title {
    margin-top: 3.6rem;
    margin-bottom: 6.5rem;
}

#rtrader .custom__content {
    max-width: 380px;
    padding-left: 0;
    margin-bottom: 4.1rem;

    list-style-type: none;
}

#rtrader .custom__item {
    margin-bottom: 3.6rem;
}

#rtrader .custom__item_title {
    margin: 0;
    margin-bottom: 2.4rem;

    font-size: 2.4rem;
    line-height: 2.5rem;
    color: #000;
}

#rtrader .custom__item_text {
    margin: 0;

    font-size: 1.4rem;
    line-height: 2rem;
    color: #000;
}

/*section */

#rtrader #advance {
    padding-bottom: 1.6rem;

    color: #ffffff;
    text-align: center;
    background-image: url(images/advance-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #153155;
}

#rtrader .advance__header {
    margin-top: 6.1rem;
}

#rtrader .advance__title {
    line-height: 5rem;
    color: #fff;
}

#rtrader .advance__header_subtitle {
    display: inline-block;

    max-width: 800px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 2.7rem;

    font-size: 1.8rem;
    line-height: 3rem;
}

#rtrader .advance__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;

    margin-top: 6rem;
    margin-bottom: 3.4rem;
}

#rtrader .advance__content_item {
    -ms-flex-preferred-size: 19.5%;
    flex-basis: 19.5%;
}

#rtrader .advance__content_img {
    display: inline-block;

    width: 80px;
    height: 90px;

    background: url("images/advance-icons.png") -19px -2px;
}

#rtrader .advance__content_img-2 {
    background: url("images/advance-icons.png") -113px 6px;
}

#rtrader .advance__content_img-3 {
    background: url("images/advance-icons.png") -205px -2px;
    ;
}

#rtrader .advance__content_img-4 {
    background: url("images/advance-icons.png") -309px -5px;
}

#rtrader .advance__content_title {
    margin-top: 2.6rem;
    margin-bottom: 2.1rem;

    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
}

#rtrader .advance__content_text {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    opacity: 0.8;
}

#rtrader #advance .pretty__button-bottom {
    margin-bottom: -5rem;
}

/*section */

#rtrader #faq {
    color: #000;
    text-align: left;
    background-image: url(images/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 50% 0;
    background-color: #f2f5fb;
}

#rtrader .faq__content {
    padding: 2rem;
    padding-bottom: 0;
    margin-top: 4.6rem;
}

#rtrader .faq__list {
    margin-top: 4.9rem;
    padding: 0;

    list-style-type: none;
}

#rtrader .faq__item {
    position: relative;

    margin-bottom: 2rem;
    padding-left: 3rem;
}

#rtrader .faq__toggle {
    margin: 0;


    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
}

#rtrader .faq__toggle_link {
    color: #000;
}

#rtrader .faq__toggle_link:visited,
#rtrader .faq__toggle_link:hover {
    color: #000;
}

#rtrader .faq__item::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: .5rem;
    top: .2rem;

    width: 8px;
    height: 14px;

    background: url(images/faq-tag.png) no-repeat;
    transition: all linear 0.25s;
}

#rtrader .faq__active.faq__item::before {
    top: .5rem;

    transform: rotate(90deg);
}

#rtrader .faq__text {
    display: none;

    margin-top: 2rem;
}

#rtrader .faq__text p {
    margin: 0;
    margin-bottom: 2rem;
    padding-left: 3rem;
}

#rtrader .faq__text>p:last-child {
    margin-bottom: 4rem;
}

#rtrader .faq__text h4 {
    margin: 0;
    padding-left: 3rem;

    font-size: 16px;
    font-weight: 400;
}

#rtrader .faq__text a,
#rtrader .faq__text a:visited,
#rtrader .faq__text a:hover {
    color: #1378bf;
}

#rtrader .faq__text a:hover {
    text-decoration: underline;
}

#rtrader .faq__text ol, #rtrader .faq__text ul {
    padding-left: 4.8rem;
}

#rtrader .faq__text ol, #rtrader .faq__text ul {
    list-style-type: disc;
}

#rtrader .faq__text ol p, #rtrader .faq__text ul p {
    padding-left: 0;
}

@media (min-width: 1920px) {
    #rtrader #main {
        background-position: 50% 50%;
    }
}

@media all and (max-width: 1520px) {
    #rtrader .accounts__slider_prev {
        left: 20px;
    }

    #rtrader .accounts__slider_next {
        right: 20px;
    }

    #rtrader .active~.accounts__scrollable_item~.accounts__scrollable_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: -5px;
        z-index: 3;

        width: 100%;
        height: calc(100% + 10px);
        background: -o-linear-gradient(right, rgba(21, 49, 85, 1) 55%, rgba(21, 49, 85, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(21, 49, 85, 1)), to(rgba(21, 49, 85, 0)));
        background: linear-gradient(to left, rgba(21, 49, 85, 1) 55%, rgba(21, 49, 85, 0) 100%);
    }

    #rtrader .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: -5px;
        z-index: 3;

        width: 100%;
        height: calc(100% + 10px);
        background-color: #153155;
    }
}


html[dir="rtl"]    #rtrader #main {
    background: url(images/main-bg-ae.jpg) no-repeat;
background-position: 40% 50%;
    background-size: auto 100%;
    background-color: #153155;
}


html[dir="rtl"]  #rtrader .main__content_holder {
    text-align: right;
}

html[dir="rtl"]  #rtrader .main__list_item {
padding-right: 2rem;
padding-left: 0;
}

html[dir="rtl"]   #rtrader .main__list_item::before {
    left: auto;
    right: 0.2rem;
}

html[dir="rtl"]  #rtrader .pretty__button-main {
margin-left: 1.5rem;
margin-right: 0;
}

html[dir="rtl"]  #rtrader .accounts__ref_img {
margin-left: 20px;
margin-right: 0;
}


html[dir="rtl"]  #rtrader .accounts__slider {
padding-right: 2rem;
padding-left: 0;
}

html[dir="rtl"]   #rtrader #custom {
    background-position: 1200% 50%;

}

html[dir="rtl"]  #rtrader .accounts__scrollable_item {
    text-align: right;
}

html[dir="rtl"]  #rtrader .accounts__scrollable {
padding-right: 29rem;
padding-left: 0;
}


html[dir="rtl"]  #rtrader .accounts__caption {
text-align: left;
}

html[dir="rtl"]  #rtrader .accounts__item-ru-subspecial {
left: 0;
right: auto;
}

html[dir="rtl"]  #rtrader .accounts__scrollable_item {
text-align: right;
}

html[dir="rtl"]  #rtrader .accounts__item_order_li:not(:last-child)::after {
right: -3rem;
left: auto;

background: -webkit-linear-gradient(left, rgba(56, 86, 119, 0) 0%, rgba(56, 86, 119) 100%);
background: -o-linear-gradient(left, rgba(56, 86, 119, 0) 0%, rgba(56, 86, 119) 100%);
background: linear-gradient(to right, rgba(56, 86, 119, 0) 0%, rgba(56, 86, 119) 100%);
}

html[dir="rtl"]  #rtrader .accounts__captaion_item:not(:last-child)::after {
background: -webkit-linear-gradient(right, rgba(56, 86, 110, 0) 10%, rgba(56, 86, 110) 100%);
background: -o-linear-gradient(right, rgba(56, 86, 110, 0) 10%, rgba(56, 86, 110) 100%);
background: linear-gradient(to left, rgba(56, 86, 110, 0) 10%, rgba(56, 86, 110) 100%);
}

html[dir="rtl"]  #rtrader .accounts__icon {
right: -0.3rem;
left: 0;
}

html[dir="rtl"]  #rtrader #access {
text-align: left;
}

html[dir="rtl"]  #rtrader #access .wrapper::before {
right: -8.1rem;
left: auto;
}

html[dir="rtl"]  #rtrader .access__header {
text-align: right;
}

html[dir="rtl"]  #rtrader .custom__content {
padding-right: 0;
}

html[dir="rtl"]  #rtrader #faq {
text-align: right;
}

html[dir="rtl"]  #rtrader .faq__item {
padding-right: 3rem;
padding-left: 0;
}

html[dir="rtl"]  #rtrader .faq__item::before {
right: .5rem;
left: auto;

transform: rotate(180deg);
}

html[dir="rtl"]  #rtrader .faq__text p {
padding-right: 3rem;
padding-left: 0;
}


@media all and (max-width: 1700px) {
    html[dir="rtl"]  #rtrader #custom {
    background-position: 160% 50%;

}


@media all and (max-width: 1200px) {
    #rtrader #access {
        padding-bottom: 0;

        text-align: left;
    }

    #rtrader #access .wrapper::before {
        left: auto;
        right: 0;
        bottom: 0;

        height: 250px;
        width: 100%;

        background-size: 100%;

        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }

    #rtrader .access__header {
        position: relative;
        
        max-width: 100%;
        width: 100%;

        margin-top: 3.6rem;
        margin-bottom: 18.1rem;
        padding-bottom: 1rem;
        padding-left: 1.9rem;
        padding-right: 1.9rem;

        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0));

        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }

    #rtrader .access__text {
        max-width: 580px;
    }

    #rtrader .access__title {
        max-width: 580px;
    }
}

@media all and (max-width: 1120px) {
    #rtrader .accounts__scrollable {
        padding-left: 24rem;
    }

    #rtrader .accounts__list::after {
        display: none;
    }

    #rtrader .accounts__captaion_item {
        font-size: 1.2rem;
    }

    #rtrader .accounts__item_order_li {
        font-size: 1.2rem;
    }

    #rtrader .accounts__caption {
        width: 240px;
    }

    #rtrader .accounts__scrollable_item {
        width: 240px;
    }

    #rtrader .accounts__slider {
        padding-left: 0;
    }

    #rtrader .accounts__item_title {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 990px) {
    #rtrader .accounts__slider_arrow {
        display: none;
    }
}

@media all and (max-width: 780px) {
    #rtrader .accounts__list::after {
        display: none;
    }

    #rtrader .h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #rtrader .advance__content_item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;

        margin-bottom: 3rem;
    }
}

@media all and (max-width: 779px) {
    #rtrader .benefits__item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;

        margin-bottom: 3rem;
    }

    #rtrader .pretty__button-benefits {
        margin: 1rem 1rem;
    }

html[dir="rtl"]  #rtrader #main {
    background-position: 65% 50%;
}

@media all and (max-width: 768px) {

  html[dir="rtl"]  #rtrader .accounts__caption{
       width: 149px;
    }

    html[dir="rtl"]  #rtrader .accounts__scrollable {
        padding-right: 15rem;
    }
}







@media all and (max-width: 580px) {
    #rtrader .access__header {
        width: auto;
    }

    #rtrader .advance__content_item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    #rtrader .faq__text p {
        padding-left: 0;
    }

    #rtrader .faq__text>ol, #rtrader .faq__text>ul {
        padding-left: 1.3rem;
    }
}

@media all and (max-width: 560px) {
    #rtrader .accounts__scrollable {
        padding-left: 0;
    }

    #rtrader .accounts__scrollable_item {
        width: 260px;
    }

    #rtrader .accounts__caption {
        display: none;
    }

    #rtrader .main__title {
        margin-bottom: 2.2rem;

        font-size: 4rem;
        line-height: 4rem;
    }

    :lang(ru) #rtrader .main__title {
        font-size: 3.5rem;
    }

    #rtrader #access .wrapper::before {
        bottom: -5rem;
    }

    #rtrader .accounts__caption-mobile {
        display: inline-block;
    }

    #rtrader .accounts__item_text-mobile {
        display: inline-block;

        position: relative;
        bottom: -7px;

        font-size: 1.2rem;
        line-height: 2rem;

        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }

    #rtrader .accounts__icon {
        top: 2.8rem;

        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }

    #rtrader .accounts__scrollable {
        height: 76rem;
    }

    :lang(ru) #rtrader .advance__header_subtitle {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

@media all and (max-width: 450px) {
    #rtrader .advance__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #rtrader .benefits__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }


html[dir="rtl"]  .accounts__scrollable_item {
    width: 240px;
}

html[dir="rtl"]  #rtrader .accounts__scrollable{
    padding-right: 2rem
}

html[dir="rtl"]  html[dir="rtl"]  #rtrader .accounts__item_order_li:not(:last-child)::after{
   right: -1rem;
}

}

@media all and (max-width: 410px) {
    #rtrader .pretty__button-faq {
        padding: 2.9rem 2.8rem 2.9rem 8.7rem;
    }

    #rtrader .pretty__button-faq:before {
        left: 4rem;
    }
}

@media all and (max-width: 375px) {
    #rtrader .access__header {
        margin-bottom: 24.1rem;
    }

    #rtrader .accounts__scrollable_item {
        width: 250px;
        padding: 0 1.8rem 17.9rem 1.8rem;
    }

    #rtrader .accounts__item_order_li:not(:last-child)::after {
        left: -2rem;
    }

    #rtrader .main__content_holder {
        padding: 1.2rem 1rem 2.7rem 1rem;
    }
}

@media all and (max-width: 374px) {
    #rtrader .main__button::after {
        display: none;
    }

    #rtrader .main__button {
        text-align: center;
        flex-direction:column;
    }

#rtrader .pretty__button-main {
    margin-right: 0px;
    margin-bottom: 15px;
}

}

@media all and (max-width: 340px) {
    #rtrader .pretty__button-faq {
        padding: 2.9rem 1.8rem 2.9rem 7.7rem;
    }

    #rtrader .pretty__button-faq:before {
        left: 3rem;
    }
}