*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid #c31730;
  outline-offset: 3px;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/unbounded/v12/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx447Ngc6L.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/unbounded/v12/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx44fNgc6L.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/unbounded/v12/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx44TNgc6L.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/unbounded/v12/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx44rNgQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Rubik", system-ui, sans-serif;
  font-weight: 400;
  color: #1e1f1e;
  background: #fff;
  min-height: 100vh;
  line-height: 1.4;
}

.home {
  background: #efefef;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-main {
  overflow: clip;
}

html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

.page-main--home {
  padding-bottom: 74px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border-radius: 26px;
  background: #ececec;
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.car-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 768px) {
  .car-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .car-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-page {
  padding-bottom: 80px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 38px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: #c31730;
  color: #fff;
}

.button--glow {
  box-shadow: 0 0 13.5px rgba(195, 23, 48, 0.63);
}

.button--ghost {
  color: #fff;
  padding: 14px 30px;
}

.button--ghost img {
  width: 24px;
  height: 24px;
}

.button--light {
  background: #fff;
  color: #1f1f1f;
  font-size: 20px;
  padding: 18px 30px;
}

.advantage-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 26px 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 28.3px rgba(0, 0, 0, 0.14);
  color: #242425;
}

.advantage-card--dark {
  background: #242424;
  color: #fff;
  box-shadow: none;
}

.advantage-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #dedede;
}

.advantage-card--dark .advantage-card__icon {
  background: #454646;
}

.advantage-card__icon img {
  width: 30px;
  height: 30px;
}

.advantage-card__title {
  font-size: 18px;
  font-weight: 500;
}

.advantage-card__text {
  font-size: 18px;
  opacity: 0.6;
}

.car-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
  padding: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  background: #fff;
}

.car-card__preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  border: 1px solid #e9e9e9;
  border-radius: 9px;
  background: #fff;
}

.car-card__class {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  max-width: calc(100% - 20px);
  padding: 5px 10px;
  border-radius: 6px;
  background: #c31730;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 8px rgba(24, 23, 23, 0.18);
}

.car-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.car-card__image {
  width: 100%;
  height: 172px;
  object-fit: contain;
}

.car-card__title {
  width: 100%;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.car-card__specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding-bottom: 8px;
  margin-top: 10px;
}

.car-card__spec {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #646464;
  font-size: 14px;
}

.car-card__spec img {
  width: 18px;
  height: 18px;
}

.car-card__prices {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  font-size: 14px;
  color: #252525;
}

.car-card__prices-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  font-weight: 700;
}

.car-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  padding: 8px 10px;
}

.car-card__price-row:nth-child(even) {
  background: #f8f8f8;
}

.car-card__price-value small {
  font-weight: 400;
  color: #909090;
}

.car-card__cta {
  width: 100%;
  margin-top: auto;
}

.faq-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 11.5px rgba(0, 0, 0, 0.14);
  padding: 24px 26px;
}

.faq-item__question {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #242425;
  list-style: none;
  cursor: pointer;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
}

.faq-item__question span {
  flex: 1;
}

.faq-item__chevron {
  width: 10px;
  height: 19px;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-item__chevron {
  transform: rotate(90deg);
}

.faq-item__answer {
  padding: 16px 0 0 35px;
  color: #666;
  font-size: 16px;
}

.review-card {
  display: none;
  flex-direction: column;
  gap: 18px;
  width: min(100%, 386px);
  padding: 36px;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 4px 28.3px rgba(0, 0, 0, 0.14);
}

.review-card.is-active {
  display: flex;
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.review-card__name {
  font-size: 20px;
  font-weight: 500;
  color: #252525;
}

.review-card__stars {
  display: flex;
  gap: 3px;
  margin-top: 6px;
}

.review-card__stars img {
  width: 16px;
  height: 16px;
}

.review-card__title {
  font-size: 18px;
  font-weight: 500;
}

.review-card__text {
  font-size: 18px;
  line-height: 24px;
  height: 96px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: rgba(36, 36, 37, 0.6);
  scrollbar-width: thin;
  scrollbar-color: #909090 #f8f8f8;
}

.review-card__text::-webkit-scrollbar {
  width: 6px;
}

.review-card__text::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #f8f8f8;
}

.review-card__text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #909090;
}

