.fleet-filter,
.fleet-results {
  width: min(100% - 32px, 1318px);
  margin: 40px auto;
}

.fleet-filter__title {
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 22px;
}

.fleet-filter__toggle {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 49px;
  margin: 0 auto 16px;
  padding: 0 30px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: #c31730;
  font-weight: 500;
  background: #fff;
}

.fleet-filter__form {
  display: none;
  gap: 16px;
}

.fleet-filter.is-open .fleet-filter__form {
  display: grid;
}

.fleet-filter__field {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.fleet-filter__field select {
  width: 100%;
  padding: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f8f8f8 url(//polcar.odessa.ua/wp-content/themes/polcar/assets/icons/chevron-brand.svg) no-repeat right 16px center;
  background-size: 10px 5px;
  appearance: none;
  font-weight: 400;
}

.fleet-filter__submit {
  height: 49px;
  align-self: end;
  padding: 0 30px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: #c31730;
  font-weight: 500;
  background: #fff;
}

.fleet-results__bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.fleet-results__count {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
}

.fleet-results__sort {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 2px 6px;
}

.fleet-results__sort img {
  width: 15px;
  height: 16px;
  flex-shrink: 0;
}

.fleet-results__sort select {
  min-width: 140px;
  padding: 4px 28px 4px 0;
  border: 0;
  background: transparent url(//polcar.odessa.ua/wp-content/themes/polcar/assets/icons/chevron-brand.svg) no-repeat right center;
  background-size: 10px 5px;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  outline: 0 !important;
}

.fleet-results__sort select.is-filled {
  opacity: 1;
}

.fleet-seo {
  width: min(100% - 32px, 1318px);
  margin: 24px auto 72px;
}

.fleet-seo__text > :first-child {
  margin-top: 0;
}
.fleet-seo__text h2,
.fleet-seo__text h3,
.fleet-seo__text h4 {
  color: #1e1f1e;
  line-height: 1.3;
}
.fleet-seo__text h2 {
  margin: 48px 0 16px;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
}
.fleet-seo__text h3 {
  margin: 32px 0 12px;
  font-size: 22px;
  font-weight: 500;
  color: #242425;
}
.fleet-seo__text h4 {
  margin: 24px 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
}
.fleet-seo__text p,
.fleet-seo__text ul,
.fleet-seo__text ol,
.fleet-seo__text blockquote,
.fleet-seo__text figure,
.fleet-seo__text .wp-block-table {
  margin-bottom: 18px;
}
.fleet-seo__text ul,
.fleet-seo__text ol {
  padding-left: 28px;
}
.fleet-seo__text ul {
  list-style: disc;
}
.fleet-seo__text ol {
  list-style: decimal;
}
.fleet-seo__text li + li {
  margin-top: 8px;
}
.fleet-seo__text li ul,
.fleet-seo__text li ol {
  margin: 8px 0 0;
}
.fleet-seo__text a {
  color: #c31730;
  font-weight: 500;
  text-decoration: underline;
}
.fleet-seo__text strong,
.fleet-seo__text b {
  color: #1e1f1e;
  font-weight: 600;
}
.fleet-seo__text blockquote {
  padding: 16px 20px;
  border-left: 3px solid #c31730;
  border-radius: 0 12px 12px 0;
  background: #f8f8f8;
  color: #252525;
}
.fleet-seo__text hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #e4e4e4;
}
.fleet-seo__text img {
  border-radius: 14px;
}
.fleet-seo__text figure.wp-block-table,
.fleet-seo__text .wp-block-table,
.fleet-seo__text > table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.fleet-seo__text table {
  width: max-content !important;
  min-width: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  color: #1e1f1e;
}
.fleet-seo__text th,
.fleet-seo__text td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
}
.fleet-seo__text th {
  background: #181717;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.fleet-seo__text thead th:first-child {
  border-top-left-radius: 13px;
}
.fleet-seo__text thead th:last-child {
  border-top-right-radius: 13px;
}
.fleet-seo__text tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.fleet-seo__text tbody tr:last-child td {
  border-bottom: 0;
}
.fleet-seo__text tbody tr:hover {
  background: #f7ecee;
}
.fleet-seo__text figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #909090;
}
.fleet-seo__text {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  max-height: 96px;
  overflow: hidden;
}

.fleet-seo:not(.is-open) .fleet-seo__text p,
.fleet-seo:not(.is-open) .fleet-seo__text ul,
.fleet-seo:not(.is-open) .fleet-seo__text ol,
.fleet-seo:not(.is-open) .fleet-seo__text blockquote,
.fleet-seo:not(.is-open) .fleet-seo__text figure,
.fleet-seo:not(.is-open) .fleet-seo__text h2,
.fleet-seo:not(.is-open) .fleet-seo__text h3,
.fleet-seo:not(.is-open) .fleet-seo__text h4,
.fleet-seo:not(.is-open) .fleet-seo__text .wp-block-table {
  margin-top: 0;
  margin-bottom: 0;
}
.fleet-seo:not(.is-open) .fleet-seo__text li + li {
  margin-top: 0;
}

.fleet-seo.is-open .fleet-seo__text {
  max-height: none;
  overflow: visible;
}

.fleet-seo__toggle {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #c31730;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.fleet-seo__toggle[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .fleet-filter__toggle {
    display: none;
  }
  .fleet-filter__form {
    display: grid;
  }
}
@media (min-width: 1280px) {
  .fleet-filter__form {
    grid-template-columns: repeat(5, 1fr) auto;
  }
}
@media (max-width: 767px) {
  .fleet-filter__title {
    text-align: center;
  }
}

/*# sourceMappingURL=fleet.css.map */