@media (min-width: 992px) and (max-width: 1199px) {
	.page-time .content-block .tab-content {
		width: 992px;
	}
	.page-time .country-selection-head{
		margin-bottom: 20px;
	}
	.page-time .time-legends{
		width: 55%;
	}
	.page-time .chartBlock .filterSection{
		right: calc((-100vw + 992px)/2);
	}
}
