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

    line-height: 2rem;
}

#crypto #whitespace_fix {
    background: url("images/wide-bg.png") no-repeat;
    background-position: 50% 0;
    background-color: #001735;
}

#crypto #whitespace_main_fix {
    background-color: #001735;
}

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

    background: #ffffff;
}

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

#crypto .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;

}

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

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

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

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

#crypto .button_holder {
    display: block;

    text-align: center;
}

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

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

}

#crypto .button__holder {
    display: block;

    text-align: center;
}

#crypto .button-green {
    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);

}

#crypto .button-green:hover {
    background: #98c838;
}

#crypto .button-bottom {
    margin-bottom: -13.3rem;
}

#crypto .button-shadow {
    -webkit-box-shadow: 0 3px 1px 0 #184d64;
    box-shadow: 0 3px 1px 0 #184d64;
}

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

#crypto .main__header {
    margin-top: 10.1rem;
}

#crypto .title-big {
    margin-top: 1rem;
    margin-bottom: 1.8rem;

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

#crypto .main__header_subtitle {
    display: inline-block;

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

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

#crypto .main__content {
    -ms-flex-pack: distribute;
    justify-content: space-between;

    margin-top: 10.5rem;
    margin-bottom: 3.4rem;
}

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

#crypto .main__content_img {
    display: inline-block;

    width: 80px;
    height: 80px;

    background: url("images/main-icon.png") -3px -2px;
}

#crypto .main__content_img-2 {
    background: url("images/main-icon.png") -125px -2px;
}

#crypto .main__content_img-3 {
    background: url("images/main-icon.png") -241px -2px;
}

#crypto .main__content_img-4 {
    background: url("images/main-icon.png") -363px -2px;
}

#crypto .main__content_title {
    margin-top: 3.4rem;
    margin-bottom: 2rem;

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

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

#crypto .main__warning {
    text-align: left;
    margin: 0;
    padding: 0 1rem 4.4rem 1rem;
    color: #ffffff;
    opacity: 0.8;
}

#crypto .main__warning-link {
    color: #24b2ff;
}

#crypto .main__warning-link:hover {
    color: #24b2ff;
    text-decoration: underline;
}

#crypto .main__warning-link:visited {
    color: #1378bf;
}

#crypto #data {

    text-align: center;
    color: #ffffff;
    background: url(images/data-bg.png) no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #00274b;
}

#crypto .data__header {
    margin-top: 8.6rem;
    margin-bottom: 6.6rem;
}

#crypto .data__title {
    margin-top: 0;
    margin-bottom: 2.6rem;

    line-height: 2rem;
    color: #ffffff;
}

#crypto .data__subtitle {
    font-size: 1.8rem;
    line-height: 2rem;
}

#crypto .data__content {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;

    margin-bottom: 2rem;
}

#crypto .data__content_graphic {
    position: relative;

    width: 45rem;

    margin-top: 50px;

}

#crypto .data__list {
    position: absolute;
    top: -1rem;
    left: 3.9rem;

    margin: 0;
    padding: 0;

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

#crypto .data__list_item {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #ffffff;
}

#crypto .data__list_item-special {
    font-size: 2.4rem;
}

#crypto .data__list_item-special::before {
    content: " x ";

    vertical-align: top;

    font-size: 1.6rem;
}

#crypto .data__list_item-red {
    color: #d9392e;
}

#crypto .data__list_item-green {
    color: #00a651;
}

#crypto .data__list_item-orange {
    color: #f7941d;
}

#crypto .data__list_item-blue {
    color: #00aeef;
}

#crypto .data__list_item-brown {
    color: #a94c2c;
}

#crypto .data__list_item-yellow {
    color: #fcb040;
}

#crypto .data__content_table {
    padding: 0.9rem;
}

#crypto .data__table {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 300;
    color: #ffffff;
}

#crypto .data__table thead td {
    padding-bottom: 1.6rem
}

#crypto .data__table td {
    vertical-align: middle;
}

