:root {
  --grad: linear-gradient(0.75turn, rgba(86,207,216,1) 0%, rgba(0,212,255,1) 100%);
  --hover: #2fb7c4;
}

/* Блоки */
.info-block {
  position: relative;
  margin-bottom: 24px;
  padding: 8px 12px 8px 16px;
}

/* Плавное появление полоски */
.info-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--grad);
  border-radius: 4px;
  opacity: 0;
  transform: scaleY(0.6);
  transform-origin: top;
  animation: stripeFade 0.6s ease forwards;
}
@keyframes stripeFade {
  from { opacity: 0; transform: scaleY(0.6); }
  to   { opacity: 1; transform: scaleY(1); }
}

.info-block-inner {
  margin-left: 14px;
}

/* Заголовки */
.hero-title,
.info-title {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

/* Кнопки */
.btn,
.btn-vk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
  background: var(--grad);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  transition: 0.2s ease;
  white-space: nowrap;
}
.btn:hover,
.btn-vk:hover {
  background: var(--hover) !important;
  color: #ffffff !important;
}

/* Micro‑press */
.btn:active,
.btn-secondary:active,
.btn-vk:active {
  transform: scale(0.96);
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

/* Вторая кнопка */
.btn-secondary {
  background: transparent;
  border: 1px solid rgba(86,207,216,1);
  color: #000000 !important;
}
.btn-secondary:hover {
  background: var(--hover) !important;
  color: #ffffff !important;
  border-color: var(--hover) !important;
}
#allrecords a.btn-secondary:hover {
  color: #ffffff !important;
}

/* Списки */
.info-list {
  margin: 6px 0 0;
  padding-left: 18px;
  font-size: 15px;
}
.info-list li {
  margin-bottom: 4px;
}
.accent {
  font-weight: 600;
}

/* Адаптив */
@media (max-width: 600px) {
  .contact-row { flex-direction: column; }
  .btn, .btn-secondary, .btn-vk { width: 100%; }
}

.t706__carticon-img {
    FONT-VARIANT: JIS78;
    height: 80px;
    padding: 18px 20px 22px;
    width: 80px;
}



.tlk-userbar__user-image{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  line-height:0;
}

.tlk-userbar__user-image svg{
  display:block;
  margin:0 auto;
}



.tlk-userbar__user-image,
.tlk-userbar__user-image_md{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
}

.tlk-userbar__user-image svg,
.tlk-userbar__user-image_md svg{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

/*
  PROшарики — стили для навигации каталога Tilda
  Перебивает дефолтные оранжевые ссылки Tilda
  ─────────────────────────────────────────────
  Подключение: Настройки сайта → Ещё → CSS
*/

/* ══════════════════════════════════════════════
   ОБЁРТКА НАВИГАЦИИ
══════════════════════════════════════════════ */
#parts-above-id-1942569281,
.t-catalog-parts-above__container {
  padding: 6px 0 !important;
}

.t-catalog__parts-switch-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid rgba(32, 208, 228, 0.18) !important;
  box-shadow: 0 4px 20px rgba(10, 34, 38, 0.06) !important;
}

/* ══════════════════════════════════════════════
   ОСНОВНЫЕ КНОПКИ — СБРОС TILDA-СТИЛЕЙ
══════════════════════════════════════════════ */
.t-catalog__parts-text-button,
.t-catalog__parts-text-button:link,
.t-catalog__parts-text-button:visited,
.t-catalog__parts-text-button:hover,
.t-catalog__parts-text-button:active,
.t-catalog__parts-button-base,
.t-catalog__parts-button-base:link,
.t-catalog__parts-button-base:visited {
  color: #1e4248 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  -webkit-text-fill-color: #1e4248 !important;
}

/* ══════════════════════════════════════════════
   КНОПКИ ВЕРХНЕГО УРОВНЯ
══════════════════════════════════════════════ */
.t-catalog__parts-switch-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 7px 14px !important;
  border-radius: 11px !important;
  font-family: "Nunito Sans", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #1e4248 !important;
  background: rgba(255, 255, 255, 0) !important;
  border: 1.5px solid transparent !important;
  transition: color 0.18s, background 0.18s, border-color 0.18s, box-shadow 0.18s !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  -webkit-text-fill-color: #1e4248 !important;
}

.t-catalog__parts-switch-btn:hover {
  color: #0ca4b5 !important;
  -webkit-text-fill-color: #0ca4b5 !important;
  background: rgba(32, 208, 228, 0.07) !important;
  border-color: rgba(32, 208, 228, 0.3) !important;
}

/* ══════════════════════════════════════════════
   АКТИВНАЯ / ТЕКУЩАЯ КНОПКА
══════════════════════════════════════════════ */
.t-catalog__parts-switch-btn.t-catalog__parts-current,
.t-catalog__parts-switch-btn.t-catalog__parts-current:link,
.t-catalog__parts-switch-btn.t-catalog__parts-current:visited {
  color: #067d8c !important;
  -webkit-text-fill-color: #067d8c !important;
  background: rgba(32, 208, 228, 0.11) !important;
  border-color: rgba(32, 208, 228, 0.35) !important;
  font-weight: 800 !important;
}

