body {
  background-color: #d6d8db;
}

body > .all {
  max-width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 900px;
}

p {
  margin-bottom: 18px;
}

blockquote {
  background-color: #FFEFCD;
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 15px;
  margin-bottom: 48px;
  border-radius: 15px;
  color: #000;
}

section.top {
  padding-bottom: 6px;
  text-align: center;
  background: url("./../img/top-bg2.jpg") center bottom no-repeat #000;
  min-height: 570px;
}
section.top h2 {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 33px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
section.top h2 + p span {
  background-color: #fe7f00;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  padding: 1px 8px;
  margin-bottom: 3px;
}
section.top p.slogan {
  color: #efeff6;
  font-size: 18px;
  font-weight: 600;
  margin-top: 36px;
}

.main-offer .step {
  margin-top: 45px;
}
.main-offer .step:not(:last-child) {
  margin-bottom: 66px;
}
.main-offer figure img {
  max-width: 375px;
  margin: 24px auto 18px;
}
.main-offer figure figcaption {
  font-size: 16px;
}
.main-offer figure figcaption span {
  font-weight: 700;
  color: #000;
}

.price-list {
  background: #fbfbff;
  border-top: 1px solid #eee;
}
.price-list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
  font-size: 15px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.price-list dl dt, .price-list dl dd {
  padding: 15px;
  line-height: 1.35em;
}
.price-list dl dt {
  width: 65%;
}
.price-list dl dd {
  width: 35%;
}
.price-list dl .striple {
  background: #fff;
}
.price-list dl .striple2 {
  background: #f8f8fc;
}

section.final {
  background: url("./../img/work-bg.jpg") center top no-repeat #000;
  min-height: 555px;
  color: #efefef;
  font-size: 18px;
  line-height: 1.6em;
}
section.final .inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
section.final h2 {
  color: #fff;
  font-weight: 600;
  font-size: 51px;
  line-height: 1.26em;
}
section.final p {
  font-size: 16px;
  line-height: 1.6em;
  max-width: 550px;
}
section.final .btn-medium {
  margin: 36px 0;
  display: block;
  max-width: 360px;
  width: 100%;
}

.primary-footer {
  background-color: #363636;
  color: #878787;
}
.primary-footer p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5em;
}
.primary-footer a {
  color: #9a9a9a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.primary-footer a:hover {
  color: #ddd;
}

.recall {
  margin: 48px auto;
  max-width: 312px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-clr);
}
.recall > div {
  margin-top: 21px;
  display: flex;
}
.recall svg {
  flex-shrink: 0;
  margin: 3px 9px 0 6px;
}

@media (min-width: 600px) {
  blockquote {
    padding: 30px 36px;
    margin: 48px 0;
    font-size: 20px;
    line-height: 1.6em;
  }
  section.top h2 {
    font-size: 36px;
    padding: 33px 55px;
  }
  .price-list dl dt, .price-list dl dd {
    padding: 21px 33px;
  }
}/*# sourceMappingURL=new_client.css.map */