.walletshead {
    margin-bottom: 15px;
}

.minVal {
    display: inline-block !important;
}

.histitle h2 {
    float: left;
}

.form-calculator__input {
    outline: 0;
}

.header-banner h1 {
    font-size: 40px;
}

.statsTable img {
    width: 100px;
}

.bannerIMG {
    margin: 15px 0;
}

.bannerIMG img {
    margin: 0 auto;
}

.support-item__link.facebook--icon:before {
    top: 1px;
    background-image: url('../img/fb.png');
    background-position: center;
    width: 17px;
    height: 17px;
}

.support-item__link.insta--icon:before {
    top: 1px;
    background-image: url('../img/insta.png');
    background-position: center;
    width: 17px;
    height: 17px;
}

.support-item__link.phone--icon:before {
    top: 1px;
    background-image: url('../img/phone1.png');
    background-position: center;
    width: 17px;
    height: 17px;
}

.histitle select {
    float: right;
    color: #000;
    outline: 0;
    padding: 5px;
}

.label--code {
    position: relative;
}

.support-item__value {
    font-size: 16px;
}

.label--code .img-code {
    position: absolute;
    top: 22px;
    right: 60px;
}

.add-form-info .add-form-info__box {
    display: block;
    width: 100%;
}

.about-page .advantages-item {
    max-width: 370px;
}

.user-link-item__link span {
    font-size: 16px;
}

.plans-item__title {
    font-size: 22px;
}

.calendar-header__days {
    font-size: 18px;
}

.calendar-header__clock span {
    font-size: 20px;
}

