.header__language-current {
  padding: 5px 10px;
  cursor: pointer;
}

.header__language-current p {
  margin: 0;
}

.header__language-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  z-index: 1000;
}

.header__language-list a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

.header__language-list a:hover {
  background-color: #e9e9e9;
}

.header__language:hover .header__language-list {
  display: block;
}

.search svg {
  width: 1em;
  height: auto;
}
.opener-icon {
  fill: currentColor;
}
.statistics-section .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.statistics-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0 10px 0;
  gap: 15px;
}
.statistics-item .description {
  font-weight: 700;
  margin: 5px 0 0 0;
  line-height: 1.2rem;
}