

/* Start:/local/templates/aspro_next/components/bitrix/news.list/faq/style.css?17624139011313*/
.faq.det {
  border: 1px solid #e5e5e5; }

.det-item {
  padding: 32px 24px;
  border-bottom: 1px solid #e5e5e5;
  flex-direction: column;
  transition: 50ms;
  display: flex; }

.det-item-title {
  cursor: pointer;
  position: relative;
	color: #383838;
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
  .det-item-title:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 12px;
    position: absolute;
    right: 2px;
    top: 3px;
    transform: rotate(135deg);
    width: 12px; }

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer; }

.container-p p {
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%; }

.det-item[open] .det-item-title:after {
  top: 9px;
  transform: rotate(315deg); }

summary::before, summary::after {
  transition: 200ms; }

/*# sourceMappingURL=wood.css.map */
@media(max-width: 430px) {
	.det-item{padding: 20px;}
	.det-item-title {
		font-size: 15px;
		line-height: 1.2;
	}
	.det-item-title span{
		display: block;
		max-width: 223px;
	}
	.det-item-answer{
		font-size: 14px;
		line-height: 1.2;
	}
}
/* End */
/* /local/templates/aspro_next/components/bitrix/news.list/faq/style.css?17624139011313 */
