

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

.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: 14px;
}

.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: 10px;
    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 {
        box-shadow: 0 10px 20px #e2e2e2cc;
        transform: translate(0px, -10px);
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/beauty-loadmore/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 */


/* Start:/local/templates/yd2page/components/bitrix/news.list/tags-cloud/style.css?17331406851191*/
.search-tag-item {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ededed;
	color: #787878;
	padding: 6px 18px;
	margin: 3px 0;
	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?17227162002051*/
@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;
        background: #F6FCFF;
        position: absolute;
        top: 80px;
        box-shadow: 0 0px 10px 0px rgba(0,0,0,0.2);
    }

    .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(--white);
    }
    .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?1711718201875 */
/* /local/templates/yd2page/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17510284521093 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/beauty-loadmore/style.css?16495687751711 */
/* /local/templates/yd2page/components/bitrix/news.list/tags-cloud/style.css?17331406851191 */
/* /local/components/dd/popup.banner/templates/.default/style.css?17227162002051 */
