#indices {
    min-width: 320px;
    font-size: 1.4rem;
    line-height: 1.42;
}

#indices .section {
    padding: 8rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

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

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

.button__holder{
    text-align: center;
}

/*titles*/
#indices h2 {
    font-size: 4rem;
    color: #000;
    line-height: 1.05;
    font-weight: 300;
}

/*button*/
#indices .pretty__button {
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    min-width: 28rem;
    padding: 2rem 2rem;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
            box-shadow: 0 3px 1px 0 #cbced3;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

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

#indices .green__button:hover {
    background: #98c838;
}

#indices .bottom__button {
    margin-bottom: -17.3rem;
}

#indices .blue__button {
    background: -o-linear-gradient(left, #015593, #0361a7, #015593);
    background: -webkit-gradient(linear, left top, right top, from(#015593), color-stop(#0361a7), to(#015593));
    background: linear-gradient(to right, #015593, #0361a7, #015593);
}

#indices .blue__button:hover {
    background: #0361a7;
    color: #fff;
}

/*typicall__list*/
#indices .typicall__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

/*banner*/
#indices #main {
    color: #fff;
    background-image: -o-linear-gradient(bottom, #001125 0%, transparent 29%), url(/uploads/pages/forex-trading/assets/indices/images/bg-indices.jpg);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#001125), color-stop(29%, transparent)), url(/uploads/pages/forex-trading/assets/indices/images/bg-indices.jpg);
    background-image: linear-gradient(to top, #001125 0%, transparent 29%), url(/uploads/pages/forex-trading/assets/indices/images/bg-indices.jpg);
    background-color: #000a22;
    background-size: auto 100%;
    background-position: 60% 0%;
    background-repeat: no-repeat;
}

html[dir="rtl"] #indices #main{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#001125), color-stop(29%, transparent)),url(/uploads/pages/forex-trading/assets/indices/images/bg-indices_ae.jpg);
    background-image: -o-linear-gradient(bottom, #001125 0%, transparent 29%),url(/uploads/pages/forex-trading/assets/indices/images/bg-indices_ae.jpg);
    background-image: linear-gradient(to top, #001125 0%, transparent 29%),url(/uploads/pages/forex-trading/assets/indices/images/bg-indices_ae.jpg);
    background-color: #000a22;
    background-position: 60% 0%;
    background-size: auto;
    background-repeat: no-repeat;
}

#indices .title-big {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.04;
    margin: 0 0 0.35em;
    color: #fff;
}

#indices .main__header .title-big {
    margin-bottom: 2rem;
    font-size: 5rem;
    line-height: 1.04;
    font-weight: 600;
    color: #7fba2f;
}
#indices .main__header{
    width: 48%;
}

#indices .main__header_subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.33;
    display: inline-block;
    margin: 0 0 1.5rem;
}

#indices .main__header .button__holder {
    text-align: left;
    z-index: 1;
    max-width: 28rem;
}

#indices .main__header .read-more {
    text-align: center;
    color: #98c838;
    display: block;
    margin-top: 1rem;
}

#indices .main__content {
    padding: 6.5rem 0 0;
    margin-bottom: 3.2rem;
    text-align: center;
}

#indices .main__content_item {
    -ms-flex-preferred-size: 19.5%;
        flex-basis: 19.5%;
}

#indices .main__content_img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("/uploads/img/structure/assets/indices/img/main-icons.png") -11px -2px;
}

#indices .main__content_img-2 {
    background: url("/uploads/img/structure/assets/indices/img/main-icons.png") -114px -2px;
}

#indices .main__content_img-3 {
    background: url("/uploads/img/structure/assets/indices/img/main-icons.png") -209px -2px;
}

#indices .main__content_img-4 {
    background: url("/uploads/img/structure/assets/indices/img/main-icons.png") -310px -5px;
}

#indices .main__content_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.11;
    margin: 3.4rem 0 2.2rem;
}

#indices .main__content_text {
    opacity: 0.8;
}
@media (max-width: 1199px) { 
    #indices .main__header{
        width: 50%;
    }
}
@media (max-width: 1023px){
    #indices .main__content{
        margin: 0;
        padding: 0;
    }

    #indices .main__content_item{
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        margin-top: 3.6rem;
    } 
}

