@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-rr-section__title {
  text-align: center;
  color: #0146a4;
  font-weight: 700;
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.car-rr-head {
  padding: 60px 0;
  padding: 3.75rem 0;
}
.car-rr-head__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  color: #ff5f01;
  font-weight: 600;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.car-rr-head__title span {
  font-family: "Oooh Baby", cursive;
  font-weight: 500;
  font-style: normal;
  margin: 0 15px 0 10px;
  margin: 0 0.938rem 0 0.625rem;
}
.car-rr-head__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  font-weight: 400;
  color: #0146a4;
}
.car-rr-body__row {
  display: flex;
  justify-content: center;
}
.car-rr-body__row--flex {
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media (max-width: 1023px) {
  .car-rr-body__row--flex {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .car-rr-body__row--flex {
    flex-direction: row;
  }
}
.car-rr-body__row--column {
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.car-rr-body__box {
  border-radius: 25px;
  border-radius: 1.563rem;
  background-color: #c8cece;
  padding: 25px;
  padding: 1.563rem;
  text-align: center;
  border: 3px solid #c8cece;
  border: 0.188rem solid #c8cece;
}
@media (max-width: 1023px) {
  .car-rr-body__box {
    max-width: fit-content;
  }
}
.car-rr-body__box-title {
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 0.938rem;
  font-size: 24px;
  font-size: 1.5rem;
}
.car-rr-body__box-info {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #0e9cc3;
}
.car-rr-body__box-scores {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #0e9cc3;
}
.car-rr-body__box--white {
  background-color: transparent;
  border-color: #0146a4;
}
.car-rr-body__box--blue {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  color: #ffffff;
  background-color: #0e9cc3;
  border-color: #0e9cc3;
  max-width: 800px;
  max-width: 50rem;
}
.car-rr-body__box--blue p {
  font-weight: 500;
}
.car-rr-body__box--small {
  background-color: transparent;
  border-color: #0146a4;
  border-width: 2px;
  border-width: 0.125rem;
  padding: 17px;
  padding: 1.063rem;
}
@media (min-width: 1024px) {
  .car-rr-body__box--small {
    flex: 0 0 360px;
    flex: 0 0 22.5rem;
  }
}
.car-rr-body__box--small .car-rr-body__box-info {
  margin-bottom: 0px;
}
.car-rr-body__box--small .car-rr-body__box-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.car-rr-footer {
  text-align: center;
  padding: 80px 0;
  padding: 5rem 0;
}
.car-rr-footer__title {
  color: #ff5f01;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}
.car-rr-footer__subtitle {
  color: #0146a4;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.car-rr-footer__text {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.car-rr-footer__note-text {
  padding-top: 40px;
  padding-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.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);
}