

/* Start:/local/templates/decom/components/bitrix/news.list/accordion-list/style.css?17708187251685*/
.accordion-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.accordion-list__title {
  position: relative;
  padding: 27px 5px;
  font-size: 20px;
  color: #000;
  line-height: 0.9;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
}

.accordion-list__title:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #282425;
  border-bottom: 2px solid #282425;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion-list__title.active:after {
  top: 54%;
  -webkit-transform: translateY(-53%) rotate(-135deg);
  -ms-transform: translateY(-53%) rotate(-135deg);
  transform: translateY(-53%) rotate(-135deg);
}

.accordion-list__item {
  padding: 0 20px;
  border-bottom: 2px solid #e1ebe9;
}

.accordion-list__item.active {
  background: #f6f6f6;
}

.accordion-list__text {
  display: none;
  line-height: 1.4;
}

.accordion-list__table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.accordion-list__table tbody {
  background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}

.accordion-list__table tbody th,
.accordion-list__table tbody td {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  border-left: none;
  text-align: center;
  padding: 15px 5px;
  background: #fff;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
}
/* End */
/* /local/templates/decom/components/bitrix/news.list/accordion-list/style.css?17708187251685 */
