#rtrader {
    min-width: 310px;
    padding: 0;
    margin: 0;
    line-height: 2rem;
}

#rtrader .section {
    width: 100%;
    padding: 8rem 0;
}

#rtrader .wrapper {
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (max-width: 767px) { 
    #rtrader .wrapper {
        padding: 0 20px;
    }  
}

#rtrader .h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
}

#rtrader ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

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

#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: #fff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
            box-shadow: 0 3px 1px 0 #cbced3;
}

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

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

#rtrader .pretty__button-blue {
    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: -webkit-gradient(linear, left top, right top, from(#198ece), color-stop(#198ece), to(#198ece));
    background: -o-linear-gradient(left, #198ece, #198ece, #198ece);
    background: linear-gradient(to right, #198ece, #198ece, #198ece);
}

#rtrader .pretty__button-faq {
    position: relative;
    padding: 2.9rem 8.8rem 2.9rem 10.7rem;
    font-size: 1.6rem;
}

html[dir="rtl"] #rtrader .pretty__button-faq{
    padding: 2.9rem 10.7rem 2.9rem 8.8rem;
}

#rtrader .pretty__button-faq:before {
    content: "";
    position: absolute;
    left: 6rem;
    top: 2rem;
    width: 36px;
    height: 40px;
    background: url(images/faq-pdf.png) 0 0 no-repeat;
}

html[dir="rtl"] #rtrader .pretty__button-faq:before{
    left: auto;
    right: 6rem;
}

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

@media (max-width: 575px) { 
    #rtrader .section{
        padding: 5rem 0;
        font-size: 1.4rem;
    }

    #rtrader .h2{
        font-size: 3.6rem;
        word-break: break-word;
    }

    #rtrader .pretty__button{
        display: block;
    }

    #rtrader .pretty__button-main{
        margin: 0 0 20px;
    }

    #rtrader .pretty__button-faq{
        padding: 2.9rem 2.8rem 2.9rem 8.7rem;
    }

    html[dir="rtl"] #rtrader .pretty__button-faq{
        padding: 2.9rem 8.7rem 2.9rem 2.8rem;
    }

    #rtrader .pretty__button-bottom{
        margin: 0;
    }
}

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

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

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

#rtrader .main__title {
    font-size: 5rem;
    line-height: 1.08;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
}

#rtrader .main__subtitle {
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 1.06;
    font-weight: 300;
    color: #fff;
}

#rtrader .main__text {
    margin: 0 0 3.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 300;
    color: #fff;
    max-width: 570px;
}

#rtrader .main__list_item {
    position: relative;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 1.11;
    font-weight: 300;
    color: #fff;
    margin: 0 0 13px;
}

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

#rtrader .main__list_item::before {
    content: "\2022";
    position: absolute;
    top: 50%;
    left: 0.2rem;
    color: #7fba2f;
    font-size: 3rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

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

#rtrader .main__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
}

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

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

.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;
  }

  html[dir="rtl"] .terminals_list .terminals-icon{
    margin-right: 0;
    margin-left: 0.6rem;
  }
  
  .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;
  }

@media (min-width: 1200px) { 
    #rtrader #main{
        background-position: 50% 50%;
    }
}
@media (max-width: 575px) { 
    #rtrader .main__title{
        font-size: 4rem;
    }
}

/*benefit*/
#rtrader #benefits {
    text-align: center;
}

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

#rtrader .benefits__item_img {
    display: inline-block;
    width: 90px;
    height: 80px;
    margin-bottom: 2.5rem;
    background: url(images/benefits-icon.png) -3px -2px no-repeat;
}

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

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

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

#rtrader .benefits__item_title {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    color: #000;
}

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

@media (min-width: 768px) and (max-width: 991px) {    
    #rtrader #benefits{
        padding-bottom: 4.4rem;
    }

    #rtrader .benefits__item{
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        margin-bottom: 3.6rem;
    }

}

