    .headline
    {
        text-shadow: 0px 4px 5px #808080;
        
    }
    .headline h1
    {
        font-weight: 800!important;
    }
    
    @media screen and (min-width: 959px){
.t-screenmax-640px.uc-burger {
    display: none!important;
}}
@media screen and (max-width: 959px){
.t-screenmax-640px.uc-burger {
    display: block!important;
}}



.feed-switch {
  display: flex;
  justify-content: center;   /* ВОТ ЭТО ГЛАВНОЕ */
  gap: 32px;
  margin: 40px auto;
}

.feed-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.feed-btn.active {
  border-color: #000;
  font-weight: 600;
}
