.zero,
#deposits h1,
#deposits h2,
#deposits h3,
#deposits h4,
#deposits h5,
#deposits h6,
#deposits p {
    margin: 0;
    padding: 0;
}

#deposits {
    min-width: 310px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 2rem;
}

#deposits .section {
    width: 100%;
    padding: 4rem 1rem 5.4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

#deposits .list-basic {
    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;
}

#deposits .button__holder {
    text-align: center;
}

#deposits .link {
    color: #0578be;
    text-decoration: underline;
}

#deposits .link:hover {
    color: #0578be;
    text-decoration: none;
}

#deposits .link:visited {
    color: #0578be;
    text-decoration: none;
}

#deposits .prime__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;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

#deposits .prime__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: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#deposits .prime__button-green:hover {
    background: #98c838;
}

#deposits .prime__button-blue {
    background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: linear-gradient(to right, #1378bf, #168ac9, #1378bf);
}

#deposits .prime__button-blue:hover {
    background: #198ece;
}

#deposits .prime__button-shadow {
    -webkit-box-shadow: 0 3px 1px 0 #132e4e;
    box-shadow: 0 3px 1px 0 #132e4e;
}

#deposits .prime__button-bottom {
    margin-bottom: -12.8rem;
}

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

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

#deposits h1 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
}

#deposits h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#deposits h4 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 500;
}

#deposits .table_content {
    background: #fff;
}

#deposits .table_content .header {
    position: relative;
    z-index: 3;
}

#deposits .table_content .header p {
    font-size: 1.8rem;
    opacity: 0.7;
}

#deposits .table_content .table {
    display: inline-block;
    width: auto;
    margin: 0 2rem;
    border-collapse: collapse;
    border-spacing: 0;
}

#deposits .table_content td {
    border: none;
}

#deposits .table_content td:nth-child(even) {
    padding: 0;
}

#deposits .table_content thead tr:last-child td {
    padding-bottom: 1.1rem;
}

#deposits .table_content .caption-mobile {
    display: none;
}

#deposits .table_content .item_text {
    display: block;
}

#deposits .table_content .col_item {
    width: 28rem;
}

#deposits .table_content .empty_desktop {
    padding: 0;
    padding-right: 15rem;
    line-height: 0;
}

#deposits .table_content .empty_space {
    padding: 0;
    padding-right: 2rem;
    line-height: 0;
}

#deposits .table_content .empty_item {
    padding: 0;
    padding-right: 24rem;
    line-height: 0;
}

#deposits .table_content .col_space {
    width: 2rem;
}

#deposits .table_content .col_desktop {
    width: 24rem;
}

#deposits .table_content .desktop {
    position: relative;
    padding: 1rem 0;
    vertical-align: top;
    text-align: right;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000;
    opacity: 0.7;
}

#deposits .table_content .item_subtitle {
    opacity: 0.7;
}

#deposits .table_content .cell {
    position: relative;
    padding: 1rem 4rem 1rem 3rem;
    vertical-align: top;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #697d8c;
    background: #f2f5fb;
}
:lang(ar) #deposits .table_content .cell {
    text-align: right;
}

#deposits .table_content .button {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
}

#deposits .table_content .button a {
    display: inline-block;
    width: 100%;
    padding: 1.5rem 0;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

#deposits .table_content .demo {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.4rem;
}

#deposits .table_content .demo a {
    color: #0578be;
    text-decoration: none;
}

#deposits .table_content .demo a:hover {
    color: #0578be;
    text-decoration: underline;
}

#deposits .table_content .demo a:visited {
    color: #0578be;
    text-decoration: underline;
}

#deposits .table_content .cell-last {
    padding-bottom: 4.4rem;
}

#deposits .table_content tfoot tr:last-child .cell {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: none;
}

#deposits .table_content .cell_title {
    padding-top: 2.4rem;
    padding-bottom: 0.4rem;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#deposits .table_content .img {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: url("images/skrill.png") 0 4px;
    background-repeat: no-repeat;
}

#deposits .table_content .img-2 {
    background: url("images/neteller.png") 0 10px;
    background-repeat: no-repeat;
}

#deposits .table_content .img-3 {
    background: url("images/table-epayments.png");
    background-repeat: no-repeat;
}

#deposits .table_content .table__container {
    text-align: right;
}

