

/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?1785850154762*/
.blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.blocks__block {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
.blocks__check {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
.blocks__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blocks__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.blocks__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/style.css?1785850154762 */
