

/* Start:/local/templates/rassada/components/bitrix/breadcrumb/breadcrumb/style.css?16528677541575*/
.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx-breadcrumb-item > a {
    font-size: 14px;
    color: #4D4950;
    opacity: 0.5;
    text-decoration: none;
}

.bx-breadcrumb-item > span {
    font-weight: 600;
    font-size: 14px;
    color: #C0D742;
}

.breadcrumb-dot {
    margin: 0 15px;
    width: 3px;
    height: 3px;
    display: inline-block;
}

.breadcrumb-dot:before {
    content: "";
    background: rgba(77, 73, 80, 0.3);
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 100%;
}

.bx-breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 500px) {
    .bx-breadcrumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .breadcrumb-dot {
        margin: 0 5px;
    }
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16559834623158*/
.news-detail img {
    width: 100%;
    height: auto;
    max-height: 380px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.news_text {
    line-height: 160%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.news-date-time {
    font-weight: 600;
    line-height: 145%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: 0.5;
}

.blog-section .container h1 {
    margin-bottom: 15px;
}

.news-right__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-right__title span {
    letter-spacing: 0.01em;
    opacity: 0.5;
}

.news-right__title a {
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #C0D742;
    text-decoration: none;
}

.news-right__arrow {
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
}

.news-right__arrow__wrapper {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.news-right__arrow__date {
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: 0.55;
    margin-bottom: 5px;
}

.news-right__arrow__name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

.news-right__arrow__link a {
    text-decoration: none;
    font-weight: 600;
    color: #C0D742;
}

.news-detail-share {
    background: #FAF7FD;
    border-radius: 10px;
    margin-top: 40px;
}

.news-detail-share__wrapper {
    padding: 30px;
}

.news-detail-share__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.news-detail-share__delimenter {
    width: 1px;
    height: 100%;
    display: block;
    background: rgba(115, 79, 150, 0.15);
    border-radius: 1px;
}

.news-right a:after {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/a_arrow.svg);
    width: 12px;
    height: 10px;
    display: block;
    margin-left: 20px;
}

.news-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-right__arrow__delimiter {
    margin: 20px 0;
    position: relative;
}

.news-right__arrow__delimiter .news__delimiter {
    width: 115%;
    height: 1px;
    background: rgba(115, 79, 150, 0.15);
    display: block;
    position: absolute;
    bottom: 0;
    left: -30px;
    right: 0;
}
/* End */
/* /local/templates/rassada/components/bitrix/breadcrumb/breadcrumb/style.css?16528677541575 */
/* /local/templates/rassada/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16559834623158 */
