.w-layout-blockcontainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

.body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    height: 100%;
    line-height: 1.3
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-width: 320px
}

.container {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    position: static
}

.container.relative, .content {
    position: relative
}

.content {
    background-color: #fff;
    flex: 1;
    order: 2;
    overflow: visible;
    padding-left: 0;
    padding-right: 0
}

.form-control {
    background-color: transparent;
    border: 1px solid #9d9d9d;
    border-radius: 10px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    margin-bottom: 0;
    width: 100%
}

.form-control.control-bordered {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    height: 40px;
    padding-bottom: 10px;
    padding-top: 10px
}

.form-control.control-bordered.textarea {
    height: 181px
}

.form-control.form-control-bg.email-control, .form-control.form-control-bg.pass-control {
    font-size: 17px;
    height: 42px;
    padding-left: 12px
}

.form-control.fc-prefix {
    background-color: #edeeef;
    color: #333
}

.title-wrap {
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 0
}

.form-box {
    margin: 10px auto 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.bottom-head {
    background-color: #262936;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0
}

.footer-logo, .footer-nav-list {
    position: relative;
    text-align: center
}

.footer-logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: -3px;
    width: auto
}

.footer-logo, .footer-logo.w--current {
    max-width: 100%
}

.form-cell {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%
}

.form-cell.form-cell-fn {
    display: block;
    max-height: none;
    padding-right: 4px;
    width: 50%
}

.form-cell.form-cell-ln {
    display: block;
    max-height: 100%;
    min-width: 145px;
    padding-left: 3px;
    width: 50%
}

.warning-icon {
    display: none
}

.footer-nav-item {
    border-left: 1px solid transparent;
    color: #4f4f4f;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 0
}

.main-section {
    background-color: #1b1e28;
    background-image: url(../images/main-bg.webp), radial-gradient(circle at 90% 10%, #353943, transparent 24%), radial-gradient(circle at 10%, #353943, transparent 29%);
    background-position: 105% 5%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto, auto, auto;
    border: 0 solid transparent;
    color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative
}

.phone-cell {
    padding-left: 5px;
    padding-right: 5px;
    width: 65%
}

.logo-img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-height: 90px;
    width: auto
}

.text-center {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
}

.footer-nav-link {
    color: #fff;
    display: inline;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase
}

.footer-nav-link:hover {
    text-decoration: underline
}

.btn {
    background-color: #f2c94c;
    border-radius: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #2a2d36;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 265px;
    padding: 20px 80px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s
}

.btn:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    filter: hue-rotate(-20deg)
}

.btn.generate-pass {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    min-width: 0;
    padding: 0;
    text-transform: uppercase
}

.btn.btn-login {
    font-size: 16px;
    padding: 12px 10px;
    width: 100%
}

.btn.submit-btn {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 20px;
    white-space: normal;
    width: 100%
}

.btn.h-started-btn {
    align-items: center;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1em;
    margin-left: 25px;
    margin-right: 25px;
    min-width: 135px;
    padding: 9px 10px 8px;
    text-transform: uppercase
}

.btn.h-started-btn.w--current {
    padding-bottom: 7px
}

.btn.h-started-btn.anchor-js {
    background-image: none
}

.btn.contact-btn {
    max-width: 100%;
    min-width: 0;
    padding: 16px 30px;
    width: 324px
}

.btn.modal-started-btn {
    align-items: center;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1em;
    margin-left: 25px;
    margin-right: 25px;
    padding: 9px 10px 8px
}

.btn.modal-started-btn.w--current {
    padding-bottom: 7px
}

.btn.sticky-btn {
    border-radius: 0;
    font-size: 16px;
    width: 100%
}

.btn.what-btn {
    margin-bottom: 40px
}

.btn.btn-submit {
    max-width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    white-space: normal;
    width: 100%
}

.btn.different-btn {
    margin-bottom: 0
}

.logo {
    display: block;
    margin-right: 0;
    max-height: 90px;
    max-width: 560px;
    text-align: center
}

.logo, .logo.w--current {
    width: auto
}