.review-card__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.review-card__nav-button {
  flex-shrink: 0;
  line-height: 0;
}

.review-card__nav-button:disabled {
  opacity: 0.2;
  cursor: default;
}

.review-card__nav-button img {
  width: 60px;
  height: 33px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .faq-item__dot {
    display: none;
  }
  .faq-item__question {
    gap: 12px;
  }
  .faq-item__answer {
    padding-left: 0;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wpcf7 .hidden-fields-container,
.wpcf7-display-none {
  display: none;
}

.wpcf7-spinner {
  visibility: hidden;
}

.wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
}

.polcar-booking-overlay {
  display: none;
  position: fixed;
  z-index: 100001;
  inset: 0;
  background: rgba(24, 23, 23, 0.62);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 16px;
}

.polcar-booking-overlay.is-open {
  display: block;
}

.polcar-booking-dialog {
  position: relative;
  width: min(100%, 440px);
  margin: 40px auto;
  padding: 40px 32px 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.polcar-booking-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #c31730;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.polcar-booking-title {
  margin: 0 0 24px;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #1e1f1e;
}

.polcar-booking-dialog .wpcf7-form,
.polcar-booking-form {
  position: relative;
  display: grid;
  gap: 12px;
}

.polcar-booking-field,
.polcar-booking-dialog .wpcf7 p {
  position: relative;
  margin: 0;
}

.polcar-booking-dialog .wpcf7-form-control-wrap {
  display: block;
}

.polcar-booking-form input[type=text],
.polcar-booking-form input[type=tel],
.polcar-booking-form input[type=date],
.polcar-booking-form select,
.polcar-booking-form textarea,
.polcar-booking-dialog .wpcf7 input[type=text],
.polcar-booking-dialog .wpcf7 input[type=tel],
.polcar-booking-dialog .wpcf7 input[type=date],
.polcar-booking-dialog .wpcf7 select,
.polcar-booking-dialog .wpcf7 textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
  color: #1e1f1e;
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 15px;
  appearance: none;
}

.polcar-booking-form textarea,
.polcar-booking-dialog .wpcf7 textarea {
  height: 104px;
  resize: vertical;
}

.polcar-booking-form input:focus,
.polcar-booking-form select:focus,
.polcar-booking-form textarea:focus,
.polcar-booking-dialog .wpcf7 input:focus,
.polcar-booking-dialog .wpcf7 select:focus,
.polcar-booking-dialog .wpcf7 textarea:focus {
  outline: none;
  border-color: #c31730;
}

.polcar-booking-form ::placeholder,
.polcar-booking-dialog .wpcf7 ::placeholder {
  color: #909090;
}

.polcar-booking-field-select select,
.polcar-booking-dialog .wpcf7 select {
  padding-right: 44px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.4 1.2L6 5.8l4.6-4.6L12 2.6 6 8.6 0 2.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.polcar-booking-form input[type=date],
.polcar-booking-dialog .wpcf7 input[type=date] {
  color-scheme: light;
}

.polcar-booking-submit-wrap,
.polcar-booking-dialog .wpcf7-submit {
  margin-top: 8px;
}

.polcar-booking-submit,
.polcar-booking-dialog .wpcf7-submit {
  width: 100%;
  background: #c31730;
  color: #fff;
}

.polcar-booking-submit:disabled,
.polcar-booking-dialog .wpcf7-submit:disabled {
  opacity: 0.7;
  cursor: default;
  transform: none;
}

.polcar-booking-dialog .wpcf7-not-valid {
  border-color: #c31730 !important;
  background-color: rgba(195, 23, 48, 0.08) !important;
}

.polcar-booking-dialog .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #c31730;
  font-size: 12px;
}

