.zero,
#demo-accounts h1,
#demo-accounts h2,
#demo-accounts h3,
#demo-accounts h4,
#demo-accounts h5,
#demo-accounts h6,
#demo-accounts p {
    margin: 0;
    padding: 0;
}

#demo-accounts {
    min-width: 310px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 2rem;
}

#demo-accounts .section {
    width: 100%;
    padding: 8rem 1rem 9rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#demo-accounts .section-trading {
    background: url("images/trading-bg.png") no-repeat;
    background-size: auto 100%;
    background-position: 50% 100%;
}

#demo-accounts .content-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
}

#demo-accounts .button__holder {
    position: relative;
    text-align: center;
}

#demo-accounts .list-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

#demo-accounts .button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none;
    min-width: 38rem;
}

#demo-accounts .button-green {
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
    color: #ffffff;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

#demo-accounts .button-bottom {
    margin-bottom: -19.8rem;
}

#demo-accounts .button-bottom_trading {
    margin-bottom: -12.8rem;
}

#demo-accounts .button-bottom-pretty {
     margin-top: -2.8rem;
    z-index: 4;
    position: relative;
}

#demo-accounts .pretty__button {
    padding: 3rem 10.8rem;
}

#demo-accounts .button-white {
    min-width: 28rem;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #697d8c;
    border: 1px solid #d0d6db;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
    box-shadow: 0 3px 1px 0 #f2f5fb;
    background: #fff;
}

#demo-accounts .button-white:hover {
    -webkit-box-shadow: 0px 0px 5px 1px #d0d6db;
    box-shadow: 0px 0px 5px 1px #d0d6db;
}

#demo-accounts .button_blue {
    color: #fff;
    background: #1378bf;
    background-image: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background-image: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background-image: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background-image: linear-gradient(90deg, #1378bf, #168ac9, #1378bf);
}

#demo-accounts .button_blue:hover {
    color: #fff;
    background: #168ac9;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

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

#demo-accounts h1 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 600;
    color: #7fba2f;
}

#demo-accounts h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#demo-accounts h4 {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 300;
}



@media all and (max-width: 410px) {
    #demo-accounts .prime__button {
        padding: 2rem;
        min-width: 28rem;
    }
}

@media all and (max-width: 650px) {
    #demo-accounts h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}


#demo-accounts .header ul {
    margin-bottom: 6rem;
}


#demo-accounts .trading__caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 280px;
    padding: 0;
    padding-bottom: 2.5rem;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

#demo-accounts .trading__title {
    line-height: 5rem;
    color: #fff;
}

#demo-accounts .trading__subtitle {
    margin-top: 1.7rem;
    margin-bottom: 2.6rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0.8;
}


#demo-accounts .trading__slider_arrow {
    position: absolute;
    top: 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;
}

#demo-accounts .trading__slider_prev {
    left: -85px;
    border-left: 2px solid #338bc8;
    border-bottom: 2px solid #338bc8;
}

#demo-accounts .trading__slider_next {
    right: -85px;
    z-index: 4;
    border-right: 2px solid #338bc8;
    border-top: 2px solid #338bc8;
}

#demo-accounts .trading__scrollable_item {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 280px;
    height: 100%;
    margin: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #edeef0;
    text-align: left;
    cursor: pointer;
    transition: opacity .9s ease-in-out, transform .8s ease-in-out,
    -webkit-transform .8s ease-in-out;
}

#demo-accounts .trading__scrollable_item-forex {
    background-image: url(images/forex-bg.png);
}

#demo-accounts .trading__scrollable_item-stocks {
    background-image: url(images/stocks-bg.png);
}

#demo-accounts .trading__scrollable_item-indices {
    background-image: url(images/indeces-bg.png);
}

#demo-accounts .trading__scrollable_item-etf {
    background-image: url(images/etf-bg.png);
}

#demo-accounts .trading__scrollable_item p {
    color: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.4rem;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

#demo-accounts .trading__scrollable_item:hover {
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#demo-accounts .trading-item__lead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    width: 28rem;
    padding: 18rem 3rem 3rem;
    background-position: 50% 6rem;
    background-repeat: no-repeat;
    background-size: 100% 8rem;
}

#demo-accounts .trading__item_title {
    position: relative;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 500;
    color: #000;
    padding: 18rem 3rem 3rem;
    text-align: center;
    background-position: 50% 6rem;
    background-repeat: no-repeat;
}

#demo-accounts .trading__item_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 2rem;
    top: 1rem;
    width: 5rem;
    height: 1rem;
}

#demo-accounts .trading__item_title-forex {
    background-image: url("images/forex.png");
}

#demo-accounts .trading__item_title-stocks {
    background-image: url("images/stocks.png");
}

#demo-accounts .trading__item_title-indices {
    background-image: url("images/indeces.png");
}

#demo-accounts .trading__item_title-etf {
    background-image: url("images/etfs.png");
}

#demo-accounts .trading__item_title-crypto {
    background-image: url("images/Icons_Crypto.png");
}

#demo-accounts .trading__item_title-energies {
    background-image: url("images/Icons_Energies.png");
}

#demo-accounts .trading__item_title-soft {
    background-image: url("images/Icons_Soft.png");
}

