/*block6*/
	#block6 {padding: 60px 0;}
	#block6 .container {position: relative;}
	#block6 .container .heading h2 {text-align: left; font-weight: 700; font-size: 80px; line-height: 150%; color: #6E74A5; margin-bottom: 20px;}
	#block6 .container img:nth-child(1) {position: absolute; width: 580px; max-width: 100%; max-height: 600px; right: 0; top: 90px; opacity: 0.7;}

	.timetable {background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); border-radius: 10px; padding: 40px; width: 880px; max-width: 100%;}
	.timetable table tr td {border-bottom: 1px solid #fff; padding: 20px 0; color: #fff; border-right: 1px solid #fff; width: 250px;}
	.timetable table tr:first-child td {font-weight: 600; font-size: 18px; line-height: 150%; padding: 10px 0;}
	.timetable table tr td {font-weight: 300; font-size: 18px; line-height: 150%;}
	.timetable table tr td:first-child {padding-left: 0;}
	.timetable table tr td:nth-child(2), .timetable table tr td:nth-child(3) {text-align: center;}
	.timetable table tr td:last-child {border-right: none; text-align: right; padding-right: 0;}
	.timetable table tr:last-child td {border-bottom: 0;}
/*block6*/
/*adaptiv*/
	@media (min-width: 300px) and (max-width: 319px){
		#block6 .container .heading h2 {font-size: 40px;}
	}
	@media (min-width: 300px) and (max-width: 767px){
		#block6 {width: 100vw; overflow-x: hidden;}
		#block6 .container .heading h2 {font-size: 46px; text-align: center;}
		.timetable {padding: 0; max-width: 90vw; text-align: center; margin: 0 auto;}
		.timetable table tr:first-child {display: none;}
		.timetable table tr td {display: block; width: 90vw; text-align: center; border-right: none; border-bottom: none;}
		.timetable table tr td:last-child {text-align: center; border-bottom: 1px solid #fff;}
		.timetable table tr:last-child td:last-child {border-bottom: none;}
		#block6 .container img:nth-child(1) {display: none;}
	}
	@media (min-width: 375px) and (max-width: 767px){
		
	}
	@media (min-width: 768px) and (max-width: 1023px){
		.timetable {padding: 20px; width: 90vw;}
		.timetable table tr td {font-size: 16px;}
		#block6 .container img:nth-child(1) {display: none;}
	}
	@media (min-width: 1024px) and (max-width: 1179px){
		
	}
/*adaptiv*/