section.main_catalog .block_title ul.nav li a, section.main_catalog .block_title ul.nav li label, .filtr_serr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    background: #fff;
    color: #272727;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}



.catalog_page .sort_box.fastfilter {border: 0;display: flex;justify-content: center;flex-wrap: wrap;}
.catalog_page .sort_box.fastfilter>.fastfilter_in {border: 0;display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 665px;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div {display: flex;min-width: 30%;flex-wrap: wrap;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div.butt_qw1 {width: 100%;display: flex;justify-content: center;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div a {margin: 0 5px;text-decoration: none;text-transform: none;margin-bottom: 20px;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div a:first-child {margin-left: 0;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div a:last-child {margin-right: 0;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div a:hover {background: #d4d4d4;}
.catalog_page .sort_box.fastfilter>.fastfilter_in>div a.active {background: #d4d4d4;}

.catalog_page .sort_box.fastfilter>.fastfilter_in .filter {display: none;}

@media (max-width: 650px) {
	.catalog_page .sort_box.fastfilter>.fastfilter_in .filter {display: block;margin-top: 10px;}
	.catalog_page .sort_box.fastfilter>.fastfilter_in {flex-direction: column;margin-left: 0;width: 100%;}
	.catalog_page .sort_box.fastfilter {margin-left: 0;}
	.catalog_page .sort_box.fastfilter>.fastfilter_in .filter button {position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 14px;
    margin: 0;
    border: 0;
    background: #777;
    font-size: 12px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
  .catalog_page .sort_box.fastfilter>.fastfilter_in .filter button:after {position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 14px;
    height: 14px;
    margin: -6px 0 0;
    background: url(../img/icons/left-arrow.svg) 50% no-repeat;
    background-size: 100%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "";}
  .catalog_page .sort_box.fastfilter>.fastfilter_in>div a, .catalog_page .sort_box.fastfilter>.fastfilter_in>div a:first-child {
  	border-radius: 0;
    width: calc(100% - 2px);
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .catalog_page .sort_box.fastfilter>.fastfilter_in>div, .catalog_page .sort_box.fastfilter>.fastfilter_in>div.butt_qw1 {
  	display: none;
  }
  .catalog_page .sort_box.fastfilter>.fastfilter_in>div.butt_qw1,
  .catalog_page .sort_box.fastfilter>.fastfilter_in>div.butt_qw2 {margin-bottom: 10px;}
  .catalog_page .sort_box.fastfilter>.fastfilter_in>div {display: none;}
  
}