

/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1783499324963*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	/*height: 22px;*/
	/*white-space: nowrap;*/
	display: flex;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #c3c3c3;
	transition: 1s;
}

.bx-breadcrumb:hover .bx-breadcrumb-item-text {
	color: #000000;
	transition: 1s;
}

span.separator {
	width: 20px;
	display: block;
	text-align: center;
	color: var(--gray);
}
/* End */


/* Start:/local/templates/yd2page/components/bitrix/news/author/bitrix/news.detail/.default/style.css?17901673231215*/
.author__info {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 30px;
}

.author__info img {
    margin: 0;
}

.author__info-picture {
    flex-shrink: 0;
}

.author__info-content {
    display: flex;
    flex-flow: column nowrap;
    min-width: 0;
}

.author__info-name {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}

.author__info-picture img {
    width: 160px;
    height: 168px;
    object-fit: cover;
    border-radius: 20px;
}

.author__info-description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 32px;
}

.author__info-props {
    display: flex;
    flex-flow: row wrap;
    row-gap: 15px;
    column-gap: 30px;
    align-items: center;
    margin-top: auto;
}

.author__info-socials {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 6px;
    flex-shrink: 0;
}

.author__info-socials a {
    flex-shrink: 0;
}

.author__info-socials img {
    display: block;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 575px) {
    .author__info {
        flex-flow: column nowrap;
        row-gap: 20px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/rounded/style.css?17901670782260*/
.pagenav-rounded {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
}

.pagenav-rounded__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #eee;
    border-radius: 30px;
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

a.pagenav-rounded__item {
    color: var(--second);
    text-decoration: none;
    transition: border-color 0.2s;
}

a.pagenav-rounded__item:hover {
    border-color: var(--second);
}

.pagenav-rounded__page {
    padding: 0 6px;
}

.pagenav-rounded__page--current {
    background: var(--second);
    border-color: var(--second);
    color: #fff;
}

.pagenav-rounded__dots {
    color: #ccc;
}

.pagenav-rounded--mobile-only {
    display: none;
}

/*   Стрелки у кнопок «Новее» / «Старше»   */
.pagenav-rounded__item--prev::before,
.pagenav-rounded__item--next::after {
    display: inline-block;
    transition: transform 0.1s;
}

.pagenav-rounded__item--prev::before {
    content: "\2190";
    margin-right: 0.5em;
}

.pagenav-rounded__item--next::after {
    content: "\2192";
    margin-left: 0.5em;
}

a.pagenav-rounded__item--prev:hover::before {
    transform: translateX(-3px);
}

a.pagenav-rounded__item--next:hover::after {
    transform: translateX(3px);
}

@media screen and (max-width: 600px) {
    .pagenav-rounded {
        gap: 4px;
        margin-top: 1rem;
    }

    .pagenav-rounded__item {
        min-width: 40px;
        height: 40px;
        padding: 0 4px;
    }

    /*   В кнопках остаются только стрелки, текст — для скринридеров   */
    .pagenav-rounded__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .pagenav-rounded__item--prev::before,
    .pagenav-rounded__item--next::after {
        margin: 0;
    }

    .pagenav-rounded--desktop-only {
        display: none;
    }

    .pagenav-rounded--mobile-only {
        display: inline;
    }
}

/* End */


/* Start:/local/templates/yd2page/components/bitrix/news/author/bitrix/news.list/articles/style.css?1790148424630*/
/*   Карточки статей автора   */
.blog_block {
    position: relative;
    font-size: 16px;
    margin: 1vw 0 20px 0;
    padding-top: 1vw;
    border-radius: 15px;
}

.blog_block h2 {
    font-size: 20px;
    margin: 1rem 0 0 0;
}

.blog_block .blog_announce {
    margin: 15px 0;
}

.blog_block .blog_info {
    margin-bottom: 10px;
    color: #C3C3C3;
    font-size: 13px;
    transition: 1s;
}

.blog_block .time-read {
    float: right;
}

.blog_block img {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .blog_block:hover .blog_info {
        color: #000000;
        transition: 1s;
    }
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1783499324963 */
/* /local/templates/yd2page/components/bitrix/news/author/bitrix/news.detail/.default/style.css?17901673231215 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/rounded/style.css?17901670782260 */
/* /local/templates/yd2page/components/bitrix/news/author/bitrix/news.list/articles/style.css?1790148424630 */
