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

    line-height: 2rem;
}

#indices #whitespace_fix {
    background-color: #034364;
    z-index: 2;
}

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

    background: #ffffff;
}

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

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

    padding: 0 1rem;

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

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

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

#indices .h2 {
    color: #000000;
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
}

#indices .h3 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2rem;
}

#indices .button__holder {
    display: block;
z-index: 1000;
    text-align: center;
    position: relative;
}

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

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

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

#indices .pretty__button-special {
    font-size: 1.4rem;
    line-height: 1.42857143;
    font-weight: 500;
}

#indices .button_holder {
    display: block;

    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 .blue__button {
    position: relative;
}

#indices .blue__button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
    border-radius: 5px;
    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);
    opacity: 0.8;
}

#indices .red__button {
    margin-right: 2rem;
    background: -o-linear-gradient(left, #e11e0a, #f5230c, #e11e0a);
    background: -webkit-gradient(linear, left top, right top, from(#e11e0a), color-stop(#f5230c), to(#e11e0a));
    background: linear-gradient(to right, #e11e0a, #f5230c, #e11e0a);
}

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

#indices .blue__button:hover {
    background: #0361a7;
    color: #ffffff;
    opacity: 1;
}

#indices .red__button:hover {
    background: #f5230c;
    color: #ffffff;
}

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

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

#indices .main__header {
    margin-top: 10.2rem;
}

#indices .title-big {
    margin-top: 1rem;
    margin-bottom: 1.7rem;

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

#indices .main__header_subtitle {
    display: inline-block;

    max-width: 80%;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-top: 0;

    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

#indices .main__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;

    margin-top: 6.3rem;
    margin-bottom: 3.2rem;
}

#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("images/main-icons.png") -11px -2px;
}

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

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

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

#indices .main__content_title {
    margin-top: 3.6rem;
    margin-bottom: 2.2rem;

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

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

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

#indices .about__title {
    margin-top: 8rem;
    margin-bottom: 4.5rem;
}

#indices .about__describe {
    padding: 0 1.3rem;
}

#indices .about__describe_text {
    margin-bottom: 2rem;

    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #697d8c;
}

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

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

    padding-left: 1.8rem;
}

#indices .graphic__title {
    margin: 2rem 0 3.8rem 0;

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

#indices .graphic__subtitle {
    padding-left: 0.2rem;

    font-size: 1.8rem;
    line-height: 3rem;
    color: #697d8c;
}

#indices .graphic__holder {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;

    margin-top: 14.7rem;
    margin-bottom: 2.5rem;
}

#indices .graphic__image {
    width: 100%;
    height: 45rem;
    flex-basis: 75%;

    background: url(images/graphic-bg.png) no-repeat;
    background-size: auto 100%;
    background-position: 68%;
}

#indices .graphic__history {
    padding: 4rem 0 0 0.4rem;

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

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

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

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

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

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

    font-size: 2.2rem;
}

#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;
    padding-left: 2rem;

    font-size: 1.2rem;
    line-height: 2rem;
    color: #000000;
    opacity: 0.6;
}

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

#indices .de30_banner{
    background: url(images/bg-index.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    text-align: left;
    color: #fff;
    background-color: #050730;
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
}

#indices .de30_banner h1 {
    color: #fff;
    font-size: 3.7rem;
    font-weight: 600;
    margin-bottom: 2rem;
}


#indices .de30_banner p {
    max-width: 74%;
    font-size: 1.8rem;
    font-weight: 300;
}
@media all and (max-width: 678px) {
#indices .de30_banner p  {
max-width: 100%;
}

}

#indices .de30_banner ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #7fba2f;
    font-size: 4rem;
    vertical-align: middle;
}

#indices .de30_banner ul li {
    color: #fff;
    font-size: 1.4rem;
    line-height: 3rem;
    padding-left: 3rem;
    position: relative;
    font-weight: 500;
    list-style-type: none;
}

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


#indices .de30_banner ul  {
 padding: 0;
     margin-bottom: 3rem;
}

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

 html[dir="rtl"] #indices .de30_banner ul li::before {
   right: 0;
}

 html[dir="rtl"]  #indices .de30_banner ul li {


