

/* Start:/local/templates/academ_aspro/components/bitrix/news.list/simptom-list-inner/style.css?17391064831862*/

/* стили для листинга*/
.symptoms-panel{
  display: flex;

  /*-webkit-box-pack: justify;*/
  /*-moz-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.symptoms-panel-list{
  display: flex;
  align-items: center;
}
.symptoms-panel-item-all {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #f6f8f7;
}

.symptoms-panel-symptoms a,
.symptoms-panel-clear{
  cursor: pointer;
  display: block;
  text-decoration: none;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #f6f8f7;
  text-align: center;
  line-height: 42px;
  padding: 0 20px;
  color: #000;
}
.symptoms-panel-item{
  flex-shrink: 0;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  width: 28px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.symptoms-panel-item:hover{
  background: #d6d7d7;
}
.symptoms-panel-item.active{
  background: #d6d7d7;
}
.symptoms-content-list{
  columns: 4;
}
.symptoms-content{
  padding: 36px 0;
}
.symptoms-content-item{
  display: flex;
  flex-direction: column;
  gap: 18px;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 16px;
}
.symptoms-content-item-title{
  /*color: #DC2F2FFF;*/
  font-size: 24px;
  font-weight: 700;
}
.symptoms-content-elements{
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .symptoms-panel{
    gap: 20px;
  }
  .symptoms-content-list{
    columns: 3;
  }
}
@media (max-width: 450px) {
  .symptoms-panel{
    gap: 20px;
  }
  .symptoms-content-list{
    columns: 2;
  }
}
/* End */
/* /local/templates/academ_aspro/components/bitrix/news.list/simptom-list-inner/style.css?17391064831862 */
