@media (min-width: 1901px) {
  .page-time .chartBlock .filterSection {
    width: 470px;
  }
}
@media (min-width: 1801px) and (max-width: 1900px){
  .page-time .chartBlock .filterSection {
    width: 450px;
  }
}
@media (min-width: 1701px) and (max-width: 1800px){
  .page-time .chartBlock .filterSection {
    width: 400px;
  }
}
@media (min-width: 1500px) and (max-width: 1700px){
  .page-time .chartBlock .filterSection {
    width: 340px;
  }
}