#crypto .data__head-1 {
    padding-right: 16rem;
}

#crypto .data__head-2 {
    padding: 0 5.2rem;

    color: #ffffff;
}

#crypto .data__head-3 {
    padding: 0 6.5rem 0 4.7rem;

    color: #ffffff;
}

#crypto .data__table tbody tr {
    border-bottom: 1px solid #0f4466
}

#crypto .data__table tr:last-child {
    border: none;
}

#crypto .data__cell-number {
    padding: 1.5rem 0;

    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
}

#crypto .data__cell-number:after {
    content: " $";

    color: #697d8c;
}

#crypto .data__table tbody td:first-child {
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
}

#crypto .data__table tbody td:last-child {
    border-left: 1px solid #356380;
}

#crypto .warning-special {
    color: #f00;
}

#crypto .data__cell-red {
    color: #d9392e;
}

#crypto .data__cell-green {
    color: #00a651;
}

#crypto .data__cell-orange {
    color: #f7941d;
}

#crypto .data__cell-blue {
    color: #00aeef;
}

#crypto .data__cell-brown {
    color: #a94c2c;
}

#crypto .data__cell-yellow {
    color: #fcb040;
}

#crypto .data__cell-white {
    color: #dedede;
}

#crypto .data__warning {
    text-align: left;
    margin: 0;
    padding: 0 1rem 4.4rem 1rem;
    color: #ffffff;
    opacity: 0.8;
}


#crypto .warning-special-eos {
    color: #da5f5f;
    vertical-align: text-bottom;
    font-size: 16px;
    margin-left: 3px;
}

#crypto p.about__warning-special-eos {
    text-align: left;
    margin-top: 20px;
    opacity: 0.7;
}

#crypto .about__warning-special-eos span {
    color: #da5f5f;
}

#crypto #about {
    position: relative;
    z-index: 3;

    padding-bottom: 0.4rem;

    text-align: center;
}

#crypto .about__title {
    margin-top: 5rem;
    margin-bottom: 4.3rem;
}

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

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

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

#crypto .about__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;

    margin-top: 5.5rem;
    margin-bottom: 0;
}

#crypto .about__content_item {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;

    margin-bottom: 6.1rem;
}


#crypto .about__content_item-bitcoin {
    -ms-flex-preferred-size: 26%;
    flex-basis: 100%;

    margin-bottom: 6.1rem;
}

#crypto .about__content_img {
    display: inline-block;

    width: 80px;
    height: 80px;
    background: url("images/about-icons.png") -138px -2px;
    ;
}

#crypto .about__content_img-1 {
    display: inline-block;

    width: 328px;
    height: 124px;


    background: url("images/btc-img.png");
}




#crypto .about__content_img-2 {
    background: url("images/about-icons.png") -443px -2px;
}

#crypto .about__content_img-3 {
    background: url("images/about-icons.png") -340px -2px;
}

#crypto .about__content_img-4 {
    background: url("images/about-icons.png") -240px -2px;
}

#crypto .about__content_img-5 {
    background: url("images/about-icons.png") -138px -2px;
}

#crypto .about__content_img-6 {
    background: url("images/about-icons.png") -673px -2px;
}


#crypto .about__content_img-7 {
    background: url("images/about-icons.png") -673px -2px;
}

