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

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