

/* 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/index-slider/style.css?16528681233601*/

.index-slider__item {
    height: 400px;
    background: #734F96;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.index-slider__content {
    position: relative;
    width: 50%;
    padding: 55px 70px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
}

.index-slider__content:before {
    content: url('/local/templates/rassada/components/bitrix/news.list/index-slider/img/pattern2.png');
    position: absolute;
    display: block;
    line-height: 1;
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-slider__image {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-slider__content .h1 {
    color: #FFFFFF;
}

.index-slider__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 25px;
}

#index-slider--dots {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

#index-slider--dots .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#index-slider--dots .slick-dots li button {
    display: none;
}

#index-slider--dots .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 15px;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#index-slider--dots .slick-dots li:not(.slick-active) {
    cursor: pointer;
}

#index-slider--dots .slick-dots li:last-child {
    margin-right: 0;
}

#index-slider--dots .slick-dots li.slick-active {
    background: #fff;
}

@media all and (max-width: 1250px) {
    #index-slider .slick-prev {
        left: 10px;
    }

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

@media all and (max-width: 991px) {
    .index-slider__content {
        width: 60%;
    }

    .index-slider__image {
        width: 40%;
    }

    .index-slider__text br {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .index-slider__item {
        height: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .index-slider__content {
        width: 100%;
        padding: 55px 15px 65px;
        text-align: center;
    }

    .index-slider__image {
        width: 100%;
        height: 300px;
    }

    #index-slider .slick-arrow {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        top: 275px;
    }
}


@media all and (min-width: 1025px) {
    #index-slider--dots .slick-dots li:hover {
        background: #fff;
    }
}

.index-slider--container .slick-prev {
    left: -25px;
}
.index-slider--container .slick-next {
    right: -25px;
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/news.list/index-links/style.css?16559832383143*/
.index-links {
    padding: 50px 0 25px;
}

.index-links__item {
    position: relative;
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
    padding: 30px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-links__item__wrapper {
    margin-bottom: 25px;
}

.index-links__img {
    position: relative;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
}

.index-links__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.index-links__img img:first-child {
    opacity: 1;
    visibility: visible;
}

.index-links__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #4D4950;
    margin-top: 5px;
    text-align: left;
}

@media all and (max-width: 767px) {
    .index-links__item:before,
    .index-links__item:after {
        right: 30px;
    }
}

.index-links__item:hover {
    background: #FFFFFF;
    border-color: transparent;
}

.index-links__item:hover .index-links__name {
    color: #734F96;
}

.index-links__item:hover .index-links__text {
    display: none;
}

.index-links__item:hover:before {
    opacity: 0;
    visibility: hidden;
}

.index-links__item:hover:after {
    opacity: 1;
    visibility: visible;
}

.index-links__text {
    letter-spacing: 0.01em;
    color: #4D4950;
    text-align: left;
}

.index-links__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;
    margin-bottom: 10px;
}

.index-links__link {
    display: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #A7BD28;
    text-align: left;
    text-decoration: none;
}

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

