@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
}
body {
  background: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
body.iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.landing {
  min-height: 100vh;
  padding-bottom: 80px;
  position: relative;
}
.landing a {
  color: #950015;
  outline: none;
}
.landing h1, .landing h2 {
  margin: 0;
  padding: 0 0 6px;
}
.landing .navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 23px 0 23px;
  height: 70px;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
}
.landing .navbar .navbar-inner {
  margin: 0 auto;
  max-width: 1316px;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.landing .navbar .navbar-inner .cl-text {
  color: rgba(51, 51, 51, 0.5);
}
.landing .navbar .logo__cont {
  padding: 0 13px;
}
.landing .navbar .logo__cont .logo {
  width: 122px;
}
.landing .navbar .cl-logo {
  width: 58px;
  height: 18px;
}
.landing .main-img {
  width: 100%;
  min-height: 524px;
  background: url(../images/main/main.png) center center no-repeat;
  background-size: cover;
}
.landing .main-img .content-block {
  padding-top: 75px;
}
.landing .main-img .content-block h2 {
  max-width: 1030px;
  margin: 0 auto;
}
.landing .content-block {
  padding: 43px 15px 50px;
  text-align: center;
}
.landing .content-block.white-block {
  background: #fff;
}
.landing .content-block .content-block__text {
  max-width: 680px;
  margin: 0 auto;
  white-space: pre-line;
  line-height: 1.47;
}
.landing .form-promo .btn-main-color {
  width: 200px;
  height: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.landing .form-promo .form-control {
  width: 330px;
}
.landing .footer {
  padding: 21px 15px;
  background-color: #313639;
  line-height: 1.36;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.landing .footer a {
  color: #fff;
}

.form-control {
  border-radius: 0;
  border: none;
  font-size: 15px;
  color: #333;
  padding: 12px 20px;
  height: 50px;
  outline: none !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.form-control:focus {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.has-error .form-control {
  box-shadow: inset 0 1px 6px rgba(255, 78, 78, 0.35);
}
.form-control .error {
  display: none !important;
}

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

.btn {
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 15px;
  padding: 13px;
  outline: none !important;
  margin: 0;
  position: relative;
}
.btn.btn-dark {
  background: #313639;
  color: #fff;
}
.btn.btn-main-color {
  background: #faa50a;
  color: #fff;
}

.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 20px;
  outline: none !important;
  background: #fff !important;
}
.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 #313639;
  border-width: 0 2.5px 2.5px 0;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
  right: 22px;
  -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);
}
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  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: #333;
  outline: none;
}
.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);
}

.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: #313639;
}
.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 rgba(0, 0, 0, 0.15);
  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 label {
  min-height: 20px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
  padding-left: 0;
  color: #333;
  width: 100%;
}
.checkbox label .label-text {
  display: inline-block;
  max-width: calc(100% - 40px);
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.35;
}

@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;
  }
}
.arrow-icon {
  position: absolute;
  left: 24px;
  top: 15px;
  width: 12px;
  height: 20px;
}

