

/* Start:/local/templates/makilove/components/bitrix/news.detail/.default/style.css?17840299411043*/
.section.text .product-catalog__item .btn--rounded-pink {
  color: #fff;
}


.author {
  margin-top: 40px;
  text-align: right;
  color: #E3DED8;
}

.art-grid {
  display: grid;
  gap: 8px;
}
.art-grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.art-grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.art-grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.table thead td {
  font-weight: bold;
  text-align: center;
}

.art-item {
  padding: 24px ;
  border: 1px solid #F78484;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.1);
}

.art-item__cnt {
  font-size: 28px;
  margin-bottom: 12px;
}

.art-item__cnt--sm {
  font-size: 20px;
}

.art-item__cnt-desc {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.art-item__cnt-desc--bold {
  font-weight: bold;
}

.art-item__desc {
  line-height: 150%;
}

.art-item__desc--bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .art-grid.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .art-item {
    padding: 12px;
  }

}

/* End */
/* /local/templates/makilove/components/bitrix/news.detail/.default/style.css?17840299411043 */
