

/* Start:/local/templates/auto-master-gas/components/bitrix/menu/section_menu/style.css?17719433151161*/
.sectionList {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 5px);
}
.sectionList_item {
  border-radius: 6px;
  box-shadow: var(--box-shadow-default);
  margin-bottom: 30px;
  display: flex;
}
.sectionList_item-title {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 20px;
}
.sectionList_item-title:hover, .sectionList_item-title:focus {
  color: inherit;
  text-decoration: inherit;
}
.sectionList_item-image img {
  border-radius: 6px 0 0 6px;
  max-width: 228px;
  height: 216px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sectionList_item-desc {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .sectionList {
    width: 100%;
    margin-bottom: 30px;
  }
  .sectionList_item {
    flex-direction: column;
  }
  .sectionList_item-image img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    max-width: 100%;
    max-height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/auto-master-gas/components/bitrix/menu/section_menu/style.css?17719433151161 */
