#estt-faq,
#estt-faq * {
  box-sizing: border-box;
}

#estt-faq {
  --faq-navy: #17306a;
  --faq-blue: #2f63df;
  --faq-blue-dark: #2457d6;
  --faq-green: #14b89a;
  --faq-text: #34435d;
  --faq-muted: #68758b;
  --faq-line: #dfe7f2;
  --faq-soft-blue: #eef5ff;
  --faq-soft-green: #eafaf6;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 0 56px;
  color: var(--faq-text);
  font-family: Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#estt-faq .estt-faq__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  min-height: 300px;
  margin: 0 0 28px;
  padding: 48px 54px;
  overflow: hidden;
  border: 1px solid #cbdff5;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 15%, rgba(20, 184, 154, .34), transparent 27%),
    radial-gradient(circle at 96% 90%, rgba(47, 99, 223, .28), transparent 34%),
    linear-gradient(135deg, #eef5ff 0%, #e5f1ff 54%, #dff7f2 100%);
}

#estt-faq .estt-faq__hero::after {
  content: "";
  position: absolute;
  right: 110px;
  bottom: -112px;
  width: 255px;
  height: 255px;
  border: 1px solid rgba(47, 99, 223, .16);
  border-radius: 50%;
}

#estt-faq .estt-faq__hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

#estt-faq .estt-faq__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-height: 34px !important;
  margin: 0 0 15px !important;
  padding: 7px 15px !important;
  border: 1px solid #85d7c7 !important;
  border-radius: 999px !important;
  color: #087965 !important;
  background: linear-gradient(135deg, #dcf7f1, #e5efff) !important;
  box-shadow: 0 5px 14px rgba(20, 184, 154, .10) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

#estt-faq .estt-faq__section-label {
  display: block;
  margin: 0 0 9px;
  color: var(--faq-blue-dark);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

#estt-faq .estt-faq__hero h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: var(--faq-navy) !important;
  font-size: 42px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em;
}

#estt-faq .estt-faq__hero p {
  max-width: 720px;
  margin: 0;
  color: #4b5b73;
  font-size: 17px;
  line-height: 1.6;
}

#estt-faq .estt-faq__hero-mark {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 144px;
  height: 144px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 42px;
  color: #fff;
  background: linear-gradient(145deg, var(--faq-blue), var(--faq-green));
  box-shadow: 0 25px 55px rgba(47, 99, 223, .22);
  transform: rotate(5deg);
}

#estt-faq .estt-faq__hero-mark::before,
#estt-faq .estt-faq__hero-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .20);
}

#estt-faq .estt-faq__hero-mark::before {
  top: 18px;
  right: 19px;
  width: 18px;
  height: 18px;
}

#estt-faq .estt-faq__hero-mark::after {
  bottom: 17px;
  left: 19px;
  width: 10px;
  height: 10px;
}

#estt-faq .estt-faq__hero-mark span {
  font-size: 82px;
  line-height: 1;
  font-weight: 700;
  transform: rotate(-5deg) translateY(-2px);
}

#estt-faq .estt-faq__rubricator {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 58px;
}

#estt-faq .estt-faq__rubric {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 36px;
  gap: 17px;
  align-items: center;
  min-height: 138px;
  padding: 23px 24px;
  border: 1px solid #c8d9f5;
  border-radius: 22px;
  color: var(--faq-text) !important;
  background: linear-gradient(135deg, #f0f5ff, #e6efff);
  box-shadow: 0 13px 34px rgba(23, 48, 106, .07);
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#estt-faq .estt-faq__rubric:nth-child(2) {
  border-color: #bfe4da;
  background: linear-gradient(135deg, #effbf8, #e2f7f0);
}

#estt-faq .estt-faq__rubric:nth-child(3) {
  border-color: #c5e0f2;
  background: linear-gradient(135deg, #effaff, #e3f2ff);
}

#estt-faq .estt-faq__rubric:nth-child(4) {
  border-color: #d2ccf1;
  background: linear-gradient(135deg, #f5f1ff, #e9efff);
}

#estt-faq .estt-faq__rubric:nth-child(5) {
  border-color: #f2d0c8;
  background: linear-gradient(135deg, #fff6f2, #ffe9e2);
}

#estt-faq .estt-faq__rubric:nth-child(6) {
  border-color: #efdcae;
  background: linear-gradient(135deg, #fffaf0, #fff0cc);
}

#estt-faq .estt-faq__rubric:nth-child(7) {
  border-color: #e4c8de;
  background: linear-gradient(135deg, #fff5fb, #f7e6f2);
}

#estt-faq .estt-faq__rubric:hover,
#estt-faq .estt-faq__rubric:focus {
  border-color: #8aaceb;
  color: var(--faq-text) !important;
  box-shadow: 0 18px 42px rgba(23, 48, 106, .13);
  text-decoration: none !important;
  transform: translateY(-4px);
}