@media (max-width: 991px) { 
    #indices #main {
        -webkit-box-shadow: inset 0 2000px 0px rgba(10, 10, 10, 0.50), 0 3px 0 rgba(0, 0, 0, 0.15);
                box-shadow: inset 0 2000px 0px rgba(10, 10, 10, 0.50), 0 3px 0 rgba(0, 0, 0, 0.15);
    }
    #indices .main__header{
        width: 100%;
        margin-bottom: 5rem;
        text-align: center;
    }

    #indices .main__header .button__holder{
        margin: 3rem auto 0;
    }

    #indices .main__content_item{
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    }   
    
}

@media (max-width: 767px) {  
    #indices .bottom__button{
        margin: 0;
    }

    #indices .main__content{
        margin: 0 0 5.2rem;
    }

    #indices .main__content_item{
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

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

    #indices .main__content_img{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
        margin: 0 2rem 0 0;
    }

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

    #indices .main__content_title{
        margin: 0 0 1.5rem;
    }

    #indices .main__content_text{
        margin: 0;
    } 
}

@media (max-width: 575px) { 
    #indices #main {
        -webkit-box-shadow: inset 0 2000px 0px rgba(10, 10, 10, 0.50), 0 3px 0 rgba(0, 0, 0, 0.15);
                box-shadow: inset 0 2000px 0px rgba(10, 10, 10, 0.50), 0 3px 0 rgba(0, 0, 0, 0.15);
    }
    #indices .main__content_title{
        word-break: break-word;
    }
    #indices .pretty__button{
        display: block;
    }
    
    #indices .main__header_subtitle{
        font-size: 2.4rem;
    }

    #indices .main__content_item{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

/*about*/
#indices #about {
    text-align: center;
}

#indices .about__title {
    margin: 0 0 4.5rem;
}

#indices .about__describe_text {
    color: #697d8c;
    margin-bottom: 2rem;
}

#indices .about__content .section{
    padding: 0;
}

#indices .about__content_title {
    font-size: 2.5rem;
    line-height: 1.08;
    font-weight: 500;
    color: #000;
    margin: 0;
}

@media (max-width: 575px) { 
    #indices .about__describe_text{
        text-align: left;
    }

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

/*widget*/

#indices .about__content_td-btn {
    padding: 0.6rem 2.6rem;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 700;
    opacity: 0.5;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

#indices .about__tr-active .about__content_td-btn {
    opacity: 1;
}

#indices .umstel_quotes_widget .about__content_td{
    padding: 1.6rem 0.2rem 0.6rem 0.2rem;
}

#indices .umstel_quotes_widget .about__warning-special {
    display: none;
}

#indices .about__content_list {
    border: 1px solid #d0d6db;
    font-weight: 400;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
            box-shadow: 0 3px 1px 0 #f2f5fb;
    padding: 1.9rem 5.7rem;
    margin: 0;
}

#indices .about__content_list:hover,
#indices .about__content_list:visited {
    text-shadow: 1px 0px #d0d6db;
    -webkit-box-shadow: 0px 3px 1px 3px #f2f5fb;
            box-shadow: 0px 3px 1px 3px #f2f5fb;
    color: #697d8c;
}

#indices .umstel_quotes_widget .wrapper__about{
    padding: 0;
}

@media (max-width: 767px) {  
    #indices .about__content_td-btn {
        font-size: 1.2rem;
        padding: 0.6rem 2rem;
    }
}
@media (max-width: 575px) { 
    #indices .umstel_quotes_widget .about__content{
        padding: 0;
    }

    #indices .about__content_list{
        display: block;
    }

    #indices .about__content_td-btn {
        padding: 0.3rem 1.5rem;
    }
}

/*graphic*/
#indices #graphic {
    background: #f2f5fb;
    position: relative;
}

#indices .graphic__header {
    position: absolute;
    top: 5rem;
}

#indices .graphic__title {
    margin: 0 0 3.8rem 0;
    font-size: 4rem;
    line-height: 1.05;
    color: #000;
}

#indices .graphic__subtitle {
    font-size: 1.8rem;
    line-height: 1.66;
    color: #697d8c;
    width: 31%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#indices .graphic__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 14.7rem;
    margin-bottom: 2.5rem;
}

