/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/roboto-condensed-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/roboto-condensed-v31-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.app-header__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-header__button-row {
  display: flex;
  gap: 8px;
}
.app-header__submit-offer-button {
  text-align: center;
  flex: 1;
}

.app-mobile-buttons .row {
  display: flex;
  gap: 10px;
}
.app-mobile-buttons .row > a {
  flex: 1 1 calc(50% - 10px);
  font-size: 17px;
  text-align: center;
}
.app-mobile-buttons .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.app-mobile-buttons .btn-login svg {
  width: 12px;
}

.app-mobile-phone {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2366aa+0,0b3e6f+100 */
  background: linear-gradient(to bottom, #2366aa 0%, #0b3e6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .app-mobile-phone {
    display: block;
  }
}
.app-mobile-phone a {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

/* Pages */
.app-slider__subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  max-width: 430px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.app-slider__content {
  color: #fff;
  margin-bottom: 25px;
  max-width: 430px;
}
.app-slider__content p {
  line-height: 18px;
  margin: 0;
}
@media (max-width: 500px) {
  .app-slider__button-wrap {
    text-align: center;
  }
}

.app-sold {
  background: url("../../img/rank_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 490px;
  border-radius: 15px;
  margin-top: 60px;
}
@media (max-width: 700px) {
  .app-sold {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .app-sold {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}
.app-sold__title {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
@media (max-width: 575px) {
  .app-sold__title {
    padding-top: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
.app-sold__title span {
  color: #ffee00;
}
.app-sold__subtitle {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.app-sold__subtitle a {
  color: #fff;
  text-decoration: underline;
}
.app-sold__subtitle a:hover {
  color: #fff;
  opacity: 0.7;
}
.app-sold__stats {
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
  margin: 50px auto;
  max-width: 980px;
}
@media (max-width: 991px) {
  .app-sold__stats {
    flex-direction: column;
    margin: 40px 25px;
  }
}
@media (max-width: 650px) {
  .app-sold__stats {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.app-sold__item {
  flex: 1;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .app-sold__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .app-sold__item:last-of-type {
    border-bottom: 0;
  }
}
.app-sold__item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.app-sold__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .app-sold__item:not(:last-child)::after {
    content: none;
  }
}
.app-sold__line-item {
  color: #fff400;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.app-sold__line-item--is-highlighted {
  font-family: "Roboto Condensed", serif;
  font-size: 38px;
  font-weight: 900;
}
.app-sold__notice {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  color: #fff;
}

.app-why-pay-more {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .app-why-pay-more {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .app-why-pay-more {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .app-why-pay-more {
    margin-top: 0px;
    padding-top: 40px;
    border-top: 1px solid #d0dde7;
  }
}
.app-why-pay-more__block {
  background: #fff;
  border: 1px solid #d0dde7;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .app-why-pay-more__block {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .app-why-pay-more__block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
    padding-top: 0;
  }
}
.app-why-pay-more__columns {
  display: flex;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .app-why-pay-more__columns {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .app-why-pay-more__columns {
    flex-direction: column;
  }
}
.app-why-pay-more__columns::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d0dde7;
}
@media (max-width: 767px) {
  .app-why-pay-more__columns::after {
    content: none;
  }
}
.app-why-pay-more__col--traditional {
  flex: 1;
}
@media (max-width: 767px) {
  .app-why-pay-more__col--traditional {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0dde7;
  }
}
.app-why-pay-more__col--ffmls {
  margin-left: auto;
}
@media (max-width: 767px) {
  .app-why-pay-more__col--ffmls {
    margin-left: initial;
  }
}
.app-why-pay-more__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
  min-height: 60px;
}
.app-why-pay-more__col--traditional .app-why-pay-more__logo img {
  max-height: 64px;
  width: auto;
}
.app-why-pay-more__col--traditional .app-why-pay-more__logo strong {
  font-size: 22px;
  font-weight: 900;
  color: #0f3e6d;
  line-height: 1.2;
}
.app-why-pay-more__col--ffmls .app-why-pay-more__logo img {
  max-height: 70px;
  width: auto;
}
.app-why-pay-more__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-why-pay-more__list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 0;
  font-size: 21px;
  font-weight: 700;
  color: #0f3e6d;
}
@media (max-width: 991px) {
  .app-why-pay-more__list li {
    font-size: 16px;
  }
}
.app-why-pay-more__list li img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.app-why-pay-more__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #e9eef2;
  padding: 20px 50px;
  border: 0;
  border-radius: 5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .app-why-pay-more__footer {
    padding: 20px 30px;
  }
}
.app-why-pay-more__footer img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.app-why-pay-more__footer span {
  font-size: 18px;
  font-weight: 700;
  color: #0f3e6d;
  border-left: 1px solid #d1dbe4;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .app-why-pay-more__footer span {
    font-size: 16px;
  }
}

.app-steps {
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .app-steps {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .app-steps .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .app-steps .steps {
    border-radius: 0;
  }
}

section.intro.app-pricing-comparison {
  padding-top: 0px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  section.intro.app-pricing-comparison {
    padding-bottom: 0px;
  }
}

@media (max-width: 700px) {
  .app-call-to-action {
    margin-bottom: 40px;
  }
}
.app-call-to-action .call-to-action {
  background: #f4f8fb;
  margin-top: 0;
}

section.intro .content p,
section.reviews .content p,
section.our-plans .content p {
  font-size: 14px;
  max-width: 935px;
  margin-right: auto;
  margin-left: auto;
}