#demo-accounts .trading__item_title-metal {
    background-image: url("images/Icons_Metalls.png");
}




#demo-accounts .trading__title-special {
    position: absolute;
    top: 2.2rem;
    font-size: 1.5rem;
}

#demo-accounts .trading__item_order {
    position: absolute;
    bottom: 2.5rem;
    width: 100%;
    padding: 0;
    padding-left: 0.3rem;
    list-style-type: none;
}

#demo-accounts .trading__item_order_li {
    position: relative;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
}

#demo-accounts .trading__item_order-min .trading__item_order_li:nth-child(3) {
    position: relative;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#demo-accounts .trading__item_order_li:nth-child(3) {
    line-height: 4rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#demo-accounts .trading__item_order_li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: -3rem;
}

#demo-accounts .trading__item_order_li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;
    width: 100%;
    height: 1px;
}

#demo-accounts .trading__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;
}

#demo-accounts .trading__icon {
    position: absolute;
    top: 1.8rem;
    left: -0.3rem;
    width: 23px;
    height: 22px;
}

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

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

#demo-accounts .trading__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;
}

#demo-accounts .trading__item-ru-special {
    vertical-align: .5rem;
    line-height: 2rem;
}

#demo-accounts .trading__item-ru-subspecial {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    font-size: 1rem;
    line-height: 2rem;
}

#demo-accounts .trading__item_order_li .trading__item-ru-special {
    line-height: 1.7rem;
}

#demo-accounts .trading__item_order_li .trading__item-ru-subspecial {
    position: absolute;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

#demo-accounts .accounts-wrapper {
    background: #112244;
        background: url(images/wide-bg.jpg) #112244 no-repeat;
        background-position: 63% 0%;  
}


#demo-accounts #accounts {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 7rem;
    background-color: #153155;
    text-align: center;
}

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

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

#demo-accounts .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;
}

#demo-accounts .accounts__link {
    display: inline-block;
    vertical-align: -11px;
    font-size: 1.4rem;
    color: #7fba2f;
    text-decoration: none;
}

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

#demo-accounts .accounts__link:visited {
    color: #7fba2f;
}


#demo-accounts .accounts__slider_arrow {
    position: absolute;
    top: 161px;
    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;
}

#demo-accounts .accounts__slider_prev {
    left: -84px;
    border-left: 2px solid #dfe0e2;
    border-bottom: 2px solid #dfe0e2;
}

#demo-accounts .accounts__slider_next {
    right: -84px;
    z-index: 4;
    border-right: 2px solid #dfe0e2;
    border-top: 2px solid #dfe0e2;
}

#demo-accounts .accounts__caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 161px;
    padding: 0;
    padding-bottom: 2.5rem;
    margin: 0;
    list-style-type: none;
    text-align: right;
    left: -2rem;
}


#demo-accounts .accounts__captaion_item:nth-child(3) {
    position: relative;
    font-size: 1.4rem;
    line-height: 6rem;
    color: #a1a5a9;
}

#demo-accounts .accounts__captaion_item:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

#demo-accounts .accounts__captaion_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

#demo-accounts .accounts__scrollable {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 38rem;
    padding-left: 14rem;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#demo-accounts .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;
    
}




#demo-accounts .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;
}


#demo-accounts .accounts__scrollable:before {
    content: "";
    position: absolute;
    right: -142px;
    top: -2px;
    z-index: 3;
    width: 280px;
    height: calc(100% + 4px);
    background: -webkit-gradient(linear, right top,
    left top, color-stop(55%, rgb(17, 34, 68)), to(rgba(28, 40, 58, 0)));
}


#demo-accounts .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
    opacity: 0.3;
}

#demo-accounts .accounts__scrollable_item p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.4rem;
}

#demo-accounts .accounts__scrollable_item:hover {
    background: #145a92;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#demo-accounts .accounts__item_title {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 400;
    color: #ffffff;
}

#demo-accounts .accounts__title-special {
    position: absolute;
    top: 2.2rem;
    font-size: 1.5rem;
}


#demo-accounts .accounts__item_order_li {
    position: relative;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
}

#demo-accounts .accounts__item_order-min .accounts__item_order_li:nth-child(3) {
    position: relative;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#demo-accounts  .accounts__item_order_li:nth-child(3) {
    position: relative;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#demo-accounts .accounts__item_order_li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: -3rem;
}



#demo-accounts .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;
}

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

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

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

#demo-accounts .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;
}

#demo-accounts .accounts__item-ru-special {
    vertical-align: .5rem;
    line-height: 2rem;
}

#demo-accounts .accounts__item-ru-subspecial {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    font-size: 1rem;
    line-height: 2rem;
}

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

#demo-accounts .accounts__item_order_li .accounts__item-ru-subspecial {
    position: absolute;
    font-size: 0.8rem;
    line-height: 0.8rem;
}
#demo-accounts #security::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/uploads/pages/general/images/section-security/security-bg.jpg);
    background-repeat: no-repeat;
    background-position: 115% 100%;
    background-size: auto 100%;
}

#demo-accounts #security {
    background-color: #ffffff;
    color: #697d8c;
    padding-bottom: 1.8rem;
    position: relative;
}

