@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.button,
.cta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2F3239;
  background: #fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.content {
  flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
}

.d-none {
  display: none !important;
}

button {
  outline: none !important;
}

.btn-close {
  outline: none;
  box-shadow: none;
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

.evk-page {
  background: #f3f3f3;
  color: #212121;
  overflow: clip;
}
.evk-page *,
.evk-page *::before,
.evk-page *::after {
  box-sizing: border-box;
}
.evk-page img {
  max-width: 100%;
  display: block;
  height: auto;
}
.evk-page a {
  color: inherit;
  text-decoration: none;
}
.evk-container {
  width: min(100% - 32px, 1680px);
  margin-inline: auto;
}

.evk-title-xl,
.evk-page h1,
.evk-page h2,
.evk-page h3 {
  margin: 0;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.evk-title-xl {
  font-size: 42px;
  text-transform: uppercase;
}
.evk-title-xl span {
  color: #efc54e;
}

.evk-page h2 {
  font-size: 34px;
  text-transform: uppercase;
}

.evk-page h3 {
  font-size: 22px;
}

.evk-overline {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.evk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 34px;
  border: 0;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-btn {
  font-family: "Inter", sans-serif;
}
.evk-btn--primary {
  background: #efc54e;
  color: #212121;
}
.evk-btn--primary:hover {
  background: #e7bc3c;
}
.evk-btn--dark {
  background: #242424;
  color: #fff;
}
.evk-btn--dark:hover {
  background: #111;
}
.evk-btn--block {
  width: 100%;
}

.evk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 16px 0;
  backdrop-filter: blur(12px);
  background: rgba(243, 243, 243, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.evk-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.evk-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.evk-brand {
  display: grid;
  gap: 2px;
  min-width: 120px;
}
.evk-brand .logo {
  max-width: 120px;
}
.evk-brand__logo {
  font-size: clamp(30px, 2vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
.evk-brand__text {
  max-width: 180px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.2;
}
.evk-brand--footer .evk-brand__logo {
  color: #fff;
}
.evk-brand--footer .evk-brand__text {
  color: rgba(255, 255, 255, 0.75);
}

.evk-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.evk-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.evk-nav a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #242424;
}

.evk-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Telegram */
.evk-social--tg {
  background: #2CA5E0;
}

/* Viber */
.evk-social--viber {
  background: #7360F2;
}

/* WhatsApp */
.evk-social--wa {
  background: #25D366;
}

/* Instagram (градієнт як у сучасних UI) */
.evk-social--ig {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.evk-social {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.evk-social::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: 0.25s;
}
.evk-social:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.evk-social::after {
  opacity: 1;
}
.evk-social svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.evk-phone {
  display: grid;
  gap: 4px;
}
.evk-phone strong {
  font-size: clamp(24px, 2vw, 40px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.evk-phone span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f5f5f;
  font-size: 15px;
}
.evk-phone em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 4px 8px;
  background: #efc54e;
  border-radius: 8px;
  color: #242424;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.evk-phone:hover strong {
  color: #e7bc3c;
}

.evk-burger {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #efc54e;
  cursor: pointer;
  position: relative;
}
.evk-burger span {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #242424;
  transform: translateX(-50%);
  transition: transform 0.28s ease, opacity 0.28s ease, top 0.28s ease;
}

.evk-mobile-menu {
  padding: 0 0 18px;
  padding-top: 15px;
  backdrop-filter: blur(12px);
  background: rgba(243, 243, 243, 0.9);
  position: absolute;
  width: 100%;
}
.evk-mobile-menu ul {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.evk-mobile-menu a {
  display: block;
  padding: 16px 18px;
  background: #ffffff;
  border-radius: 14px;
  font-weight: 700;
}

.evk-burger span:nth-child(1) {
  top: 18px;
}

.evk-burger span:nth-child(2) {
  top: 25px;
}

.evk-burger span:nth-child(3) {
  top: 32px;
}

.evk-menu-open .evk-burger span:nth-child(1) {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}
.evk-menu-open .evk-burger span:nth-child(2) {
  opacity: 0;
}
.evk-menu-open .evk-burger span:nth-child(3) {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.evk-hero {
  padding: 34px 0 64px;
  padding-bottom: 0;
}
.evk-hero__grid {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.evk-hero__content {
  display: flex;
  flex-direction: column;
  max-width: 638px;
  gap: 28px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 44px;
  z-index: 2;
}
.evk-hero__content .evk-price-note span {
  background: #efc54e;
  color: #242424;
}
.evk-hero__text {
  max-width: 700px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.18;
}
.evk-hero__text strong {
  color: #212121;
}
.evk-hero__text p {
  margin: 0;
}
.evk-hero__media {
  position: relative;
}
.evk-hero__media > img,
.evk-hero__media .evk-image-placeholder {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.evk-hero-call {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  padding: 22px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
.evk-hero-call__label {
  color: rgba(33, 33, 33, 0.62);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.evk-hero-call__phone {
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 0.95;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, transform 0.2s ease;
}
.evk-hero-call__phone:hover {
  color: #efc54e;
  transform: translateX(3px);
}
.evk-hero-call__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: rgba(33, 33, 33, 0.74);
  font-size: 14px;
}
.evk-hero-call__meta span:not(.evk-status-dot) {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 7px;
  background: #efc54e;
  color: #242424;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.evk-hero-call__meta small {
  font-size: 14px;
  color: rgba(33, 33, 33, 0.7);
}
.evk-hero-call__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.evk-hero-call__btn {
  min-width: 190px;
  height: 58px;
}
.evk-hero-call__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 58px;
  padding: 0 16px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.evk-hero-call__messenger:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
}
.evk-hero-call__messenger--telegram {
  background: #25a9e0;
}
.evk-hero-call__messenger--viber {
  background: #8f2abf;
}
.evk-hero-call__messenger svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.evk-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #2fc46b;
  box-shadow: 0 0 0 5px rgba(47, 196, 107, 0.13);
}

@media (max-width: 991px) {
  .evk-hero {
    padding: 22px 0 44px;
  }
  .evk-hero__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .evk-hero__content {
    max-width: none;
    padding: 28px 18px 8px;
    gap: 20px;
  }
  .evk-hero__text {
    font-size: 17px;
  }
  .evk-hero-call {
    max-width: none;
    padding: 18px;
    border-radius: 20px;
  }
  .evk-hero-call__phone {
    font-size: clamp(32px, 9vw, 46px);
  }
  .evk-hero-call__actions {
    display: grid;
    grid-template-columns: 1fr 72px 72px;
    gap: 8px;
  }
  .evk-hero-call__btn, .evk-hero-call__messenger {
    width: 100%;
    min-width: 0;
    height: 56px;
  }
  .evk-hero-call__messenger {
    font-size: 0;
  }
  .evk-hero-call__messenger::before {
    font-size: 20px;
  }
  .evk-hero-call__messenger--telegram::before {
    content: "✈";
  }
  .evk-hero-call__messenger--viber::before {
    content: "☎";
  }
}
@media (max-width: 575px) {
  .evk-hero-call__actions {
    grid-template-columns: 1fr;
  }
  .evk-hero-call__messenger {
    font-size: 13px;
  }
  .evk-hero-call__messenger::before {
    display: none;
  }
}
.evk-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 12px;
  align-items: end;
}
.evk-form label {
  display: grid;
  gap: 12px;
}
.evk-form span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.evk-page input[type=text],
.evk-page input[type=tel],
.evk-page select {
  width: 100%;
  min-height: 52px;
  padding: 18px 22px;
  font-size: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  background: #fff;
  color: #212121;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.evk-page input[type=text]:focus,
.evk-page input[type=tel]:focus,
.evk-page select:focus {
  outline: none;
  border-color: #efc54e;
  box-shadow: 0 0 0 4px rgba(239, 197, 78, 0.18);
  background: #fff;
}

.evk-price-note {
  display: flex;
  align-items: center;
  gap: 14px;
}
.evk-price-note strong,
.evk-price-note small {
  display: block;
  line-height: 1.2;
}
.evk-price-note strong {
  font-size: 24px;
}
.evk-price-note small {
  color: #5f5f5f;
  font-size: 14px;
}
.evk-price-note > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 70px;
  padding: 10px 18px;
  background: #242424;
  color: #efc54e;
  border-radius: 12px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.evk-eta-card {
  position: absolute;
  top: 90px;
  right: 0;
  width: 270px;
  min-height: 320px;
  padding: 36px 24px;
  border-radius: 28px;
  background: #242424;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}
.evk-eta-card__label, .evk-eta-card__text {
  text-transform: uppercase;
  line-height: 1.1;
}
.evk-eta-card__label {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}
.evk-eta-card strong {
  font-size: 88px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.evk-eta-card__text {
  max-width: 150px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.evk-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.evk-section-head--dark {
  color: #fff;
}

.evk-brand-mark {
  display: grid;
  gap: 6px;
  text-align: right;
}
.evk-brand-mark strong {
  font-size: clamp(28px, 2vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.evk-brand-mark span {
  color: rgba(255, 255, 255, 0.74);
}

.evk-services {
  padding: 54px 0;
}
.evk-services .evk-container {
  padding: 44px;
  border-radius: 34px;
  background: #242424;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.evk-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.evk-news .swiper-notification,
.evk-news .swiper-button-next,
.evk-news .swiper-button-prev,
.evk-news .swiper-pagination {
  display: none;
}
.evk-news h2 {
  margin-bottom: 34px;
}

.evk-service-card {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 100%;
  padding: 18px;
  border-radius: 24px;
  background: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-service-card__top {
  position: relative;
  min-height: 196px;
  display: grid;
  place-items: center;
}
.evk-service-card h3 {
  min-height: 92px;
  font-size: 22px;
}
.evk-service-card__prices {
  display: grid;
  gap: 14px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.12;
}
.evk-service-card__prices div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.evk-service-card__prices strong {
  flex-shrink: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #242424;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.evk-chip {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  background: #242424;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.evk-calculator {
  padding: 58px 0;
}
.evk-calculator__box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(90deg, #efc54e 0 42%, #ececec 42% 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.evk-calculator__media {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  min-height: 740px;
  padding: 24px 0 0 18px;
}
.evk-calculator__content {
  padding: 78px 64px;
  display: grid;
  align-content: center;
  gap: 26px;
}
.evk-calculator__content h2 {
  max-width: 700px;
}

.evk-form-grid {
  display: grid;
  gap: 16px;
}
.evk-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.evk-form-grid--align-end {
  align-items: end;
}

.evk-toggle-wrap {
  display: grid;
  gap: 12px;
}
.evk-toggle-wrap > span {
  font-size: 18px;
  font-weight: 500;
}

.evk-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  overflow: hidden;
}
.evk-toggle label {
  position: relative;
  cursor: pointer;
}
.evk-toggle input {
  position: absolute;
  opacity: 0;
  inset: 0;
}
.evk-toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.7);
  transition: background-color 0.28s ease, color 0.28s ease;
  font-size: 18px;
  font-weight: 700;
}
.evk-toggle input:checked + span {
  background: #efc54e;
  color: #242424;
}

.evk-calc-form {
  display: grid;
  gap: 20px;
}
.evk-calc-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.evk-total {
  display: grid;
  gap: 4px;
}
.evk-total span,
.evk-total small {
  color: #5f5f5f;
}
.evk-total strong {
  font-size: clamp(38px, 3vw, 58px);
  color: #e7bc3c;
  line-height: 1;
  letter-spacing: -0.05em;
}

.evk-experience {
  padding: 52px 0 40px;
}
.evk-experience__intro {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}
.evk-experience__intro h3 {
  margin-bottom: 10px;
}
.evk-experience__intro p {
  margin: 0;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.22;
}

.evk-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.evk-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 28px 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, #2c2c2c, #1e1e1e);
  color: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-feature-card {
  cursor: pointer;
}
.evk-feature-card h3 {
  margin-bottom: 10px;
}
.evk-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.22;
}
.evk-feature-card__icon, .evk-feature-card__bullet {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  margin-top: 4px;
  border-radius: 50%;
  background: #efc54e;
}

.evk-steps {
  padding: 52px 0;
}
.evk-steps .evk-container {
  padding: 44px;
  border-radius: 34px;
  background: #242424;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.evk-steps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.evk-step-card {
  position: relative;
  min-height: 170px;
  padding: 36px 28px;
  border-radius: 24px;
  background: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-step-card {
  cursor: pointer;
}
.evk-step-card h3 {
  margin-bottom: 14px;
  text-transform: uppercase;
}
.evk-step-card p {
  margin: 0;
  color: rgba(33, 33, 33, 0.82);
  font-size: 18px;
  line-height: 1.2;
  padding-right: 48px;
}
.evk-step-card__number {
  font-size: 44px;
  font-weight: 700;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7bc3c;
  margin-bottom: 16px;
}
.evk-step-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  padding: 12px;
  border-radius: 12px;
  background: #ffffff;
}

.evk-faq {
  padding: 46px 0 58px;
}
.evk-faq > .evk-container > h2 {
  margin-bottom: 32px;
}
.evk-faq__layout {
  display: grid;
  gap: 22px;
}
.evk-faq__gallery {
  display: grid;
  gap: 16px;
}
.evk-faq__main-image {
  overflow: hidden;
}
.evk-faq__main-image img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.evk-faq__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.evk-faq__thumb {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-faq__thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-faq__thumb img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.evk-accordion {
  background: transparent;
}
.evk-accordion__item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 14px;
}
.evk-accordion__button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: start;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.evk-accordion__counter {
  color: #5f5f5f;
  font-size: 22px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: none;
}
.evk-accordion__title {
  line-height: 1.1;
  font-weight: 700;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}
.evk-accordion__icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 50%;
  background: #efc54e;
}
.evk-accordion__icon::before, .evk-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #242424;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.evk-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.evk-accordion__item.is-open .evk-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}
.evk-richtext {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.28;
  font-family: "Inter", sans-serif;
}
.evk-richtext p {
  margin: 0 0 14px;
}
.evk-richtext p:last-child {
  margin-bottom: 0;
}

.evk-reviews {
  padding: 44px 0 60px;
}
.evk-reviews .evk-container {
  border-radius: 34px;
  background: #efc54e;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.evk-reviews__head {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 26px;
}
.evk-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.evk-reviews__track::-webkit-scrollbar {
  display: none;
}

.evk-slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.evk-slider-arrow {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: rgba(36, 36, 36, 0.78);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-slider-arrow:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-slider-arrow--prev {
  background: rgba(36, 36, 36, 0.55);
}

.evk-review-card {
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  scroll-snap-align: start;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}
.evk-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.evk-review-card__avatar {
  position: relative;
  display: grid;
  place-items: center;
}
.evk-review-card__avatar img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.evk-review-card__play {
  position: absolute;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #efc54e;
  font-weight: 700;
}
.evk-review-card blockquote {
  margin: 0;
  min-height: 160px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.25;
}
.evk-review-card h3 {
  font-size: clamp(26px, 2vw, 40px);
}
.evk-review-card a:last-child {
  color: rgba(33, 33, 33, 0.45);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.evk-footer {
  padding: 0 0 28px;
}
.evk-footer__grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.75fr auto;
  gap: 24px;
  align-items: start;
  padding: 56px 48px;
  border-radius: 34px;
  background: #242424;
  color: #fff;
}
.evk-footer__brand {
  display: grid;
  gap: 34px;
}
.evk-footer__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.7);
}
.evk-footer__meta a {
  text-decoration: underline;
}
.evk-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 30px;
  flex-wrap: wrap;
  height: 100%;
}
.evk-footer__nav a:hover {
  color: #efc54e;
}
.evk-footer__developer {
  justify-self: end;
  align-self: center;
  color: rgba(255, 255, 255, 0.8);
}

.evk-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}
.evk-modal[hidden] {
  display: none;
}
.evk-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
.evk-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: 48px 42px 38px;
  border-radius: 28px;
  background: #f3f3f3;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.evk-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  background: none;
  color: #b5b5b5;
  font-size: 32px;
  cursor: pointer;
}
.evk-modal__icon {
  width: 104px;
  height: 104px;
  margin: 0 auto 24px;
  border: 6px solid #efc54e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #efc54e;
  font-size: 44px;
  font-weight: 700;
}
.evk-modal h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 68px);
}
.evk-modal p {
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.18;
  color: #5f5f5f;
}

.evk-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  border: 1px dashed #d8d8d8;
  border-radius: 20px;
  color: #5f5f5f;
  background: rgba(255, 255, 255, 0.55);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1480px) {
  .evk-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .evk-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1180px) {
  .evk-header__inner {
    grid-template-columns: 1fr auto;
  }
  .evk-nav,
  .evk-phone:not(.evk-phone--footer) {
    display: none;
  }
  .evk-burger {
    display: inline-block;
  }
  .evk-hero__grid,
  .evk-calculator__box,
  .evk-faq__layout,
  .evk-experience__intro,
  .evk-steps__grid,
  .evk-reviews__head {
    grid-template-columns: 1fr;
  }
  .evk-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .evk-feature-grid {
    grid-template-columns: 1fr;
  }
  .evk-calculator__media {
    min-height: 520px;
  }
  .evk-faq__main-image img {
    height: 460px;
  }
  .evk-footer__grid {
    grid-template-columns: 1fr;
  }
  .evk-footer__nav {
    justify-content: flex-start;
  }
  .evk-hero__grid {
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .evk-hero__grid {
    height: auto;
  }
  .evk-header {
    padding: 12px 0;
  }
  .evk-brand {
    min-width: auto;
  }
  .evk-brand__logo {
    font-size: 24px;
  }
  .evk-brand__text {
    font-size: 12px;
    max-width: 118px;
  }
  .evk-header__actions {
    gap: 10px;
  }
  .evk-socials {
    gap: 8px;
  }
  .evk-social {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    font-size: 20px;
  }
  .evk-burger {
    display: inline-block;
  }
  .evk-hero {
    padding: 18px 0 42px;
  }
  .evk-hero__content {
    gap: 22px;
    max-width: 100%;
    padding: 24px 18px;
  }
  .evk-hero__text {
    font-size: 22px;
  }
  .evk-hero__media {
    min-height: 0;
    padding-top: 12px;
    position: relative;
  }
  .evk-hero__media > img {
    max-width: 100%;
  }
  .evk-cards-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .evk-eta-card {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 180px;
    min-height: 220px;
    padding: 20px 16px;
    border-radius: 20px;
  }
  .evk-eta-card__label {
    font-size: 16px;
  }
  .evk-eta-card strong {
    font-size: 60px;
  }
  .evk-eta-card__text {
    font-size: 18px;
  }
  .evk-form,
  .evk-form-grid--two,
  .evk-calc-form__footer,
  .evk-price-note,
  .evk-section-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .evk-price-note > span {
    min-width: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .evk-services .evk-container,
  .evk-steps .evk-container,
  .evk-reviews .evk-container,
  .evk-footer__grid {
    padding: 24px 18px;
  }
  .evk-cards-grid,
  .evk-service-card h3 {
    min-height: auto;
  }
  .evk-calculator__box {
    background: #ececec;
  }
  .evk-calculator__media {
    min-height: 300px;
    padding: 18px;
    background: #efc54e;
  }
  .evk-calculator__content {
    padding: 26px 18px 30px;
  }
  .evk-page input[type=text],
  .evk-page input[type=tel],
  .evk-page select,
  .evk-toggle span,
  .evk-btn {
    min-height: 62px;
  }
  .evk-experience__intro p,
  .evk-feature-card p,
  .evk-step-card p,
  .evk-richtext,
  .evk-review-card blockquote {
    font-size: 18px;
  }
  .evk-feature-card,
  .evk-step-card,
  .evk-review-card {
    padding: 20px;
  }
  .evk-step-card {
    min-height: 140px;
  }
  .evk-faq__main-image img {
    height: 340px;
  }
  .evk-accordion__button {
    gap: 12px;
  }
  .evk-accordion__counter {
    font-size: 18px;
  }
  .evk-accordion__title {
    font-size: 22px;
  }
  .evk-reviews__track {
    grid-auto-columns: 82%;
  }
  .evk-review-card__avatar img {
    width: 180px;
    height: 180px;
  }
  .evk-modal__dialog {
    padding: 34px 20px 24px;
  }
  .evk-modal p {
    font-size: 24px;
  }
}
.evk-404 {
  padding: 30px 0 60px;
}
.evk-404__box {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  border-radius: 34px;
}
.evk-404__box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}
.evk-404__content {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 760px);
  padding: 38px 26px;
  border-radius: 26px;
  background: #efc54e;
  text-align: center;
}
.evk-404__content h1 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.evk-404__content p {
  margin: 0 0 22px;
  font-size: 24px;
}

.latest-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.latest-posts img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.latest-posts .post-title {
  margin: 15px 0 10px;
  font-size: 22px;
  margin-top: 14px;
}
.latest-posts .post-title a {
  text-decoration: none;
  color: #222;
}
.latest-posts .post-excerpt {
  color: #666;
  line-height: 1.5;
}
.latest-posts .post-link {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .latest-posts {
    grid-template-columns: 1fr;
  }
}
.evk-news img {
  border-radius: 14px;
  margin-bottom: 14px;
}
.evk-news .title {
  margin-bottom: 12px;
}
SINGLE POST .evk-single {
  padding: 60px 0;
}

.evk-single__header {
  margin-bottom: 20px;
}

.evk-single__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.evk-single__meta {
  font-size: 14px;
  color: #94a3b8;
  display: flex;
  gap: 10px;
  align-items: center;
}

.evk-single__thumb {
  margin: 20px 0;
  border-radius: 14px;
  overflow: hidden;
}

.evk-single__thumb img {
  width: 100%;
  border-radius: 14px;
  transition: transform 0.4s ease;
}

.evk-single__thumb:hover img {
  transform: scale(1.03);
}

.evk-single__content {
  font-size: 17px;
}

.evk-single__content p {
  margin-bottom: 16px;
}

.evk-single__footer {
  margin-top: 30px;
}

.evk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.evk-tags a {
  background: #1e293b;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #cbd5e1;
  transition: 0.3s;
}

.evk-tags a:hover {
  background: #2563eb;
  color: #fff;
}

/* =========================
   ARCHIVE
========================= */
.evk-archive {
  padding: 60px 0;
}

.evk-archive__header {
  margin-bottom: 40px;
  text-align: center;
}

.evk-archive__title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.evk-archive__desc {
  color: #94a3b8;
  font-size: 15px;
}

.evk-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* =========================
   CARD
========================= */
.evk-card {
  background: #111b27;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.evk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.evk-card__img {
  height: 200px;
  overflow: hidden;
}

.evk-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.evk-card:hover .evk-card__img img {
  transform: scale(1.08);
}

.evk-card__body {
  padding: 20px;
}

.evk-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.evk-card:hover .evk-card__title {
  color: #3b82f6;
}

.evk-card__text {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 14px;
}

.evk-card__meta {
  font-size: 12px;
  color: #64748b;
}

/* =========================
   PAGINATION
========================= */
.evk-pagination {
  margin-top: 40px;
  text-align: center;
}

.evk-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 12px;
  background: #111b27;
  border-radius: 8px;
  color: #cbd5e1;
  transition: 0.3s;
}

.evk-pagination .page-numbers:hover {
  background: #2563eb;
  color: #fff;
}

.evk-pagination .current {
  background: #2563eb;
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .evk-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .evk-single__title {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .evk-archive__grid {
    grid-template-columns: 1fr;
  }
  .evk-single__article {
    padding: 20px;
  }
  .evk-single__title {
    font-size: 22px;
  }
}
/* =========================
   TEXT BASE (P, UL, LI)
========================= */
.evk-single__content p,
.evk-archive__desc {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}

/* =========================
   LISTS
========================= */
.evk-single__content ul,
.evk-single__content ol {
  margin: 16px 0;
  padding-left: 22px;
}

.evk-single__content ul {
  list-style: none;
}

.evk-single__content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6;
}

/* custom bullet */
.evk-single__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #3b82f6;
  border-radius: 50%;
}

/* ordered list */
.evk-single__content ol li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/* =========================
   STRONG / EM
========================= */
.evk-single__content strong {
  font-weight: 700;
}

.evk-single__content em {
  font-style: italic;
}

/* =========================
   LINKS INSIDE CONTENT
========================= */
.evk-single__content a {
  color: #3b82f6;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.evk-single__content a:hover {
  border-bottom: 1px solid #3b82f6;
}

/* =========================
   BLOCKQUOTE (дуже корисно для статей)
========================= */
.evk-single__content blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 3px solid #3b82f6;
  background: #0b1220;
  color: #cbd5e1;
  font-style: italic;
  border-radius: 8px;
}

.evk-news-slider {
  padding: 20px 0;
}

.latest-post {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.latest-post .post-title {
  font-size: 18px;
  margin: 15px;
  margin: 0 15px 15px;
}

.post-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-excerpt {
  font-size: 14px;
  margin: 0 15px 15px;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* кількість рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-link {
  margin: 0 15px 15px;
  font-weight: 600;
  color: #000;
}/*# sourceMappingURL=evakuator007.css.map */