html[dir="rtl"]  #indices .graphic__holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#indices .graphic__image {
    width: 100%;
    height: 45rem;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    background: url(/uploads/img/structure/assets/indices/img/graphic-bg.png) 100% 0 no-repeat;
    background-size: contain;
}

html[dir="rtl"]  #indices .graphic__image {
    transform: scaleX(-1);
}

#indices .graphic__history {
    padding: 4rem 0 0 0.4rem;
    list-style-type: none;
    text-align: left;
}

html[dir="rtl"]  #indices .graphic__history {
    text-align: right;
   padding-left: 0;
   padding-right: 0.4rem;
}

#indices .graphic__item {
    font-size: 1.8rem;
    line-height: 1.66;
    font-weight: 300;
    color: #000;
}

#indices .graphic__item-upper-middle {
    margin: 0;
    margin-top: 11rem;
}

#indices .graphic__item-lower-middle {
    margin-bottom: 9.2rem;
}

#indices .graphic__item-special {
    padding-left: 0.9rem;
    font-size: 2.2rem;
}

html[dir="rtl"]  #indices .graphic__item-special {
    padding-left: 0;
    padding-right: 0.9rem;
}

#indices .graphic__item-green {
    color: #a0c13a;
}

#indices .graphic__item-blue {
    color: #5fbbd3;
}

#indices .graphic__item-gold {
    color: #fbae05;
}

#indices .graphic__item-red {
    padding-left: 1.8rem;
    color: #da5937;
}

#indices .graphic__warning {
    display: inline-block;
    margin-bottom: 5.4rem;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000;
    opacity: 0.6;
}

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

#indices .graphic__button {
    margin-bottom: 2.2rem;
    padding: 1.9rem;
    border: 1px solid #d0d6db;
    font-size: 1.6rem;
    color: #697d8c;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
            box-shadow: 0 3px 1px 0 #f2f5fb;
}

#indices .graphic__button:hover,
#indices .graphic__button:visited {
    text-shadow: 1px 0px #d0d6db;
    -webkit-box-shadow: 0px 3px 1px 3px #f2f5fb;
            box-shadow: 0px 3px 1px 3px #f2f5fb;
    color: #697d8c;
}

@media (max-width: 1439px) { 
    #indices .graphic__subtitle{
        width: 60%;
    }
}
@media (max-width: 1199px) { 
    
    #indices .graphic__image {
       -ms-flex-preferred-size: 80%;
           flex-basis: 80%;
       height: 38rem;
   }

   #indices .graphic__item {
       font-size: 1.4rem;
   }

   #indices .graphic__item-special {
       padding-left: 0.6rem;

       font-size: 1.5rem;
   }

   #indices .graphic__item-upper-middle {
       margin-top: 10rem;
   }

   #indices .graphic__item-lower-middle {
       margin-bottom: 8.5rem;
   }
}

@media (max-width: 991px) { 
    #indices .graphic__header{
        position: relative;
        top: auto;
    }

    #indices .graphic__subtitle {
        width: 100%;
    }

    #indices .graphic__holder{
        margin-top: 5rem;
    }

   #indices .graphic__image {
       -ms-flex-preferred-size: 80%;
           flex-basis: 80%;
       height: 28rem;
   }

   #indices .graphic__item-upper-middle {
       margin-top: 5.2rem;
   }

   #indices .graphic__item-lower-middle {
       margin-bottom: 5rem;
   }
}

@media (max-width: 767px) { 
   #indices .graphic__image {
       -ms-flex-preferred-size: 75%;
           flex-basis: 75%;
       height: 20rem;
   }

   #indices .graphic__history {
       padding-top: 1.5rem;
   }

   #indices .graphic__item-upper-middle {
       margin-top: 4.5rem;
   }

   #indices .graphic__item-lower-middle {
       margin-bottom: 3.2rem;
   }

   #indices .graphic__item {
       font-size: 1.2rem;
   }

   #indices .graphic__item-special {
       font-size: 1rem;
   }
   
}