#deposits .table_content tbody tr:not(:last-child) td:not(:nth-child(even)) {
    position: relative;
}

#deposits .table_content tbody tr:not(:last-child) td:not(:nth-child(even)):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#d8dbdf), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(left, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(left, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to right, #d8dbdf, rgba(56, 79, 107, 0) 85%);
}

#deposits .table_content tbody tr:not(:last-child) td.desktop {
    position: relative;
}

#deposits .table_content tbody tr:not(:last-child) td.desktop:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#d8dbdf), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(right, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(right, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to left, #d8dbdf, rgba(56, 79, 107, 0) 85%);
}

#deposits .table_content .icon-check {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #7fba2f;
    border-radius: 100%;
}

#deposits .table_content .icon-check::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 3px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    width: 9px;
    height: 2px;
    background: #7fba2f;
}

#deposits .table_content .icon-check::after {
    position: absolute;
    content: "";
    bottom: 6px;
    right: 9px;
    width: 7px;
    height: 2px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    background: #7fba2f;
}

#deposits .table_content .icon-cross {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #d8dbdf;
    border-radius: 100%;
}

#deposits .table_content .icon-cross::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 2px;
    background: #d8dbdf;
}

#deposits .table_content .icon-cross::after {
    position: absolute;
    content: "";
    bottom: 8px;
    right: 4px;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #d8dbdf;
}

#deposits #notes {
    padding-top: 0;

    text-align: left;
}

:lang(ar)#deposits #notes {
    padding-top: 0;

    text-align: right;
}



#deposits #notes .wrapper {
    max-width: 970px;
}

#deposits #notes .red {
    color: red;
}

#deposits #notes  p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000;
}





#deposits #notes ol {
    margin: 0;
    padding: 0;
    padding-left: 3.5rem;
}

#deposits #notes ol>li {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

#deposits #notes ul {
    padding: 0;
    list-style-type: none;
}

#deposits #notes ul li {
    position: relative;
    padding-left: 2.6rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

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

#deposits #notes ul li:first-child {
    margin-top: 2rem;
}

@media all and (max-width: 1200px) {
    #deposits .table_content .col_desktop {
        width: 16rem;
    }
    #deposits .table_content .empty_desktop {
        padding-right: 16rem;
    }
    #deposits .table_content .desktop {
        font-size: 1.2rem;
    }
    #deposits .table_content .cell {
        font-size: 1.2rem;
    }

    #deposits .table_content .empty_item {
        padding-right: 24rem;
    }
    #deposits .table_content .col_item {
        width: 24rem;
    }
    #deposits .table_content .col_space {
        width: 1rem;
    }
    #deposits .table_content .empty_space {
        width: 1rem;
    }
    #deposits .table_content .cell_title {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 1000px) {
    #deposits .table_content .table {
        margin: 0;
    }
    #deposits .table_content .col_desktop {
        width: 12rem;
    }
}

@media all and (max-width: 940px) {
    #deposits .table_content .desktop {
        display: none;
    }
    #deposits .table_content .empty_desktop {
        display: none;
    }
    #deposits .table_content .caption-mobile {
        display: inline-block;
        position: relative;
        top: -7px;
        font-size: 1rem;
        line-height: 1rem;
        color: #000;
        opacity: 0.7;
    }
    #deposits .table_content .item_text {
        display: block;
        position: relative;
    }
    #deposits .table_content .icon-check {
        top: 30px;
        left: 3rem;
    }
    #deposits .table_content .icon-cross {
        position: absolute;
        top: 30px;
        left: 3rem;
    }
}

@media all and (max-width: 840px) {
    #deposits .table_content .table__container {
        overflow-x: scroll;
        padding-bottom: 2rem;
    }
    #deposits .table_content table td:nth-child(even) {
        padding-right: 1rem;
    }
}

