@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-req__head {
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
  text-align: center;
}
.car-req__head-title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  color: #ff5f01;
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.car-req__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-req__head-subtitle {
  color: #0146a4;
  font-size: 22px;
  font-size: 1.375rem;
}
.car-req__popup {
  background-color: #ffffff;
  width: 550px;
  width: 34.375rem;
  border-radius: 20px;
  border-radius: 1.25rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  position: sticky;
  top: 180px;
  top: 11.25rem;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 0.375rem 0px rgba(0, 0, 0, 0.45);
  transition: all 0.2 ease;
  overflow-y: auto;
  max-height: calc(100% - 20px);
  max-height: calc(100% - 1.25rem);
  z-index: 99;
  margin: 80px auto;
  margin: 5rem auto;
}
@media (max-width: 768px) {
  .car-req__popup {
    max-width: calc(100% - 30px);
    max-width: calc(100% - 1.875rem);
    top: 90px;
    top: 5.625rem;
  }
}
.car-req__popup-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.car-req__popup-area {
  position: relative;
}
.car-req__popup svg {
  display: block;
  width: 50px;
  width: 3.125rem;
  height: auto;
}
.car-req__popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #c8cece;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2 ease;
}
.show-popup .car-req__popup-overlay {
  z-index: 999;
  opacity: 0.5;
  visibility: visible;
}
.car-req__popup-close {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  cursor: pointer;
  position: absolute;
  right: 15px;
  right: 0.938rem;
  top: 15px;
  top: 0.938rem;
}
.car-req__popup-close span {
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 1px;
  transform-origin: center;
  background-color: #0146a4;
  position: absolute;
  top: 9px;
  top: 0.563rem;
  transform: rotate(45deg);
}
.car-req__popup-close span:last-child {
  transform: rotate(-45deg);
}
.car-req__popup-close:hover span {
  background-color: #000000;
}
.car-req__popup-title {
  color: #0146a4;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.car-req__popup-head {
  padding: 0 20px 10px;
  padding: 0 1.25rem 0.625rem;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.car-req__popup-form {
  padding: 10px 20px 15px;
  padding: 0.625rem 1.25rem 0.938rem;
}
.car-req__popup-form .gform-theme--foundation .gform_fields {
  row-gap: 20px;
  row-gap: 1.25rem;
}
.car-req__popup-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 6px !important;
  border-radius: 0.375rem !important;
  padding: 12px 25px !important;
  padding: 0.75rem 1.563rem !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  margin: 0 auto;
  display: block !important;
}
.car-req__popup-form .gform-theme--foundation .gform_footer {
  justify-content: center;
}
.car-req__popup-footer {
  padding: 10px 20px 0;
  padding: 0.625rem 1.25rem 0;
}
.car-req__popup-footer > p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px;
  margin-top: 0.938rem;
  text-align: center;
}
.car-req__popup-box {
  display: flex;
  flex-direction: row;
  border: 1px solid #c8cece;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 10px;
  border-radius: 0.625rem;
}
@media (max-width: 580px) {
  .car-req__popup-box {
    flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
  }
}
.car-req__popup-box-link {
  display: flex;
  flex-direction: row;
  flex: 0 0 50%;
  position: relative;
}
.car-req__popup-box-link span {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #0146a4;
  font-weight: 600;
}
.car-req__popup-box-link p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
.car-req__popup-box-link svg.car-req__popup-box-link-active {
  position: absolute;
  left: 3px;
  left: 0.188rem;
  top: 3px;
  top: 0.188rem;
  width: 15px;
  width: 0.938rem;
  height: auto;
  display: block;
  opacity: 0;
}
.car-req__popup-box-link.active svg.car-req__popup-box-link-active {
  opacity: 1;
}
.car-req__list {
  filter: blur(10px);
  filter: blur(0.625rem);
}

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