padding-right: 3rem;
 }
#indices #wide {
    position: relative;
    z-index: 1;

    padding-bottom: 5rem;

    background-color: #034364;
    text-align: center;
    color: #ffffff;
}

#indices .wide__header::before {
    content: "";
    position: absolute;
    top: 20rem;
    z-index: -1;

    width: 890px;
    height: 403px;

    background: url(images/wide-bg.png) no-repeat;
    background-position: 100% 100%;
}

#indices .wide__header {
    margin-top: 3.3rem;
    padding-bottom: 7rem;
}

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

#indices .wide__content {
    max-width: 56%;
    margin-bottom: 1.8rem;
    padding: 0 1.9rem 0 1.9rem;

    text-align: left;
}

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

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

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

#indices .wide__content_title {
    font-size: 4rem;
    line-height: 4rem;
}

#indices .wide__content_text {
    margin-top: 5.3rem;
    margin-bottom: 1.2rem;
    padding-top: 0;

    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    opacity: 0.7;
}

#indices .wide__holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#indices .wide__brand_holder {
    display: inline-block;

    border: 1px solid #1378bf;
    border-radius: 5px;
}

#indices .wide__brand-choise {
    display: inline-block;

    padding: 0.9rem 1.1rem 0.9rem 1rem;
    border-bottom-right-radius: 5px;

    font-size: 1.4rem;
    font-weight: 500;
    background-color: #1378bf;
}

#indices .wide__brand {
    display: inline-block;

    width: 120px;
    height: auto;
    margin: 0 1.8rem 0 0.9rem;

    background: url(images/wide-tags.png) -6px -12px;
}

#indices .wide__brand-2 {
    height: 22px;
    margin: 0 3.3rem 0 4rem;

    background: url(images/wide-tags.png) -140px -11px;
}

#indices .wide__brand-3 {
    height: 22px;

    background: url(images/wide-tags2.png) 110px -175px;
}

#indices .wide__space {
    margin-bottom: 3rem;
}


#indices #accounts {
    padding-top: 4rem;

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

#indices #accounts .h2 {
    margin: 6.1rem 0 3.8rem 0;

    color: #ffffff;
}

#indices .accounts__subtitle {
    display: inline-block;
    max-width: 65%;
    margin: 0;
    margin-bottom: 1.2rem;

    font-size: 1.8rem;
    line-height: 3rem;
    color: #a1a5a9;
}

#indices .accounts__link {
    display: block;

    margin: 0;

    color: #7fba2f;
    font-size: 1.4rem;
    line-height: 3rem;
}

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

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

#indices .accounts__slider {
    position: relative;

    margin-top: 5.9rem;
    padding-left: 2rem;
    margin-bottom: 3.2rem;
}

#indices .accounts__slider_arrow {
    position: absolute;
    top: calc(50% - 20px);

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

#indices .accounts__caption {
    position: absolute;
    bottom: 0;

    width: 140px;
    padding: 0 0 2.4rem 0;
    margin: 0;

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

#indices .accounts__captaion_item {
    position: relative;

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

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

    width: 100%;
    height: 39rem;
    padding-left: 14rem;

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

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


#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%;
    padding: 0;

    list-style-type: none;
}

#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 #0d6197;
    border-radius: 5px;

    background: rgba(5, 72, 108, 0.8);
    text-align: left;
    cursor: pointer;

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

#indices .accounts__scrollable_item:hover {
    background: #0d6197;

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

#indices .accounts__item_title {
    margin-top: 2.6rem;
    margin-bottom: 0.8rem;

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

#indices .accounts__item_text {
    padding-left: 0.3rem;

    font-size: 1.4rem;
    color: #a1a5a9;
    font-weight: 400;
}

#indices .accounts__item_order {
    position: absolute;
    bottom: 2.4rem;

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

    list-style-type: none;
}

#indices .accounts__item_order_li {
    position: relative;

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

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

#indices .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;
    color: #ffffff;
    background: #0d6197;
}

#indices .accounts__button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#indices .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;

    width: 280px;
    height: 360px;
    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%);
}

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

