.body {
  display: block;
  height: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.3;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 0 6px #000;
}

.container {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.content {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.map-bg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/map-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.why-title {
  position: relative;
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #080808;
  color: #080808;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.what-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: transparent;
  color: #fff;
  line-height: 1.4;
  text-align: justify;
}

.machine-section {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #525252;
  line-height: 1.5;
  text-align: justify;
}

.form-control {
  width: 100%;
  height: 36px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #ddd;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}

.form-control.form-control-bg.email-control {
  height: 50px;
  padding-left: 40px;
  border-color: #000;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
}

.form-control.form-control-bg.pass-control {
  height: 50px;
  padding-left: 35px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px 22px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
}

.form-control.name-control {
  height: 50px;
  padding-left: 12px;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
}

.form-control.email-control {
  height: 50px;
  padding-left: 12px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}

.form-control.textarea {
  height: 200px;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
}

.why-item {
  width: 50%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #384047;
  line-height: 1.4;
  text-align: justify;
}

.algo-video-play-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url('../images/play-button_1play-button_1play-button_1play-button.png');
  background-position: 50% 50%;
  background-size: contain;
}

.algo-video-container {
  position: relative;
  width: auto;
  height: auto;
  max-height: none;
}

.step-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features-item {
  position: relative;
  width: auto;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  text-align: justify;
}

.bottom-head {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: left;
}

.members-form {
  position: relative;
  padding: 10px 0px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.75);
}

.footer-logo {
  width: auto;
  max-width: 410px;
  text-align: center;
}

.footer-logo.w--current {
  max-width: 250px;
}

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

.form-cell {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-cell.form-cell-2 {
  min-width: 145px;
}

.warning-icon {
  display: none;
}

.footer-nav-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
}

.main-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  border: 1px solid #000;
  color: #fff;
}

.why-section {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #525252;
}

.phone-cell {
  width: 65%;
  padding-right: 5px;
  padding-left: 5px;
}