@media (max-width: 767px) {   
    #rtrader .benefits__item{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: initial;
        margin: 0 0 3.6rem;
    }

    #rtrader .benefits__item:last-child{
        margin-bottom: 0;
    }

    #rtrader .benefits__item_img{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90px;
                flex: 0 0 90px;
        margin: 0 2rem 0 0;
    }

    html[dir="rtl"] #rtrader .benefits__item_img{
        margin: 0 0 0 2rem;
    }
}

/*accounts */

#rtrader #accounts {
    background-color: #153155;
    text-align: center;
}

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

#rtrader .accounts__subtitle {
    margin: 0 0 2.6rem;
    font-size: 1.8rem;
    line-height: 1.11;
    color: #fff;
    opacity: 0.8;
}

#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;
}

#rtrader .accounts__link {
    display: inline-block;
    font-size: 1.4rem;
    color: #7fba2f;
    text-decoration: none;
    position: relative;
    padding: 10px 0 10px 56px;
    text-align: initial;
}

html[dir="rtl"] #rtrader .accounts__link{
    padding: 10px 56px 10px 0;
}

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

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

#rtrader .accounts__link:before{
    content: '';
    width: 36px;
    height: 40px;
    background: url(images/accounts-pdf.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

html[dir="rtl"] #rtrader .accounts__link:before{
    left: auto;
    right: 0;
}

/*access*/
#rtrader #access {
    background: #fff;
    overflow: hidden;
}

#rtrader .access__holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10rem 0 0;
    position: relative;
}

#rtrader .access__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
}

#rtrader .access__img img{
    margin: 0 0 0 -56px;
}

html[dir="rtl"] #rtrader .access__img img{
    margin: 0 -56px 0 0;
}

#rtrader .access__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
}

#rtrader .access__text {
    margin-top: 2.9rem;
    font-size: 1.4rem;
    color: #000;
}

@media (max-width: 1199px) { 
    #rtrader .access__img{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    html[dir="rtl"] #rtrader .access__img img,
    #rtrader .access__img img{
        position: absolute;
        top: 100%;
        width: 100%;
        margin-top: -20%;
    }

    #rtrader .access__holder{
        padding: 0;
    }

    #rtrader .access__header{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-bottom: 100px;
        position: relative;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0));
    } 

    #rtrader .access__header > *{
        padding-right: 20%;
    }

    html[dir="rtl"] #rtrader .access__header > *{
        padding-right: 0;
        padding-left: 20%;
    }
}

@media (max-width: 767px) {   
    #rtrader .access__header{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    #rtrader .access__header > *{
        padding-right: 0;
    }

    html[dir="rtl"] #rtrader .access__header > *{
        padding-left: 0;
    }
}

@media (max-width: 575px) { 
    #rtrader .access__holder{
        padding: 0;
    }

    #rtrader .access__header{
        padding-bottom: 36px;
    }
    
    html[dir="rtl"] #rtrader .access__img img,
    #rtrader .access__img img{
        position: static;
        top: auto;
        margin: 0;
    }
}



/*accounts-types*/
 #rtrader .accounts-types__header {
    margin-top: 8rem;
    margin-bottom: 5.9rem;
 }
 #rtrader .accounts-types__header h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
    color: #ffffff;
    margin: 1rem 0 1rem 0;
}
 #rtrader .accounts-types__header p {
   color: #a1a5a9;
    font-size: 1.8rem;
    line-height: 3rem;

}

 #rtrader .accounts__subtitle {
    margin: 0;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #a1a5a9;
    max-width: 65%;
    display: inline-block;
    margin-bottom: 1.2rem;
}


#rtrader .accounts-types .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
}

#rtrader .list__item {
    position: relative;
    padding-left: 103px;
      margin: 0 0 3rem;
    -ms-flex-preferred-size: 44%;
    flex-basis: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 html[dir="rtl"] #rtrader .list__item {
  padding-right: 103px;
}



#rtrader .list__item h2{
    text-align: left;
    color: #ffffff;
}
 html[dir="rtl"] #rtrader .list__item h2 {
    text-align: right;
}