#demo-accounts #security .wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}


#demo-accounts .security-section {
    padding: 4rem 1rem 5rem 1rem;
}

#demo-accounts #security .header {
    margin-top: 7rem;
    margin-bottom: 3rem;
}


#demo-accounts #security .header span {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
}

#demo-accounts #security .header h2 {
    margin: 1rem 0 1.8rem 0;
}

#demo-accounts #security .security__content {
    max-width: 744px;
    display: inline-block;
    padding-right: 1.6rem;
    padding-left: 0;
}

#demo-accounts #security .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0.2rem;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#demo-accounts #security .list li {
    width: 340px;
    margin-bottom: 3.5rem;
}

#demo-accounts #security .list li a {
    position: relative;
    margin-top: 2.9rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    text-decoration: none;
    color: #697d8c;
display: inherit;
}

#demo-accounts #security .list li a:visited {
    color: #697d8c;
}

#demo-accounts #security .list li a:hover {
    color: #697d8c;
    text-decoration: underline;
}

#demo-accounts #security .img {
    content: " ";
    float: left;
    width: 90px;
    height: 85px;
    margin-right: 1.2rem;
    background: url(/uploads/pages/general/images/section-security/security-icon.png) 1px -1px;
}

#demo-accounts #security .img-2 {
    content: " ";
    background: url(/uploads/pages/general/images/section-security/security-icon.png) -94px -1px;
}

#demo-accounts #security .img-3 {
    content: " ";
    background: url(/uploads/pages/general/images/section-security/security-icon.png) -193px -1px;
}

#demo-accounts #security .img-4 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

@media all and (min-width: 4000px) {
    #demo-accounts #security::after {
        background-position: 70% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
    #demo-accounts #security::after {
        background-position: 71% 100%;
    }
}

@media all and (max-width: 1720px) {
    #demo-accounts #security::after {
        background-position: 111% 100%;
    }
}

@media all and (max-width: 1520px) {
    #demo-accounts #security::after {
        background-position: 121% 100%;
    }
}

@media all and (max-width: 1320px) {
    #demo-accounts #security::after {
        background-position: 161% 100%;
        opacity: 0.1;
    }
}

@media all and (max-width: 990px) {
    #demo-accounts #security::after {
        background-position: 50% 50%;
    }
}

@media all and (max-width: 740px) {
    #demo-accounts #security .header {
        text-align: center;
    }
    #demo-accounts #security .list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #demo-accounts #security .list li {
        width: 100%;
    }
}

@media all and (max-width: 560px) {
    #demo-accounts #security .list {
        margin-right: 0px;
    }
    #demo-accounts #security .list li {
        width: 100%;
    }
    #demo-accounts #security .list li a {
        font-size: 1.4rem;
    }
    #demo-accounts #security .container {
        padding: 1.6rem 0;
    }
}

 #demo-accounts {
    min-width: 310px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 2rem;
}

 #demo-accounts .section {
    width: 100%;
    padding: 8rem 1rem 8rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#demo-accounts .section-trading {
    background: url("images/trading-bg.png") no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

 #demo-accounts .content-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
}

#demo-accounts .button__holder {
    position: relative;
    text-align: center;
}

 #demo-accounts .list-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

 #demo-accounts .button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none;
    min-width: 38rem;
}

 #demo-accounts .button-green {
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
    color: #ffffff;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

 #demo-accounts .button-white {
    min-width: 28rem;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #697d8c;
    border: 1px solid #d0d6db;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
    box-shadow: 0 3px 1px 0 #f2f5fb;
    background: #fff;
}

 #demo-accounts .button-white:hover {
    -webkit-box-shadow: 0px 0px 5px 1px #d0d6db;
    box-shadow: 0px 0px 5px 1px #d0d6db;
}

 #demo-accounts .button_blue {
    color: #fff;
    background: #1378bf;
    background-image: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background-image: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background-image: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background-image: linear-gradient(90deg, #1378bf, #168ac9, #1378bf);
}

 #demo-accounts .button_blue:hover {
    color: #fff;
    background: #168ac9;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

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

 #demo-accounts h1 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 600;
    color: #7fba2f;
}

#demo-accounts h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#demo-accounts h4 {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 300;
}

@media all and (max-width: 410px) {
#demo-accounts .prime__button {
        padding: 2rem;
        min-width: 28rem;
    }
}

@media all and (max-width: 650px) {
 #demo-accounts h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
#demo-accounts #banner p {
        font-size: 2rem;
    }
}

#demo-accounts html {
    width: 1920px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: Roboto;
}

#demo-accounts body {
    margin: 0;
    padding: 0;
}

#demo-accounts #demo-accounts {
    /* mobile */
}

#demo-accounts .trading__slider {
    position: relative;
    margin-top: 5.6rem;
}

 #demo-accounts .trading__caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 280px;
    padding: 0;
    padding-bottom: 2.5rem;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

 #demo-accounts .trading__title {
    line-height: 5rem;
    color: #fff;
}

#demo-accounts .trading__subtitle {
    margin-top: 1.7rem;
    margin-bottom: 2.6rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0.8;
}

