body {
  font-family: "Inter", sans-serif;
}

.header__inner,
.nav {
  gap: 18px;
}

.nav-language {
  display: none;
}

.section-title--right {
  text-align: left;
}

.product__main {
  direction: ltr;
}

.content-copy li {
  padding-right: 0;
  padding-left: 28px;
}

.content-copy li::before {
  right: auto;
  left: 0;
}

.popular {
  right: auto;
  left: 24px;
}

.plan li::before {
  margin-left: 0;
  margin-right: 9px;
}

.breadcrumbs span:first-of-type {
  display: inline-block;
  transform: rotate(180deg);
}

@media (max-width: 860px) {
  .menu-button {
    margin-right: 0;
    margin-left: auto;
  }

  .section-title--right {
    text-align: center;
  }

  .nav-language {
    display: block;
  }
}
