

/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?16819229331882*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.expand-list__list {
    margin-bottom: 48px;
}

.expand-list-item__description:not(.is-open) {
    overflow: hidden;
    height: 0;
    max-height: 0;
}

.expand-list-item__description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 90px 0 40px;
    font-size: 16px;
}

.expand-list-item.is-open{
	padding-bottom: 37px;
}

.expand-list-item.is-open .expand-list-item__title {
    padding-bottom: 37px;
    margin-bottom: 26px;
    background-color: #fafbfc;
}

.expand-list-item {
    border-bottom: 1px solid #e0e0e0;
    color: #444;
    -webkit-transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}

.expand-list-item__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 40px 40px 29px 40px;
    font-size: 20px;
}

.expand-list-item__icon {
    position: relative;
    width: 21px;
    height: 21px;
    margin-left: auto;
}

.expand-list-item:hover .expand-list-item__title{
	color: #ce1126;
    background-color: #fafbfc;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?16819229331882 */
