body {
  --header-height: 107px;
  overflow-x: hidden;
}

.content-info p {
  text-align: justify;
}

.counter {
  visibility: visible;
}

.theme-social button {
  cursor: pointer;
}

header .menu-close {
  display: none;
}

@media (max-width: 768px) {
  header .menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 12px 12px 0 auto;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 1;
  }
}
