.filter-button-group{
	margin-bottom: 40px;
}
.filter-button{
	background: #474746; color: #F7F7F7;
}
.filter-button.active{
	background: #;
}

.filter-button:after {
	background: #;
}



section .blockColm .box {
    margin: 0 220px 0 260px;
    width: auto;
}

@media(max-width: 562px){
	section .blockColm .box {
    width: 80%;
    margin:0 10px;
  }
}

@media (max-width: 420px){
 
  section .blockColm .box {
    width: 60%;
    margin:0 10px;
  }
  
  .filter-button-group {
    text-align: left;
  }
  .filter-button{
    margin-bottom:10px;
  }
}