#demo-accounts .trading__slider {
    position: relative;
    margin-top: 5.6rem;
}

 #demo-accounts .trading__slider_arrow {
    position: absolute;
    top: 163px;
    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;
}

 #demo-accounts .trading__slider_prev {
    left: -72px;
    border-left: 2px solid #338bc8;
    border-bottom: 2px solid #338bc8;
}

 #demo-accounts .trading__slider_next {
    right: -72px;
    z-index: 4;
    border-right: 2px solid #338bc8;
    border-top: 2px solid #338bc8;
}

#demo-accounts .trading__scrollable {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 38rem;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

 #demo-accounts .trading__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;
}

 #demo-accounts .trading__scrollable_item-forex {
    background-image: url(images/forex-bg.png);
}

 #demo-accounts .trading__scrollable_item-stocks {
    background-image: url(images/stocks-bg.png);
}

 #demo-accounts .trading__scrollable_item-indices {
    background-image: url(images/indeces-bg.png);
}

 #demo-accounts .trading__scrollable_item-etf {
    background-image: url(images/etf-bg.png);
}

 #demo-accounts .trading__scrollable_item-Soft  {
    background-image: url(images/Soft.png);
}

 #demo-accounts .trading__scrollable_item-Energies {
    background-image: url(images/Energies.png);
}

 #demo-accounts .trading__scrollable_item-Metalls {
    background-image: url(images/Metals.png);
}

 #demo-accounts .trading__scrollable_item-Crypto {
    background-image: url(images/Crypto.png);
}





 #demo-accounts .trading__scrollable_item p {
    color: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.4rem;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

 #demo-accounts .trading__scrollable_item:hover {
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

 #demo-accounts .trading-item__lead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    width: 28rem;
    padding: 18rem 3rem 3rem;
    background-position: 50% 6rem;
    background-repeat: no-repeat;
    background-size: 100% 8rem;
}

 #demo-accounts .trading__item_title {
    position: relative;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 500;
    color: #000;
    padding: 18rem 3rem 3rem;
    text-align: center;
    background-position: 50% 6rem;
    background-repeat: no-repeat;
}

 #demo-accounts .trading__item_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 2rem;
    top: 1rem;
    width: 5rem;
    height: 1rem;
}

 #demo-accounts .trading__item_title-forex {
    background-image: url("images/forex.png");
}

 #demo-accounts .trading__item_title-stocks {
    background-image: url("images/stocks.png");
}

#demo-accounts #demo-accounts .trading__item_title-indices {
    background-image: url("images/indeces.png");
}

 #demo-accounts .trading__item_title-etf {
    background-image: url("images/etfs.png");
}

 #demo-accounts .trading__title-special {
    position: absolute;
    top: 2.2rem;
    font-size: 1.5rem;
}

 #demo-accounts .trading__item_order {
    position: absolute;
    bottom: 2.5rem;
    width: 100%;
    padding: 0;
    padding-left: 0.3rem;
    list-style-type: none;
}

 #demo-accounts .trading__item_order_li {
    position: relative;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
}

#demo-accounts .trading__item_order-min .trading__item_order_li:nth-child(3) {
    position: relative;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

 #demo-accounts .trading__item_order_li:nth-child(3) {
    line-height: 4rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

 #demo-accounts .trading__item_order_li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: -3rem;
}

#demo-accounts .trading__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;
}

 #demo-accounts .trading__icon {
    position: absolute;
    top: 1.8rem;
    left: -0.3rem;
    width: 23px;
    height: 22px;
}

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

#demo-accounts .icon-cross {
    background: url(images/account-icons.png) -24px 0;
}
 #demo-accounts .trading__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;
}

 #demo-accounts .trading__item-ru-special {
    vertical-align: .5rem;
    line-height: 2rem;
}

#demo-accounts .trading__item-ru-subspecial {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    font-size: 1rem;
    line-height: 2rem;
}

 #demo-accounts .trading__item_order_li .trading__item-ru-special {
    line-height: 1.7rem;
}

#demo-accounts .trading__item_order_li .trading__item-ru-subspecial {
    position: absolute;
    font-size: 0.8rem;
    line-height: 0.8rem;
}


 #demo-accounts #accounts {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 7rem;
    background-color: #153155;
    text-align: center;
}

 #demo-accounts .account-types {
       text-align: center;
    padding-top: 2.1rem;
    position: relative;
    z-index: 2;
    padding: 4rem 1rem 5.8rem 1rem;
}

#demo-accounts .accounts__subtitle {
    margin-top: 1.7rem;
    margin-bottom: 2.6rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0.8;
}

 #demo-accounts .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;
}

#demo-accounts .accounts__link {
    display: inline-block;
    vertical-align: -11px;
    font-size: 1.4rem;
    color: #7fba2f;
    text-decoration: none;
}

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

#demo-accounts .accounts__link:visited {
    color: #7fba2f;
}

 #demo-accounts .accounts__slider {
    position: relative;
    margin-top: 5.6rem;
    padding-left: 2rem;
}
#demo-accounts .accounts__slider_arrow {
    position: absolute;
    top: 161px;
    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;
}

 #demo-accounts .accounts__slider_prev {
    left: -84px;
    border-left: 2px solid #dfe0e2;
    border-bottom: 2px solid #dfe0e2;
}

 #demo-accounts .accounts__slider_next {
    right: -72px;
    z-index: 4;
    border-right: 2px solid #dfe0e2;
    border-top: 2px solid #dfe0e2;
}


 #demo-accounts .accounts__captaion_item {
    position: relative;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #a1a5a9;
}