@media (max-width: 575px) { 
    #indices .graphic__subtitle{
        font-size: 1.4rem;
    }

   #indices .graphic__image {
       -ms-flex-preferred-size: 70%;
           flex-basis: 70%;
       height: 12rem;
   }

   #indices .graphic__history {
       padding-top: 0.7rem;
   }

    #indices .graphic__item {
        font-size: 0.9rem;
        line-height: 1.5;
    }

   #indices .graphic__item-upper-middle {
       margin-top: 2.4rem;
   }

   #indices .graphic__item-lower-middle {
       margin-bottom: 1.5rem;
       margin-top: 1px;
   }

   #indices .graphic__item-special {
       font-size: 1rem;
   }

}

/*
@media all and (max-width: 1320px) {
    #indices .graphic__holder {
        margin-top: 0;
        justify-content: center;
    }

     html[dir="rtl"]  #indices .graphic__holder {
        margin-top: 0;
    }

    #indices .graphic__image {
        flex-basis: 50%;
        height: 30rem;
    }

    #indices .graphic__history {
        padding-top: 2rem;
    }

    #indices .graphic__item {
        font-size: 1.4rem;
    }

    #indices .graphic__item-special {
        padding-left: 0.6rem;
        font-size: 1.5rem;
    }

    #indices .graphic__item-upper-middle {
        margin-top: 7rem;
    }

    #indices .graphic__item-lower-middle {
        margin-bottom: 5.5rem;
    }

    #indices .graphic__header {
        position: relative;
        top: auto;
        margin-bottom: 1rem;
    }

     html[dir="rtl"]  #indices .graphic__header {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1199px){
    #indices .graphic__image {
        flex-basis: 57%;
    }

    #indices .graphic__item-small {
        padding-left: 0;
    }
}

@media (max-width: 1023px) { 
    #indices .graphic__image {
        flex-basis: 60%;
    }
} 

@media (max-width: 991px) {    
    #indices .graphic__image {
        flex-basis: 77%;
    }

    #indices .graphic__subtitle {
        width: 100%;
    }
}
 
@media (max-width: 767px) {  
    #indices .graphic__image {
        flex-basis: 80%;
        height: 25rem;
    }

    #indices .graphic__history {
        padding-top: 1.5rem;
    }

    #indices .graphic__item-upper-middle {
        margin-top: 5.2rem;
    }

    #indices .graphic__item-lower-middle {
        margin-bottom: 3.6rem;
        margin-top: -1rem;
    }
    
    
    #indices .graphic__header {
        padding: 0;
        text-align: center;
    }

    #indices .graphic__subtitle {
        padding: 0;
    }

    #indices .graphic__item {
        font-size: 1.1rem;
    }

    #indices .graphic__item-special {
        padding-left: 0.3rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) { 
    #indices .graphic__image {
        flex-basis: 60%;
        height: 15rem;
    }

    #indices .graphic__history {
        padding-top: 0.5rem;
    }

    #indices .graphic__item-upper-middle {
        margin-top: 1.5rem;
    }

    #indices .graphic__item-lower-middle {
        margin-bottom: 0.7rem;
    }

    #indices .graphic__item {
        font-size: 0.9rem;
    }

    #indices .graphic__item-special {
        font-size: 1rem;
    }

    #indices .graphic__subtitle {
        font-size: 1.6rem;
    }
}*/
 
/*wide*/
#indices #whitespace_fix {
    position: relative;
    background-color: #034364;
    z-index: 2;
}

#indices #wide {
    background: #034364;
    text-align: center;
    background-size: auto 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#indices .wide__header {
    padding-bottom: 9.3rem;
}

#indices .wide__header::before {
    content: "";
    position: absolute;
    top: 25rem;
    z-index: -1;
    width: 890px;
    height: 403px;
    background: url(/uploads/img/structure/assets/indices/img/wide-bg.png) 0 0 no-repeat;
    background-position: 100% 100%;
}

html[dir="rtl"]  #indices .wide__header::before {
    top: 25rem;
}

#indices .wide__title {
    font-weight: 300;
}

#indices .wide__content {
    text-align: left;
    max-width: 56%;
    position: relative;
    padding: 0 1.9rem 0 0;
}

html[dir="rtl"]  #indices .wide__content {
    text-align: right;
    padding: 0 0 0 1.9rem;
}