.logo-img {
  display: inline-block;
  max-height: 80px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.text-center.soft-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-center.mb-5 {
  margin-top: 40px;
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav-link {
  display: inline;
  color: #20282f;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.btn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 25px 23px;
  border: 1px none #df7a00;
  border-radius: 5px;
  background-color: #27a9df;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #2092c2;
}

.btn.btn-sm {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  text-transform: none;
}

.btn.btn-sm.btn-100 {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 14px;
  padding-left: 0px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
}

.btn.generate-pass {
  display: block;
  width: 100%;
  height: 36px;
  padding: 2px 10px 3px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  white-space: normal;
  cursor: pointer;
}

.btn.btn-login {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 4px;
  background-color: #27aae0;
  box-shadow: none;
  font-size: 22px;
  white-space: normal;
}

.btn.btn-login:hover {
  background-color: #2093c2;
}

.btn.anchor-js {
  background-image: none;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.btn.anchor-js.btn-down {
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.soft-icon {
  position: relative;
  left: 0%;
  top: -1px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 124px;
  margin: 0px auto 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #27aae0;
  text-align: center;
}

.logo {
  position: static;
  display: block;
  width: auto;
  max-width: 410px;
}

.logo.w--current {
  width: auto;
}

.form-row-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.form-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 11px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #221f1f;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.75);
}

.prefix-cell {
  width: 35%;
  padding-right: 5px;
  padding-left: 5px;
}

.why-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 8px;
  background-color: #221f1f;
  color: #000;
}

.form-container.w380 {
  width: 380px;
}

.footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border-style: solid none none;
  border-width: 1px;
  border-color: #001832;
  background-color: transparent;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}

.features-icon {
  position: static;
  left: 10px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 118px;
  height: 118px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #27aae0;
}

.top-warning {
  padding: 7px 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-12 {
  margin-bottom: 0px;
  line-height: 1;
}

.soft-title {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.footer-img {
  max-width: 100%;
}

.video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-title {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0px;
  background-color: transparent;
  color: #27aae0;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.soft-item {
  position: static;
  height: 100%;
  padding: 0px 10px 10px;
  border-radius: 4px;
  background-color: #221f1f;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.header {
  position: relative;
  z-index: 5;
}

.form-group {
  position: relative;
  margin-bottom: 8px;
}

.phone-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h2-title-inner {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.h2-machine {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h2-what {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}

.paragraph-13 {
  margin-bottom: 20px;
  text-align: center;
}

.why-title-num {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0%;
  background-color: #27aae0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.h2-features {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.paragraph-15 {
  margin-bottom: 20px;
}

.faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.features-cell {
  width: 50%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.faq-cell {
  display: block;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.faq-cell.d-none {
  display: none;
}

.faq-item {
  height: 100%;
  padding: 12px 10px 5px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #454545;
  font-size: 19px;
  line-height: 1.4;
  text-align: justify;
}

.faq-list-title {
  position: relative;
  display: block;
  min-height: auto;
  margin-top: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #171f25;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

.faq-list-num {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #27aae0;
  color: #fff;
  font-size: 47px;
  font-weight: 500;
}

.still-section {
  position: relative;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #392b6e;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.h2-login {
  margin-top: 0px;
  color: #373737;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.intro-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.h2-still {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}

.form-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #e9e9e9;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.form-block {
  margin-bottom: 0px;
}

.intro-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.form-pre-wrap {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px;
  border: 2px none #000;
}

.login-form.w380 {
  width: 380px;
}

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

.h2-contact {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #27aae0;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
}

.form-label {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.contact-cell {
  margin-bottom: 10px;
}

.legal-section {
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.3em;
}

.lang-box {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0px;
  bottom: auto;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.lang {
  margin-right: 5px;
  font-size: 14px;
}

.country-flag {
  width: 20px;
  margin-right: 10px;
}

.select-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #392f86;
  color: #fff;
}

.select-list {
  right: 0px;
  display: none;
  width: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.icon {
  right: 8px;
  margin-right: 0px;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.lang-item {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #242424;
}

.team-section {
  position: relative;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.h2-team {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
}

.lang-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.lang-link-flag {
  width: 22px;
  height: 18px;
  margin-right: 4px;
}

.paragraph-39 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #df7a00;
  text-align: center;
}

.whylist-paragraph {
  font-size: 16px;
}

.steps-item {
  position: relative;
  height: 100%;
  padding: 80px 15px 20px;
  border-top: 20px solid #27aae0;
  border-bottom: 22px none #3253a6;
  border-radius: 10px;
  background-color: #fff;
  color: #171f25;
  font-size: 17px;
  text-align: center;
}

.soft-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-icon {
  position: absolute;
  left: 50%;
  top: -85px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 150px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0%;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.steps-img {
  max-height: 100%;
  margin-bottom: 0px;
}

.steps-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #27aae0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.why-h2-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-warning-p {
  margin-bottom: 0px;
}

.container-4 {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-3 {
  display: block;
}

.div-block-5 {
  position: static;
}

.video-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-column {
  width: 66.66%;
  padding-right: 10px;
  padding-left: 10px;
}

.form-column {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
}

.trade-section {
  padding-top: 140px;
  padding-bottom: 20px;
  text-align: center;
}

.trade-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trade-item {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
  padding: 120px 15px 10px;
  border-radius: 0px;
  background-color: #f2f2f2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  color: #616161;
  font-size: 16px;
}

.trade-icon {
  position: absolute;
  left: 50%;
  top: -93px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 186px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #27a9df;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.trade-img {
  max-height: 100%;
}

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

.soft-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.steps-txt {
  margin-bottom: 0px;
}

.steps-num {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.h2-steps {
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.app-section {
  padding-top: 80px;
  padding-bottom: 30px;
  color: #525252;
  text-align: center;
}

.h2-app {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  text-transform: none;
}

.feature-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.features-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 5px solid #27aae0;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
}

.features-head {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-img {
  max-height: 100%;
}

.trade-title {
  margin-top: 0px;
  color: #160c3c;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.login-subtitle {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.title-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
}

.b-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
}

.h-wap-404 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.flag-icon.country-flag {
  display: block;
}

.bg-img-2 {
  position: absolute;
  width: 35%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img-2.bg-img-right {
  top: 0px;
  right: 0px;
}

.bg-img-2.bg-img-right {
  top: 0px;
  right: 0px;
  width: 45%;
}

.mark {
  color: #f7931a;
}

.p-bg {
  margin-bottom: 20px;
}

.legal-p {
  text-align: left;
}

.bg-main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trade-cell {
  width: 33.33%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.users-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.why-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-title-box {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-error-2 {
  background-color: transparent;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.bg-txt-3 {
  position: relative;
  margin-bottom: 20px;
  border: 1px none #000;
  text-align: left;
}

.bg-text-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-wrap-2 {
  display: block;
  width: 53%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  text-align: justify;
}

.pop-h {
  margin-top: 0px;
  line-height: 1.3;
  text-align: center;
}

.pop-p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.breadcrumbs {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.h3-app {
  margin-top: 0px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
}

.features-title-box {
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-50 {
  text-align: justify;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-menu-link {
  margin-right: 5px;
  padding: 5px 10px;
  color: #32346b;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.forms-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-col {
  padding-right: 20px;
  padding-left: 20px;
}

.form-footer {
  position: relative;
  padding-top: 15px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 22px;
  }

  .why-title {
    font-size: 20px;
  }

  .algo-video-container {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .form-box {
    width: 100%;
  }

  .features-item {
    padding-top: 0px;
  }

  .h1 {
    font-size: 40px;
  }

  .footer-logo {
    max-width: 250px;
  }

  .logo {
    max-width: 300px;
  }

  .logo.w--current {
    width: auto;
    max-width: 350px;
  }

  .form-container {
    width: 357px;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-container.w380 {
    margin-top: 40px;
  }

  .footer {
    text-align: center;
  }

  .features-icon {
    width: 80px;
    height: 80px;
  }

  .soft-title {
    font-size: 22px;
  }

  .soft-item {
    height: 100%;
  }

  .h2-title-inner {
    text-align: center;
  }

  .why-title-num {
    width: 70px;
    height: 70px;
  }

  .faq-list-title {
    font-size: 20px;
  }

  .still-section {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .h2-login {
    font-size: 24px;
  }

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

  .h2-still {
    font-size: 30px;
  }

  .form-section {
    font-size: 18px;
  }

  .intro-title {
    font-size: 30px;
  }

  .h2-contact {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .lang-box {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-wrap {
    height: auto;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .team-section {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .h2-team {
    font-size: 24px;
  }

  .steps-item {
    height: 100%;
    padding-top: 70px;
  }

  .steps-icon {
    top: -75px;
    width: 100px;
    height: 130px;
  }

  .steps-title {
    font-size: 20px;
  }

  .video-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-column {
    width: 100%;
  }

  .form-column {
    width: 100%;
  }

  .trade-section {
    padding-top: 100px;
  }

  .trade-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trade-item {
    padding-top: 80px;
  }

  .trade-icon {
    top: -60px;
    width: 120px;
    height: 120px;
  }

  .soft-cell {
    width: 50%;
  }

  .steps-num {
    font-size: 20px;
  }

  .h2-steps {
    margin-bottom: 70px;
  }

  .features-title {
    font-size: 20px;
  }

  .login-subtitle {
    font-size: 22px;
  }

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

  .h1-title {
    font-size: 30px;
  }

  .bg-img-2.bg-img-right {
    display: none;
  }

  .bg-img-2.bg-img-right {
    position: static;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .p-bg {
    margin-bottom: 20px;
  }

  .trade-cell {
    width: 50%;
    margin-bottom: 60px;
  }

  .trade-cell.trade-last {
    margin-bottom: 0px;
  }

  .users-cell {
    width: 50%;
    margin-bottom: 70px;
  }

  .users-cell.users-last {
    margin-bottom: 0px;
  }

  .bg-text-left-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-wrap-2 {
    width: 100%;
    text-align: center;
  }

  .paragraph-50 {
    text-align: center;
  }

  .top-menu {
    width: 100%;
    margin-right: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .top-menu-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .forms-wrap {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-col {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    position: relative;
  }

  .machine-section {
    text-align: center;
  }

  .why-item {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .algo-video-container {
    max-width: none;
  }

  .step-section {
    padding-bottom: 10px;
  }

  .bottom-head {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-nav-list {
    padding-top: 19px;
  }

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

  .form-cell {
    width: 100%;
  }

  .why-section {
    padding-bottom: 4px;
  }

  .logo-img {
    width: 90%;
    height: auto;
    max-width: none;
  }

  .text-center {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .btn {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .btn.generate-pass {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .logo.w--current {
    width: auto;
    max-width: 250px;
  }

  .footer {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .top-warning {
    display: none;
  }

  .steps-list {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .soft-title {
    font-size: 20px;
  }

  .footer-img {
    height: auto;
  }

  .faq-title {
    font-size: 24px;
  }

  .soft-item {
    margin-bottom: 0px;
  }

  .h2-title-inner {
    font-size: 22px;
    text-align: center;
  }

  .h2-machine {
    font-size: 25px;
  }

  .h2-what {
    font-size: 28px;
    text-align: center;
  }

  .faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-cell {
    width: 100%;
  }

  .faq-cell {
    width: 100%;
  }

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

  .intro-title {
    font-size: 30px;
  }

  .form-pre-wrap {
    padding: 0px;
  }

  .contact-cell {
    margin-bottom: 0px;
  }

  .icon {
    display: block;
  }

  .about-section {
    padding-bottom: 0px;
    text-align: center;
  }

  .team-section {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .paragraph-39 {
    font-size: 18px;
  }

  .steps-item {
    margin-bottom: 0px;
  }

  .soft-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-h2-title {
    font-size: 24px;
  }

  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .trade-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trade-item {
    margin-bottom: 0px;
  }

  .soft-section {
    padding-bottom: 10px;
  }

  .soft-cell {
    width: 100%;
  }

  .features-title {
    font-size: 20px;
  }

  .trade-cell {
    width: 100%;
  }

  .users-cell {
    width: 100%;
  }

  .pop-h {
    font-size: 30px;
    line-height: 35px;
  }

  .pop-p {
    font-size: 16px;
    line-height: 20px;
  }

  .top-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-menu-link {
    margin-right: 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .why-title {
    min-height: 45px;
    padding-left: 0px;
    font-size: 20px;
  }

  .form-box {
    padding-right: 5px;
    padding-left: 5px;
  }

  .btn {
    padding-right: 15px;
  }

  .btn.btn-sm.btn-100 {
    margin-bottom: 5px;
  }

  .btn.generate-pass {
    font-size: 14px;
  }

  .btn.anchor-js {
    max-width: 90%;
    padding-right: 15px;
  }

  .soft-icon {
    width: 100px;
    height: 90px;
  }

  .form-container {
    width: auto;
  }

  .form-container.w380 {
    width: auto;
    margin-top: 20px;
  }

  .features-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .soft-title {
    font-size: 20px;
  }

  .h2-machine {
    font-size: 25px;
  }

  .why-title-num {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .faq-list {
    margin-bottom: 0px;
  }

  .faq-list-title {
    min-height: 50px;
    padding-left: 10px;
    text-align: justify;
  }

  .faq-list-num {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .login-form.w380 {
    width: auto;
  }

  .steps-item {
    padding-top: 60px;
  }

  .steps-icon {
    top: -50px;
    width: 80px;
    height: 100px;
  }

  .form-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .trade-section {
    padding-bottom: 5px;
  }

  .users-cell {
    margin-bottom: 60px;
  }

  .why-title-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pop-h {
    font-size: 28px;
  }

  .forms-wrap {
    width: auto;
  }
}

