* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: auto;
    width: 100%;
}
body {
    width: 100%;
    min-width: 100%;
    height: auto;
    color: #a5a7b0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #fff;
}
input[type=text],
input[type=password],
input[type=number],
textarea,
select {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    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 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 1em 0;
}
textarea {
    line-height: inherit;
    padding: 20px;
}
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;
}
input.error,
textarea.error {
    border: 1px solid #E74C3C !important;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}
input[type=text]:-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
    color: #ccc;
}
e, m {
	display:none;
}
.hidden {
	display:none;
}
.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;
}
.form .radio + label:before {
    background: #e8e8e8;
}
.radio + label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: url("../images/btc3.jpg") center center no-repeat;
    background-size: 12px;
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:after {
    opacity: 1;
}
input[type=submit],
input[type=button],
.button > button,
.btn {
    display: block;
    position: relative;
    width: 100%;
    outline: none;
    padding: 14px 28px;
    font-size: 12pt;
    background: #f9a83c;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(249,168,60,.5);
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-decoration:none;
}
input[type=submit]:hover,
input[type=button]:hover,
.button > button:hover {
    box-shadow: 0 10px 30px rgba(249,168,60,.7);
}
.deposit-cancel {
    margin: 1em 0 0 0;
}
.conf_deps {
    align-items: center;
}
button.close2 {
    width: 60px;
    height: 60px;
    background: url("../images/cancel.html") center center no-repeat;
    background-size: 60px;
    box-shadow: none;
    border: none;
}
button.close2:hover {
    box-shadow: none;
    background: url("../images/cancel.html") center center no-repeat;
    background-size: 60px;
}
button:focus {
    outline: none;
}
.modal-body {
    padding: 2em;
    border-radius: 30px;
    overflow: hidden;
}
.modal-dialog .modal-content {
    border: 0;
    border-radius: 30px;
    -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;
}
span {
    display: block;
}
.wave {
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #8d68fa;
}
ul {
    list-style: none;
    margin: 0;
}
h1 {
    font-size: 3em;
    color: #373d49;
    font-weight: 800;
    margin: 0 0 .5em 0;
}
.line {
    position: relative;
    padding: 0 0 0 1.4em;
}
.line:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1em;
    height: 4px;
    margin: -3px 0 0 0;
    background: #8d68fa;
    border-radius: 2px;
}
h2 {
    font-size: 2em;
    color: #373d49;
    font-weight: 400;
}
h3 {
    font-size: 1.625em;
}
h4 {
    color: #46556c;
    font-weight: 600;
    font-size: 1.25em;
}
.sublime {
    font-size: 19px;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
a {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    box-sizing: border-box;
    color: #f9a83c;
    -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 {
    text-decoration: none;
    color: #e79c37;
}
.wrapper {
    width: 100%;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.button {
    margin: 2em 0 0 0;
}
.button > a:nth-child(2) {
    margin: 0 0 0 1em;
}
.button-big {
    display: inline-block;
    min-width: 80px;
    padding: 18px 32px;
    font-size: 1.3em;
    background: #f9a83c;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(249,168,60,.5);
    -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 {
    display: inline-block;
    min-width: 80px;
    padding: 10px 20px;
    font-size: 12pt;
    background: #f9a83c;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(249,168,60,.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-white {
    border: 1px solid #8d68fa;
    background: none;
    box-shadow: none;
    color: #8d68fa;
}
.button-big:hover,
.button-medium:hover {
    box-shadow: 0 10px 30px rgba(249,168,60,.7);
    color: #fff;
}
.button-white:hover {
    box-shadow: none;
    color: #8d68fa;
}
.title {
    text-align: center;
}
.title > h1 {
    display: inline-block;
    margin: 0;
    position: relative;
}
.title > h1:before {
    position: absolute;
    content: '';
    left: -120px;
    top: 50%;
    background: rgba(0,0,0,.1);
    height: 1px;
    width: 100px;
}
.title > h1:after {
    position: absolute;
    content: '';
    right: -120px;
    top: 50%;
    background: rgba(0,0,0,.1);
    height: 1px;
    width: 100px;
}
.bold {
    font-weight: 600;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}
.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: 500;
}
.main_stat .nav-item:first-of-type .nav-link {
    background: url("../images/down-arrow.html") top left no-repeat;
    background-size: 30px;
    padding: 45px 0 0 0;
}
.main_stat .nav-item:last-of-type .nav-link {
    background: url("../images/up-arrow.html") top left no-repeat;
    background-size: 30px;
    padding: 45px 0 0 0;
}
.form {
    margin: 2em 0 0 0;
    width: 100%;
}
.form > small {
    display: block;
    color: #E74C3C;
}
.form .row > div > small,
.form .row > div small {
    display: block;
    color: #E74C3C;
}
.remember > label {
    line-height: 28px;
    margin: 0 !important;
}
.allerts {
    padding: 1em 1em 1em 60px;
    background: rgba(79,72,236,.1) url(../images/information.html) 20px center no-repeat;
    background-size: 20px;
    border-radius: 9px;
    line-height: 1.4;
    display: block;
    margin: 0 0 1em 0;
}
.allerts > p {
    margin: 0;
}
.allerts > h2 {
    font-size: 1.2em;
}
.padding5 {
    padding: 5em 0;
}
.dropdown-menu {
    margin: .5em 0 0 0;
    padding: 1em;
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
#calculator .modal-body {
    padding: 2em 2em 0 2em;
}
#calculator .modal-body .calc > img {
    max-width: 40%;
    margin: 0 0 1em 0;
}
.slider-bg {
    padding: 2em 0 0 0;
}
.min-max {
    display: flex;
    justify-content: space-between;
}
.min-max > small {
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #f9a83c;
    padding: 0 10px;
    border-radius: 10px;
}
.ui-widget.ui-widget-content {
    border: none !important;
    background: #ccc;
    height: 5px;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #f9a83c !important;
    color: #333333;
    font-weight: bold;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -30px !important;
    margin-left: -.6em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: url(../images/black-placeholder-variant.html) left center no-repeat !important;
    background-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    cursor: pointer !important;
    outline: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.8em !important;
}
.profit-calc {
    margin: 2em 0 0 0;
}

header {
    background: url("images/btc1.html") center center no-repeat;
}
header.cabinet {
    background: url("images/btc3.html") bottom center no-repeat;
    padding: 0 0 10em 0;
}
.cabinet_page {
    margin: -15em 0 0 0;
}
.cab_nav,
.cab_body {
    padding: 2em;
    border-radius: 10px;
    background: #fff;
}
.top_header {
    padding: 1em 0;
    background: rgba(0,0,0,.8);
    color: #fff;
}
.top_header .row {
    align-items: center;
    justify-content: flex-start;
}
.top_header .col-2:last-of-type {
    text-align: right;
}
.top_header .row span {
    color: #fff7;
}
.top_header .row span > b {
    color: #fff;
}
.languages .lang span {
	color:#373d49;
}
ul.social {
    display: flex;
}
ul.social > li {
    margin: 0 2em 0 0;
}
ul.social > li:last-of-type {
    margin: 0;
}
ul.social > li > a {
    display: block;
    height: 20px;
    width: 20px;
}
ul.social > li > a.youtube {
    background: url("../images/youtube.html") center center no-repeat;
    background-size: 20px;
}

ul.social > li > a.facebook {
    background: url("../images/facebookda4eda4e.html?r=1234") center center no-repeat;
    background-size: 20px;
}
ul.social > li > a.instagram {
    background: url("../images/instagram.html") center center no-repeat;
    background-size: 20px;
}
ul.social > li > a.twitter {
    background: url("../images/twitter.html") center center no-repeat;
    background-size: 20px;
}
ul.social > li > a.telegram {
    background: url("../images/telegram.html") center center no-repeat;
    background-size: 20px;
}
.work_days {
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 0 0 0 1em;
}
.work_days > span {
    background: url("../images/world-grid.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.work_since {
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 0 0 0 1em;
}
.work_since > span {
    background: url("../images/calendar.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.work_investments > span {
    background: url("../images/money.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.work_insurance {
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 0 0 0 1em;
}
.work_insurance > span {
    background: url("../images/money.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.languages > a {
    color: #fff7;
}
.languages > a > img {
    max-width: 20px;
    margin: 0 0 0 5px;
}
.lang > a,
.main_nav > a {
    line-height: 20px;
    padding: .5em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.main_nav > a {
    padding: .5em 2em;
    background: url("../images/btc1.jpg") left center no-repeat;
    background-size: 10px;
}
.main_nav > a:hover {
    padding: .5em 2em .5em 3em;
    background: url("../images/btc1.jpg") 2em center no-repeat;
    background-size: 10px;
}
.lang > a:last-of-type,
.main_nav > a:last-of-type {
    border-bottom: none;
}
.lang > a:focus,
.main_nav > a:focus {
    background: none;
    color: inherit;
}
.lang > a > img {
    max-width: 20px;
    margin: 0 10px 0 0;
}
.dropdown-toggle::after {
    display: inline-block;
    background: url("../images/down-arrow.html") center center no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.nav_header {
    background: rgba(0,0,0,.5);
    border-top: 1px solid rgba(255,255,255,.16);
}
.nav_header .row {
    align-items: center;
}
.nav_header .row .col-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo > a {
    display: block;
    line-height: 1.2;
    background: url("../images/logo.png") left center no-repeat;
    background-size: 50px;
    padding: 0 0 0 65px;
}
.logo > a > span {
    color: #f9a83c;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.3em;
}
.logo > a > small {
    display: block;
    color: #fff8;
}
.nav_header .nav ul {
    width: 100%;
    display: flex;
}
.nav_header .nav ul > li {
    margin: 0 2em 0 0;
}
.nav_header .nav ul > li:last-of-type {
    margin: 0;
}
.nav_header .nav ul > li > a {
    padding: 1em 0;
    color: #fff;
    display: block;
}
.button_login {
    display: flex;
    align-items: center;
    box-shadow: none;
}
.button_login:hover {
    box-shadow: none;
}
.button_login > img {
    max-width: 20px;
    margin: 0 5px 0 0;
}
.modal_form .modal-body h2 {
    margin: 1.4em 0 0 0;
    color: #373d49;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.modal_form .forgot_pass {
    text-align: right;
}
.modal_form .or,
.or_signup .or {
    text-align: center;
    margin: 1em 0 0 0;
}
.modal_form .or span,
.or_signup .or span {
    display: inline-block;
    position: relative;
}
.modal_form .or span:before,
.or_signup .or span:before {
    position: absolute;
    content: '';
    left: -120px;
    top: 50%;
    background: rgba(0,0,0,.1);
    height: 1px;
    width: 100px;
}
.modal_form .or span:after,
.or_signup .or span:after {
    position: absolute;
    content: '';
    right: -120px;
    top: 50%;
    background: rgba(0,0,0,.1);
    height: 1px;
    width: 100px;
}
input.login {
    background: url("../images/user2.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.wallet {
    background: url("../images/wallet.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.link {
    background: url("../images/link.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.country {
    background: url("../images/world.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.lang {
    background: url("../images/talk.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.phone {
    background: url("../images/phone-call3.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.whatsapp {
    background: url("../images/whatsapp.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.telegram {
    background: url("../images/telegram2.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.skype {
    background: url("../images/skype2.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.site {
    background: url("../images/www.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.social {
    background: url("../images/social-media.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.password {
    background: url("../images/padlock.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.text {
    background: url("../images/font.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
input.email {
    background: url("../images/mail.html") 18px center no-repeat;
    background-size: 20px;
    padding-left: 48px;
}
.modal_form .row {
    align-items: flex-start !important;
}
.upline {
    background: url(../images/user3.html) left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
    color: inherit !important;
    margin: 0 0 1em 0;
}
.redirect {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    text-align: center;
}
.redirect > img {

}
.captcha {
    display: flex;
    margin: 1em 0 0 0;
    align-items: center;
}
.captcha > img {
    margin: 0 1em 0 0;
}
h3.h3_p {
    margin: 0 0 1em 0;
}
.pages_header {
    padding: 3em 0;
}
.pages_header h1 {
    color: #fff;
}
.middle_header {
    padding: 4em 0 0 0;
}
.middle_header .wrapper .row {
    align-items: flex-end;
}
.header_text {
    margin: 4em 0 4em 0;
}
.header_text h1 {
    margin: 2em 0 0 0;
    color: #fff;
}
.header_text h2 {
    color: #fff;
}
.header_text span {
    color: #fff;
}
.header_text .button > a {
    box-shadow: none;
}
.carousel-fade .carousel-item {
    display: block;
    position: relative;
    opacity: 0;
    transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    display: block;
}
.new_deposit_list {
    margin: 0 0 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 0 0 1em 0;
}
.new_deposit_list:last-of-type {
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.new_deposit_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_deposit_list .card {
    background: none;
    padding: 1em;
    border-radius: 10px;
    background: #f8f8f8;
    margin: 1em 0 0 0;
}
.about {
    position: relative;
}
.about .row {
    align-items: center;
}
.about:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 47%;
    border-radius: 0 30px 30px 0;
    background: url("../images/bg1.html") center center no-repeat;
}
.about .col-5 {
    color: #fff;
}
.about .col-5 h1 {
    color: #fff;
}
.invest_plans {
    background: url("../images/bg2.html") bottom center no-repeat;
    margin: 0 0 5em 0;
}
.plans {
    margin: 4em 0 0 0;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}
.owl-nav > button {
    position: absolute;
    content: '';
    top: 40%;
    height: 30px;
    width: 30px;
    background: #f9a83c !important;
    border-radius: 50%;
    color: #fff;
}
.owl-nav > button:first-of-type {
    left: -22px;
}
.owl-nav > button:last-of-type {
    right: -22px;
}
.owl-nav > button > span {
    display: block;
    color: #fff;
    line-height: 30px;
    font-size: 2em;
    font-weight: 200;
    text-align: center;
    position: relative;
    top: -1px;
    right: -1px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    opacity: .8;
    transition: opacity .15s ease;
}
.carousel-control-next {
    right: -40px;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next-icon {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    background: url(../images/down-arrow.html) center center no-repeat;
    background-size: 30px;
}
.carousel-control-prev-icon {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    background: url(../images/down-arrow.html) center center no-repeat;
    background-size: 30px;
}
.plan_block {
    border-radius: 30px;
    padding: 2em;
    text-align: center;
    background: url("../images/bg3.html") center center no-repeat;
    color: #fff;
    margin: 0 1em;
}
.plan_block > h2 {
    color: #fff;
    position: relative;
    display: inline-block;
}
.plan_block > h2:before {
    position: absolute;
    content: '';
    left: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.plan_block > h2:after {
    position: absolute;
    content: '';
    right: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.plan_block > h1 {
    margin: 0;
    color: #f9a83c;
}
.plan_block .button > a > img {
    max-width: 20px;
    margin: 0 0 0 5px;
    display: inline-block;
}
.plan_block > span {
    display: inline-block;
    position: relative;
}
.plan_block > span:before {
    position: absolute;
    content: '';
    left: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.plan_block > span:after {
    position: absolute;
    content: '';
    right: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.plan_block ul li {
    padding: .5em 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.plan_block ul li:last-of-type {
    border-bottom: none;
}
.presentation {
    margin: 2em 0 0 0;
}
.presentation > a > img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.news_block > li {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.news_block > li:last-of-type {
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.news_block > li > a {
    font-weight: 500;
    font-size: 1.2em;
}
.news_block > li > small {
    display: block;
    background: url("../images/calendar.html") left center no-repeat;
    background-size: 14px;
    padding: 0 0 0 24px;
}
.news_folder {
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
    width: 100%;
}
.news_folder > img {
    margin: 0 2em 0 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.reviews_video {
    margin: 4em 0 0 0;
}
.reviews_video .col-3 {
    text-align: center;
}
.reviews_video .col-3 > a > img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.company {
    position: relative;
    background: url("../images/map.html") left center no-repeat;
    background-size: 700px;
}
.company .row {
    align-items: center;
}
.loc {
    padding: 2em;
    border-radius: 30px;
    background: url("../images/bg4.html") center center no-repeat;
}
.loc h1 {
    color: #fff;
}
.loc {
    color: #fff;
}
.loc span.address {
    background: url("../images/placeholder.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.loc span.phone {
    margin: 1em 0 0 0;
    color: #fff;
    background: url("../images/phone-call.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.loc span.email {
    margin: 1em 0 0 0;
    color: #fff;
    background: url("../images/mail2.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.loc span.number {
    margin: 1em 0 0 0;
    color: #fff;
    background: url("../images/business-and-trade.html") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.loc .time {
    margin: .5em 0 0 2em;
}
.loc .time > small {
    display: block;
    color: #fff7;
}
.modal-map {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    margin: 0 auto;
}
.modal-map button {
    position: absolute !important;
    top: 15px !important;
    left: 50% !important;
    margin: 0 0 0 -35px !important;
    border-radius: 50% !important;
    content: '' !important;
    opacity: 1 !important;
    display: block !important;
    height: 70px !important;
    width: 70px !important;
    background: #f9a83c url(../images/close.html) center center no-repeat !important;
    background-size: 50px !important;
}
.modal-map iframe {
    height: 100vh;
}
.safety {
    background: linear-gradient(180deg, #fff 0%, #eee 100%);
}
.safety_block {
    width: 100%;
}
.safety_block > ul {
    display: flex;
    justify-content: space-between;
}
.safety_block > ul > li > img {
    max-width: 100px;
}
.advantages {
    background: linear-gradient(180deg, #fff 0%, #eee 100%);
}
.adv_list {
    margin: 4em 0 0 0;
}
.adv_list .row {
    align-items: self-start !important;
}
.adv_list .col-3,
.adv_list .col-2 {
    text-align: center;
}
.adv_list .col-2 > i {
    display: block;
    margin: 1em 0 0 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 1em 0 0 0;
}
.adv_list .col-3 > img,
.adv_list .col-2 > img {
    max-width: 50px;
    margin: 0 0 1em 0;
}
.adv_list .col-3:nth-child(2),
.adv_list .col-3:nth-child(3),
.adv_list .col-2:nth-child(2),
.adv_list .col-2:nth-child(3),
.adv_list .col-2:nth-child(4) {
    margin: 2em 0 0 0;
}
footer {
    background: url("../images/footer.html") bottom center no-repeat;
}
.footer_top {
    margin: 0 0 2em 0;
}
.footer_top .wrapper {
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 0 15px 2em 15px;
}
.ps {
    width: 80%;
    margin: 0 auto;
}
.ps > ul {
    display: flex;
    justify-content: space-between;
}
.ps > ul > li > img {
    max-width: 100px;
    filter: brightness(0) invert(1);
    opacity: .3;
}
.footer_middle .logo_footer > a {
    opacity: .4;
}
footer ul.footer_nav > li > a {
    display: inline-block;
    color: #fff;
    background: url("../images/right-arrow.html") left center no-repeat;
    background-size: 10px;
    padding: 0 0 0 20px;
}
footer .footer_affiliate {
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 0 0 0 1em;
}
.footer_affiliate > h1,
.footer_affiliate > h3 {
    color: #fff;
}
.footer_affiliate > h3 {
    background: url(../images/support.html) left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 1.2em;
}
.footer_bottom {
    margin: 2em 0 0 0;
}
.footer_bottom .wrapper {
    border-top: 1px solid rgba(255,255,255,.05);
    padding: 2em 15px 0 15px;
}
.footer_bottom .wrapper .row {
    align-items: center;
}
.footer_bottom .col-12 {
    text-align: center;
}
.about_page .row {
    align-items: center;
}
.about_page .col-7 > span {
    margin: 0 0 1em 0;
}
.about_page .col-5 > img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.list_marker {
    margin: 1em 0;
}
.list_marker > li {
    padding: 0 0 0 2em;
    background: url(../images/right-arrow.html) left 8px no-repeat;
    background-size: 10px;
}
.jobs_folder {
    padding: 2em;
    border-radius: 30px;
    color: #fff;
    background: url(../images/bg1.html) center center no-repeat;
}
.jobs_folder h1 {
    color: #fff;
}
.jobs_page .row:nth-child(1) {
    align-items: center;
}
.safety_page .row {
    align-items: center;
}
.safety_page .row img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.videos_page .row .col-6 {
    text-align: center;
}
.plan_icon {
    padding: 0 0 0 3em;
}
.pi1 {
    background: url("../images/pi1.html") left center no-repeat;
    background-size: 30px;
}
.pi2 {
    background: url("../images/pi2.html") left center no-repeat;
    background-size: 30px;
}
.pi3 {
    background: url("../images/pi3.html") left center no-repeat;
    background-size: 30px;
}
.pi4 {
    background: url("../images/pi4.html") left center no-repeat;
    background-size: 30px;
}
.pi5 {
    background: url("../images/pi5.html") left center no-repeat;
    background-size: 30px;
}
.nice-select {
    float: inherit !important;
    font-size: 1rem !important;
}
.slider-bg {
    padding: 0 0 5px;
}
.min-max {
    display: flex;
    justify-content: space-between;
}
.min-max > small {
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #f9a83c;
    padding: 0 10px;
    border-radius: 3px;
}
.ui-widget.ui-widget-content {
    border: none !important;
    background: #0001;
    height: 1px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -30px !important;
    margin-left: -.6em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: url("../images/slide.html") center center no-repeat !important;
    background-size: 26px !important;
    width: 26px !important;
    height: 30px !important;
    cursor: pointer !important;
    outline: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.8em !important;
}
.calc-list > li .amount {
    width: 50%;
}
.profit-calc {
    margin: 1em 0 0 0 !important;
}
.profit-calc h1 {
    font-size: 2em;
}
.calc-block > form {
    display: flex;
    justify-content: space-between;
}
h3.referral-w,
h3.generate-w,
h3.invest-w,
h3.accont-w,
h3.getting-w,
h3.create-w,
h3.wallet-w {
    color: #373d49;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.card-header {
    padding: 1em;
    background: #f5f3ff;
    border-radius: 30px !important;
    border-bottom: none;
    margin: 0 0 1em 0 !important;
}
.card-header > a {
    color: #444;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 0 0 22px;
}
.card-header > a:hover {
    color: #f9a83c;
}
.card-header > a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    background: url(../images/right-arrow.html) left center no-repeat;
    background-size: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card-body > p {
    font-size: .9em;
}
.docs_folder > ul {
    margin: 2em 0 0 0;
}
.docs_folder > ul > li {
    padding: 0 0 1em 4em;
    margin: 0 0 1em 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: url("../images/paper.html") left center no-repeat;
    background-size: 40px;
}
.docs_folder > ul > li:last-of-type {
    margin: 0;
    padding: 0 0 0 4em;
    border: none;
}
.check_company {
    padding: 2em 0 0 0;
    margin: 2em 0 0 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.check_company > ul > li {
    margin: 0 0 1em 0;
}
.check_company > ul > li:last-of-type {
    margin: 0;
}
.repr_list {
    padding: 0 1em 1em 1em;
}
.repr_body {
    border: 1px solid rgba(0,0,0,.1);
    padding: 1.5em;
    border-radius: 10px;
    margin: .4em;
}
.repr_name {
    background: url("../images/user2.html") left center no-repeat;
    background-size: 30px;
    padding: 0 0 0 50px;
}
a.flags {
    text-transform: uppercase;
}
a.flags > img {
    width: 40px;
    height: 40px;
    margin: 0 .5em 0 0;
}
.repr_body > ul > li {
    padding: 0 0 0 1.8em;
}
li.name {
    background: url("../images/user4.html") left center no-repeat;
    background-size: 14px;
}
li.language {
    background: url("../images/planet-earth.html") left center no-repeat;
    background-size: 14px;
}
li.phone {
    background: url("../images/phone-call.html") left center no-repeat;
    background-size: 14px;
}

li.email {
    background: url("../images/mail2.html") left center no-repeat;
    background-size: 14px;
}
li.fb {
    background: url("../images/facebook.html") left center no-repeat;
    background-size: 14px;
}
li.skype{
    background: url("../images/skype.html") left center no-repeat;
    background-size: 14px;
}

li.telegram{
    background: url("../images/telegram.html") left center no-repeat;
    background-size: 14px;
}

.note_promo {
    padding: 2em;
    border-radius: 30px;
    background: url(../images/bg3.html) center center no-repeat;
    color: #fff;
}
.note_promo > h1 {
    color: #fff;
}
.ht_video {
    position: relative;
    padding: 6em 0 0 0;
    text-align: center;
}
.ht_video:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 50px;
    width: 1px;
    background: rgba(0,0,0,.1);
}
.important {
    background: #f9a83c url("../images/info.html") 1em center no-repeat;
    background-size: 18px;
    color: #fff;
    padding: .5em 1em .5em 3em;
    display: inline-block;
    border-radius: 10px;
}
.nav-tabs {
    border-bottom: none;
    display: flex;
}
.nav .nav-item {
    display: block;
    background: #f9a83c;
    color: #fff;
    padding: .5em 1em;
    border-radius: 10px;
    margin: 0 .5em 0 0;
}
.nav .nav-item .nav-link {
    color: #fff8;
    font-size: 1em;
}
.nav .nav-item .nav-link.active {
    color: #fff;
}
.nav .nav-item:last-of-type {
    margin: 0;
}
.tab-content {
    margin: 2em 0 0 0;
}
.become {
    padding: 2em;
    border-radius: 30px;
    background: url(../images/bg3.html) center center no-repeat;
    color: #fff;
}
.become li:nth-child(1) h2 {
    background: url("../images/quality.html") left center no-repeat;
    background-size: 30px;
}
.become li:nth-child(2) h2 {
    background: url("../images/favorites.html") left center no-repeat;
    background-size: 30px;
}
.become li:nth-child(3) h2 {
    background: url("../images/quality.html") left center no-repeat;
    background-size: 30px;
}
.become h2 {
    color: #fff;
    padding: 0 0 0 1.5em;
}
.center-block {
    float: none;
    display: block;
    margin: 0 auto;
}
.user_block h2 {
    margin: 0;
    color: #fff;
}
.user_block .col-3 span {
    background: url("../images/mail.html") left center no-repeat;
    background-size: 14px;
    padding: 0 0 0 1.4em;
    color: #fff;
}
.user_block .status {
    margin: 1em 0 0 0;
    padding: 1em 0 0 3.5em;
    border-top: 1px solid rgba(255,255,255,.1);
	display:none;
}

.user_block .status.status0 {
	display:block;
}
.user_block .status h4 {
    color: #fff;
}
.user_block .status0 {
    background: url(../images/productivity.html) left bottom no-repeat;
    background-size: 40px;
}
.user_block .status1 {
    background: url(../images/favorites.html) left bottom no-repeat;
    background-size: 40px;
}
.user_block .status2 {
    background: url(../images/deal.html) left center no-repeat;
    background-size: 40px;
}
.user_block .status3 {
    background: url(../images/quality.html) left center no-repeat;
    background-size: 40px;
}
.user_block .row {
    align-items: center;
}
.user_info {
    display: flex;
}
.user_info > ul > li {
    background: url(../images/calendar.html) left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 2em;
}
.user_info span {
    color: #fff;
}
.user_info .ref_link {
    margin: 0 0 0 6em;
}
.user_info .ref_link > span {
    background: url("../images/link.html") left center no-repeat;
    background-size: 14px;
    padding: 0 0 0 1.5em;
}
.cab_nav > ul > li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0;
}
.cab_nav > ul > li:last-of-type {
    border: none;
}
.cab_nav > ul > li > a {
    font-weight: 400;
    color: #212529;
    background: url(../images/right-arrow.html) left center no-repeat;
    background-size: 10px;
    padding: 0 0 0 2em;
}
.cab_nav > ul > li > a:hover {
    background: url("../images/right-arrow.html") 1em center no-repeat;
    background-size: 10px;
}
.cab_wrapper {
    margin: 2em 0 0 0;
}
.table td {
    vertical-align: middle !important;
}
.table tr td > img {
    max-width: 30px;
}
.table tr td > span {
    display: block;
    font-size: 1.2em;
}
.table tr td > small {
    color: #a5a7b0;
    font-size: 1em;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f9a83c;
    border-color: #f9a83c;
}
.block2 > ul {
    display: flex;
    margin: 0 0 2em 0;
}
.block2 > ul > li {
    margin: 0 4em 0 0;
}
.block2 > ul > li h1 {
    margin: 0;
    padding: 0 0 0 1.2em;
}
.block2 > ul > li:last-of-type {
    margin: 0;
}
.block2 > ul > li:nth-child(1) h1 {
    background: url("../images/group.html") left center no-repeat;
    background-size: 40px;
}
.block2 > ul > li:nth-child(2) h1 {
    background: url("../images/deal.html") left center no-repeat;
    background-size: 40px;
}
.block2 > ul > li:nth-child(3) h1 {
    background: url("../images/money2.html") left center no-repeat;
    background-size: 40px;
}
.deposit_block {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.deposit_block .dep_sum > h1 {
    margin: 0;
}
.deposit_block:last-of-type {
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.dep_sum {
    display: flex;
    align-items: center;
}
.dep_sum > img {
    max-width: 30px;
    margin: 0 1em 0 0;
}
.about_dep {
    margin: 1em 0 0 0;
}
.about_dep .col-6:nth-child(1) > h4 {
    background: url("../images/money.html") left center no-repeat;
    background-size: 14px;
    padding: 0 0 0 24px;
}
.about_dep .col-6:nth-child(2) > h4 {
    background: url("../images/calendar.html") left center no-repeat;
    background-size: 14px;
    padding: 0 0 0 24px;
}
.pr {
    margin: 1em 0 0 0;
}
.exp .col-6:last-of-type {
    text-align: right;
}
.progress {
    width: 100%;
    background: #ccc6;
    height: 6px;
    border-radius: 3px;
}
.progress .progress_ok {
    background: #f9a83c;
}

.balances {
    position: relative;
}
.balances > span {
    font-size: 1.4em;
    padding: 0 0 0 45px;
}
.balances > span,
.balances > h1 {
    position: relative;
    z-index: 1;
}
.balances > ul {
    position: relative;
    z-index: 1;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 1px solid rgba(255,255,255,.05);
}
.balances > ul > li {
    margin: 0 0 1em 0 !important;
    padding: 0 0 0 55px;
}
.balances > ul > li > h6 {

}
.balances > ul > li > h4 {

}
.balances > ul > li.ps55 {
    background: url("../images/ps/ps55.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li.ps22 {
    background: url("../images/ps/ps22.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li.ps33 {
    background: url("../images/ps/ps33.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li.ps44 {
    background: url("../images/ps/ps44.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li.ps11 {
    background: url("../images/ps/ps11.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li.ps77 {
    background: url("../images/ps/ps66.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li.ps66 {
    background: url("../images/ps/ps77.html") left center no-repeat;
    background-size: 40px;
}
.balances > ul > li > h4 {
    margin: 0;
}
.balances > h1 {
    padding: 0 0 0 45px;
    background: url("../images/money2.html") left center no-repeat;
    background-size: 30px;
}
.totals ul li {
    margin: 0 0 2em 0;
}
.totals ul li > span,
.partners_block ul li > span {
    padding: 0 0 0 45px;
}
.totals ul li > h1,
.partners_block ul li > h1 {
    padding: 0 0 0 45px;
}
.totals .block1 ul li:nth-child(1) > h1 {
    background: url("../images/salary.html") left center no-repeat;
    background-size: 30px;
}
.totals .block3 ul li:nth-child(1) > h1 {
    background: url("../images/tasks.html") left center no-repeat;
    background-size: 30px;
}
.partners_block .block3 ul li:nth-child(1) > h1 {
    background: url("../images/collaboration.html") left center no-repeat;
    background-size: 30px;
}
.partners_block .block3 ul li:nth-child(2) > h1 {
    background: url("../images/deal.html") left center no-repeat;
    background-size: 30px;
}
.partners_block .block3 ul li:nth-child(3) > h1 {
    background: url("../images/salary.html") left center no-repeat;
    background-size: 30px;
}
.totals .block1 ul li:nth-child(2) > h1 {
    background: url("../images/wallet2.html") left center no-repeat;
    background-size: 30px;
}
.totals .block3 ul li:nth-child(2) > h1 {
    background: url("../images/deposit.html") left center no-repeat;
    background-size: 30px;
}
.totals .block3 ul li:nth-child(3) > h1 {
    background: url("../images/deposit.html") left center no-repeat !important;
    background-size: 30px !important;
}
.totals .block1 ul li:nth-child(3) > h1 {
    background: url("../images/productivity.html") left center no-repeat;
    background-size: 30px;
}
.totals ul li:last-of-type {
    margin: 0;
}
.important > a {
    color: #fff;
    font-weight: bold;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 20px;
    height: 15px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon1 span {
    background: #e65100;
}
.animated-icon2 span {
    background: #fff;
}
.animated-icon3 span {
    background: #f3e5f5;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
.animated-icon1 span:nth-child(2) {
    top: 10px;
}
.animated-icon1 span:nth-child(3) {
    top: 20px;
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.animated-icon2 span:nth-child(1) {
    top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}
.animated-icon2 span:nth-child(4) {
    top: 20px;
}
.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}
.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}
.plan_block2 {
    border-radius: 30px;
    padding: 2em;
    background: url(../images/bg3.html) center center no-repeat;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_name > h2 {
    color: #fff;
    position: relative;
    display: inline-block;
}
.p_name > h2:before {
    position: absolute;
    content: '';
    left: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.p_name > h2:after {
    position: absolute;
    content: '';
    right: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.p_name > h1 {
    margin: 0;
    color: #f9a83c;
}
.p_name > span {
    display: inline-block;
    position: relative;
}
.p_name > span:before {
    position: absolute;
    content: '';
    left: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.p_name > span:after {
    position: absolute;
    content: '';
    right: -70px;
    top: 50%;
    background: rgba(255,255,255,.1);
    height: 1px;
    width: 50px;
}
.plan_block2 .button {
    margin: 0;
}
.plan_block2 .button > a > img {
    max-width: 20px;
    margin: 0 0 0 5px;
    display: inline-block;
}
button.close {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: url(../images/cancel.html) center center no-repeat;
    background-size: 40px;
    margin: 0 0 0 -20px;
    opacity: 1;
    outline: none;
    border: none !important;
    box-shadow: none;
    z-index: 2;
}

#system_error button.close, #system_message button.close {
	background-image: url(../images/i.html);
	background-size:auto;
}
button.close > span {
    display: none;
}
.navbar-header,
.nav_mob {
    display: none;
}
.nav_mob {
    position: absolute;
    top: -1.4em;
    right: 0;
    content: '';
    z-index: 10;
    background-image: linear-gradient(25deg, #1f1f1f 40%, #333333 100%);
    border-radius: 0 0 30px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
    padding: 1em;
    overflow: hidden;
    width: 100%;
}
.nav_mob > ul > li {
    margin: 0 0 .5em 0;
}
.nav_mob > ul > li > a:hover > img {
    filter: brightness(55%) contrast(58%);
    -webkit-filter: brightness(55%) contrast(58%);
    -moz-filter: brightness(55%) contrast(58%);
}
.nav_mob > ul > li > a > img {
    height: 18px;
    width: 18px;
    margin: -2px 20px 0 0;
}
.nav_mob > ul > li:last-of-type {
    margin: 0;
}
.nav_mob > ul > li > a {
    display: inline-block;
    color: #fff;
    background: url(../images/right-arrow.html) left center no-repeat;
    background-size: 10px;
    padding: 5px 0 5px 20px;
}
.nav_mob > ul > li > a.active {
    background: #f5f3ff;
}
.navbar-header {
    display: none;
}
.shape {
    background: radial-gradient(83.88% 314.71% at 37.64% -223.53%, #4463f0 0%, #2829dd 55.51%, #6665DD 95.47%, #8b8aff 120%);
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 500px;
    transition: all 1s ease-in-out;
    width: 500px;
    z-index: 5;
    margin: 0 auto;
    position: absolute;
    top: -200px;
    right: -50px;
}
@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: radial-gradient(83.88% 314.71% at 37.64% -223.53%, #4463f0 0%, #2829dd 55.51%, #6665DD 95.47%, #8b8aff 120%);
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        background: radial-gradient(83.88% 314.71% at 37.64% -223.53%, #4463f0 0%, #2829dd 55.51%, #6665DD 95.47%, #8b8aff 120%);
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: radial-gradient(83.88% 314.71% at 37.64% -223.53%, #4463f0 0%, #2829dd 55.51%, #6665DD 95.47%, #8b8aff 120%);
    }
}
.pages_header h1 {
    margin: 0;
}

@media (max-width: 768px) {
    .new_deposit_list .nav-item {
        display: block;
        background: #f9a83c;
        color: #fff;
        padding: 1em 2em !important;
        border-radius: 10px;
        margin: 0 .5em 0 0;
    }
    .choose_plan .button-medium {
        box-shadow: none !important;
    }
    .new_deposit_list .col-7 {
        margin: 0 !important;
    }
    .dbl .col-4 {
        margin: 0 !important;
    }
    .block2 > ul > li {
        margin: 0 1em 0 0;
    }
    .block2 > ul > li:nth-child(1) h1 {
        background: url(../images/group.html) left center no-repeat;
        background-size: 30px;
    }
    .block2 > ul > li:nth-child(2) h1 {
        background: url(../images/deal.html) left center no-repeat;
        background-size: 30px;
    }
    .block2 > ul > li:nth-child(3) h1 {
        background: url(../images/money2.html) left center no-repeat;
        background-size: 30px;
    }
    .block2 > ul > li h1 {
        margin: 0;
        padding: 0 0 0 1.5em;
    }
    .about_dep .col-6 {
        margin: 0 !important;
    }
    .pr .col-6 {
        width: 50%;
        margin: 0 !important;
    }
    .totals {
        flex-direction: column-reverse;
    }
    .totals .col-4:nth-child(1),
    .totals .col-4:nth-child(2) {
        width: 50%;
    }
    .totals .col-4:nth-child(3) {
        width: 100%;
    }
    .cabinet_page .col-3:not(.nohide) {
        display: none;
    }
    .cabinet_page {
        margin: -12em auto 0 auto;
    }
    .cab_body {
        border-radius: 30px;
        padding: 2em;
        margin: -1em;
    }
    .cab_nav {
        padding: 0;
        border-radius: 0;
        background: #fff;
    }
    .user_info {
        display: block;
        padding: 1em 0 0 0;
        margin: 1em 0 0 0;
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .user_info > ul {
        display: flex;
    }
    .user_info > ul > li:nth-child(1) {
        margin: 0 2em 0 0;
    }
    .user_info .ref_link {
        margin: 1em 0 0 0;
    }
    .user_info .ref_link .button {
        margin: 1em 0 0 0;
    }
    .user_block .col-3 {
        display: flex;
        justify-content: space-between;
    }
    .user_block .status {
        margin: 0;
        padding: 0 0 0 3.5em;
        border-top: 0;
    }
    .user_block .status small {
        display: block;
    }
    .user_block .status h4 {
        color: #fff;
        margin: 0;
    }
    .offers_page .col-7 {
        margin: 0 !important;
    }
    .offers_page .col-5 > h1 {
        text-align: center;
    }
    .plan_block2 {
        display: block;
        text-align: center;
    }
    .plan_block2 ul {
        margin: 1em 0;
    }
    .calc-block .col-5 {
        margin: 0 !important;
    }
    .profit-calc .col-5,
    .profit-calc .col-7 {
        margin: 0 !important;
        width: 50%;
    }
    .profit-calc .col-5 h1,
    .profit-calc .col-7 h1 {
        font-size: 1.5em;
    }
    .page .col-6:nth-child(2),
    .page .col-7,
    .page .col-5,
    .page .col-4,
	.page .col-3.nohide {
        margin: 2em 0 0 0;
    }
    .button-medium {
        font-size: 10pt;
    }
    .button_login > img {
        max-width: 14px;
        margin: 0 5px 0 0;
    }
    .nav {
        display: none;
    }
    .nav_header {
        padding: 1em 0;
    }
    .navbar-header {
        display: block;
        position: relative;
        z-index: 12;
    }
    .nav_mob {
        display: block;
    }
    .nav-tabs {
        border-bottom: none;
        display: flex;
    }
    .upline {
        background: url(../images/user3.html) left center no-repeat;
        background-size: 16px;
        padding: 0 0 0 2em;
        color: inherit !important;
        margin: 0 0 1em 0;
    }
    body {
        overflow-x: hidden !important;
        font-size: .8rem;
        line-height: 1rem;
    }
    h1 {
        font-size: 2em;
    }
    .wrapper {
        min-width: 100%;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12, .col-mb, .col-mb-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
        flex: inherit;
    }
    .padding5 {
        padding: 2em 1em;
    }
    .news_folder {
        display: block;
    }
    .news_folder > span {
        margin: 2em 0 0 0;
    }
    .invest_plans {
        background: url(../images/bg2.html) bottom center no-repeat;
        margin: 0 0 1em 0;
    }
    .about .col-6 {
        margin: 2em 0 0 0;
    }
    .about .col-5 {
        background: url(../images/bg1.html) center center no-repeat;
        border-radius: 30px;
        padding: 2em 15px;
        text-align: center;
    }
    .about:before {
        display: none;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 0;
        background: url(../images/bg1.html) center center no-repeat;
    }
    .middle_header .col-7 {
        text-align: center;
    }
    .middle_header .col-5 {
        display: none;
    }
    .reviews_video .col-3 {
        margin: 0 0 2em 0;
    }
    .reviews_video .col-3:last-of-type {
        margin: 0;
    }
    .company .col-7 {
        text-align: center;
        margin: 0 0 2em 0;
    }
    .safety_block > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .safety_block > ul > li {
        margin: 0 0 1em 0;
    }
    .ps > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ps > ul > li {
      padding: 0 0 1em 0;
    }
    .footer_middle .logo_footer {
        text-align: center;
    }
    .footer_middle .logo_footer img {
        max-width: 100px;
    }
    .footer_middle .col-2:nth-child(2),
    .footer_middle .col-2:nth-child(3) {
        margin: 2em 0;
    }
    .footer_middle .col-2:nth-child(2),
    .footer_middle .col-2:nth-child(3),
    .footer_middle .col-2:nth-child(4),
    .footer_middle .col-2:nth-child(5) {
        width: 50%;
    }
    .footer_middle .col-2:nth-child(6) {
        margin: 2em 0 0 0;
    }
    .top_header .col-2 {
        width: 50%;
        margin: 0 0 1em 0;
    }
    .work_investments {
        border-left: 1px solid rgba(255,255,255,.2);
        padding: 0 0 0 1em;
    }
    .top_header .col-2:nth-child(5),
    .top_header .col-2:nth-child(6) {
        margin: 0;
    }
    .top_header .row span > b {
        display: block;
    }
    .middle_header {
        padding: 0;
    }
    .header_text > img {
        max-width: 200px;
    }
    .nav_header .col-2 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .nav_header .col-10 {
        display: flex;
        justify-content: flex-end !important;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .navbar-nav {
        margin: .9em 0 0 0;
    }
    .acc_links .button_login {
        padding: 5px 10px;
        margin: 0 1em 0 0;
    }
}

/* OVERRIDING COUNTRY SELECTOR */

.nice-select.country {
	background: url(../images/world.html) 18px center no-repeat;
    background-size: 20px;
}

.nice-select.country .current {
	padding-left:28px;
}

.nice-select.country .list {
	max-height:15rem;
	overflow-y:auto;
	overflow-x:hidden;
}

.nice-select.country .option {
	background: url(../images/world.html) 18px center no-repeat;
    background-size: 20px;
	padding-left:45px;
}

.nice-select.country .option.selected {
	background-color:#f6f6f6;
}

.nice-select.country .option.selected:before {
	display:none;
}


/* MASKED EMAIL IN ACCOUNT HEADER */

.email_account_header {
	display:none;
	cursor:pointer;
}

.email_account_header.active {
	display:block;
}

a.masked_email {
	display:none;
}

.masked_email {
	cursor:pointer;
}


/* COPY STYLE */

.copy_me {
	cursor:pointer;
}

/* PAGINATOR */

.paginator {
	display:block;
	margin-top:2rem;
}

.paginator li {
	list-style-type:none;
	display:inline;
}

.paginator li a {
	display:inline-block;
	width:2rem;
	height:2rem;
	line-height:2rem;
	text-align:center;
	color:blue;
	border:1px solid blue;
}

.paginator li a:hover:not([disabled]) {
	color:#fff;
	background:blue;
}

.paginator li a[disabled] {
	cursor:default;
	color:#aaa !important;
	border-color:#aaa !important;
}

.clock_number {
	float:left;
	letter-spacing:2px;
}


/* MENU NEWS */

.menu_news_qty {
	display:none;
	color:#fff;
	background:#f9a83c;
	font-size:10px;
	line-height:12px;
	border-radius:100%;
	vertical-align:super;
	width:12px;
	height:12px;
	text-align:center;
}

.menu_news_title {
	display:none;
	font-weight:bold;
	color:#f9a83c;
}

.menu_news_date {
	display:none;
	font-size:0.8rem;
	color:#a5a7b0;
	background:url(../images/calendar.html);
	background-size:1rem;
	background-repeat:no-repeat;
	padding-left:1.6rem;
	background-position:left center;
}

.menu_news_preview {
	display:none;
	font-size:0.8rem;
	color:#a5a7b0;
	line-height:1.3rem;
}

.menu_news_read_more {
	display:inline;
	color:#373d49;
}

.orange_header {
	color:#f9a83c;
}