#indices #profit {
    background: url(images/profit-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #01447e;
    color: #ffffff;
}

#indices #profit .wrapper {
    padding-left: 2.2rem;
}

#indices .profit__header {
    width: 65%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 7.1rem;
    margin-bottom: 6.1rem;
}

#indices .profit__title {
    margin-top: 1rem;
    margin-bottom: 1.8rem;

    color: #ffffff;
}

#indices .profit__subtitle {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;

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

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

    margin-bottom: 2.2rem;
}

#indices .profit__content_item {
    position: relative;
    z-index: 2;

    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin: 0 1rem;
    padding: 2rem 2rem 9.4rem 2rem;
    border-top: 2px solid transparent;
    border-radius: 4px;

    background: rgba(3, 72, 131, 0.8);

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#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_item:hover {
    background: #1372b6;
    opacity: 1;
    border-color: #1372b6;
}

#indices .profit__content_item:hover .profit__content-pop {
    background-color: #1372b6;
}

#indices .profit__content_title {
    width: 75%;
    margin-top: 3.2rem;
    margin-bottom: 2.2rem;
    padding-left: 1.0rem;

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

#indices .profit__content_img {
    width: 90px;
    height: 90px;

    background: url(images/profit-icon.png) 0 3px;
}

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

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

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

#indices .profit__content_list {
    padding: 0;

    list-style-type: none;
}

#indices .profit__content_li {
    position: relative;

    margin: 0;
    margin-bottom: 1rem;
    padding-left: 0.7rem;

    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.8;
}

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

#indices .profit__content_btn {
    display: inline-block;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;

    padding: 1rem 0;
    border-radius: 5px;

    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

#indices .profit__content-pop {
    position: absolute;
    top: -2px;
    right: 0;

    padding: 0.4rem 1.1rem 0.1rem 1.1rem;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;

    font-size: 1.2rem;
    font-weight: 500;
    background: #0d61a0;
}

#indices #security {
    position: relative;

    padding-bottom: 1.8rem;

    background-color: #ffffff;
    color: #697d8c;
}

#indices #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: 85% 100%;
    background-size: auto 100%;
}

#indices #security .wrapper {
    position: relative;
    z-index: 2;

    text-align: left;
}

#indices .security__content {
    display: inline-block;

    max-width: 744px;
    padding: 1.6rem;
}

#indices .security__header {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
}

#indices .security__title {
    margin: 2rem 0 2.3rem 0;
}

#indices .security__subtitle {
    padding-left: 0.4rem;

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

#indices .security__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-left: 0;
    margin-right: 0.2rem;
    padding: 0;
}

#indices .security__list_item {
    width: 340px;
    margin-bottom: 3.5rem;
}

#indices .security__list_title {
    display: inherit;
    position: relative;

    margin-top: 2.9rem;

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #697d8c;
}

#indices .security__list_title:visited,
#indices .security__list_title:hover {
    color: #697d8c
}

#indices .security__list_title:hover {
    text-decoration: underline;
}

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

#indices .security__list_img-2 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#indices .security__list_img-3 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#indices .security__list_img-4 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

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

#indices .award__header {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#indices .award__title {
    margin-bottom: 1rem;
}

#indices .award__subtitle {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 300;
    color: #000000;
}

#indices .award__subtitle-special {
    font-weight: 500;
}

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

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

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

#indices .award__list li::after {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 4px;
    top: -12px;
}

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

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

@media all and (min-width: 920px) {
    #indices .award__list .item-small {
        width: 130px;
        padding-bottom: 4.2rem;
    }

    #indices .award__list .item-small h4 {
        font-size: 1.5rem;
    }

    #indices .award__list .item-small::before {
        width: 50px;
        height: 80px;
        top: -11px;
        left: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }

    #indices .award__list .item-small::after {
        width: 50px;
        height: 80px;
        top: -11px;
        right: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }
}


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

@media all and (max-width: 880px) {
    #indices .award__list li {
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #indices .award__list {
        justify-content: center;
    }
}

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

    #indices .award__list li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    #indices .award__list {
        margin-top: 4rem;
    }
}

#award .pretty__button {
    margin-bottom: -13.5rem;
}