@media all and (max-width: 640px) {
    #deposits .table_content {
        position: relative;
    }
    #deposits .table_content::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        height: 100%;
        width: 4rem;
        background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff), to(RGBA(21, 40, 69, 0)));
        background: -webkit-linear-gradient(right, #fff 40%, RGBA(21, 40, 69, 0));
        background: -o-linear-gradient(right, #fff 40%, RGBA(21, 40, 69, 0));
        background: linear-gradient(to left, #fff 40%, RGBA(21, 40, 69, 0));
    }
    #deposits .table_content .table {
        padding-right: 2rem;
    }

     #deposits .table_content::after {
        left: 0;
        right: auto;
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(RGBA(21, 40, 69, 0)));
        background: -webkit-linear-gradient(left, #fff 40%, RGBA(21, 40, 69, 0));
        background: -o-linear-gradient(left, #fff 40%, RGBA(21, 40, 69, 0));
        background: linear-gradient(to right, #fff 40%, RGBA(21, 40, 69, 0));
    }

     #deposits .table_content .table {
        padding-left: 2rem;
        padding-right: 0;
    }
}

#deposits #banner {
    color: #ffffff;
    text-align: center;
    background: url("images/banner-bg.jpg") no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    background-color: #000c2e;
}

#deposits #banner .header {
    margin-top: 8.6rem;
    margin-bottom: 6.5rem;
}

#deposits #banner .header h1 {
    margin-top: 4.4rem;
    margin-bottom: 1.3rem;
    color: #fff;
}

#deposits .header .red {
    color: red;
}


#deposits #banner .header p {
    display: inline-block;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    color: #fff;
}

#deposits #banner .list {
    margin-bottom: 8rem;
}

#deposits #banner .list h4 {
    margin: 1.9rem 0 2.1rem 0;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #fff;
}

#deposits #banner .list p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff;
    opacity: 0.7;
}

#deposits #banner .list li {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
}

#deposits #banner .list__img {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url("images/banner-icons.png") 3px 0;
}

#deposits #banner .list__img-2 {
    background: url("images/banner-icons.png") -104px 0;
}

#deposits #banner .list__img-3 {
    background: url("images/banner-icons.png") -204px 0;
}

:lang(ar) #deposits #table .icon-text {
    text-align: right;
}

@media all and (max-width: 1024px) {
    #deposits #banner .list li {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 560px) {
    #deposits #banner .header h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #deposits #banner .header p {
        font-size: 2rem;
        line-height: 3rem;
    }
    #deposits #banner .list li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

#deposits #fix {
    background: #0c2a4f;
}

#deposits #table-another {
    position: relative;
    z-index: 3;
    background: #0c2a4f;
}

#deposits #table-another .header {
    display: inline-block;
    max-width: 1150px;
    margin-top: 4.7rem;
    margin-bottom: 5.5rem;
}

#deposits #table-another .header h2 {
    color: #fff;
}

#deposits #table-another .header p {
    font-size: 1.4rem;
    color: #fff;
}

#deposits #table-another .header .highlighted {
    margin-top: 3.7rem;
    margin-bottom: 2.2rem;
}

#deposits #table-another .header .highlighted .red {
    color: red;
}

#deposits #table-another .header p:not(.highlighted) {
    font-size: 1.8rem;
}

#deposits #table-another .header .link {
    color: #7fba2f;
}

#deposits #table-another .header .link:hover {
    color: #7fba2f;
}

#deposits #table-another .header .link:visited {
    color: #7fba2f;
}

#deposits #table-another .table__container {
    margin-bottom: 5.1rem;
}

#deposits #table-another .cell {
    color: #fff;
    background: #0d315a;
}

#deposits #table-another .cell-green {
    color: #7fba2f;
}

#deposits #table-another .desktop {
    color: #fff;
}

#deposits #table-another .cell-last {
    padding-bottom: 3.5rem;
}

#deposits #table-another tbody tr:not(:last-child) td:not(:nth-child(even)):before {
    background: -webkit-gradient(linear, left top, right top, from(#2b4a6e), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(left, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(left, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to right, #2b4a6e, rgba(56, 79, 107, 0) 85%);
}

#deposits #table-another tbody tr:not(:last-child) td.desktop:before {
    background: -webkit-gradient(linear, right top, left top, from(#2b4a6e), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(right, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(right, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to left, #2b4a6e, rgba(56, 79, 107, 0) 85%);
}

#deposits #table-another .img-3 {
    background: url("images/table-another-epayments.png");
    background-repeat: no-repeat;
}

#deposits #table-another tr:last-child .cell {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#deposits #table-another .prime__button {
    position: relative;
    z-index: 3;
    font-size: 2.2rem;
}

#deposits #table-another .caption-mobile {
    color: #fff;
}