.form-row-nowrap {
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

.form-title {
    color: #fff;
    display: none;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.prefix-cell {
    padding-left: 5px;
    padding-right: 5px;
    width: 35%
}

.form-container {
    background-color: #232631;
    background-image: radial-gradient(circle at 100% 0, #393c46, transparent 61%);
    border: 1px hsla(0, 0%, 51%, .2);
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(23, 60, 102, .3);
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 446px;
    overflow: visible;
    padding: 25px 50px;
    position: relative;
    z-index: 1
}

.form-container.w500 {
    margin-top: 5px;
    max-width: 100%;
    padding: 40px 90px;
    width: 640px
}

.form-container.blur, .form-container.w500 {
    background-color: hsla(0, 0%, 100%, .06)
}

.footer {
    background-color: #262936;
    border: 1px #000;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    order: 3;
    padding-bottom: 40px;
    padding-top: 25px;
    position: relative;
    z-index: 1
}

.top-warning {
    background-color: #ce2a20;
    color: #fff;
    padding: 12px 10px;
    text-align: center
}

.warning {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0
}

.footer-img {
    max-width: 100%
}

.header {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05);
    position: relative;
    width: 100%;
    z-index: 10
}

.form-group {
    margin-bottom: 10px;
    position: relative
}

.form-group.ctc {
    width: 49%
}

.form-group.ctc-mes-group {
    width: 100%
}

.phone-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0
}

.login-form-title {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: 950px;
    text-align: left;
    text-transform: uppercase
}

.intro-section {
    color: #fff;
    display: none;
    opacity: 1;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}

.intro-section.privacy {
    background-color: #171a24;
    background-image: url(../images/main-bg.webp), radial-gradient(circle, #2f313a, transparent 45%);
    background-position: 105% 5%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    display: block
}

.form-section {
    background-color: #171a24;
    background-image: url(../images/main-bg.webp), radial-gradient(circle at 85% 5%, #373944, transparent 36%), radial-gradient(circle at 20% 10%, #373944, transparent 35%);
    background-position: 105% 5%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto, auto, auto;
    color: #fff;
    font-weight: 300;
    overflow: visible;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 1
}

.form-block {
    margin-bottom: 0
}

.intro-title {
    border: 1px #000;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 80px;
    padding-left: 0;
    text-align: left;
    text-transform: uppercase;
    white-space: normal
}

.intro-title.prv {
    margin-bottom: 60px;
    margin-top: 60px
}

.form-pre-wrap {
    background-color: #232631;
    border: 1px #000;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 40px 100px;
    width: 100%
}

.form-pre-wrap.blur {
    background-color: hsla(0, 0%, 100%, .06)
}

.login-form {
    align-items: center;
    border: 1px hsla(0, 0%, 51%, .5);
    color: #333;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0
}

.contact-section {
    background-color: #0d0e11;
    background-image: radial-gradient(circle at 10% 85%, #373944, transparent 30%), radial-gradient(circle at 20% 5%, #373944, transparent 41%);
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative
}

.contact-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase
}

.contact-form-wrap {
    background-color: #232631;
    border: 1px #828589;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
    padding: 40px 80px;
    position: relative;
    width: 660px;
    z-index: 2
}

.contact-form-wrap:hover {
    z-index: 2
}

.contact-form-wrap.blur {
    background-color: hsla(0, 0%, 100%, .06)
}

.contact-cell {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.legal-section {
    background-color: #020303;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 40px;
    padding-top: 20px
}

.lang-box {
    bottom: auto;
    flex: none;
    left: auto;
    min-width: 84px;
    position: absolute;
    right: 0
}

.lang, .lang-box {
    align-self: center;
    display: block
}

.lang {
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
    max-height: 20px
}

.country-flag {
    margin-right: 10px;
    width: 20px
}

.select-toggle {
    align-items: center;
    background-color: #6c757d;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 30px 10px 10px
}

.select-list {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    display: none;
    padding-top: 0;
    right: 0;
    width: 110px
}

.select-lang {
    float: left
}

.icon {
    margin-right: 0;
    right: 8px
}

.header-wrap {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: relative;
    text-align: left
}

.header-wrap, .lang-item {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center
}

.lang-item {
    display: block
}

.lang-link {
    color: #000;
    display: flex;
    font-size: 14px;
    padding: 4px;
    text-decoration: none
}

.lang-link-flag {
    height: 18px;
    margin-right: 4px;
    width: 22px
}

.utility-page-wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    width: 100vw
}

.utility-page-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 260px
}

.utility-page-form {
    align-items: stretch;
    display: flex;
    flex-direction: column
}

.div-block-3 {
    display: block
}

.div-block-5 {
    position: static
}

.flag-icon {
    height: 15px;
    margin-right: 5px;
    width: 20px
}

.flag-icon.country-flag {
    display: block;
    margin-right: 3px
}

.legal-p {
    color: #fff;
    letter-spacing: .4px;
    text-align: left;
    white-space: normal
}

.text-block-7 {
    font-size: 18px
}

.lang-link-2 {
    align-items: center;
    border: 0 #000;
    color: #000;
    display: flex;
    font-size: 14px;
    padding: 3px 5px;
    text-decoration: none
}

.lang-link-2:hover {
    color: #392f85
}

.lang-link-2.w--current {
    align-items: center;
    padding: 5px
}

.lang-3 {
    font-size: 14px;
    margin-right: 5px;
    text-transform: capitalize
}

.lang-item-2 {
    align-items: center;
    border: 2px solid transparent;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    transition: border-color .3s
}

.lang-item-2:hover {
    background-color: #dfe4fe;
    border: 2px solid #c4cbfa
}

.lang-item-2.d-none {
    display: block
}

.select-toggle-3 {
    align-items: center;
    background-color: #030729;
    border-radius: 5px;
    color: #fff;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 20px 8px 12px
}

.select-lang-3 {
    margin-right: 0;
    padding-right: 0;
    right: auto
}

.select-list-3 {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 4px;
    padding-top: 4px;
    right: 0;
    width: 130px
}

.arrow {
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 3px;
    height: 0;
    position: absolute;
    right: 14px;
    transform: rotate(45deg);
    width: 0
}

.form-title-box {
    border-bottom: 0 #000;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center
}

.breadcrumbs {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left
}

.breadcrumbs.white {
    color: #fff;
    font-size: 14px;
    opacity: .8
}

.b-error {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center
}

.pop-h {
    margin-top: 0
}

.pop-h, .pop-p {
    line-height: 1.3;
    text-align: center
}

.pop-p {
    font-size: 18px;
    margin-top: 10px
}

.h-links-wrap {
    background-color: transparent;
    color: transparent;
    margin-bottom: 0;
    margin-left: auto;
    min-width: 0
}

.h-links, .h-links-wrap {
    display: flex;
    justify-content: center
}

.h-links {
    align-items: center;
    flex-direction: row;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px
}

.h-link {
    border-right: 1px solid transparent;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    min-width: 130px;
    padding: 0 5px;
    text-transform: uppercase
}

.h-link:hover {
    text-decoration: underline
}

.h-link.w--current {
    color: #f2c94c;
    padding-left: 5px;
    padding-right: 5px
}

.h-links-wrap-mobile {
    background-color: transparent;
    color: transparent;
    display: none;
    justify-content: center;
    margin-bottom: 0
}

.h-links-mobile {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px
}

.logo {
    max-width: 230px
}

.main-cols {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.video-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%
}

.form-col {
    width: 39%
}

.video-container {
    border: 1px transparent;
    border-radius: 20px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    overflow: hidden;
    width: 100%
}

.algo-video-container {
    background-image: url(../images/poster_index.jpg);
    background-size: cover;
    position: relative
}

.algo-video-container, .algo-video-play-btn {
    background-position: 50%;
    background-repeat: no-repeat
}

.algo-video-play-btn {
    background-image: url(../images/play-button_1play-button_1play-button_1play-button.png);
    background-size: contain;
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.video {
    height: 100%;
    min-height: 100%;
    padding-bottom: 0
}

.main-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase
}

.main-subtitle, .main-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    padding-left: 0
}

.main-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 25px;
    margin-top: 15px;
    max-width: 685px;
    padding-top: 0;
    text-shadow: 0 1px 1px #000
}

.col-50 {
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 50%
}

.col-50.what-img-col {
    width: 45%
}

.col-50.what-text-col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 55%;
    z-index: 2
}

.col-50.software-img-col {
    width: 40%
}

.col-50.software-text-col {
    width: 65%
}

.col-50.software-text-col, .col-50.steps-text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    z-index: 2
}

.col-50.steps-text-col {
    width: 50%
}

.col-50.steps-img-col {
    height: 10%;
    width: 50%
}

.col-50.scam-img-col {
    width: 40%
}

.col-50.scam-text-col {
    width: 65%
}

.col-50.history-text-col, .col-50.scam-text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    z-index: 2
}

.col-50.history-text-col {
    width: 60%
}

.col-50.history-img-col, .col-50.money-img-col {
    width: 40%
}

.col-50.money-text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 65%;
    z-index: 2
}

.col-50.feature-col {
    margin-bottom: 40px
}

.col-50.still-text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 57%;
    z-index: 2
}

.col-50.still-img-col {
    width: 43%
}

.col-50.login-text-col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 50%;
    z-index: 2
}

