.elementor-19 .elementor-element.elementor-element-1750a12{--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-19 .elementor-element.elementor-element-5eb3f79{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-19 .elementor-element.elementor-element-5eb3f79.e-con{--align-self:center;}.elementor-19 .elementor-element.elementor-element-48fb3e0{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-19 .elementor-element.elementor-element-0bb4524 img{border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-19 .elementor-element.elementor-element-f884d08{--display:flex;}.elementor-19 .elementor-element.elementor-element-246d599{--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-19 .elementor-element.elementor-element-d7da527{--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-19 .elementor-element.elementor-element-742e31b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19 .elementor-element.elementor-element-64361b8{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-19 .elementor-element.elementor-element-64361b8 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-19 .elementor-element.elementor-element-079cd82{text-align:center;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-19 .elementor-element.elementor-element-65c2c52{--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-19 .elementor-element.elementor-element-76ab909{--display:flex;}.elementor-19 .elementor-element.elementor-element-10a0fbd img{width:59%;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-5eb3f79{--width:50%;}.elementor-19 .elementor-element.elementor-element-48fb3e0{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-f5b3a81 */.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;
    }
}
.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 html, class: .elementor-element-1829521 */.steel-tabs {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 35px;
  background: #EEE5E5;
  padding: 20px;
}

/* LEFT TABS */
.steel-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.steel-btn {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: 0.25s;
  border: none;
}

.steel-btn img {
  width: 130px;
  height: auto;
}

.steel-btn.active {
  background: #E3000F;
}

.steel-btn.active img {
  filter: brightness(0) invert(1);
}

/* CONTENT */
.steel-block {
  background: #f5eaea;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.steel-content {
  display: none;
}

.steel-content.active {
  display: block;
}

.steel-block h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.steel-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}

.steel-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* MOBILE */
@media (max-width: 900px) {
  .steel-tabs {
    grid-template-columns: 1fr;
  }

  .steel-nav {
    flex-direction: row;
    justify-content: center;
  }
}
.steel-btn {
  position: relative;
  z-index: 20;
}

.steel-nav {
  position: relative;
  z-index: 20;
}

.steel-block {
  position: relative;
  z-index: 1;
}
.steel-tabs {
    position: relative; /* ← ЭТО ГЛАВНОЕ */
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    background: #EEE5E5;
    padding: 20px;
    z-index: 1;
}
@media (max-width: 900px) {

  .steel-tabs {
    grid-template-columns: 1fr !important;
    padding: 0 15px !important;
  }

  .steel-nav {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .steel-block {
    padding: 20px !important;
  }

  .steel-btn img {
    width: 90px !important;
  }
}/* End custom CSS */