body {
  margin: 0;
}

.main-content {
  font-family: 'Lincoln Proxima Nova';
  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 16px 0;
}

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

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

.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: 0 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;
  margin-top: 32px;
}

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

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

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

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

@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: 'Lincoln Proxima Nova';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  color: #354046;
  background: #EFEFEF;
  display: block;
  width: 192px;
  height: 54px;
  padding: 0;
  margin: 32px 0 0 0;
  border-radius: 0;
  position: relative;
  border-bottom: 2px solid #F26147;
}

.main-content .description-text__link:hover {
  background-color: #F26147;
  color: white;
}

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

.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: 'Lincoln Proxima Nova';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  width: 620px;
  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: #354046;
  width: 384px;
  min-height: 320px;
  border-radius: 0;
  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/Lincoln/2023-xpress-buy/number-bg.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}

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

.main-content .steps__title {
  font-family: 'Lincoln Proxima Nova';
  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: 'Lincoln Proxima Nova';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  color: white;
  position: absolute;
  left: 16px;
  top: 20px;
}

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

.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-weight: bold;
  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: #354046;
}

.main-content .round-button:hover {
  background-color: #F26147;
  color: white;
}

@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 */