

/* Start:/local/templates/rassada/components/bitrix/catalog/catalog/style.css?16528677662532*/
.site-section.catalog-section {
    padding: 30px 0 80px;
}

.catalog-section h1 {
    margin: 40px 0 30px;
}

.catalog__back {
    border: 1px solid #C0D742;
    border-radius: 10px;
    padding: 15px 25px;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__title__back {
    margin-right: 25px;
}

.catalog__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 30px;
}

.catalog__title__h1 h1 {
    margin: 0;
}

.catalog__back:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/green-arrow-right.svg);
    width: 13px;
    height: 11px;
    display: inline-block;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    margin-right: 10px;
}

.catalog__back:hover {
    background: #C0D742;
    color: #fff;
}

.catalog__back:hover:before {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.catalog-sort__wrapper {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.catalog-sort__count {
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: 0.5;
}

.catalog-sort__sort__wrapper a {
    text-decoration: none;
    opacity: 0.5;
    color: #4D4950;
    margin-right: 20px;
}

.catalog-sort__sort__wrapper a:hover {
    opacity: 1;
}

.catalog-sort__sort__wrapper a:last-child {
    margin: 0;
}

.catalog-sort__sort__wrapper a.active {
    color: #A7BD28;
    opacity: 1;
}
/* End */


/* 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/catalog/catalog/bitrix/catalog.smart.filter/.default/style.css?16528677971697*/
.checkbox {
    background: #F7F7F7;
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-bottom: 15px;
    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-filter-parameters-box-container {
    padding: 0 15px 0 5px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bx-filter-parameters-box-container.active {
    height: auto;
}


.bx-filter-param-text {
    font-size: 14px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    cursor: pointer;
}

.bx-filter-input-checkbox > input {
    display: none;
}

.checkbox.active {
    background: #C0D742;
}

.checkbox:hover, .all_item:hover {
    background: #A7BD28;
}

.checkbox.active .bx-filter-param-text, .checkbox:hover .bx-filter-param-text, .all_item:hover input {
    color: #FFFFFF;
}

.bx-filter {
    margin-bottom: 15px;
}

.btns_block {
    display: none;
}

.checkbox .btn.btn-link {
    font-size: 14px;
    color: #4D4950;
}

.bx-filter-param-label.checkbox.active:after{
    content: '\2716';
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
}

.checkbox.active:hover:after {
    color: rgba(115, 79, 150, 1);
}
/* 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/catalog.section/catalog/style.css?16530253693883*/
@media all and (max-width: 767px) {
    .catalog-section {
        margin-top: 15px;
    }
}

.catalog-section__wrapper.row {
    margin: 0 -10px;
}

.catalog-section .product-item-card {
    padding: 0;
    margin: 0 10px 30px;
}

.catalog-section .product-item-container {
    width: 270px;
}

.catalog_showMore.btn {
    padding: 15px 30px;
    border: 1px solid #C0D742;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #A7BD28;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.catalog_showMore:after {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/mini_arrow_down.svg);
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-left: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.catalog_showMore.btn:hover {
    background: #A7BD28;
    color: #fff;
}

.catalog_showMore:hover:after {
    -webkit-filter: brightness(3);
    filter: brightness(3);
}

.catalog_pagination__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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 1290px) {
    .catalog-section__wrapper.row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .catalog-section .product-item-container {
        width: 300px;
    }
}

@media all and (max-width: 1025px) {
    .catalog-section .product-item-container {
        width: 270px;
    }
}

@media all and (max-width: 767px) {
    .catalog_pagination__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .catalog_showMore.btn {
        margin-bottom: 30px;
    }

    .pagination-block__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog-sort__sort__wrapper {
        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: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .catalog-sort__sort__wrapper a {
        margin: 0 0 20px;
        text-align: right;
    }

    .catalog__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .catalog__title__back {
        margin: 0 0 25px;
    }
}

.fav_index.product-item-container {
    border: 1px dashed rgba(115, 79, 150, 0.15);
}

.product-item-container.fav_index .product-item {
    align-items: center;
    text-decoration: none;
}

.product-item-container.fav_index img {
    width: 70px;
    height: 70px;
}

.product-item-container.fav_index p {
    text-align: center;
    font-weight: 600;
    color: #4D4950;
    margin-top: 25px;
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/catalog.item/flower/style.css?16618407355515*/
.product-item-container {
    border: 1px solid rgba(115, 79, 150, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-item {
    padding: 20px;
    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;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-item-info__wrapper {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.product-item-image-wrapper {
    width: auto;
    height: 230px;
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.product-item-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    min-height: 230px;
}

.product-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;

    flex-direction: column;
    margin: 15px 0 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-item-title-name {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #4D4950;
    width: 100%;
}

.product-item-info-container {
    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;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(77, 73, 80, 0.1);
    border-radius: 1px;
}

.product-item-price-container {
    font-weight: 600;
    font-size: 20px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4D4950;
    position: relative;
    width: 100%;
}


.product-item-button-container a {
    width: 55px;
    height: 50px;
    background: #C0D742;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-item-button-container:hover a {
    background: #A7BD28;
}

.product-item-button-container a:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/btn_basket.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-item-like {
    background-image: url(/local/templates/rassada/assets/img/i/like.svg);
    width: 21px;
    height: 18px;
    background-size: contain;
    cursor: pointer;
}

.product-item-btn-wish:hover .product-item-like, .product-item-like.addFav {
    background-image: url(/local/templates/rassada/assets/img/i/liked.svg);
}

.catalog-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-section .slick-slide {
    height: auto;
}

.product-item-card {
    padding: 0 15px;
}

.product-item-card:hover .product-item-container {
    border: 1px solid #A7BD28;
    -webkit-box-shadow: 0px 25px 30px #F6F8ED;
    box-shadow: 0px 25px 30px #F6F8ED;
}

.product-item-label-ring {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #734F96;
    background: #FAF7FD;
    border-radius: 24px;
    padding: 3px 10px;
}

.product-item-price__wrapper {
    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;
}

.product-item-price-current.sale {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #734F96;
}

.product-item-price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4D4950;
    opacity: 0.5;
    text-decoration: line-through;
}

.product-item-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-item-btn-wish {
    background: #FAF7FD;
    border-radius: 15px;
    width: 56px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
}

.product-item-title-stickers {
    margin-bottom: 10px;

}
/* End */


/* Start:/local/templates/rassada/components/bitrix/news.detail/index-gallery/style.css?16528680323492*/
.index-gallery__wrap {
    padding: 10px 0 30px;
}

#index-gallery {
    margin: 0 -15px;
}

.index-gallery__item {
    position: relative;
    border-radius: 10px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
}

.index-gallery__scale {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}

.index-gallery__scale:before,
.index-gallery__scale:after {
    content: url('/local/templates/rassada/components/bitrix/news.detail/index-gallery/img/search.svg');
    position: absolute;
    display: inline-block;
    line-height: 1;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.index-gallery__scale:after {
    content: url('/local/templates/rassada/components/bitrix/news.detail/index-gallery/img/search-hover.svg');
    opacity: 0;
    visibility: hidden;
}

#index-gallery .slick-prev {
    left: -10px;
}

#index-gallery .slick-next {
    right: -10px;
}

@media all and (max-width: 1024px) {
    #index-gallery .slick-prev {
        left: 0;
    }

    #index-gallery .slick-next {
        right: 0;
    }
}

@media all and (min-width:1025px) {
    .index-gallery__item:hover .index-gallery__scale {
        opacity: 1;
        visibility: visible;
    }
    .index-gallery__scale:hover:before {
        opacity: 0;
        visibility: hidden;
    }
    .index-gallery__scale:hover:after {
        opacity: 1;
        visibility: visible;
    }
}

.gallery_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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
}

.gallery_title h2 {
    margin: 0;
}

.gallery_title a {
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #C0D742;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gallery_title a:after {
    content: '';
    background: #C0D742;
    opacity: 0.5;
    border-radius: 1px;
    height: 1px;
    width: 100%;
    display: block;
}

.gallery_title a:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/a_arrow.svg);
    width: 12px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.gallery_title a:hover {
    color: #734F96;
}

.gallery_title a:hover:before {
    -webkit-filter: invert(.6);
    filter: invert(.6);
}

.gallery_title a:hover:after {
    background: #734F96;
}
/* End */
/* /local/templates/rassada/components/bitrix/catalog/catalog/style.css?16528677662532 */
/* /local/templates/rassada/components/bitrix/breadcrumb/breadcrumb/style.css?16528677541575 */
/* /local/templates/rassada/components/bitrix/catalog/catalog/bitrix/catalog.smart.filter/.default/style.css?16528677971697 */
/* /local/templates/rassada/components/bitrix/system.pagenavigation/.default/style.css?16528681871860 */
/* /local/templates/rassada/components/bitrix/catalog.section/catalog/style.css?16530253693883 */
/* /local/templates/rassada/components/bitrix/catalog.item/flower/style.css?16618407355515 */
/* /local/templates/rassada/components/bitrix/news.detail/index-gallery/style.css?16528680323492 */
