

/* 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/.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/blog/bitrix/news.list/.default/style.css?17900663171404*/
.blog_block {
    position: relative;
    font-size: 16px;
    margin: 1vw 0 20px 0;
    padding-top: 1vw;
    border-radius: 15px;
}

.blog_temp_badge {
    position: absolute;
    top: calc(1vw + 232px);
    left: 21px;
    z-index: 1;
    padding: 4px 10px;
    border-radius: 20px;
    background: var(--active);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.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;
}

.time-read {
    float: right;
}

.view_count {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/img/eye.png) no-repeat;
    vertical-align: middle;
}

.telegram-blog-banner {
    padding: 30px 10px;
    border-radius: 15px;
    min-height: 100px;
    background: linear-gradient(39deg, #17235e, #5c2681, #5c2681);;
    color: #fff;
    font-size: 20pt;
    text-align: center;
}
.telegram-blog-banner a {
    color: #fff;
    text-decoration: none;
    font-weight: 400px;
    border-bottom: 4px solid var(--active);
}

.telegram-blog-banner a:hover {
    color: #fff;
}

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

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


/* Start:/local/templates/yd2page/components/bitrix/news.list/tags-cloud/style.css?17806012041556*/
.search-tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	scrollbar-width: none;
}

@media (max-width: 991px) {
	.search-tags-cloud {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
	}

	.search-tags-cloud > * {
		flex-shrink: 0;
		scroll-snap-align: start;
	}
}

.search-tag-item {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ededed;
	color: #787878;
	padding: 6px 18px;
	display: inline-block;
	font-size: 12pt;
	transition: 0.6s;
}

.search-tag-item:hover {
	background: var(--active);
	color: #fff;
}

.all-compilations {
	background-color: var(--second-active);
	color: #fff;
}
.all-compilations:hover {
	color: #fff;
}

.ai-item {
	padding-left: 45px;
	position: relative;
}
.ai-item:before {
	width: 30px;
	height: 30px;
	position: absolute;
	mask-image: url(/img/ai.svg?1);
	background: var(--second-active);
	content: "";
	top: 3px;
	left: 10px;
	display: block;
	transition: 0.6s;
}
.ai-item:hover:before {
	mask-image: url(/img/ai.svg?1);
	background: var(--white);
	transition: 0.6s;
}

.shield-item {
	padding-left: 45px;
	position: relative;
}
.shield-item:before {
	width: 25px;
	height: 25px;
	position: absolute;
	mask-image: url(/img/shield.svg?1);
	background: var(--second-active);
	content: "";
	top: 6px;
	left: 13px;
	display: block;
	transition: 0.6s;
}
.shield-item:hover:before {
	mask-image: url(/img/shield.svg?1);
	background: var(--white);
	transition: 0.6s;
}
/* End */


/* Start:/local/components/dd/popup.banner/templates/.default/style.css?17697125141978*/
@media screen and (min-width: 1000px) { /*  Блок для десктопов    */
    .exitblock {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
        justify-content: center;
    }
    .exitblock .fon {
        background: #F6FCFF;
        opacity: 0.8;
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .exitblock .modaltext {
        box-sizing: border-box;
        position: absolute;
        top: 80px;
    }

    .modaltext img {
        margin: 0;
    }

    .closeblock {
        cursor: pointer;
        position: absolute;
        line-height: 60px;
        font-size: 60px;
        transform: rotate(45deg);
        text-align: center;
        top: -5px;
        right: 5px;
        color: var(--second-active);
    }
    .closeblock:hover {
        color: var(--active);
    }

    .exitblock-mobile {
        display: none;
    }

}

@media screen and (max-width: 999px) {  /*  Блок для мобильных устройств    */

    .exitblock-mobile {
        position: fixed;
        width: 95%;
        height: 84px;
        background: var(--gray);
        bottom: 10px;
        left: 10px;
        padding: 15px;
        z-index: 9999999;
        border-radius: 10px;
        border: 2px solid var(--active);
        display: flex;
    }

    .exitblock-mobile img {
        max-width: 50px;
        max-height: 50px;
        margin: 0 15px 0 0;
    }

    .exitblock-mobile .title {
        display: block;
        font-weight: bold;
    }

    .exitblock-mobile .text {
        display: block;
    }

    .closeblock {
        cursor: pointer;
        position: absolute;
        line-height: 60px;
        font-size: 40px;
        transform: rotate(45deg);
        text-align: center;
        top: -5px;
        right: 10px;
        color: var(--active);
    }

    .exitblock {
        display: none;
    }
}


/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1783499324963 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/rounded/style.css?17901670782260 */
/* /local/templates/yd2page/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17900663171404 */
/* /local/templates/yd2page/components/bitrix/news.list/tags-cloud/style.css?17806012041556 */
/* /local/components/dd/popup.banner/templates/.default/style.css?17697125141978 */
