.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h3 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0a4eb6;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

a {
  color: #123161;
  font-weight: 500;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #474747;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.section {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.bg-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.section.bg-image {
  background-image: url('../images/main-image.cut.1440.jpg');
  background-position: 50% 0%;
  background-size: auto 527px;
  background-repeat: no-repeat;
}

.column {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.column.center {
  text-align: center;
}

.form-container {
  position: fixed;
  overflow: scroll;
  max-height: 90vh;
  max-width: 530px;
  min-width: 254px;
  padding: 20px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #979797;
  background-color: #f9f9f9;
}

.body {
  font-family: 'Apex New', sans-serif;
  color: #123161;
  font-weight: 500;
}

.body.bg-image {
  background-image: url('../images/main-image.cut.jpg');
  background-position: 50% 75px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.text-span {
  font-weight: 500;
}

.title-spot {
  position: relative;
  width: 410px;
  margin-top: 279px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px;
  background-color: #0e2446;
  box-shadow: 10px 8px 0 0 #0a4eb6;
  text-align: left;
}

.container {
  position: relative;
}

.form-intro-text {
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3px;
}

.form-block {
  padding-top: 20px;
}

.asterisk {
  font-weight: 300;
}

.form-col {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}

.form-col.top-spacer {
  padding-top: 20px;
}

.form-col.full {
  width: 100%;
}

.form-col.full.terms-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #979797;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.terms-block {
  font-size: 12px;
  font-weight: 300;
}

.bold-text {
  color: #123161;
}

.styled-placeholder {
  margin-bottom: 5px;
  padding-right: 20px;
}

.styled-placeholder::-webkit-input-placeholder {
  color: #c3c2c2;
  font-weight: 300;
}

.styled-placeholder:-ms-input-placeholder {
  color: #c3c2c2;
  font-weight: 300;
}

.styled-placeholder::-ms-input-placeholder {
  color: #c3c2c2;
  font-weight: 300;
}

.styled-placeholder::placeholder {
  color: #c3c2c2;
  font-weight: 300;
}

.styled-placeholder.select-white {
  background-color: #fff;
}

.submit-button {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 12px;
  border-radius: 40px;
  background-color: #0e2446;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.submit-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.text-block-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #429fce, #1f66a0);
}

.text-block-divider.first-block {
  margin-top: 40px;
}

.car-image {
  width: 100%;
  margin-bottom: 160px;
  text-align: center;
}

.heading-2 {
  font-size: 19px;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.service-block {
  width: 50%;
  text-align: center;
}

.service-text {
  padding-top: 5px;
  padding-bottom: 30px;
  color: #0a4eb6;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.details-block {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}

.details-text-block {
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 10px;
}

.details-text {
  color: #123161;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.details-text.thank-you {
  font-weight: 500;
}

.footer {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #103250;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.4px;
}

.image {
  margin-bottom: 50px;
}

.image.bis {
  margin-top: 20px;
}

.footer-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.div-block {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #979797;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.w--current {
  display: none;
  margin-right: 20px;
  padding: 16px 30px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: #0e2446;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
}

.heading-3.big {
  font-size: 40px;
  line-height: 50px;
}

.footer-container {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-container.big {
  width: 100%;
}

.text-block {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  h3 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-transform: uppercase;
  }

  .text-block-divider {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #429fce;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #429fce, #1f66a0);
    text-align: center;
  }

  .footer {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 22px;
    line-height: 26px;
  }

  .title-spot {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .form-container {
    position: relative;
    overflow: visible;
    max-height: 100%;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    margin-right: 20px;
    padding: 14px 20px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 50px;
    background-color: #0e2446;
    line-height: 14px;
    text-transform: uppercase;
  }

  .button.w--current {
    display: block;
  }

  .footer-container {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-gray {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    font-size: 20px;
  }

  .title-spot {
    width: 300px;
  }

  .form-col {
    width: 100%;
  }

  .text-block-divider {
    display: none;
  }

  .text-block-divider.first-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .car-image {
    margin-bottom: 100px;
  }

  .services {
    padding-bottom: 60px;
  }

  .service-block {
    width: 100%;
    text-align: center;
  }

  .service-text {
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .details-block {
    display: none;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-link {
    font-size: 14px;
  }

  .button {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.w--current {
    margin-right: 10px;
    padding: 13px 10px 8px;
    font-size: 14px;
  }

  .image-2 {
    max-width: 40%;
  }

  .heading-3 {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 19px;
  }
}

@font-face {
  font-family: 'Apex New';
  src: url('../fonts/apexnew-book-opentype.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex New';
  src: url('../fonts/apexnew-bold-opentype.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex New';
  src: url('../fonts/apexnew-medium-opentype.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}