#estt-faq .estt-faq__rubric-number,
#estt-faq .estt-faq__section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--faq-blue-dark);
  background: var(--faq-soft-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

#estt-faq .estt-faq__section:nth-child(1) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #2f63df, #477fe9);
  box-shadow: 0 8px 18px rgba(47, 99, 223, .18);
}

#estt-faq .estt-faq__section:nth-child(2) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #0fae91, #33c1a7);
  box-shadow: 0 8px 18px rgba(20, 184, 154, .18);
}

#estt-faq .estt-faq__section:nth-child(3) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #2586c7, #46a9dc);
  box-shadow: 0 8px 18px rgba(37, 134, 199, .18);
}

#estt-faq .estt-faq__section:nth-child(4) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #6557c9, #7d70dc);
  box-shadow: 0 8px 18px rgba(101, 87, 201, .18);
}

#estt-faq .estt-faq__section:nth-child(5) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #dc705c, #ee907b);
  box-shadow: 0 8px 18px rgba(220, 112, 92, .18);
}

#estt-faq .estt-faq__section:nth-child(6) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #d69520, #e9b54b);
  box-shadow: 0 8px 18px rgba(214, 149, 32, .18);
}

#estt-faq .estt-faq__section:nth-child(7) .estt-faq__section-number {
  color: #fff;
  background: linear-gradient(145deg, #9d528f, #bf6cab);
  box-shadow: 0 8px 18px rgba(157, 82, 143, .18);
}

#estt-faq .estt-faq__rubric-number {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, #2f63df, #477fe9);
  box-shadow: 0 10px 22px rgba(47, 99, 223, .20);
  font-size: 14px;
}

#estt-faq .estt-faq__rubric:nth-child(2) .estt-faq__rubric-number {
  background: linear-gradient(145deg, #0fae91, #33c1a7);
  box-shadow: 0 10px 22px rgba(20, 184, 154, .20);
}

#estt-faq .estt-faq__rubric:nth-child(3) .estt-faq__rubric-number {
  background: linear-gradient(145deg, #2586c7, #46a9dc);
  box-shadow: 0 10px 22px rgba(37, 134, 199, .20);
}

#estt-faq .estt-faq__rubric:nth-child(4) .estt-faq__rubric-number {
  background: linear-gradient(145deg, #6557c9, #7d70dc);
  box-shadow: 0 10px 22px rgba(101, 87, 201, .20);
}

#estt-faq .estt-faq__rubric:nth-child(5) .estt-faq__rubric-number {
  background: linear-gradient(145deg, #dc705c, #ee907b);
  box-shadow: 0 10px 22px rgba(220, 112, 92, .20);
}

#estt-faq .estt-faq__rubric:nth-child(6) .estt-faq__rubric-number {
  background: linear-gradient(145deg, #d69520, #e9b54b);
  box-shadow: 0 10px 22px rgba(214, 149, 32, .20);
}

#estt-faq .estt-faq__rubric:nth-child(7) .estt-faq__rubric-number {
  background: linear-gradient(145deg, #9d528f, #bf6cab);
  box-shadow: 0 10px 22px rgba(157, 82, 143, .20);
}

#estt-faq .estt-faq__rubric-text {
  min-width: 0;
}

#estt-faq .estt-faq__rubric-text strong,
#estt-faq .estt-faq__rubric-text small {
  display: block;
}

#estt-faq .estt-faq__rubric-text strong {
  color: var(--faq-navy);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

#estt-faq .estt-faq__rubric-text small {
  max-width: 390px;
  margin-top: 9px;
  color: #5c6b81;
  font-size: 14px;
  line-height: 1.45;
}

#estt-faq .estt-faq__rubric-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(47, 99, 223, .18);
  border-radius: 50%;
  color: #6681ae;
  background: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

#estt-faq .estt-faq__rubric:hover .estt-faq__rubric-arrow,
#estt-faq .estt-faq__rubric:focus .estt-faq__rubric-arrow {
  color: #fff;
  background: var(--faq-blue);
  transform: translateY(3px);
}

