/* Fallback для tilda-blocks-2.12/2.14 когда CDN недоступен */
#t-header .t228,
#t-header .t228__maincontainer,
#t-header .t228__leftside,
#t-header .t228__centerside,
#t-header .t228__rightside {
  display: flex;
  align-items: center;
}
#t-header .t228__maincontainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
#t-header .t228__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
#t-header .t228__list_item {
  list-style: none;
}
#t-header .t-menu__link-item {
  text-decoration: none;
}
#t-header .t228__rightside .t-btn {
  display: inline-block;
}
