.item-flags-horizontal{ display: flex; gap: 5px; height:30px; margin-bottom:15px; margin-top:10px; }
.item-flags-horizontal .fss-cert-flag{ background:#FDC323;border-radius:5px;height:100%;color:black;font-size:16px; }
.market-flag {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: white;
  /*cursor: pointer;*/
  user-select: none;
  /* font-family: "Arial Black", sans-serif; */
  line-height: 1;
  box-sizing: border-box;
  padding: 0 5px;
  font-weight: bold;
}
.flag-ozon {
    background-color: #005bff;
    font-size: 16px;
}
.flag-wb {
    background: linear-gradient(135deg, #cb11ab 0%, #481173 100%);
    font-size: 16px;
}
@media (min-width: 768px) {
  .item-flags-horizontal{ float:left; }
}