.body {
  font-family: Lato, 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: 10px;
  padding-right: 10px;
  position: static;
}
.content {
  background-color: #16171d;
  background-image: url(../images/sp-faq-1.webp),
    radial-gradient(circle at 0 88%, #244939, transparent 12%),
    radial-gradient(circle at 100% 78%, #244939, transparent 10%),
    url(../images/sp-under.webp),
    radial-gradient(circle at 0 52%, #244939, transparent 10%),
    radial-gradient(circle at 80% 48%, #244939, transparent 10%),
    radial-gradient(circle at 8% 36%, #244939, transparent 13%),
    url(../images/sp-main-1.webp),
    radial-gradient(circle at 7% 20%, #244939, transparent 10%, transparent 42%),
    radial-gradient(circle at 85% 26%, #244939, transparent 8%),
    radial-gradient(circle at 100% 5%, #244939, transparent 9%),
    radial-gradient(circle at 0 0, #244939, transparent 9%);
  background-position: 0 89%, 0 0, 0 0, 0 55%, 0 0, 0 0, 0 0, 0 35.5%, 0 0, 0 0,
    0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat, repeat, repeat,
    repeat, no-repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto,
    auto, auto;
  flex: 1;
  order: 2;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.content.login-bg {
  background-image: radial-gradient(circle at 20% 80%, #244939, transparent 36%),
    radial-gradient(circle at 100% 25%, #254b39, #254b39 7%, transparent 33%),
    radial-gradient(circle at -10% 5%, #254b39, #254b39 14%, transparent 41%);
}
.content.contact-bg {
  background-image: url(../images/sp-faq-1.webp),
    radial-gradient(circle at 8% 36%, #244939, transparent 21%),
    radial-gradient(circle at 0 0, #244939, transparent 28%);
  background-position: -7% 89%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
}
.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 #fff;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.form-control.control-bordered {
  height: 40px;
}
.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%;
}
.profits-section {
  color: #fff;
  margin-top: -200px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.bottom-head {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  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: -5px;
  width: 227px;
}
.footer-logo,
.footer-logo.w--current {
  max-width: 100%;
}
.faq-section {
  background-image: url(../images/sp-faq-2.webp),
    radial-gradient(circle at 100% 100%, #244939, transparent 43%);
  background-position: 100% 110%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.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-image: url(../images/sp-main-1.webp), url(../images/sp-main-2.webp);
  background-position: 0 60px, 87% 51%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border: 0 solid transparent;
  color: #fff;
  padding-bottom: 240px;
  padding-top: 70px;
}
.phone-cell {
  padding-left: 5px;
  padding-right: 5px;
  width: 65%;
}
.logo-img {
  display: inline-block;
  margin-left: auto;
  margin-right: 10px;
  max-height: 90px;
  max-width: 100%;
}
.text-center {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.text-center.left {
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
}
.text-center.left.still {
  padding-left: 0;
  padding-right: 0;
}
.footer-nav-link {
  color: #4f4f4f;
  display: inline;
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav-link:hover {
  text-decoration: underline;
}
.btn {
  background-color: #42b875;
  border-radius: 35px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 265px;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn:hover {
  filter: hue-rotate(-35deg);
}
.btn.generate-pass {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: Lato, 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-bottom: 12px;
  padding-top: 12px;
  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: Lato, 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 {
  font-family: Lato, sans-serif;
}
.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: Lato, 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 {
  font-family: Lato, sans-serif;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}
.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: Lato, sans-serif;
  font-size: 22px;
  font-weight: 800;
  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: #fff;
  background-image: linear-gradient(135deg, #1c2226, #354e45);
  border: 1px hsla(0, 0%, 51%, 0.5);
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 1;
}
.form-container.w500 {
  background-color: transparent;
  background-image: linear-gradient(
    45deg,
    rgba(46, 52, 55, 0.7),
    rgba(38, 63, 54, 0.7)
  );
  margin-top: 5px;
  max-width: 100%;
  padding: 40px 60px;
  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: Lato, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.header {
  position: relative;
  width: 100%;
}
.form-group {
  margin-bottom: 15px;
  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: Lato, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.intro-section {
  color: #fff;
  opacity: 1;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.intro-section.abs {
  align-items: center;
  background-color: transparent;
  display: block;
  height: 140px;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-top: 40px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.intro-section.abs.w195 {
  height: 195px;
}
.form-section {
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 175px;
  position: relative;
  text-align: center;
}
.form-block,
.intro-title {
  margin-bottom: 0;
}
.intro-title {
  border: 1px #000;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  padding-left: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}
.intro-title.green {
  color: #42b875;
  font-family: Lato, sans-serif;
  font-weight: 900;
}
.form-pre-wrap {
  background-image: linear-gradient(135deg, #1a1c23, #2e3237);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 40px;
  margin-left: 0;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  width: 480px;
}
.login-form {
  border: 1px hsla(0, 0%, 51%, 0.5);
  color: #333;
  padding: 40px 75px;
}
.contact-section {
  padding-bottom: 100px;
  padding-top: 175px;
  position: relative;
}
.feed-edition.contact-title {
  font-size: 20px;
}
.contact-title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
.contact-form-wrap {
  background-color: #fff;
  background-image: linear-gradient(225deg, #1c1e25, #2d3035);
  border: 1px #828589;
  border-radius: 0;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  padding: 40px 80px;
  position: relative;
  width: 660px;
  z-index: 0;
}
.contact-form-wrap:hover {
  z-index: 2;
}
.contact-cell {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.legal-section {
  background-color: #fff;
  color: #fff;
  font-family: Lato, 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, 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: #333;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  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 0.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, 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 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
}
.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: #4f4f4f;
  font-family: Lato, 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: #42b875;
  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 {
  align-items: center;
  display: flex;
  max-width: 230px;
  text-decoration: none;
}
.main-cols {
  display: flex;
  justify-content: space-between;
}
.video-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64%;
}
.form-col {
  width: 34%;
}
.video-container {
  border: 1px transparent;
  border-radius: 0;
  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.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: #42b875;
  font-size: 75px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.main-subtitle,
.main-title {
  font-family: Lato, sans-serif;
  padding-left: 0;
}
.main-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 40px;
  margin-top: 15px;
  padding-top: 0;
}
.img-col {
  position: relative;
}
.img-col,
.text-col {
  width: 50%;
}
.col-50 {
  width: 50%;
}
.col-50,
.col-50.img-col {
  padding-left: 0;
  padding-right: 0;
}
.col-50.img-col.still-img-col {
  max-width: 525px;
  width: 40%;
}
.col-50.text-col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 57%;
  z-index: 2;
}
.col-50.sign-img-col {
  width: 40%;
}
.col-50.history-img-col-1,
.col-50.soft-img-col {
  width: 35%;
}
.col-50.birth-img-col {
  width: 40%;
}
.col-50.what-text-col {
  width: 75%;
}
.col-50.team-text-col,
.col-50.what-text-col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.col-50.team-text-col {
  width: 55%;
}
.col-50.team-img-col {
  width: 40%;
}
.col-50.still-text-col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 60%;
  z-index: 2;
}
.title {
  color: #fff;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
.title.still-title,
.title.what-title {
  border-left-width: 2px;
}
.title.what-title {
  margin-top: 0;
}
.title.why-item-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.title.section-title {
  font-size: 34px;
}
.title.profits-title {
  font-family: Lato, sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  text-align: center;
}
.title.step-title {
  color: #42b875;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
}
.title.center {
  text-align: center;
}
.title.steps-title {
  font-family: Lato, sans-serif;
  max-width: 755px;
}
.title.software-title {
  font-size: 34px;
  max-width: 580px;
}
.p {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: left;
}
.p.what-p {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.p.still-p {
  margin-bottom: 40px;
}
.p.center {
  color: #fff;
  padding-left: 0;
  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: #42b875;
  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: 50%;
}
.f-col.pl-0 {
  padding-left: 0;
}
.f-col.m525 {
  max-width: 525px;
}
.f-col.form-img-col {
  position: static;
}
.form-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.contact-img {
  float: right;
  left: auto;
  max-height: 100%;
  max-width: 700px;
  position: absolute;
  right: 0;
  transform: translateY(-20%);
  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-btn,
.mob-links-modal {
  color: #fff;
  position: absolute;
  transition: opacity 0.3s;
}
.close-modal-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 42px;
  font-weight: 300;
  opacity: 0.7;
  right: 10px;
  text-decoration: none;
  top: 10px;
  transform: rotate(45deg);
  z-index: 1;
}
.close-modal-btn:hover {
  opacity: 1;
}
.sticky-btn-wrap {
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 998;
}
.steps {
  padding-left: 0;
}
.step {
  margin-bottom: 45px;
  padding-left: 80px;
  position: relative;
}
.login-form-subtitle {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
  text-transform: none;
}
.still-section {
  background-image: radial-gradient(
    circle at 20%,
    #244939,
    #2f4d40 0,
    transparent 45%
  );
  border: 1px solid transparent;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 60px;
  position: relative;
}
.still-cols {
  display: flex;
  justify-content: space-between;
  min-height: 465px;
}
.still-cols.left {
  justify-content: flex-start;
  min-height: 350px;
}
.still-img {
  left: -7%;
  max-width: 120%;
  position: absolute;
  top: -75px;
  width: 120%;
}
.what-section {
  background-image: url(../images/sp-what.webp);
  background-position: -30px 40px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px transparent;
  color: #fff;
  padding-bottom: 80px;
  padding-top: 175px;
  position: relative;
}
.h-login-text {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.copyright,
.h-login-text {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}
.copyright {
  display: inline-block;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.year {
  font-size: 14px;
}
.what-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.steps-section {
  color: #fff;
  padding-bottom: 100px;
  padding-top: 50px;
  position: relative;
}
.profits {
  grid-column-gap: 1.7%;
  grid-row-gap: 1.7%;
  display: flex;
  flex-wrap: wrap;
}
.profit {
  border: 1px #828282;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  width: 32.1%;
}
.profit-title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
.profit-img-icon {
  align-items: center;
  background-color: #42b875;
  border-radius: 50%;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin: 0 auto 20px;
  min-width: 50px;
  position: relative;
  width: 50px;
}
.cols {
  display: flex;
  justify-content: space-between;
}
.cols.soft-cols,
.cols.time-cols {
  margin-bottom: 100px;
}
.steps-img-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.what-img {
  width: 100%;
}
.title-line {
  background-color: #42b875;
  border: 1px #000;
  height: 1px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 58px;
}
.software-section {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: url(../images/sp-software-2.webp),
    radial-gradient(
      circle at 24% 59%,
      #244939,
      #244939 0,
      #244939 16%,
      transparent 62%
    ),
    url(../images/software-bg-2.webp);
  background-position: 15%, 0 0, 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 550px;
  padding-top: 60px;
  position: relative;
}
.soft-img-wrap {
  left: 6vw;
  margin-top: -120px;
  position: absolute;
  transform: scale(1.1);
  width: 36%;
}
.soft-img {
  height: auto;
  width: 100%;
}
.time-section {
  background-image: radial-gradient(
    circle at 85% 55%,
    #244939,
    transparent 39%
  );
  overflow: hidden;
  padding-top: 145px;
  position: relative;
}
.time-img {
  height: auto;
  width: 100%;
}
.time-img-wrap {
  margin-top: -80px;
  position: absolute;
  right: 0;
  transform: scale(1.2);
  width: 36%;
}
.why-section {
  background-image: url(../images/sp-why.webp),
    radial-gradient(circle at 100% 35%, #244939, transparent 36%);
  background-position: 100% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-bottom: 40px;
  padding-top: 120px;
}
.why-items {
  grid-column-gap: 1.7%;
  grid-row-gap: 1.7%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.why-item {
  border-left: 1px #828282;
  border-right: 1px #828282;
  margin-bottom: 20px;
  padding: 25px 0 10px;
  position: relative;
  width: 49%;
}
.why-item-num {
  align-items: center;
  background-color: #42b875;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 30px;
  line-height: 40;
  margin: 0 auto 20px;
  min-width: 40px;
  position: static;
  top: 30px;
  width: 40px;
  z-index: 1;
}
.what-img-wrap {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 40%;
}
.team-section {
  background-image: radial-gradient(
    circle at 15% 60%,
    #2e4e40,
    #2e4e40 19%,
    rgba(25, 43, 35, 0.55) 40%,
    transparent
  );
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative;
}
.team-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.team-img {
  width: 100%;
}
.team-img-wrap {
  left: 5vw;
  position: absolute;
  top: -50px;
  width: 38%;
}
.steps-btn-wrap {
  margin-bottom: 0;
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
}
.steps-img {
  height: auto;
  width: 100%;
}
.step-header {
  align-items: flex-start;
  display: block;
}
.step-name {
  color: #42b875;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-right: 50px;
  margin-top: 3px;
  text-transform: uppercase;
}
.soft-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
}
.under-section {
  background-color: hsla(0, 0%, 100%, 0.05);
  padding-bottom: 40px;
  padding-top: 60px;
  position: relative;
}
.form-policy {
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.primary-section {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid #383f41;
  border-top: 1px solid #383f41;
  padding-bottom: 60px;
  padding-top: 60px;
}
.feat-btn-wrap {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.form-img-wrap {
  max-width: 30%;
  position: absolute;
  right: 0;
  top: 265px;
}
.contact-img-wrap {
  height: 100%;
  max-height: none;
  position: absolute;
  right: 0;
  width: 40%;
}
.contact-btn-wra {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.profits-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
  opacity: 0.8;
  text-align: center;
}
.under-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.why-icon-img {
  align-items: center;
  background-color: #42b875;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 30px;
  line-height: 40;
  margin: 0 auto 20px;
  min-width: 40px;
  position: static;
  top: 30px;
  width: 40px;
  z-index: 1;
}
.faq-flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.faq-item {
  border: 0 solid transparent;
  margin-bottom: 10px;
  margin-right: 1%;
  margin-top: 10px;
  min-height: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 48%;
}
.item-title {
  display: flex;
  margin-bottom: 15px;
  text-align: left;
}
.num {
  background-color: #42b875;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  width: 40px;
}
.h,
.num {
  margin-bottom: 0;
  margin-top: 0;
}
.h {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 30px;
  padding-left: 20px;
  text-decoration: none;
  width: 80%;
}
.h.faq-h {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  padding-left: 15px;
  width: 85%;
}
.item-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
}
.profits-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.footer-cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-col.fc-1 {
  width: 227px;
}
.ff,
.form-footer {
  font-size: 12px;
}
.form-footer {
  font-family: Lato, sans-serif;
  line-height: 18px;
  margin-top: 15px;
  text-align: center;
}
.form-row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}
.main-image {
  background-color: #3e6083;
  background-image: url(../images/poster_index_1.jpg);
  background-position: 50%;
  background-size: cover;
  height: 100%;
  max-height: none;
  min-height: 400px;
  width: 100%;
}
.text-block-8 {
  font-family: Lato, sans-serif;
}
.name {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .content {
    background-image: url(../images/sp-faq-1.webp),
      radial-gradient(circle at 0 88%, #244939, transparent 12%),
      radial-gradient(circle at 100% 78%, #244939, transparent 10%),
      url(../images/sp-under.webp),
      radial-gradient(circle at 0 52%, #244939, transparent 10%),
      radial-gradient(circle at 80% 48%, #244939, transparent 10%),
      radial-gradient(circle at 8% 36%, #244939, transparent 13%),
      url(../images/sp-main-1.webp),
      radial-gradient(
        circle at 7% 20%,
        #244939,
        transparent 12%,
        transparent 24%
      ),
      radial-gradient(circle at 85% 26%, #244939, transparent 8%),
      radial-gradient(circle at 100% 5%, #244939, transparent 9%),
      radial-gradient(circle at 0 0, #244939, transparent 9%);
    background-position: 0 89%, 0 0, 0 0, 0 55%, 0 0, 0 0, 0 0, 0 33.5%, 0 0,
      0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, no-repeat, repeat, repeat,
      repeat, no-repeat, repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto,
      auto, auto;
  }
  .content.login-bg {
    background-image: radial-gradient(
        circle at 50% 60%,
        #254b39,
        #254b39 7%,
        transparent 33%
      ),
      radial-gradient(circle at -10% 5%, #254b39, #254b39 14%, transparent 41%),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent);
  }
  .content.contact-bg {
    background-position: -14% 89%, 0 0, 0 0;
  }
  .title-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .form-box {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .profits-section {
    margin-top: 0;
    padding-top: 20px;
  }
  .footer-nav-list {
    justify-content: center;
  }
  .main-section {
    background-position: 0 60px, 100% 100%;
    background-size: auto, auto;
    padding-bottom: 50px;
  }
  .text-center.left {
    text-align: center;
  }
  .footer-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn.contact-btn {
    width: 100%;
  }
  .btn.modal-started-btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 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: 50px;
    padding-right: 50px;
  }
  .footer {
    text-align: center;
  }
  .login-form-title {
    font-size: 24px;
    text-align: left;
  }
  .intro-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .intro-section.abs {
    height: 140px;
  }
  .intro-section.abs.w195 {
    padding-top: 40px;
  }
  .form-section {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 140px;
  }
  .intro-title {
    border-left-style: none;
    font-size: 40px;
    padding-left: 0;
    text-align: center;
  }
  .form-pre-wrap {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .login-form {
    border-radius: 10px;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .contact-section {
    padding-bottom: 20px;
    padding-top: 140px;
  }
  .contact-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact-form-wrap {
    margin-left: auto;
    padding-left: 60px;
    padding-right: 60px;
    width: 450px;
  }
  .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 {
    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;
  }
  .img-col,
  .main-subtitle {
    text-align: center;
    width: 100%;
  }
  .img-col {
    margin-bottom: 20px;
    min-height: 100%;
  }
  .col-50,
  .text-col {
    width: 100%;
  }
  .col-50 {
    margin-bottom: 20px;
    min-height: 100%;
    text-align: center;
  }
  .col-50.img-col {
    margin-bottom: 0;
    min-height: 400px;
  }
  .col-50.img-col.still-img-col {
    max-width: none;
    min-height: 0;
    width: 100%;
  }
  .col-50.text-col {
    min-height: 0;
    width: 100%;
  }
  .col-50.birth-img-col,
  .col-50.history-img-col-1,
  .col-50.sign-img-col,
  .col-50.soft-img-col {
    width: 100%;
  }
  .col-50.team-text-col,
  .col-50.what-text-col {
    min-height: 50%;
    width: 100%;
  }
  .col-50.team-img-col {
    width: 100%;
  }
  .col-50.still-text-col {
    min-height: 50%;
    width: 100%;
  }
  .title.still-title {
    margin-top: 40px;
  }
  .title.profits-title,
  .title.software-title,
  .title.steps-title {
    max-width: 100%;
  }
  .p {
    margin-bottom: 40px;
  }
  .p.still-p {
    text-align: center;
  }
  .h-login {
    align-items: center;
  }
  .forms-wrap {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }
  .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 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .f-col,
  .f-col.m525,
  .f-col.pl-0.m525 {
    max-width: none;
  }
  .f-col.form-img-col {
    margin-top: 20px;
    position: relative;
  }
  .form-text {
    text-align: left;
  }
  .contact-img {
    display: block;
    float: none;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 100%;
    position: static;
    width: 400px;
  }
  .h-hamburger {
    align-items: center;
    background-color: #42b875;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 45px;
    justify-content: center;
    min-width: 45px;
    transition: filter 0.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: 30px;
  }
  .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-btn {
    color: #42b875;
    cursor: pointer;
    top: 0;
  }
  .modal-links {
    margin-top: 0;
  }
  .modal-link-a {
    color: #42b875;
    cursor: pointer;
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .modal-link {
    margin-bottom: 0;
  }
  .modal-link.started {
    margin-top: 10px;
  }
  .steps {
    padding-left: 90px;
    padding-right: 90px;
    text-align: left;
  }
  .step.last-step {
    margin-bottom: 0;
  }
  .login-form-subtitle {
    font-size: 24px;
    text-align: left;
  }
  .still-section {
    background-image: radial-gradient(
      circle at 45%,
      #244939,
      #2f4d40 0,
      transparent 45%
    );
    padding-bottom: 0;
    padding-top: 20px;
  }
  .still-cols {
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .still-cols.left {
    flex-direction: column;
  }
  .still-img {
    bottom: auto;
    left: auto;
    margin-top: 20px;
    max-width: 100%;
    position: relative;
    top: 0;
    width: 50%;
  }
  .what-section {
    padding-bottom: 40px;
    padding-top: 140px;
  }
  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .steps-section {
    padding-top: 40px;
  }
  .profit {
    padding: 40px 10px 20px;
  }
  .cols {
    flex-wrap: wrap-reverse;
  }
  .cols.soft-cols {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .cols.time-cols {
    flex-flow: wrap-reverse;
    margin-bottom: 40px;
  }
  .cols.team-cols {
    flex-direction: column-reverse;
  }
  .cols.what-cols {
    flex-direction: column;
  }
  .steps-img-wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: translate(0);
    width: 50%;
  }
  .what-img {
    display: block;
  }
  .software-section {
    background-position: 50% 33%, 0 0, 0;
    background-size: 150px, auto, cover;
    padding-top: 40px;
  }
  .soft-img-wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: static;
    transform: translate(0);
    width: 50%;
  }
  .time-section {
    margin-top: 0;
  }
  .time-img-wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: static;
    transform: translate(0);
    width: 50%;
  }
  .why-section {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .why-items {
    justify-content: flex-end;
  }
  .why-item {
    padding-bottom: 0;
    width: 48.5%;
  }
  .why-item-num {
    height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .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: 40px;
  }
  .team-img-wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: static;
    transform: translate(0);
    width: 50%;
  }
  .steps-btn-wrap {
    margin-top: 0;
    padding-left: 170px;
    padding-right: 170px;
  }
  .step-name {
    margin-right: 20px;
  }
  .primary-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .form-img-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 0;
    position: static;
    width: 50%;
  }
  .form-img {
    display: none;
  }
  .contact-img-wrap {
    margin-top: 70px;
    position: relative;
    width: 60%;
  }
  .why-icon-img {
    height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .faq-item {
    width: 47%;
  }
  .footer-cols {
    flex-direction: column;
  }
  .footer-col.fc-1 {
    width: 100%;
  }
  .main-image {
    margin-left: auto;
    margin-right: auto;
    min-height: 56vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .profits-section.feed-edition{
    margin-top: 0!important;
  }
  .content.login-bg {
    background-image: radial-gradient(
        circle at 50% 75%,
        #254b39,
        #254b39 7%,
        transparent 15%
      ),
      radial-gradient(circle at -10% 5%, #254b39, #254b39 14%, transparent 41%),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent),
      linear-gradient(transparent, transparent);
  }
  .content.contact-bg {
    background-position: -28% 89%, 0 0, 0 0;
  }
  .title-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .profits-section {
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .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 {
    background-image: url(../images/main-bg-mobile.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    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;
  }
  .btn.generate-pass {
    font-size: 14px;
    margin-bottom: 0;
  }
  .btn.btn-login,
  .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-section {
    padding-bottom: 0;
  }
  .intro-title {
    font-size: 40px;
  }
  .login-form {
    margin-bottom: 0;
  }
  .contact-section {
    padding-top: 130px;
  }
  .feed-edition.contact-title {
    font-size: 15px;
  }
  .contact-title {
    font-size: 20px;
  }
  .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.img-col.still-img-col {
    min-height: 200px;
  }
  .title {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .title.still-title {
    margin-top: 30px;
  }
  .title.what-title {
    margin-bottom: 30px;
    text-align: left;
  }
  .title.why-item-title {
    font-size: 20px;
  }
  .title.section-title {
    font-size: 28px;
  }
  .title.faq-title {
    text-align: center;
  }
  .title.center,
  .title.software-title {
    font-size: 28px;
  }
  .p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .p,
  .p.what-p {
    text-align: left;
  }
  .mob-links-modal {
    display: none;
    opacity: 0;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .modal-link-a {
    font-size: 16px;
  }
  .sticky-btn-wrap {
    display: block;
  }
  .steps {
    padding-left: 70px;
    padding-right: 70px;
  }
  .still-section {
    padding-top: 0;
  }
  .still-img {
    width: 70%;
  }
  .year {
    font-size: 12px;
  }
  .what-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .steps-section {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .profit,
  .profits {
    flex-direction: column;
  }
  .profit {
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
  }
  .profit-title {
    margin-top: 20px;
  }
  .steps-img-wrap {
    width: 60%;
  }
  .soft-img-wrap {
    width: 70%;
  }
  .time-section {
    padding-top: 80px;
  }
  .time-img-wrap {
    width: 60%;
  }
  .why-items {
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-content: flex-start;
  }
  .why-item {
    border: 1px #000;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    width: 100%;
  }
  .why-item-num {
    left: 20px;
  }
  .what-img-wrap {
    width: 60%;
  }
  .team-section {
    padding-bottom: 40px;
  }
  .team-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .team-img-wrap {
    width: 60%;
  }
  .steps-btn-wrap {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .feat-btn-wrap,
  .soft-btn-wrap {
    text-align: center;
  }
  .contact-btn-wra,
  .feat-btn-wrap,
  .soft-btn-wrap,
  .under-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .under-btn-wrap {
    text-align: center;
  }
  .why-icon-img {
    left: 20px;
  }
  .faq-item {
    width: 95%;
  }
  .item-title {
    justify-content: flex-start;
  }
  .profits-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
  }
  .form-row {
    flex-direction: column;
  }
  .main-image {
    background-image: url(../images/poster_index-p-500_1.jpg);
    width: 100%;
  }

}
@media screen and (max-width: 479px) {
  .content.contact-bg {
    background-position: -85% 89%, 0 0, 0 0;
  }
  .title-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .faq-section,
  .profits-section {
    padding-top: 40px;
  }
  .faq-section {
    padding-bottom: 20px;
  }
  .form-cell.form-cell-ln {
    min-width: 145px;
  }
  .main-section {
    background-image: url(../images/main-bg-mobile.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
  }
  .btn {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-container.w500 {
    margin-top: 20px;
    padding: 15px;
  }
  .login-form-title {
    margin-bottom: 20px;
  }
  .intro-section.abs {
    height: 140px;
    padding-top: 60px;
  }
  .intro-section.abs.w195 {
    height: 150px;
  }
  .form-section {
    padding-top: 140px;
  }
  .intro-title {
    font-size: 25px;
  }
  .form-pre-wrap {
    width: 100%;
  }
  .login-form {
    padding: 20px 15px;
  }
  .contact-section {
    padding-top: 130px;
  }
  .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;
  }
  .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.img-col {
    min-height: 0;
  }
  .title {
    font-size: 23px;
  }
  .title.still-title {
    border-left-width: 2px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
  }
  .title.what-title {
    border-left-width: 2px;
    text-align: left;
  }
  .p.still-p {
    margin-bottom: 30px;
  }
  .h-login {
    padding-left: 5px;
    padding-right: 5px;
  }
  .h-login-ico {
    margin-right: 5px;
  }
  .forms-wrap {
    width: auto;
  }
  .forms-wrap.contact {
    width: 100%;
  }
  .h-hamburger {
    height: 30px;
    min-width: 30px;
    width: 30px;
  }
  .ham-line {
    margin-bottom: 3px;
    width: 20px;
  }
  .steps {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step {
    padding-left: 35px;
  }
  .login-form-subtitle {
    margin-bottom: 20px;
  }
  .still-section {
    padding-top: 0;
  }
  .still-img {
    bottom: 0;
    width: 90%;
  }
  .h-login-text {
    font-size: 12px;
  }
  .steps-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .profit-title {
    margin-top: 0;
  }
  .steps-img-wrap {
    width: 90%;
  }
  .title-line {
    left: 5px;
    width: 20px;
  }
  .software-section {
    background-position: 50% 16%, 0 0, 0;
  }
  .soft-img-wrap {
    width: 100%;
  }
  .time-section {
    padding-top: 60px;
  }
  .time-img-wrap {
    width: 80%;
  }
  .why-section {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .why-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .why-item-num {
    height: 40px;
    left: 10px;
    min-width: 40px;
    padding: 5px;
    top: 25px;
    width: 40px;
  }
  .what-img-wrap {
    width: 90%;
  }
  .team-section {
    padding-top: 20px;
  }
  .team-img-wrap {
    width: 90%;
  }
  .primary-section {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .why-icon-img {
    height: 40px;
    left: 10px;
    min-width: 40px;
    padding: 5px;
    top: 25px;
    width: 40px;
  }
  .item-title {
    flex-direction: row;
    margin-bottom: 15px;
  }
  .h {
    font-size: 22px;
    line-height: 25px;
  }
}
.footer-disclaimer {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}
.contact-section-cont{
  padding-top: 0!important;
}