.polcar-booking-dialog .wpcf7-form .wpcf7-response-output {
  display: none;
  margin: 8px 0 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  color: #2e7d32;
  background: #eaf6ea;
}

.polcar-booking-dialog .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}

.polcar-booking-dialog .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: 0;
  transform: translate(-50%, -50%);
}

.polcar-booking-dialog .wpcf7-form.submitting::before,
.polcar-booking-form.submitting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

body.polcar-booking-open {
  overflow: hidden;
}

.polcar-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.polcar-stars {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
}

.polcar-stars__label {
  font-size: 14px;
  color: #666;
}

.polcar-stars__row {
  display: flex;
  gap: 4px;
}

.polcar-stars__star img {
  width: 28px;
  height: 28px;
  opacity: 0.22;
  filter: grayscale(1);
  transition: opacity 0.12s ease, filter 0.12s ease, transform 0.12s ease;
}

.polcar-stars__star:hover img {
  transform: scale(1.12);
}

.polcar-stars[data-rating="1"] .polcar-stars__star:nth-child(-n+1) img {
  opacity: 1;
  filter: none;
}

.polcar-stars[data-rating="2"] .polcar-stars__star:nth-child(-n+2) img {
  opacity: 1;
  filter: none;
}

.polcar-stars[data-rating="3"] .polcar-stars__star:nth-child(-n+3) img {
  opacity: 1;
  filter: none;
}

.polcar-stars[data-rating="4"] .polcar-stars__star:nth-child(-n+4) img {
  opacity: 1;
  filter: none;
}

.polcar-stars[data-rating="5"] .polcar-stars__star:nth-child(-n+5) img {
  opacity: 1;
  filter: none;
}

.polcar-stars .polcar-stars__row:hover .polcar-stars__star img {
  opacity: 1;
  filter: none;
}

.polcar-stars .polcar-stars__row:hover .polcar-stars__star:hover ~ .polcar-stars__star img {
  opacity: 0.22;
  filter: grayscale(1);
}

.wpcf7-form-control-wrap:has(.wpcf7-not-valid) .polcar-stars,
.polcar-stars.is-invalid {
  border-color: #c31730;
  background-color: rgba(195, 23, 48, 0.08);
}

.polcar-booking-form .is-invalid {
  border-color: #c31730 !important;
  background-color: rgba(195, 23, 48, 0.08) !important;
}

.polcar-review-error,
.polcar-review-success {
  margin: 0;
  font-size: 14px;
}

.polcar-review-error {
  color: #c31730;
}

.polcar-review-success {
  padding: 10px 12px;
  border-radius: 12px;
  color: #2e7d32;
  background: #eaf6ea;
  text-align: center;
}

@media (max-width: 768px) {
  .polcar-booking-dialog {
    margin: 16px auto;
    padding: 36px 20px 24px;
  }
}
.site-header {
  position: absolute;
  top: var(--wp-admin--admin-bar--height, 0px);
  right: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header.is-fixed {
  position: fixed;
  background: rgba(24, 23, 23, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 782px) {
  .site-header.is-fixed,
  .site-header.is-open {
    top: 0;
  }
}
.site-header__inner {
  width: min(100% - clamp(16px, 5.8vw, 84px) * 2, 1318px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "brand tools" "phones phones";
  align-items: center;
  gap: 10px 16px;
  min-height: 79px;
  padding-block: 10px;
}

.site-header__brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 0;
}

.site-header__logo-image {
  width: 114px;
  height: 62px;
  object-fit: contain;
}

.site-header__nav {
  display: none;
}

.site-header__menu {
  display: none;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.site-header__menu > .menu-item {
  position: relative;
}

.site-header__menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s ease;
}

.site-header__menu > .menu-item > a:hover,
.site-header__menu > .current-menu-item > a,
.site-header__menu > .current-menu-ancestor > a {
  color: #c31730;
}

.site-header__sub-toggle {
  display: none;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.site-header__sub-toggle::before,
.menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.15s ease;
}

.menu-item-has-children > a::after {
  display: none;
}

.site-header__menu .sub-menu {
  display: none;
}

.site-header__tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__phones {
  grid-area: phones;
  position: relative;
  display: flex;
  justify-content: center;
}

.site-header__lang {
  position: relative;
  display: none;
}

.site-header__phones-toggle,
.site-header__lang-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 500;
  transition: color 0.15s ease;
}

.site-header__phones-toggle:hover,
.site-header__lang-toggle:hover {
  color: #c31730;
}

.site-header__phones-toggle {
  font-size: 16px;
}

.site-header__lang-toggle {
  font-size: 14px;
}

.site-header__chevron {
  width: 8px;
  height: 4px;
  object-fit: contain;
  transition: transform 0.15s ease;
}

.site-header__phones.is-open .site-header__chevron,
.site-header__lang.is-open .site-header__chevron {
  transform: rotate(180deg);
}

.site-header__phones-list,
.site-header__lang-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  min-width: 0;
  padding: 6px;
  border-radius: 8px;
  background: #181717;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 5;
}

