

/* Start:/bitrix/templates/master_default/components/bitrix/catalog.section.list/links/style.css?17875933021462*/
/* Текстовые блоки-ссылки на подразделы каталога */
.sec-links { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.sec-links__col { padding: 0 8px 16px; width: 100%; }
@media (min-width: 576px) { .sec-links__col { width: 50%; } }
@media (min-width: 1200px) { .sec-links__col { width: 33.3333%; } }

.sec-link {
  display: flex; align-items: center; height: 100%;
  min-height: 78px; padding: 18px 20px;
  border: 1px solid #E4E4E4; background: #fff;
  color: #0b1226; text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.sec-link:hover {
  border-color: #0b1226; color: #0b1226; text-decoration: none;
  box-shadow: 0 6px 20px rgba(11, 18, 38, .09);
  transform: translateY(-2px);
}
.sec-link__name { flex: 1 1 auto; font-size: 1rem; font-weight: 600; line-height: 1.35; }
.sec-link__cnt {
  flex: 0 0 auto; margin-left: 10px; padding: 2px 9px;
  background: #F2F4F7; border-radius: 11px;
  font-size: .8rem; color: #5B6B77;
}
.sec-link__arrow {
  flex: 0 0 auto; margin-left: 14px; font-size: 1.15rem; color: #9AA6B2;
  transition: color .25s ease, transform .25s ease;
}
.sec-link:hover .sec-link__arrow { color: #0b1226; transform: translateX(3px); }

/* описание раздела над категориями */
.aq-section-descr { margin: 0 0 26px; font-size: 15px; line-height: 1.6; color: #3A4A56; }
.aq-section-descr p:last-child { margin-bottom: 0; }

/* End */
/* /bitrix/templates/master_default/components/bitrix/catalog.section.list/links/style.css?17875933021462 */
