* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: auto;
    width: 100%;
}
body {
    width: 100%;
    min-width: 100%;
    height: auto;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    background: #171719;
    overflow-x: hidden;
    position: relative;
    top: 0 !important;
}
label {
    color: #1d1d1d;
    font-weight: 600;
}
ul {
    margin: 0 !important;
    padding: 0 !important;
}
button:focus {
    outline: none;
}
.modal-header .btn-close {
    border: none;
    box-shadow: none;
}
input[type=text],
input[type=password],
input[type=number],
textarea,
select,
input[type=date] {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    height: 52px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 1em 0;
    color: #1d1d1d;
}
input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0;
    cursor: pointer;
}
input[type=date] {
    margin: 0;
    background: url("../images/calendar.svg") #fff no-repeat 90% 50%;
    background-size: 15px;
}
.error-input {
    border: 1px solid #dc6d6d !important;
}
select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
textarea {
    min-height: 150px;
    resize: none;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #999;
}
.error-text {
    color: #E74C3C;
}
label {
    color: rgba(255,255,255,.8);
}
.form-check-input + label {
    padding: 5px 0 0 20px;
}
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 24px;
    border-radius: 13px;
    background: #e9f0fa;
    transition: .2s;
}
.checkbox + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #347AF0;
    transition: .2s;
}
.checkbox:checked + label:before {
    background: #347AF0;
}
.checkbox:checked + label:after {
    left: 26px;
    background: #fff;
}
.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.radio + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 9px;
    background: #FFF2;
}
.radio + label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: url("../images/check.svg") center center no-repeat;
    background-size: 12px;
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:after {
    opacity: 1;
}
input[type=submit] {
    background: linear-gradient( 93.09deg, #00a3fd -11.71%, #00c297 48.78%, #f6d961 111.07% );
    border-radius: 50px;
    padding: 14px 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #ffffff !important;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
input:hover[type=submit] {
    color: #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0,163,253,.4);
}
.modal-dialog {
    z-index: 2000 !important;
}
.modal-body {
    padding: 1rem;
}
.modal-body a {
    color: #7d7d7d;
}
.modal-body a:hover {
    color: #1d1d1d;
}
.modal-dialog .modal-content {
    border: 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.08), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.08), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}
.modal-footer {
    border: none;
}
.navbar-toggler {
    padding: 0;
    border: 0;
    background-color: none;
    border-radius: none;
    box-shadow: 0 !important;
}
.navbar-toggler:focus,
.navbar-toggler:focus:not(:focus-visible) {
    background: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #ccc;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #ccc;
}
 
