.hidden {
  display: none;
}

span.error{
  color: red!important;
  font-size: 11px;
}

.header__logo{
  text-decoration: none;
}

.text-nowrap.blue {
  color: #176888 !important;
}

.nowrap-del {
  text-decoration: line-through;
  color: #607D8B;
}

.js-result-car {
  display: flex;
  justify-content: space-between;
}

.header__logo img {
  max-height: 47px;
}

@media (max-width: 767.98px) {
  .card-body .text {
    font-size: 14px;
  }
  .js-result-car {
    display: block;
  }
  .js-result-car > * {
    display: block;
  }
  .header__logo img {
    max-height: 20px;
  }  
}

.compire-item__checklist__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 20px;
}

.compare-checkbox {
  position: relative;
  width: 24px;
  height: 24px;
}

.compare-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.compare-checkbox input[type="checkbox"]:checked + label {
  background-color: #14191B;
  border-color: #14191B;
}
.compare-checkbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.compare-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.compare-checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.section-404 {
    justify-content: center;
    align-items: center;
    display: flex;
    height: calc(100vh - 313px);
}

.section-404 .container {
    display: flex;
    gap: 36px;
    flex-direction: column;
}

.buttons-404 {
    width: fit-content;
}

@media (min-width: 1200px) {
  .fs-1 {
      font-size: 1.8rem !important;
  }
}
@media (max-width: 1200px) {
  .fs-1 {
      font-size: 1.4rem !important;
  }

  .card-header:first-child {
    position: sticky !important;
    top: 48px;
    z-index: 10;
  }

  .benefits {
    padding: 12px 16px;
  }
  .benefits__promo__text {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .benefits__promo {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .benefit__title span {
    color: var(--White, #FFF);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
  }
  .benefit__title {
    color: var(--White, #FFF);
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 175% */
    text-transform: uppercase;
  }

  .beneftits__container {
    justify-content: inherit;
  }
  .benefit__desc {
    margin: auto 0 0 0;
    color: var(--Grey-Light-grey, #F6F6F6);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 140% */
  }
  .benefit_car {
    left: -59px;
    bottom: 12px;
    max-width: 226px;
}
  .benefit_circle {
    width: 250px;
    height: 250px;
    left: -70px;
    bottom: -40px;
  }
}

@media (max-width: 480px) {
    .main__card-header-asset {
        display: none;
    }

    .benefit_car {
        left: -59px;
        bottom: 2px;
        max-width: 220px;
    }
    .benefit_circle {
        width: 210px;
        height: 210px;
        left: -80px;
        bottom: -55px;
    }
}