/* Меню с табами */










.t397__col {
  padding-bottom: 5px;
  background-color: black;
}


@media screen and (max-width: 960px){
.t397__wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;

}
.t397__wrapper_mobile { display: none;}
.t397__tab {
    width: calc(100%/3);
    display: flex;
    justify-content: center;
    align-items: center;
  


}
.t397__title { padding: 10px 10px  !important;}
}
@media screen and (max-width: 460px){
    .t397__tab {width: calc(100%/3);

        
    }      
}



 @media screen and (min-width: 961px){


.t397 {
  padding-top: 20px;
  padding-bottom: 15px;
}


.t397__col {
  background-color: black;
    padding-top: 20px;
  padding-bottom: 20px;
}



