@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/Inter-VariableFont_slnt%2Cwght.woff2") format("woff2");
  font-stretch: normal;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cardo_normal_400.woff2") format("woff2");
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cardo_italic_400.woff2") format("woff2");
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cardo_normal_700.woff2") format("woff2");
}

:root {
  --wp--preset--color--base: #f9f9f9;
  --wp--preset--color--base-2: #ffffff;
  --wp--preset--color--contrast: #111111;
  --wp--preset--color--contrast-2: #636363;
  --wp--preset--color--white: #ffffff;
  --wp--preset--font-family--body: Inter, sans-serif;
  --wp--preset--font-family--heading: Cardo, serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  overflow-x: hidden;
}

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

iframe {
  display: block;
}

.order-form {
  max-width: 670px;
  margin: 0 auto;
  padding: 28px;
  border: 2px solid rgba(26, 108, 26, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fff4 100%);
  box-shadow: 0 12px 30px rgba(0, 72, 7, 0.1);
  font-family: Montserrat, Arial, sans-serif;
}

.order-form__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.order-form__price {
  padding: 16px 14px;
  border: 1px solid rgba(26, 108, 26, 0.16);
  border-radius: 10px;
  background: #f2ffe9;
  text-align: center;
}

.order-form__price span {
  display: block;
  margin-bottom: 8px;
  color: #2d3b2d;
  font-size: 14px;
  font-weight: 700;
}

.order-form__price strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.order-form__price-old {
  color: #777;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.order-form__price-new {
  color: #199000;
}

.order-form label {
  display: block;
  margin-bottom: 18px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.order-form label span {
  display: block;
  margin-bottom: 9px;
}

.order-form input,
.order-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c8d5c3;
  border-radius: 10px;
  padding: 15px 16px;
  font: inherit;
  color: #111;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.order-form input:focus,
.order-form textarea:focus {
  border-color: #199000;
  outline: 3px solid rgba(25, 144, 0, 0.14);
}

.order-form button {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 18px 24px;
  background: #00902c;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0, 90, 28, 0.22);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.order-form button:hover,
.order-form button:focus-visible {
  background: #047c29;
  box-shadow: 0 12px 24px rgba(0, 90, 28, 0.28);
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .order-form {
    padding: 20px;
    border-radius: 12px;
  }

  .order-form__prices {
    grid-template-columns: 1fr;
  }
}

.elementor-shortcode {
  text-align: center;
}

.elementor-element-c3ffd3e .gallery,
.elementor-element-df85189 .gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.elementor-element-c3ffd3e .gallery-item,
.elementor-element-df85189 .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element-c3ffd3e .gallery-icon,
.elementor-element-df85189 .gallery-icon,
.elementor-element-c3ffd3e .gallery-icon a,
.elementor-element-df85189 .gallery-icon a {
  display: block;
}

.elementor-element-c3ffd3e .gallery img,
.elementor-element-df85189 .gallery img {
  width: 100%;
  height: auto;
}

.button-wa.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 460px);
  min-height: 72px;
  padding: 18px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px !important;
  background: #039b36 !important;
  box-shadow:
    0 10px 22px rgba(0, 90, 28, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.button-wa.elementor-button:hover,
.button-wa.elementor-button:focus-visible {
  background: #048f33 !important;
  box-shadow:
    0 12px 26px rgba(0, 90, 28, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.button-wa__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.button-wa__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.button-wa .elementor-button-content-wrapper {
  display: inline-flex;
  min-width: 0;
}

.button-wa .elementor-button-text {
  white-space: normal;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(18px, 4.8vw, 26px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

@media (max-width: 420px) {
  .button-wa.elementor-button {
    gap: 10px;
    min-height: 64px;
    padding: 14px 18px !important;
    border-radius: 14px !important;
  }

  .button-wa__icon {
    width: 32px;
    height: 32px;
  }
}
