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

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

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

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

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

@media (max-width: 575px) { 
    #crypto .section{
        padding: 5rem 0;
	}
	
	#crypto h2{
		font-size: 3.6rem;
	}
}

/*button*/
#crypto .button__holder{
    text-align: center;
    display: block;
}

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

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

#crypto .button-blue:hover {
    background: #0361a7;
    color: #fff;
}

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

@media (max-width: 575px) { 
    #crypto .pretty__button{
        display: block;
    }
}

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

/*banner*/
#crypto #main{
	background: #001735 url(images/main-bg.png) 50% 50% no-repeat;
    background-size: auto 100%;
	color: #fff;
	text-align: center;
}

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

#crypto .main__header_subtitle{
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.33;
	margin: 0;
	display: inline-block;
	width: 70%;
}

#crypto .main__content{
	padding: 6.5rem 0 0;
    margin-bottom: 3.2rem;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

#crypto .main__content_item{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 230px;
	        flex: 0 0 230px;
}

#crypto .main__content_img{
	display: inline-block;
	width: 80px;
	height: 80px;
    background: url("images/main-icon.png") -3px -2px;
    background-repeat: no-repeat;
}

#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{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.11;
	margin-top: 3.4rem;
	margin-bottom: 2.2rem;
}

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

@media (max-width: 1023px){
    #crypto .main__content{
        margin: 0;
    }

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

@media (max-width: 991px) { 
    #crypto .main__content_item{
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    }   

    #crypto .main__header_subtitle{
        width: 100%;
    }
}

@media (max-width: 767px) {  
    #crypto .button-bottom{
        margin: 0;
    }

    #crypto .main__header_subtitle{
        width: 100%;
    }

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

    #crypto .main__content_item{
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
	}
	
    #crypto .main__content_img{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
        margin: 0 2rem 0 0;
	}
	
    #crypto .main__content_title{
        margin: 0 0 1.5rem;
    }

    #crypto .main__content_text{
        margin: 0;
    } 
}

@media (max-width: 575px) { 
    #crypto .main__content{
        padding: 3rem 0 0;
    }

    #crypto .main__content_title{
        word-break: break-word;
    }
    
    #crypto .main__header_subtitle{
        font-size: 2.4rem;
    }

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

/*about*/
#crypto #about{
    text-align: center;
    background: #fff url(images/about-bg.jpg) 100% 50% no-repeat;
    background-size: auto 100%;
}

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

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

@media (max-width: 575px) { 
    #crypto .about__describe_text{
        text-align: left;
    }
}
/**/
#crypto #data {
    text-align: center;
    color: #fff;
    background: #00274b url(images/data-bg.png) 50% 50% no-repeat;
    background-size: auto 100%;
}

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

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

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

#crypto .data__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

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

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

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

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

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

#crypto .data__cell-number:after {
    content: " $";
    color: #697d8c;
}

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

html[dir="rtl"] #crypto .data__table tbody td:first-child{
    text-align: right;
}

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

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

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

html[dir="rtl"] #crypto p.about__warning-special-eos{
    text-align: right;
}

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

@media (max-width: 991px) {    
    #crypto .data__content_graphic {
        margin-bottom: 6rem;
    }
}

@media (max-width: 767px) {   
    #crypto .data__content_graphic {
        width: 40rem;
    }

    #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;
        width: 100%;
    }

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

@media (max-width: 575px) { 
    #crypto .data__header {
        margin-bottom: 3rem;
    }
}
/*about__content*/

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

@media (max-width: 991px) {  
    #crypto .about__content_item{
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    }  

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

@media (max-width: 575px) { 
    #crypto .about__content_item{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

/*#crypto #crypto-rtader*/
#crypto #crypto-rtader {
    color: #000;
    background: #f2f5fb url("images/rtrader-bg.jpg") 50% 50% no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 10;
}

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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html[dir="rtl"] #crypto .crypto-rtader__content{
    text-align: right;
    padding-right: 2rem;
    padding-left: 1rem;
}

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

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

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

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

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

@media (max-width: 1199px) {
    #crypto .crypto-rtader_icon {
        display: none;
    } 
}

@media (max-width: 991px) {
    #crypto .crypto-rtader__content {
        max-width: 57%;
        padding-top: 0;
    }    
}


