

/* Start:/bitrix/templates/unicum_blue/components/bitrix/news.list/country-projects/style.css?1787050144860*/
.country-projects-list {
  display: grid;
  gap: 32px;
}

.country-project-card__header {
  align-items: flex-start;
  gap: 24px;
}

.country-project-card__prices {
  min-width: 250px;
  line-height: 1.35;
  text-align: right;
}

.country-project-card__prices div + div {
  margin-top: 6px;
}

.country-project-card__text p {
  margin-bottom: 10px;
}

.country-project-card__text p:nth-child(n+3) {
  display: none;
}

.country-project-card__actions {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.country-projects-contacts {
  margin-top: 72px;
}

@media (max-width: 767px) {
  .country-project-card__header {
    display: block;
  }

  .country-project-card__prices {
    min-width: 0;
    margin-top: 16px;
    text-align: left;
  }

  .country-project-card__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* End */
/* /bitrix/templates/unicum_blue/components/bitrix/news.list/country-projects/style.css?1787050144860 */
