

/* 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.detail/.default/style.css?17651776683250*/
/*   Оформление тегов под постом   */
div.tag a {
    color: #CF8C92;
    font-size: 0.8rem;
    padding: 0.1em 0.2rem 0.1rem 0.5rem;
    margin: 0.5rem 0 0.5rem 0;
}

div.tag a:before {
    content: "#";
}

.post_date_2 .post_info {
    font-weight: bold;
    color: #aaaaaa;
}

@media screen and (min-width: 768px) {
    .views {
        text-align: right;
    }
}

.author {
    font-size: 16px;
    margin: 20px 0;
}

.blog_announce {
    font-size: 12pt;
}

.cross-link {
    display: block;
    padding: 20px 50px;
    border: 1px solid #e8e8e8 !important;
    margin: 25px 0;
}
.cross-link:hover {
    text-decoration: none;
}
.cross-link .title {
    font-weight: bold;
    color: #fff;
    background: var(--main);
    padding: 5px 10px;
}
.cross-link .description {
    display: block;
    margin-top: 20px;
    font-size: 14pt;
    color: var(--main);
}

.search-tag-cloud span, .tag span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.search-tag-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ededed;
    color: #787878;
    padding: 5px 10px;
    margin: 3px 0;
    display: inline-block;
    font-size: 12pt;
}

.search-tag-item:hover {
    color: #999;
}

.service-in-blog {
    background: #eee;
    padding: 3rem 4rem !important;
}

.service-in-blog span {
    font-size: 25px;
    font-weight: 700;
}

.service-in-blog p {
    font-size: 14px;
}

.service-in-blog a {
    border-bottom: none !important;
    font-size: 16px;
    padding: 10px 17px;
    background: var(--active);
    color: #fff !important;
    margin-top: 15px;
    display: inline-block;
}

.author__info {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 30px;
}

.author__info img {
    margin: 0;
}

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

.author__info-picture img {
    max-width: 200px;
    height: auto;
}

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

.author__info-regalia {
    position: relative;
}

.author__info-props {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 30px;
    align-items: center;
}

.author__info-socials {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 18px;
}

.author__info-regalia-title {
    position: relative;
    max-width: fit-content;
    cursor: pointer;
    background: #edf0ff;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #835c9a;
    padding: 7px 17px 7px 41px;
}

.author__info-regalia-title:before {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 15px;
    top: 7px;
    left: 17px;
    background: url('/img/cup.svg') 50% no-repeat;
}

.author__info-regalia-description {
    display: none;
    position: absolute;
    padding: 10px 14px;
    top: 44px;
    left: 0;
    width: 350px;
    font-size: 16px;
    line-height: 18px;
    color: #17235e;
    background: #edf0ff;
    border-radius: 6px;
}

.author__info-regalia:hover .author__info-regalia-description {
    display: block;
}
/* End */


/* Start:/local/components/dd/blog.recomendation/templates/.default/style.css?1733737530575*/
.recommendation-block {
    font-size: 1rem;
    margin: 20px 0;
}

.recommendation-block h3 {
    font-size: 1.4rem;
 }

.blog_block {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 5px 0 10px;
}

.blog_inner {
    display: flex;
    justify-content: left;
    align-items: center;
}

.blog_inner img {
    min-width: 100px;
}

@media screen and (min-width: 1000px) {
    .blog_inner {
        column-gap: 25px;
    }
}

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

.blog_block .blog_announce {
    padding-left: 10px;
    font-weight: 600;
}
/* 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.detail/.default/style.css?17651776683250 */
/* /local/components/dd/blog.recomendation/templates/.default/style.css?1733737530575 */
/* /local/components/dd/popup.banner/templates/.default/style.css?17227162002051 */
