.g-page-article__image {
  margin-right: 40px;
}
.localtabs > ul > li .localtabs__title > a > span {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 .5C4.31.5.5 4.31.5 9c0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5C17.5 4.31 13.69.5 9 .5zm0 1c4.15 0 7.5 3.35 7.5 7.5s-3.35 7.5-7.5 7.5S1.5 13.15 1.5 9 4.85 1.5 9 1.5z' solid-color='%23000000' fill='%23d6d6d6'/%3E%3Cpath d='M11.117 7.646L8.7 10.053 6.355 7.707l-.708.707L8.7 11.467l3.122-3.113-.705-.708z' solid-color='%23000000' fill='%23484848'/%3E%3C/svg%3E") 50% 50% no-repeat, white;
  border-radius: 50%;
}
.qr-generator {
  padding: 20px;
  background: #f7f7f7;
  margin-top: 40px;
  border-radius: 18px;
}
.qr-generator__container {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  text-align: center;
  display: none;
}
.qr-generator__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.qr-generator__field {
  margin-bottom: 16px;
}
.qr-generator__search {
  margin: 0 auto;
  width: 100%;
}
.qr-generator__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #9b9b9b;
}
.qr-generator__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.qr-generator__input {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  background: #2f2f2f;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
.qr-generator__input::placeholder {
  color: #9b9b9b;
}
.qr-generator__input:focus {
  outline: none;
  background: #3a3a3a;
}
.qr-generator__button {
  height: 48px;
  padding: 0 24px;
  background: #ffd400;
  color: #000;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.qr-generator__button:hover {
  background: #ffcc00;
}
.qr-generator__hint {
  margin-top: 10px;
  font-size: 13px;
  color: #7a7a7a;
}
.qr-generator__qr-wrapper {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto 24px;
  max-width: 100%;
}
.qr-generator #qrCode {
  width: 100%;
  height: 100%;
}
.qr-generator__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.qr-generator__logo img {
  max-width: 100%;
  max-height: 100%;
}
.qr-generator__back {
  padding: 12px 24px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
}
