.elementor-2 .elementor-element.elementor-element-db0934f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-a88e009{--display:flex;}body.elementor-page-2:not(.elementor-motion-effects-element-type-background), body.elementor-page-2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F1014;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-db0934f{--content-width:1600px;}.elementor-2 .elementor-element.elementor-element-a88e009{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-56375c1 */.extra-info {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: linear-gradient(#FFFFE0); /* Яскравий градієнт, привертає увагу */
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
   /* Тінь в тон фону */
  margin-bottom: 16px;
  /* Заборона виділення тексту, якщо це суто візуальний елемент */
  user-select: none; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44c9cb9 *//* ===== CALCULATOR FINAL CLEAN VERSION ===== */

.evdp-site .calculator-section {
  padding: 58px 0;
  background: #ffffff;
}

.evdp-site .calculator-header-left {
  width: 100%;
  max-width: 760px;
  margin: 0 0 24px 0 !important;
  text-align: left !important;
}

.evdp-site .calculator-header-left > * {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.evdp-site .calculator-header-left .section-title {
  margin-bottom: 14px;
}

.evdp-site .calculator-text {
  max-width: 620px;
  margin: 0;
}

.evdp-site .calc-form,
.evdp-site .calc-form-compact {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--evdp-border);
  border-radius: 20px;
  box-shadow: var(--evdp-shadow);
}

.evdp-site .evdp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin-bottom: 16px;
}

.evdp-site .evdp-form-grid .form-row {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
}

.evdp-site .calc-form label {
  margin-bottom: 7px;
  color: var(--evdp-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.evdp-site .calc-form input,
.evdp-site .calc-form select {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid #d7dfe8;
  border-radius: 14px;
  background: #fbfcfe;
  color: var(--evdp-text);
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
}

.evdp-site .calc-form input::placeholder {
  color: #8a95a6;
}

.evdp-site .calc-form input:focus,
.evdp-site .calc-form select:focus {
  outline: none;
  border-color: #efc13c;
  background: #ffffff;
}

.evdp-site .evdp-checks,
.evdp-site .evdp-checks-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 18px;
}

.evdp-site .evdp-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 56px;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid var(--evdp-border);
  border-radius: 14px;
  color: var(--evdp-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.evdp-site .evdp-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  accent-color: #d9a300;
}

.evdp-site .evdp-check span {
  display: block;
}

.evdp-site .calc-form .btn-full,
.evdp-site .calc-form-compact .btn-full {
  width: 100%;
  min-height: 56px;
  margin-top: 2px;
  border: 0;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
}

.evdp-site .calc-note {
  margin-top: 10px;
  text-align: center;
  color: var(--evdp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.evdp-site .evdp-calc-result {
  margin-top: 18px;
}

.evdp-site .evdp-result-card {
  background: #ffffff;
  border: 1px solid var(--evdp-border);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--evdp-shadow);
}

.evdp-site .evdp-result-error {
  border-color: #f1c0c0;
  background: #fff7f7;
}

.evdp-site .evdp-result-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.evdp-site .evdp-result-kicker {
  color: #b98200;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.evdp-site .evdp-result-price {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--evdp-text);
}

.evdp-site .evdp-result-distance {
  white-space: nowrap;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff6da;
  color: #7b5a00;
  font-size: 14px;
  font-weight: 700;
}

.evdp-site .evdp-result-breakdown {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.evdp-site .evdp-result-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f5;
}

.evdp-site .evdp-result-row:last-child {
  border-bottom: none;
}

.evdp-site .evdp-result-row span {
  color: var(--evdp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.evdp-site .evdp-result-row strong {
  color: var(--evdp-text);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.evdp-site .evdp-result-note {
  color: var(--evdp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.evdp-site .btn.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .evdp-site .evdp-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .evdp-site .evdp-checks,
  .evdp-site .evdp-checks-inline {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .evdp-site .calculator-section {
    padding: 40px 0;
  }

  .evdp-site .calculator-header-left {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .evdp-site .calculator-header-left .section-title {
    margin-bottom: 10px;
  }

  .evdp-site .calc-form,
  .evdp-site .calc-form-compact {
    padding: 18px;
    border-radius: 16px;
  }

  .evdp-site .evdp-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .evdp-site .evdp-checks,
  .evdp-site .evdp-checks-inline {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 6px 0 16px;
  }

  .evdp-site .evdp-check {
    min-height: 52px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .evdp-site .calc-form input,
  .evdp-site .calc-form select {
    min-height: 50px;
    font-size: 15px;
    padding: 11px 14px;
  }

  .evdp-site .calc-form .btn-full,
  .evdp-site .calc-form-compact .btn-full {
    min-height: 52px;
    font-size: 16px;
  }

  .evdp-site .evdp-result-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .evdp-site .evdp-result-price {
    font-size: 28px;
  }

  .evdp-site .evdp-result-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .evdp-site .evdp-result-row strong {
    text-align: left;
  }
}
.evdp-site .evdp-autocomplete-wrap {
  position: relative;
}

.evdp-site .evdp-suggest-box {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  border: 1px solid var(--evdp-border);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(20, 28, 40, 0.12);
  overflow: hidden;
}

.evdp-site .evdp-suggest-item {
  width: 100%;
  display: block;
  text-align: left;
  padding: 12px 14px;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #edf1f5;
  color: var(--evdp-text);
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.evdp-site .evdp-suggest-item:last-child {
  border-bottom: none;
}

.evdp-site .evdp-suggest-item:hover,
.evdp-site .evdp-suggest-item:focus {
  background: #f8fafc;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-447d07a */.evdp-site .hero-bullets {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.evdp-site .hero-bullet-item {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--evdp-border);
  border-radius: 14px;
  box-shadow: var(--evdp-shadow);
  color: var(--evdp-text);
  font-size: 14px;
  line-height: 1.6;
}

.evdp-site .hero-bullet-item strong {
  color: var(--evdp-text);
}

.evdp-site .hero-cta-text {
  margin: 0 0 14px;
  color: var(--evdp-text);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.evdp-site .hero-image-placeholder,
.evdp-site .tariff-photo-placeholder,
.evdp-site .extreme-thumb {
  background: linear-gradient(180deg, #eef2f7 0%, #dde5ef 100%);
  border: 1px solid var(--evdp-border);
}

.evdp-site .placeholder-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  color: var(--evdp-muted);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

.evdp-site .tariff-photo-placeholder {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.evdp-site .tariff-photo-placeholder span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--evdp-muted);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 16px;
}

.evdp-site .extreme-section {
  padding: 58px 0;
  background: #f4f6f9;
}

.evdp-site .extreme-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.evdp-site .extreme-item {
  background: #ffffff;
  border: 1px solid var(--evdp-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--evdp-shadow);
}

.evdp-site .extreme-thumb {
  width: 100%;
  height: 200px;
}

.evdp-site .extreme-title {
  font-size: 20px;
  line-height: 1.3;
  color: var(--evdp-text);
  font-weight: 800;
  padding: 16px 18px 8px;
}

.evdp-site .extreme-text {
  color: var(--evdp-muted);
  font-size: 15px;
  line-height: 1.65;
  padding: 0 18px 18px;
}

@media (max-width: 767px) {
  .evdp-site .hero-bullet-item {
    padding: 10px 12px;
    font-size: 14px;
  }

  .evdp-site .tariff-photo-placeholder {
    height: 120px;
  }

  .evdp-site .extreme-grid {
    grid-template-columns: 1fr;
  }

  .evdp-site .extreme-thumb {
    height: 180px;
  }
}
.evdp-site .extreme-thumb {
  width: 100%;
  height: 240px; /* Увеличили место под фото (было 200px) */
  overflow: hidden; /* Обрезаем все, что выходит за рамки */
  position: relative;
}

/* НОВОЕ ПРАВИЛО: жестко контролируем картинку внутри блока */
.evdp-site .extreme-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Картинка масштабируется и заполняет блок без искажений пропорций */
  display: block;
}

.evdp-site .extreme-title {
  font-size: 20px;
  line-height: 1.3;
  color: var(--evdp-text);
  font-weight: 800;
  padding: 16px 18px 8px;
  margin: 0; /* На всякий случай сбрасываем внешний отступ браузера */
}

.evdp-site .extreme-text {
  color: var(--evdp-muted);
  font-size: 15px;
  line-height: 1.65;
  padding: 0 18px 18px;
  margin: 0;
}

@media (max-width: 767px) {
  /* ... твои предыдущие стили для мобилки ... */

  .evdp-site .extreme-thumb {
    height: 200px; /* Увеличили для мобилки (было 180px) */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2f3573 */.evdp-site .fleet-thumb {
  position: relative;
  overflow: hidden;
  /* Якщо висота не задана жорстко, задай її тут, наприклад: height: 200px; */
}

.evdp-site .fleet-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c9e0c9 *//* ===== DRIVER SECTION ===== */

.evdp-site .driver-section {
  padding: 58px 0;
  background: #ffffff;
}

.evdp-site .driver-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.evdp-site .driver-visual {
  flex: 1 1 42%;
  min-width: 280px;
}

.evdp-site .driver-content {
  flex: 1 1 52%;
  min-width: 280px;
}

.evdp-site .driver-photo-placeholder {
  width: 100%;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--evdp-border);
  background: linear-gradient(180deg, #eef2f7 0%, #dde5ef 100%);
  box-shadow: var(--evdp-shadow);
}

.evdp-site .driver-points {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.evdp-site .driver-point {
  background: #ffffff;
  border: 1px solid var(--evdp-border);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: var(--evdp-shadow);
}

.evdp-site .driver-point strong {
  display: block;
  color: var(--evdp-text);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.evdp-site .driver-point span {
  color: var(--evdp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.evdp-site .driver-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.evdp-site .driver-stat {
  background: #f8fafc;
  border: 1px solid var(--evdp-border);
  border-radius: 14px;
  padding: 16px;
}

.evdp-site .driver-stat-num {
  display: block;
  color: var(--evdp-text);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.evdp-site .driver-stat-label {
  display: block;
  color: var(--evdp-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

/* ===== FLEET / DIMENSIONS ===== */

.evdp-site .fleet-section {
  padding: 58px 0;
  background: #f4f6f9;
}

.evdp-site .fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.evdp-site .fleet-item {
  background: #ffffff;
  border: 1px solid var(--evdp-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--evdp-shadow);
}

.evdp-site .fleet-thumb {
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, #eef2f7 0%, #dde5ef 100%);
  border-bottom: 1px solid var(--evdp-border);
}

.evdp-site .fleet-title {
  padding: 16px 18px 18px;
  color: var(--evdp-text);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.evdp-site .fleet-note {
  margin-top: 20px;
  padding: 16px 18px;
  background: #fff8e7;
  border: 1px solid #f2df9e;
  border-radius: 14px;
  color: #6f5a18;
  font-size: 14px;
  line-height: 1.65;
}

/* ===== REVIEWS ===== */

.evdp-site .reviews-section {
  padding: 58px 0;
  background: #ffffff;
}

.evdp-site .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.evdp-site .review-shot {
  background: #ffffff;
}

.evdp-site .review-shot-box {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--evdp-border);
  background: linear-gradient(180deg, #eef2f7 0%, #dde5ef 100%);
  box-shadow: var(--evdp-shadow);
}

.evdp-site .review-caption {
  margin-top: 12px;
  color: var(--evdp-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* ===== FINAL CTA ===== */

.evdp-site .final-cta-section {
  padding: 64px 0;
  background:
    linear-gradient(135deg, rgba(242,182,0,0.16), rgba(255,255,255,0) 55%),
    #fff8e7;
  text-align: center;
}

.evdp-site .final-cta-inner {
  max-width: 860px;
  margin: 0 auto;
}

.evdp-site .final-cta-actions {
  margin-top: 16px;
}

.evdp-site .final-cta-btn {
  min-width: 320px;
}

.evdp-site .final-cta-note {
  margin-top: 12px;
  color: var(--evdp-text);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {
  .evdp-site .driver-inner {
    flex-direction: column;
  }

  .evdp-site .driver-photo-placeholder {
    min-height: 280px;
  }

  .evdp-site .driver-stats {
    grid-template-columns: 1fr;
  }

  .evdp-site .fleet-grid {
    grid-template-columns: 1fr;
  }

  .evdp-site .fleet-thumb {
    height: 180px;
  }

  .evdp-site .reviews-grid {
    grid-template-columns: 1fr;
  }

  .evdp-site .review-shot-box {
    height: 240px;
  }

  .evdp-site .final-cta-btn {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bde79e4 */.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}/* End custom CSS */