

/* Start:/local/templates/rostbk/components/bitrix/news/experts/bitrix/news.detail/.default/style.css?17817290471967*/
.expert-card {
    margin: 40px 0;
    color: #1f2933;
}

.expert-card__expert {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 34px;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px solid #8eb2e8;
    border-radius: 8px;
}

.expert-card__photo {
    min-height: 390px;
    background: #eef4fb;
}

.expert-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.expert-card__content {
    padding: 34px 34px 34px 0;
}

.expert-card__name {
    margin: 0 0 16px;
    color: #004b8d;
    font-size: 34px;
    line-height: 1.14;
}

.expert-card__lead {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.expert-card__email {
    display: inline-flex;
    margin-bottom: 26px;
    color: #004b8d;
}

.expert-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 28px;
}

.expert-card__section {
    padding: 16px 0;
}

.expert-card__section h2, .expert-card__lead h2 {
    margin: 0 0 16px;
    color: #004b8d;
    font-size: 24px;
    line-height: 1.25;
}

.expert-card__text {
    line-height: 1.65;
}

.expert-card__text p:last-child,
.expert-card__text ul:last-child,
.expert-card__text ol:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .expert-card__expert {
        grid-template-columns: 260px 1fr;
        gap: 24px;
    }

    .expert-card__content {
        padding: 26px 26px 26px 0;
    }

    .expert-card__name {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .expert-card__expert {
        grid-template-columns: 1fr;
    }

    .expert-card__photo {
        min-height: 0;
        max-height: 420px;
    }

    .expert-card__content {
        padding: 24px;
    }

    .expert-card__name {
        font-size: 25px;
    }

    .expert-card__section {
        padding: 22px;
    }
}

/* End */


/* Start:/local/templates/rostbk/components/bitrix/news.list/expert_articles/style.css?17817290471300*/
.expert_articles {
	margin: 3em 0;
}
div.news-list{
	word-wrap: break-word;
}
.news-item{padding: 20px 0; border-bottom: 1px dotted #ddd;}
div.news-list img.preview_picture{
	float:left;
	margin:0 30px 10px 0;
	max-width: 170px;
	max-height: 120px;
}
.news-date-time {
	color:#888;
	font-weight:bold;
	margin: 10px 30px 10px 0;
	font-size: 1.4rem;
	float:left;
	min-width: 163px;
}
.news-link {
	display: flex;
	justify-content: center;
	min-width: 195px;
	float: left;
}
a.news-link:hover {
    text-decoration: none;
}
.news-title{font-size: 1.2rem; line-height: 110%;}
.news-item .readmore{display: block; text-align:left; margin: 30px 0;}
.news-item .readmore a{padding:10px 20px; border: 1px solid #004B8D; border-radius:0.25rem; background:#fff;}
.news-item .readmore a:hover{background:#004B8D; color:#fff; text-decoration:none;}
.container h2.title__articles_block {
	color:#004B8D;
}
.image-wrap { position: relative;}
.image-copyright {
	left: 5px;bottom: 5px;font-size: 0.6em;line-height: 1.1em;color: #6c757d;margin-top: 5px;display: block;}
.expert_articles .article-item {
	border-bottom: 1px solid #D8E3F4;
}
.expert_articles .article-item:last-child, .expert_articles .rostbk-news-list__wrap {
	border-bottom: unset;
}
@media(max-width:768px){
	body .rostbk-news-form{border:unset;}
}
/* End */


/* Start:/local/templates/rostbk/components/bitrix/news.list/expert_services/style.css?17817290471573*/
.expert_articles {
	margin: 3em 0;
}
div.news-list{
	word-wrap: break-word;
}
.news-item{padding: 20px 0; border-bottom: 1px dotted #ddd;}
div.news-list img.preview_picture{
	float:left;
	margin:0 30px 10px 0;
	max-width: 170px;
	max-height: 120px;
}
.news-date-time {
	color:#888;
	font-weight:bold;
	margin: 10px 30px 10px 0;
	font-size: 1.4rem;
	float:left;
	min-width: 163px;
}
.news-link {
	display: flex;
	justify-content: center;
	min-width: 195px;
	float: left;
}
a.news-link:hover {
    text-decoration: none;
}
.news-title{font-size: 1.2rem; line-height: 110%;}
.news-item .readmore{display: block; text-align:left; margin: 30px 0;}
.news-item .readmore a{padding:10px 20px; border: 1px solid #004B8D; border-radius:0.25rem; background:#fff;}
.news-item .readmore a:hover{background:#004B8D; color:#fff; text-decoration:none;}
.container h2.title__articles_block {
	color:#004B8D;
}
.image-wrap { position: relative;}
.image-copyright {
	left: 5px;bottom: 5px;font-size: 0.6em;line-height: 1.1em;color: #6c757d;margin-top: 5px;display: block;}
.expert_articles .article-item {
	border-bottom: 1px solid #D8E3F4;
}
.expert_articles .article-item:last-child, .expert_articles .rostbk-news-list__wrap {
	border-bottom: unset;
}
.expert_services--sections .article-item {
	padding: 12px 0;
}
.expert_services--sections .news-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}
.expert_services--sections .news-title a {
	color: #235aa7;
	text-decoration: underline;
	overflow-wrap: anywhere;
}
@media(max-width:768px){
	body .rostbk-news-form{border:unset;}
}

/* End */
/* /local/templates/rostbk/components/bitrix/news/experts/bitrix/news.detail/.default/style.css?17817290471967 */
/* /local/templates/rostbk/components/bitrix/news.list/expert_articles/style.css?17817290471300 */
/* /local/templates/rostbk/components/bitrix/news.list/expert_services/style.css?17817290471573 */