.col-50.login-img-col {
    width: 50%
}

.col-50.text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 60%;
    z-index: 2
}

.col-50.img-col {
    width: 40%
}

.title {
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase
}

.title.team-title {
    -webkit-text-stroke-color: #383838;
    color: #fff
}

.title.soft-item-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    white-space: normal;
    word-break: break-all;
}

.title.still-title {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase
}

.title.software-title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.title.why-item-title {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 20px
}

.title.steps-titile {
    color: #fff;
    display: none;
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.title.step-title {
    font-size: 24px;
    margin-bottom: 20px
}

.title.history-title, .title.money-title, .title.scam-title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.title.feature-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.title.features-title {
    display: block;
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center
}

.title.faq-title, .title.why-title {
    text-align: center
}

.title.login-item-title, .title.why-title {
    margin-bottom: 20px
}

.title.signup-title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.title.detail-title {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 20px
}

.p, .title.team-title {
    margin-top: 0;
    text-align: left
}

.p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 1.4;
    margin-bottom: 25px;
    opacity: .8
}

.p.what-p {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.p.still-p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px
}

.p.soft-p {
    color: #fff;
    letter-spacing: .3px;
    opacity: .8
}

.h-login {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none
}

.h-login, .h-login-ico {
    align-items: center;
    display: flex
}

.h-login-ico {
    background-color: #f2c94c;
    border-radius: 50%;
    height: 25px;
    justify-content: center;
    margin-right: 10px;
    min-width: 25px;
    width: 25px
}

.h-login-img {
    height: 11px;
    width: 11px
}

.forms-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px
}

.forms-wrap.contact {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0
}

.f-col {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 46%
}

.f-col.form-img-col {
    display: none;
    position: static
}

.f-col.f-col-1 {
    border-radius: 15px;
    max-width: 595px;
    padding-left: 0;
    padding-right: 0;
    width: 50%
}

.f-col.f-col-2 {
    display: block;
    width: 50%
}

.form-text {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    opacity: .8;
    text-align: left
}

.contact-img {
    float: right;
    left: auto;
    max-height: 100%;
    position: static;
    right: 0;
    width: 100%;
    z-index: 1
}

.mob-links-modal {
    background-color: #1e1c27;
    color: #fff;
    display: none;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 2000
}

.sticky-btn-wrap {
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.login-form-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    text-transform: none
}

