.bg-block {
  background-color: #d6d6d6;
  height: 100%;
  padding: 15px;
  color: #4b4b4b;
  font-size: 16px;
  font-family: Gilroy-ExtraBold,sans-serif;
  text-transform: uppercase;
  margin: 0 15px;
}
.cat-menu{
  list-style: none;
  padding: 0 20px;
  margin-bottom: 0;
  margin-top: 20px;
  background-color: white;
  border: 2px solid #52b444;
}
.cat-menu li{
  padding: 10px 0;
  color: #4b4b4b;
  font-size: 18px;
  font-family: Gilroy-ExtraBold,sans-serif;
  text-transform: uppercase;
}
.cat-menu li a{
  color: #4b4b4b;
}
.filter-buttons{
  margin-top: 10px;
  font-family: Gilroy-ExtraBold,sans-serif;
}
.filter-buttons button{
  text-transform: uppercase;
  color: #2e2d2d;
  outline: none;
  cursor: pointer;
}
.sort-button {
  border-radius: 6px;
  border: 1.8px solid #c6c8ca;
}
.ajax-reset {
    border: none;
    background-color: #ccd9df;
    height: 100%;
}
.ajax-form label{
  cursor: pointer;
}
.b_lang{
  display: flex; 
  list-style: none; 
  justify-content: center; 
  padding: 0; 
  color: #fff;
}
.b_lang li {
  padding: 5px;
  background-color: #3cb868;
  margin: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}
.b_lang li a{
  color: #fff;
}
.fs19{
  font-size: 19px;
  margin-top: 10px;
}
.header {
    padding-top: 277px!important;
}
.top-line__contact .dib a {
    color: #004f98;
    font-size: 17px;
    text-decoration: none;
}

.whats{
      position: fixed;
    right: 20px;
    bottom: 180px;
    z-index: 999999999;
}