.sticky-nav {
  position: relative;
  top: 0px;
  z-index: 1;
  display: inline-block;
  width: 1110px;
  padding: 0px 0px 0px 35px;
  background-color: #252f5a;
  color: #a1aed4;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.nav-logo-link {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px 0px 0px;
  float: left;
  clear: left;
  -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-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo {
  width: 118px;
  height: 25%;
  -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;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.button {
  padding: 14px 35px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
  background-image: linear-gradient(90deg, #ff344d, #d2273c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.button:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
  background-image: linear-gradient(90deg, #ff344d, #d2273c);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button.join-us-now {
  max-height: 54px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
}

.button.width-100-percent {
  width: 100%;
}

.body {
  background-color: #070a26;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.menu-hover {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 50%;
  border-top: 2px solid #f9314b;
  border-bottom: 2px solid #f9314b;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.sticky-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  width: auto;
  text-align: center;
}

.nav-link-block {
  position: relative;
  padding: 28px 20px;
  background-color: transparent;
  direction: ltr;
  color: #a1aed4;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/anon-hero-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-video-mask {
  width: 100%;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
}

.h5 {
  margin-top: 0px;
  color: #525252;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.h5.color-red {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ff344d;
  line-height: 1.2em;
  font-weight: 500;
}

.h5.color-red.text-center {
  text-align: center;
}

.h5.color-white {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.div-block-3 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6667%;
  -ms-flex: 0 0 41.6667%;
  flex: 0 0 41.6667%;
}

.hero-text {
  margin-bottom: 40px;
  color: #a1aed4;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}

.video {
  border: 10px solid #1e2543;
  border-radius: 10px;
}

.container-3 {
  position: relative;
  padding-top: 110px;
  padding-bottom: 113px;
}

.bg {
  position: absolute;
  left: auto;
}

.bg.bg1 {
  top: 320px;
  z-index: -5;
  width: 100%;
}

.bg.bg2 {
  top: 260px;
  z-index: -6;
  width: 100%;
}

.bg.bg3 {
  top: 220px;
  z-index: -7;
  width: 100%;
}

.how-to-start {
  padding-top: 97px;
  padding-bottom: 496px;
  background-image: url('../images/bg-shape.png');
  background-position: 50% 35%;
  background-size: contain;
  background-repeat: no-repeat;
}

.h2 {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}

.h2.color-white {
  color: #fff;
  text-align: center;
}

.h2.color-white.text-center {
  text-align: center;
}

.h2.no-upper {
  text-transform: none;
}

.text {
  margin-bottom: 1em;
  color: #a1aed4;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.text.text-center {
  margin-bottom: 16px;
  padding: 47px 30px 10px;
  text-align: center;
}

.div-block-4 {
  width: 66.666667%;
  margin-right: auto;
  margin-bottom: 59px;
  margin-left: auto;
}

.columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

.h4.color-white {
  color: #fff;
}

.h4.color-white.text-center {
  margin-bottom: 2px;
  text-align: center;
}

.image {
  margin-bottom: 20px;
}

.how-it-works {
  position: relative;
}

.container-4 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-2 {
  display: inline-block;
  width: 41.666667%;
}

.div-block-5 {
  display: inline-block;
  width: 58.333333%;
}

.letter-from {
  background-color: #0b122e;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.latest-daily-earnings {
  padding-top: 112px;
  padding-bottom: 112px;
}

.div-block-7 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.floated-card {
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px 15px;
  border: 1px solid #273b71;
  border-radius: 10px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.floated-card:hover {
  border-color: #681f40;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-name {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 3px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.user-id {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 15px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #1a1e39;
  border-radius: 50px;
  background-color: #0d1535;
  color: #a1aed4;
  line-height: 24px;
}

.date {
  color: #a1aed4;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.earning-and-country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.earning {
  display: block;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f0ad4e;
  font-size: 28px;
}

.div-block-8 {
  margin-top: 60px;
  text-align: center;
}

.footer {
  overflow: visible;
  padding-top: 50px;
  background-image: url('../images/footerbg.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.info {
  padding: 10px 15px;
  border: 0px none transparent;
  background-color: transparent;
}

.copyright {
  padding-bottom: 60px;
  text-align: center;
}

.links {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.link {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 0px none #a1aed4;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.link.last-of-type {
  border-right-style: none;
  border-right-width: 0px;
}

.scroll-up {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f9314b;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.fa.fa-chevron-right {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}

.modal-register-window-backgound {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-register-window-backgound.modal-reg {
  z-index: 21;
  display: none;
}

.modal-register-window-wrapper {
  position: relative;
  z-index: 3;
  display: block;
  margin: 10vh auto;
}

.ellipse {
  width: 135px;
  height: 135px;
  margin-right: auto;
  margin-bottom: -67.5px;
  margin-left: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #252f5a;
}

.window {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #252f5a;
}

.logo-and-close-button {
  position: relative;
  z-index: 4;
  text-align: center;
}

.header--old {
  padding: 47px 30px 10px;
}

.logo {
  margin-top: 9px;
  margin-bottom: 9px;
}

.close-button {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 5;
  float: right;
  clear: both;
  opacity: 0.5;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.warning-icon {
  display: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  display: block;
  height: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border: 2px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}

.form-control:hover {
  border-color: rgba(48, 63, 159, 0.6);
}

.form-control:focus {
  border-color: rgba(48, 63, 159, 0.9);
}

.form-control.name-control {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 5px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.form-control.email-control {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  background-image: url('../images/mail_1mail.png');
  background-position: 5px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.form-control.textarea {
  min-height: 30vh;
}

.form-control.form-control-bg.email-control {
  min-height: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  border-color: #eee;
  background-color: #eee;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 5px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.form-control.form-control-bg.pass-control {
  min-height: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  border-color: #eee;
  background-color: #eee;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 5px 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.form-control.login-form-field {
  background-color: #eee;
}

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

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

.form-box {
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.btn {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 13px 40px;
  border-radius: 2px;
  background-color: #ff344d;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #ff344d;
}

.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: 0px;
  background-color: #ff344d;
  background-image: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
}

.btn.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  padding: 4px 10px;
  -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: 0px;
  background-color: #ff344d;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
}

.form-container {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px 30px;
  background-color: transparent;
}

.form-container.login-reg-container {
  width: 380px;
  max-width: 100%;
}

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

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

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

.modal-about-us-window-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-about-us-window-wrapper {
  position: relative;
  margin: 10vh auto;
}

.algo-video-container {
  position: relative;
}

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

.text-center.h2.no-upper {
  text-transform: none;
}

.text-center.h2.no-upper.font-size-30 {
  font-size: 30px;
  line-height: 30px;
}

.text-center.h2.no-upper.font-size-30.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-center.font-24px {
  font-size: 24px;
  line-height: 33px;
}

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

.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
  background-image: url('../images/world.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

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

.login-subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
}

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

.login-form {
  width: 380px;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

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

.still-section {
  padding-top: 40px;
  padding-bottom: 35px;
  background-image: url('../images/still-havent-join-background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

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

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

.still-subtitile {
  margin-bottom: 20px;
  line-height: 33px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #252f5a;
}

.scroll-up-anchor {
  display: block;
  width: 1px;
}

.what-is-anonsystem {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #252f5a;
}

.container-6 {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
}

.button-wrapper {
  margin-top: 50px;
  text-align: center;
}

.who-we-are {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #252f5a;
  background-image: url('../images/who-we-are-background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.what-does-anonsys-offer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #252f5a;
}

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

.what-does-offer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.img-column {
  text-align: center;
}

.container-7 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-8 {
  padding-right: 30px;
  padding-left: 30px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #444;
  font-size: 18px;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #444;
  font-size: 18px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.blog-row {
  margin-bottom: 30px;
}

.image-4 {
  margin-left: 10px;
  float: right;
}

.image-5 {
  margin-right: 10px;
  float: left;
}

.image-6 {
  margin-left: 10px;
  float: right;
}

.container-9 {
  padding-right: 30px;
  padding-left: 30px;
}

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

.container-12 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-13 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-14 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-15 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-16 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-17 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-18 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-19 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-21 {
  padding-right: 30px;
  padding-left: 30px;
}

.legal-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  font-size: 18px;
}

.container-23 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-24 {
  padding-right: 30px;
  padding-left: 30px;
}

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

.columns-80 {
  display: inline-block;
  width: 80%;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.img-55x55 {
  max-height: 55px;
  max-width: 55px;
}

.margin-top-0 {
  margin-top: 0px;
}

.min-width-170 {
  min-width: 170px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 14px;
}

.bottom-head {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0e0912;
  background-image: url('../images/footerbg.jpg');
  background-position: 50% 0%;
  background-size: contain;
  text-align: left;
}

.h-links-wrap-mobile {
  display: none;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: transparent;
}

.h-links-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 14px;
}

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: inline-block;
  opacity: 0.7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.close-modal-btn:hover {
  opacity: 1;
}

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

.mob-links-modal {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #1e1c27;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-align: center;
}

.warning {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1;
}

.header {
  position: relative;
  width: 100%;
}

.logo-2 {
  max-width: 230px;
}

.h-login-img {
  width: 11px;
  height: 11px;
}

.btn-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px;
  border-radius: 35px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ae61c2, #58afdc);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: transparent;
  -webkit-filter: hue-rotate(50deg);
  filter: hue-rotate(50deg);
}

.btn-2.h-started-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  padding: 9px 10px 8px;
  -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: 16px;
  line-height: 1em;
  font-weight: 400;
}

.btn-2.h-started-btn.w--current {
  padding-bottom: 7px;
}

.btn-2.h-started-btn.anchor-js {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
  background-image: linear-gradient(90deg, #ff344d, #d2273c);
}

.btn-2.modal-started-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  padding: 9px 10px 8px;
  -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: 16px;
  line-height: 1em;
  font-weight: 400;
}

.btn-2.modal-started-btn.w--current {
  padding-bottom: 7px;
}

.h-login-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 10px;
  -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: transparent;
  background-image: linear-gradient(135deg, #ae61c2, #65a1d7);
}

.logo-img {
  display: inline-block;
  width: 140px;
  height: 25px;
  max-height: 90px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: hue-rotate(180deg) brightness(125%);
  filter: hue-rotate(180deg) brightness(125%);
}

.h-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0%;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: transparent;
}

.h-link {
  padding: 0px 25px;
  border-right: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.h-link:hover {
  text-decoration: underline;
}

.h-link.w--current {
  padding-right: 25px;
  padding-left: 25px;
  color: #285c96;
}

.h-link.h-login-link {
  padding-right: 0px;
  padding-left: 0px;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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;
  text-align: left;
}

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

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

.section-4-copy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #444;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    display: block;
    width: 100%;
    padding-left: 0%;
    text-align: center;
  }

  .nav-logo-link {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.join-us-now {
    margin-top: 8px;
  }

  .nav-link-block {
    display: block;
    padding: 8px 10px;
    text-align: left;
  }

  .nav-menu {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #252f5a;
    text-align: left;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .flex-container {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-video-mask {
    margin-left: 0px;
  }

  .div-block-3 {
    margin-bottom: 2em;
  }

  .how-to-start {
    padding-bottom: 200px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    margin-bottom: 1em;
  }

  .floated-card {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .form-box {
    width: auto;
  }

  .form-container {
    max-width: 400px;
    margin-top: 33px;
  }

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

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

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

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

  .h-login {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h-links-wrap-mobile {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: transparent;
  }

  .h-links-mobile {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ham-line {
    width: 30px;
    height: 1px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .ham-line.mb0 {
    margin-bottom: 0px;
  }

  .close-modal-btn {
    top: 0px;
    cursor: pointer;
  }

  .modal-link-a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }

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

  .logo-2 {
    max-width: 230px;
  }

  .modal-links {
    margin-top: 0px;
  }

  .lang-ham-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .btn-2.modal-started-btn {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    color: #4774e5;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }

  .btn-2.modal-started-btn:hover {
    color: #578cf3;
  }

  .h-links-wrap {
    display: none;
  }

  .modal-link {
    margin-bottom: 0px;
  }

  .modal-link.started {
    margin-top: 10px;
  }

  .h-link {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    float: none;
    line-height: 16px;
  }

  .h-link.h-login-link {
    margin-bottom: 0px;
  }

  .header-wrap {
    padding-right: 0px;
    padding-left: 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;
  }

  .h-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    min-width: 45px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #4975e4;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
  }

  .h-hamburger:hover {
    background-color: #578cf3;
  }

  .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) {
  .sticky-nav {
    position: relative;
  }

  .nav-logo {
    margin-left: 18px;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .h1.text-center {
    font-size: 50px;
  }

  .div-block-3 {
    text-align: center;
  }

  .container-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bg.bg1 {
    display: none;
  }

  .bg.bg2 {
    display: none;
  }

  .bg.bg3 {
    display: none;
  }

  .how-to-start {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .text {
    padding-right: 1em;
    padding-left: 1em;
  }

  .container-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-2 {
    margin-top: 60px;
  }

  .div-block-5 {
    width: auto;
    text-align: center;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .floated-card {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-8 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-register-window-backgound.modal-reg {
    display: none;
  }

  .ellipse {
    display: none;
  }

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

  .form-control {
    margin-bottom: 10px;
  }

  .form-cell {
    width: 100%;
  }

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

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

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

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

  .form-pre-wrap {
    padding: 20px 10px 10px;
  }

  .container {
    position: relative;
  }

  .container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-8 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .h-links-wrap-mobile {
    display: block;
  }

  .top-warning {
    display: none;
  }

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

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

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

  .logo-img {
    width: 100%;
    max-width: none;
  }

  .h-links-wrap {
    display: none;
  }

  .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-logo-link {
    margin-top: 0px;
    border: 1px solid transparent;
  }

  .h5.color-red {
    font-size: 18px;
    line-height: 28px;
  }

  .h5.color-red.text-center {
    font-size: 18px;
    line-height: 28px;
  }

  .h5.color-white {
    font-size: 1.25em;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h1.text-center {
    font-size: 30px;
  }

  .h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .h2.color-white {
    font-size: 26px;
    line-height: 36px;
  }

  .h2.color-white.text-center {
    font-size: 26px;
    line-height: 36px;
  }

  .text {
    font-size: 20px;
    line-height: 30px;
  }

  .text.text-center {
    padding-top: 10px;
  }

  .h4.color-white {
    font-size: 20px;
    line-height: 30px;
  }

  .latest-daily-earnings {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .user-info {
    -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;
  }

  .user-id {
    margin-left: 0px;
  }

  .date {
    text-align: center;
  }

  .earning-and-country {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .country {
    padding: 5px;
  }

  .footer {
    padding-top: 0px;
    background-size: cover;
  }

  .link {
    padding-right: 5px;
    padding-left: 5px;
    border-right-style: none;
    border-right-width: 0px;
    font-weight: 700;
  }

  .header--old {
    padding-top: 0px;
  }

  .btn {
    padding-right: 48px;
  }

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

  .form-container.login-reg-container {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .what-does-offer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-column {
    text-align: center;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h-login {
    padding-right: 5px;
    padding-left: 5px;
  }

  .ham-line {
    width: 20px;
    margin-bottom: 3px;
  }

  .logo-2 {
    min-width: 110px;
  }

  .btn-2 {
    padding-right: 20px;
  }

  .h-login-ico {
    margin-right: 5px;
  }

  .h-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .h-link.h-login-link {
    font-size: 12px;
  }

  .h-hamburger {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .forms-wrap {
    width: auto;
  }
}