#estt-faq .estt-faq__section {
  margin: 0 0 58px;
  scroll-margin-top: 24px;
}

#estt-faq .estt-faq__section-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 18px;
}

#estt-faq .estt-faq__section-head .estt-faq__section-label {
  margin-bottom: 3px;
}

#estt-faq .estt-faq__section:nth-child(1) .estt-faq__section-label {
  color: #2457d6;
}

#estt-faq .estt-faq__section:nth-child(2) .estt-faq__section-label {
  color: #078a73;
}

#estt-faq .estt-faq__section:nth-child(3) .estt-faq__section-label {
  color: #1977ac;
}

#estt-faq .estt-faq__section:nth-child(4) .estt-faq__section-label {
  color: #5c4db9;
}

#estt-faq .estt-faq__section:nth-child(5) .estt-faq__section-label {
  color: #c65f4d;
}

#estt-faq .estt-faq__section:nth-child(6) .estt-faq__section-label {
  color: #b47813;
}

#estt-faq .estt-faq__section:nth-child(7) .estt-faq__section-label {
  color: #8f467f;
}

#estt-faq .estt-faq__section-head h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--faq-navy) !important;
  font-size: 27px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em;
}

#estt-faq .estt-faq__list {
  overflow: hidden;
  border: 1px solid var(--faq-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(23, 48, 106, .045);
}

#estt-faq .estt-faq__item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--faq-line);
  background: #fff;
}

#estt-faq .estt-faq__item:last-child {
  border-bottom: 0;
}

#estt-faq .estt-faq__item[open] {
  background: linear-gradient(90deg, rgba(238, 245, 255, .70), rgba(255, 255, 255, 0) 70%);
}

#estt-faq .estt-faq__item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 19px 22px 19px 24px;
  color: var(--faq-navy);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

#estt-faq .estt-faq__item summary::-webkit-details-marker {
  display: none;
}

#estt-faq .estt-faq__item summary::marker {
  display: none;
  content: "";
}

#estt-faq .estt-faq__item summary:hover,
#estt-faq .estt-faq__item summary:focus {
  color: var(--faq-blue-dark);
  background: rgba(238, 245, 255, .65);
  outline: none;
}

#estt-faq .estt-faq__item summary:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(47, 99, 223, .45);
}

#estt-faq .estt-faq__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d7e2f1;
  border-radius: 12px;
  background: #f7faff;
  transition: border-color .2s ease, background-color .2s ease, transform .25s ease;
}

#estt-faq .estt-faq__toggle::before,
#estt-faq .estt-faq__toggle::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--faq-blue-dark);
}

#estt-faq .estt-faq__toggle::after {
  transform: rotate(90deg);
  transition: transform .25s ease;
}

#estt-faq .estt-faq__item[open] .estt-faq__toggle {
  border-color: transparent;
  background: var(--faq-blue);
  transform: rotate(180deg);
}

#estt-faq .estt-faq__item[open] .estt-faq__toggle::before,
#estt-faq .estt-faq__item[open] .estt-faq__toggle::after {
  background: #fff;
}

#estt-faq .estt-faq__item[open] .estt-faq__toggle::after {
  transform: rotate(0);
}

#estt-faq .estt-faq__answer {
  padding: 0 82px 23px 24px;
  color: var(--faq-text);
  font-size: 15px;
  line-height: 1.7;
}

#estt-faq .estt-faq__answer p {
  margin: 0 0 10px;
  padding: 0;
}

#estt-faq .estt-faq__answer p:last-child {
  margin-bottom: 0;
}

#estt-faq .estt-faq__answer a {
  color: var(--faq-blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(36, 87, 214, .35);
  text-underline-offset: 3px;
}

#estt-faq .estt-faq__answer a:hover,
#estt-faq .estt-faq__answer a:focus {
  color: #123eaf;
  text-decoration-color: currentColor;
}

#estt-faq .estt-faq__answer ul {
  margin: 12px 0 0;
  padding: 0 0 0 20px;
}

#estt-faq .estt-faq__answer ol {
  margin: 12px 0 12px 18px;
  padding: 0 0 0 24px;
}

#estt-faq .estt-faq__answer ol li {
  margin: 7px 0;
  padding-left: 4px;
}

#estt-faq .estt-faq__answer li {
  margin: 5px 0;
  padding-left: 4px;
}

