/* screen - menu-base */
@media(max-width:1199px){

.menu-base {
  align-items: flex-start;
  display: flex;
  /*min-width: 360px;*/
  min-width:100%;
  position: fixed;
}

.menu-base .header-info-cert {
  align-items: center;
  background-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--grey-3);
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 8px 12px;
  position: relative;
  /*width: 360px;*/
  width:100%;
}

.menu-base .frame-633160 {
  align-items: center;
}

.menu-base .menu {
  height: 24px;
  position: relative;
  width: 24px;
}

.menu-base .corporate-2023 {
  flex: 0 0 auto;
  position: relative;
}

.menu-base .frame-633159 {
  align-items: flex-start;
}

.menu-base .frame-633159-item {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--grey-3);
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 12px;
  position: relative;
}

.menu-base .apps {
  height: 24px;
  position: relative;
  width: 24px;
}

.menu-base .shopping_cart {
  height: 24px;
  position: relative;
  width: 24px;
}

.menu-base .badge {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: -4px;
}

.menu-base .person {
  height: 24px;
  position: relative;
  width: 24px;
}

.menu-base .frame {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
}

}