@media (max-width: 767px) {   
    #crypto .crypto-rtader__content {
        max-width: 57%;
    }

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

@media (max-width: 575px) { 
    #crypto #crypto-rtader .button-bottom {
        margin-bottom: 0;
    }
    
    #crypto #crypto-rtader {
        background-size: auto 45%;
        background-position: 75% 0%;
        background-image: -o-linear-gradient(bottom , #f2f5fb 2%, transparent 17%), url(images/rtrader-bg.jpg);
        background-image: -webkit-gradient(linear , left bottom, left top , color-stop(2%, #f2f5fb), color-stop(17%, transparent)), url(images/rtrader-bg.jpg);
        background-image: linear-gradient(to top , #f2f5fb 2%, transparent 17%), url(images/rtrader-bg.jpg);
    }

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

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

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

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

#crypto #wide {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*accounts*/
#crypto #accounts {
    text-align: center;
    position: relative;
    z-index: 2;
}

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

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

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

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

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

@media (max-width: 1199px) { 
    #crypto #accounts{
        padding-top: 0;
    }
}

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

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

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

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

#crypto .accounts__captaion_item:last-child {
    line-height: 2rem;
}

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

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

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

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

#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%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

#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 #145382;
    border-radius: 5px;
    background: rgba(15, 41, 78, 0.8);
    text-align: left;
    cursor: pointer;
    transition: opacity .9s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

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

#crypto .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::before {
    content: "";
    position: absolute;
    width: 280px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: -o-linear-gradient(right, rgba(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%);
}

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(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
    background: -webkit-gradient(linear, left top, right 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%);
}

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

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

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

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

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

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

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

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

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

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

#crypto .accounts__caption-mobile {
    display: none;
    font-size: 1.4rem;
    line-height: 1.14;
    color: #a1a5a9;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
} 

#crypto .accounts__slider_arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 2;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

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

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

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

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

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

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

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

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

    #crypto .accounts__scrollable_item{
        width: 370px;
    }

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

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

@media (max-width: 1199px) { 
    #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 (max-width: 991px) { 
    #crypto .accounts__scrollable_item{
        width: 350px;
    }
    #crypto .active~.accounts__scrollable_item:before {
        content: "";
        position: absolute;
        width: 280px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        background: -o-linear-gradient(right, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(21, 30, 41, 1)), to(rgba(21, 30, 41, 0)));
        background: linear-gradient(to left, rgba(21, 30, 41, 1) 55%, rgba(21, 30, 41, 0) 100%);
    }

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

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

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

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

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

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

    #crypto .accounts__caption{
        display: none;
    }

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

    #crypto .accounts__scrollable_item{
        width: 370px;
    }

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

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

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

    #crypto .accounts__item_text-mobile {
        display: block;
        font-size: 1.4rem;
        line-height: 1.14;
        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
    }
}

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

    #crypto .accounts__subtitle{
        text-align: left;
    }

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

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

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

    :lang(uk) #crypto .accounts__scrollable,
    :lang(es) #crypto .accounts__scrollable,
    :lang(pt) #crypto .accounts__scrollable{
        height: 46rem;
    }
   
}

@media all and (max-width: 360px){
    #crypto .accounts__scrollable,
    :lang(es) #crypto .accounts__scrollable,
    :lang(pt) #crypto .accounts__scrollable{
        height: 51rem;
    }

    :lang(cs) #crypto .accounts__scrollable,
    :lang(it) #crypto .accounts__scrollable,
    :lang(th) #crypto .accounts__scrollable{
        height: 48rem;
    }

    :lang(zh-Hant) #crypto .accounts__scrollable,
    :lang(zh-Hans) #crypto .accounts__scrollable{
        height: 44rem;
    }
}


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

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

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

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

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

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

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

#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-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-pop {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.3rem 1.1rem;
    background: #0d61a0;
    position: absolute;
    top: -2px;
    right: 0;
    border-bottom-left-radius: 4px;
}

#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_title {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3.2rem 0 2.2rem;
    padding-left: 1.0rem;
    line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#crypto .banner__title {
    margin: 0 0 1.9rem;
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
}

#crypto .banner__text {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 2rem;
}

@media (max-width: 767px) {   
    #crypto .banner__content {
        max-width: 100%;
    }
}