/* ===== СЕКЦИИ (глобально) ===== */
.t-section__title,
h1.t-title, h2.t-title, h3.t-title {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin: 0 0 18px;
  border-bottom: none !important;
}

.t-section__title::after,
h1.t-title::after, h2.t-title::after, h3.t-title::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  width: 100%;
  max-width: 860px;
  background: linear-gradient(90deg,#00A4A4,rgba(0,164,164,.15));
  border-radius: 3px;
}

/* ===== КАРТОЧКИ в блоке #rec1220526406 ===== */
#rec1220526406 .t-item .t-name,
#rec1220526406 .t-item .t-heading {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

#rec1220526406 .t-item .t-name::after,
#rec1220526406 .t-item .t-heading::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0; bottom: 0;
  height: 3px;
  width: 40%;  /* линия короче */
  background: linear-gradient(90deg,#00A4A4,rgba(0,164,164,.15));
  border-radius: 3px;
}

@media (max-width:640px){
  #rec1220526406 .t-item .t-name::after,
  #rec1220526406 .t-item .t-heading::after {
    width: 55%;  /* на мобилке чуть длиннее */
  }
}

/* ===== Меню #rec1272422201 — тени на моб ===== */
@media (max-width:980px){
  #rec1272422201{
    --menu-shadow-closed: 0px 10px 40px -2px rgba(0,161,161,0.6);
    --menu-shadow-opened: 0px 10px 40px -2px rgba(0,161,161,0.6);
  }
  #rec1272422201 .tmenu-mobile__container{
    box-shadow: var(--menu-shadow-closed) !important;
  }
  #rec1272422201 .tmenu-mobile.tmenu-mobile_opened .tmenu-mobile__container{
    box-shadow: var(--menu-shadow-opened) !important;
  }
}

/* ===== Меню #rec1272422201 — соцсети ===== */
#rec1272422201 .t-sociallinks__item {
  background-color: #f4fcf8 !important; /* фон */
  border: none !important;              /* убираем обводку */
}
#rec1272422201 .t-sociallinks__svg,
#rec1272422201 .t-sociallinks__svg * {
  fill: #00a4a4 !important;
  stroke: #00a4a4 !important;
}


