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

    line-height: 2rem;
}

#stocks #whitespace_fix {
    background-color: #1c2838;
    position: relative;
    z-index: 2;
}

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

    background: #ffffff;
}

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

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

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

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

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

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

#stocks .button_holder {
    display: block;

    text-align: center;
}

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

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

#stocks .button_holder {
    display: block;

    text-align: center;
}

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

#stocks .blue__button {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

#stocks .main__header_subtitle {
    display: inline-block;

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

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

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

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

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

#stocks .main__content_img {
    display: inline-block;

    width: 80px;
    height: 80px;

    background: url("images/main-icons.png") -10px -1px;
}

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

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

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

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

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

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

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

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

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

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

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

#stocks .about__content {
    display: inline-block;

    padding: 0 2rem;
    margin-top: 4.5rem;
}

#stocks .about__content_title {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: #000;
}

#stocks .about__content_table {
    display: inline-block;

    width: 100%;
    padding: 1.6rem 0.2rem 2.4rem 0.2rem;
    margin-bottom: 0.7rem;
    border-spacing: 0;
    border-collapse: separate;

    font-size: 1.8rem;
    line-height: 5.6rem;
    font-weight: 400;
    text-align: center;
    color: #697d8c;
}

#stocks .about__content_td-1 {
    padding-right: 23rem;
}

#stocks .about__content_td-2 {
    padding: 0 4.3rem 0 4.3rem
}

#stocks .about__content_td-3 {
    padding: 0 3.9rem 0 3.9rem;
}

#stocks .about__content_td-4 {
    padding: 0 3.4rem 0 3.4rem
}

#stocks .about__content_table tr:not(:first-child) td {
    border-bottom: 2px solid #f2f5f7;
}

#stocks .about__content_table tr:last-child td {
    border-bottom: none;
}

#stocks .about__content_table td:first-child {
    font-weight: 500;
    color: #000000;
    text-align: left;
}

#stocks .about__content_table td {
    color: #697d8c;
}

#stocks .about__content_table tr:first-child {
    font-size: 1.4rem;
    line-height: 5.6rem;
    text-align: center;
}

#stocks .about__content_table td.td-notblack {
    color: #697d8c;
    font-weight: 400;
    text-align: left;
}

#stocks .about__content_td-btn {
    padding: 0.6rem 2.6rem;
    border-radius: 5px;

    font-size: 1.6rem;
    line-height: 2rem;
    color: #ffffff;
    font-weight: 700;
    opacity: 0.5;
    cursor: pointer;
}

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

#stocks .about__content_list {
    padding: 1.9rem 5.7rem;
    margin-bottom: 2.2rem;
    border: 1px solid #d0d6db;

    color: #697d8c;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
    box-shadow: 0 3px 1px 0 #f2f5fb;
}

#stocks .about__content_list:hover,
#stocks .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;
}

#stocks #wide {
    position: relative;
    z-index: 2;
    overflow-x: hidden;

    padding-bottom: 5rem;

    background: url("images/bg-wide.jpg") no-repeat;
    text-align: center;
    background-position: 50% 50%;
    background-size: auto 100%;
    color: #ffffff;
    background-color: #151e29;
}

#stocks .wide__header {
    margin-top: 6.3rem;
    padding-bottom: 7rem;
}

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

    width: 890px;
    height: 403px;

    background: url(/uploads/pages/general/images/section-platform/wide-bg2.png) no-repeat;
    background-position: 100% 100%;
}

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

#stocks .wide__content {
    position: relative;

    max-width: 55%;
    margin-bottom: 1.8rem;
    padding: 0 1.9rem 0 1.9rem;

    text-align: left;
}

:lang(es) #stocks .wide__content {
    max-width: 56%;
}

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

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

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

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

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

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

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

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

#stocks .wide__brand {
    width: 120px;
    display: inline-block;
    height: auto;
    background: url(/uploads/pages/general/images/section-platform/wide-tags.png) -6px -12px;
    margin: 0 1.8rem 0 0.9rem;
}

#stocks .wide__brand-2 {
    background: url(/uploads/pages/general/images/section-platform/wide-tags.png) -140px -11px;
    margin: 2rem 3.3rem 2rem 4rem;
    height: 22px;
}

#stocks .wide__brand-3 {
    background: url(/uploads/pages/general/images/section-platform/wide-tags2.png) 110px -175px;
    ;
    height: 22px;
}

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

    padding-top: 4rem;

    background-color: #151e29;
    text-align: center;
}

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

    color: #ffffff;
}

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

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

#stocks .accounts__link {
    display: block;

    margin: 0;

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

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

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