.site-header__phones-list {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.site-header__phones.is-open .site-header__phones-list,
.site-header__lang.is-open .site-header__lang-list {
  display: grid;
  gap: 2px;
}

.site-header__phones-list a,
.site-header__lang-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.site-header__phones-list a:hover,
.site-header__lang-list a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.site-header__lang-list a.is-current {
  color: #c31730;
}

.site-header__cta {
  display: inline-flex;
  flex-shrink: 0;
  padding: 10px 14px;
  font-size: 13px;
}

.site-header__burger {
  display: grid;
  gap: 5px;
  width: 40px;
  height: 40px;
  place-content: center;
}

.site-header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-header.is-open .site-header__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-header__burger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.site-header.is-open .site-header__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header.is-open {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #181717;
  backdrop-filter: none;
  box-shadow: none;
  overflow: hidden;
}

.site-header.is-open .site-header__inner {
  background: #181717;
}

.site-header.is-open .site-header__nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: var(--header-h, 100%);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #181717;
  padding: 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.site-header.is-open .site-header__menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  font-size: 18px;
}

.site-header.is-open .site-header__menu > .menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 4px;
}

.site-header.is-open .site-header__sub-toggle {
  display: inline-flex;
}

.site-header.is-open .menu-item-has-children.is-open > .site-header__sub-toggle::before {
  transform: rotate(180deg);
}

.site-header.is-open .site-header__menu .sub-menu {
  grid-column: 1/-1;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 8px 0 12px 14px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.site-header.is-open .menu-item-has-children.is-open > .sub-menu {
  display: flex;
}

.site-header__lang-bar {
  display: none;
}

.site-header.is-open .site-header__lang-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 32px;
}

.site-header__lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.site-header__lang-btn.is-current {
  background: #c31730;
  border-color: #c31730;
}