/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.skiptranslate {
    display: none !important;
    height: 0 !important;
}
ul {
    list-style: none;
    margin: 0;
}
strong {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 0 !important;
    text-transform: capitalize;
}
h1 {
    font-size: 2.6em;
    font-weight: 800;
}
h2 {
    font-size: 2em;
    font-weight: 500;
}
h3 {
    font-size: 1.625em;
}
h4 {
    font-weight: 600;
    font-size: 1.25em;
}
h5 strong {
    border-bottom: 2px solid #ffbc15;
}
.sublime {
    font-size: 19px;
}
img {
    height: auto;
    margin: 0px;
    padding: 0px;
}
.mt-6 {
    margin-top: 5rem;
}
a {
    font-family: 'Exo 2', sans-serif;
    cursor: pointer;
    color: #00a3fd;
    font-size: 1em;
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #347AF0;
}
a.white-border-link {
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
a.white-border-link:hover {
    border-bottom: 1px solid rgba(255,255,255,.9);
}
a.line {
    padding-bottom: 10px;
    border-bottom: 2px solid #ffbc15;
}
.button-medium {
    background: linear-gradient( 93.09deg, #00a3fd -11.71%, #00c297 48.78%, #f6d961 111.07% );
    border-radius: 50px;
    padding: 14px 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #ffffff !important;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-medium:hover {
    color: #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0,163,253,.4);
}
.button-opacity {
    background: #fff2;
    text-shadow: none;
}
.button-opacity:hover {
    background: #80a6e5;
}
.button-white {
    background: #fff;
    color: #347AF0;
    text-shadow: none;
}
.button-white:hover {
    color: #2765CD;
}
.only-border {
    color: #fff;
    display: inline-flex;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    background: none;
    border-radius: 30px;
    padding: 14px 28px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.only-border:hover {
    border: 1px solid rgba(255,255,255,.5);
}
#theme-icon {
    cursor: pointer;
}
i.bi {
    color: #347AF0;
}
span.text-blue {
    color: #347AF0;
}
small {
    font-size: .8rem;
}

.col-left-nav {
    min-height: 100vh;
    background: #1d1e22 url(../images/bg-left.png) left top no-repeat;
    /* backdrop-filter: saturate(140%) blur(2px); */
    color: #fff;
}
.logo {
    padding-left: 23px;
}
.logo a {
    display: block;
    color: #fff;
    background: url(../images/dashboard.svg) left center no-repeat;
    background-size: 30px;
    padding-left: 45px;
}
.logo a h3 {
    font-weight: 700;
}
.logo a small {
    color: #fff9;
    margin-top: -5px;
    margin-left: 2px;
}
.support-account {
    margin-bottom: 50px;
    background: rgba(0,0,0,.1) url(../images/bal-bg.png) bottom right no-repeat;
    border-radius: 15px;
    backdrop-filter: saturate(140%) blur(2px);
}
.support-account img {
    width: 30px;
    height: 30px;
}
.support-account small {
    color: #fff6;
}
.support-account a {
    color: #fff;
}


.account-nav li {
    margin-bottom: 0px;
}
.account-nav li:last-of-type {
    margin-bottom: 0;
    margin-top: auto;
}
.account-nav li a {
    display: block;
    padding: 20px 15px 20px 65px;
    color: #fff;
    border-left: 3px solid #fff0;
    position: relative;
}
.account-nav li a.active {
    border-left: 3px solid #00a3fd;
    background-image: linear-gradient(90deg, rgba(0,163,253,.2) 0%, #fff0 100%);
}
.account-nav li a:hover {
    border-left: 3px solid #00a3fd;
}
.account-nav li:last-of-type a:hover {
    border-left: 3px solid #fff0;
}

.account-nav li a:before {
    position: absolute;
    content: '';
    left: 20px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
}
.account-nav li:nth-child(1) a:before {
    background: url(../images/profile.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(2) a:before {
    background: url(../images/add.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(3) a:before {
    background: url(../images/deposits.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(4) a:before {
    background: url(../images/withdraw.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(5) a:before {
    background: url(../images/operations.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(6) a:before {
    background: url(../images/partners.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(7) a:before {
    background: url(../images/settings.svg) no-repeat;
    background-size: 30px;
}
.account-nav li:nth-child(8) a:before {
    background: url(../images/exit.svg) center center no-repeat;
    background-size: 20px;
}

.header-account {
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#date-display {
    background: url(../images/calendar.svg) left center no-repeat;
    background-size: 15px;
    padding-left: 25px;
    color: #fff8;
}
.su-statuses {
    border-left: 1px solid rgba(255,255,255,.1);
}
.su-statuses li {
    color: #fff8;
    background: url(../images/status-icon.svg) left center no-repeat;
    background-size: 15px;
    padding-left: 25px;
}
.su-statuses span {
    color: #00c297;
}
.user-name-info img {
    width: 40px;
    height: 40px;
}
.user-name-info {
    color: #fff8;
}
.user-name-info strong {
    color: #fff;
}
.account-user-block .settings-icon a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.account-main-folder {
    padding: 0 15px;
}

.profile-info {
    background: #1d1e22 url(../images/bg-left.png) left top no-repeat;
    border-radius: 15px;
}
.profile-info .text-center img {
    width: 200px;
    border-radius: 50%;
}
.profile-info2 {
    border-top: 1px solid rgba(255,255,255,.1);
}

.balance-folder {
    background: #1d1e22 url(../images/bal-bg.png) bottom right no-repeat;
    border-radius: 15px;
}
.balances-account:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 100%;
    background-image: linear-gradient(-90deg, #171719 0%, #fff0 90%);
    top: 0;
    right: 0;
    z-index: 10;
}
.ec-name img {
    width: 30px !important;
    height: 30px;
}
.ec-name h5 small {
    color: #fff8;
}
.ab-balance {
    border-top: 1px solid rgba(255,255,255,.1);
}
.ab-balance div small {
    white-space: nowrap;
}
.bal-detasils-link {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 30px;
    padding: 10px 15px;
    font-size: .9rem;
    color: #fff8;
    display: inline-block;
}
.bal-detasils-link.active {
    border: 1px solid #347AF0;
    color: #347AF0;
}
.hidden2 {
    display: none;
}
.bal-account-main-moreinfo,
.partners-list-info {
    background: #1d1e22;
    border-radius: 15px;
}
.bal-account-main-moreinfo-folder {
    border-top: 1px solid rgba(255,255,255,.1);
}
.bal-account-main-moreinfo-folder ul li small {
    color: #fff8;
}
.bal-account-main-moreinfo-folder ul li img {
    width: 30px;
    height: 30px;
}
.protect-2fa {
    display: flex;
    justify-content: flex-end;
}
.protect-2fa span {
    border-radius: 15px;
    background: #1d1e22;
    padding: 10px 15px;
}
.collapse {
    display: block;
}
.fa2-folder li a {
    padding: 0.5em 2em 0.5em 4em;
    border-radius: 9px;
    display: block;
    border-bottom: none;
}
.fa2-folder li a span {
    font-weight: 600;
    display: block;
}
.fa2-folder li:nth-child(1) a {
    background: rgba(255,255,255,.04) url(../images/apple.svg) 1em center no-repeat;
    background-size: 30px;
}
.fa2-folder li:nth-child(1) a:hover {
    background: rgba(0,0,0,.08) url(../images/apple.svg) 1em center no-repeat;
    background-size: 30px;
    color: #fff;
}
.fa2-folder li:nth-child(2) a {
    background: rgba(255,255,255,.04) url(../images/google-play.svg) 1em center no-repeat;
    background-size: 30px;
}
.fa2-folder li:nth-child(2) a:hover {
    background: rgba(0,0,0,.08) url(../images/google-play.svg) 1em center no-repeat;
    background-size: 30px;
    color: #fff;
}
.table td {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.table span {
    color: #fff8;
}
.radio-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.radio-item {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.radio-item:last-of-type {
    margin-right: 0;
}  
.radio-item img {
    max-width: 101px;
    height: 31px;
}
.radio-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
}
.radio-item input[type="radio"]:checked + label {
    border: 1px solid #00a3fd;
}
.radio-container input[type="radio"] {
    display: none;
}
.info-block2 {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.3s ease-in-out;
}
.info-block2.visible {
    flex: 1;
    opacity: 1;
    height: auto;
    visibility: visible;
    padding: 1rem 1rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
}
.selector-minmax .info-block2.visible {
    flex: 1;
    opacity: 1;
    height: auto;
    visibility: visible;
    padding: 0;
    border: none;
    margin: 1rem 0;
}
.processing-folder span {
    display: block;
    color: #fff;
}
.balances-list {
    background: rgba(255,255,255,.08);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0);
}
.balances-list div {
    flex: 1;
}
.balances-list span {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}
.balances-list.active {
    border: 1px solid #00a3fd;
}
.selector-minmax .info-block {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.3s ease-in-out;
}
.selector-minmax .info-block.visible {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 2.5rem 0 2.5rem 0;
    opacity: 1;
    visibility: visible;
}
.paginator {
    margin-top: 2rem;
}
.paginator a {
    background: rgba(255,255,255,.1);
    padding: .3rem .5rem;
    border-radius: 9px;
    border: none;
    margin-right: 1rem;
}
.paginator a:last-of-type {
    margin-right: 0;
}
.paginator a.pgactive {
    background: #00a3fd;
    color: #fff;
}
.plans__item-cashin label {
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    border-radius: 15px;
    padding: 1rem;
    color: #fff;
    border: 1px solid #fff0;
    background: rgba(255,255,255,.01) url(../images/bg-left.png) left top no-repeat;
    background-size: 70%;
}
.plans__item-cashin input:checked + label {
    border: 1px solid #00a3fd;
}
.table tr th,
.table tr td {
    white-space: nowrap;
}
.table-responsive::-webkit-scrollbar {
    height: 4px;
    width: 100%;
}
.table-responsive::-webkit-scrollbar-track {
    background: rgba(0,163,253,.4); 
    border-radius: 10px;
    width: 4px;
    border-radius: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #00a3fd; 
}

.main {
    background: url(../images/bg-main.png) center 900px no-repeat #171719;
}
.main span,
.main strong {
    color: rgba(255,255,255,.5);
}
header {
    background: url(../images/bg-left.png) top left no-repeat, linear-gradient(to top, rgba(45, 45, 45, 0) 30%, rgba(0, 0, 0, 0.8) 100%), url(../images/header-bg.png) center right no-repeat, url(../images/bg-left.png) top left no-repeat;
}
header .logo-main img {
    height: 30px
}
header .logo-main h3 {
    font-weight: 600;
    color: #fff;
}
header .nav li:not(:last-of-type) {
    margin-right: 1rem;
}
header .nav a {
    color: #fff;
}
header .nav a:hover:not(.bal-detasils-link, .button-medium) {
    border-bottom: 1px solid #fff4;
}
.header-contacts .container {
    border-top: 1px solid rgba(255,255,255,.06);
}
.header-middle {
    min-height: 50vh;
    display: flex;
    align-items: center;
}
.main-about img {
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.06);
    padding: .3rem;
    background: rgba(255,255,255,.07);
    box-shadow: 0 20px 30px 0px rgba(0,0,0,.4);
}
.main-advantages .row .folder {
    padding: 2rem;
    border: 1px solid rgba(255,255,255,.06);
    border-top: none;
    border-bottom: none;
    border-radius: 25px;
    background: rgba(255,255,255,.02) url(../images/bg3.png) top center no-repeat;
    box-shadow: 0 20px 30px 0px rgba(0,0,0,.4);
}
.main-advantages .row img {
    height: 50px
}

.soc-links a img {
    height: 20px
}
.header-about .folder {
    background: url(../images/bg-1.png) top right no-repeat, url(../images/bg-left.png) top left no-repeat, url(../images/bal-bg.png) right bottom no-repeat, rgba(255,255,255,.04);
    border-radius: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 30px 0px rgba(0,0,0,.4);
}
.header-about .folder::before {
    content: "";
    width: 300px;
    height: 500px;
    top: -50px;
    left: -50px;
    position: absolute;
    background: inherit;
    background-position: center center;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.50)) blur(30px);
    z-index: -1;
}
.header-about .folder .row > div {
    padding: 3rem;
}
.header-about .folder .row > div img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.06);
    padding: .3rem;
    background: rgba(255,255,255,.07);
}
.header-about .folder .col-md-6 {
    height: 100%;
    position: relative;
}
.main-offer .ps-list li:not(:last-of-type) {
    margin-right: 1rem;
}
.main-offer .ps-list img {
    height: 40px;
}
.main-offer .folder {
    background: url(../images/bg-1.png) top right no-repeat, url(../images/bg-left.png) top left no-repeat, url(../images/bal-bg.png) right bottom no-repeat, rgba(255,255,255,.04);
    border-radius: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 30px 0px rgba(0,0,0,.4);
}
.main-offer .folder h1 {
    font-size: 4rem;
    text-shadow: 0 4px 5px rgba(0,0,0,.2);
}
.about-offer li {
    line-height: 2;
    position: relative;
    padding-left: 20px;
}
.about-offer li::before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #00a3fd;
}
.main-offer .folder::before {
    content: "";
    width: 300px;
    height: 500px;
    top: -50px;
    left: -50px;
    position: absolute;
    background: inherit;
    background-position: center center;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.50)) blur(30px);
    z-index: -1;
}
.main-partnership .partners-image {
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0) 30%, rgba(0, 0, 0, 0.7) 100%), url(../images/partners.jpg) center center no-repeat;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    box-shadow: 0 20px 30px 0px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.06);
    padding: 2rem;
    border-bottom: none;
}
.grad {
    border-left: 3px solid #00a3fd;
    background-image: linear-gradient(90deg, rgba(0,163,253,.2) 0%, #fff0 100%);
    padding: 1rem 2rem;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(255,255,255,.04);
    box-shadow: none;
}
.accordion-item {
    color: #fff;
    border: none;
    border-radius: none;
    background: none;
}
.accordion-button {
    cursor: pointer;
    background: rgba(255,255,255,.06) url(../images/bal-bg2.png) right top no-repeat;
    border-radius: 25px !important;
    color: #fff;
}
.main-get-started .folder {
    background: url(../images/bg-left.png) top left no-repeat, url(../images/get.png) right bottom no-repeat, rgba(255,255,255,.04);
    border-radius: 25px;
    box-shadow: 0 20px 30px 0px rgba(0,0,0,.4);
}
footer {
    background: url(../images/bg4.png) bottom center no-repeat;
}
footer .logo-main a img {
    height: 60px
}
@media (max-width: 991px) {
    .navbar .navigation .nav {
        background: rgba(255,255,255,.06);
        border-radius: 25px;
        padding: 2rem !important;
        margin-top: 2rem !important;
    }
}
@media (max-width: 768px) {
    header {
        background: url(../images/bg-left.png) top left no-repeat,linear-gradient(to bottom, rgba(45, 45, 45, 0) 30%, rgba(0, 0, 0, 0.8) 50%), linear-gradient(to top, rgba(45, 45, 45, 0) 30%, rgba(0, 0, 0, 0.8) 100%), url(../images/header-bg.png) center right no-repeat, url(../images/bg-left.png) top left no-repeat;
    }
    .header-middle {
        min-height: 40vh;
    }
    .radio-container .radio-item span {
        font-size: 12px;
    }
    .mt-xs-1 { margin-top: 0.25rem !important; }
    .mt-xs-2 { margin-top: 0.5rem !important; }
    .mt-xs-3 { margin-top: 1rem !important; }
    .mt-xs-4 { margin-top: 1.5rem !important; }
    .mt-xs-5 { margin-top: 3rem !important; }
    body {
        font-size: .9rem;
    }
    h1 {
        font-size: 1.8em;
    }
    h5 {
        font-size: 1rem;
    }
    .mt-xs-2 {
        margin-top: 1rem;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .dashboard {
        padding-bottom: 1.5rem;
    }
    .logo {
        padding: 0;
    }
    .col-left-nav {
        min-height: auto;
        padding-bottom: 1.5rem;
        width: 100%;
    }
    .support-account {
        display: none;
    }
    .header-account {
        padding: 0;
    }
    .status-info {
        font-size: .8rem;
    }
    .account-user-block {
        justify-content: space-between !important;
        margin-top: 1.5rem;
    }
    .protect-2fa {
        margin-top: 1rem;
        border-radius: 0;
    }
    .profile-page .col-md-9 {
        order: 1;
    }
    .account-main-folder {
        padding: 0;
    }
    .acc-title {
        text-align: center;
    }
    .profile-folder {
        margin-top: 1.5rem;
    }
    .balances-account:after {
        display: none;
    }
    .balances-account {
        width: calc(100% + 15px);
    }

    .bal-detasils-link {
        margin-right: 1rem;
    }
    .partners-list-info {
        margin-top: 1.5rem;
    }
    .bal-account-main-moreinfo-folder ul {
        justify-content: flex-start !important;
    }
    .bacmm ul li {
        width: 33%;
    }
    .pacmm ul li {
        width: 50%;
    }
    .bacmm ul li:nth-child(4),
    .bacmm ul li:nth-child(5),
    .pacmm ul li:nth-child(3) {
        margin-top: .4rem;
    }
}