body, html, .timetable-container {
    overflow-x: hidden;
}
/*Первый экран*/
.container1{
	width: 100%;
	height: 100px;
	background: #000;
}

/*1 блок текста*/
.text1{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.text1 span{
	font-size: 30px !important;
	color: black;
	font-family: 'Roboto Black';
}

/*2 экран*/
.container2-2{
	width: 100%;
	height: 600px;
	margin-top: -2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.table2{
	width: 100%;
	height: 100%;
	background: url(/Object/Rasp1.png)no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.table3{
	width: 100%;
	height: 100%;
	background: url(/Object/Rasp2.png)no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.container3-3{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.container3-3 ul{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.container3-3 li:nth-child(1){
	font-size: 32px;
	font-weight: bold;
	height: 50px;
}
.timetable td {
    width: calc(100% / 7);
}
@media (max-width: 420px) {
    .timetable td,
    .timetable th {
    
    width: 140px !important;
    max-width: 140px;
    min-width: 140px;
}
}