@media (min-width: 1100px) {
  .site-header__inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-block: 14px;
  }
  .site-header__logo-image {
    width: 94px;
    height: 51px;
  }
  .site-header__menu,
  .site-header__nav,
  .site-header__phones,
  .site-header__lang,
  .site-header__cta {
    display: flex;
  }
  .site-header__phones {
    order: 2;
    justify-content: flex-start;
    margin-left: auto;
  }
  .site-header__phones-list {
    left: auto;
    right: 0;
    transform: none;
  }
  .site-header__tools {
    order: 3;
    gap: 16px;
    margin-left: 0;
  }
  .site-header__cta {
    padding: 16px 38px;
    font-size: 16px;
  }
  .site-header__burger {
    display: none;
  }
  .site-header.is-open {
    position: absolute;
    inset: auto;
    top: var(--wp-admin--admin-bar--height, 0px);
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 20;
    background: transparent;
    overflow: visible;
  }
  .site-header.is-open.is-fixed {
    position: fixed;
    background: rgba(24, 23, 23, 0.92);
  }
  .site-header.is-open .site-header__inner {
    background: transparent;
  }
  .site-header.is-open .site-header__nav {
    position: static;
    inset: auto;
    background: none;
    padding: 0;
    overflow: visible;
    flex-direction: row;
  }
  .site-header.is-open .site-header__lang-bar,
  .site-header__lang-bar {
    display: none;
  }
  .site-header.is-open .site-header__menu {
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    gap: 22px;
    width: auto;
  }
  .site-header.is-open .site-header__menu > .menu-item-has-children,
  .site-header__menu > .menu-item-has-children {
    display: block;
  }
  .site-header.is-open .site-header__sub-toggle,
  .site-header__sub-toggle {
    display: none;
  }
  .site-header.is-open .menu-item-has-children.is-open > .sub-menu {
    display: none;
  }
  .menu-item-has-children > a::after {
    display: inline-block;
  }
  .site-header__menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6;
    min-width: 220px;
    padding: 8px;
    border-radius: 8px;
    background: #181717;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  }
  .site-header__menu .sub-menu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 12px;
  }
  .site-header__menu .sub-menu a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .site-header__menu .sub-menu a:hover,
  .site-header__menu .sub-menu .current-menu-item > a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .site-header__menu > .menu-item-has-children:hover > .sub-menu,
  .site-header__menu > .menu-item-has-children:focus-within > .sub-menu {
    display: grid;
    gap: 2px;
  }
  .site-header__menu > .menu-item-has-children:hover > a::after,
  .site-header__menu > .menu-item-has-children:focus-within > a::after {
    transform: rotate(180deg);
  }
}
.site-footer {
  background: #181717;
  color: #fff;
  padding: 52px clamp(16px, 5.8vw, 84px) 24px;
}

.site-footer__inner {
  width: min(100%, 1318px);
  margin-inline: auto;
}

.site-footer__top {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}

.site-footer__logo img {
  width: 94px;
  height: 51px;
  object-fit: contain;
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
}

.site-footer__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.site-footer__label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.site-footer__text {
  font-size: 14px;
  opacity: 0.4;
  line-height: 1.5;
}

.site-footer__text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__social-link img {
  width: 47px;
  height: 47px;
}

.site-footer__copy {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.2;
}

.site-footer__lang {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.site-footer__lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.site-footer__lang-btn.is-current {
  background: #c31730;
  border-color: #c31730;
}

@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer__top {
    grid-template-columns: auto 1fr auto;
  }
  .site-footer__nav {
    justify-self: start;
    margin-left: 48px;
  }
  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr auto;
  }
}
@media (min-width: 1100px) {
  .site-footer__lang {
    display: none;
  }
}
.page-hero {
  background: linear-gradient(86.4deg, #161616 2.7%, #222 93.9%);
  border-bottom-left-radius: 46px;
  border-bottom-right-radius: 46px;
  padding: 132px 16px 24px;
  text-align: center;
}

.page-hero__inner {
  width: min(100% - clamp(16px, 5.8vw, 84px) * 2, 1318px);
  margin-inline: auto;
}

.page-hero__crumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
}

.page-hero__crumbs a {
  color: inherit;
}

.page-hero__crumbs a:hover {
  color: #fff;
}

.page-hero__title {
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(24px, 6vw, 58px);
  font-weight: 400;
  color: #fff;
}

@media (min-width: 768px) {
  .page-hero {
    padding: 144px clamp(16px, 5.8vw, 84px) 72px;
  }
  .page-hero__crumbs {
    margin-bottom: 20px;
  }
}
.error-404 {
  width: min(100% - clamp(16px, 5.8vw, 84px) * 2, 1318px);
  margin-inline: auto;
  padding: 64px 0 96px;
  text-align: center;
}

.error-404__lead {
  margin: 0 0 12px;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  color: #1e1f1e;
}

.error-404__text {
  margin: 0 0 32px;
  font-size: 18px;
  color: #666;
}

.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.error-404__fleet {
  background: #efefef;
  color: #1e1f1e;
}

/*# sourceMappingURL=main.css.map */.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 */