#rtrader .list__item p{
    text-align: left;
    color: #ffffff;
}

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



#rtrader .list__item:first-child::before {
     width: 90px;
    background-image: url(images/icon_netting.svg);
}


#rtrader .list__item:last-child::before {
    width: 90px;
    background-image: url(images/icon_hedging.svg);
}


#rtrader .list__item::before {
    content: "";
    position: absolute;
    height: 80px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

html[dir="rtl"] #rtrader .list__item::before {

    right: 0;
}


#rtrader .accounts-types .paragraph {
 color: #ffffff;
    font-size: 1.8rem;
    line-height: 3rem;
}


@media (max-width: 864px) {
#rtrader .accounts-types .list {
flex-direction: column;
}

#rtrader .accounts-types .paragraph {
    margin-top: 2rem;
}

 html[dir="rtl"]  #rtrader .accounts-types .paragraph {
    margin-top: 2rem;
}

}
@media (max-width: 574px) {
#rtrader .list__item {
 padding-left: 0;
    padding-top: 111px;

}

 html[dir="rtl"] #rtrader .list__item {
    padding-top: 111px;
    padding-right: 0;

}

#rtrader .list__item h2 {
    text-align: center;
    }
 html[dir="rtl"] #rtrader .list__item h2 {
    text-align: center;
    }

    #rtrader .list__item p {
    text-align: center; 
}

 html[dir="rtl"]  #rtrader .list__item p {
    text-align: center;
}

#rtrader .accounts-types__header {
    margin-bottom: 2rem;
}
#rtrader .list__item:first-child::before {
    width: 100%;
    height: 105px;
    top:0;
}
html[dir="rtl"] #rtrader .list__item:first-child::before {
    width: 100%;
    height: 105px;
    top:0;
}



#rtrader .list__item:last-child::before {
    top:0;
    width: 100%;
}


html[dir="rtl"] #rtrader .list__item:last-child::before {
    top:0;
    width: 100%;
}



#rtrader .accounts-types .paragraph {
    margin-bottom: 2rem;
}


}
/*custom*/
#rtrader #custom {
    position: relative;
    z-index: 3;
    background: #f2f5fc url(images/custom-bg.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
}

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

#rtrader .custom__title {
    margin-bottom: 65px;
}

#rtrader .custom__content {
    width: 380px;
}

#rtrader .custom__item {
    margin-bottom: 36px;
}

#rtrader .custom__item_title {
    margin: 0 0 24px;
    font-size: 2.4rem;
    line-height: 1.08;
    color: #000;
}

#rtrader .custom__item_text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.43;
    color: #000;
}

@media (max-width: 575px) { 
    #rtrader .custom__content{
        width: 100%;
    }
}

/*advance*/
#rtrader #advance {
    color: #fff;
    text-align: center;
    background: #153155 url(images/advance-bg.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
}

#rtrader .advance__title {
    color: #fff;
}

#rtrader .advance__header_subtitle {
    max-width: 800px;
    margin: 2.7rem auto 0;
    font-size: 1.8rem;
    line-height: 1.66;
}

#rtrader .advance__content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 60px 0 34px;
}

#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 no-repeat;
}

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

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

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

#rtrader .advance__content_title {
    margin: 26px 0 21px;
    font-size: 1.8rem;
    line-height: 1.11;
    font-weight: 500;
}

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

@media (max-width: 991px) {  
    #rtrader .advance__content{
        margin-bottom: 0;
    }

    #rtrader .advance__content_item{
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        margin: 0 0 3.6rem;
    } 
}

@media (max-width: 767px) { 
    #rtrader .advance__content_item{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: initial;
    }

    #rtrader .advance__content_img{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
        margin: 0 20px 0 0;
    }

    html[dir="rtl"] #rtrader .advance__content_img{
        margin: 0 0 0 20px;
    }
}

@media (max-width: 575px){
    #rtrader #advance{
        text-align: initial;
    }
}