.index-links__item:hover .index-links__link {
    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/about-slider/style.css?16528680451545*/
.about-slider__item {
    max-height: 312px;
    height: 100%;
    border-radius: 10px;
}

.about-slider-nav__wrapper {
    display: none!important;
    margin: 40px -15px 0;
}
.about-slider-nav__wrapper.active {
    display: block!important;
}

.about_btn{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn--arrow-down.active_btn:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 15px;
}


.about-slider-nav__item.slick-slide {
    border-radius: 10px;
    height: 96px;
    margin: 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-width: 165px;
    max-width: 165px;
}

.about-slider__wrapper.active:after {
    content: '';
    width: 100%;
    border: 1px solid rgba(115, 79, 150, 0.15);
    display: block;
    margin-top: 40px;
}

.about-slider-nav__item.slick-slide:hover, .about-slider-nav__item.slick-slide.slick-current {
    border: 1px solid #A7BD28;
    padding: 5px;
}

@media all and (max-width: 1025px) {
    .about-slider__wrapper {
        width: 570px;
        margin: 0 auto 40px;
    }

    .about-slider-nav__wrapper.active {
        display: none!important;
    }

    .about-slider__wrapper.active:after {
        content: unset;
    }
}

@media all and (max-width: 768px) {
    .about-slider__wrapper {
        width: 100%;
        margin: 0 0 40px;
    }

    .about-slider__item {
        max-height: 160px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/catalog.section/index-tab_slider/style.css?1652867862337*/
@media all and (max-width: 767px) {
    .catalog-section {
        margin-top: 15px;
    }
}

.catalog-block .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.catalog-section .slick-slide {
    padding: 0 15px 50px 15px;
}
/* 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.list/index-advantages/style.css?16528680861431*/
.index-adv__list {
    padding-top: 15px;
}

.index-adv__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
}

.index-adv__item img {
    margin-right: 35px;
}

.index-adv__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #4D4950;
    text-align: left;
}

.index-adv__info {
    height: calc(100% - 30px);
    background: #734F96;
    border-radius: 10px;
    padding: 20px 20px 25px;
    margin-bottom: 30px;
}

.index-adv__info-text {
    padding: 10px 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.45;
    color: #FFFFFF;
}

.index-adv__info-mail {
    display: block;
    border: 1px dashed #C0D742;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    text-decoration: none;
    height: 49px;
    padding: 16px 15px 17px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #C0D742;
    text-align: center;
    width: 100%;
}

@media all and (min-width: 1025px) {
    .index-adv__info-mail:hover {
        color: #734F96;
        background: #fff;
        border-color: transparent;
    }
    .index-adv__info {
        text-align: left;
    }
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/news.list/index-news/style.css?16528681051964*/
.index-news__list {
    padding-top: 10px;
}

.index-news__item {
    display: block;
    text-decoration: none;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(115, 79, 150, 0.15);
    background: #FFFFFF;
}

.index-news__image {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-news__content {
    padding: 15px 25px 35px;
}

.index-news__date {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(77, 73, 80, 0.5);
    margin-bottom: 5px;
}

.index-news__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #4D4950;
    margin-bottom: 20px;
}

.index-news__link {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #C0D742;
    padding-right: 32px;
}

.index-news__link:before,
.index-news__link:after {
    content: url('/local/templates/rassada/assets/img/green-arrow-right.svg');
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 1px;
    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-news__link:after {
    content: url('/local/templates/rassada/assets/img/purple-arrow-right.svg');
    opacity: 0;
    visibility: hidden;
}

@media all and (min-width:1025px) {
    .index-news__name:hover {
        color: #A7BD28;
    }
    .index-news__link:hover {
        color: #734F96;
    }
    .index-news__link:hover:before {
        opacity: 0;
        visibility: hidden;
    }
    .index-news__link:hover:after {
        opacity: 1;
        visibility: visible;
    }
}
/* End */


/* Start:/local/templates/rassada/components/bitrix/news.list/index-partners/style.css?16559833553698*/
.partners {
    margin-bottom: 60px;
}

.partners__wrapper.row {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.partners__item {
    padding: 0;
}

.partners__item__row {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 25px;
    border: 1px solid rgba(115, 79, 150, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100%;
}

.partners__item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #4D4950;
    margin-bottom: 10px;
    width: 70%;
}

.partners__item__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #4D4950;
}

.partners__item__img__wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    background: #FAF7FD;
    border-radius: 100%;
}

.partners__item__img__wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.partners__item__img {
    margin-right: 30px;
}

.partners__item__link {
    margin-top: 35px;
}

.partners__item__link a {
    font-weight: 600;
    font-size: 15px;
    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;
}

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

.partners__item__content {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

@media all and (max-width:1024px) {
    .partners__wrapper.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners__wrapper .partners__item:first-child {
        margin: 0 0 30px;
    }
}
@media all and (max-width:768px) {
    .partners__item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners__item__img {
        width: 100%;
    }

    .partners__item__img__wrapper {
        margin: 0 auto 20px;
    }

    .partners__item__title {
        width: 100%;
    }
}

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

.partners__item__link a:hover:after {
    -webkit-filter: invert(.6);
    filter: invert(.6);
}
/* 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/system.pagenavigation/.default/style.css?16528681871860 */
/* /local/templates/rassada/components/bitrix/news.list/index-slider/style.css?16528681233601 */
/* /local/templates/rassada/components/bitrix/news.list/index-links/style.css?16559832383143 */
/* /local/templates/rassada/components/bitrix/news.list/about-slider/style.css?16528680451545 */
/* /local/templates/rassada/components/bitrix/catalog.section/index-tab_slider/style.css?1652867862337 */
/* /local/templates/rassada/components/bitrix/catalog.item/flower/style.css?16618407355515 */
/* /local/templates/rassada/components/bitrix/news.list/index-advantages/style.css?16528680861431 */
/* /local/templates/rassada/components/bitrix/news.list/index-news/style.css?16528681051964 */
/* /local/templates/rassada/components/bitrix/news.list/index-partners/style.css?16559833553698 */
/* /local/templates/rassada/components/bitrix/news.detail/index-gallery/style.css?16528680323492 */
