@media (min-width: 980px){
.t-menu__list{
  display: flex;
  max-width: 940px;
  justify-content: space-between; /* Или используйте space-around для равных отступов space-between*/
}

.t229__centerside{
    max-width: 940px!important;
}

.t229 ul{
    margin:auto!important;
}
}
 
 
 
@media (min-width: 1200px){
.t-menu__list{
  display: flex;
  max-width: 1160px;
  justify-content: space-between; /* Или используйте space-around для равных отступов space-between*/
}

.t229__centerside{
    max-width: 1160px!important;
}

.t229 ul{
    margin:auto!important;
}
}



@media (min-width: 1500px){
    
.t-container {
    width: 100%;
    max-width: 1400px;
    padding: 0;
}

.t-menu__list{
  display: flex;
  max-width: 1400px;
  justify-content: space-between; /* Или используйте space-around для равных отступов space-between*/
}

.t229__centerside{
    max-width: 1400px!important;
}

.t229 ul{
    margin:auto!important;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 0px!important;
    margin-right: 40px!important;
    width: 100%!important;
}

.t-col_12 {
    max-width: 1400px;
}

.t-col_4 {
    max-width: 440px!important;
}

.t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 8px!important;
}

}