#indices .wide__content_title {
    font-size: 4rem;
    line-height: 1.05;
    margin: 0 0 1.3em;
}

#indices .wide__content_text {
    opacity: 0.8;
    font-size: 1.8rem;
    line-height: 1.66;
    margin: 0 0 1.2rem;
}

#indices .wide__link {
    margin-bottom: 4.1rem;
    color: #7fba2f;
    line-height: 3rem;
    display: inline-block;
}

#indices .wide__link:hover {
    color: #7fba2f;
    text-decoration: underline;
}

#indices .wide__link:visited {
    color: #7fba2f;
}

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

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

#indices .wide__brand {
    width: 120px;
    display: inline-block;
    height: auto;
    background: url(/uploads/img/structure/assets/indices/img/wide-tags.png) -6px -12px;
    margin: 0 2rem;
}

#indices .wide__brand-choise {
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    background-color: #1378bf;
    padding: 0.9rem 1.1rem 0.9rem 1rem;
}

 html[dir="rtl"]  #indices .wide__brand-choise {
    padding: 0.9rem 1rem 0.9rem 1.1rem;
}

#indices .wide__brand-2 {
    background: url(/uploads/img/structure/assets/indices/img/wide-tags.png) -140px -11px;
    height: 22px;
}

#indices .wide__brand-3 {
    background: url(/uploads/img/structure/assets/indices/img/wide-tags2.png) 110px -175px;
    height: 22px;
}

#indices .wide__holder > *{
    margin: 0 1.8rem 2.5rem;
}

#indices .wide__header .mobile-img{
    display: none;
}

@media (max-width: 1199px) { 
    #indices #wide{
        padding-bottom: 0;
    } 
}
@media (max-width: 1023px) {  
    
    #indices .wide__header{
        padding-bottom: 0;
    }

    #indices .title-big {
        margin-bottom: 4rem;
    }

    #indices .wide__header::before{
       display: none;
    }

    #indices .wide__header .mobile-img{
        display: inline-block;
        max-width: 100%;
    }

    #indices .wide__content{
        max-width: 100%;
        padding: 0;
    }

    #indices .wide__holder{
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #indices .wide__content_title{
        text-align: center;
        margin-top: 3.6rem;
    }
}

@media (max-width: 575px) { 
    #indices .title-big{
        font-size: 4rem;
        word-break: break-word;
    }
    
}

/*accounts*/
#indices #accounts {
    background-color: #034364;
    text-align: center;
    position: relative;
    z-index: 2;
}

#indices #accounts h2 {
    color: #fff;
    margin: 0 0 3.8rem 0;
}

#indices .accounts__subtitle {
    font-size: 1.8rem;
    line-height: 1.66;
    color: #a1a5a9;
    margin: 0 0 1.2rem;
}

#indices .accounts__link {
    color: #7fba2f;
    font-size: 1.4rem;
}

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

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

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

#indices .accounts__caption {
    list-style: none;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    width: 140px;
    padding: 0;
    text-align: right;
    margin: 0;
}

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

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

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

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

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

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

#indices .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;
    margin: 0;
    padding: 0;
}

#indices .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 #145382;
    border-radius: 5px;
    background: rgba(23, 39, 55, 0.5);
    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"] #indices .accounts__scrollable_item{
    text-align: right;
}

#indices .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::before {
    content: "";
    position: absolute;
    width: 280px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: -o-linear-gradient(right, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(3, 67, 100, 1)), to(rgba(3, 67, 100, 0)));
    background: linear-gradient(to left, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
}

html[dir="rtl"] #indices .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::before {
    left: 0;
    right: auto;
    background: -o-linear-gradient(left, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(21, 30, 41, 1)), to(rgba(21, 30, 41, 0)));
    background: linear-gradient(to right, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
}

#indices .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
    opacity: 0.3;
}

#indices .accounts__scrollable_item:hover {
    background: #145382;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#indices .accounts__item_banner {
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    margin: 0;
    position: absolute;
    top: -2px;
    right: 0;
    padding: 0.3rem 1.1rem 0.2rem 1.1rem;
    background: #145382;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
}

#indices .accounts__item_title {
    margin-top: 3.6rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
}

