

/* 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.list/gallery/style.css?16529594153073*/
.gallery-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.index-gallery__item {
    width: 100%;
    height: 208px;
    border-radius: 10px;
    background-size: cover;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.index-gallery__scale {
    display: none;
}

.index-gallery__item:hover .index-gallery__scale {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.index-gallery__scale__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.index-gallery__scale__img {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-gallery__scale__name {
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    margin-top: 30px;
}

.container h1 {
    margin: 40px 0;
}

.gallery__sections__item {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 10px;
}

.gallery__sections__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: wrap;
    flex-wrap: wrap;
}

.gallery__sections {
    margin-bottom: 25px;
}

.gallery__sections__item.active, .gallery__sections__item:hover {
    background: #C0D742;
    color: #FFFFFF;
}

.gallery__section .container h1 {
    margin-right: 30px;
}

.help_info {
    padding: 10px 20px;
    border: 1px dashed rgba(77, 73, 80, .2);
    border-radius: 10px;
    cursor: context-menu;
}

.site-section.gallery__section {
    padding-top: 30px;
}

.help_info__inner_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.help_info__wrapper {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.help_info__wrapper:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/i.svg);
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}
/* 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.list/gallery/style.css?16529594153073 */
