.text-block1 {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (width <= 760px) {
  .text-block1 {
    gap: 24px;
  }
}

.text-block1__content {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 8px;
  color: #0f172a;
  font-size: 18px;
}

@media only screen and (width <= 760px) {
  .text-block1__content {
    font-size: 14px;
  }
}

.text-block1__content ul {
  list-style: none;
  padding-left: 0;
  margin: 8px 0;
}

.text-block1__content ul li {
  position: relative;
  padding-left: 20px;
  margin: 4px 0;
}

.text-block1__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 3px;
  height: 3px;
  background: #0f172a;
  border-radius: 4px;
}

.text-block1__content ul ul {
  margin: 4px 0 4px 20px;
  padding-left: 0;
}

.text-block1__content ul ul li {
  padding-left: 20px;
}

.text-block1__content ul ul li::before {
  width: 2px;
  height: 2px;
}

.text-block1__content ul ul ul {
  margin-left: 20px;
}

.text-block1__content ul ul ul li::before {
  width: 2px;
  height: 2px;
}

.text-block1__content ol {
  list-style-type: decimal !important;
  padding-left: 30px;
  margin: 8px 0;
  counter-reset: item;
}

.text-block1__content ol li {
  position: relative;
  padding-left: 8px;
  margin: 4px 0;
  list-style-type: decimal !important;
  display: list-item;
}

.text-block1__content ol li::before {
  display: none;
}

.text-block1__content ol ol {
  list-style-type: lower-alpha !important;
  margin-left: 20px;
  padding-left: 30px;
}

.text-block1__content ol ol li {
  list-style-type: lower-alpha !important;
}

.text-block1__content ol ol ol {
  list-style-type: lower-roman !important;
  margin-left: 20px;
  padding-left: 30px;
}

.text-block1__content ol ol ol li {
  list-style-type: lower-roman !important;
}

.block-faq1 {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (width <= 760px) {
  .block-faq1 {
    gap: 20px;
  }
}

.block-faq1__list {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (width <= 760px) {
  .block-faq1__list {
    gap: 12px;
  }
}

.block-faq1__list-item {
  border-radius: 16px;
  border: 1.5px solid #e0e0e2;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgb(19 19 22 / 0%);
  transition: 0.15s linear;
}

.block-faq1__list-item:hover {
  box-shadow: 0 2px 6px 0 rgb(19 19 22 / 15%);
}

.block-faq1__list-open {
  padding: 24px 28px;
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
  transition: 0.15s linear;
  cursor: pointer;
}

@media only screen and (width <= 760px) {
  .block-faq1__list-open {
    padding: 12px;
    font-size: 16px;
  }
}

.block-faq1__list-open::after {
  content: '';
  background: url('../img/i14.svg') no-repeat 0 0;
  background-size: 24px 25px;
  width: 24px;
  height: 25px;
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: 0.15s linear;
}

@media only screen and (width <= 760px) {
  .block-faq1__list-open::after {
    background: url('../img/i21.svg') no-repeat 0 0;
    background-size: 18px 19px;
    width: 18px;
    height: 19px;
    display: -webkit-box;
    display: flex;
    display: flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.block-faq1__list-open.active {
  padding-bottom: 0;
}

.block-faq1__list-open.active::after {
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
}

@media only screen and (width <= 760px) {
  .block-faq1__list-open.active::after {
    transform: rotate(-45deg) scale(1.1, 1.1);
  }
}

.block-faq1__list-hide {
  color: #0f172a;
  font-size: 18px;
  display: none;
}

.block-faq1__list-hide-over {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 10px;
  color: #0f172a;
  font-size: 18px;
  padding: 8px 28px 24px;
}

@media only screen and (width <= 760px) {
  .block-faq1__list-hide-over {
    padding: 6px 12px 12px;
    font-size: 14px;
  }
}

.block-faq1__link {
  padding: 24px 28px;
  border-radius: 16px;
  border: 1.5px solid #e0e0e2;
  background: #f3f4f6;
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (width <= 760px) {
  .block-faq1__link {
    padding: 12px;
    border-radius: 12px;
    font-size: 16px;
  }
}

.block-faq1__link::after {
  content: '';
  background: url('../img/i15.svg') no-repeat 0 0;
  background-size: 24px 25px;
  width: 24px;
  height: 25px;
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (width <= 760px) {
  .block-faq1__link::after {
    background: url('../img/i22.svg') no-repeat 0 0;
    background-size: 18px 19px;
    width: 18px;
    height: 19px;
    display: -webkit-box;
    display: flex;
    display: flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.block-faq1__link:hover {
  box-shadow: 0 2px 6px 0 rgb(19 19 22 / 15%);
}
