/*header*/
.smartheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;

  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e8e4dc;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;

}



.menu-box {


  width: 42px;
  height: 42px;
  margin: 5px 0px 5px 10px;
  align-items: left;
  background-image: url('/media/icons/menu_mobil_light.svg');
  background-size: contain;
  transition: background-image 0.3s ease;
  /* плавность (по желанию) */
}



.logomobil {
  width: 244px;
  height: 40px;
  align-items: center;
  background-image: url('/media/icons/logomobil.svg');
}

.search-box {

  width: 42px;
  height: 42px;
  margin: 5px 10px 5px 0px;
  align-self: flex-end;
  background-image: url('/media/icons/search_mobil_light.svg');
  background-size: contain;
  transition: background-image 0.3s ease;
  /* плавность (по желанию) */
}
