body {
  margin: 0;
}

.main-content {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  width: 784px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .main-content {
    width: 90vw;
  }
}

.main-content .blue {
  color: #2D96CD;
}

.main-content .main-logo {
  text-align: center;
  margin: 86px 0 46px 0;
}

.main-content .main-logo img {
    width: 460px;
}

@media (max-width: 800px) {
  .main-content .main-logo {
    margin: 8.75vw 0 10vw 0;
  }
  .main-content .main-logo img {
    width: 66.5625vw;
  }
}

.main-content .main-iframe {
  width: 100%;
  height: 448px;
}

@media (max-width: 800px) {
  .main-content .main-iframe {
    height: 50vw;
  }
}

.main-content .main-iframe iframe {
  width: 100%;
  height: 448px;
}

@media (max-width: 800px) {
  .main-content .main-iframe iframe {
    height: 50vw;
  }
}

.main-content .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px 0 160px 0;
}

@media (max-width: 800px) {
  .main-content .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 9.375vw 0 15vw 0;
  }
}

.main-content .description-illustration {
  width: 384px;
  text-align: center;
}

@media (max-width: 800px) {
  .main-content .description-illustration {
    width: 100%;
    margin-top: 15vw;
  }
  .main-content .description-illustration img {
    width: 70vw;
  }
}

.main-content .description-text {
  width: 384px;
}

@media (max-width: 800px) {
  .main-content .description-text {
    width: 100%;
  }
}

.main-content .description-text__title {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}

@media (max-width: 800px) {
  .main-content .description-text__title {
    font-size: 5vw;
    line-height: 7.5vw;
  }
}

.main-content .description-text__paragraph {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  width: 337px;
}

@media (max-width: 800px) {
  .main-content .description-text__paragraph {
    width: 100%;
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}

.main-content .description-text__link {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 16px;
  text-decoration: none;
  line-height: 56px;
  text-transform: uppercase;
  color: white;
  background: #2D96CD;
  display: block;
  width: 256px;
  height: 56px;
  padding: 0 0 0 24px;
  margin: 32px 0 0 0;
  border-radius: 8px;
  position: relative;
}

.main-content .description-text__link::after {
  content: '';
  background-image: url(https://project.clcdatahub.com/KSS/images/Ford/xpress/arrow-02.svg);
  background-size: 100%;
  width: 27px;
  height: 40px;
  position: absolute;
  right: 14px;
  top: 8px;
}

@media (max-width: 800px) {
  .main-content .description-text__link::after {
    width: 8.125vw;
    height: 12.5vw;
    right: 3.75vw;
    top: 1.25vw;
  }
}

@media (max-width: 800px) {
  .main-content .description-text__link {
    width: 100%;
    font-size: 4.0625vw;
    line-height: 15vw;
    height: 15vw;
    padding: 0 0 0 5vw;
  }
}

.main-content .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-content .steps__main-title {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  width: 524px;
  margin: 0 auto 41px auto;
}

@media (max-width: 800px) {
  .main-content .steps__main-title {
    font-size: 5vw;
    line-height: 7.5vw;
    width: 84.375vw;
    margin: 0 auto 7.5vw auto;
  }
}

.main-content .steps__item {
  background: #2D96CD;
  width: 384px;
  min-height: 320px;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
  text-align: center;
}

@media (max-width: 800px) {
  .main-content .steps__item {
    width: 100%;
    min-height: auto;
  }
}

.main-content .steps__item::before {
  content: '';
  background-image: url(https://project.clcdatahub.com/KSS/images/Ford/xpress/number-bg.svg);
  background-size: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 16px;
  top: 16px;
}

@media (max-width: 800px) {
  .main-content .steps__item::before {
    width: 20vw;
    height: 20vw;
    left: 2.5vw;
    top: 2.5vw;
  }
}

.main-content .steps__title {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 0 auto 42px auto;
  width: 256px;
}

@media (max-width: 800px) {
  .main-content .steps__title {
    font-size: 3.75vw;
    line-height: 5vw;
    width: 80vw;
    margin: 0 auto 7.5vw auto;
  }
}

.main-content .steps__number {
  font-family: 'antennaRegular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  color: #FFBB34;
  position: absolute;
  left: 24px;
  top: 24px;
}

@media (max-width: 800px) {
  .main-content .steps__number {
    font-size: 3.75vw;
    line-height: 5vw;
    left: 5vw;
    top: 5vw;
  }
}

.main-content .steps__image {
  margin: 71px 0 24px 0;
}

@media (max-width: 800px) {
  .main-content .steps__image {
    width: 100%;
    height: 22.5vw;
    margin: 7.5vw 0 2.5vw 0;
  }
}

.main-content .steps__item_wide {
  width: 784px;
}

.main-content .steps__item_wide .steps__image {
  margin-top: 48px;
}

@media (max-width: 800px) {
  .main-content .steps__item_wide .steps__image {
    margin: 7.5vw 0 2.5vw 0;
  }
}

.main-content .round-button {
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  height: 176px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 96px auto;
  border-radius: 100%;
  color: #2D96CD;
}

@media (max-width: 800px) {
  .main-content .round-button {
    width: 40vw;
    height: 40vw;
    margin: 0vw auto 30vw auto;
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
/*# sourceMappingURL=style.css.map */