

/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1711718201875*/
.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;
	transition: 250ms linear all;
}

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


/* Start:/local/templates/yd2page/components/bitrix/news/compilation/bitrix/news.list/.default/style.css?1763564588870*/
.compilation {
    min-width: 310px;
    min-height: 300px;
    background: #eee;
    color: #000;
    padding: 2em;
    margin: 1em 0;
    position: relative;
    border-radius: 15px;
}

.compilation h3 {
    font-size: 1.6rem;
}

.compilation a.all-articles {
    position: absolute;
    bottom: 20px;
    font-size: 12pt;
    opacity: 0;
    transition: 1s;
}

.compilation:hover a.all-articles {
    opacity: 1;
    transition: 1s;
}

.compilation a.all-articles:after {
    content: " ";
    background: url(/img/arrow-black.svg) no-repeat 0 0;
    position: relative;
    right: -10px;
    transition: 0.1s;
    width: 50px;
    height: 10px;
    color: var(--white);
    display: inline-block;
}

.compilation a.all-articles:hover:after {
    content: " ";
    position: relative;
    right: -20px;
    transition: 0.1s;
}

.blog_announce {
    font-size: 12pt;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/beauty/style.css?16495687751711*/
@media screen and (min-width: 600px) {
    div#pages {
        overflow: hidden;
        color: #ccc;
        text-align: center;
        margin: 20px 0;
    }

    .pages_item {
        float: left;
        width: 50%;
        display: block;
        padding: 1rem;
        border: 1px solid #eee;
        font-weight: 500;
        text-transform: uppercase;
        transition: 0.4s;
    }

    a.pages_item {
        color: #6A2A88;
        transition: 0.2s ease-Out;
    }

    a.pages_item:hover {
        background: #6A2A88;
        color: #fff;
    }

    span.pages_item {
        color: #ccc;
    }
}

@media screen and (max-width: 600px)
{
    div#pages {
        margin: 1rem 0 0 0;
        color: #ccc;
        text-align: center;
        display: block;
    }
    .pages_item {
        width: 100%;
        display: block;
        padding: 1rem;
        border: 1px solid #eee;
        font-weight: 500;
        text-transform: uppercase;
        transition: 0.4s;
    }
    a.pages_item {
        color: #6A2A88;
    }
    a.pages_item:hover {
        background: #6A2A88;
        color: #fff;
    }

    span.pages_item {
        color: #ccc;
    }
}

.pages_item:first-child {
    border-right: 0;
}

.load-more {
    text-transform: uppercase;
    color: var(--second-active);
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
    border: 1px solid #eee;
    border-bottom: 0;
    transition: 0.4s;
}

.load-more:hover {
    background: #6A2A88;
    color: #fff;
}

.load-more-end {
    text-transform: uppercase;
    text-align: var(--grey);
    margin: 20px 0;
    text-align: center;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1711718201875 */
/* /local/templates/yd2page/components/bitrix/news/compilation/bitrix/news.list/.default/style.css?1763564588870 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/beauty/style.css?16495687751711 */
