.elementor-21 .elementor-element.elementor-element-53cea74{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-21 .elementor-element.elementor-element-c23fc2a{--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;--justify-content:center;}.elementor-21 .elementor-element.elementor-element-c23fc2a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-21 .elementor-element.elementor-element-2e87f2f{--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-21 .elementor-element.elementor-element-aa35f22{--display:flex;--min-height:300px;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-21 .elementor-element.elementor-element-aa35f22:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-aa35f22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://eternitex.webvibe.lt/wp-content/uploads/2025/11/lietaus-nuvedimo-sistemos-2.png");background-size:cover;}.elementor-21 .elementor-element.elementor-element-27ea8ac{--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-21 .elementor-element.elementor-element-3760c95{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-0a09b2e{text-align:center;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;}.elementor-21 .elementor-element.elementor-element-3c3f54d{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-4ed49a5{--display:flex;}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-aa35f22.e-con{--order:99999 /* order end hack */;}}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-c23fc2a{--width:56.622%;}.elementor-21 .elementor-element.elementor-element-2e87f2f{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-9549900 */.section-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.section-title .line {
    flex: 1;
    height: 2px;
    background: #E3000F;
    opacity: 0.6;
}

.section-title .title-wrapper {
    text-align: center;
    max-width: 600px;
}

.section-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.section-title p {
    margin-top: 6px;
    font-size: 12px;
    color: #555;
    font-weight: 400;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}


/* -------------------------------------------------------
   🔥 МОБИЛЬНАЯ ВЕРСИЯ
---------------------------------------------------------*/
@media (max-width: 768px) {

    .section-title {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 14px;
        padding: 25px 0 15px;
    }

    /* скрываем горизонтальные линии */
    .section-title .line {
        display: none;
    }

    /* ВЕРТИКАЛЬНАЯ КРАСНАЯ ЛИНИЯ */
    .section-title::before {
        content: "";
        display: block;
        width: 10px;
        height: 50px;       /* 🔥 фиксированная высота чтобы не пропадала */
        background: #E3000F;
        border-radius: 0;
        margin-top: 4px;    /* начало на уровне буквы F */
        flex-shrink: 0;
    }

    /* текст */
    .section-title .title-wrapper {
        text-align: left;
        max-width: 100%;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .section-title p {
        font-size: 13.5px;
        line-height: 1.35;
        margin-top: 4px;
    }
}


/* сверхмаленькие телефоны */
@media (max-width: 480px) {

    .section-title::before {
        height: 45px;  /* чуть меньше на маленьких экранах */
        width: 8px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 12.5px;
    }
}
.contact-line {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #f1e6e2;
    border-radius: 10px;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.25s ease, transform 0.15s ease;
}

.phone-btn:hover {
    background: #e7d7d2;
    transform: translateY(-1px);
}

.phone-icon {
    font-size: 18px;
}

.phone-name {
    font-weight: 600;
}

.phone-number {
    letter-spacing: 0.4px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c23fc2a */.section-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.section-title .line {
    flex: 1;
    height: 2px;
    background: #E3000F;
    opacity: 0.6;
}

.section-title .title-wrapper {
    text-align: center;
    max-width: 600px;
}

.section-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.section-title p {
    margin-top: 6px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}


/* -------------------------------------------------------
   🔥 МОБИЛЬНАЯ ВЕРСИЯ
---------------------------------------------------------*/
@media (max-width: 768px) {

    .section-title {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 14px;
        padding: 25px 0 15px;
    }

    /* скрываем горизонтальные линии */
    .section-title .line {
        display: none;
    }

    /* ВЕРТИКАЛЬНАЯ КРАСНАЯ ЛИНИЯ */
    .section-title::before {
        content: "";
        display: block;
        width: 10px;
        height: 50px;       /* 🔥 фиксированная высота чтобы не пропадала */
        background: #E3000F;
        border-radius: 0;
        margin-top: 4px;    /* начало на уровне буквы F */
        flex-shrink: 0;
    }

    /* текст */
    .section-title .title-wrapper {
        text-align: left;
        max-width: 100%;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .section-title p {
        font-size: 13.5px;
        line-height: 1.35;
        margin-top: 4px;
    }
}


/* сверхмаленькие телефоны */
@media (max-width: 480px) {

    .section-title::before {
        height: 45px;  /* чуть меньше на маленьких экранах */
        width: 8px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 12.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-036b107 *//* === PASLAUGOS BLOKAS === */
.services-tabs {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

/* === ВЕРХНИЕ КНОПКИ === */
.services-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 50px;
}

.tab-btn {
  flex: 1 1 calc(20% - 18px);
  background: #EEE5E5;
  border: none;
  border-radius: 16px;
  height: 80px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn img {
  max-height: 40px;
  width: auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.tab-btn.active img,
.tab-btn:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.tab-btn.active,
.tab-btn:hover {
  box-shadow: 0 6px 14px rgba(255, 42, 42, 0.4);
  transform: translateY(-2px);
}

/* === ОСНОВНОЙ БЛОК === */
.service-block {
  background: #EEE5E5;
  border-radius: 20px;
  padding: 60px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* === ТЕКСТ === */
.service-text {
  flex: 1;
  color: #232323;
}

.service-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #232323;
}

/* === КАРТИНКА СПРАВА === */
.service-image {
  flex: 1;
  text-align: right;
}

.service-image img {
  display: none;
  opacity: 0;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: opacity 0.4s ease;
}

.service-image img.active {
  display: block;
  opacity: 1;
}

/* === ТАБЫ КОНТЕНТА === */
.service-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
}

.service-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* === МЕЛКИЕ КОРРЕКЦИИ === */
.tab-btn[data-tab="raiko"] img { max-height: 22px; }
.tab-btn[data-tab="budmasz"] img { max-height: 20px; }
.tab-btn[data-tab="marley"] img { max-height: 22px; }


/* === АДАПТИВ === */
@media (max-width: 1100px) {
  .tab-btn { height: 70px; }
  .service-block {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
  .service-image {
    text-align: center;
    margin-top: 30px;
  }
  .service-text h2 { font-size: 26px; }
}

@media (max-width: 768px) {
  .tab-btn {
    flex: 1 1 45%;
    height: 64px;
  }
  .services-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-block { padding: 30px 20px; }
}
/* ===============================
   DOWNLOAD CARD (PDF)
================================ */
.download-card {
    margin-top: 30px;
    padding: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    background: #f4ece9;
    border-radius: 18px;
}

.download-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 12px;
    background: #efe4e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #e3000f;
    font-size: 18px;
}

.download-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.download-label {
    font-size: 13px;
    font-weight: 700;
    color: #e3000f;
    letter-spacing: 1px;
}

.download-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.download-info p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.download-link {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #e3000f;
    text-decoration: none;
}

.download-link:hover {
    text-decoration: underline;
}/* End custom CSS */