@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTLight.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTBook.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTDemi.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTHeavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

.faq *:focus {
  outline: none;
}

.faq *:focus-visible {
  outline: 2px solid #003c96;
  outline-offset: 3px;
  border-radius: 2px;
}

.faq .center {
  text-align: center;
}

.faq {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 100%;
  font-family: "Futura PT", sans-serif;
  gap: 36px;
}

.faq * {
  box-sizing: inherit;
}

.faq__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.faq__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #111;
}

.faq__link {
  color: #003c96;
  text-decoration: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.faq-accordion__item {
  width: 100%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
}

.faq-accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 20px;
  cursor: pointer;
}

.faq-accordion__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 1.2;
  color: #111;
}

.faq-accordion__title svg {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  color: #003c96;
}

.faq-accordion__icon {
  display: block;
  width: 21px;
  height: 14px;
  flex-shrink: 0;
  transition: rotate 0.1s ease-in;
  fill: #003c96;
}

.faq-accordion__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  overflow: hidden;
  padding: 0px 20px;
  font-weight: 400;
  color: #898989;
}

.faq-accordion__inner ul,
.faq-accordion__inner ol {
  list-style: revert;
  padding: revert;
  margin: 16px 0;
}

.faq-accordion__inner p {
  padding: revert;
  margin: 0;
  margin-bottom: 16px;
}

.faq-accordion__inner a {
  text-decoration: none;
  color: #003c96;
}

.faq-accordion__item[open] .faq-accordion__icon {
  rotate: -180deg;
}

.faq-accordion__item[open] .faq-accordion__inner {
  padding-bottom: 24px;
}