#demo-accounts .accounts__captaion_item:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

#demo-accounts .accounts__captaion_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

#demo-accounts  .accounts__scrollable {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 38rem;
    padding-left: 14rem;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}


#demo-accounts  .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;
}

#demo-accounts  .accounts__scrollable_item p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.4rem;
}

#demo-accounts  .accounts__scrollable_item:hover {
    background: #145a92;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#demo-accounts  .accounts__item_title {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 400;
    color: #ffffff;
}

#demo-accounts  .accounts__title-special {
    position: absolute;
    top: 2.2rem;
    font-size: 1.5rem;
}

#demo-accounts  .accounts__item_order {
    position: absolute;
    bottom: 2.5rem;
    width: 100%;
    padding: 0;
    padding-left: 0.3rem;
    list-style-type: none;
}



#demo-accounts #demo-accounts .accounts__item_order-min .accounts__item_order_li:nth-child(3) {
    position: relative;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
}


#demo-accounts  .accounts__item_order_li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: -3rem;
}

#demo-accounts  .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;
}

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

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

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

#demo-accounts #demo-accounts .accounts__caption-mobile {
    display: none;
    position: absolute;
    top: 1px;
    font-size: 1.2rem;
    line-height: 1rem;
    color: #a1a5a9;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

#demo-accounts  .accounts__item-ru-special {
    vertical-align: .5rem;
    line-height: 2rem;
}

#demo-accounts  .accounts__item-ru-subspecial {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    font-size: 1rem;
    line-height: 2rem;
}



#demo-accounts #security .img {
    content: " ";
    float: left;
    width: 90px;
    height: 85px;
    margin-right: 1.2rem;
    background: url(/uploads/pages/general/images/section-security/security-icon.png) 1px -1px;
}

#demo-accounts #security .img-2 {
    content: " ";
    background: url(/uploads/pages/general/images/section-security/security-icon.png) -94px -1px;
}

#demo-accounts #security .img-3 {
    content: " ";
    background: url(/uploads/pages/general/images/section-security/security-icon.png) -193px -1px;
}

#demo-accounts #security .img-4 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

@media all and (min-width: 4000px) {
    #demo-accounts #security::after {
        background-position: 70% 100%;
    }
}

@media all and (min-width: 2000px) and (max-width: 3000px) {
    #demo-accounts #security::after {
        background-position: 82% 100%;
    }
}

@media all and (max-width: 1720px) {
    #demo-accounts #security::after {
        background-position: 111% 100%;
    }
}

@media all and (max-width: 1520px) {
    #demo-accounts #security::after {
        background-position: 121% 100%;
    }
}

@media all and (max-width: 1320px) {
    #demo-accounts #security::after {
        background-position: 161% 100%;
        opacity: 0.1;
    }
}

@media all and (max-width: 990px) {
    #demo-accounts #security::after {
        background-position: 50% 50%;
    }
}

@media all and (max-width: 740px) {
    #demo-accounts #security .header {
        text-align: center;
    }
    #demo-accounts #security .list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #demo-accounts #security .list li {
        width: 100%;
    }
}

@media all and (max-width: 560px) {
    #demo-accounts #security .list {
        margin-right: 0px;
    }
    #demo-accounts #security .list li {
        width: 100%;
    }
    #demo-accounts #security .list li a {
        font-size: 1.4rem;
    }
    #demo-accounts #security .container {
        padding: 1.6rem 0;
    }
}

#demo-accounts #banner {
    background: url("images/demo-accounts.jpg") no-repeat;
    color: #fff;
    text-align: left;
    background-size: auto 100%;
    background-position: 50% 0;
    background-color: #102344;
}

#demo-accounts #banner .container {
    display: inline-block;
    max-width: 740px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#demo-accounts #banner .subtext {
    margin-top: 1rem;
    margin-bottom: 6rem;
    padding-left: 0.3rem;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3rem; 
}

#demo-accounts #banner ul li {
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 3rem;
    position: relative;
    padding-left: 2rem;
}

html[dir="rtl"] #demo-accounts #banner ul li {
    padding-right: 2rem;
}

#demo-accounts #banner ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #7fba2f;
    font-size: 3rem;
    vertical-align: middle;
}

html[dir="rtl"] #demo-accounts #banner ul li::before {
    content: "\2022";
    position: absolute;
    right: 0;
    color: #7fba2f;
    font-size: 3rem;
    vertical-align: middle;
}


#demo-accounts #content {
    color: #000;
    padding-bottom: 9rem;
}

#demo-accounts #content h3 {
    margin-top: 4.5rem;
    margin-bottom: 5.2rem;
}

#demo-accounts #content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#demo-accounts #content .section__header {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#demo-accounts #content h3.section__title {
    font-size: 4rem;
    line-height: 3.8rem;
}

