.background-info {
  text-align: center;
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
}
.background-info__title {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: 'DINCondensed', sans-serif;
  font-size: 7.8rem;
  line-height: 70px;
  letter-spacing: 0.8px;
}
.background-info__tagline {
  font-family: 'DINCondensed', sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.background-info__description {
  font-size: 2.4rem;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}
.background-info__description a {
  color: #ed0f00;
}
.background-info__description a:hover {
  color: #ff2b1d;
}
.background-info__link a {
  color: #fff;
  font-size: 1.8rem;
  padding: 21px 27px;
  background-color: #ed0f00;
  transition: background-color 0.4s linear;
  font-family: 'DINCondensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: 0.8px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.background-info__link a:hover {
  background-color: #ff2b1d;
}
.background-info__link a[disabled] {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .background-info__link a {
    font-size: 1.6rem;
    padding: 22px 27px;
  }
}
@media (hover: none), (pointer: coarse) {
  .background-info__link a:hover {
    background-color: #ed0f00;
  }
  .background-info__link a:active {
    background-color: #ff2b1d;
  }
}
.background-info__price {
  font-family: 'DINCondensed', sans-serif;
  font-size: 2.2rem;
  color: #FFFFFF;
  letter-spacing: 0.8px;
  line-height: 24px;
  margin-bottom: 20px;
}
.background-info__price em {
  text-decoration: line-through;
  font-style: normal;
}
.background--text .background-info {
  color: #000;
  padding: 0;
}
.background--text .background-info__description {
  font-weight: 400;
  font-size: 1.8rem;
}
.background--text .background-info__tagline {
  margin-top: 110px;
}
.background--text .background-info__title {
  margin-bottom: 49px;
}
.header-for-mega-diff .background-info {
  max-width: 610px;
}
.header-for-mega-diff .background-info__tagline {
  margin-bottom: 27px;
}
.header-for-mega-diff .background-info__title {
  margin: 0 0 30px 0;
}
.header-for-blog-page .background-info__title {
  margin-bottom: 25px;
}
.landing-header--replacement .background-info {
  color: #000;
}
.landing-header--replacement .background-info__description {
  font-weight: 400;
  font-size: 1.8rem;
}
.landing-header--replacement .background-info__tagline {
  margin-bottom: 28px;
}
.header-for-sales-page .background-info {
  max-width: 900px;
}
.header-for-sales-page .background-info__title {
  margin-bottom: 25px;
}
.header-for-sales-page .background-info__subtitle {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 25px;
}
.header-for-sales-page .background-info__description {
  font-size: 14px;
  line-height: 16px;
  color: #9b9b9b;
  max-width: 895px;
  margin: 81px auto 78px;
  text-align: center;
  font-weight: 400;
}
.header-for-bp-page .background-info__tagline {
  margin: 0;
  margin-top: 70px;
}
@media (max-width: 1366px) {
  .header-for-sales-page .background-info {
    max-width: 900px;
  }
  .header-for-sales-page .background-info__title {
    font-size: 5.6rem;
    margin-bottom: 15px;
  }
  .header-for-adjustable-height .background-info__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .landing-header--replacement .background-info__title {
    font-size: 46px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .background-info {
    background-color: #fff;
    padding: 38px 24px 0;
    color: #000;
  }
  .background-info__title {
    margin-left: auto;
    margin-right: auto;
    font-size: 4.6rem;
    line-height: 40px;
  }
  .background-info__description {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 22px;
  }
  .background-info__link a {
    margin-bottom: 10px;
  }
  .background--text .background-info__description {
    display: none;
  }
  .background--text .background-info__tagline {
    margin-top: 80px;
  }
  .background--text .background-info__title {
    margin-bottom: 45px;
  }
  .header-for-mega-diff .background-info {
    background: transparent;
    color: #fff;
    margin-top: 0;
    padding: 0 54px;
  }
  .header-for-mega-diff .background-info__tagline {
    margin-bottom: 12px;
  }
  .header-for-mega-diff .background-info__title {
    margin: 0 auto 30px;
    max-width: 310px;
  }
  .header-for-bp-page .background-info__tagline {
    margin-top: 35px;
  }
  .header-for-bp-page .background-info__title {
    margin-bottom: 0;
  }
  .landing-header--replacement .background-info {
    background-color: transparent;
    padding-top: 65px;
  }
  .landing-header--replacement .background-info__title {
    max-width: 230px;
  }
  .landing-header--replacement .background-info__description {
    font-size: 1.6rem;
  }
  .landing-header--replacement .background-info__tagline {
    margin-bottom: 12px;
  }
  .header-for-sales-page .background-info__tagline {
    margin-top: 114px;
  }
  .header-for-sales-page .background-info__title {
    font-size: 4.6rem;
    line-height: 40px;
    letter-spacing: 0.8px;
    margin-bottom: 27px;
  }
  .header-for-sales-page .background-info__subtitle p {
    display: inline;
  }
  .header-for-sales-page .background-info__description {
    display: block;
    margin-top: 42px;
    max-width: 315px;
  }
  .header-for-blog-page .background-info__description {
    display: block;
  }
  .header-for-blog-page .background-info__title {
    margin-bottom: 27px;
  }
  .header-for-blog-page .background-info__tagline {
    margin-top: 74px;
  }
  .background-info--thank-you .background-info__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .background-info--thank-you .background-info__description {
    display: block;
  }
}
.header-for-video .background-info {
  max-width: 450px;
}
@media (max-width: 768px) {
  .header-for-video .background-info {
    max-width: 288px;
  }
  .header-for-video .background-info__description {
    padding: 0 20px;
  }
}
.header-for-contact .background-info {
  max-width: 750px;
}
.header-for-contact .background-info__description {
  padding: 0 85px;
}
.header-for-contact .background-info__title {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .header-for-contact .background-info {
    max-width: 280px;
  }
  .header-for-contact .background-info__tagline {
    margin-bottom: 12px;
  }
  .header-for-contact .background-info__title {
    margin-bottom: 46px;
  }
}
.header-for-faq .background-info {
  max-width: 800px;
}
.header-for-faq .background-info__description {
  line-height: 37px;
}
.header-for-faq .background-info__title {
  padding: 0 175px;
}
@media (max-width: 870px) {
  .header-for-faq .background-info__title {
    padding: 0 153px;
  }
}
@media (max-width: 768px) {
  .header-for-faq .background-info {
    max-width: 270px;
  }
  .header-for-faq .background-info__tagline {
    margin-bottom: 14px;
  }
  .header-for-faq .background-info__title {
    padding: 0;
    margin-bottom: 75px;
  }
}
.header-for-delivery .background-info__tagline {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .header-for-delivery .background-info {
    max-width: 290px;
  }
  .header-for-delivery .background-info__tagline {
    margin-bottom: 13px;
  }
  .header-for-delivery .background-info__title {
    padding: 0 40px;
  }
}
@media (max-width: 375px) {
  .header-for-delivery .background-info__title {
    padding: 0 20px;
  }
}
.header-for-warranty .background-info__tagline {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .header-for-warranty .background-info {
    max-width: 297px;
  }
  .header-for-warranty .background-info__tagline {
    margin-bottom: 33px;
  }
}
.header-for-adjustable-height .background-info__title {
  font-size: 15.6rem;
  line-height: 140px;
  margin-bottom: 5px;
}
.header-for-adjustable-height .background-info__description {
  font-family: 'DINCondensed', sans-serif;
  letter-spacing: 3px;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.slider-content--arrow-it .background-info__title {
  font-size: 7.8rem;
  line-height: 1;
}
.slider-content--arrow-it .background-info__price {
  display: none;
}
.one-aspect-ratio-header .background-info__description {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 400;
}
.header-for-blog-page .background-info__description {
  font-weight: 600;
  line-height: 36px;
}
.homepage-header .background-info__tagline {
  font-size: 3.2rem;
  line-height: 20px;
  margin-bottom: 0;
}
.homepage-header .background-info__title {
  font-size: 15.6rem;
  line-height: 140px;
  margin-bottom: 11px;
}
.header-for-empty-thank-you .background-info__title {
  margin-bottom: 25px;
}
.header-for-empty-thank-you .background-info__description {
  display: block;
}
@media (max-width: 768px) {
  .header-for-adjustable-height .background-info {
    color: #fff;
    padding: 0;
    background-color: transparent;
  }
  .header-for-adjustable-height .background-info__description {
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .header-for-adjustable-height .background-info__title {
    font-size: 7.8rem;
    line-height: 70px;
    margin-bottom: 16px;
  }
  .homepage-header .background-info__tagline {
    font-size: 2.2rem;
  }
}
@media (max-width: 550px) {
  .slider-content--arrow-it .background-info__title {
    max-width: 315px;
  }
  .slider-content--arrow-it .background-info__description {
    max-width: 260px;
  }
  .slider-content--arrow-it .landing-header:nth-child(2) .background-info__description {
    max-width: 220px;
  }
}