.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-20 {
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .landing .main-img {
    background-image: url(../images/main/main@2x.png);
  }
}
@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 .form-promo {
    padding-bottom: 21px;
  }
  .landing .content-block .content-block__text {
    max-width: 520px;
    white-space: normal;
  }
  .landing .form-promo .form-group {
    margin-bottom: 0;
    max-width: 52%;
  }
  .landing .form-promo .form-group .form-control {
    max-width: 100%;
    padding: 7px 15px;
  }
  .landing .form-promo .btn-main-color {
    max-width: 45%;
    padding: 8px 18px;
    font-weight: normal;
  }
  .landing h1, .landing h2 {
    padding-bottom: 5px;
  }
  .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-14 {
    font-size: 14px;
  }

  .landing .navbar {
    padding: 16px 15px 10px 15px;
    height: 60px;
  }
  .landing .navbar .navbar-inner {
    padding: 0;
  }
  .landing .navbar .navbar-inner .logo__cont {
    padding: 0;
  }
  .landing .navbar .navbar-inner .logo__cont .logo {
    width: 103px;
  }
  .landing .main-img {
    min-height: 494px;
  }
  .landing .main-img .content-block {
    padding-top: 36px;
  }
  .landing .cl-text {
    font-size: 12px;
    margin-right: 0;
  }
  .landing .content-block .content-block__text {
    padding-bottom: 0;
    max-width: 440px;
  }
  .landing .form-promo {
    width: 205px;
    margin: 0 auto;
  }
  .landing .form-promo .form-group {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .landing .form-promo .form-group .form-control {
    height: 40px;
    width: 205px;
    text-align: center;
  }
  .landing .form-promo .btn {
    width: 205px;
    height: 40px;
    font-size: 14px;
    max-width: 100%;
  }
  .landing .footer {
    padding: 13px 15px;
  }

  .arrow-icon {
    left: 20px;
    top: 12px;
    width: 8px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .landing .content-block .content-block__text {
    max-width: 100%;
    width: 320px;
    white-space: normal;
  }
  .landing .main-img .content-block h2 {
    white-space: pre-line;
  }
}
@media (max-width: 370px) {
  .xs-mr-0 {
    margin-right: 0;
  }

  .landing .content-block {
    padding: 35px 15px 30px;
  }
  .landing .content-block h2 {
    font-size: 22px;
  }
}
.resend-code {
  cursor: pointer;
}

.resend-code:hover {
  text-decoration: underline;
}

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

.form-control.password-hide-show ~ .icon-eye {
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  right: 22px;
  top: 12px;
}

.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 .btn-main-color {
  width: 200px;
  height: 50px;
}
.landing .main-img .form-promo .form-group {
  margin-bottom: 0;
}
.landing .main-img .form-promo .form-control {
  width: 320px;
}
.landing .main-img .promo-form--block {
  padding: 15px 20px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
.landing .main-img .promo-form--block p {
  font-size: 19px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  margin-bottom: 19px;
}
.landing .main-img .promo-form--block + .promo-form--block {
  border-top: 1px solid #00b89c;
}
.landing .main-img .promo-form--block .success-verify {
  color: rgba(255, 255, 255, 0.6);
}
.landing .main-img .promo-form--block .success-verify + .success-verify {
  color: rgba(255, 255, 255, 0.4);
}
.landing .main-img .promo-form--block.promo-form--contacts {
  width: 710px;
}
.landing .main-img .promo-form--block.promo-form--contacts form {
  background: #fff;
  padding: 20px;
}
.landing .main-img .promo-form--block.promo-form--contacts .form-control {
  box-shadow: none;
}
.landing .main-img .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);
}
.landing .main-img .promo-form--block.promo-form--contacts .btn-group.bootstrap-select .dropdown-toggle {
  padding: 8px 15px;
  height: 45px;
  text-transform: none;
  font-size: 15px;
}
.landing .main-img .promo-form--block.promo-form--contacts .form-group {
  text-align: left;
  margin-bottom: 20px;
}
.landing .main-img .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;
}
.landing .main-img .promo-form--block.promo-form--contacts .row {
  margin: 0 -10px;
}
.landing .main-img .promo-form--block.promo-form--contacts .row > div {
  padding: 0 10px;
}
.landing .main-img .promo-form--block.promo-form--contacts .submit-cont {
  padding-top: 35px;
}
.landing .main-img .promo-form--block.promo-form--contacts .submit-cont .btn-main-color {
  width: 240px;
  height: 50px;
  padding: 7px 18px;
}
.landing .main-img .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;
}
.landing .main-img .promo-form--block.promo-form--verify {
  width: 510px;
}
.landing .main-img .promo-form--block.thank-content {
  background: #fff;
  color: #333;
}

.timer {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) {
  .landing .main-img .promo-form--block.promo-form--contacts .row.row--email > div:first-child {
    padding-right: 0;
  }
  .landing .main-img .promo-form--block.promo-form--contacts .row.row--email > div:first-child .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .landing .main-img .promo-form--block.promo-form--contacts .row.row--email > div:last-child {
    padding-left: 0;
  }
  .landing .main-img .promo-form--block.promo-form--contacts .form-control:not(.bootstrap-select).email-input {
    border-right: none;
  }
}