@media all and (max-width: 640px) {
    #deposits #table-another {
        position: relative;
    }
    #deposits #table-another::after {
        background: -webkit-gradient(linear, right top, left top, color-stop(40%, #0c2a4f), to(RGBA(21, 40, 69, 0)));
        background: -webkit-linear-gradient(right, #0c2a4f 40%, RGBA(21, 40, 69, 0));
        background: -o-linear-gradient(right, #0c2a4f 40%, RGBA(21, 40, 69, 0));
        background: linear-gradient(to left, #0c2a4f 40%, RGBA(21, 40, 69, 0));
    }

    html[dir="rtl"] #deposits #table-another::after {
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, #0c2a4f), to(RGBA(21, 40, 69, 0)));
        background: -webkit-linear-gradient(left, #0c2a4f 40%, RGBA(21, 40, 69, 0));
        background: -o-linear-gradient(left, #0c2a4f 40%, RGBA(21, 40, 69, 0));
        background: linear-gradient(to right, #0c2a4f 40%, RGBA(21, 40, 69, 0));
    }
}

#deposits #table {
    padding-bottom: 0;
}

#deposits #table .header {
    margin-top: 4.6rem;
    margin-bottom: 6.1rem;
}

#deposits #table .header h2 {
    margin-bottom: 3.2rem;
}

#deposits #table .header p {
    display: inline-block;
    max-width: 800px;
    line-height: 3rem;
}

#deposits #table .table__container {
    margin-bottom: 4.3rem;
}

#deposits #table .icon-text {
    display: inline-block;
    padding-left: 3rem;
}



#deposits #table tbody .cell {
    padding: 1rem 3rem;
}

#deposits #table tbody .cell-last {
    padding-bottom: 3.4rem;
}

#deposits #table .mobile-adaptive {
    padding-bottom: 2.2rem;
}

#deposits #table .faq_index {
    display: none;
    position: absolute;
    bottom: -85px;
    left: calc(50% - 25px);
    width: 50px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f2f5fb;
}

#deposits .dropdown__menu {
    position: relative;
    background: #f2f5fb;
    display: none;
    padding: 0 1rem;
    counter-reset: number;
}

#deposits .dropdown__menu h3 {
    display: inline-block;
    margin-top: 7.4rem;
    margin-bottom: 4.8rem;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
}

#deposits .dropdown__menu .content__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#deposits .dropdown__menu .img {
    -webkit-box-shadow: 0 0 20px 1px rgba(123, 159, 185, 0.3);
    box-shadow: 0 0 20px 1px rgba(123, 159, 185, 0.3);
}

#deposits .dropdown__menu ul {
    display: inline-block;
    max-width: 400px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#deposits .dropdown__menu ul li {
    position: relative;
    margin-top: 5rem;
    padding-left: 8.2rem;
    color: #697d8c;
}

#deposits .dropdown__menu ul li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: calc(50% - 14px);
    left: 0;
    font-size: 8rem;
    font-weight: 500;
    color: #000;
    opacity: 0.1;
}

#deposits .dropdown__menu ul li:last-child {
    margin-bottom: 0;
}

#deposits .dropdown__menu .close_button {
    display: inline-block;
    position: absolute;
    z-index: 4;
    top: 7.2rem;
    right: 4rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #f2f5fb;
}

#deposits .dropdown__menu .close_button::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 18px;
    width: 2px;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
    opacity: 0.5;
}

#deposits .dropdown__menu .close_button::before {
    display: inline-block;
    content: "";
    width: 2px;
    height: 100%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #000;
    opacity: 0.5;
}

#deposits #faq_text3 .img {
    display: none;
}

#deposits #faq_text3 li {
    margin-top: 0;
    margin-bottom: 11rem;
}

#deposits #faq_text3 .adaptive__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#deposits #faq_text3 .mobile {
    margin-top: 20rem;
}

#deposits #faq_text3 .desktop {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
}

#deposits #faq_text3 .desktop .img-desktop {
    position: absolute;
    -webkit-box-shadow: 0 0 20px 1px rgba(123, 159, 185, 0.3);
    box-shadow: 0 0 20px 1px rgba(123, 159, 185, 0.3);
}

#deposits #faq_text3 .desktop .img-desktop-1 {
    right: 25rem;
    z-index: 2;
}

#deposits #faq_text3 .desktop .img-desktop-2 {
    position: absolute;
    right: 0;
    top: 16rem;
    z-index: 1;
}

