@media screen and (max-width: 1280px) {
.tabs{
justify-content: center;
}
.tabs__item {
padding: 10px 5px;
}
body .wrapper{
min-height: auto !important;
}
}
@media screen and (max-width: 768px) {
.routes-tabs__show-more {
display: none;
}
.table__city{
white-space: break-spaces;
}
}