.elementor-32 .elementor-element.elementor-element-ae2c48a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-ae2c48a:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-ae2c48a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://computerz.es/wp-content/uploads/2025/04/Back-копия.png");}@media(min-width:1025px){.elementor-32 .elementor-element.elementor-element-ae2c48a:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-ae2c48a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-41b1116 */:root {
  --anoxic: 'Anoxic', Arial, sans-serif;
  --main-bg: #fff;
  --main-radius: 2em;
  --hero-shadow: 0 2px 14px #f3eabc33, 0 1px 10px #c7e7ff18;
  --main-color: #191c24;
  --desc-color: #232c37;
}

/* Контейнеры */
.section-box {
  max-width: 950px;
  margin: 36px auto 44px auto;
  padding: 0 18px;
  border-radius: var(--main-radius);
  box-shadow: var(--hero-shadow);
  text-align: center;
}

/* Заголовки */
.section-title {
  font-family: var(--anoxic);
  font-size: 2rem;
  font-weight: 900;
  color: var(--main-color);
  letter-spacing: 1px;

  border-radius: 1.2em;
  padding: 0.26em 1.1em 0.19em 1.1em;

  display: block;
  margin-bottom: 18px;
}

/* Описания */
.section-desc {
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.08rem;
  color: var(--desc-color);
  margin: 0 0 18px 0;
  line-height: 1.38;
}

/* Форма */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 28px 0 0 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 1.05rem;
  font-family: Calibri, Arial, sans-serif;
  color: var(--main-color);
  background: #f8faff;
  border: 1px solid #ccd4e1;
  border-radius: 1.3em;
  box-shadow: 0 2px 6px #e1e7ff50 inset;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  background: #fff;
  border-color: #ffe96a;
  box-shadow: 0 0 8px #ffe96a80;
  outline: none;
}

/* Кнопка */.contact-form .btn {
  align-self: center;
  margin-top: 12px;
  padding: 12px 36px;
  background: #ffe96a; /* Чисто жёлтая кнопка */
  color: #181d2f;
  font-family: Calibri, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.09rem;
  border: none;
  border-radius: 2em;
  text-decoration: none;
  box-shadow: 0 2px 14px #ffe96a50;
  text-shadow: 0 1px 1px #fff;
  transition: background 0.2s, box-shadow 0.2s;
}

.contact-form .btn:hover {
  filter: brightness(1.09) drop-shadow(0 0 10px #ffe96a) drop-shadow(0 0 14px #ffe96a);
 background: #ffe96a;

  color: #181d2f;
}

/* Карта */
.mapa-contacto {
  width: 100%;
  height: 340px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--main-radius);
  box-shadow: var(--hero-shadow);
}
.contacto-datos {
  background: #fff;
  padding: 22px 24px;
  border-radius: 1.4em;
  margin-top: 24px;
  box-shadow: 0 2px 12px #f3eabc22;
  display: inline-block;
  text-align: left;
}

.contacto-datos p {
  margin: 0 0 12px 0;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.08rem;
  color: var(--desc-color);
  line-height: 1.4;
}

.contacto-datos a {
  color: #232c37;
  text-decoration: underline;
  transition: color 0.2s;
}

.contacto-datos a:hover {
  color: #ffe96a;
}
.mapa-datos {
  background: #fff;
  padding: 22px 24px;
  border-radius: 1.4em;
  margin-top: 24px;
  box-shadow: 0 2px 12px #f3eabc22;
  overflow: hidden;
}

.mapa-datos iframe {
  width: 100%;
  height: 340px;
  border: none;
  border-radius: 1em;
}/* End custom CSS */