@font-face {
  font-family: "PlutoSansDPD";
  src: url("../fonts/PlutoSansDPDRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PlutoSansDPD";
  src: url("../fonts/PlutoSansDPDLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PlutoSansDPD";
  src: url("../fonts/PlutoSansDPDExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "PlutoSansDPD";
  src: url("../fonts/PlutoSansDPDThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: "PlutoSansDPD", sans-serif;
  color: #1b2024;
}

.landing {
  min-height: 100vh;
  padding-bottom: 63px;
  position: relative;
}
.landing a {
  color: #dc0232;
  outline: none;
}
.landing h2 {
  margin: 0 0 21px;
  line-height: normal;
  padding: 0;
  font-weight: 400;
  font-size: 28px;
  color: #1b2024;
}
@media (max-width: 575px) {
  .landing h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #222222;
    margin-bottom: 13px;
  }
}
.landing .navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 80px;
  margin: 0;
  border-radius: 0;
  border: 0;
  overflow: hidden;
}
.landing .navbar .navbar-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 100%;
  min-height: 80px;
}
@media (max-width: 1280px) {
  .landing .navbar .navbar-inner {
    padding: 0 20px;
  }
}
.landing .navbar .navbar-inner .cl-text {
  color: #2b2d33;
  line-height: 12px;
  font-size: 11px;
  position: relative;
}
.landing .navbar .navbar-inner .text-right {
  position: relative;
}
.landing .navbar .logo {
  padding: 0;
}
@media (max-width: 328px) {
  .landing .navbar .logo img {
    width: 140px;
    height: 20px;
  }
}
.landing .navbar .cl-logo {
  width: 69px;
  height: 20px;
  margin-top: -2px;
}
.landing .main-img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  background-color: #6f6f81;
}
.landing .main-img .mob-logo {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .landing .main-img .mob-logo {
    display: block;
  }
}
@media (min-width: 576px) {
  .landing .main-img {
    background: url(../images/main/main.jpg) top left no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 576px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 576px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 576px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 576px) and (min-device-pixel-ratio: 1.5) {
  .landing .main-img {
    background-image: url(../images/main/main@2x.jpg);
    background-position: top left;
  }
}
@media (min-width: 576px) {
  .landing .main-img__container {
    background: linear-gradient(90deg, #ffffff, #ececec);
  }
}
@media (min-width: 576px) {
  .landing .main-img {
    min-height: 520px;
  }
}
@media (max-width: 991px) {
  .landing .main-img {
    min-height: 465px;
  }
}
@media (max-width: 767px) {
  .landing .main-img {
    min-height: 399px;
  }
}
.landing .main-img .content-block {
  margin-top: 64px;
  margin-left: 120px;
  padding: 0;
  background: none;
  color: #fff;
  text-align: left;
  max-width: 593px;
}
@media (max-width: 991px) {
  .landing .main-img .content-block {
    margin-top: 64px;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .landing .main-img .content-block {
    max-width: calc(100% - 90px);
    margin-top: 44px;
    margin-left: 40px;
  }
}
@media (max-width: 601px) {
  .landing .main-img .content-block {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .landing .main-img .content-block {
    max-width: 100%;
    margin: 0;
    padding: 26px 20px 0 20px;
  }
}
.landing .main-img .content-block h1 {
  font-weight: 400;
  text-align: left;
  line-height: 1.1;
  font-size: 38px;
  margin: 0 0 16px;
  text-transform: none;
}
@media (max-width: 991px) {
  .landing .main-img .content-block h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .landing .main-img .content-block h1 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .landing .main-img .content-block h1 {
    font-size: 21px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .landing .main-img .content-block h1 .text-nowrap {
    white-space: normal;
  }
}
@media (max-width: 350px) {
  .landing .main-img .content-block h1 {
    font-size: 20px;
  }
}
.landing .main-img .promo-form--block {
  margin: 0;
}
@media (max-width: 575px) {
  .landing .main-img .promo-form--block {
    padding-bottom: 14px;
    font-size: 14px;
  }
}
.landing .content-block {
  padding: 49px 20px 46px;
  text-align: center;
}
@media (max-width: 575px) {
  .landing .content-block {
    padding-top: 37px;
    padding-bottom: 37px;
    text-align: left;
  }
}
.landing .content-block.white-block {
  background: #fff;
}
.landing .content-block .content-block__text {
  max-width: 586px;
  margin: 0 auto 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
  color: #1b2024;
}
@media (max-width: 575px) {
  .landing .content-block .content-block__text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #222222;
    max-width: 332px;
  }
}
@media (max-width: 767px) {
  .landing .form-promo .btn-secondary-color {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .landing .form-promo .btn-secondary-color {
    height: 40px;
    font-size: 14px;
    line-height: 14px;
  }
}
.landing .form-promo .form-control {
  width: 100%;
  font-size: 17px;
  height: 40px;
  border-color: #dc0232;
}
@media (min-width: 576px) {
  .landing .form-promo .form-control {
    font-size: 21px;
    height: 60px;
    width: 234px;
  }
}
.landing .form-promo .form-control:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .landing .form-promo .form-group {
    width: 195px;
  }
}
.landing .footer {
  font-weight: 400;
  padding: 16px 15px;
  line-height: 1.36;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(21, 21, 21, 0.6);
  background-color: #f8f8f8;
}
.landing .footer a {
  color: rgba(21, 21, 21, 0.6);
}
.landing .footer .footer-inner {
  font-size: 10px;
}
@media (min-width: 575px) {
  .landing .footer .footer-inner {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .landing .footer .footer-inner {
    font-size: 14px;
  }
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(21, 21, 21, 0.6);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(21, 21, 21, 0.6);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(21, 21, 21, 0.6);
}

.form-control {
  font-size: 17px;
  padding: 5px 15px;
  height: 50px;
  outline: none !important;
  box-shadow: none;
  background-color: #ffffff;
  color: #1b2024;
  border-radius: 0;
  border: solid 1px #dcdcdc;
}
@media (min-width: 768px) {
  .form-control {
    padding: 5px 20px;
  }
}
.form-control:focus {
  border-color: #fff;
  box-shadow: none;
}
.has-error .form-control {
  box-shadow: inset 0 1px 6px rgba(255, 78, 78, 0.35);
}
.form-control .error {
  display: none !important;
}
.form-control.password-hide-show ~ .icon-eye {
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  right: 25px;
  top: 41px;
}

.error-control {
  font-size: 12px;
  color: #ff4e4e;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
}

.btn {
  border-radius: 0;
  border: none;
  font-weight: 400;
  font-size: 16px;
  padding: 9px 15px;
  outline: none !important;
  margin: 0;
  position: relative;
  text-align: center;
  width: 190px;
  height: 60px;
}
.btn.btn-main-color {
  background: #dc0232;
  padding: 18px 0 19px 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
@media (max-width: 575px) {
  .btn.btn-main-color {
    width: 130px;
    height: 40px;
    padding: 12px 23px 13px 24px;
    font-size: 14px !important;
  }
}
.btn.btn-secondary-color {
  background: #fff;
  border: solid 2px rgba(255, 255, 255, 0.25);
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-secondary-color.btn-secondary-color-transparent {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.btn.disabled {
  background: #a7bbd7;
}

.bootstrap-select.btn-group {
  height: auto;
}
.bootstrap-select.btn-group .dropdown-toggle {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: normal;
  padding: 12px 10px 13px 15px;
  outline: none !important;
  background: #fff !important;
  text-transform: none;
  line-height: 20px;
  color: #1b2024;
}
.bootstrap-select.btn-group .dropdown-toggle:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-select.btn-group .dropdown-toggle.bs-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:active, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:focus, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:hover {
  color: rgba(51, 51, 51, 0.5);
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border: solid #222222;
  border-width: 0 2.5px 2.5px 0;
  padding: 2.5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -3px;
  right: 16px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.bootstrap-select.btn-group.has-error .dropdown-toggle {
  border-color: #ff4e4e;
}
.bootstrap-select.btn-group.open .dropdown-toggle .caret {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -1px;
}
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: -1px 0 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 8px 20px;
  color: #222222;
  border-radius: 8px;
  outline: none;
  background: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled > a, .bootstrap-select.btn-group .dropdown-menu li.disabled > a:focus, .bootstrap-select.btn-group .dropdown-menu li.disabled > a:hover {
  color: rgba(51, 51, 51, 0.5);
}

.btn-group--type {
  width: 100%;
  margin-bottom: 15px;
}
.btn-group--type .btn {
  width: 50%;
  background: none;
  border: 1px solid #ff2a45;
  box-shadow: none;
  color: #dc0232;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 10px;
}
.btn-group--type .btn:hover:not(.active) {
  background: rgba(255, 42, 69, 0.05);
}
.btn-group--type .btn.active {
  background: #ff2a45;
  color: #ffffff;
}

.checkbox .error {
  display: none !important;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #dc0232;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
  animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox .checkbox-material {
  vertical-align: top;
  position: relative;
  top: -2px;
  padding-right: 12px;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  height: 22px;
  width: 22px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -2px;
  margin-left: 8px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  animation: checkbox-off 0.3s forwards;
}
.checkbox.has-error input[type=checkbox] :not(:checked) + .checkbox-material .check {
  border-color: #ff4e4e;
}
.checkbox.has-error label {
  color: #ff4e4e;
}
.checkbox.has-error label .label-text {
  color: #ff4e4e;
}
.checkbox label {
  min-height: 20px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
  padding-left: 0;
  color: #1b2024;
  width: 100%;
}
.checkbox label .label-text {
  display: inline-block;
  max-width: calc(100% - 40px);
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.21;
  color: #222222;
}
@media (min-width: 576px) {
  .checkbox label .label-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .checkbox label .label-text {
    margin-top: -2px;
    font-size: 14px;
  }
}
.checkbox label .label-text a {
  color: #222222;
  text-decoration: underline;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.white-color {
  color: #fff;
}

.light-grey-color {
  color: rgba(51, 51, 51, 0.6);
}

.grey-color {
  color: #333333;
}

.black-color {
  color: #000;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

.fs-19 {
  font-size: 19px;
}

.fs-21 {
  font-size: 21px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}

.normal {
  font-weight: normal;
}

.fw-500 {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.valign-btm {
  vertical-align: bottom;
}

.valign-tbtm {
  vertical-align: text-bottom;
}

.valign-middle {
  vertical-align: middle;
}

.valign-top {
  vertical-align: top;
}

.lh-1 {
  line-height: 1;
}

.lh-normal {
  line-height: normal;
}

@media (max-width: 991px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .sm-fs-25 {
    font-size: 25px;
  }

  .sm-fs-23 {
    font-size: 23px;
  }

  .sm-fs-21 {
    font-size: 21px;
  }

  .sm-fs-17 {
    font-size: 17px;
  }

  .sm-fs-14 {
    font-size: 14px;
  }

  .sm-fs-12 {
    font-size: 12px;
  }

  .sm-mr-10 {
    margin-right: 10px;
  }

  .sm-mt-15 {
    margin-top: 15px;
  }

  .sm-normal {
    font-weight: normal;
  }

  .landing .content-block .content-block__text {
    white-space: normal;
  }
  .landing .footer {
    line-height: 1.5;
  }

  .checkbox label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .xs-fs-16 {
    font-size: 16px;
  }

  .xs-fs-25 {
    font-size: 25px;
  }

  .xs-fs-21 {
    font-size: 21px;
  }

  .xs-fs-14 {
    font-size: 14px;
  }

  .landing {
    padding-bottom: 57px;
  }
  .landing .navbar .navbar-inner .text-right {
    padding-right: 0;
    margin-right: 0;
  }
  .landing .navbar .navbar-inner .text-right .cl-text {
    font-family: "PlutoSansDPD", sans-serif;
    font-size: 12px;
  }
  .landing .main-img--cars {
    width: 100%;
  }
  .landing .main-img .content-block .content-block__text {
    padding-bottom: 0;
    max-width: 440px;
  }
  .landing .cl-text {
    font-size: 12px;
    margin-right: 0;
  }
  .landing .footer {
    padding: 13px 15px;
  }

  .arrow-icon {
    left: 20px;
    top: 12px;
    width: 8px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  .landing .main-img--cars {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 320px) {
  .landing .form-promo {
    display: block;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .landing .form-promo .form-group {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .landing .form-promo .form-group .form-control {
    width: 100%;
    text-align: left;
  }
  .landing .form-promo .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    max-width: 100%;
    text-align: center;
  }
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.form-group .bootstrap-select {
  width: 100% !important;
}

.fs-15 {
  font-size: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.landing .login-btn-container {
  margin-left: 120px;
  margin-top: 0;
  margin-bottom: 65px;
  padding: 0;
  max-width: 860px;
  background: none;
  color: #fff;
}
.landing .login-btn-container .login-btn {
  margin-right: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .landing .login-btn-container .login-btn {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .landing .login-btn-container .login-btn {
    width: 130px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 463px) {
  .landing .login-btn-container .login-btn {
    margin-right: 15px;
    padding: 11px;
    height: 40px;
    font-size: 14px;
  }
}
.landing .login-btn-container span {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .landing .login-btn-container span {
    line-height: 19px;
    font-size: 15px;
  }
}
@media (max-width: 622px) {
  .landing .login-btn-container span {
    font-size: 14px;
    display: inline-block;
  }
}
@media (max-width: 406px) {
  .landing .login-btn-container span {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .landing .login-btn-container span {
    font-size: 14px;
  }
}
@media (max-width: 357px) {
  .landing .login-btn-container span {
    font-size: 12px;
  }
}
@media (max-width: 328px) {
  .landing .login-btn-container span {
    font-size: 10px;
  }
}
.landing .logo {
  max-width: 104px;
}
.landing .main-img__container {
  background: none;
}
@media (max-width: 575px) {
  .landing .main-img__container {
    background: linear-gradient(122deg, #48d6a7 19%, #5bdd91 52%, #86e88b 93%);
  }
}
.landing .form-promo.form-promo--verify {
  flex-direction: column;
  align-items: flex-end;
}
.landing .form-promo.form-promo--verify .error-control {
  align-self: flex-start;
}
.landing .main-img .form-promo {
  display: flex;
}
.landing .main-img .form-promo .form-group {
  margin-bottom: 0;
}
.landing .main-img .form-promo .form-control {
  font-size: 18px;
  width: 260px;
  border: solid 1px #fff;
  background-color: transparent;
  padding: 13px 20px 14px 20px;
  color: #fff;
}
.landing .main-img .form-promo .form-control::placeholder {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .landing .main-img .form-promo .form-control {
    width: 100%;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing .main-img .promo-form--block {
  padding: 0 0 40px 0;
  background: none;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 575px) {
  .landing .main-img .promo-form--block {
    padding-bottom: 25px;
  }
}
.landing .main-img .promo-form--block p {
  margin: 22px auto 35px 0;
  font-size: 21px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .landing .main-img .promo-form--block p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .landing .main-img .promo-form--block p {
    font-size: 17px;
    font-weight: 400;
  }
}

.promo-form--block .success-verify {
  color: rgba(255, 255, 255, 0.6);
}
.promo-form--block .success-verify + .success-verify {
  color: rgba(255, 255, 255, 0.4);
}
.promo-form--block.promo-form--contacts form {
  background: #fff;
  padding: 20px 0 0 0;
}
.promo-form--block.promo-form--contacts form .submit-cont .btn {
  margin-top: 10px;
}
.promo-form--block.promo-form--contacts .form-control {
  box-shadow: none;
}
.promo-form--block.promo-form--contacts .form-control:not(.bootstrap-select) {
  padding: 8px 15px;
  height: 45px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  font-size: 15px;
}
.promo-form--block.promo-form--contacts .btn-group.bootstrap-select .dropdown-toggle {
  height: 45px;
  text-transform: none;
  color: #222222;
  border: solid 1px #8e8e93;
}
.promo-form--block.promo-form--contacts .form-group {
  text-align: left;
  margin-bottom: 20px;
}
.promo-form--block.promo-form--contacts .form-group label {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 9px;
  text-transform: uppercase;
}
.promo-form--block.promo-form--contacts .submit-cont .btn-main-color {
  padding: 7px 18px;
}
.promo-form--block.promo-form--contacts .modal-text {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 10px;
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.27;
  text-align: center;
}
.promo-form--block.promo-form--verify p {
  color: #8e99a5;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}
.promo-form--block.promo-form--verify .form-control[disabled] {
  background: #f2f2f2 !important;
}
.promo-form--block.promo-form--verify .form-group {
  width: calc(100% - 170px);
}
@media (max-width: 575px) {
  .promo-form--block.promo-form--verify .form-group {
    width: calc(100% - 130px);
  }
}
.promo-form--block.promo-form--verify .btn {
  width: 160px;
  height: 45px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 20px 13px 20px;
  line-height: 1;
  border: solid 2px transparent;
}
.promo-form--block.promo-form--verify .btn.disabled {
  background: transparent;
  border-color: #8e8e9333;
  color: #222222;
}
@media (max-width: 575px) {
  .promo-form--block.promo-form--verify .btn {
    width: 120px;
    padding: 13px 12px 15px 11px;
  }
}
.promo-form--block.promo-form--verify .error-control {
  position: absolute;
}
.promo-form--block.thank-content {
  background: #fff;
  color: #333;
}

.form-promo--verify .btn {
  width: 280px;
  font-size: 17px;
  text-transform: none;
  margin-top: 20px;
  font-weight: 400;
  padding: 14px 91px 16px 90px;
}
.form-promo--verify .btn.disabled {
  color: #fff;
  background-color: #dc023240;
}

.modal .steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .steps-container .step {
  width: 30px;
  height: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-right: 2px;
}
.modal .steps-container .step.active {
  border-color: #222222;
  color: #222222;
}
.modal .steps-container .line {
  width: 35px;
  height: 2px;
  background-color: #d4d4d4;
  margin-right: 2px;
}
.modal .modal-title {
  width: calc(100% - 20px);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 24px;
  color: #2b2d33;
}
.modal-open .modal.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.modal-comp-data .modal-dialog {
  width: 674px;
}
.modal.modal-comp-data .modal-dialog .modal-content {
  padding-left: 57px;
  padding-right: 57px;
}
@media (max-width: 575px) {
  .modal.modal-comp-data .modal-dialog .modal-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 692px) {
  .modal.modal-comp-data .modal-dialog .modal-content .row:first-child > div {
    width: 200px;
  }
  .modal.modal-comp-data .modal-dialog .modal-content .row:first-child > div:first-child {
    padding-right: 5px;
  }
  .modal.modal-comp-data .modal-dialog .modal-content .row:first-child > div:not(:first-child):not(:last-child) {
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .modal.modal-comp-data .modal-dialog .modal-content .row:first-child > div:last-child {
    padding-left: 5px;
  }
  .modal.modal-comp-data .modal-dialog .modal-content .row + .row > div {
    width: 294px;
  }
  .modal.modal-comp-data .modal-dialog .modal-content .row + .row > div:first-child {
    padding-right: 5px;
  }
  .modal.modal-comp-data .modal-dialog .modal-content .row + .row > div:last-child {
    padding-left: 5px;
  }
}
.modal.modal-comp-data .modal-dialog .modal-content .submit-cont {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .modal.modal-comp-data .modal-dialog .modal-content .submit-cont .btn {
    width: 240px;
  }
}
.modal.modal-exists .submit-cont {
  margin-top: 44px;
}
@media (max-width: 575px) {
  .modal.modal-exists .submit-cont {
    margin-top: 15px;
  }
}
.modal.modal-thank .modal-dialog .modal-title {
  margin-bottom: 18px;
}
.modal.modal-thank .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
@media (max-width: 575px) {
  .modal.modal-thank .modal-dialog .submit-cont .btn {
    margin-top: 15px;
    width: 240px;
  }
}
.modal .modal-dialog {
  width: 514px;
  max-width: calc(100% - 20px);
  margin: auto;
  padding: 15px 0;
}
.modal .modal-dialog .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 12px;
  background: #fff;
  padding: 20px 60px 30px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    padding: 20px 15px 30px 15px;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
}
.modal .modal-dialog .modal-content.thank-content .modal-header {
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 18px;
  right: 18px;
  opacity: 0.3;
  outline: none;
}
.modal .modal-dialog .modal-content .close .close-ic {
  width: 24px;
  height: 24px;
}
.modal .modal-dialog .modal-content .close:hover {
  opacity: 0.5;
}
.modal .modal-dialog .modal-content .modal-body {
  border: none;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body.no-padding {
  padding-top: 0;
}
.modal .modal-dialog .modal-content .modal-body .form-control {
  border: solid 1px #8e8e93;
  background-color: #fff;
  box-shadow: none;
  height: 45px;
  font-size: 16px;
  color: #222222;
}
.modal .modal-dialog .modal-content .modal-body .form-control:not(.bootstrap-select) {
  padding: 12px 14px 13px 14px;
}
.modal .modal-dialog .modal-content .modal-body .form-control.bootstrap-select {
  left: 0;
}
.modal .modal-dialog .modal-content .modal-body .form-control.bootstrap-select .dropdown-toggle {
  height: 45px;
  text-transform: none;
  font-size: 15px;
}
.modal .modal-dialog .modal-content .modal-body .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1b2024;
  opacity: 0.7;
}
.modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #8e99a5;
  margin-bottom: 12px;
}
.modal .modal-dialog .modal-content .modal-body .form-group .btn-outline {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .form-group .btn-outline {
    margin-top: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .btn.btn-outline {
  font-weight: 400;
  color: #fff;
  padding: 12px 20px;
  border: solid 1px #fff;
  background: #fff;
  text-transform: none;
}
.modal .modal-dialog .modal-content .submit-cont .btn-secondary-color, .modal .modal-dialog .modal-content .submit-cont .btn-main-color {
  width: 240px;
  height: 50px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  line-height: 20px;
}
.modal .modal-dialog .modal-content .submit-cont.row {
  padding-top: 0;
}
.modal .modal-dialog .modal-content .submit-cont.row .btn {
  width: 220px;
  height: 50px;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .submit-cont.row .btn {
    width: 240px;
    height: 50px;
    font-size: 14px;
    line-height: 14px;
  }
}
.modal .modal-dialog .modal-content .modal-text {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 10px;
  color: #222222;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.36;
  text-align: center;
  white-space: pre-line;
}

@media (min-width: 100px) {
  .promo-form--block.promo-form--contacts .row.row--email > div:first-child {
    padding-right: 0;
    max-width: 229px;
    width: 100%;
  }
}
@media (min-width: 100px) and (max-width: 575px) {
  .promo-form--block.promo-form--contacts .row.row--email > div:first-child {
    width: 52.1%;
    max-width: 100%;
  }
}
@media (min-width: 100px) {
  .promo-form--block.promo-form--contacts .row.row--email > div:first-child .form-control {
    border-width: 1px 0 1px 1px;
  }
}
@media (min-width: 100px) {
  .promo-form--block.promo-form--contacts .row.row--email > div:last-child {
    max-width: 195px;
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 100px) and (max-width: 575px) {
  .promo-form--block.promo-form--contacts .row.row--email > div:last-child {
    width: 47.9%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 20px;
  }
  .modal .modal-dialog .modal-content .modal-body .form-control {
    font-size: 14px;
  }
  .modal .modal-dialog .modal-content .modal-body .form-control:not(.bootstrap-select) {
    padding: 15px 35px 14px 14px;
    height: 45px;
  }
  .modal .modal-dialog .modal-content .modal-body .form-control.bootstrap-select .dropdown-toggle {
    height: 45px;
  }
  .modal .modal-dialog .modal-content .modal-body .bootstrap-select.btn-group .dropdown-toggle {
    font-size: 14px;
    padding: 12px 14px 11px;
  }
  .modal .modal-dialog .modal-content .modal-body .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-width: 0 2px 2px 0;
  }
  .modal .modal-dialog .modal-content .close {
    top: 13px;
    right: 13px;
  }
  .modal .modal-dialog .modal-content .submit-cont {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .modal .modal-title {
    font-size: 21px;
  }
  .modal .modal-dialog .modal-content.thank-content {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .modal .modal-dialog .modal-content .modal-text {
    font-size: 14px;
    width: 298px;
    margin: 0 auto 5px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 0;
  }
  .modal .modal-dialog .modal-content .submit-cont .btn-main-color {
    width: 205px;
  }
  .modal .modal-dialog .modal-content .submit-cont .btn-secondary-color, .modal .modal-dialog .modal-content .submit-cont .btn-main-color {
    max-width: 100%;
    font-size: 14px;
  }
}
.landing .main-img__container .main-img .main-logo {
  width: 50%;
  float: left;
}
.landing .main-img__container .content-block {
  max-width: 100% !important;
  width: 50%;
  float: left;
  margin: 0 !important;
  padding: 80px 49px 0 51px !important;
  background: linear-gradient(to right, #fa063d, #a80a3d);
  height: 520px;
}
.landing .main-img__container .content-block .form-promo .error-control {
  color: #fff;
}
.landing .main-img__container .login-btn-container {
  margin: 0;
}

@media (max-width: 1120px) {
  .landing .main-img__container .main-img .content-block h1 {
    font-size: 34px;
  }
  .landing .main-img__container .main-img .content-block .form-promo .btn {
    width: 160px;
  }
  .landing .main-img__container .main-img .content-block .form-promo .form-control {
    width: 195px;
  }
  .landing .main-img__container .main-img .content-block .login-btn-container .btn {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .landing .main-img__container .main-img .main-logo {
    display: none;
  }
  .landing .main-img__container .main-img .mob-logo {
    display: block;
  }
  .landing .main-img__container .main-img .content-block {
    width: 100%;
    float: none;
    max-height: 275px;
    padding: 20px 16px 0 25px !important;
  }
  .landing .main-img__container .main-img .content-block .promo-form--block {
    padding-bottom: 25px;
    width: 50%;
    float: left;
  }
  .landing .main-img__container .main-img .content-block .login-btn-container {
    float: left;
    width: 50%;
    margin-top: 83px;
  }
}
@media (max-width: 831px) {
  .landing .main-img__container .main-img .content-block {
    max-height: 300px;
  }
  .landing .main-img__container .main-img .content-block h1 {
    font-size: 24px;
  }
  .landing .main-img__container .main-img .content-block .promo-form--block {
    width: 100%;
    float: none;
  }
  .landing .main-img__container .main-img .content-block .promo-form--block p {
    font-size: 17px;
    margin-top: 9px;
    margin-bottom: 19px;
  }
  .landing .main-img__container .main-img .content-block .login-btn-container {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .landing .main-container .content-block {
    padding-top: 37px;
  }
  .landing .main-container .content-block h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .landing .main-container .content-block .content-block__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .landing .main-img__container .main-img .content-block .form-promo .form-control {
    height: 45px;
  }
  .landing .main-img__container .main-img .content-block .form-promo .btn {
    width: 130px;
  }
  .landing .main-img__container .main-img .content-block .form-promo .btn.btn-secondary-color {
    height: 45px;
    font-size: 14px;
    line-height: 14px;
  }
  .landing .main-img__container .main-img .content-block .login-btn-container .btn {
    width: 130px;
  }
}

/*# sourceMappingURL=style.css.map */