#estt-faq .estt-faq__answer code {
  padding: 2px 6px;
  border: 1px solid #dce6f3;
  border-radius: 6px;
  color: #234884;
  background: #f3f7fc;
  font-family: Consolas, "Courier New", monospace;
  font-size: .92em;
  overflow-wrap: anywhere;
}

#estt-faq .estt-faq__support {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
  padding: 24px 26px;
  border: 1px solid #cfe9e3;
  border-radius: 22px;
  background: linear-gradient(135deg, #f3fbf9, #eef6ff);
}

#estt-faq .estt-faq__support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--faq-green), var(--faq-blue));
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  font-family: Georgia, serif;
}

#estt-faq .estt-faq__support h3 {
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: var(--faq-navy) !important;
  font-size: 19px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

#estt-faq .estt-faq__support p {
  margin: 0;
  color: #52627a;
  font-size: 14px;
  line-height: 1.55;
}

#estt-faq .estt-faq__support-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 13px;
}

#estt-faq .estt-faq__support-contacts a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid rgba(47, 99, 223, .18);
  border-radius: 11px;
  color: var(--faq-blue-dark) !important;
  background: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

#estt-faq .estt-faq__support-contacts a:hover,
#estt-faq .estt-faq__support-contacts a:focus {
  border-color: var(--faq-blue);
  color: #fff !important;
  background: var(--faq-blue);
  text-decoration: none !important;
}

@media (max-width: 1050px) {
  #estt-faq {
    padding-right: 15px;
    padding-left: 15px;
  }

  #estt-faq .estt-faq__rubricator {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #estt-faq {
    padding-top: 4px;
    padding-bottom: 38px;
    font-size: 15px;
  }

  #estt-faq .estt-faq__hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 32px 26px;
    border-radius: 22px;
  }

  #estt-faq .estt-faq__hero h2 {
    font-size: 31px !important;
  }

  #estt-faq .estt-faq__hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  #estt-faq .estt-faq__hero-mark {
    display: none;
  }

  #estt-faq .estt-faq__rubricator {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 44px;
  }

  #estt-faq .estt-faq__rubric {
    min-height: 120px;
    padding: 20px;
  }

  #estt-faq .estt-faq__section {
    margin-bottom: 44px;
  }

  #estt-faq .estt-faq__section-head h3 {
    font-size: 23px !important;
  }

  #estt-faq .estt-faq__list {
    border-radius: 18px;
  }

  #estt-faq .estt-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    min-height: 66px;
    padding: 17px 16px 17px 18px;
    font-size: 15px;
    line-height: 1.4;
  }

  #estt-faq .estt-faq__toggle {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  #estt-faq .estt-faq__answer {
    padding: 0 18px 20px;
    font-size: 14px;
    line-height: 1.65;
  }

  #estt-faq .estt-faq__answer ol {
    margin-left: 10px;
    padding-left: 22px;
  }

  #estt-faq .estt-faq__support {
    align-items: flex-start;
    padding: 21px 20px;
  }

  #estt-faq .estt-faq__support-contacts {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  #estt-faq .estt-faq__hero {
    padding: 28px 21px;
  }

  #estt-faq .estt-faq__hero h2 {
    font-size: 28px !important;
  }

  #estt-faq .estt-faq__rubric {
    grid-template-columns: 46px minmax(0, 1fr) 32px;
    gap: 13px;
    min-height: 116px;
    padding: 18px 15px;
  }

  #estt-faq .estt-faq__rubric-number {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  #estt-faq .estt-faq__section-number {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  #estt-faq .estt-faq__rubric-text strong {
    font-size: 16px;
  }

  #estt-faq .estt-faq__rubric-text small {
    margin-top: 6px;
    font-size: 13px;
  }

  #estt-faq .estt-faq__rubric-arrow {
    width: 32px;
    height: 32px;
  }

  #estt-faq .estt-faq__section-head {
    gap: 12px;
  }

  #estt-faq .estt-faq__section-head h3 {
    font-size: 21px !important;
  }

  #estt-faq .estt-faq__support-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  #estt-faq .estt-faq__support {
    gap: 13px;
  }

  #estt-faq .estt-faq__support-contacts a {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  #estt-faq .estt-faq__rubric,
  #estt-faq .estt-faq__rubric-arrow,
  #estt-faq .estt-faq__toggle,
  #estt-faq .estt-faq__toggle::after {
    transition: none;
  }
}