#stocks .accounts__slider {
    position: relative;

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

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

#stocks .accounts__slider_prev {
    left: -72px;

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

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

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

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

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

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

#stocks .accounts__captaion_item {
    position: relative;

    line-height: 4rem;
    color: #a1a5a9;
}

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

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

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

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

 :lang(ua) #stocks .accounts__scrollable {
    height: 40rem;
}

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

#stocks .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 #165788;
    border-radius: 5px;

    background: rgba(27, 48, 69, 0.8);
    text-align: left;
    cursor: pointer;

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

#stocks .accounts__scrollable_item:hover {
    background: #165788;

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

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

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

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

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

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

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

    list-style-type: none;
}

#stocks .accounts__item_order_li {
    position: relative;

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

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

#stocks .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: #165788;
}

#stocks .accounts__button {
    margin-bottom: -13.5rem;

    -webkit-box-shadow: none;
    box-shadow: none;
}

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

    width: 280px;
    height: calc(100% + 4px);
    background: -o-linear-gradient(right, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(28, 40, 58, 1)), to(rgba(28, 40, 58, 0)));
    background: linear-gradient(to left, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
}

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

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

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

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

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

    color: #ffffff;
}

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

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

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

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

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

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

#stocks .profit__content_item:hover {
    background: #1372b6;
    opacity: 1;
    border-color: #1372b6;
}

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

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

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

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

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

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

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

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

#stocks .profit__content_list {
    padding: 0;

    list-style-type: none;
}

#stocks .profit__content_li {
    position: relative;

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

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

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

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

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

#stocks #security {
    position: relative;

    padding-bottom: 1.8rem;

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

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

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

    text-align: left;
}

#stocks .security__content {
    display: inline-block;

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

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

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

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

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

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

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

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

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

    margin-top: 2.9rem;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#stocks .award__list li::after {
    content: "";
    position: absolute;
    background: url("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;
}

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

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

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

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

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

    #stocks .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) {
    #stocks .award__list {
        max-width: 100%;
    }
}

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

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

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

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

#stocks .about__warning {
	margin-bottom: 4rem;
}

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

:lang(id) #stocks .accounts__scrollable {
    height: 41rem;
}

:lang(my) #stocks .accounts__scrollable {
    height: 41rem;
}

:lang(de) #stocks .accounts__scrollable {
    height: 43rem;
}

:lang(pt) #stocks .accounts__scrollable {
    height: 41rem;
}



:lang(ru) #stocks .accounts__caption {
    width: 140px;
    padding-bottom: 2.4rem;
}


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

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

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

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

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

html[dir="rtl"]  #stocks .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"]  #stocks .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"]  #stocks .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"]  #stocks .wide__holder {
	justify-content: end;
}

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

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

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

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

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

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

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

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

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

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

    background-position: 9% 100%;
}

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

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

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

html[dir="rtl"]  #stocks .about__content_table td:first-child {
	direction: ltr;
	text-align: right;
}

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

html[dir="rtl"]  #stocks .red__button {
	margin-right: 0;
	margin-left: 2rem;
}

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

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

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

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

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

    #stocks .accounts__slider_prev {
        left: 20px;
    }

    #stocks .accounts__slider_next {
        right: 20px;
    }
}


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

@media all and (max-width: 1250px) {
    #stocks .wide__content, :lang(es) #stocks .wide__content {
        max-width: 65%;
    }

    #stocks .wide__header::before {
        opacity: 0.4;
    }
}

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

    #stocks .profit__content_item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-bottom: 4rem;
    }

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

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

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

        width: 280px;
        height: calc(100% + 4px);
        background: -o-linear-gradient(right, rgba(24, 51, 83, 1) 55%, rgba(24, 51, 83, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(24, 51, 83, 1)), to(rgba(24, 51, 83, 0)));
        background: linear-gradient(to left, rgba(24, 51, 83, 1) 55%, rgba(24, 51, 83, 0) 100%);
    }

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

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

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

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

