

/* Start:/local/templates/academy/components/bitrix/news.list/program/style.css?1780390597908*/
.programs-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 100px;
  line-height: 1.3;
}
.programs-list:not(.active) .programs-list__item:nth-child(n + 9){
  display: none;
}
.programs-list__item{
  padding: 1em;
  border-radius: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  background: #eff4fd;
  position: relative;
  transition: all 0.3s;
  font-size: 15px;
  letter-spacing: 1px;
  gap: 12px;
}
.programs-list:not(.active) #showAllPrograms{
  cursor: pointer;
  border-radius: 10px;
  display: block;
  height: 100%;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px){
  .programs-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px){
  .programs-list{
    grid-template-columns: repeat(1, 1fr);
  }
}
/* End */


/* Start:/local/templates/academy/components/bitrix/news.list/events/style.css?1780390597416*/
.event_name{
	font-family: "Proxima Nova Th", sans-serif;
	margin-bottom: 0.5em;
}
.event_name a{
	color: #000;
}
.event_name a:hover{
	color: #e42518;
}
table.events-table--dark tr td.table_footer{
	color: #999;
	font-size: 0.9em;
}
table.events-table{
	margin-top: 56px;
}
.events-table th{
	line-height: 1;
	vertical-align: bottom;
}
.events-table th:first-child,
.events-table td:first-child{
	padding-left: 0;
}
/* End */
/* /local/templates/academy/components/bitrix/news.list/program/style.css?1780390597908 */
/* /local/templates/academy/components/bitrix/news.list/events/style.css?1780390597416 */
