@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html{font-family:"Roboto",sans-serif;} :root {
  --viewport: 375px;
  --bg-color: #f4f6fa;
  --color: #222222;
}

*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: none;
  height: fit-content;
}

body {
  width: var(--viewport);
  max-width: var(--viewport);
  overflow-x: hidden;
  background-color: var(--bg-color);
  margin: auto;
  margin-top: 0;
  transition: all .3s ease;
  font-weight: 400;
  word-break: break-word;
  height: fit-content;
}

/*[src=''] {
  visibility: hidden;
}*/

b {
  font-weight: 700;
}

#ew-block {
  position: relative;
  width: 100%;
  display: block;
  padding: 4px;
  background: #004eff;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-out;
}

#ew-block span {
  margin-left: 8px;
  font-size: 18px;
} .section-1-1-1 {
    background: #FDFDFD;
    color: #222;
    width: 100%;
    position: relative;
    height: 60px;
    padding: 4px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-1-1-1 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

  .section-1-1-1 a img {
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    object-fit: scale-down;
    max-height: 52px;
    position: relative;
  }

  .section-1-1-1 > span {
    top: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .section-1-1-1 > span > svg {
    color: var(--color);
  }