.abbonements {
  padding: 40px 0px;
}
.abbonements__title {
  margin-bottom: 40px;
}
.abbonements__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
  gap: 30px;
}
.abbonements__item {
  list-style: none;
  padding: 40px;
  background: var(--primary);
  border-radius: 20px;
}
.abbonements__promo {
  color: var(--head);
  padding: 10px 20px;
  border-radius: 20px;
  background: var(--card);
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 30px;
}
.abbonements__price {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 15px;
}
.abbonements__price h2 {
  color: var(--card);
}
.abbonements__price * {
  text-transform: unset;
}
.abbonements__text * {
  font-family: var(--fontFamily);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--stroke);
  margin-bottom: 78px;
}
.abbonements__text * li::marker {
  color: var(--card);
}
.abbonements__text p {
  color: inherit;
}
.abbonements__text ul {
  list-style-type: disc;
  color: inherit;
}
.abbonements__text ul li {
  color: inherit;
}
.abbonements__old_price {
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-decoration: line-through;
}
.abbonements__bottom {
  display: flex;
  justify-content: space-between;
}
.abbonements__bottom .p2 {
  color: inherit;
  max-width: 295px;
}
.abbonements__item-second h2 {
  color: inherit;
}
.abbonements__item-second .abbonements__old_price,
.abbonements__item-second .abbonements__text ul, .abbonements__item-second .abbonements__text li {
  color: inherit;
}
.abbonements__item-second .abbonements__text li::marker,
.abbonements__item .abbonements__text li::marker {
  color: inherit;
}
.abbonements__item-second p.p2 {
  color: inherit;
}

.btn-arrow {
  gap: 10px;
}

@media (max-width: 1240px) {
  .abbonements__bottom {
    flex-direction: column;
    gap: 30px;
  }
  .abbonements__item {
    background-position: right;
  }
}

@media (max-width: 996px) {
  .abbonements {
    padding: 30px 0px !important;
  }
}

@media (max-width: 884px) {
  .abbonements__price {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 740px) {
  .abbonements__list {
    grid-template-columns: 1fr;
  }
  .abbonements__item {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .abbonements__item {
    padding: 18px;
  }
}/*# sourceMappingURL=block.css.map */