

/* Start:/local/components/binom/newbuildings.cards/templates/.default/style.css?1777018572198*/
.nb-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; }

@media (max-width: 768px) {
  .nb-cards-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* End */


/* Start:/local/components/binom/newbuildings.cards/assets/card.css?17770185723034*/
/* Карточка ЖК — используется шаблонами .default и carousel компонента binom:newbuildings.cards */
.nb-card {
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nb-card:hover {
  transform: translateY(-8px);
}

.nb-card__media {
  min-height: 200px;
  max-height: 200px;
  background: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 16px 16px 0 0;
}

.nb-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nb-card:hover .nb-card__image {
  transform: scale(1.05);
}

.nb-card__no-photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 16px;
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 16px 16px 0 0;
}

.nb-card__body {
  padding: 9px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 100%;
  height: 100%;
}

.nb-card__row {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.nb-card__price-from {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.nb-card__delivery {
  color: #000;
  font-size: 11px;
}

.nb-card__mortgage {
  font-size: 11px;
  margin-bottom: 12px;
}

.nb-card__mortgage span {
  color: rgba(12, 84, 160, 1);
}

.nb-card__title {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(12, 84, 160, 1);
  border-bottom: 1px solid rgba(12, 84, 160, 1);
  text-transform: uppercase;
}

.nb-card__title a {
  color: inherit;
  text-decoration: none;
}

.nb-card__title a:hover {
  color: #253970;
  text-decoration: underline;
}

.nb-card__address {
  color: #000;
  font-size: 11px;
}

.nb-card__metro {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 11px;
  color: #000;
  flex-wrap: wrap;
}

.nb-card__metro img {
  height: 12px;
  flex-shrink: 0;
}

.nb-card__metro span {
  white-space: nowrap;
}

.nb-card__prices-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nb-card__price-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #000;
}

.nb-card__price-item-area {
  color: #6C757D;
}

.nb-card__price-item-price {
  font-weight: 600;
}

.nb-card__all-count {
  color: rgba(132, 138, 146, 1);
  font-size: 9px;
  text-decoration: none;
  font-weight: 500;
}

.nb-card__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(12, 84, 160, 0.5);
  border-radius: 50px;
  margin-top: auto;
}

.nb-card__phone {
  color: #253970;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
}

.nb-card__phone a {
  color: inherit;
  text-decoration: none;
}

.nb-card__phone a:hover {
  text-decoration: underline;
}

/* End */
/* /local/components/binom/newbuildings.cards/templates/.default/style.css?1777018572198 */
/* /local/components/binom/newbuildings.cards/assets/card.css?17770185723034 */
