/* Скрытие в подвале сайта копирайт */
.sy-foot-copyright p:nth-of-type(2) {
  display: none;
}
html.dark .sd-text-dark {
  color: white !important;
}
html.dark .sd-outline-dark {
  border-color: white !important;
}
html.dark {
  --sy-c-foot-background: #111113;
}
html.dark .sd-bg-success {
  background-color: #00713fde !important;
}
html.dark .sd-bg-text-success {
  color: #FFFFFF !important;
}
html.dark .sd-bg-info {
  background-color: #006dcbf2 !important;
}
html.dark .sd-bg-text-info {
  color: #FFFFFF !important;
}
html.dark .sd-bg-danger {
  background-color: #c40006d3 !important;
}
html.dark .sd-bg-text-danger {
  color: #FFFFFF !important;
}
html.dark .sd-bg-text-dark {
  color: #FFFFFF !important;
}
.sy-head-brand img {
  height: 34px;
}