.bg-white #accounts {
    background-color: #f2f5fb;
    padding-right: 1rem;
    padding-left: 1rem;
}

.bg-white .accounts__subtitle {
    display: inline-block;
    max-width: 65%;
    margin: 0;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000;
    opacity: 0.7;
}

.bg-white .accounts__link {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 3rem;
}

.bg-white .accounts__slider {
    position: relative;
    margin-top: 5.9rem;
    margin-bottom: 3rem;
    padding-right: 17rem;
}

.bg-white .accounts__table {
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}

.bg-white .accounts__caption {
    display: inline-block;
    width: 160px;
    padding: 0 0 5.5rem 0;
    margin: 0;
    margin-right: 1rem;
    list-style-type: none;
    text-align: right;
}

:lang(pt) .bg-white .accounts__caption, :lang(es) .bg-white .accounts__caption, :lang(ee) .bg-white .accounts__caption {
    padding-bottom: 3.5rem;
}

.bg-white .accounts__captaion_item {
    position: relative;
    margin-top: 1rem;
    line-height: 2rem;
    color: #a1a5a9;
}

.bg-white .accounts__captaion_item:not(:last-child) {
    padding-bottom: 1rem;
}

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

.bg-white .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;
    padding: 0;
    list-style-type: none;
}

.bg-white .accounts__scrollable_item {
    display: inline-block;
    position: relative;
    width: 280px;
    margin: 0 1rem;
    padding: 0 2.8rem 22.9rem 2.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #c3dcee;
    border-radius: 5px;
    background: white;
    text-align: left;
    transition: opacity .9s ease-in-out, transform .8s ease-in-out,
    -webkit-transform .8s ease-in-out;
}

.bg-white .accounts__scrollable_item:not(#pro-standard) .accounts__item_order_li:last-child {
    padding-bottom: 2.1rem;
}


.bg-white #classic__bonus .accounts__scrollable_item:not(#pro-standard) .accounts__item_order_li:last-child {
    padding-bottom: 0;
}

.bg-white #profit-share .accounts__scrollable_item:not(#pro-standard) .accounts__item_order_li:last-child {
    padding-bottom: 0;
}



.bg-white .accounts__item_title {
    margin-top: 2.6rem;
    margin-bottom: 0.8rem;
    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 400;
    color: #000;
}

.bg-white .accounts__item_text {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 1.4rem;
    color: #a1a5a9;
    font-weight: 400;
}

.bg-white .accounts__item_order {
    position: absolute;
    bottom: 2.4rem;
    width: calc(100% - 5.6rem);
    padding: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    list-style-type: none;
}

.bg-white .accounts__item_order_li {
    position: relative;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000;
}

.bg-white .accounts__item_order_li:not(:last-child) {
    padding-bottom: 1rem;
}

.bg-white .accounts__item_order_li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;
    width: calc(100% + 5.6rem);
    height: 1px;
    background: -o-linear-gradient(right, rgba(216, 219, 223, 0) 0%, rgba(216, 219, 223, 0.2) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 219, 223, 0)), to(rgba(216, 219, 223, 0.2)));
    background: -webkit-linear-gradient(right, rgba(216, 219, 223, 0) 0%, rgba(216, 219, 223, 0.2) 100%);
    background: linear-gradient(to left, rgba(216, 219, 223, 0) 0%, rgba(216, 219, 223, 0.2) 100%);
}

.bg-white .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: #000;
    background: #c3dcee;
}

.bg-white .caption-mobile {
    display: none;
    position: absolute;
    top: -1rem;

    font-size: 1.2rem;
    color: #697d8c;
}

.bg-white .item_text-mobile b {
    font-weight: 500;
    color: #1378bf;
}


@media all and (max-width: 1180px) {
    .bg-white .about__item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}

@media all and (max-width: 990px) {
    .bg-white .accounts__subtitle {
        max-width: 100%;
    }

    .bg-white .accounts__slider {
        padding-right: 0rem;
    }
}

@media all and (max-width: 780px) {
    .bg-white .accounts__caption {
        display: none;
    }
    .bg-white .caption-mobile {
        display: inline-block;
    }

    .bg-white .accounts__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bg-white .item_text-mobile {
          position: relative;
        bottom: -0.7rem;

        font-size: 1.2rem;
    }
	.bg-white .accounts__item_order_li {
		margin-top: 1.2rem;
		line-height: 1.5rem;
	}

	.bg-white .accounts__item_order_li:not(:last-child) {
		padding-bottom: 1.2rem;
	}

	.bg-white .accounts__scrollable_item:not(#pro-standard) .accounts__item_order_li:last-child {
		padding-bottom: 1.7rem;
	}

	.bg-white .accounts__item_text {
		font-size: 1.2rem;
	}
}

@media all and (max-width: 640px) {
    .bg-white .accounts__scrollable_item:first-child {
        margin-bottom: 5rem;
    }

    .bg-white .accounts__scrollable_item {
        width: 80%;
    }	
}

@media all and (max-width: 560px) {
    .bg-white .accounts__scrollable_item {
        width: 90%;
    }
}[]