.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
}

.content {
    background-color: #fff;
    flex: 1;
    order: 2;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.form-control {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    height: 44px;
    margin-bottom: 0;
    width: 100%
}

.form-control, .form-control.control-bordered {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.form-control.control-bordered {
    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: #fff;
    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%
}

.faq-section {
    background-color: #0f1216;
    background-image: radial-gradient(circle at 97% 25%, #000, transparent 31%), radial-gradient(circle at 12% 15%, #000, transparent 17%), radial-gradient(circle at 98% 80%, #205290, rgba(23, 60, 105, .73) 11%, transparent), radial-gradient(circle at 20% 30%, #205290, transparent 21%);
    padding-bottom: 60px;
    padding-top: 60px
}

.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: #0d0d0d;
    background-image: radial-gradient(circle at 80% 89%, #03070b, transparent 13%), radial-gradient(circle at 85% 30%, #03070b, transparent 11%), radial-gradient(circle at 38% 33%, #03070b, transparent 14%), radial-gradient(circle at 12% 70%, #03070b, transparent 16%), radial-gradient(circle at 85% 90%, #173b70, transparent 21%), radial-gradient(circle at 90% 25%, #173b70, transparent 28%), radial-gradient(circle at 37% 25%, #173b70, #163963 0, transparent 33%), radial-gradient(circle at 20% 67%, #1d4885, transparent 39%);
    border: 0 solid transparent;
    color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative
}

.phone-cell {
    padding-left: 5px;
    padding-right: 5px;
    width: 100% !important;
    /*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: #54505f;
    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: #177aef;
    background-image: linear-gradient(45deg, #2f8af7, #4296fd);
    border-radius: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 900;
    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(-35deg)
}

.btn.generate-pass {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    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.white-btn {
    background-color: #fff;
    background-image: none;
    color: #2f8af7
}

.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: block;
    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: #000;
    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 20px;
    position: relative;
    z-index: 1
}

.form-container.w500 {
    margin-top: 5px;
    max-width: 100%;
    padding: 40px;
    width: 480px
}

.footer {
    background-color: #fff;
    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: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
    max-width: 950px;
    text-align: left;
    text-transform: none
}

.intro-section {
    color: #fff;
    display: none;
    opacity: 1;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}

.intro-section.privacy {
    background-color: #11509d;
    background-image: url(../images/team-bg.webp);
    background-position: 50% 100%;
    display: block
}

.form-section, .intro-section.privacy {
    background-repeat: no-repeat;
    background-size: cover
}

.form-section {
    background-color: #0d0d0d;
    background-image: url(../images/what-bg.webp);
    background-position: 50%;
    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;
    white-space: normal
}

.intro-title, .intro-title.abt {
    text-transform: uppercase
}

.intro-title.prv {
    margin-bottom: 60px;
    margin-top: 60px
}

.form-pre-wrap {
    background-color: #000;
    border: 1px #000;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 10px;
    max-width: 480px;
    overflow: hidden;
    padding: 40px;
    width: 100%
}

.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: url(../images/contact-bg.webp);
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative
}

.contact-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none
}

.contact-form-wrap {
    border: 1px #828589;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 660px;
    z-index: 2
}

.contact-form-wrap:hover {
    z-index: 2
}

.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
}

.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: #5f5f5f;
    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: #1679ee;
    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: 67%
}

.form-col {
    width: 33%
}

.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.webp);
    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.webp);
    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 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-transform: uppercase
}

.main-subtitle {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom: 25px;
    margin-top: 15px;
    max-width: 685px;
    padding-left: 0;
    padding-top: 0
}

.col-50 {
    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.machine-text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 65%;
    z-index: 2
}

.col-50.machine-img-col {
    width: 35%
}

.col-50.like-img-col {
    width: 40%
}

.col-50.like-text-col {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 65%;
    z-index: 2
}

.title {
    color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
    text-transform: none
}

.title, .title.what-title {
    margin-top: 0
}

.title.faq-title {
    text-align: center
}

.title.scam-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.title.team-title {
    -webkit-text-stroke-color: #383838;
    color: #fff
}

.title.soft-item-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px
}

.title.still-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: none
}

.title.step-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 20px;
    white-space: normal;
    width: auto
}

.title.features-title {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.title.like-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.title.why-title {
    display: block;
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center
}

.title.why-item-title {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 20px
}

.title.feature-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px
}

.title.sign-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1
}

.title.broker-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px
}

.title.hat-title {
    margin-bottom: 30px
}

.title.hat-title, .title.steps-title {
    color: #fff;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1
}

.title.steps-title {
    margin-bottom: 40px
}

.p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left
}

.p.what-p {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.p.still-p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.p.still-p, .p.team-p {
    color: #fff;
    text-align: center
}

.p.like-p, .p.white {
    color: #fff
}

.p.like-p {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.p.feature-p, .p.soft-p {
    color: #fff
}

.p.soft-p {
    letter-spacing: .3px
}

.p.sign-p {
    text-align: center
}

.p.broker-p {
    color: #fff;
    letter-spacing: .3px
}

.p.hat-p {
    text-align: center
}

.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: #1679ee;
    background-image: linear-gradient(90deg, #1679ee, #489bff);
    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: flex-start;
    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: block;
    position: static
}

.f-col.f-col-1 {
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
    width: 80%
}

.f-col.f-col-2 {
    display: block
}

.form-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    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;
    display: none;
    left: 0;
    opacity: 0;
    padding: 20px;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2000
}

.close-modal-btn2, .mob-links-modal {
    color: #fff;
    position: absolute;
    transition: opacity .3s
}

.close-modal-btn2 {
    cursor: pointer;
    display: inline-block;
    font-size: 42px;
    font-weight: 300;
    opacity: .7;
    right: 10px;
    text-decoration: none;
    top: 10px;
    transform: rotate(45deg);
    z-index: 1
}

.close-modal-btn2:hover {
    opacity: 1
}

.sticky-btn-wrap {
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 998
}

.login-form-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    text-transform: none
}

.still-section {
    background-color: #1353a3;
    background-image: url(../images/team-bg.webp);
    background-repeat: no-repeat;
    border: 1px solid transparent;
    padding-top: 60px;
    text-align: center;
    z-index: 0
}

.still-section, .what-section {
    background-position: 50% 100%;
    background-size: cover;
    color: #fff;
    padding-bottom: 0;
    position: relative
}

.what-section {
    background-color: #0d0d0d;
    background-image: url(../images/what-bg.webp);
    border: 1px transparent;
    overflow: hidden;
    padding-top: 20px
}

.h-login-text {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    text-transform: uppercase
}

.copyright, .h-login-text {
    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
}

.what-btn-wrap {
    margin-bottom: 80px;
    margin-top: 40px;
    padding-right: 0
}

.cols {
    display: flex;
    justify-content: space-between
}

.cols.like-cols {
    align-items: center
}

.cols.soft-cols {
    margin-top: 80px
}

.cols.brokers-cols {
    margin-bottom: 20px;
    margin-top: 0
}

.what-img {
    width: 100%
}

.scam-section {
    background-color: #030407;
    background-image: url(../images/scam-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative
}

.what-img-wrap {
    bottom: 0;
    max-width: 699px;
    position: absolute;
    right: 5vw;
    width: 34%
}

.team-section {
    background-color: #0e468c;
    background-image: url(../images/team-bg.webp);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    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
}

.contact-img-wrap {
    bottom: -2vw;
    max-height: none;
    max-width: 731px;
    position: absolute;
    right: 5vw;
    width: 33%
}

.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
}

.faq-accordion-item {
    border: 1px #000;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    width: 50%
}

.faq-answer {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    opacity: .8;
    padding-right: 60px;
    text-align: justify
}

.faq-accordion-wrap {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px
}

.faq-accordion {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    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 51px;
    position: relative
}

.faq-arrow {
    background-color: #4096fe;
    background-image: url(../images/faq-ico_1faq-ico.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    right: 0;
    top: 13px;
    transition: transform .2s
}

.faq-accord-num, .faq-arrow {
    align-items: center;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    position: absolute;
    width: 30px
}

.faq-accord-num {
    background-color: #1679ee;
    background-image: linear-gradient(135deg, #1679ee, #479afe);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    left: 0;
    line-height: 30px;
    margin-right: 20px;
    min-width: 30px;
    padding-right: 0;
    text-align: center;
    top: 3px
}

.faq-question {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    opacity: .8;
    text-align: left;
    text-shadow: none;
    text-transform: none
}

.faq-a {
    background-color: transparent;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 9px;
    margin-top: -4px;
    opacity: 0;
    transform: rotate(135deg);
    transition: all .3s;
    width: 9px
}

.form-footer {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    position: relative;
    text-align: center
}

.soft {
    border-left: 1px #828282;
    border-right: 1px #828282;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.soft-ico {
    align-items: center;
    background-color: #2f80ed;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 0;
    margin-bottom: 20px;
    min-width: 50px;
    position: static;
    top: -9px;
    width: 50px
}

.still-btn-wrap {
    margin-bottom: 60px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.steps-section {
    background-attachment: scroll;
    background-color: #060708;
    background-image: url(../images/steps-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 0;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative
}

.steps {
    grid-column-gap: 1.7%;
    grid-row-gap: 1.7%;
    display: flex;
    flex-flow: wrap
}

.step {
    border-left: 1px #828282;
    border-right: 1px #828282;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 32%
}

.steps-btn-wrap {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: center
}

.form-img-wrap {
    max-width: 723px;
    position: absolute;
    right: -4.7vw;
    top: 255px;
    width: 40%
}

.col-33 {
    padding-left: 0;
    padding-right: 0;
    width: 32%
}

.trade-btn-wrap {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center
}

.scam-img-wrap {
    bottom: -13vw;
    left: 0;
    max-width: 731px;
    position: absolute;
    width: 37%;
    z-index: 1
}

.scam-img {
    height: auto;
    width: 100%
}

.step-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative
}

.step-line {
    background-color: #2f80ed;
    height: 1px;
    position: relative;
    width: 100%
}

.step-name {
    color: #2f80ed;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 30px;
    text-transform: capitalize;
    white-space: nowrap
}

.like-img {
    height: auto;
    position: relative;
    right: -10%;
    width: 100%
}

.scam-btn-wrap {
    margin-bottom: 0;
    margin-top: 20px
}

.why-section {
    background-color: #0d0d0d;
    background-image: url(../images/why-bg.webp);
    background-position: 0 0;
    background-size: auto;
    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: #000;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center
}

.subtitle.features-subtitle, .subtitle.why-subtitle {
    color: #fff
}

.why-num {
    background-color: #1679ee;
    background-image: linear-gradient(135deg, #1679ee, #4599fe);
    border-radius: 50%;
    color: #fff;
    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
}

.features-section {
    background-attachment: fixed;
    background-color: #144684;
    background-image: url(../images/features-bg-b.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 70px;
    position: relative
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.feature {
    border-left: 1px #828282;
    border-right: 1px #828282;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    width: 49%
}

.feature-ico {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 0;
    margin-bottom: 25px;
    min-width: 50px;
    position: static;
    top: -9px;
    width: 50px
}

.sign-section {
    background-image: url(../images/sing-bg-b.webp);
    background-position: 0 0
}

.brokers-section, .sign-section {
    background-color: #073269;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px
}

.brokers-section {
    background-attachment: scroll;
    background-image: url(../images/brokers-bg-b.webp);
    background-position: 50%
}

.broker-ico {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 0;
    margin-bottom: 20px;
    min-width: 50px;
    position: static;
    top: -9px;
    width: 50px
}

.broker {
    border-left: 1px #828282;
    border-right: 1px #828282;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.brokers-btn-wrap {
    margin-top: 0;
    text-align: center
}

.like-section {
    background-color: #0a3b7a;
    background-image: url(../images/like-bg-b.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative
}

.like-img-wrap {
    bottom: 0;
    max-width: 727px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 1
}

.hat-section {
    background-attachment: scroll;
    background-color: #073269;
    background-image: url(../images/hat-bg-b.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 70px
}

.hat-btn-wrap {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: center
}

.users-section {
    background-attachment: scroll;
    background-color: #0e0f11;
    background-image: url(../images/steps-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px
}

.form-img {
    width: 1000%
}

.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
}

@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
    }

    .faq-section {
        padding-bottom: 40px
    }

    .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: #fff;
        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.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;
        padding-left: 30px;
        padding-right: 30px
    }

    .footer {
        text-align: center
    }

    .login-form-title {
        font-size: 24px;
        max-width: 100%;
        text-align: center
    }

    .intro-section {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .form-section, .intro-section.privacy {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .form-section {
        background-image: radial-gradient(circle at 50% 20%, #173b70, transparent 23%), radial-gradient(circle at 50% 80%, #173b70, transparent 20%), url(../images/what-bg.webp);
        background-position: 0 0, 0 0, 50%;
        background-repeat: repeat, repeat, no-repeat;
        background-size: auto, auto, cover;
        font-size: 18px;
        overflow: hidden
    }

    .intro-title {
        border-left-style: none;
        font-size: 40px;
        padding-left: 0;
        text-align: center
    }

    .intro-title.abt {
        font-size: 50px
    }

    .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-bottom: 20px;
        padding-top: 20px;
        width: 480px
    }

    .login-form {
        border-radius: 10px;
        margin-bottom: 0
    }

    .contact-section {
        background-image: radial-gradient(circle at 50% 0, #173b70, transparent 31%), url(../images/contact-bg.webp);
        background-position: 0 0, 0 0;
        background-size: auto, auto;
        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%;
        width: 100%
    }

    .col-50.machine-text-col {
        margin-bottom: 0;
        min-height: 0;
        width: 100%
    }

    .col-50.like-img-col, .col-50.machine-img-col {
        min-width: 30%;
        width: 100%
    }

    .col-50.like-img-col {
        margin-bottom: 0
    }

    .col-50.like-text-col {
        margin-bottom: 40px;
        min-height: 0;
        padding-left: 0;
        width: 100%
    }

    .title, .title.what-title {
        font-size: 36px
    }

    .title.scam-title {
        max-width: 100%
    }

    .title.team-title {
        font-size: 36px
    }

    .title.soft-item-title, .title.step-title {
        text-align: left
    }

    .title.like-title {
        font-size: 36px;
        max-width: 100%;
        text-align: center
    }

    .title.why-title {
        font-size: 36px
    }

    .title.feature-title, .title.why-item-title {
        text-align: left
    }

    .title.sign-title {
        max-width: 100%
    }

    .title.broker-title {
        text-align: left
    }

    .title.hat-title {
        max-width: 100%
    }

    .title.steps-title {
        max-width: 100%;
        text-align: left
    }

    .p {
        margin-bottom: 40px
    }

    .p.like-p, .p.still-p {
        text-align: center
    }

    .h-login {
        align-items: center
    }

    .h-login-ico {
        background-image: linear-gradient(90deg, #1679ee, #489bff)
    }

    .forms-wrap {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .forms-wrap.contact {
        align-items: center;
        background-image: linear-gradient(90deg, transparent, transparent 56%, transparent);
        flex-direction: column;
        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 {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%
    }

    .form-text {
        text-align: center;
        text-shadow: 0 1px 5px #fff
    }

    .contact-img {
        display: block;
        float: none;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        position: static
    }

    .h-hamburger {
        align-items: center;
        background-color: #1679ee;
        background-image: linear-gradient(45deg, #1679ee, #489bff);
        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: #fff;
        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: #fff;
        color: #4f4f4f;
        display: none;
        opacity: 0;
        padding-bottom: 30px;
        padding-top: 50px
    }

    .close-modal-btn2 {
        color: #1679ee;
        cursor: pointer;
        top: 0
    }

    .modal-links {
        margin-top: 0
    }

    .modal-link-a {
        color: #1679ee;
        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
    }

    .still-section {
        padding-bottom: 0;
        padding-top: 40px
    }

    .what-section {
        background-image: radial-gradient(circle at 20% 0, #1a4b88, transparent 30%), radial-gradient(circle at 55% 80%, #173b70, transparent 29%), url(../images/what-bg.webp);
        background-position: 0 0, 0 0, 50% 100%;
        background-size: auto, auto, cover;
        overflow: visible;
        padding-bottom: 0;
        padding-top: 20px
    }

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

    .what-btn-wrap {
        margin-bottom: 15px
    }

    .cols {
        flex-wrap: wrap
    }

    .cols.what-cols {
        flex-direction: column
    }

    .cols.scam-cols {
        flex-flow: wrap
    }

    .cols.like-cols {
        flex-flow: column-reverse wrap
    }

    .what-img {
        display: block
    }

    .scam-section {
        background-position: 0;
        min-height: 0;
        padding-bottom: 60px
    }

    .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
    }

    .contact-img-wrap {
        margin-top: 40px;
        position: relative;
        right: auto;
        transform: translate(0);
        width: 60%
    }

    .footer-cols {
        flex-direction: column
    }

    .faq-accordion-item, .footer-col.fc-1 {
        width: 100%
    }

    .faq-question {
        font-size: 20px;
        text-align: left
    }

    .soft {
        padding-bottom: 0;
        width: 100%
    }

    .still-btn-wrap {
        margin-bottom: 40px
    }

    .steps-section {
        margin-top: 0;
        padding-top: 40px
    }

    .steps {
        padding-left: 20px;
        padding-right: 20px
    }

    .step {
        padding-bottom: 0;
        width: 100%
    }

    .steps-btn-wrap {
        padding-right: 0;
        text-align: left
    }

    .form-img-wrap {
        margin-left: auto;
        margin-right: auto;
        position: static
    }

    .col-33 {
        margin-bottom: 20px;
        min-height: 100%;
        text-align: center;
        width: 100%
    }

    .scam-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .like-img, .scam-img-wrap {
        position: static
    }

    .scam-btn-wrap {
        text-align: center
    }

    .why-section {
        margin-top: 0;
        padding-top: 50px
    }

    .why-item {
        padding-bottom: 0;
        width: 100%
    }

    .features-section {
        margin-top: 0;
        padding-top: 50px
    }

    .features {
        flex-wrap: wrap-reverse
    }

    .broker, .feature {
        padding-bottom: 0;
        width: 100%
    }

    .brokers-btn-wrap {
        padding-bottom: 0;
        padding-right: 0
    }

    .like-section {
        padding-bottom: 0;
        padding-top: 40px
    }

    .like-img-wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
        position: static;
        top: 10%;
        transform: translate(0);
        width: 50vw
    }

    .hat-btn-wrap {
        padding-right: 0
    }

    .close-modal-btn {
        align-items: center;
        background-color: #fff;
        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 {
        transform: rotate(45deg)
    }

    .close-line.l2 {
        transform: rotate(-45deg)
    }
}

@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
    }

    .faq-section {
        padding-bottom: 10px
    }

    .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.modal-started-btn {
        color: #fff
    }

    .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%
    }

    .intro-title {
        font-size: 40px
    }

    .intro-title.abt {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .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.like-text-col, .col-50.machine-text-col {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .title {
        line-height: 1.3
    }

    .title, .title.what-title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .title.what-title {
        text-align: left
    }

    .title.faq-title {
        text-align: center
    }

    .title.scam-title {
        font-size: 28px
    }

    .title.team-title {
        font-size: 30px
    }

    .title.still-title {
        font-size: 36px
    }

    .title.like-title, .title.sign-title {
        font-size: 28px
    }

    .title.hat-title {
        font-size: 28px;
        text-align: center
    }

    .title.steps-title {
        font-size: 28px
    }

    .p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .p, .p.what-p {
        text-align: left
    }

    .form-text {
        text-shadow: 0 0 transparent
    }

    .mob-links-modal {
        display: none;
        opacity: 0;
        padding-bottom: 20px;
        padding-top: 30px
    }

    .modal-link-a {
        font-size: 16px
    }

    .sticky-btn-wrap {
        display: block
    }

    .login-form-subtitle {
        font-size: 20px
    }

    .still-section {
        padding-bottom: 0;
        padding-top: 40px
    }

    .year {
        font-size: 12px
    }

    .what-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px
    }

    .cols.soft-cols {
        margin-top: 60px
    }

    .scam-section {
        padding-bottom: 40px;
        padding-top: 60px
    }

    .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
    }

    .faq-answer {
        font-size: 15px;
        padding-right: 30px
    }

    .faq-accordion-title {
        padding-left: 30px;
        padding-right: 35px
    }

    .faq-arrow {
        height: 20px;
        top: 11px;
        width: 20px
    }

    .faq-accord-num {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        min-width: 25px;
        top: 8px;
        width: 25px
    }

    .faq-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
    }

    .soft {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .still-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px
    }

    .steps-section {
        padding-bottom: 10px;
        padding-top: 40px
    }

    .steps {
        flex-direction: column
    }

    .step {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .steps-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }

    .form-img-wrap {
        width: 70%
    }

    .trade-btn-wrap {
        text-align: center
    }

    .scam-btn-wrap, .trade-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 70px;
        padding-right: 70px
    }

    .scam-btn-wrap {
        text-align: left
    }

    .why-section {
        padding-bottom: 10px;
        padding-top: 40px
    }

    .why-item {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .why-num {
        margin-top: 5px
    }

    .features-section {
        padding-bottom: 10px;
        padding-top: 40px
    }

    .feature {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .feature-ico {
        margin-top: 5px
    }

    .broker {
        border: 1px #000;
        margin-bottom: 20px;
        width: 100%
    }

    .brokers-btn-wrap, .hat-btn-wrap {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }

    .users-section {
        min-height: 50px
    }

    .close-modal-btn {
        height: 30px;
        min-width: 30px;
        width: 30px
    }

    .close-line {
        width: 23px
    }
}

@media screen and (max-width: 479px) {
    .title-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .faq-section {
        padding-bottom: 20px;
        padding-top: 40px
    }

    .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 {
        padding-bottom: 0;
        padding-top: 20px
    }

    .intro-title, .intro-title.abt {
        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.machine-text-col {
        width: 100%
    }

    .col-50.machine-img-col {
        height: 300px;
        width: 100%
    }

    .col-50.like-img-col, .col-50.like-text-col {
        width: 100%
    }

    .title {
        font-size: 23px
    }

    .title.what-title {
        border-left-width: 2px;
        text-align: left
    }

    .title.still-title {
        font-size: 30px
    }

    .title.why-item-title {
        padding-left: 10px
    }

    .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 {
        flex-wrap: wrap-reverse
    }

    .cols.like-cols, .cols.scam-cols {
        flex-wrap: wrap
    }

    .scam-section {
        padding-top: 40px
    }

    .what-img-wrap {
        width: 90%
    }

    .team-section {
        padding-top: 20px
    }

    .contact-img-wrap {
        width: 95%
    }

    .faq-accordion, .faq-accordion-item {
        padding-left: 0;
        padding-right: 0
    }

    .faq-question {
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
        text-align: left
    }

    .soft-ico {
        height: 35px;
        left: 0;
        margin-top: 3px;
        min-width: 35px;
        width: 35px
    }

    .steps-section {
        padding-top: 40px
    }

    .step {
        padding-top: 20px
    }

    .form-img-wrap {
        width: 90%
    }

    .trade-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .scam-img-wrap {
        width: 90%
    }

    .scam-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .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
    }

    .features-section {
        padding-top: 40px
    }

    .feature {
        padding-top: 20px
    }

    .feature-ico {
        top: 15px
    }

    .broker-ico, .feature-ico {
        height: 35px;
        left: 0;
        margin-top: 3px;
        min-width: 35px;
        width: 35px
    }

    .brokers-btn-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .like-section {
        padding-top: 40px
    }

    .like-img-wrap {
        width: 90%
    }

    .close-modal-btn {
        right: 15px;
        top: 21px
    }
}

.footer-disclaimer {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px
}