.depConf {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.btc_form.btc3 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.btc_form.btc3 a, .btc_form.btc3 img {
    margin-bottom: 15px;
    display: inline-block;
}

.bg-light {
    z-index: -1;
}

.btc_form.btc3 a {
    color: #fff;
    cursor: pointer;
}

.btn.btn-white {
    outline: 0 !important;
}

.depForm .btn.btn-orange {
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0 !important;
}

.faq-tabs-list__number {
    position: relative;
    margin-bottom: 10px;
}

.form-addition-account .form-item .form-item__title {
    width: 33%;
}

.form-addition-account .form-item label {
    width: 67%;
}

.withdform {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.section-table__icon.spear-up--icon {
    margin: 0 auto;
    margin-bottom: 5px;
}

.upValue1 {
    text-align: center;
}

.statistic-list-item span {
    display: block;
}

.withdform .btn.btn-white {
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0 !important;
}

.withdform .btn-white:hover:before {
    opacity: 0;
}

.depConf tr {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    display: block;
}

.depConf td, .depConf th {
    display: inline-block;
    width: 48%;
}

.depConf tr:last-child {
    border-bottom: 0;
}

.fcap {
    position: relative;
}

.abl p, .abr p {
    margin-bottom: 15px;
}

.fcap img {
    position: absolute;
    top: 12px;
    right: 20px;
}

.section-about-inner__text {
    float: none;
    width: 100%;
}

.section-about-inner__text p {
    margin-bottom: 15px;
}

.spop-container {
    z-index: 2000;
    position: fixed
}

.spop-container,.spop-container *,.spop-container :after,.spop-container :before {
    box-sizing: border-box
}

.spop--top-left {
    top: 0;
    left: 0
}

.spop--top-left .spop {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.spop--top-center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.spop--top-center .spop {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.spop--top-right {
    top: 0;
    right: 0
}

.spop--top-right .spop {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.spop--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.spop--center .spop {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.spop--bottom-left {
    bottom: 0;
    left: 0
}

.spop--bottom-left .spop {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.spop--bottom-center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.spop--bottom-center .spop {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.spop--bottom-right {
    bottom: 0;
    right: 0
}

.spop--bottom-right .spop {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@media screen and (max-width: 30em) {
    .spop--bottom-center,.spop--bottom-left,.spop--bottom-right,.spop--top-center,.spop--top-left,.spop--top-right {
        top:auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .spop--bottom-center .spop,.spop--bottom-left .spop,.spop--bottom-right .spop,.spop--top-center .spop,.spop--top-left .spop,.spop--top-right .spop {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    .spop {
        border-bottom: 1px solid rgba(0,0,0,.15)
    }
}

.spop {
    position: relative;
    min-height: 56px;
    line-height: 1.25;
    font-size: 14px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (min-width: 30em) {
    .spop {
        border-radius:2px;
        width: 320px;
        margin: .7em
    }
}

.spop--error,.spop--info,.spop--success,.spop--warning {
    color: #fff;
    background-color: #454A56
}

@-webkit-keyframes spopIn {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2)
    }

    95% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes spopIn {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2)
    }

    95% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-webkit-keyframes spopOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    20% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0,0);
        transform: scale(0,0)
    }
}

@keyframes spopOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    20% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0,0);
        transform: scale(0,0)
    }
}

.spop--out {
    -webkit-animation: spopOut .4s ease-in-out;
    animation: spopOut .4s ease-in-out
}

.spop--in {
    -webkit-animation: spopIn .4s ease-in-out;
    animation: spopIn .4s ease-in-out
}

.spop-body {
    padding: 1.4em
}

.spop-body p {
    margin: 0
}

.spop-body a {
    color: #fff;
    text-decoration: underline
}

.spop-body a:hover {
    color: rgba(255,255,255,.8);
    text-decoration: none
}

.spop-title {
    margin-top: 0;
    margin-bottom: .25em;
    color: #fff
}

.spop-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    padding-top: 7px;
    padding-right: 7px;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    line-height: .6;
    color: #fff;
    opacity: .5
}

.spop-close:hover {
    opacity: .7;
    cursor: pointer
}

.spop-icon {
    position: absolute;
    top: 13px;
    left: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: spopIn .4s .4s ease-in-out;
    animation: spopIn .4s .4s ease-in-out
}

.spop-icon:after,.spop-icon:before {
    content: "";
    position: absolute;
    display: block
}

.spop-icon+.spop-body {
    padding-left: 4.2em
}

.spop-icon--error,.spop-icon--info {
    border: 2px solid #3a95ed
}

.spop-icon--error:before,.spop-icon--info:before {
    top: 5px;
    left: 11px;
    width: 4px;
    height: 4px;
    background-color: #3a95ed
}

.spop-icon--error:after,.spop-icon--info:after {
    top: 12px;
    left: 11px;
    width: 4px;
    height: 9px;
    background-color: #3a95ed
}

.spop-icon--error {
    border-color: #ff5656
}

.spop-icon--error:before {
    top: 16px;
    background-color: #ff5656
}

.spop-icon--error:after {
    top: 5px;
    background-color: #ff5656
}

.spop-icon--success {
    border: 2px solid #2ecc54
}

.spop-icon--success:before {
    top: 7px;
    left: 7px;
    width: 13px;
    height: 8px;
    border-bottom: 3px solid #2ecc54;
    border-left: 3px solid #2ecc54;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.spop-icon--warning {
    border: 2px solid #fcd000
}

.spop-icon--warning:before {
    top: 7px;
    left: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fcd000;
    border-width: 0 6px 10px
}

.btn.btn-orange {
    outline: 0 !important;
}

.form-contacts__input, .form-contacts__textarea, .form-contacts__btn .btn, .form-contacts__btn .btn span {
    outline: 0 !important;
}

.referral-item .referral-item__percent {
    display: block;
    font-size: 42px;
    line-height: 2.3;
}

.referral-item .referral-item__percent span {
    font-size: 42px;
    line-height: 2.3;
}

.referral-item2 {
    padding: 6px 80px 24px;
}

.referrals-page .referral-item {
    padding: 200px 50px 100px 100px;
}

.statBlock h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

.statBlock p {
    text-align: center;
    font-size: 16px;
}

.statsTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.statsTable tr th, .statsTable tr td {
    text-align: center;
}

.statsTable tr {
    margin-bottom: 10px;
}

.lastStatItem h3 {
    color: #fff;
}

.spop {
    width: 100%;
}

.notification_inner {
    padding-left: 10px;
    padding-right: 10px;
}

.notification_inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.notification_inner h3, .notification_inner p {
    color: #fff;
}

.spop .spop-close {
    right: 6px;
    top: 10px;
}

.notification_inner img {
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-graph {
        display: inline-block;
        margin-bottom: 50px;
    }

    .about-page .advantages-item {
        max-width: 295px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .block-graph {
        display: inline-block;
        margin-bottom: 50px;
    }

    .statBlock {
        margin-bottom: 30px;
    }

    .about-page .advantages-item {
        max-width: 345px;
    }
}

@media screen and (max-width: 580px) {
    .form-user__label.label--code .img-code {
        bottom: auto;
        top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .statsTable tr, .statsTable tr th, .statsTable tr td {
        display: block;
        margin-bottom: 10px;
    }

    .statBlock {
        margin: 15px 0;
    }

    .certificateLink {
        display: block;
        text-align: center;
    }

    .about-page .advantages-item {
        max-width: 100%;
    }

    .referrals-page .referral-item {
        padding: 40px 50px 100px 100px;
    }

    .referral-item .referral-item__percent, .referral-item .referral-item__percent span {
        font-size: 33px;
    }

    .referral-item2 .referral-item__title {
        font-size: 20px;
        line-height: 1.7;
    }

    .referral-item2 .referral-item__percent {
        font-size: 18px;
        line-height: 1.7;
    }

    .referral-item2 .referral-item__percent span {
        font-size: 18px;
        line-height: 1.7;
    }
}
