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

.intro-form-container {
  background: #fff;
  padding: 20px;
}

.header-small-menu li:nth-child(3) a {
  border-bottom: 2px solid #304345;
  padding-bottom: 5px;
}

.form-group input {
  width: 100%;
  border: none;
  background: #f4f7fa;
  height: 42px;
  color: #000;
}

.form-group label {
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
  font-weight: 100;
  transition: all 0.3s;
  color: #333;
}

.form-group.active label {
  font-size: 10px;
  background: #fff;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0px 5px;
  color: #333;
}

.form-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
}

body {
  filter: unset !important;
}

#form-block {
  position: relative;
  background-color: #f2f4f8;
  z-index: 1000;
}

#form-block input,
#popup-form input {
  border: 2px solid #1a1b20;
  box-sizing: border-box;
  border-radius: 35px;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  padding: 10px 25px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}

#form-block input.error,
#popup-form input.error {
  border-color: #ff6c40;
}

/* intro ================== */

.intro {
  display: flex;
  padding-top: 50px;
}

.intro__title {
  color: rgb(40, 59, 60);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 82px;
  background: rgb(246, 247, 248);
  width: 50%;
}

.intro__title-inner {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  color: rgb(40, 59, 60);
}

.intro-form-container {
  background: url("images/main-bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 110px 200px;
}

.intro-form-container form {
  max-width: 360px;
  background-color: #fff;
  padding: 40px 35px;
  width: 100%;
  max-width: 460px;
}

.form-title {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
}

.intro-form-container__subtitle {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: rgb(136, 136, 136);
}

.intro-form-container__subtitle a {
  color: rgb(40, 59, 60);
}

.intro__btn {
  background: rgb(40, 59, 60);
  color: #fff;
}

@media (max-width: 1600px) {
  .intro__title {
    font-size: 40px;
    padding-left: 42px;
    padding-right: 20px;
    max-width: 50%;
  }
  .intro-form-container {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .intro {
    flex-direction: column;
  }
  .intro__title {
    padding: 40px;
    font-size: 32px;
    line-height: 1;
    justify-content: center;
    max-width: inherit;
    width: 100%;
  }
  .intro__title-inner {
    font-size: 34px;
  }
  .intro-form-container form {
    max-width: inherit;
  }
}

@media (max-width: 768px) {
  .intro__title {
    padding: 20px 10px;
  }
  .intro-form-container {
    padding: 10px;
  }
  .intro-form-container form {
    padding: 20px 10px;
  }
}

/* intro ================== end*/

@font-face {
  font-family: "LCD Nova";
  src: url("/start/fonts/subset-a_LCDNova.eot");
  src: url("/start/fonts/subset-a_LCDNova.eot?#iefix") format("embedded-opentype"), url("/start/fonts/subset-a_LCDNova.woff2") format("woff2"), url("/start/fonts/subset-a_LCDNova.woff") format("woff"), url("/start/fonts/subset-a_LCDNova.ttf") format("truetype"), url("/start/fonts/subset-a_LCDNova.svg#a_LCDNova") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
}

button {
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  background: #6db3f2;
  background: -webkit-gradient(linear, left top, right top, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
  background: linear-gradient(to right, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
}

.btn.btn-default,
#form1 .btn.btn-default {
  background-color: #00c66b;
  transition: all 0.5s;
  color: #fff;
  border: none;
}
#six-days,
#our-uslugi,
#our-preimush {
  background: url("images/box.png") repeat;
  background-size: 30px;
}
.block-six {
  background: #fff;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
  padding: 30px 35px;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  min-height: 411px;
  height: 100%;
}
.block-six li {
  font-size: 16px;
  font-weight: lighter;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
}
.block-six li img {
  position: absolute;
  width: 26px;
  left: -40px;
}
.bonus {
  widows: 100%;
  max-width: 205px;
}
.first-reg ul li {
  list-style-type: none;
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #fff;
  font-weight: 300;
  vertical-align: text-top;
  position: relative;
  margin-bottom: 85px;
}
.first-reg ul li img {
  width: 42px;
  position: absolute;
  top: -55px;
  margin: auto;
  left: 0;
  right: 0;
}
#first-reg {
  background: url("/images/reg-fon.jpg") no-repeat;
  background-size: cover;
}
.cifr-img {
  margin-top: -130px;
}
#first-reg h3.first-h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "LCD Nova", monospace;
}
.fast-reg {
  text-align: center;
  margin: auto;
  width: 60%;
}
.fast-reg li {
  background: #fff;
  font-size: 16px;
  padding: 20px 70px;
  width: 45%;
  margin-right: 2%;
  list-style-type: none;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  min-height: 110px;
}
.fast-reg li img {
  width: 34px;
  left: 19px;
  position: absolute;
  top: 18px;
}
.block-usl {
  background: url("/images/pak-bag.jpg");
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
  padding: 30px 100px 135px 35px;
  min-height: 600px;
  position: relative;
  border-radius: 10px;
  background-size: cover;
}
.block-usl-r {
  background: url("/images/pak-reg-bag.jpg");
  background-size: cover;
}
.block-usl li {
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
}
.block-usl li img {
  position: absolute;
  width: 16px;
  left: -25px;
  top: 2px;
}
.block-usl h3 {
  color: #fff;
  font-weight: normal;
}
.block-usl ul {
  padding-left: 27px;
  margin-top: 30px;
}
.block-usl ul.hide-ul {
  margin-bottom: 60px;
  display: none;
  z-index: 2;
  position: relative;
}
.block-usl-r ul.hide-ul {
  margin-bottom: 10px;
  padding-left: 15px;
}
.block-usl li > ul li {
  list-style-type: disc;
}
.block-usl li > ul {
  margin-top: 8px;
}
.swipe-down {
  font-size: 20px;
  color: #fff;
  margin-top: 22px;
}
.block-usl .btn-primary {
  color: #fff !important;
  background: rgba(0, 198, 107, 1) !important;
  display: inline-block !important;
  width: 200px !important;
  text-align: center !important;
  line-height: 42px !important;
  height: 42px !important;
  border-radius: 4px !important;
  position: absolute !important;
  /* margin: auto; */
  /* margin-left: 35px; */
  /* left: 0; */
  /* right: 0; */
  bottom: 30px;
  z-index: 2;
  padding: 0px 0px;
  border: none;
  outline: none;
}
.block-usl-r .btn-primary {
  background: rgba(73, 80, 168, 1) !important;
}
.block-usl .absolut-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  max-width: 35%;
}
.elem-preim {
  padding: 15px;
  outline: none;
}
.elem-preim h5 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.elem-preim ul {
  font-size: 14px;
  list-style-type: none;
  padding-left: 25px;
}
.elem-preim ul li {
  margin-bottom: 15px;
  position: relative;
}
.elem-preim ul li:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #434a50;
}
#our-preimush .slick-arrow {
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: -60px;
  padding: 10px;
  cursor: pointer;
}
#our-preimush .slick-arrow.fa-arrow-left {
  background: #e0e0e0;
  color: #aeaeae;
  right: 61px;
}
#our-preimush .slick-arrow.fa-arrow-right {
  background: #00c66b;
  color: #fff;
}
#reg-bizness {
  background: url(/images/le-gr.jpg) no-repeat center;
  background-size: cover;
}
#callbackform {
  color: #fff;
}
#callbackform h3 {
  font-size: 28px;
}
.is-col.one-third {
  font-size: 18px;
  font-weight: lighter;
}
input[name="sendPhone"] {
  color: #333;
  outline: none;
  background: #fff;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: lighter;
  width: 200px;
  max-width: 400px;
  border-radius: 5px;
  padding: 6px 12px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#callbackform .btn--full-width {
  background: rgba(73, 80, 168, 1);
  font-size: 16px;
  padding: 13px 65px;
}
.info-form-zapr {
  max-width: 400px;
  font-size: 10px;
  margin-bottom: 25px;
}
.abs-reg {
  position: absolute;
  left: 0px;
  top: 100px;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
}
.modal-wrapper .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  will-change: opacity;
  cursor: pointer;
}
.modal__body {
  width: 640px;
  z-index: 4;
  left: 0;
  right: 0;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  background-color: #413c4d;
  background-image: url(images/modal-bg.jpg);
  min-height: 742px;
  background-size: cover;
  border-radius: 5px;
  display: none;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.2);
}
.modal__title {
  font-size: 32px;
  margin-bottom: 50px;
}
.modal-wrapper .is-row {
  margin-left: -25px;
  margin-right: -25px;
}
.modal-wrapper .is-col {
  float: left;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.modal-wrapper .form-field__input {
  position: relative;
  margin-bottom: 15px;
}
.modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: #1f1a29;
  opacity: 0.9;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.modal-wrapper .form-field__input input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #54505f;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  font-size: 17px;
  outline: none;
  color: white;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.modal-wrapper .form-field__input input.error {
  border: 1px solid #e72323;
}
/*END Модальная форма*/
.block-usl input[name="sendPhone"]::-webkit-input-placeholder {
  color: #777;
}
.block-usl input[name="sendPhone"]:-ms-input-placeholder {
  color: #777;
}
.block-usl input[name="sendPhone"]::-ms-input-placeholder {
  color: #777;
}
.block-usl input[name="sendPhone"]::placeholder {
  color: #777;
}

.block-usl input[name="sendPhone"] {
  position: absolute;
  bottom: 63px;
}

.client-name-container {
  display: inline-block;
  background: #01c66c;
  max-width: 204px;
  text-align: center;
  padding: 10px 25px;
  min-width: 204px;
  min-height: 78px;
  display: table-row;
}
.client-name {
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  display: table-cell;
  min-height: 78px;
  height: 78px;
  vertical-align: middle;
  max-width: 190px;
  min-width: 190px;
  padding: 10px 20px;
}
.client-header {
  margin-bottom: 25px;
}
.client-header img {
  max-height: 78px;
}
.clients-item {
  padding-left: 65px;
}
.client-big-text {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
}
.client-big-text .quotes {
  position: absolute;
  z-index: -1;
  margin-left: -65px;
}
.client-small-text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.client-link-text {
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  .clients-item {
    padding-left: 0px;
  }
  .client-big-text .quotes {
    margin-left: 0px;
  }
  .clients-slider .slick-prev {
    display: block !important;
    left: -20px !important;
    opacity: 0.5;
  }
  .clients-slider .slick-next {
    display: block !important;
    right: -20px !important;
    opacity: 0.5;
  }
}
.lh-image {
  display: block;
  width: 100%;
  text-align: center;
}
.lh-title {
  margin-top: 58px;
  display: block;
  margin-bottom: 9px;
  background: #4950a8;
  border-radius: 5px;
  width: 100%;
  padding: 16px 11px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.lh-btn-color {
  background: #3a408a !important;
  text-align: center;
  margin-left: 10px;
}
.lh-title-arrow {
  background-image: url("images/lh-arrow.svg");
  height: 8px;
  width: 13px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position-y: 100%;
  display: inline-block;
  float: right;
  transform: rotate(-180deg);
}
.lh-title-text {
  display: inline-block;
}
.lh-text {
  padding: 23px 16px;
  color: #353535;
  font-size: 16px;
  background: #f6f6f6;
  border-radius: 5px;
  display: none;
}
.lh-btn {
  margin: 0 auto;
  color: #fff;
  background: rgba(73, 80, 168, 1);
  display: block;
  width: 200px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  border-radius: 4px;
  bottom: 30px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 425px) {
  .lh-title-text {
    font-size: 14px;
  }
  .lh-title-arrow {
    margin-top: 10px;
  }
}

.s-text {
}
.s-text .container {
  max-width: 900px;
}
.s-text .line-sub-menu {
  padding-bottom: 15px;
  position: relative;
}
.s-text .line-sub-menu .inline {
  padding: 15px 60px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.s-text .line-sub-menu .inline.selected {
  font-weight: 700;
}
.s-text .line-sub-menu .inline.selected:after {
  content: "\f0dd";
  font-family: FontAwesome;
  position: absolute;
  bottom: -12px;
  margin-left: -34px;
  color: #4d4eac;
}

.animation-block {
  min-height: 100vh;
  background: url(/images/reg-fon.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  z-index: 2;
}
.animation-block .before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsl(300deg 77% 46% / 34%);
  z-index: 0;
  left: 0;
}
.animation-block-1,
.animation-block-2,
.animation-block-3,
.animation-block-4 {
  color: #fff;
  box-sizing: border-box;
  padding: 7vh 10vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.animation-block .title {
  font-size: 5rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #ffffff, #88be22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 1vw;
}
.animation-block .text-block {
  font-size: 4rem;
  line-height: 8rem;
  margin-top: 5rem;
}
.animation-block-3 .tile,
.animation-block-4 .tile {
  background: #ffffff21;
  border-radius: 2rem;
  padding: 4rem;
  height: 94%;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.animation-block-3 .tile img,
.animation-block-4 .tile img {
  display: block;
  margin: 2rem auto;
  max-width: 60%;
}
.white-text {
  color: #fff;
}
.animation-block-4 .main-txt {
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 5rem;
  padding: 5rem;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 800px) {
  .animation-block-4 .main-txt {
    font-size: 3rem;
    padding: 2rem 0rem;
  }
  .animation-block .title {
    font-size: 4rem;
  }
  .animation-block .text-block {
    font-size: 3rem;
    line-height: 6rem;
  }
  .wico-block {
    padding-left: 0 !important;
  }
  .wico-block {
    display: flex;
    line-height: 1.2;
    font-size: 2.7rem;
    margin-bottom: 4rem;
    align-items: center;
  }
  .wico-block img {
    margin-right: 1rem;
  }
  .fast-reg {
    width: auto;
    padding: 15px;
  }
  .fast-reg li {
    width: 100%;
  }

  input[type="text"] {
    width: 100%;
  }
  .block-six {
    background: white !important;
    min-height: unset;
  }
  .first-reg ul {
    padding-left: 0;
  }
  .cifr-img {
    display: none;
  }
  li.hz {
    margin-bottom: 0 !important;
  }
  .block-usl {
    padding: 25px;
  }
.absolut-img-m-dis {
    display: none;
  }
  .block-usl {
    min-height: 660px;
  }

  .block-usl input[type="text"] {
    outline: none;
    border: none;
  }
  .text-center.hz-title {
    text-align: left !important;
  }
  #our-preimush .slick-arrow {
    top: -74px;
  }
  #reg-bizness {
    background: #4ed15d;
  }
  #reg-bizness input[type="text"] {
    border: none;
  }
  .info-form-zapr {
    text-shadow: 0 0 0px black;
}
}