/*faq*/

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

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

#rtrader .faq__item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 3rem;
}

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

#rtrader .faq__item::before {
    content: "";
    position: absolute;
    left: .5rem;
    top: .2rem;
    width: 8px;
    height: 14px;
    background: url(images/faq-tag.png) 0 0 no-repeat;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

html[dir="rtl"] #rtrader .faq__item::before{
    left: auto;
    right: .5rem;
    transform: scale(-1, 1);
}

#rtrader .faq__active.faq__item::before {
    top: .5rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

#rtrader .faq__toggle {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

#rtrader .faq__toggle_link {
    color: #000;
}

#rtrader .faq__text {
    display: none;
    margin: 2rem 0 0;
    padding: 0 0 1rem 3rem;
}

html[dir="rtl"] #rtrader .faq__text{
    padding: 0 3rem 1rem 0;
}

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

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

html[dir="rtl"] #rtrader .faq__text ol, 
html[dir="rtl"] #rtrader .faq__text ul{
    padding: 0 13px 0 0;
}
#rtrader #faq__text11 ul {
    padding-bottom: 2rem;
}

#rtrader .faq__text .disclamer {
    border: 1px solid #000;
    margin: 2rem 0;
    padding: 1rem;
    display: inline-block;
}

#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 h4 {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 575px) { 
    #rtrader .faq__content{
        padding: 0 0 36px;
    }

    html[dir="rtl"] #rtrader .faq__text,
    #rtrader .faq__text{
        padding: 0 0 1rem;
    }
}

/*slider*/
#rtrader .accounts__slider {
    position: relative;
    margin-top: 5.6rem;
}

#rtrader .accounts__caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 280px;
    padding-bottom: .5rem;
    text-align: right;
}

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

#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%);
}

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

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

#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;
}

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

#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;
}

#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;
}

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

#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%;
    height: 100%;
    position: relative;
}

#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;
}

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

#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: 1.1;
    font-weight: 400;
    color: #fff;
}

#rtrader .accounts__item_order {
    position: absolute;
    bottom: 6.5rem;
    width: 100%;
    padding-left: 0.3rem;
}

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

#rtrader .accounts__item_order_li {
    position: relative;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #fff;
}

#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%);
}

html[dir="rtl"] #rtrader .accounts__item_order_li:not(:last-child)::after{
    background: linear-gradient(to right, rgba(56, 86, 119, 0) 0%, rgba(56, 86, 119) 100%);
    left: auto;
    right: -3rem;
}

#rtrader .accounts__caption-mobile {
    display: none;
    font-size: 1.4rem;
    line-height: 1.14;
    color: #a1a5a9;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
} 

#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;
}

html[dir="rtl"] #rtrader .accounts__slider_next{
    right: auto;
    left: -72px;
    transform: rotate(220deg);
}

html[dir="rtl"] #rtrader .accounts__slider_prev{
    left: auto;
    right: -72px;
    transform: rotate(220deg);
}

#rtrader .accounts__icon {
    position: absolute;
    top: 1.8rem;
    left: -0.3rem;
    width: 23px;
    height: 22px;
}

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

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

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

@media (max-width: 1439px) { 
    #rtrader .accounts__table{
        padding: 0 10px;
        position: relative;
    }

    #rtrader .accounts__table:before{
        content: '';
        position: absolute;
        z-index: 3;
        right: 0;
        top: 0;
        bottom: 0;
        width: 145px;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(21,49,85,1)),color-stop(52%, rgba(21,49,85,0.7)),to(rgba(21,56,95,0)));
        background: -o-linear-gradient(right, rgba(21,49,85,1) 0%,rgba(21,49,85,0.7) 52%,rgba(21,56,95,0) 100%);
        background: linear-gradient(to left, rgba(21,49,85,1) 0%,rgba(21,49,85,0.7) 52%,rgba(21,56,95,0) 100%);
    }

    html[dir="rtl"] #rtrader .accounts__table:before{
        right: auto;
        left: 0;
        background: linear-gradient(to right, rgba(21,49,85,1) 0%,rgba(21,49,85,0.7) 52%,rgba(21,56,95,0) 100%);
    }

    #rtrader .accounts__slider_prev{
        left: -20px;
    }

    html[dir="rtl"] #rtrader .accounts__slider_prev{
        left: auto;
        right: -20px;
    }

    #rtrader .accounts__slider_next{
        right: -20px;
    }

    html[dir="rtl"] #rtrader .accounts__slider_next{
        right: auto;
        left: -20px;
    }

    #rtrader .accounts__scrollable_item{
        width: 370px;
    }
}

