.price-block__container {
  border-radius: 32px;
  padding: 47px 53px 48px;
  background: var(--fon-card);
}
.price-block__container .block-title:has(+ .block-subtitle) {
  margin-bottom: 12px;
}
.price-block__container .block-title + .block-subtitle {
  color: var(--tekst-head-2);
}
.price-block__container .block-title + .block-subtitle:not(:last-child) {
  margin-bottom: 40px;
}
.price-block__wrap {
  display: flex;
  gap: 30px;
}
.price-block .main-card {
  flex: 1;
  background: var(--fon-bg);
  border-radius: 20px;
  padding: 30px;
}
.price-block .main-card__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.price-block .main-card__top:not(:last-child) {
  margin-bottom: 20px;
}
.price-block .main-card__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.price-block .main-card__title {
  font: var(--lk-font-h4);
  color: var(--tekst-head-2);
}
.price-block .main-card__table {
  background: var(--tekst-second---main-text);
  border-radius: 20px;
  padding: 30px;
}
.price-block .main-card__table-row {
  display: grid;
  grid-template-columns: 67% 1fr;
  gap: 30px;
  align-items: center;
}
.price-block .main-card__table-row:not(:first-child) {
  padding: 10px 0 0;
}
.price-block .main-card__table-row:not(:first-child):not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--fon-bg-dark);
}
.price-block .main-card__table-row:first-child {
  margin-bottom: 10px;
}
.price-block .main-card__table-row:first-child .main-card__table-td {
  font: var(--lk-font-h5);
  color: var(--tekst-head-2);
}
.price-block .main-card__table-row:first-child + .main-card__table-row {
  padding-bottom: 15px;
}
.price-block .main-card__table-td {
  font: var(--lk-font-p2);
  color: var(--tekst-main-text);
}
.price-block .main-card__table-td.fire {
  display: flex;
  align-items: center;
  gap: 5px;
}
.price-block .main-card__table-td.fire::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("./images/fire.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
}
.price-block .other-system {
  width: 29.8%;
  background: var(--fon-bg);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.price-block .other-system__title {
  font: var(--lk-font-h4);
  color: var(--tekst-head-2);
  text-align: center;
}
.price-block .other-system__title:not(:last-child) {
  margin-bottom: 20px;
}
.price-block .other-system__card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  padding: 20px 30px;
  background: var(--fon-bg-dark);
}
.price-block .other-system__card.white {
  background: var(--tekst-second---main-text);
}
.price-block .other-system__card:not(:last-child) {
  margin-bottom: 10px;
}
.price-block .other-system__card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.price-block .other-system__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-block .other-system__card-title {
  font: var(--lk-font-h6);
  color: var(--tekst-main-text);
}
.price-block .other-system__card-text {
  font: var(--lk-font-p2);
  color: var(--tekst-head-2);
}

@media (max-width: 1199px) {
  .price-block__container {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .price-block .other-system {
    padding: 20px 15px;
  }
  .price-block .other-system__card {
    padding: 20px 15px;
  }
  .price-block .main-card {
    padding: 20px 15px;
  }
  .price-block__wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .price-block__wrap {
    flex-direction: column;
  }
  .price-block .other-system {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .price-block .other-system__title {
    flex: 0 0 100%;
  }
  .price-block .other-system__card {
    flex-grow: 1;
    flex-basis: 0;
    min-width: calc(33.3333% - 30px);
    margin-bottom: 0 !important;
    gap: 10px;
  }
  .price-block .other-system__card-icon {
    width: 35px;
    height: 35px;
  }
  .price-block .other-system__card-content {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .price-block .other-system__card {
    min-width: calc(50% - 30px);
    justify-content: center;
  }
  .price-block .other-system__card-content {
    flex: none;
  }
  .price-block .other-system__title {
    font-size: 16px;
  }
  .price-block .main-card__table {
    padding: 20px 15px;
  }
  .price-block .main-card__table-row {
    grid-template-columns: 55% 1fr;
    gap: 10px;
  }
  .price-block .main-card__table-row:first-child .main-card__table-td {
    font-size: 14px;
  }
  .price-block .main-card__table-td {
    font-size: 14px;
  }
  .price-block .main-card__top {
    gap: 10px;
  }
  .price-block .main-card__title {
    font-size: 16px;
  }
  .price-block .main-card__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 375px) {
  .price-block .other-system__card {
    min-width: 100%;
  }
}/*# sourceMappingURL=block.css.map */