@import url(../vendor/swiper/css/swiper.min.css);
/**
 * start the form with order
 */
.form-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px; }

.main-form {
  margin: 30px 0;
  padding: 20px; }

.verify-email {
  display: none; }

.car-model-row {
  display: none; }

.chosen-single {
  height: 34px !important;
  line-height: 34px !important; }

.chosen-container-single .chosen-single div b {
  background-position: 0 8px !important; }

.section__header {
  text-align: center;
  padding-bottom: 20px; }

.message-window {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 320px;
  display: none;
  z-index: 9999; }

/* spinner start */
.spinner {
  width: 100px; }

.spinner input {
  text-align: right; }

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0; }

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px; }

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px; }

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px; }

/* spinner end */
.auto-button {
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.8s ease 0s;
  letter-spacing: 2px;
  line-height: 1; }

.auto-button-darkblue {
  background-color: #3f5ca9;
  border-bottom: 2px solid #3f5ca9; }

.auto-button-darkblue:hover {
  background-color: #4267ba;
  border-bottom: 2px solid #2f4a87; }

/**
 * end of the form
 */
.main-form,
.section__header {
  color: #ffffff; }

.main-form {
  position: relative;
  z-index: 100; }

.page-advantages {
  padding: 5em 0;
  background-color: #283c64; }
  .page-advantages__header {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 2em 0;
    color: #ffffff;
    text-align: center; }
  .page-advantages__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .page-advantages__single {
    width: 300px;
    margin: 0 2em 2em 0;
    display: flex;
    align-items: center; }
  .page-advantages__single-stage {
    font-size: 8em;
    font-weight: bold;
    color: #ffffff;
    opacity: 0.5;
    font-style: italic; }
  .page-advantages__single-title {
    padding: 0 0 0 1em;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.5em; }

.full-width__form {
  background-color: #283c64;
  padding: 30px 0; }
  .full-width__form .form-spinner {
    background-color: #283c64;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center; }
  .full-width__form .spinner-animate > div {
    background-color: #ffffff; }
.full-width__background {
  background: url("../img/peter-broomfield-m3m-lnR90uM-unsplash.jpg") center center no-repeat;
  background-size: cover; }
.full-width__splash-header {
  margin: 150px 0 250px; }
  .full-width__splash-header h1 {
    max-width: 450px;
    font-size: 42px;
    line-height: 1.5em; }
  .full-width__splash-header h1 a {
    color: #ffffff;
    outline: none;
    text-decoration: none; }
  .full-width__splash-header a:visited,
  .full-width__splash-header a:focus,
  .full-width__splash-header a:active {
    color: #ffffff;
    outline: none;
    text-decoration: none; }
.full-width__text {
  padding: 100px 0; }

.callback-wrapper {
  position: relative; }
  .callback-wrapper h3 {
    font-size: 18px;
    text-align: center; }

.callback-wrapper .main-form,
.main-content .main-form {
  position: relative; }
.callback-wrapper .form-spinner,
.main-content .form-spinner {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center; }
.callback-wrapper .spinner-animate > div,
.main-content .spinner-animate > div {
  background-color: #333333; }

.header-contacts {
  display: flex;
  padding: 10px 0 0;
  align-items: center;
  justify-content: flex-end; }

label {
  font-weight: 400; }

b, strong {
  font-weight: 500; }

.spinner-animate {
  width: 70px;
  text-align: center; }

.spinner-animate > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner-animate .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner-animate .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.page-testimonials {
  padding: 3em 0; }
  .page-testimonials__header {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0;
    text-align: center; }
  .page-testimonials__swiper {
    width: 100%;
    height: 100%; }
  .page-testimonials .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 0 3em 0; }
  .page-testimonials .swiper-wrapper {
    width: 100%;
    height: 100%; }
  .page-testimonials__slide-image {
    margin: 0 0 2em 0; }
  .page-testimonials__slide-title {
    font-size: 1.15em;
    font-weight: bold;
    margin: 1em 0; }
  .page-testimonials__slide-text {
    font-size: 1em;
    margin: 0.5em 0; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .full-width__splash-header {
    margin: 50px 0 50px; }
    .full-width__splash-header h1 {
      max-width: 100%;
      font-size: 36px;
      line-height: 1.5em; }

  .site-header .contact__info {
    text-align: left; }

  .contact__phones-wrapper {
    flex-direction: column; }
  .contact__phones {
    font-size: 20px; }
  .contact__info {
    margin: 10px 0; }

  .header-contacts {
    justify-content: flex-start; } }

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