#demo-accounts #content .section__title {
    display: inline;
    vertical-align: baseline;
    font-weight: 300;
    color: #000000;
}

#demo-accounts #content .section__desc p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #697d8c;
    line-height: 2rem;
}

#demo-accounts #content .section__desc {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.11111111;
    color: #535456;
}

#demo-accounts #content .trade-on-market_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;
    list-style-type: none;
}

#demo-accounts #content .trade-on-market_list li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

#demo-accounts #content .trade-on-market_list li h4 {
    font-weight: 500;
    line-height: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

#demo-accounts #content .trade-on-market_list li p {
    font-size: 1.4rem;
    color: #000;
    opacity: 0.8;
}


#demo-accounts .content-trading {
    margin-bottom: 9rem;
}

#demo-accounts .trading-instruments_header p {
    font-size: 1.8rem;
    color: #000;
    line-height: 2rem;
    opacity: 0.8;
    padding-top: 1.2rem;
    padding-bottom: 4.2rem;
}

#demo-accounts #content .trade-on-market_list .list__img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("images/risks-images.png")  -10px -98px;
}

#demo-accounts #content .trade-on-market_list .list__img-2 {
    background: url("images/risks-images.png") -10px -190px;
}

#demo-accounts #content .trade-on-market_list .list__img-3 {
    background: url("images/risks-images.png") -10px -10px;
}

#demo-accounts #content .trading {
    position: relative;
}

#demo-accounts #content .section__header .trading-instruments_header h2 {
    padding-bottom: 2rem;
}

#demo-accounts #content .section__header .trading-instruments_header p {
    font-size: 1.8rem;
    opacity: 0.8;
    padding-bottom: 5.7rem;
}

#demo-accounts .assets__tab-item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


#demo-accounts .assets__tab-link {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-top: 1.8rem;
    padding-bottom: 1.7rem;
    font-size: 1.8rem;
    line-height: 1.11111111;
    color: #000;
    text-decoration: none;
}

#demo-accounts .assets__tab-link:hover {
color: #1378bf;
}


#demo-accounts #wide {
    text-align: center;
    color: #ffffff;
    z-index: 2;
    padding-bottom: 5rem;
    overflow: hidden;
}

#demo-accounts .wide__content::after {
    background: url("images/bg2-wide.png") no-repeat;
    content: '';
    position: absolute;
    left: 14%;
    font-size: 1rem;

    width: 890px;
    height: 403px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

#demo-accounts .wide__header {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

#demo-accounts .wide__title {
    font-weight: 300;
    color: #fff;
}

#demo-accounts .wide__content {
    text-align: center;
    position: relative;
    padding: 0 1.9rem 0 1.9rem;

    padding-bottom: 36rem;
}

#demo-accounts .wide__content_title {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0.6;
    padding-bottom: 4.5rem;
}

#demo-accounts .wide__content_text {
    opacity: 0.8;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    margin-top: 5.3rem;
    padding-top: 0;
    margin-bottom: 4.1rem;
}

#demo-accounts .wide__brand_holder {
    display: inline-block;
    border: 1px solid #1378bf;
    border-radius: 5px;
}

#demo-accounts .wide__brand-choise {
  
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    background-color: #1378bf;
    padding: 0.9rem 1.1rem 0.9rem 1.1rem;
    border-bottom-right-radius: 5px;
}

#demo-accounts .wide__brand {
    width: 120px;
    display: inline-block;
    height: auto;
    background: url(images/traders-img.png) -10px -10px;
        margin: 0 0.9rem 0 0.9rem;
}

#demo-accounts .wide__brand-2 {
    background: url(images/traders-img.png)-10px -133px;
   
    height: 22px;
        margin: 0 1.3rem 0 3rem;
}

#demo-accounts .wide__brand-3 {
    background: url(images/traders-img.png) -10px -175px;
    height: 22px;
    line-height: 3rem;
   
}

#demo-accounts .wide__brand-4 {
    background: url(images/traders-img.png) -10px -91px;
    height: 22px;
  margin: 0 0.9rem 0 0rem;

}

#demo-accounts .wide__brand-5 {
    background: url(images/traders-img.png) -10px -49px;
    height: 22px;
    margin: 0 1.8rem 0 0.9rem;
}


html[dir="rtl"] #demo-accounts .header {
    text-align: right;
}

html[dir="rtl"] #demo-accounts #banner {
    background: url("images/banner-ae.jpg") no-repeat;
    color: #fff;
    text-align: left;
    background-size: cover;
    background-position: 50% 0;
    background-color: #051b4d;
}


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


html[dir="rtl"] #demo-accounts .accounts__item_order {
    text-align: right;
    width: calc(100% - 2.8rem);
}

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

html[dir="rtl"] #demo-accounts .accounts__item_order_li:not(:last-child)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

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

html[dir="rtl"] #demo-accounts #security .wrapper {
        text-align: right;
}

html[dir="rtl"] #demo-accounts #security .list li{
    text-align: right;
}

html[dir="rtl"] #demo-accounts #security .img{
    float: right;
    margin-right: 0;
    margin-left: 1.2rem;
}


html[dir="rtl"] #demo-accounts #security::after {
    right: auto;
    left: 0;
    background-position: 9% 100%;
}

