.error-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url("../images/error.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 51px; }
  .error-wrapper .wrapper-brand {
    position: absolute;
    left: 15px;
    top: 8px;
    width: 10%; }
    .error-wrapper .wrapper-brand img {
      width: 100%; }
  .error-wrapper .wrapper-text {
    text-align: center;
    background: #fff;
    padding: 30px 150px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
    .error-wrapper .wrapper-text h1 {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #292929;
      font-size: 60px; }
    .error-wrapper .wrapper-text h3 {
      text-align: center;
      color: red;
      margin-bottom: 20px;
      font-weight: normal; }
    .error-wrapper .wrapper-text .button {
      width: max-content;
      display: block;
      border: none;
      font-size: 18px;
      padding: 10px 15px;
      border-radius: 3px;
      margin: 0 auto;
      background: #292929;
      color: #fff;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s;
      text-decoration: none; }
      .error-wrapper .wrapper-text .button:hover {
        transition: 0.3s;
        transform: translateY(-3px);
        color: #fff;
        cursor: pointer;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
      .error-wrapper .wrapper-text .button:focus {
        transform: translateY(0);
        box-shadow: none; }
      .error-wrapper .wrapper-text .button:active {
        transform: translateY(0);
        box-shadow: none; }
      .error-wrapper .wrapper-text .button span {
        padding-right: 4px; }
        .error-wrapper .wrapper-text .button span img {
          width: 20px; }

.dang {
  display: none; }

body {
  line-height: 1.6; }

.menu {
  padding: 10px 0;
  background-color: #000000; }
  .menu .wrapper-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
    .menu .wrapper-menu .wrapper-text ul {
      list-style: none;
      margin: 0; }
      .menu .wrapper-menu .wrapper-text ul li {
        font-size: 14px;
        color: #9099f7; }
      .menu .wrapper-menu .wrapper-text ul .phone {
        display: flex;
        align-items: center;
        font-size: 20px; }
        .menu .wrapper-menu .wrapper-text ul .phone i {
          margin-top: 4px;
          font-size: 18px;
          color: #ffffff; }
        .menu .wrapper-menu .wrapper-text ul .phone a {
          color: #ffffff;
          margin-left: 5px; }

.section-footer {
  padding: 50px 0;
  background: #222;
  color: #aaa; }
  .section-footer .wrapper-text {
    text-align: center; }

.section-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0; }
  .section-home .wrapper-text {
    display: flex;
    flex-direction: column; }
    .section-home .wrapper-text h1 {
      font-size: 40px;
      margin-bottom: 50px;
      line-height: 1.5;
      color: #ffffff;
      position: relative; }
      .section-home .wrapper-text h1:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 4px;
        left: 0;
        bottom: -10px;
        background-color: #6772E5; }
    .section-home .wrapper-text p {
      color: #ffffff;
      margin-bottom: 1.5rem;
      font-size: 18px; }
    .section-home .wrapper-text .wrapper-img {
      margin-bottom: 1.5rem; }
    .section-home .wrapper-text a {
      display: flex;
      align-items: center;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 20px;
      padding: 10px 18px;
      border-radius: 5px;
      text-decoration: none;
      width: max-content;
      margin-bottom: 1.5rem;
      background-color: #6772E5;
      position: relative; }
      .section-home .wrapper-text a i {
        font-size: 18px;
        margin-right: 5px; }
      .section-home .wrapper-text a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        border-left: solid 1px #6772E5;
        border-top: solid 1px #6772E5;
        border-radius: 5px;
        transition: .3s ease-out; }
      .section-home .wrapper-text a:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: '';
        border-right: solid 1px #6772E5;
        border-bottom: solid 1px #6772E5;
        border-radius: 5px;
        transition: .3s ease-out; }
      .section-home .wrapper-text a:hover:after {
        width: 0;
        height: 0; }
      .section-home .wrapper-text a:hover:before {
        width: 0;
        height: 0; }
  .section-home .wrapper-inputs {
    padding: 1rem;
    background: #ffffffc7;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .section-home .wrapper-inputs h2 {
      font-size: 24px;
      color: #000000; }
    .section-home .wrapper-inputs p {
      color: #000000;
      font-size: 18px; }
    .section-home .wrapper-inputs .wrapper-more-vehicle .wrapper-inner-content {
      position: relative;
      padding: 25px 0; }
      .section-home .wrapper-inputs .wrapper-more-vehicle .wrapper-inner-content .removeForm {
        position: absolute;
        width: max-content;
        top: -25px;
        right: 15px;
        font-size: 16px;
        background: red;
        color: white;
        padding: 5px 10px;
        border-radius: 0; }
    .section-home .wrapper-inputs .wrapper-item {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 11px; }
      .section-home .wrapper-inputs .wrapper-item label {
        font-size: 18px;
        cursor: pointer;
        margin: 0;
        text-align: left;
        justify-content: flex-start;
        display: flex;
        align-items: center; }
      .section-home .wrapper-inputs .wrapper-item .wrapper-input textarea {
        min-height: 100px; }
      .section-home .wrapper-inputs .wrapper-item .wrapper-input .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #ffffff30;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        background-clip: padding-box;
        border: 1px solid #ced4da00;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
      .section-home .wrapper-inputs .wrapper-item .wrapper-input ::placeholder {
        color: #6772e5b3;
        font-weight: 500; }
      .section-home .wrapper-inputs .wrapper-item .wrapper-radio .wrapper-item {
        display: flex;
        align-items: center;
        width: max-content;
        margin-right: 15px; }
        .section-home .wrapper-inputs .wrapper-item .wrapper-radio .wrapper-item label {
          margin-left: 10px; }
      .section-home .wrapper-inputs .wrapper-item .wrapper-radioTwo {
        display: flex;
        flex-direction: column; }
    .section-home .wrapper-inputs .main_btn {
      border: none;
      padding: 12px 40px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      width: 100%;
      text-align: center;
      text-decoration: none;
      background-color: #6772E5;
      color: #ffffff;
      border-radius: 5px;
      margin-top: 11px; }
      .section-home .wrapper-inputs .main_btn:hover {
        color: #ffffff; }

.section-home-text {
  background-color: #181834;
  padding: 50px 0;
  color: #ffffff; }
  .section-home-text h2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 25px; }
    .section-home-text h2:after {
      position: absolute;
      content: '';
      width: 70px;
      height: 4px;
      left: 0;
      bottom: -15px;
      background-color: #6772E5; }
  .section-home-text p {
    font-size: 18px;
    margin-bottom: 16px; }

.section-home-img {
  padding: 70px 0;
  position: relative; }
  .section-home-img:after {
    position: absolute;
    content: "";
    display: block;
    width: 46%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/car.jpg"); }
  .section-home-img h2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 25px; }
    .section-home-img h2:after {
      position: absolute;
      content: '';
      width: 70px;
      height: 4px;
      left: 0;
      bottom: -15px;
      background-color: #6772E5; }
  .section-home-img p {
    font-size: 17px;
    margin-bottom: 16px; }

.section-book {
  min-height: 100vh;
  position: relative;
  width: 100%;
  background: #70A2F8; }
  .section-book .wrapper-all {
    width: auto;
    margin: auto;
    max-width: 700px;
    border-radius: 5px;
    position: relative;
    padding: 50px 0; }
    .section-book .wrapper-all .wrapper-title {
      margin-bottom: 50px; }
      .section-book .wrapper-all .wrapper-title h2 {
        text-align: center;
        color: #ffffff;
        font-size: 36px; }
    .section-book .wrapper-all .wrapper-line ul {
      margin-bottom: 30px;
      overflow: hidden;
      counter-reset: step;
      padding-left: 0; }
      .section-book .wrapper-all .wrapper-line ul li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 20%;
        float: left;
        text-align: center;
        position: relative; }
        .section-book .wrapper-all .wrapper-line ul li:before {
          content: counter(step);
          counter-increment: step;
          width: 30px;
          line-height: 30px;
          display: block;
          font-size: 14px;
          color: #333;
          background: white;
          border-radius: 100%;
          margin: 0 auto 5px auto;
          text-align: center; }
        .section-book .wrapper-all .wrapper-line ul li:after {
          content: '';
          width: 78%;
          height: 2px;
          background: white;
          position: absolute;
          left: -39%;
          top: 14px; }
      .section-book .wrapper-all .wrapper-line ul .active:before {
        background: #5357AA;
        color: white; }
      .section-book .wrapper-all .wrapper-line ul .active:after {
        background: #5357AA;
        color: white; }
      .section-book .wrapper-all .wrapper-line ul .acti:after {
        display: none; }
    .section-book .wrapper-all fieldset {
      background: white;
      border: 0 none;
      border-radius: 3px;
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
      padding: 20px 30px;
      box-sizing: border-box;
      width: 100%;
      position: relative; }
      .section-book .wrapper-all fieldset h3 {
        margin-bottom: 32px;
        font-size: 24px;
        color: #5357AA;
        margin-top: 16px;
        text-align: center;
        width: 100%; }
      .section-book .wrapper-all fieldset .wrapper-item {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 16px; }
        .section-book .wrapper-all fieldset .wrapper-item input {
          box-shadow: none !important;
          color: #8898aa;
          background: #F6F9FC;
          border: none;
          padding: 10px;
          outline: 0; }
        .section-book .wrapper-all fieldset .wrapper-item textarea {
          box-shadow: none !important;
          color: #8898aa;
          background: #F6F9FC;
          border: none;
          padding: 10px;
          outline: 0; }
        .section-book .wrapper-all fieldset .wrapper-item select {
          box-shadow: none !important;
          color: #8898aa;
          background: #F6F9FC;
          border: none;
          padding: 10px;
          outline: 0; }
        .section-book .wrapper-all fieldset .wrapper-item .wrapper-radio label {
          padding-left: 5px; }
        .section-book .wrapper-all fieldset .wrapper-item .wrapper-radio .same-design {
          margin-bottom: 10px; }
          .section-book .wrapper-all fieldset .wrapper-item .wrapper-radio .same-design .hover_content {
            min-width: 15px;
            height: 15px;
            background: #b10000;
            color: white;
            border-radius: 100%;
            font-size: 12px;
            padding: 1px 6px;
            cursor: pointer; }
          .section-book .wrapper-all fieldset .wrapper-item .wrapper-radio .same-design .have_hover {
            display: none; }
            .section-book .wrapper-all fieldset .wrapper-item .wrapper-radio .same-design .have_hover strong {
              font-size: 13px; }
        .section-book .wrapper-all fieldset .wrapper-item .wrapper-radioo {
          justify-content: center;
          width: 100%; }
      .section-book .wrapper-all fieldset .action-button {
        margin: 0 auto;
        text-transform: uppercase;
        background: #6772E5;
        font-weight: 500;
        color: white;
        border: 0 none;
        cursor: pointer;
        padding: 12px 25px;
        border-radius: 4px; }
        .section-book .wrapper-all fieldset .action-button:focus {
          outline: none; }
    .section-book .wrapper-all fieldset:not(:first-of-type) {
      display: none; }

.section-finish {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 70px 0; }
  .section-finish .finish i {
    color: #6772E5 !important;
    font-size: 75px;
    text-align: center;
    width: 100%; }
  .section-finish .finish h5 {
    margin-top: 1rem !important;
    line-height: 1.6;
    margin-bottom: 2rem !important;
    text-align: center; }
  .section-finish .finish .end {
    margin-bottom: 2px; }

.section-end {
  min-height: calc(100vh - 230px); }
  .section-end h2 {
    font-size: 24px;
    color: #45b316; }
    .section-end h2:after {
      display: none; }
  .section-end .wrapper-item {
    display: flex;
    width: 100%; }
    .section-end .wrapper-item a {
      text-decoration: underline;
      color: #6772E5; }

.wrapper-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9; }

.loader {
  animation: loader 800ms step-end infinite;
  width: 100px;
  height: 100px;
  transform: rotate(0deg); }
  .loader path {
    fill: #4468d6; }

@keyframes loader {
  12.5% {
    transform: rotate(45deg); }
  25% {
    transform: rotate(90deg); }
  37.5% {
    transform: rotate(135deg); }
  50% {
    transform: rotate(180deg); }
  62.5% {
    transform: rotate(225deg); }
  75% {
    transform: rotate(270deg); }
  87.5% {
    transform: rotate(315deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=style.css.map */