/* Кнопка «Все» — чуть особый стиль */
.t-catalog__parts-switch-btn-all {
  color: #0a2226 !important;
  -webkit-text-fill-color: #0a2226 !important;
  font-weight: 800 !important;
}

.t-catalog__parts-switch-btn-all.t-catalog__parts-current {
  background: linear-gradient(135deg, rgba(32, 208, 228, 0.14), rgba(12, 164, 181, 0.1)) !important;
  border-color: rgba(32, 208, 228, 0.4) !important;
}

/* ══════════════════════════════════════════════
   ЗАГОЛОВОК КНОПКИ И СТРЕЛКА
══════════════════════════════════════════════ */
.t-catalog__parts-text-title,
.t-catalog__parts-text-title.t-descr,
.t-catalog__parts-text-title.t-descr_sm {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-family: "Nunito Sans", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}

.t-catalog__parts-title-lastword,
.t-catalog__parts-title-prefix {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.t-catalog__parts-title-lastword-text {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

/* Стрелка-дропдаун */
.t-catalog__parts-dropdown-arrow {
  display: inline-flex !important;
  align-items: center !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.55 !important;
  color: inherit !important;
  transition: transform 0.2s ease !important;
  vertical-align: middle !important;
  margin-left: 1px !important;
}

/* Стрелка при открытом дропдауне */
.t-catalog__parts-wrapper:hover .t-catalog__parts-dropdown-arrow,
.t-catalog__parts-switch-btn:hover .t-catalog__parts-dropdown-arrow {
  transform: rotate(180deg) !important;
  opacity: 0.9 !important;
}

/* ══════════════════════════════════════════════
   ВЫПАДАЮЩЕЕ МЕНЮ
══════════════════════════════════════════════ */
.t-catalog__parts-dropdown,
.t-catalog__parts-dropdown-base {
  background: #ffffff !important;
  border: 1px solid rgba(32, 208, 228, 0.2) !important;
  border-radius: 16px !important;
  box-shadow:
    0 16px 48px rgba(10, 34, 38, 0.12),
    0 4px 16px rgba(10, 34, 38, 0.06) !important;
  padding: 6px !important;
  min-width: 210px !important;
  overflow: hidden !important;
}

/* ══════════════════════════════════════════════
   ПУНКТЫ ДРОПДАУНА
══════════════════════════════════════════════ */
.t-catalog__parts-dropdown-item,
.t-catalog__parts-subpart-button,
.t-catalog__parts-dropdown-item:link,
.t-catalog__parts-dropdown-item:visited,
.t-catalog__parts-subpart-button:link,
.t-catalog__parts-subpart-button:visited {
  display: block !important;
  padding: 9px 13px !important;
  border-radius: 11px !important;
  font-family: "Nunito Sans", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1e4248 !important;
  -webkit-text-fill-color: #1e4248 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  transition: color 0.15s, background 0.15s, border-color 0.15s !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.t-catalog__parts-dropdown-item:hover,
.t-catalog__parts-subpart-button:hover {
  color: #067d8c !important;
  -webkit-text-fill-color: #067d8c !important;
  background: rgba(32, 208, 228, 0.08) !important;
  border-color: rgba(32, 208, 228, 0.22) !important;
}

.t-catalog__parts-item-title,
.t-catalog__parts-subpart-title {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-family: "Nunito Sans", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* Активный подпункт */
.t-catalog__parts-dropdown-item.t-catalog__parts-current,
.t-catalog__parts-subpart-button.t-catalog__parts-current {
  color: #067d8c !important;
  -webkit-text-fill-color: #067d8c !important;
  background: rgba(32, 208, 228, 0.1) !important;
  border-color: rgba(32, 208, 228, 0.3) !important;
  font-weight: 800 !important;
}

/* ══════════════════════════════════════════════
   DISABLED — кнопка «Все» когда выбрана
══════════════════════════════════════════════ */
.t-catalog__parts-disabled {
  pointer-events: none !important;
}

/* ══════════════════════════════════════════════
   ГЛОБАЛЬНЫЙ СБРОС ОРАНЖЕВЫХ ССЫЛОК TILDA
   (страховка от t-store / t-body переопределений)
══════════════════════════════════════════════ */
.t-catalog__parts-switch-wrapper a,
.t-catalog__parts-switch-wrapper a:link,
.t-catalog__parts-switch-wrapper a:visited,
.t-catalog__parts-switch-wrapper a:hover,
.t-catalog__parts-switch-wrapper a:active,
.t-catalog-parts-above__container a,
.t-catalog-parts-above__container a:link,
.t-catalog-parts-above__container a:visited,
.t-catalog-parts-above__container a:hover,
.t-catalog-parts-above__container a:active {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* ══════════════════════════════════════════════
   АДАПТИВ — мобильные
══════════════════════════════════════════════ */
@media (max-width: 640px) {
  .t-catalog__parts-switch-wrapper {
    gap: 6px !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
  }

  .t-catalog__parts-switch-btn {
    padding: 6px 11px !important;
    font-size: 12px !important;
  }

  .t-catalog__parts-dropdown {
    min-width: 180px !important;
  }

  .t-catalog__parts-dropdown-item,
  .t-catalog__parts-subpart-button {
    padding: 8px 11px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 400px) {
  .t-catalog__parts-switch-btn {
    padding: 5px 9px !important;
    font-size: 11.5px !important;
  }
}







