:root { color-scheme: only light; }

body, .t-body {
  background-color: #ffffff !important;
}

.t-section, .t-container, .t-col {
  background-color: inherit !important;
}


/* Telegram — синий */
a[href*="t.me"] .t-sociallinks__svg path {
  fill: #2aabee !important;
}

/* Max — сине-фиолетовый */
a[href*="max.ru"] .t-sociallinks__svg path {
  fill: #7b4fd4 !important;
}

/* WhatsApp — зелёный */
a[href*="wa.me"] .t-sociallinks__svg path {
  fill: #25d366 !important;
}

.t450__menu_show {
    background-color: transparent !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.t450__container {
    background-color: rgba(30, 30, 30, 0.22) !important;
}