/* ae verison */

 html[dir="rtl"]  #indices .graphic__holder {
    direction: ltr;
    justify-content: flex-end;
}

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

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

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

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

 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(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(3, 67, 100, 1)), to(rgba(3, 67, 100, 0)));
    background: linear-gradient(to right, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
}

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

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

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

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

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

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

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

 html[dir="rtl"]  #indices .accounts__captaion_item:not(:last-child)::after {
    right: 0;
    left: auto;

    background: linear-gradient(to left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
}

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

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

 html[dir="rtl"]  #indices .profit__content-pop {
    left: 0;
    right: auto;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}

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

 html[dir="rtl"]  #indices .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;
}

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

 html[dir="rtl"]  #indices #security::after {
    right: auto;
    left: 0;

    background-position: 9% 100%;
}

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

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


 html[dir="rtl"]  #indices #graphic {
    padding-right: 3rem;
}

 html[dir="rtl"]  #indices .graphic__header {
    position: relative;
}

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


:lang(vi)#indices  .accounts__caption {
        width: 146px;
}

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

     html[dir="rtl"]  #indices #security::after {
        background-position: 29% 100%;
    }
}

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

     html[dir="rtl"]  #indices #security::after {
        background-position: 29% 100%;
    }
}

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

    #indices .wide__header::before {
        right: 0;
        opacity: 0.1;
    }

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

     html[dir="rtl"]  #indices #security::after {
        background-position: -11% 100%;
    }
}

@media all and (max-width: 1520px) {
    #indices #security::after,
    #indices #wide::before {
        background-position: 121% 100%;
    }

    #indices .accounts__slider_prev {
        left: 20px;
    }

    #indices .accounts__slider_next {
        right: 20px;
    }

     html[dir="rtl"]  #indices #security::after {
        background-position: -21% 100%;
    }
}

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

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

    #indices .graphic__subtitle {
        max-width: 80%;
    }

     html[dir="rtl"]  #indices #security::after {
        background-position: -31% 100%;
    }
}

@media all and (max-width: 1250px) {
    #indices .wide__content {
        max-width: 70%
    }
}

@media all and (max-width: 1180px) {
    #indices .profit__content_item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-bottom: 4rem;
    }

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

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

    #indices .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        content: "";
        position: absolute;
        right: 0;
        top: -10px;
        z-index: 3;

        width: 280px;
        height: 370px;
        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%);
    }

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

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

    #indices .wide__header::before {
        background-position: 300% 100%;
    }

    #indices .graphic__image {
        flex-basis: 55%;
    }

     html[dir="rtl"]  #indices .wide__header::before {
        background-position: -170% 100%;
    }

     html[dir="rtl"]  #indices .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        right: auto;
        left: 0;

        background: -o-linear-gradient(left, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(3, 67, 100, 1)), to(rgba(3, 67, 100, 0)));
        background: linear-gradient(to right, rgba(3, 67, 100, 1) 55%, rgba(3, 67, 100, 0) 100%);
    }
}

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

    #indices .main__content_item {
        margin-bottom: 2rem;
    }

    #indices .security__content {
        padding: 1.6rem 0;
    }

    #indices #security::after {
        background-position: 221% 100%;
    }

    #indices #profit .wrapper {
        padding: 0;
    }

    #indices .h2 {
        line-height: 5rem;
    }

    #indices .wide__header::before {
        background-position: 400% 100%;
    }

    #indices .graphic__image {
        flex-basis: 57%;
    }

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

     html[dir="rtl"]  #indices #security::after {
        background-position: -91% 100%;
    }
}

@media all and (max-width: 1040px) {
    #indices .wide__header {
        position: relative;

        padding-bottom: 43rem;
    }

    #indices .wide__header::before,
     html[dir="rtl"]  #indices .wide__header::before {
        top: auto;
        bottom: -6rem;
        left: 0;
        right: 0;
        margin: 0 auto;

        width: 100%;
        height: 100%;

        background-size: 100%;
        background-position: 100%;
        opacity: 1;
    }

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

        text-align: center;
    }

    #indices .graphic__image {
        flex-basis: 60%;
    }
}