#indices .accounts__item_text {
    font-size: 1.4rem;
    color: #a1a5a9;
    font-weight: 400;
    margin: 0;
}

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

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

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

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

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

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

#indices .accounts__slider_arrow {
    position: absolute;
    top: calc(50% - 20px);
    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;
}

#indices .accounts__slider_prev {
    left: -72px;
    border-left: 2px solid #dfe0e2;
    border-bottom: 2px solid #dfe0e2;
}

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

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

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

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

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

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

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

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

    #indices .accounts__scrollable_item{
        width: 370px;
    }

    #indices .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        content: "";
        position: absolute;
        width: 280px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        background: -o-linear-gradient(right, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(3, 67, 100, 1)), to(rgba(3, 67, 100, 0)));
        background: linear-gradient(to left, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
    }
    
    html[dir="rtl"] #indices .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        left: 0;
        right: auto;
        background: -o-linear-gradient(left, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(21, 30, 41, 1)), to(rgba(21, 30, 41, 0)));
        background: linear-gradient(to right, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
    }
    
    #indices .active~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0.3;
    }
}

@media (max-width: 1199px) { 
    #indices .active~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0.3;
    }
    #indices .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0;
    }
}

@media (max-width: 991px) { 
    #indices .accounts__scrollable_item{
        width: 350px;
    }
    #indices .active~.accounts__scrollable_item:before {
        content: "";
        position: absolute;
        width: 280px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        background: -o-linear-gradient(right, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(3, 67, 100, 1)), to(rgba(3, 67, 100, 0)));
        background: linear-gradient(to left, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
    }
    
    html[dir="rtl"] #indices .active~.accounts__scrollable_item::before {
        left: 0;
        right: auto;
        background: -o-linear-gradient(left, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(21, 30, 41, 1)), to(rgba(21, 30, 41, 0)));
        background: linear-gradient(to right, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
    }
    
    #indices .active~.accounts__scrollable_item {
        opacity: 0.3;
    }
    
}

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

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

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

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

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

    #indices .accounts__caption{
        display: none;
    }

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

    :lang(ru) #indices .accounts__scrollable{
        height: 42rem;
    }

    :lang(pl) #indices .accounts__scrollable{
        height: 43rem;
    }

    #indices .accounts__scrollable_item{
        width: 370px;
    }

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

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

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

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

@media all and (max-width: 575px){
    #indices .accounts__subtitle{
        text-align: left;
    }

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

    #indices .wide__brand_holder{
        padding-top: 7px;
    }
    #indices .wide__brand-choise{
        display: block;
        margin: 7px 0 0 0;
    }

    #indices .accounts__slider{
        margin-bottom: 5rem;
    }

    #indices .accounts__scrollable_item{
        margin: 0;
        width: 100%;
    }

    :lang(ja) #indices .accounts__scrollable,
    :lang(de) #indices .accounts__scrollable,
    :lang(es) #indices .accounts__scrollable,
    :lang(uk) #indices .accounts__scrollable,
    :lang(pt) #indices .accounts__scrollable,
    :lang(ms) #indices .accounts__scrollable{
        height: 43rem;
    }
}

@media all and (max-width: 360px){
    :lang(zh-Hans) #indices .accounts__scrollable,
    :lang(zh-Hant) #indices .accounts__scrollable{
        height: 41rem;
    }

    :lang(de) #indices .accounts__scrollable{
        height: 47rem;
    }

    :lang(pt) #indices .accounts__scrollable,
    #indices .accounts__scrollable,
    :lang(ru) #indices .accounts__scrollable{
        height: 46rem;
    }
    
    :lang(ms) #indices .accounts__scrollable,
    :lang(id) #indices .accounts__scrollable{
        height: 45rem;
    }

    :lang(th) #indices .accounts__scrollable{
        height: 42rem;
    }
}


/*profit*/
#indices #profit {
    background: #01447e url(/uploads/img/structure/assets/indices/img/profit-bg.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
    color: #fff;
}

#indices .profit__header {
    width: 65%;
    margin-bottom: 6rem;
}

#indices .profit__title {
    color: #fff;
    margin: 0 0 1.8rem;
}

#indices .profit__subtitle {
    opacity: 0.8;
    line-height: 1.66;
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
}