html[dir="rtl"] #demo-accounts .accounts__scrollable{
    padding-right: 14rem;
}


html[dir="rtl"] #demo-accounts .accounts__caption {
    right: -2rem;
}


html[dir="rtl"] #demo-accounts .accounts__scrollable:before {
    left: -144px;
    right: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgb(17, 34, 68)), to(rgba(28, 40, 58, 0)));
}

:lang(ee)#demo-accounts .trading__item_title-soft {
        padding: 19rem 2rem 2rem;
        line-height: 2rem;
}

:lang(lv)#demo-accounts .trading__item_title-soft {
        padding: 19rem 2rem 2rem;
        line-height: 2rem;
}

:lang(es)#demo-accounts .accounts__item_order_li:nth-child(3){
    line-height: 3rem;
}

:lang(es)#demo-accounts .accounts__item_order-min-es .accounts__item_order_li:nth-child(3){
    line-height: 2rem;
}

:lang(es)#demo-accounts .accounts__captaion_item:nth-child(3){
        line-height: 8rem;
}

:lang(es)#demo-accounts .accounts__item_order-max .accounts__item_order_li:nth-child(3){
        line-height: 6rem;
}

:lang(lt)#demo-accounts .accounts__item_order_li:nth-child(3){
    line-height: 3rem;
}

:lang(lt)#demo-accounts .accounts__item_order-min-es .accounts__item_order_li:nth-child(3){
    line-height: 2rem;
}

:lang(lt)#demo-accounts .accounts__captaion_item:nth-child(3){
        line-height: 8rem;
}

:lang(lt)#demo-accounts .accounts__item_order-max .accounts__item_order_li:nth-child(3){
        line-height: 6rem;
}

:lang(es)#demo-accounts .trading__item_title-soft {
        padding: 19rem 2rem 2rem;
        line-height: 2rem;
}

:lang(et)#demo-accounts .trading__item_title-soft {
        padding: 19rem 2rem 2rem;
        line-height: 2rem;
}

:lang(lv)#demo-accounts .trading__item_title-soft {
        padding: 19rem 2rem 2rem;
        line-height: 2rem;
}
:lang(pt)#demo-accounts .trading__item_title-soft {
        padding: 19rem 2rem 2rem;
        line-height: 2rem;
}

:lang(pt)#demo-accounts .accounts__item_order_li:nth-child(3){
    line-height: 3rem;
}

:lang(pt)#demo-accounts .accounts__item_order-min-es .accounts__item_order_li:nth-child(3){
    line-height: 2rem;
}

:lang(pt)#demo-accounts .accounts__captaion_item:nth-child(3){
        line-height: 8rem;
}

:lang(pt)#demo-accounts .accounts__item_order-max .accounts__item_order_li:nth-child(3){
        line-height: 6rem;
}

:lang(vi)#demo-accounts .accounts__item_order-vn .accounts__item_order_li:nth-child(3) {
    line-height: 4rem;
}


@media (max-width: 1520px){
#demo-accounts .accounts__slider_prev {
    left: 20px;
        opacity: 0.5;
}
#demo-accounts .accounts__slider_next {
    right: 20px;
        opacity: 0.5;
}


#demo-accounts .trading__slider_prev {
  left: 0;
  opacity: 0.5;
}

#demo-accounts .trading__slider_next {
   right: 23px;
       opacity: 0.5;
}

}

@media (max-width: 1230px){

#demo-accounts .trading__scrollable:before{
content: "";
    position: absolute;
    right: -111px;
    top: -2px;
    z-index: 3;
    width: 280px;
    height: calc(100% + 4px);
   background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgb(238, 239, 241)), to(rgba(28, 40, 58, 0)));
}

#demo-accounts .wide__content {
  padding-right: 0;
   padding-left: 0;
}

#demo-accounts .trading__slider_next {
   right: 7px;
       opacity: 0.5;
}

}


@media (max-width: 1070px) {
#demo-accounts .wide__content::after {
    top: auto;
    left: 8%;
    opacity: 1;

}

#demo-accounts .wide__brand {
    margin: 0 0rem 0 1.2rem;
}

#demo-accounts .wide__brand-2 {
    
margin: 0 0rem 0 1rem;
}


#demo-accounts .wide__brand-4 {
   
    margin: 0 -4rem 0 0rem;

}

#demo-accounts #wide {

    background-size: 122% 99%;

}

}

@media (max-width: 768px) {
#demo-accounts .wide__content::after {
    top: auto;
    left: -10%;
    opacity: 1;
}

#demo-accounts .wide__content::after {
    background-size: 90%;
    left: -18%;

}

#demo-accounts .wide__brand-2 {
    margin-right: 1rem;
}

#demo-accounts .wide__brand-4 {
    margin-right: 1rem;
}
}



@media all and (max-width: 650px) {
    #demo-accounts .button {
        min-width: 28rem;
    }


#demo-accounts #banner {
    background-position: 25% 0;
  
}

html[dir="rtl"] #demo-accounts #banner {
        background-position: 70% 0;

    }
    
#demo-accounts .assets__tab-link {
  padding-top: 1rem;
    padding-bottom: 1rem;
}