#crypto .about__content_img-8 {
    background-image: url("images/eos-icon.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#crypto .about__content_title {
    margin-top: 2.3rem;
    margin-bottom: 2.2rem;

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

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

.data__content_graphic {
    padding-top: -20px;
    opacity: 0;

}

.show-content {
    padding-top: 0;
    opacity: 1;
    transform: translateY(-20px);
    transition: opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
        transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;

}


.about__content_item {
    padding-top: -20px;
    opacity: 0;
}

.js-about__content_item {
    opacity: 1;
    padding-top: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
        transform 0.3s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;

}

.js-about__content_item:nth-child(4n) {

    transform: translateY(-20px);
    transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
        transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.js-about__content_item:nth-child(5n) {

    transform: translateY(-20px);
    transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
        transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.js-about__content_item:nth-child(6n) {

    transform: translateY(-20px);
    transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
        transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

#crypto #about .button-bottom {
    margin-bottom: -3.4rem;
}

#crypto #crypto-rtader {
    box-sizing: border-box;
    color: #000;
    background-image: url("images/rtrader-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-color: #f2f5fb;
    
}

html[dir="rtl"] #crypto #crypto-rtader {
	background-image: url("images/rtrader-bg-ae.jpg");
}

#crypto .crypto-rtader__content {
    text-align: left;
    vertical-align: middle;
    max-width: 50%;
    padding: 13rem 1rem 6rem 2rem;
    position: relative;
}


#crypto  .crypto-rtader_icon {
position: absolute;
    display: inline-block;
       left: -77px;
    top: 140px;
    height: 80px;
    width: 80px;
    background-image: url(images/rtrader-icon.png);
    background-repeat: no-repeat;
}

#crypto  .crypto-rtader__heading {
   margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 1;
    max-width: 46%;
    position: relative;
    z-index: 1;
    color: #000000;
}

#crypto .crypto-rtader__heading span {
    white-space: nowrap;
}


#crypto .crypto-rtader__heading::before{
    content: "26";
    position: absolute;
    color: #697d8c;
    font-size: 20rem;
    font-weight: 900;
    bottom: -26px;
    z-index:-1;
    opacity: .2;
}

#crypto  .crypto-rtader__text {
    font-size: 1.4rem;
    line-height: 2rem;
    opacity: .8;
    color: #000;
    max-width: 76%;
}

#crypto  .crypto-rtader__text  a {
        color:#0578be; 
        text-decoration: none;
        cursor: pointer;
}


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

html[dir="rtl"]  #crypto .crypto-rtader_icon{
	right: -77px;
}

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

    padding-bottom: 5rem;

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


#crypto .wide__header::before {
    content: "";
    position: absolute;
    top: 32rem;
    z-index: -1;
    width: 890px;
    height: 403px;
    background: url(/uploads/pages/general/images/section-platform/wide-bg2.png) no-repeat;
    background-position: 100% 100%;
}

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

#crypto .wide__header {
    margin-top: 6.3rem;
    padding-bottom: 9.3rem;
}

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

#crypto .wide__content {
    position: relative;

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

    text-align: left;

}

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

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

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

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

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

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

#crypto .wide__brand_holder {
    display: inline-block;

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

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

#crypto .wide__brand {
    display: inline-block;

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

    background: url(/uploads/pages/general/images/section-platform/wide-tags.png) -6px -12px;
}

#crypto .wide__brand-2 {
    height: 22px;
    margin: 0 0rem 0 1rem;

    background: url(/uploads/pages/general/images/section-platform/wide-tags.png) -140px -11px;
}

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

    background: url(/uploads/pages/general/images/section-platform/wide-tags2.png) 110px -175px;
}

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


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

    padding-top: 4rem;

    background-color: transparent;
    text-align: center;
}

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

    color: #ffffff;
}

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

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

#crypto .accounts__link {
    display: block;

    margin: 0;

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

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

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

#crypto .accounts__slider {
    position: relative;

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

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

#crypto .accounts__slider_prev {
    left: -72px;

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

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

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

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

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

    list-style-type: none;
    text-align: right;
}
:lang(en)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(ru)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(ua)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(de)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(id)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(my)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(lt)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(pl)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(pt)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(es)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(th)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(it)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}


:lang(cz)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(et)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

:lang(es)#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}





#crypto .accounts__captaion_item {
    position: relative;

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

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




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

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

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

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

#crypto .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 #1372b6;
    border-radius: 5px;

    background: rgba(15, 38, 68, 0.8);
    text-align: left;
    cursor: pointer;

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

