

/* 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/system.pagenavigation/.default/style.css?16528681871860*/
.pagination__item {
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(77, 73, 80, 0.7);
    text-decoration: none;
    border: 1px solid rgba(115, 79, 150, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 20px;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-right: 10px;
}

.pagination__item.pagination__current, .pagination__item:hover {
    color: #C0D742;
    border: 1px solid #C0D742;
}

.pagination__prev, .pagination__next {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
}

.pagination__prev:before, .pagination__next:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/pagin_arrow.svg);
    display: block;
    position: absolute;
    opacity: 0.3;
    width: 12px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination__prev {
    margin-right: 10px;
}

.pagination__next:before {
    -webkit-transform: translate(-50%, -50%) matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: translate(-50%, -50%) matrix(-1, 0, 0, 1, 0, 0);
    transform: translate(-50%, -50%) matrix(-1, 0, 0, 1, 0, 0);
}

.pagination-block__wrapper {
    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;
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/news/blog/bitrix/news.list/.default/style.css?16528680111745*/
.news-item {
    background: #FFFFFF;
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
    height: 100%;
}

.news-item img {
    width: 100%;
    height: auto;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.news-item__content {
    padding: 15px 0 35px 25px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-date-time {
    font-weight: 600;
    font-size: 14px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: 0.5;
    margin-bottom: 5px;
}

.news-name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #4D4950;
    text-decoration: none;
    margin-bottom: 20px;
}

.news-item__wrapper {
    margin-bottom: 30px;
}

.news-link {
    font-weight: 600;
    color: #C0D742;
    text-decoration: none;
    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-link:after {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/a_arrow.svg);
    width: 12px;
    height: 10px;
    display: block;
    margin-left: 20px;
}
/* End */
/* /local/templates/rassada/components/bitrix/breadcrumb/breadcrumb/style.css?16528677541575 */
/* /local/templates/rassada/components/bitrix/system.pagenavigation/.default/style.css?16528681871860 */
/* /local/templates/rassada/components/bitrix/news/blog/bitrix/news.list/.default/style.css?16528680111745 */
