.page-panel--info {
  padding: 0.35rem 0.55rem 1.5rem;
}

.info-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #231140;
}

.info-page__tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin: 0 0 1.15rem;
  padding: 0 10px;
}

.info-page__tab {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 42px;
  padding: 0.5rem 0.45rem;
  border: none;
  border-radius: 3px;
  background: #3c3c3c;
  color: #ffffff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transform: skewX(-14deg);
  transition: background 0.18s ease, color 0.18s ease, filter 0.18s ease;
}

.info-page__tab > span {
  display: block;
  width: 100%;
  transform: skewX(14deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-page__tab:hover:not(.is-active) {
  filter: brightness(1.08);
}

.info-page__tab.is-active {
  background: linear-gradient(180deg, #ffcb2e 0%, #f69411 100%);
  color: #ffffff;
}

.info-page__card {
  padding: 0 !important;
}

.info-page__panel[hidden] {
  display: none !important;
}

.info-copy__title {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
  color: #f5a623;
}

.info-copy__rule {
  margin: 0 0 1rem;
  border: none;
  border-top: 1px solid rgba(191, 255, 166, 0.527);
}

.info-copy__heading {
  margin: 1.15rem 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  color: #f5a623;
}

.info-copy__text {
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.75;
}

.info-copy__text:last-child {
  margin-bottom: 0;
}

.info-copy__text--lead {
  color: #f5a623;
}

.info-copy__text--accent {
  margin-top: 1.1rem;
  font-weight: 700;
  color: #f5a623;
}

.info-page__panel[data-info-panel="terms"] .info-copy__heading,
.info-page__panel[data-info-panel="terms"] .info-copy__text,
.info-page__panel[data-info-panel="terms"] .info-copy__text--lead {
  color: #ffffff;
}

.info-contact {
  display: grid;
  gap: 1.1rem;
  margin-bottom: 1.35rem;
  background-color: #34244f;
  padding: 30px;
}

.info-contact__visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.info-contact__image {
  display: block;
  width: min(100%, 280px);
  height: auto;
  object-fit: contain;
  -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 72%, transparent 100%);
}

.info-contact__box {
  padding: 1rem 0.75rem 1.1rem;
  border-radius: 8px;
  background: rgba(8, 4, 16, 0.42);
  z-index: 2;
}

.info-contact__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 0.85rem;
}

.info-contact__empty {
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

.info-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 148px;
  min-width: 0;
}

.info-contact-card__qr {
  width: 150px;
  height: 150px;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
}

.info-contact-card__qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-contact-card__open {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  width: 148px;
  min-height: 44px;
  padding: 0.35rem 0.5rem;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}

.info-contact-card__open img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.info-contact-card__open-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.info-contact-card__open-text strong {
  font-size: 0.72rem;
  font-weight: 800;
}

.info-contact-card__open-text small {
  font-size: 0.62rem;
  font-weight: 600;
  opacity: 0.92;
}

.info-contact-card__id {
  display: flex;
  align-items: center;
  width: 148px;
  min-height: 30px;
  overflow: hidden;
  border-radius: 3px;
  background: #1a1a1a;
}

.info-contact-card__id span {
  flex: 1;
  min-width: 0;
  padding: 0.25rem 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.7rem;
  color: #ffffff;
}

.info-contact-card__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.info-contact-card__copy:hover {
  color: #f5a623;
}

.info-contact-card--telegram .info-contact-card__open {
  background: #2aa7e0;
}

.info-contact-card--viber .info-contact-card__open {
  background: #7360f2;
}

.info-contact-card--facebook .info-contact-card__open,
.info-contact-card--messenger .info-contact-card__open {
  background: #1877f2;
}

.info-contact-card--line .info-contact-card__open {
  background: #06c755;
}

.info-contact-card--whatsapp .info-contact-card__open {
  background: #25d366;
}

.info-contact-card--livechat .info-contact-card__open {
  background: #f69411;
}

.info-contact-service {
  margin-top: 0.35rem;
}

.info-contact-service__title {
  margin: 0 0 0.55rem;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  color: #f5a623;
}

.info-contact-phone {
  max-width: 420px;
  margin: 0.85rem auto 0;
  padding: 0.7rem 0.9rem 0.85rem;
  border-radius: 8px;
  background: #1a1a1a;
}

.info-contact-phone[hidden] {
  display: none !important;
}

.info-contact-phone__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  color: #ffffff;
}

.info-contact-phone__row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
}

.info-contact-phone__flag {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .info-page {
    padding: 40px 16px;
  }

  .info-page__tabs {
    gap: 5px;
    padding: 0 6px;
  }

  .info-page__tab {
    min-height: 30px;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .page-panel--info {
    padding: 0.55rem 0.85rem 2rem;
  }

  .info-page__tab {
    min-height: 40px;
    padding: 0.55rem 0.7rem;
    font-size: 20px;
  }

  .info-page__card {
    padding: 1.45rem 1.55rem 1.75rem;
  }

  .info-copy__title {
    font-size: 35px;
  }

  .info-copy__text {
    font-size: 18px;
  }

  .info-contact {
    grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
    align-items: end;
    gap: 0.5rem 1.25rem;
  }

  .info-contact__visual {
    justify-content: flex-start;
  }

  .info-contact__image {
    width: 150%;
    max-width: none;
  }

  .info-contact__box {
    padding: 1.15rem 1.05rem 1.25rem;
  }

  .info-contact-service__title {
    font-size: 1.55rem;
  }
}