.still-section {
    background-color: #171a24;
    background-image: radial-gradient(circle at 75%, #2d2f38, transparent 17%);
    border: 1px solid transparent;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    z-index: 0
}

.what-section {
    background-color: #0d0d0d;
    background-image: url(../images/main-bg.webp), radial-gradient(circle at 25% 0, #373944, transparent 68%);
    background-position: 105% 5%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    border: 1px transparent;
    color: #fff;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 20px;
    position: relative
}

.h-login-text {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    text-transform: uppercase
}

.copyright, .h-login-text {
    color: #fff;
    font-family: Roboto, sans-serif
}

.copyright {
    display: inline-block;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none
}

.year {
    font-size: 14px;
    font-weight: 400
}

.cols {
    display: flex;
    justify-content: space-between
}

.cols.software-cols {
    align-items: center
}

.cols.soft-cols {
    margin-top: 40px
}

.cols.history-cols, .cols.money-cols, .cols.scam-cols {
    align-items: center
}

.cols.features-cols {
    align-items: stretch;
    flex-wrap: wrap
}

.cols.still-cols {
    align-items: flex-start
}

.cols.login-cols {
    align-items: center
}

.what-img {
    width: 100%
}

.what-img-wrap {
    max-width: 699px;
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 34%
}

.team-section {
    background-color: #0d0d0d;
    background-image: radial-gradient(circle at 70%, #2d2f38, transparent 46%);
    min-height: 400px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    text-align: center
}

.team-btn-wrap {
    margin-bottom: 0;
    margin-top: 40px;
    padding-right: 0;
    text-align: left
}

.contact-img-wrap {
    max-height: none;
    max-width: 731px;
    position: absolute;
    right: 5vw;
    top: 60%;
    transform: translateY(-50%);
    transition: opacity .2s;
    width: 40%
}

.contact-btn-wra {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.footer-cols {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.footer-col.fc-1 {
    align-items: center;
    display: flex
}

.form-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px;
    width: auto
}

.form-footer {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    position: relative;
    text-align: center
}

.soft {
    border-left: 1px solid #f2c94c;
    border-right: 1px #828282;
    height: 91%;
    margin-bottom: 30px;
    padding: 0 28px;
    position: relative
}

.soft-ico {
    align-items: center;
    display: inline-block;
    height: 30px;
    justify-content: center;
    left: 0;
    margin-bottom: 20px;
    min-width: 30px;
    position: static;
    top: -9px;
    width: 30px
}

.still-btn-wrap {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

.form-img-wrap {
    max-width: 723px;
    position: absolute;
    right: -4.7vw;
    top: 255px;
    width: 40%
}

.col-33 {
    padding-left: 0;
    padding-right: 0;
    width: 33.33%
}

.software-img {
    height: auto;
    position: relative;
    right: -10%;
    width: 100%
}

.why-section {
    background-color: #171a24;
    background-image: radial-gradient(circle at 93% 70%, #272932, transparent 25%), radial-gradient(circle at 7% 30%, #272932, transparent 24%);
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 70px;
    position: relative
}

.why-items {
    display: flex;
    flex-wrap: wrap
}

.why-item {
    border-left: 1px #828282;
    border-right: 1px #828282;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    width: 49%
}

.subtitle {
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase
}

.subtitle.features-subtitle, .subtitle.why-subtitle {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 40px;
    opacity: .8;
    text-align: center;
    text-transform: none
}

.why-num {
    background-color: #e9d500;
    border-radius: 50%;
    color: #2a2d36;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 0;
    min-width: 30px;
    position: static;
    top: 0;
    width: 30px
}

.item-header, .why-num {
    align-items: center;
    display: flex
}

.item-header {
    margin-bottom: 25px
}

.trade-btn-wrap {
    margin-top: 10px;
    text-align: center
}

.software-section {
    background-color: #171a24;
    background-image: radial-gradient(circle at 80%, #272932, transparent 39%);
    min-height: 400px;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

.software-img-wrap {
    max-width: 727px;
    overflow: hidden;
    position: absolute;
    right: 9vw;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 1
}

.close-modal-btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 42px;
    font-weight: 300;
    opacity: .7;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    transform: rotate(45deg);
    transition: opacity .3s;
    z-index: 1
}

.close-modal-btn:hover {
    opacity: 1
}

.form-title-logo {
    display: inline-block
}

.steps-img-wrap {
    left: 10%;
    max-width: 731px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 1
}

.steps-img {
    height: auto;
    width: 100%
}

.steps-section {
    background-color: #242733;
    background-image: radial-gradient(circle at 16%, #353943, transparent 27%);
    padding-bottom: 80px;
    padding-top: 100px;
    position: relative
}

.step {
    margin-bottom: 40px;
    padding-left: 0;
    position: relative
}

.step-num-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: -50px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    width: 40px
}

.step-num {
    color: #f2c94c;
    display: inline-block;
    font-size: 17px;
    font-weight: 500
}

.step-line {
    background-color: #f2c94c;
    height: 85%;
    width: 1px
}

.steps-btn-wrap {
    margin-bottom: 0;
    margin-top: 20px
}

.scam-section {
    background-color: #232633;
    background-image: radial-gradient(circle at 20%, #363946, transparent 39%);
    min-height: 400px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
}

.scam-img {
    height: auto;
    max-width: 300px;
    position: relative;
    width: 100%
}

.scam-img-wrap {
    overflow: hidden;
    position: relative;
    top: 50%;
    z-index: 1
}

.border-line {
    background-color: #f2c94c;
    height: 86%;
    left: 0;
    position: absolute;
    top: 4%;
    width: 1px
}

.border-line.login {
    height: 95%
}

.history-section {
    background-color: #171a24;
    background-image: radial-gradient(circle at 80%, #272932, transparent 39%);
    min-height: 400px;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

.history-img {
    height: auto;
    position: relative;
    right: -10%;
    width: 100%
}

.history-img-wrap {
    overflow: hidden;
    z-index: 1
}

.history-btn-wrap {
    margin-top: 10px
}

.money-section {
    background-color: #232633;
    background-image: radial-gradient(circle at 20%, #363946, transparent 39%);
    min-height: 400px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
}

.money-img {
    height: auto;
    position: relative;
    width: 100%
}

.money-img-wrap {
    overflow: hidden;
    position: relative;
    top: 50%;
    z-index: 1
}

.features-section {
    background-color: #232633;
    background-image: radial-gradient(circle at 20%, #363946, transparent 39%);
    min-height: 400px;
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative
}

.feature {
    border-left: 1px solid #f2c94c;
    border-right: 1px #828282;
    height: 91%;
    padding: 0 28px;
    position: relative
}

.feature-ico {
    align-items: center;
    display: inline-block;
    height: 30px;
    justify-content: center;
    left: 0;
    margin-bottom: 20px;
    min-width: 30px;
    position: static;
    top: -9px;
    width: 30px
}

.feature-ico-img {
    width: 100%
}

.soft-ico-img {
    width: 100px
}

.features-btn-wrap {
    margin-top: 10px;
    text-align: center
}

.container-2 {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1
}

.faq-accordion-item {
    background-color: transparent;
    border: 1px #b5b5b6;
    border-bottom: 1px solid hsla(0, 0%, 100%, .8);
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 22px 0
}

.faq-answer {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    opacity: .8;
    padding-right: 60px;
    text-align: justify
}

.faq-accordion-wrap {
    display: none;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px
}

.faq-accordion {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0
}

.faq-accordion-title {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 8px 35px 8px 0;
    position: relative
}

.question-arrow {
    align-items: center;
    background-color: #f2c94c;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 8px;
    transition: transform .2s;
    width: 30px
}

.faq-section {
    background-color: #191c26;
    padding-bottom: 50px;
    padding-top: 30px
}

.faq-accord-num {
    color: #505050;
    display: none;
    font-weight: 600;
    padding-right: 20px
}

.faq-btn-wrap {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center
}

.question {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase
}

.faq-a {
    background-color: transparent;
    border-right: 2px solid #2a2d36;
    border-top: 2px solid #2a2d36;
    height: 9px;
    margin-top: -4px;
    opacity: 1;
    transform: rotate(135deg);
    transition: all .3s;
    width: 9px
}

.footer-text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
    opacity: .8
}

.still-img-wrap {
    overflow: hidden;
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 1
}

.still-img {
    height: auto;
    max-width: 595px;
    width: 100%
}

.login-section {
    background-color: #232633;
    background-image: radial-gradient(circle at 25%, #363946, transparent 39%);
    min-height: 400px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
}

.login-img {
    height: auto;
    max-width: 960px;
    width: 100%
}

.login-img-wrap {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    z-index: 1
}

.login-item {
    margin-bottom: 40px;
    padding-left: 40px;
    position: relative
}

.signup-section {
    background-color: #171a24;
    background-image: radial-gradient(circle at 80%, #272932, transparent 39%);
    min-height: 400px;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

.signup-section.home {
    padding-bottom: 20px;
    padding-top: 120px
}

.signup-img {
    height: auto;
    max-width: 770px;
    position: relative;
    right: -10%;
    width: 100%
}

.login-btn-wrap {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px
}

.details-section {
    background-color: #232633;
    background-image: radial-gradient(circle at 25%, #424450, transparent 39%);
    min-height: 400px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
}

.signup-img-wrap {
    max-width: 727px;
    overflow: hidden;
    position: absolute;
    right: 9vw;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 1
}

.bold {
    font-weight: 700
}

.publish-date {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: left
}

.published {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 50%;
    padding: 15px 0
}

.title-2 {
    color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase
}

.author-link {
    color: #000;
    text-decoration: none
}

.author-ava {
    border-radius: 50%;
    float: left;
    margin-right: 15px
}

.author-ava.max-width-64 {
    max-height: 64px;
    max-width: 64px
}

.what-wrap {
    background-color: hsla(0, 0%, 100%, .06);
    background-image: radial-gradient(circle at 90% 15%, rgba(239, 100, 71, .3), transparent 30%), radial-gradient(circle at 7% 45%, rgba(247, 147, 26, .3), transparent 25%);
    border: 1px solid #483c39;
    border-radius: 20px;
    margin-bottom: 70px;
    margin-top: 90px;
    padding: 20px 40px
}

.what-wrap.blur {
    background-image: radial-gradient(circle at 90% 85%, #2b2e39, transparent 89%), radial-gradient(circle at 7% 45%, #2e313c, transparent 45%);
    border-color: rgba(125, 110, 93, .2);
    border-radius: 5px
}

.what-btn-wrap-2 {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.white {
    color: #fff
}

.author-wrap {
    background-color: hsla(0, 0%, 100%, .06);
    background-image: radial-gradient(circle at 100% 40%, rgba(239, 100, 71, .1), transparent 39%, transparent);
    border: 1px solid #483c39;
    border-radius: 20px;
    margin-bottom: 70px;
    margin-top: 90px;
    padding: 20px 40px
}

.author-wrap.blur {
    background-image: radial-gradient(circle at 100% 40%, #343640, transparent 39%, transparent);
    border-color: rgba(125, 110, 93, .2);
    border-radius: 5px;
    margin-top: 0
}

.social-icon {
    background-image: url(../images/social-icon-facebook_1social-icon-facebook.webp);
    background-size: contain;
    height: 30px;
    margin-right: 15px;
    width: 30px
}

.social-icon, .social-icon.in {
    background-position: 50%;
    background-repeat: no-repeat
}

.social-icon.in {
    background-image: url(../images/social-icon-linkedin_1social-icon-linkedin.webp);
    background-size: cover
}

.about-author {
    border-bottom: 1px #eee;
    border-top: 1px #eee;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left
}

.author-section {
    background-color: #171a24;
    border: 1px solid transparent;
    color: #fff;
    padding-bottom: 0;
    padding-top: 40px;
    position: relative
}

.author-photo {
    border-radius: 10px;
    float: left;
    margin-right: 15px;
    max-width: 15.5%
}

.author-contacts {
    margin-top: 20px
}

.author-name {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 0
}

.author-bio, .author-name {
    font-family: Roboto, sans-serif
}

.author-bio {
    font-size: 16px;
    line-height: 1.5
}

.diffrent-section {
    background-color: #171a24;
    background-image: radial-gradient(circle at 93% 70%, #272932, transparent 25%), radial-gradient(circle at 7% 30%, #272932, transparent 24%);
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 70px;
    position: relative
}

.different-btn-wrap {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center
}

.footer-lnk {
    color: #fff
}

@media screen and (max-width: 991px) {
    .title-wrap {
        margin-bottom: 20px;
        padding-bottom: 0;
        padding-top: 0
    }

    .form-box {
        padding-left: 0;
        padding-right: 0;
        width: auto
    }

    .footer-nav-list {
        justify-content: center
    }

    .main-section {
        padding-bottom: 50px
    }

    .footer-nav-link {
        padding-left: 10px;
        padding-right: 10px
    }

    .btn {
        padding-left: 60px;
        padding-right: 60px
    }

    .btn.btn-login {
        margin-top: 0
    }

    .btn.contact-btn {
        width: 100%
    }

    .btn.modal-started-btn {
        color: #2a2d36;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 20px
    }

    .btn.modal-started-btn:hover {
        color: #fff
    }

    .btn.different-btn, .btn.what-btn {
        margin-bottom: 0
    }

    .logo {
        margin-right: 10px;
        max-width: 360px
    }

    .form-container {
        margin-top: 33px;
        max-width: 400px
    }

    .form-container.w500 {
        border-radius: 10px;
        margin-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        width: 480px
    }

    .footer {
        text-align: center
    }

    .login-form-title {
        font-size: 24px;
        max-width: 100%;
        text-align: center;
        text-shadow: 0 1px 1px #000
    }

    .intro-section {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .form-section, .intro-section.privacy {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .form-section {
        font-size: 18px;
        overflow: hidden
    }

    .intro-title {
        border-left-style: none;
        font-size: 40px;
        padding-left: 0;
        text-align: center;
        text-shadow: 0 1px 1px #000
    }

    .intro-title.prv {
        margin-bottom: 60px;
        margin-top: 60px
    }

    .form-pre-wrap {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 20px 30px;
        width: 480px
    }

    .login-form {
        border-radius: 10px;
        margin-bottom: 0
    }

    .contact-section {
        background-image: radial-gradient(circle at 50% 0, #373944, transparent 31%);
        padding-bottom: 20px;
        padding-top: 40px
    }

    .contact-title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .contact-form-wrap {
        margin-left: auto;
        padding-left: 60px;
        padding-right: 60px
    }

    .lang-box {
        margin-left: 0;
        position: static
    }

    .header-wrap {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0
    }

    .select-lang-3 {
        right: 0
    }

    .h-links-wrap {
        display: none
    }

    .h-link {
        float: none;
        line-height: 16px;
        margin-bottom: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .h-links-wrap-mobile {
        background-color: transparent;
        display: flex;
        padding-bottom: 5px;
        padding-top: 10px;
        z-index: 0
    }

    .h-links-mobile {
        align-items: center;
        width: 100%
    }

    .logo {
        max-width: none
    }

    .main-cols {
        align-items: center;
        flex-direction: column
    }

    .video-col {
        min-height: 100%;
        width: 100%
    }

    .form-col {
        width: 100%
    }

    .main-title {
        font-size: 70px;
        text-align: center
    }

    .main-subtitle {
        font-size: 22px;
        margin-bottom: 35px;
        max-width: none
    }

    .col-50, .main-subtitle {
        text-align: center;
        width: 100%
    }

    .col-50 {
        margin-bottom: 20px;
        min-height: 100%
    }

    .col-50.what-img-col {
        margin-bottom: 0;
        width: 100%
    }

    .col-50.what-text-col {
        min-height: 50%;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%
    }

    .col-50.software-img-col {
        margin-bottom: 40px;
        min-width: 30%;
        width: 100%
    }

    .col-50.software-text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 0;
        width: 100%
    }

    .col-50.steps-text-col {
        margin-bottom: 0;
        min-height: 0;
        width: 100%
    }

    .col-50.steps-img-col {
        height: auto;
        margin-top: 40px;
        min-height: 0;
        min-width: 30%;
        width: 100%
    }

    .col-50.scam-img-col {
        margin-bottom: 40px;
        min-width: 30%;
        width: 100%
    }

    .col-50.scam-text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 40px;
        width: 100%
    }

    .col-50.history-text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 0;
        width: 100%
    }

    .col-50.history-img-col, .col-50.money-img-col {
        margin-bottom: 40px;
        min-width: 30%;
        width: 100%
    }

    .col-50.money-text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 40px;
        width: 100%
    }

    .col-50.still-text-col {
        margin-bottom: 20px;
        min-height: 0;
        padding-left: 0;
        width: 100%
    }

    .col-50.still-img-col {
        margin-bottom: 40px;
        min-width: 30%;
        width: 100%
    }

    .col-50.login-text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 40px;
        width: 100%
    }

    .col-50.login-img-col {
        margin-bottom: 40px;
        min-width: 30%;
        width: 100%
    }

    .col-50.text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 0;
        width: 100%
    }

    .col-50.img-col {
        margin-bottom: 40px;
        min-width: 30%;
        width: 100%
    }

    .title, .title.team-title {
        font-size: 36px
    }

    .title.still-title {
        text-align: center
    }

    .title.software-title {
        font-size: 36px;
        max-width: 100%;
        text-align: center
    }

    .title.why-item-title {
        text-align: left
    }

    .title.steps-titile {
        max-width: 100%
    }

    .title.step-title {
        text-align: left;
    }

    .title.scam-title {
        font-size: 36px;
        max-width: 100%;
        text-align: left
    }

    .title.history-title {
        font-size: 36px;
        max-width: 100%;
        text-align: center;
        white-space: normal;
        word-break: break-word;
    }

    .title.money-title {
        font-size: 36px;
        max-width: 100%;
        text-align: left
    }

    .title.features-title {
        font-size: 36px
    }

    .title.login-item-title {
        text-align: left
    }

    .title.signup-title {
        font-size: 36px;
        max-width: 100%;
        text-align: left
    }

    .title.detail-title {
        text-align: left
    }

    .title.team-title {
        font-size: 36px;
        text-align: center
    }

    .p {
        margin-bottom: 40px
    }

    .p.still-p, .p.what-p {
        text-align: center
    }

    .h-login {
        align-items: center
    }

    .forms-wrap {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .forms-wrap, .forms-wrap.contact {
        align-items: center;
        flex-direction: column
    }

    .forms-wrap.contact {
        background-image: linear-gradient(90deg, transparent, transparent 56%, transparent);
        justify-content: center;
        text-align: center
    }

    .f-col {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .f-col.form-img-col {
        height: auto;
        margin-top: 20px;
        max-height: 380px;
        overflow: hidden;
        position: relative
    }

    .f-col.f-col-1 {
        max-width: none;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%
    }

    .f-col.f-col-2 {
        width: 100%
    }

    .form-text {
        text-align: center;
        width: 480px
    }

    .contact-img, .form-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

    .contact-img {
        display: block;
        float: none;
        left: auto;
        position: static
    }

    .h-hamburger {
        align-items: center;
        background-color: #e9d500;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 45px;
        justify-content: center;
        min-width: 45px;
        transition: filter .3s;
        width: 45px
    }

    .h-hamburger:hover {
        filter: brightness(110%)
    }

    .ham-line {
        background-color: #262936;
        height: 1px;
        margin-bottom: 4px;
        padding-bottom: 0;
        padding-right: 0;
        width: 20px
    }

    .ham-line.mb0 {
        margin-bottom: 0
    }

    .lang-ham-wrap {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .mob-links-modal {
        background-color: #393c46;
        color: #4f4f4f;
        display: none;
        opacity: 0;
        padding-bottom: 30px;
        padding-top: 50px
    }

    .modal-links {
        margin-top: 0
    }

    .modal-link-a {
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        padding: 15px 20px;
        text-decoration: none;
        text-transform: uppercase
    }

    .modal-link {
        margin-bottom: 0
    }

    .modal-link.started {
        margin-top: 10px
    }

    .login-form-subtitle {
        font-size: 24px;
        text-align: center;
        text-shadow: 0 1px 1px #000
    }

    .still-section {
        background-image: radial-gradient(circle at 50% 75%, #2d2f38, transparent 19%);
        padding-bottom: 20px;
        padding-top: 40px
    }

    .what-section {
        overflow: visible;
        padding-bottom: 0;
        padding-top: 20px
    }

    .copyright {
        padding-left: 10px;
        padding-right: 10px
    }

    .cols {
        flex-wrap: wrap
    }

    .cols.what-cols {
        flex-direction: column
    }

    .cols.scam-cols {
        flex-flow: wrap
    }

    .cols.software-cols {
        flex-flow: column wrap
    }

    .cols.soft-cols {
        padding-left: 15px;
        padding-right: 15px
    }

    .cols.scam-cols {
        flex-flow: column-reverse wrap
    }

    .cols.history-cols {
        flex-flow: column wrap-reverse
    }

    .cols.features-cols, .cols.money-cols {
        flex-flow: column-reverse wrap
    }

    .cols.features-cols {
        padding-left: 15px;
        padding-right: 15px
    }

    .cols.still-cols {
        flex-flow: column wrap-reverse
    }

    .cols.login-cols {
        flex-flow: column-reverse wrap
    }

    .what-img {
        display: block
    }

    .what-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        position: static;
        transform: translate(0);
        width: 40%
    }

    .team-section {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .team-btn-wrap {
        text-align: center
    }

    .contact-img-wrap {
        margin-top: 40px;
        position: relative;
        right: auto;
        transform: translate(0);
        width: 60%
    }

    .footer-cols {
        flex-direction: column
    }

    .footer-col.fc-1, .soft {
        width: 100%
    }

    .soft {
        padding-bottom: 0
    }

    .still-btn-wrap {
        margin-bottom: 0;
        text-align: center
    }

    .form-img-wrap {
        margin-left: auto;
        margin-right: auto;
        position: static
    }

    .col-33 {
        margin-bottom: 20px;
        min-height: 100%;
        width: 100%
    }

    .software-img {
        position: static
    }

    .why-section {
        margin-top: 0;
        padding-top: 50px
    }

    .why-item {
        padding-bottom: 0;
        width: 100%
    }

    .subtitle {
        text-align: left
    }

    .trade-btn-wrap {
        padding-bottom: 0;
        padding-right: 0
    }

    .software-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .software-img-wrap {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 70%
    }

    .close-modal-btn {
        align-items: center;
        background-color: transparent;
        border-radius: 5px;
        color: #000;
        cursor: pointer;
        display: flex;
        height: 30px;
        justify-content: center;
        min-width: 30px;
        opacity: .9;
        right: 8px;
        top: 12px;
        transform: none;
        width: 30px
    }

    .close-line, .close-modal-btn {
        padding-bottom: 0;
        padding-right: 0
    }

    .close-line {
        background-color: #1679ee;
        height: 2px;
        position: absolute;
        width: 25px
    }

    .close-line.l1 {
        background-color: #fff;
        transform: rotate(45deg)
    }

    .close-line.l2 {
        background-color: #fff;
        transform: rotate(-45deg)
    }

    .steps-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .steps-section {
        min-height: 0;
        padding-bottom: 20px;
        padding-top: 60px
    }

    .steps-btn-wrap {
        text-align: center
    }

    .scam-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .scam-img, .scam-img-wrap {
        position: static
    }

    .scam-img-wrap {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .border-line {
        left: 10px
    }

    .history-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .history-img {
        position: static
    }

    .history-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .history-btn-wrap {
        padding-bottom: 0;
        padding-right: 0
    }

    .money-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .money-img {
        position: static
    }

    .money-img-wrap {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .features-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .feature {
        padding-bottom: 0;
        width: 100%
    }

    .features-btn-wrap {
        padding-bottom: 0;
        padding-right: 0
    }

    .question {
        font-size: 20px;
        text-align: left
    }

    .still-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 60vw
    }

    .still-img {
        position: static
    }

    .login-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .login-img {
        position: static
    }

    .login-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .signup-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .signup-section.home {
        padding-top: 80px
    }

    .signup-img {
        position: static
    }

    .login-btn-wrap {
        text-align: center
    }

    .details-section {
        background-image: radial-gradient(circle at 50% 20%, #272932, transparent 39%);
        padding-bottom: 0;
        padding-top: 40px
    }

    .signup-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 50%
    }

    .published {
        max-width: 100%
    }

    .author-wrap.blur {
        margin-top: 0
    }

    .author-section {
        padding-top: 40px
    }

    .author-bio, .author-photo {
        max-width: 100%
    }

    .diffrent-section {
        margin-top: 0;
        padding-top: 50px
    }

    .different-btn-wrap {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .title-wrap {
        padding-bottom: 0;
        padding-top: 0
    }

    .footer-nav-list {
        justify-content: center;
        padding-top: 19px
    }

    .footer-logo {
        height: auto;
        margin-left: auto
    }

    .form-cell {
        width: 100%
    }

    .form-cell.form-cell-fn {
        padding-right: 5px;
        width: 100%
    }

    .form-cell.form-cell-ln {
        padding-left: 5px;
        width: 100%
    }

    .main-section {
        padding-bottom: 30px;
        padding-top: 40px
    }

    .logo-img {
        height: auto;
        margin-top: 5px;
        max-width: 100%
    }

    .text-center {
        margin-bottom: 0;
        margin-top: 15px
    }

    .footer-nav-link {
        font-size: 12px
    }

    .btn {
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px
    }

    .btn.generate-pass {
        font-size: 14px;
        margin-bottom: 0
    }

    .btn.btn-login {
        margin: 5px auto 0;
        width: 100%
    }

    .btn.submit-btn {
        margin-bottom: 0
    }

    .btn.sticky-btn {
        margin-bottom: 0;
        padding-bottom: 18px;
        padding-top: 18px
    }

    .logo {
        margin-right: 15px;
        transform: none;
        width: 100%
    }

    .logo.w--current {
        max-width: none;
        width: auto
    }

    .footer {
        padding-bottom: 80px;
        padding-top: 25px
    }

    .top-warning {
        display: none
    }

    .form-group.lgn {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%
    }

    .login-form-title {
        text-shadow: 0 1px 1px #000
    }

    .intro-section.privacy {
        background-image: radial-gradient(circle, #2f313a, transparent 45%);
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto
    }

    .form-section {
        background-image: radial-gradient(circle at 85% 5%, #373944, transparent 36%), radial-gradient(circle at 20% 10%, #373944, transparent 35%);
        background-position: 0 0, 0 0;
        background-repeat: repeat, repeat;
        background-size: auto, auto
    }

    .intro-title {
        font-size: 40px
    }

    .intro-title.prv {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .login-form {
        flex-direction: column;
        margin-bottom: 0
    }

    .contact-title {
        font-size: 24px
    }

    .contact-form-wrap {
        padding-left: 40px;
        padding-right: 40px
    }

    .legal-section {
        padding-top: 15px
    }

    .icon {
        display: none
    }

    .legal-p {
        font-size: 15px;
        line-height: 1.5
    }

    .pop-h {
        font-size: 30px;
        line-height: 35px
    }

    .pop-p {
        font-size: 16px;
        line-height: 20px
    }

    .h-links-wrap {
        display: none
    }

    .h-links-wrap-mobile {
        display: block
    }

    .logo {
        width: auto
    }

    .video-container {
        border-radius: 20px;
        padding: 0
    }

    .main-title {
        font-size: 45px
    }

    .col-50.software-text-col, .col-50.steps-text-col {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .col-50.scam-text-col {
        margin-bottom: 10px;
        padding-left: 40px;
        padding-right: 40px
    }

    .col-50.history-text-col {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .col-50.money-text-col {
        margin-bottom: 10px;
        padding-left: 40px;
        padding-right: 40px
    }

    .col-50.still-text-col {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .col-50.login-text-col {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .col-50.text-col {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px
    }

    .title.still-title {
        font-size: 36px
    }

    .title.history-title, .title.money-title, .title.scam-title, .title.software-title, .title.steps-titile {
        font-size: 28px;
        white-space: normal;
        word-break: break-word;
    }

    .title.feature-title {
        font-size: 20px
    }

    .title.features-title, .title.signup-title {
        font-size: 28px
    }

    .title.team-title {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: left
    }

    .p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .p, .p.what-p {
        text-align: left
    }

    .form-text {
        text-shadow: 0 0 transparent
    }

    .mob-links-modal {
        padding-bottom: 20px;
        padding-top: 30px
    }

    .modal-link-a {
        font-size: 16px
    }

    .sticky-btn-wrap {
        display: block
    }

    .login-form-subtitle {
        font-size: 20px;
        text-shadow: 0 1px 1px #000
    }

    .still-section {
        padding-bottom: 0;
        padding-top: 40px
    }

    .what-section {
        background-image: radial-gradient(circle at 25% 0, #373944, transparent 68%);
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto
    }

    .year {
        font-size: 12px
    }

    .cols.soft-cols {
        margin-top: 60px
    }

    .cols.features-cols, .cols.soft-cols {
        padding-left: 0;
        padding-right: 0
    }

    .what-img-wrap {
        width: 60%
    }

    .team-section {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .team-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px
    }

    .contact-img-wrap {
        width: 70%
    }

    .contact-btn-wra {
        margin-bottom: 0;
        margin-top: 15px
    }

    .form-row {
        flex-direction: column
    }

    .soft {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .still-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px
    }

    .why-section {
        padding-bottom: 10px;
        padding-top: 40px
    }

    .why-item {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .why-num {
        margin-top: 5px
    }

    .trade-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }

    .close-modal-btn {
        height: 30px;
        min-width: 30px;
        width: 30px
    }

    .close-line {
        width: 23px
    }

    .steps-section {
        padding-bottom: 40px;
        padding-top: 60px
    }

    .step {
        padding-left: 40px
    }

    .step-num-wrap {
        left: 0
    }

    .steps-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 70px;
        padding-right: 70px;
        text-align: left
    }

    .border-line {
        left: 20px
    }

    .history-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }

    .feature {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .features-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }

    .faq-accordion-item {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .faq-answer {
        font-size: 15px;
        padding-right: 30px
    }

    .faq-accordion-title {
        padding-left: 0;
        padding-right: 35px
    }

    .question-arrow {
        height: 20px;
        right: 13px;
        top: 11px;
        width: 20px
    }

    .faq-section {
        padding-bottom: 10px
    }

    .faq-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px;
        text-align: center
    }

    .question {
        font-size: 18px;
        margin-top: 0
    }

    .faq-a {
        border-right-width: 2px;
        border-top-width: 2px;
        height: 9px;
        left: 5.7px;
        right: 10px;
        top: 4px;
        width: 9px
    }

    .login-img, .still-img {
        max-width: 100%
    }

    .signup-section.home {
        padding-top: 60px
    }

    .signup-img {
        max-width: 100%
    }

    .login-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 70px;
        padding-right: 70px;
        text-align: left
    }

    .title-2 {
        font-size: 27px;
        margin-bottom: 30px
    }

    .what-wrap.blur {
        margin-top: 40px
    }

    .what-btn-wrap-2 {
        margin-bottom: 0;
        margin-top: 15px
    }

    .author-section {
        padding-top: 0
    }

    .author-contacts {
        margin-top: 11px;
        text-align: center
    }

    .diffrent-section {
        padding-bottom: 10px;
        padding-top: 40px
    }

    .different-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px
    }
}

@media screen and (max-width: 479px) {
    .title-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .form-cell.form-cell-ln {
        min-width: 145px
    }

    .main-section {
        padding-top: 40px
    }

    .logo-img {
        margin-top: 0
    }

    .btn {
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px
    }

    .btn.generate-pass {
        font-size: 12px
    }

    .btn.contact-btn {
        margin-bottom: 0
    }

    .btn.sticky-btn {
        cursor: pointer
    }

    .form-title {
        font-size: 20px
    }

    .form-container {
        border-radius: 10px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .form-container.w500 {
        margin-top: 20px;
        padding: 15px
    }

    .login-form-title {
        margin-bottom: 20px
    }

    .form-section {
        background-size: cover, auto, auto;
        padding-top: 20px
    }

    .intro-title {
        font-size: 25px
    }

    .form-pre-wrap {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .login-form {
        padding: 20px 15px
    }

    .contact-form-wrap {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .legal-section {
        padding-top: 10px
    }

    .legal-p {
        white-space: normal
    }

    .breadcrumbs {
        margin-bottom: 40px
    }

    .pop-h {
        font-size: 28px
    }

    .h-link {
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .logo {
        min-width: 110px
    }

    .video-container {
        border-radius: 10px
    }

    .algo-video-play-btn {
        height: 60px;
        width: 60px
    }

    .main-title {
        border-left: 2px #fff;
        font-family: Ubuntu, Helvetica, sans-serif;
        font-size: 45px;
        font-weight: 700
    }

    .main-subtitle {
        font-size: 20px;
        line-height: 1.25em;
        margin-bottom: 35px;
        margin-top: 25px;
        padding-left: 0
    }

    .col-50.what-text-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .col-50.software-img-col, .col-50.software-text-col, .col-50.steps-text-col {
        width: 100%
    }

    .col-50.steps-img-col {
        height: 300px;
        width: 100%
    }

    .col-50.history-img-col, .col-50.history-text-col, .col-50.img-col, .col-50.login-img-col, .col-50.login-text-col, .col-50.money-img-col, .col-50.money-text-col, .col-50.scam-img-col, .col-50.scam-text-col, .col-50.still-img-col, .col-50.still-text-col, .col-50.text-col {
        width: 100%
    }

    .title {
        font-size: 23px
    }

    .title.still-title {
        font-size: 30px
    }

    .title.detail-title, .title.why-item-title {
        padding-left: 10px
    }

    .title.team-title {
        border-left-width: 2px;
        text-align: left
    }

    .p.still-p {
        font-size: 20px
    }

    .h-login {
        padding-left: 5px;
        padding-right: 5px
    }

    .h-login-ico {
        margin-right: 5px
    }

    .forms-wrap {
        width: auto
    }

    .forms-wrap.contact {
        width: 100%
    }

    .f-col.f-col-1 {
        padding-left: 10px;
        padding-right: 10px
    }

    .h-hamburger {
        height: 30px;
        min-width: 30px;
        width: 30px
    }

    .ham-line {
        margin-bottom: 3px;
        width: 20px
    }

    .login-form-subtitle {
        margin-bottom: 20px
    }

    .h-login-text {
        font-size: 10px
    }

    .cols.features-cols, .cols.history-cols, .cols.login-cols, .cols.money-cols, .cols.scam-cols, .cols.software-cols, .cols.still-cols {
        flex-wrap: wrap
    }

    .what-img-wrap {
        width: 100%
    }

    .team-section {
        padding-top: 20px
    }

    .contact-img-wrap {
        width: 95%
    }

    .soft-ico {
        height: 35px;
        left: 0;
        margin-top: 3px;
        min-width: 35px;
        width: 35px
    }

    .why-section {
        padding-top: 40px
    }

    .why-item {
        padding-right: 0;
        padding-top: 20px
    }

    .why-num {
        height: 35px;
        left: 0;
        margin-top: 3px;
        min-width: 35px;
        top: 15px;
        width: 35px
    }

    .trade-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .software-section {
        padding-top: 40px
    }

    .software-img-wrap {
        width: 90%
    }

    .close-modal-btn {
        right: 15px;
        top: 21px
    }

    .steps-img-wrap {
        width: 90%
    }

    .steps-section {
        padding-top: 40px
    }

    .steps-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .scam-section {
        padding-top: 40px
    }

    .scam-img-wrap {
        width: 90%
    }

    .history-section {
        padding-top: 40px
    }

    .history-img-wrap {
        width: 90%
    }

    .history-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .money-section {
        padding-top: 40px
    }

    .money-img-wrap {
        width: 90%
    }

    .features-section {
        padding-top: 40px
    }

    .feature-ico {
        height: 35px;
        left: 0;
        margin-top: 3px;
        min-width: 35px;
        width: 35px
    }

    .features-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .faq-accordion {
        padding-left: 0;
        padding-right: 0
    }

    .faq-section {
        padding-bottom: 20px;
        padding-top: 40px
    }

    .question {
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
        text-align: left
    }

    .still-img-wrap {
        width: 90%
    }

    .login-section {
        padding-top: 40px
    }

    .login-img-wrap {
        width: 90%
    }

    .signup-section {
        padding-top: 40px
    }

    .login-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .details-section {
        padding-top: 40px
    }

    .signup-img-wrap {
        width: 90%
    }

    .title-2 {
        font-size: 23px
    }

    .author-wrap, .what-wrap {
        padding-left: 20px
    }

    .author-wrap {
        padding-right: 20px
    }

    .author-section {
        padding-top: 10px
    }

    .author-photo {
        max-height: 50%;
        max-width: 50%
    }

    .diffrent-section {
        padding-top: 40px
    }
}