:root {
  --v12q-text: #181717;
  --v12q-line: #d9d9d9;
  --v12q-bg: #ffffff;
}

.v12q-page {
  width: 100%;
  background: var(--v12q-bg);
}

.v12q-faq-screen {
  padding: 0;
  background: var(--v12q-bg);
  box-sizing: border-box;
}

.v12q-faq-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 528px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.v12q-faq-container > .row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.v12q-faq-container > .row > [class*="col-"] {
  position: relative;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.v12q-faq-grid {
  position: relative;
  width: 100%;
  height: 100%;
}

.v12q-faq-badge {
  position: absolute;
  left: calc(50% - 75px / 2);
  top: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 75px;
  height: 32px;
  padding: 6px 14px 6px 12px;
  border: 1px solid var(--v12q-line);
  border-radius: 60px;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.v12q-faq-badge__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.v12q-faq-badge__text {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--v12q-text);
}

.v12q-faq-title {
  position: absolute;
  left: calc(50% - 560px / 2);
  top: 176px;
  width: 560px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--v12q-text);
}

.v12q-faq-list {
  position: absolute;
  left: 60px;
  top: 300px;
  width: 1320px;
  height: 216px;
  margin: 0;
}

.v12q-faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
  padding: 24px 0;
  border-bottom: 1px solid var(--v12q-line);
  box-sizing: border-box;
}

.v12q-faq-item__meta {
  display: flex;
  align-items: center;
  gap: 154px;
  min-width: 0;
}

.v12q-faq-item__number {
  width: 73px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--v12q-text);
}

.v12q-faq-item__title {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--v12q-text);
}

.v12q-faq-item__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 24px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
}



@media (max-width: 1199px) {
  .v12q-faq-screen {
    padding: 56px 16px 0;
  }

  .v12q-faq-container {
    height: auto;
    padding: 0;
  }

  .v12q-faq-badge,
  .v12q-faq-title,
  .v12q-faq-list {
    position: static;
  }

  .v12q-faq-badge {
    margin: 0 auto;
  }

  .v12q-faq-title {
    width: auto;
    margin: 20px auto 0;
  }

  .v12q-faq-list {
    width: auto;
    height: auto;
    margin-top: 56px;
  }

  .v12q-faq-item {
    height: auto;
  }

  .v12q-faq-item__meta {
    gap: 72px;
  }
}

@media (max-width: 767px) {
  .v12q-faq-screen {
    padding: 40px 12px 0;
  }

  .v12q-faq-container {
    padding: 20px 4px 0;
  }

  .v12q-faq-title {
    margin-top: 16px;
    font-size: 30px;
  }

  .v12q-faq-list {
    margin-top: 40px;
  }

  .v12q-faq-item {
    gap: 8px;
    padding: 18px 0;
  }

  .v12q-faq-item__meta {
    gap: 18px;
  }

  .v12q-faq-item__number {
    width: auto;
    min-width: 32px;
  }

  .v12q-faq-item__title {
    font-size: 18px;
  }

  .v12q-faq-item__toggle {
    width: 32px;
    height: 20px;
    padding: 0;
  }
}