@media all and (max-width: 990px) {
    #indices .main__content_item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #indices .main__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #indices .main__header_subtitle {
        max-width: 100%
    }

    #indices .security__wrapper {
        text-align: center;
    }

    #indices .security__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

    #indices #security::after {
        background-size: 0;
    }

    #indices .security__list_item {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    #indices #security {
        background-size: 0;
    }

    #indices .profit__header {
        width: 100%;

        text-align: center;
    }

    #indices .profit__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

    #indices .accounts__slider_arrow {
        display: none;
    }

    #indices .graphic__image {
        flex-basis: 67%;
    }

    #indices .accounts__subtitle {
        max-width: 100%;
    }

    #indices .graphic__subtitle {
        max-width: 100%;
    }
}

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

@media all and (max-width: 780px) {
    #indices .title-big {
        font-size: 4.5rem;
        line-height: 5rem;
    }

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

    #indices .security__list_item {
        margin-right: 0;
        margin-left: 0;
    }

    #indices .graphic__image {
        flex-basis: 70%;
        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 .wide__brand_holder {
        margin-bottom: 3rem;
    }

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

@media all and (max-width: 720px) {
    #indices .security__header {
        text-align: center;
    }

    #indices .main__content_item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-right: 2rem;
        margin-left: 2rem;
    }

    #indices .profit__header,
    #indices .profit__subtitle {
        padding-right: 0;
        padding-left: 0;
    }

    #indices .graphic__header {
        padding: 0;

        text-align: center;
    }

    #indices .graphic__subtitle {
        padding: 0;
    }

    #indices .graphic__image {
        flex-basis: 80%;
    }

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

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

        font-size: 1.2rem;
    }
}

@media all and (max-width: 660px) {
    #indices .profit__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #indices .typicall__list {
        padding: 0;
    }

    #indices .graphic__image {
        flex-basis: 70%;
        height: 20rem;
    }

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

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

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

    #indices .wide__brand-2 {
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 660px) {
    #indices .graphic__image {
        flex-basis: 75%;
    }
}

@media all and (max-width: 560px) {
    #indices .main__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #indices .award__subtitle {
        font-size: 2.1rem;
    }


    #indices .main__header_title {
        font-size: 4.5rem;
    }

    #indices .main__header_subtitle {
        font-size: 2.3rem;
    }

    #indices .main__content_item {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    #indices .h2 {
        font-size: 3rem;
    }

    #indices .section {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

    #indices .title-big {
        font-size: 4rem;
    }


    #indices .accounts__scrollable {
        padding-left: 0;
    }

    #indices .accounts__scrollable_item {
        width: 260px;
    }

    #indices .accounts__scrollable {
        height: 40rem;
    }

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

    #indices .accounts__caption {
        display: none;
    }

    #indices .wide__brand-2 {
        margin-top: 1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }

  #indices .wide__brand-3 {
    margin-right: 0rem;
    }

    #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,
    #indices .wide__content_text,
    #indices .accounts__subtitle {
        font-size: 1.6rem;
    }

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

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

    @media all and (max-width: 500px) {
        #indices .graphic__image {
            flex-basis: 70%;
        }

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

        #indices .wide__header::before {
            bottom: -8rem;
        }
    }

    @media all and (max-width: 450px) {
        #indices .graphic__image {
            flex-basis: 73%;
        }
    }

    @media all and (max-width: 400px) {
        #indices .graphic__image {
            flex-basis: 70%;
            height: 15rem;

            background-size: auto 80%;
        }

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

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

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


    @media all and (max-width: 360px) {
        #indices .accounts__scrollable_item {
            width: 240px;
            margin: 0;
        }

        #indices .accounts__scrollable {
            height: 42rem
        }

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

        #indices .security__list_item {
            width: 300px;
            margin-right: 0;
            margin-left: 0;
        }

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

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

    @media all and (max-width: 340px) {
         :lang(ru) #indices #award .pretty__button {
            line-height: 2.5rem;
        }
    }

    @media all and (max-width: 335px) {
        #indices .graphic__image {
            background-size: auto 75%;
        }

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

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

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