.article__main-common > img {
  width: 100%;
  height: auto;

  margin: 1rem 0;
}

.article__faq {
  margin: 4rem 0;
}

.article__faq-header {
  margin-bottom: 1rem;

  font-size: 2rem;
  font-weight: 700;
  color: #0294b3;
}

.article__faq .main-faq-item .main-faq-icon svg:nth-child(1) {
  display: block;
}

.article__faq .main-faq-item .main-faq-icon svg:nth-child(2) {
  display: none;
}

.article__faq .main-faq-item.opened .main-faq-icon svg:nth-child(1) {
  display: none;
}

.article__faq .main-faq-item.opened .main-faq-icon svg:nth-child(2) {
  display: block;
}

.article__faq .main-faq-question {
  flex: none;

  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;

  padding: 1rem .5rem;

  font-size: 1.25rem;
  font-weight: 600;

  cursor: pointer;
}

.article__faq .main-faq-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;

  color: #fff;

  background-color: #0294b3;
  border-radius: 50%;
}

.article__faq .main-faq-answer {
  display: none;

  padding: 0 1.5rem;

  font-size: 1rem;
}

.quote {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 1rem 0;
}

.quote__img {
  width: 20%;
}

.quote__img img {
  display: block;
  width: 100%;
  height: auto;
}

.quote__text {
  position: relative;
  width: 80%;

  margin-left: -20px;
  padding: 24px;

  font-size: 1rem;
  color: #eaf4f7;

  background-color: #0294b3;
  border-radius: 20px;
}

.quote__text::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 12px;

  font-size: 2rem;

  opacity: .5;
}

.quote__author {
  margin-top: 24px;

  font-size: inherit;
  text-align: right;

  border-radius: 8px;
}

.quote__author .quote__author-info {
  margin: 4px 0;

  font-size: inherit;
}

.block_price-title {
  margin-bottom: 1.5rem;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #58585a;
}

.block_price_simple .price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem 3rem;

  margin: 0;
  padding: 0;

  list-style: none;
}

.block_price_simple .price_item {
  width: calc(50% - 2rem);
  height: 120px;
  border-radius: 20px;
  background-color: #eaf4f7;
}

@media (max-width: 480px) {
  .block_price_simple .price_item {
    width: 100%;
    height: 60px;
  }
}

.block_price_simple .price_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.block_price_simple .price_item img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}