#indices .profit__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

#indices .profit__content_item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    position: relative;
    padding: 2rem 2rem 9.4rem 2rem;
    background: rgba(3, 72, 131, 0.8);
    margin: 0 1rem;
    border-radius: 4px;
    border-top: 2px solid transparent;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#indices .profit__content_item:hover {
    background: #1372b6;
    opacity: 1;
}

#indices .profit__content_item:hover .profit__content-pop {
    background-color: #1372b6;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

#indices .profit__content-item-border {
    border-color: #0d61a0;
}

#indices .profit__content_item:first-child {
    margin-left: 0;
}

#indices .profit__content_item:last-child {
    margin-right: 0;
}

#indices .profit__content-pop {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.3rem 1.1rem;
    background: #0d61a0;
    position: absolute;
    top: -2px;
    right: 0;
    border-bottom-left-radius: 4px;
}

html[dir="rtl"]  #indices .profit__content-pop {
    left: 0;
    right: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}

#indices .profit__content_img {
    width: 90px;
    height: 90px;
    background: url(/uploads/img/structure/assets/indices/img/profit-icon.png) 0 3px;
}

#indices .profit__content_img-2 {
    background: url(/uploads/img/structure/assets/indices/img/profit-icon.png) -97px 3px;
}

#indices .profit__content_img-3 {
    background: url(/uploads/img/structure/assets/indices/img/profit-icon.png) -201px 3px;
}

#indices .profit__content_img-4 {
    background: url(/uploads/img/structure/assets/indices/img/profit-icon.png) 93px 3px;
}

#indices .profit__content_title {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3.2rem 0 2.2rem;
    padding-left: 1.0rem;
    line-height: 2rem;
}

html[dir="rtl"]  #indices .profit__content_title {
    padding-left: 0;
    padding-right: 1rem;
}

#indices .profit__content_list {
    list-style: none;
    padding: 0;
}

#indices .profit__content_li {
    font-weight: 400;
    font-size: 1.4rem;
    opacity: 0.8;
    margin: 0 0 1rem;
    padding-left: 0.9rem;
    position: relative;
}

#indices .profit__content_li:before {
    content: "-";
    position: absolute;
    left: 0;
}

html[dir="rtl"]  #indices .profit__content_li {
    padding-right: 0.9rem;
    padding-left: 0;
}

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

#indices .profit__content_btn {
    font-weight: 500;
    font-size: 1.6rem;
    padding: 1rem 0;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

@media (max-width: 1199px) { 
    #indices .profit__content_item{
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
        margin: 0 0 3.6rem;
        background: rgba(1, 50, 91, 0.8);
    }  

    #indices .profit__header{
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1024px) { 
    #indices .profit__content{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}
@media (max-width: 1023px) {
    #indices .profit__content_item{
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    }   
}

@media (max-width: 575px) { 
    #indices #profit{
        padding-bottom: 1.4rem;
    }

    #indices .profit__content_item{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    #indices .profit__subtitle{
        text-align: left;
    }

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

/*award*/
#indices #award {
    background-color: #f2f5fb;
    text-align: center;
}

#indices .award__title {
    margin: 0 0 2rem;
}

#indices .award__subtitle {
    color: #000;
    font-size: 2.5rem;
    line-height: 1.08;
    font-weight: 300;
    margin: 0 0 1rem;
}

#indices .award__list {
    padding: 3.1rem 0 0 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
}

#indices .award__list li {
    font-size: 1.6rem;
    color: #697d8c;
    width: 220px;
    padding: 0 4rem 5.2rem;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin-bottom: 2.7rem;
}

#indices .award__list li::after,
#indices .award__list li::before {
    content: "";
    position: absolute;
    background: url("img/award-oliv.png");
    width: 60px;
    height: 100px;
    top: -11px;
    left: 4px;
}

#indices .award__list li::after {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    right: 4px;
    left: auto;
}

#indices .award__list h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 500;
}

#indices .award__list .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {    
    #indices .award__list{
        max-width: 100%;
    }
}

@media (max-width: 767px) {   
    #indices .award__list{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (max-width: 575px) { 
    #indices .award__subtitle{
        font-size: 2rem;
    }

}