

/* Start:/bitrix/templates/.default/components/bitrix/news/stat/bitrix/news.detail/.default/style.css?17882580151200*/

*/#18ad9075div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.author {
    background: #18ad9075;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
#contant .author p>a {
    color: #2b3e52;
    text-decoration: underline;
}
#contant .author h3>a {
    text-decoration: underline;
}
.author>div {
    flex: 1 1 100%;
}

.faq__wrapper {
    margin-right: 10px;
}
.faq__container {
    background-color: white;
    color: #18ad90;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
}

.faq__question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq__question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.faq__question.active::after {
    transform: rotate(45deg);
}

.faq__answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.faq__answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    color: #2b3e52;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/stat/bitrix/news.detail/.default/style.css?17882580151200 */
