@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
.car-rr-list__section {
  padding: 70px 0 40px;
  padding: 4.375rem 0 2.5rem;
}
.car-rr-list__section--blue {
  background-color: #e7f5fa;
}
.car-rr-list__section--blue .car-rr-list__section-title {
  color: #0146a4;
}
.car-rr-list__section-title {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #ff5f01;
}
.car-rr-list__section-text {
  text-align: center;
  font-weight: 500;
}
.car-rr-list__section-blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  gap: 2.5rem;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width: 768px) {
  .car-rr-list__section-blocks {
    flex-direction: row;
  }
}
.car-rr-list__section-blocks-left, .car-rr-list__section-blocks-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  align-items: flex-start;
}
.car-rr-list__section-blocks-left {
  align-items: flex-end;
}
.car-rr-list__section-block {
  border-radius: 20px;
  border-radius: 1.25rem;
  text-align: center;
  padding: 15px;
  padding: 0.938rem;
  max-width: 370px;
  max-width: 23.125rem;
}
.car-rr-list__section-block span {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.car-rr-list__section-block--blue {
  background-color: #0146a4;
  color: #ffffff;
}
.car-rr-list__section-block--green {
  background-color: #20baa9;
  min-width: 200px;
  min-width: 12.5rem;
  height: 70px;
  height: 4.375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.car-rr-list__section-block--yellow {
  background-color: #ffe467;
  min-width: 200px;
  min-width: 12.5rem;
  height: 70px;
  height: 4.375rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.car-rr-list__section-block--white {
  border: 2px solid #0146a4;
  border: 0.125rem solid #0146a4;
}
.car-rr-list__section-info {
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}
.car-rr-list__section--overal .car-rr-list__section-info {
  flex-direction: column;
}
.car-rr-list__section-info-blocks {
  display: flex;
  flex-direction: row;
  gap: 60px;
  gap: 3.75rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .car-rr-list__section-info-blocks {
    justify-content: center;
    gap: 40px;
    gap: 2.5rem;
  }
}
.car-rr-list__section-info-block {
  text-align: center;
}
.car-rr-list__section-info-block span {
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
}
.car-rr-list__section-info-block div {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0146a4;
}
.car-rr-list__section-info-block p {
  font-size: 16px;
  font-size: 1rem;
  color: #0146a4;
}
.car-rr-list__section-footer {
  border: 2px solid #ff5f01;
  border: 0.125rem solid #ff5f01;
  border-radius: 20px;
  border-radius: 1.25rem;
  padding: 15px;
  padding: 0.938rem;
  max-width: 750px;
  max-width: 46.875rem;
  margin: 0 auto;
}
.car-rr-list__section-footer span {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 0.938rem;
  display: block;
  color: #0146a4;
  font-size: 26px;
  font-size: 1.625rem;
}
.car-rr-list__section-footer p, .car-rr-list__section-footer ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.car-rr-list__section-footer p:last-child, .car-rr-list__section-footer ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .car-rr-graph {
    max-width: 360px;
    max-width: 22.5rem;
  }
}
.car-rr-graph .car-graph {
  zoom: 0.7;
  margin: 0 auto;
}

.car-req__scores {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
.car-req__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .car-req__row {
    flex-direction: column;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .car-req__row:last-child {
    margin-bottom: 0;
  }
}
.car-req__cell {
  padding: 15px;
  padding: 0.938rem;
  border-radius: 15px;
  border-radius: 0.938rem;
  text-align: center;
}
.car-req__cell-title {
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
}
.car-req__cell-subtitle {
  color: #e6463d;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
.car-req__cell-score {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
.car-req__cell-outof {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  margin-bottom: 0.438rem;
}
.car-req__cell-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.car-req__cell a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0146a4;
}
.car-req__cell--score-desc {
  padding-bottom: 25px;
  padding-bottom: 1.563rem;
}
.car-req__cell--bordered {
  border: 1px solid #0146a4;
}
.car-req__cell--bordered .car-req__cell-score, .car-req__cell--bordered .car-req__cell-outof {
  color: #0146a4;
}
.car-req__cell--graph {
  flex: 0 0 calc(37% - 20px);
  flex: 0 0 calc(37% - 1.25rem);
}
.car-req__cell--colored {
  padding: 20px;
  padding: 1.25rem;
  flex: 0 0 calc(37% - 20px);
  flex: 0 0 calc(37% - 1.25rem);
  border: 2px solid #ff9d30;
  border: 0.125rem solid #ff9d30;
  background-color: rgba(250, 171, 124, 0.5);
}
.car-req__cell .car-graph {
  width: 320px;
  width: 20rem;
  margin: 0;
}

.car-res-head {
  padding: 80px 0;
  padding: 5rem 0;
}
.car-res-head__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  color: #ff5f01;
}
.car-res-head__title span {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}
.car-res-head__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  font-weight: 400;
}
.car-res-head__row {
  padding-top: 40px;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  align-items: center;
}
@media (min-width: 768px) {
  .car-res-head__row {
    flex-direction: row;
  }
}
.car-res-head__image {
  flex: 1;
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
}
.car-res-head__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.car-res-head__info {
  flex: 1;
}
.car-res-head__info p, .car-res-head__info ul {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.car-res-head__info p:last-child, .car-res-head__info ul:last-child {
  margin-bottom: 0;
}
.car-res-head__info ul {
  list-style: disc;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.car-res-head__info-btn {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.car-res-main__title {
  color: #ff5f01;
  text-align: center;
  font-weight: 600;
}
.car-res-main__cards {
  display: flex;
  flex-direction: row;
  gap: 15px;
  gap: 0.938rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .car-res-main__cards {
    align-items: normal;
  }
}
.car-res-main__cards-title {
  color: #0146a4;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 25px;
  margin-bottom: 1.563rem;
}
.car-res-main__card {
  border: 2px solid #0e9cc3;
  border: 0.125rem solid #0e9cc3;
  padding: 15px;
  padding: 0.938rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  max-width: 350px;
  max-width: 21.875rem;
  flex: 1;
  min-width: 250px;
  min-width: 15.625rem;
  width: 250px;
  width: 15.625rem;
  flex: 0 0 250px;
  flex: 0 0 15.625rem;
}
.car-res-main__card > * {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.car-res-main__card--red {
  border-color: #ff5f01;
}
.car-res-main__card--yellow {
  border-color: #ffe467;
}
.car-res-main__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  align-items: center;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .car-res-main__row {
    flex-direction: row;
  }
}
.car-res-main__text {
  flex: 1;
}
.car-res-main__text-title {
  color: #0146a4;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 0.938rem;
  font-size: 26px;
  font-size: 1.625rem;
}
.car-res-main__text > * {
  margin-bottom: 15px;
  margin-bottom: 0.938rem;
}
.car-res-main__images {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
  gap: 1.875rem;
}
.car-res-main__images img {
  flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 0.938rem);
  max-width: calc(50% - 15px);
  max-width: calc(50% - 0.938rem);
}
.car-res-info {
  background-color: #e7f5fa;
  padding: 60px 0;
  padding: 3.75rem 0;
}
.car-res-info__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.car-res-info__card svg {
  display: block;
  width: 100px;
  width: 6.25rem;
  height: auto;
}
.car-res-info__card-title {
  text-align: center;
  color: #0146a4;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}
.car-res-info__card-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  .car-res-info__card-row {
    flex-direction: row;
    gap: 60px;
    gap: 3.75rem;
  }
}
.car-res-info__card-item {
  background-color: #c8cece;
  border-radius: 20px;
  border-radius: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.938rem;
  align-items: center;
}
@media (min-width: 768px) {
  .car-res-info__card-item {
    flex-direction: row;
  }
}
.car-res-info__card-item p:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.car-res-info__card-item--blue {
  color: #ffffff;
  background-color: #0146a4;
}
.car-res-info__card-item--blue svg {
  width: 90px;
  width: 5.625rem;
}
.car-res-info__btn {
  text-align: center;
}
.car-res-info__text {
  padding-top: 20px;
  padding-top: 1.25rem;
  text-align: center;
  font-style: italic;
}
.car-res-footer {
  text-align: center;
  padding: 80px 0;
  padding: 5rem 0;
}
.car-res-footer__title {
  color: #ff5f01;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}
.car-res-footer__subtitle {
  color: #0146a4;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.car-res-footer__text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.car-res-footer__note-text {
  padding-top: 50px;
  padding-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
}
.car-res-scores {
  padding: 40px 0 20px;
  padding: 2.5rem 0 1.25rem;
}
.car-res-scores .car-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  gap: 2.188rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .car-res-scores .car-container {
    flex-direction: row;
  }
}
.car-res-scores__graph .car-graph {
  zoom: 0.8;
}
.car-res-scores__info {
  text-align: center;
}
.car-res-scores__info-title {
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
}
.car-res-scores__info-value {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0146a4;
  line-height: 1.2;
}
.car-res-scores__info-note {
  font-size: 16px;
  font-size: 1rem;
}
.car-res-cta {
  position: relative;
}
.car-res-cta .car-rr-list {
  filter: blur(10px);
  filter: blur(0.625rem);
}
.car-res-cta__popup {
  padding: 20px;
  padding: 1.25rem;
  border: 2px solid #ff5f01;
  border: 0.125rem solid #ff5f01;
  border-radius: 20px;
  border-radius: 1.25rem;
  text-align: center;
  background-color: #ffffff;
  max-width: calc(100% - 40px);
  max-width: calc(100% - 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 25px;
  gap: 1.563rem;
  position: sticky;
  top: 200px;
  top: 12.5rem;
  z-index: 2;
  margin: 40px auto;
  margin: 2.5rem auto;
}
@media (min-width: 768px) {
  .car-res-cta__popup {
    max-width: 600px;
    max-width: 37.5rem;
  }
}
.car-res-cta__popup-title {
  color: #ff5f01;
  font-size: 36px;
  font-size: 2.25rem;
}
.car-res-cta__popup p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 769px) {
  .car-res-cta__popup p br {
    display: none;
  }
}
.car-res-cta__popup .car-btn {
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--wp--preset--font-family--asap);
  font-weight: 700;
  margin-top: 0;
  color: var(--wp--preset--color--title);
}