@media (max-width: 991px) { 
    #rtrader .accounts__table:before{
        width: 70px;
    }

    #rtrader .accounts__scrollable_item{
        width: 350px;
    }
}

@media (max-width: 767px) {  
    #rtrader .accounts__table{
        padding: 0 20px;
    }

    #rtrader .accounts__slider_prev{
        left: -10px;
    }

    html[dir="rtl"] #rtrader .accounts__slider_prev{
        left: auto;
        right: -10px;
    }

    #rtrader .accounts__slider_next{
        right: -10px;
    }

    html[dir="rtl"] #rtrader .accounts__slider_next{
        right: auto;
        left: -10px;
    }

    #rtrader .accounts__caption{
        display: none;
    }

    html[dir="rtl"] #rtrader .accounts__scrollable,
    #rtrader .accounts__scrollable{
        padding: 0;
        height: 85rem;
    }

    #rtrader .accounts__scrollable_item{
        width: 370px;
    }

    #rtrader .accounts__item_order{
        position: relative;
        bottom: auto;
        padding: 25px 0 0 0;
    }

    #rtrader .accounts__item_order_li{
        padding: 0 0 5px;
    }

    #rtrader .accounts__caption-mobile{
        display: block;
        margin: 5px 0 5px;
    }

    #rtrader .accounts__item_text-mobile {
        display: block;
        font-size: 1.4rem;
        line-height: 1.14;
        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }

    #rtrader .accounts__item_order_li .accounts__item-ru-subspecial{
        position: relative;
        display: block;
        left: 0;
    }

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

    #rtrader .pretty__button-benefits{
        margin: 0 0 20px;
    }
}

@media all and (max-width: 575px){
    #rtrader .accounts__ref{
        text-align: initial;
    }
    
    #rtrader .accounts__table:before{
        display: none;
    } 

    #rtrader .accounts__scrollable_item{
        margin: 0;
        width: 100%;
    }
    
    #rtrader .accounts__icon{
        position: relative;
        top: auto;
    }

    html[lang="es"] #rtrader .accounts__scrollable,
    html[lang="pl"] #rtrader .accounts__scrollable{
        height: 87rem;
    }
    html[lang="ru"] #rtrader .accounts__scrollable{
        height: 88rem;
    }

    html[lang="pt"] #rtrader .accounts__scrollable{
        height: 89rem;
    }
}

@media all and (max-width: 360px){
    #rtrader .accounts__scrollable{
        height: 90rem;
    }

    html[lang="lt"] #rtrader .accounts__scrollable{
        height: 92rem;
    }

    html[lang="ms"] #rtrader .accounts__scrollable,
    html[lang="id"] #rtrader .accounts__scrollable,
    html[lang="de"] #rtrader .accounts__scrollable{
        height: 93rem;
    }

    html[lang="it"] #rtrader .accounts__scrollable,
    html[lang="es"] #rtrader .accounts__scrollable,
    html[lang="pl"] #rtrader .accounts__scrollable{
        height: 96rem;
    }

    html[lang="lv"] #rtrader .accounts__scrollable{
        height: 97rem;
    }

    html[lang="ru"] #rtrader .accounts__scrollable{
        height: 98rem;
    }

    html[lang="uk"] #rtrader .accounts__scrollable,
    html[lang="pt"] #rtrader .accounts__scrollable{
        height: 100rem;
    }
}