/*.news-card .news-card__category {
	width: auto !important;
	padding: 0 10px !important;
}*/

@media (min-width: 1399.99px) {
	.timetable-carousel__item {
		width: 50%;
	}
}

.ui-menu .ui-menu-item-wrapper {
	width: 100%;
}

.ui-menu-item-wrapper.ui-state-active:hover {
	background: #20264A !important;
	font-weight: normal;
	color: #ffffff;
}

ul.ui-autocomplete {
  list-style-type: none !important;
}

ul.ui-autocomplete li:before {
	width: 0 !important;
	height: 0 !important;
}


.tab-table-resolution__classroom--col {
	display: flex;
    flex-direction: column;
    gap: 0;
}

.tab-table-resolution__type a {
	text-decoration: none;
  color: #fff;
}

.tab-table-resolution__name span {
	font-size: 1rem;
}

.news-card .news-card__category {
    height: auto;
    padding: 6px 5px;
}

.news-card .news-card__category span {
    max-width: 300px;
    word-wrap: break-word;
}

.human-tab {
    cursor: pointer;
}

.schedule-upd-date {
	font-size: 12px;
    color: #969696;
    margin-left: 10px;
}

.tab-table-resolution__type_pink a {
	color: #282828;
}