@media all and (max-width: 1160px) {
   #stocks .main__content_item {
        margin-bottom: 2rem;
    }

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

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

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

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

    #stocks #trade::before {
        background-position: 40% 50%;
        background-size: auto 100%
    }
}

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

    #stocks .about__content-graphic {
        flex-basis: 60%;
    }

    #stocks .about__content_td-1 {
        padding-right: 22rem;
    }

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

    #stocks .about__content_td-2 {
        padding: 0 4rem 0 4rem
    }

    #stocks .about__content_td-3 {
        padding: 0 3.6rem 0 3.6rem;
    }

    #stocks .about__content_td-4 {
        padding: 0 3.1rem 0 3.1rem
    }

    #stocks .wide__content, :lang(es) #stocks .wide__content, html[dir="rtl"]  #stocks .wide__content {
        max-width: 100%;
        text-align: center;
    }

    #stocks .wide__holder, html[dir="rtl"]  #stocks .wide__holder {
    	justify-content: center;
    }

    #stocks .wide__header {
        position: relative;

        padding-bottom: 43rem;
    }

    #stocks .wide__header::before, html[dir="rtl"]  #stocks .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;
    }
}

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

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


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

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

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

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

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

    #stocks .profit__header {
        width: 100%;

        text-align: center;
    }

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

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

    #stocks .accounts__slider_arrow {
        display: none;
    }

    #stocks .about__content {
        padding: 0;
    }


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

@media all and (max-width: 880px) {
    #stocks .about__content_table {
        width: auto;
    }

    #stocks .about__content_td-1 {
        padding-right: 18rem;
    }

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

    #stocks .about__content_td-2 {
        padding: 0 3rem 0 3rem
    }

    #stocks .about__content_td-3 {
        padding: 0 2.6rem 0 2.6rem;
    }

    #stocks .about__content_td-4 {
        padding: 0 2.1rem 0 2.1rem
    }
    #stocks .about__content_table {
        font-size: 1.4rem;
        line-height: 4rem;
    }

    #stocks .about__content_td-btn {
        padding: 0.6rem 2rem;

        font-size: 1.2rem;
    }
}

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

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

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

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

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

    #stocks .security__header {
        text-align: center;
    }

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

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

    #stocks #trade::before {
        background-position: 20% 50%;
    }

    #stocks .trade__title {
        text-align: center;
    }

    #stocks #trade .button__holder {
        text-align: center;
    }

    #stocks .about__content_td-1 {
        padding-right: 8rem;
    }

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

    #stocks .about__content_td-2 {
        padding: 0 2rem 0 2rem
    }

    #stocks .about__content_td-3 {
        padding: 0 1.6rem 0 1.6rem;
    }

    #stocks .about__content_td-4 {
        padding: 0 1.1rem 0 1.1rem
    }
}

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

    #stocks .typicall__list {
        padding: 0;
    }
}

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

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

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

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

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

    #trade .pretty__button {
        margin-bottom: 2rem;
    }

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

    #stocks .about__content_table tr:first-child {
        font-size: 1rem;
        line-height: 4rem;
    }

    #stocks .about__content_td-btn {
        padding: 0.3rem 0.5rem;

        font-size: 1rem;
    }

    #stocks .about__content_table {
        font-size: 0.8rem;
        line-height: 2.5rem;
    }

    #stocks .about__content_list {
        margin-bottom: 0;
        padding: 1.2rem 3rem;

        font-size: 1.2rem;
    }
    #stocks .section {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #stocks .about__content_title {
        font-size: 2rem;
    }

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

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

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

    #stocks .accounts__scrollable_item {
        width: 260px;
    }

     :lang(ua) #stocks .accounts__scrollable {
        height: 42rem;
    }

    #stocks .accounts__caption {
        display: none;
    }

    #stocks .red__button {
        margin-right: .5rem;
    }

    html[dir="rtl"]  #stocks .red__button {
    	margin-right: 0;
    	margin-left: .5rem;
    }

    #stocks .trade__link {
        margin-right: 6rem;
        margin-left: 6rem;
    }

    #stocks .trade__content_holder {
        text-align: center;
    }

    #stocks .trade__text {
        padding: 0;

        line-height: 2.5rem;
    }

    #stocks .trade__list {
        text-align: left;
    }

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

@media all and (max-width: 500px) {
    #stocks .wide__header {
        padding-bottom: 22rem;
    }
}

@media all and (max-width: 400px) {
    #stocks .about__content_td-1 {
        padding-right: 4rem;
    }

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

    #stocks .about__content_td-2 {
        padding: 0 1rem 0 1rem
    }

    #stocks .about__content_td-3 {
        padding: 0 1rem 0 1rem;
    }

    #stocks .about__content_td-4 {
        padding: 0 1rem 0 1rem
    }
}

@media all and (max-width: 375px) {
    #stocks .wide__header::before {
        bottom: -8rem;
    }
}

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

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

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

    #stocks .about__content_td-1 {
        padding-right: 3rem;
    }

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

    #stocks .about__content_td-2 {
        padding: 0 0.6rem 0 0.6rem;
    }

    #stocks .about__content_td-3 {
        padding: 0 0.6rem 0 0.6rem;
    }

    #stocks .about__content_td-4 {
        padding: 0 .6rem 0 .6rem
    }

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

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