.categories_switch
{
  display: none;
}

.categories_list
{
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  border-bottom: solid 1px #bfbfbf;
  background-color: #f7f7f7;
}

.categories_list li
{
  position: relative;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 50px;
}

.categories_list li:hover
{
  cursor: pointer;
}

.categorie_active
{
  background-color: white;
  border: solid 1px #bfbfbf;
  border-bottom: none;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.white_block
{
  position: relative;
  z-index: 10;
  width: 100%;
  height: 4px;
  margin-bottom: 15px;
  background-color: white;
}