#crypto .accounts__scrollable_item:hover {
    background: #1372b6;

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

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

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

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

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

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

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

    list-style-type: none;
}

#crypto .accounts__item_order_li {
    position: relative;

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

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

#crypto .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: #1372b6;
}

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

    width: 100%;
    height: calc(100% + 2px);
    background: -o-linear-gradient(right, rgba(0, 23, 53, 1) 55%, rgba(0, 23, 53, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(0, 23, 53, 1)), to(rgba(0, 23, 53, 0)));
    background: linear-gradient(to left, rgba(0, 23, 53, 1) 55%, rgba(0, 23, 53, 0) 100%);
}

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

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

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

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

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

    color: #ffffff;
}

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

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

#crypto .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);
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

#crypto .profit__content_list {
    padding: 0;

    list-style-type: none;
}

#crypto .profit__content_li {
    position: relative;

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

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

}

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

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

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

#crypto #security {
    position: relative;

    padding-bottom: 1.8rem;

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

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

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

    text-align: left;
}

#crypto .security__content {
    display: inline-block;

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

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

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

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

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

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

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

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

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

    margin-top: 2.9rem;

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

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

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

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

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

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

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

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

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

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

#crypto #banner {
    background: url(images/banner-bg.png) no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-color: #00274b;
    color: #ffffff;
}

#crypto .banner__content {
    max-width: 65%;
    margin-bottom: 1.7rem;
    padding-left: 2rem;
}

#crypto .banner__title {
    margin-top: 1.6rem;
    margin-bottom: 1.9rem;

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

#crypto .banner__text {
    margin: 1rem 0;

    font-size: 1.4rem;
    line-height: 2rem;
}




:lang(vi)#crypto .accounts__caption {
   width: 190px;
}
:lang(vi)#crypto .accounts__scrollable {
    padding-left: 19rem;
}



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

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

    }
}

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

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

    #crypto .accounts__slider_prev {
        left: 20px;
    }

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

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

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

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

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

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

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

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

        width: 100%;
        height: calc(100% + 2px);
        background: -o-linear-gradient(right, rgba(0, 23, 53, 1) 55%, rgba(0, 23, 53, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(0, 23, 53, 1)), to(rgba(0, 23, 53, 0)));
        background: linear-gradient(to left, rgba(0, 23, 53, 1) 55%, rgba(0, 23, 53, 0) 100%);
    }

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

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

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


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

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

    #crypto #security::after {
        background-position: 221% 100%;
        opacity: 0.1;
    }

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

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

@media all and (max-width: 1040px) {
    #crypto .wide__content {
        max-width: 100%;
        padding: 0;

        text-align: center;
    }


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

    #crypto .wide__header {
        position: relative;
        padding-bottom: 43rem;
    }
    #crypto .crypto-rtader_icon {
    display: none;
}

}

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

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

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

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

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

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

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

    #crypto .profit__header {
        width: 100%;

        text-align: center;
    }

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

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

    #crypto .accounts__slider_arrow {
        display: none;
    }

    #crypto .data__content_graphic {
        margin-bottom: 6rem;
    }

    #crypto .data__warning {
        text-align: center;
    }
}

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

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

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

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

    #crypto .main__warning {
        text-align: center;
    }


#crypto .crypto-rtader__content {
        max-width: 57%;
}


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

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

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

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

    #crypto .banner__content {
        max-width: 100%;
    }

    #crypto .banner__content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

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

    #crypto .typicall__list {
        padding: 0;
    }
}

@media all and (max-width: 660px) {
    #crypto .about__content_item {
        flex-basis: 50%;
    }

    #crypto .data__list_item {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    #crypto .data__list_item-special {
        font-size: 2rem;
    }

    #crypto .data__table {
        font-size: 1.8rem;
    }

    #crypto .data__head-1 {
        padding-right: 0;
    }

    #crypto .data__head-2 {
        padding: 0 2rem;
    }

    #crypto .data__head-3 {
        padding: 0 2rem 0 2rem;
    }

    #crypto .data__cell-number {
        font-size: 1.4rem;
    }

    #crypto .data__table tbody td:first-child {
        font-size: 1.6rem;
    }

    #crypto .data__list {
        left: 5rem;
    }

    #crypto .data__content_graphic {
        width: 40rem;
    }
}

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

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

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

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

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

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

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

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

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

    #crypto .accounts__scrollable_item {
        width: 260px;
    }

    #crypto .accounts__caption {
        display: none;
    }