#deposits #faq_text3 .desktop .img-desktop-3 {
    top: 68rem;
    right: 10rem;
    z-index: 2;
}

#deposits #faq_text3 .desktop .img-desktop-4 {
    top: 110rem;
    right: 0;
    z-index: 1;
}

:lang(ar) #deposits .table_content .desktop {
    text-align: left;
}



:lang(ar) #deposits .table_content .img {
    background-position: 100% 0;
}

:lang(ar) #deposits #table-another .img-2 {
    background-position: 100% 0;
}

:lang(ar) #deposits #table-another .img-3 {
    background-position: 100% 0;
}

:lang(ar) #deposits #table-another tbody tr:not(:last-child) td:not(:nth-child(even)):before {
    background: -webkit-gradient(linear, left top, right top, from(#2b4a6e), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(left, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(left, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to left, #2b4a6e, rgba(56, 79, 107, 0) 85%);
}

:lang(ar) #deposits .table_content tbody tr:not(:last-child) td:not(:nth-child(even)):before {
    background: -webkit-gradient(linear, left top, right top, from(#d8dbdf), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(left, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(left, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to left, #d8dbdf, rgba(56, 79, 107, 0) 85%);
}

:lang(ar) #deposits .table_content tbody tr:not(:last-child) td.desktop:before {
    background: -webkit-gradient(linear, right top, left top, from(#d8dbdf), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(right, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(right, #d8dbdf, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to right, #d8dbdf, rgba(56, 79, 107, 0) 85%);
}

:lang(ar) #deposits #table-another tbody tr:not(:last-child) td.desktop:before {
    background: -webkit-gradient(linear, right top, left top, from(#2b4a6e), color-stop(85%, rgba(56, 79, 107, 0)));
    background: -webkit-linear-gradient(right, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: -o-linear-gradient(right, #2b4a6e, rgba(56, 79, 107, 0) 85%);
    background: linear-gradient(to right, #2b4a6e, rgba(56, 79, 107, 0) 85%);
}

:lang(ar) #deposits #table .icon-text {
    padding-left: 0;
    padding-right: 3rem;
}

:lang(ar) #deposits .dropdown__menu .close_button::after {
    left: 21px;
}

:lang(ar) #deposits .dropdown__menu .close_button {
    left: 4rem;
    right: auto
}

:lang(ar) #deposits #notes {
    text-align: right;
}

:lang(ar) #deposits #notes ol {
    padding-right: 3.5rem;
    padding-left: 0;
}

:lang(ar) #deposits #notes ul li {
    padding-right: 2.6rem;
    padding-left: 0;
}

:lang(ar) #deposits #notes ul li::before {
    right: 0;
    left: auto;
}

:lang(ar) #deposits .dropdown__menu ul li::before {
    right: 0;
    left: auto;
}

:lang(ar) #deposits .dropdown__menu ul {
    text-align: right;
}

@media all and (max-width: 1100px) {
    #deposits .dropdown__menu .img {
        margin-top: 5rem;
    }
    #deposits .dropdown__menu .content__holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #deposits #faq_text3 .img {
        display: inline-block;
        margin-bottom: 10rem;
    }
    #deposits #faq_text3 ul {
        max-width: 60rem;
    }
    #deposits #faq_text3 li {
        margin-bottom: 5rem;
    }
    #deposits #faq_text3 .mobile {
        margin-top: 5rem;
    }
    #deposits #faq_text3 .desktop {
        display: none;
    }
    #deposits #faq_text3 .content__holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #deposits #faq_text3 .adaptive__holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media all and (max-width: 840px) {
    #deposits .faq_index {
        top: 0;
        z-index: -1;
    }
    #deposits .dropdown__menu .close_button {
        top: 0;
        right: 0;
    }

    html[dir="rtl"] #deposits .dropdown__menu .close_button {
        right: auto;
        left: 0;
    }

    #deposits .content__holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (max-width: 750px) {
    #deposits .dropdown__menu .img {
        width: 90%;
    }
}

@media all and (max-width: 450px) {
    #deposits .dropdown__menu ul li {
        padding-left: 6rem;
    }

    html[dir="rtl"] #deposits .dropdown__menu ul li {
        padding-right: 6rem;
        padding-left: 0;
    } 
}