#demo-accounts #content .trade-on-market_list li {
  margin-bottom: 3rem;
  flex-basis: 100%;
}

#demo-accounts .content-trading {
  margin-bottom: 3rem;
}


#demo-accounts .trading-instruments_header p {
  padding-bottom: 5.6rem;
}

#demo-accounts #wide  {
  background-size: cover;
}

}


@media (max-width: 560px){
#demo-accounts .accounts__caption-mobile {
    display: inline-block;
  font-size: 1.2rem;
    line-height: 2rem;}

#demo-accounts .accounts__scrollable {
  padding-left: 1rem;
}

#demo-accounts .accounts__caption {
  display: none;
}

#demo-accounts .accounts__slider_prev {
    left: -13px;
}

#demo-accounts .accounts__slider_next {
    right: -10px;
}

#demo-accounts #wide {
  padding-bottom: 0rem;
}

#demo-accounts .wide__brand_holder {
  margin-bottom: 1rem;
}

#demo-accounts .wide__content::after {
      height: 357px;
}

#demo-accounts .accounts__item_order_li {
    line-height: 6rem; 
    bottom: 0.5rem;
}

#demo-accounts .accounts__item_order-min .accounts__item_order_li:nth-child(3) {

line-height: 3rem;
}

#demo-accounts .accounts__scrollable {
    height: 45rem;
}


#demo-accounts .accounts__item_order-min .accounts__item_order_li:nth-child(3) {
    line-height: 2rem;
        padding-bottom: 2rem;
    padding-top: 2rem;
}

}
}


@media (max-width: 465px){
#demo-accounts .wide__brand {
  
        margin: 0 1rem 0 2.2rem;
}


#demo-accounts .wide__brand-2 {
    
  margin: 0 3.3rem 0 6rem;
}


#demo-accounts .wide__brand-3 {
   
 margin: 0 0rem 0 4.2rem;
}

#demo-accounts .wide__brand-4 {
   
 margin: 1rem 1rem 1rem 3rem;

}

#demo-accounts .wide__brand-5 {
   
      margin: 0 0rem 0 4rem;
}


#demo-accounts .account-types {
padding-top: 0;
}


#demo-accounts .account-types {
padding-top: 0;
}

#demo-accounts .trading__scrollable:before {
width: 239px;
}

#demo-accounts .trading__scrollable:before {
background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgb(255, 255, 255)), to(rgba(28, 40, 58, 0)));
right: -165px;
}

}


@media (max-width: 420px){
#demo-accounts .button {
    min-width: 25rem;
}

#demo-accounts .wide__brand {
  
 margin: 0 1rem 0 1.2rem;
}

#demo-accounts .section {

    padding: 5rem 1rem 5rem 1rem;
   
}

#demo-accounts #banner .subtext {
  font-size: 2rem;
}


#demo-accounts .accounts__header {
  margin-top: 0;
}

#demo-accounts .wide__brand-5 {
    margin-top: 1rem;
}

#demo-accounts .wide__content::after {
    background: url(images/bg4-wide_mobile.png) no-repeat;
    background-size: 45%;
    background-position: 100%;
    margin: 0 auto;
    top: 51%;
    left: -133%;
    opacity: 1;
    height: 223px;

}

#demo-accounts .account-types {
padding-top:  0;

}
}

@media (max-width: 375px) {

#demo-accounts .wide__content {
    padding-bottom: 26rem;
}

#demo-accounts .wide__content::after {
    top: 56%;
}

#demo-accounts .wide__content::after {
    background: url(images/bg4-wide_mobile.png) no-repeat;
    background-size: 42%;
    background-position: 100%;
    margin: 0 auto;
    top: 57%;
    left: -160%;
    opacity: 1;
    height: 223px;
}

}


@media (max-width: 360px) {
    #demo-accounts .wide__content::after{
        top: 59%;
    }

#demo-accounts .wide__content::after {
    background: url(images/bg4-wide_mobile.png) no-repeat;
    background-size: 40%;
    background-position: 100%;
    margin: 0 auto;
    top: 58%;
    left: -172%;
    opacity: 1;
    height: 223px;
}

}

@media (max-width: 320px) {

#demo-accounts .trading__scrollable:before{
    background: none;
}

    #demo-accounts .accounts__slider {
        padding-left: 0;
    }

#demo-accounts .accounts__scrollable {
    padding-left: 0;
}

#demo-accounts .accounts__scrollable_item {
      margin: 0;
}

#demo-accounts .accounts__scrollable:before {
    width: 200px;
}

#demo-accounts .wide__brand-4 {
    margin-bottom: 1rem;
}


#demo-accounts .wide__brand-2 {
  margin-bottom: 1rem;
    margin-right: 0;
}

#demo-accounts .wide__brand-4 {
    margin-right:  0;
}

#demo-accounts .wide__brand-5 {
    margin-top: 0;
}


#demo-accounts .wide__content::after {
    background: url(images/bg4-wide_mobile.png) no-repeat;
    background-size: 104%;
    background-position: 100%;
    margin: 0 auto;
    top: 56%;
    left: -7%;
    opacity: 1;
    height: 223px;
    width: 320px;
}

}