#crypto #crypto-rtader {
    background-size: auto 45%;
    background-position: 75% 0%;
    background-image: linear-gradient(to top , #f2f5fb 2%, 
        transparent 17%), url(images/rtrader-bg.jpg);
}
    
html[dir="rtl"]  #crypto #crypto-rtader {
    background-position: 26% 0%;
    
}




#crypto .crypto-rtader__content{
    max-width: 100%;
    padding: 39rem 1rem 1rem 1rem;
}

#crypto .crypto-rtader__text{
    font-size: 1.5rem;
    max-width: 100%;

}

#crypto .crypto-rtader__heading{
    max-width: 100%;
}
#crypto .crypto-rtader__heading::before {
    font-size: 17rem;
    bottom: -21px;
}


}

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

@media all and (max-width: 375px) {
    #crypto .data__list_item {
        line-height: 2.2rem;
    }

    #crypto .data__list {
        left: 3.5rem;
    }

#crypto #crypto-rtader {
  background-size: auto 41%;
    background-position: 75% 0%;
}

#crypto .crypto-rtader__content {
    padding: 38rem 1rem 1rem 1rem;
}


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



}

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

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

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

    #crypto .data__list_item {
        line-height: 2.1rem;
    }

    #crypto .data__list {
        left: 3rem;
    }

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

@media all and (max-width: 335px) {
    :lang(ru) #crypto .wide__brand-choise {
        font-size: 1.2rem;
    }

    #crypto .data__list {
        left: 1rem;
    }

    #crypto .data__list_item {
        line-height: 1.9rem;
    }

#crypto #crypto-rtader {
    background-image: linear-gradient(to top , #f2f5fb 2%, 
        transparent 19%), url(images/rtrader-bg.jpg);
}

#crypto #crypto-rtader {
    background-size: auto 35%;
}
#crypto .crypto-rtader__content {
    padding: 35rem 1rem 1rem 1rem;
}
    
}

html[dir="rtl"]  #crypto #banner {
    background: url(images/banner-bg--ae.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-color: #182b4b;
}

html[dir="rtl"]  #crypto .security__content::after {
    z-index: -1;
}

html[dir="rtl"]  #crypto #security {
    padding-bottom: 0;
    padding-top: 0;
}

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

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

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

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

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

html[dir="rtl"]  #crypto .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"]  #crypto .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"]  #crypto .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"]  #crypto .accounts__caption {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

    background-position: 9% 100%;
}

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

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

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

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

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

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

    background-position: 9% 100%;
}

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

html[dir="rtl"]  #crypto .data__table tbody td:last-child {
    border-right: 1px solid #356380;
    border-left: none;
}

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

@media all and (max-width: 1180px) {
    html[dir="rtl"]  #crypto .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        content: "";
        position: absolute;
        right: 0;
        top: -2px;
        z-index: 3;

        width: 100%;
        height: calc(100% + 2px);
        background: -o-linear-gradient(left, rgba(0, 23, 53, 1) 55%, rgba(0, 23, 53, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(0, 23, 53, 1)), to(rgba(0, 23, 53, 0)));
        background: linear-gradient(to right, rgba(0, 23, 53, 1) 55%, rgba(0, 23, 53, 0) 100%);
    }
}

@media all and (max-width: 990px) {
    html[dir="rtl"]  #crypto .security__content::after {
        display: none;
    }
}

@media all and (max-width: 580px) {
    html[dir="rtl"]  #crypto .accounts__scrollable {
        padding-right: 0;
    }
}