

/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?17858505261178*/
.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);
}
@media (max-width:1600px) {
  .blocks__title {
    font-size: 25px;
    line-height: 26px;
  }
  .blocks__text {
    font-size: 16;
    line-height: 23px;
  }
}
@media (max-width:992px) {
  .blocks {
    grid-template-columns: 1fr;
  }
  .blocks__title {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width:640px) {
  .blocks__block {
    padding: 12px;
    gap: 24px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/style.css?17858505261178 */
