

/* 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.element/.default/style.css?16534661768909*/
.catalog-element-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: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-element-fav {
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
    padding: 15px 30px;
    opacity: 0.7;
    cursor: pointer;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*margin-right: 15px;*/
}

.catalog-element-fav:hover, .catalog-element-fav.active {
    opacity: 1;
}

.catalog-element-fav:hover:before, .catalog-element-fav.active:before {
    background-image: url(/local/templates/rassada/assets/img/i/liked.svg);
}


.catalog-element-fav:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/like.svg);
    display: block;
    width: 21px;
    height: 18px;
    margin-right: 15px;
}

.catalog-element-title__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;
}

.catalog-element-share {
    border: 1px solid #C0D742;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.catalog-element-share img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.catalog-element-img_block {
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
    padding: 40px;
    height: 100%;
}

.catalog-element-img_block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.catalog-element-info_block {
    border: 1px solid rgba(115, 79, 150, 0.15);
    border-radius: 10px;
    height: 100%;
}

.catalog-element-info_block__right {
    background: #FAF7FD;
    border-radius: 0px 10px 10px 0px;
}

.catalog-element-info_block__left__wrapper, .catalog-element-info_block__right__wrapper {
    padding: 40px;
}

.catalog-element-info_block .catalog-element-info_block__left, .catalog-element-info_block .catalog-element-info_block__right {
    padding: 0;
}

.product-item-detail-properties__item {
    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;
    margin-bottom: 10px;
}

.product-item-detail-properties__item span {
    width: 50%;
    font-size: 14px;
}

.product-item-detail-properties__item span:first-child {
    opacity: 0.5;
}

.product-item-detail-properties__item span:last-child {
    opacity: 0.7;
}

.product-item-detail-properties {
    margin-bottom: 20px;
}

.product-item-detail-tab-content p {
    font-size: 14px;
    line-height: 160%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: 0.7;
    color: #4D4950;
    margin: 0;
}

.product-item-detail-price-current {
    font-weight: 700;
    font-size: 25px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.product-item-detail__btn_block .product-item-detail-info-container {
    border: 1px solid #C0D742;
    border-radius: 10px;
    margin-bottom: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-item-detail__btn_block .product-item-detail-info-container a {
    width: 100%;
    padding: 15px 0;
}

.product-item-detail-info-container_price {
    margin-bottom: 20px;
}

.product-item-detail__one_click span {
    font-weight: 600;
    color: #A7BD28;
}

.product-item-detail__one_click:hover, .product-item-detail__add_basket:hover {
    background: #A7BD28;
}


.product-item-detail__one_click:hover span, .product-item-detail__add_basket:hover span {
    color: #fff;
}


.product-item-detail__add_basket {
    background: #C0D742;
}

.product-item-detail__add_basket span {
    font-weight: 600;
    color: #734F96;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-detail__add_basket span:before {
    content: '';
    background-image: url(/local/templates/rassada/assets/img/i/dostavka.png);
    display: block;
    width: 23px;
    height: 20px;
    margin-right: 15px;
}

.product-item-detail__add_basket:hover span:before {
    -webkit-filter: brightness(3);
    filter: brightness(3);
}

.product-item-detail__btn_block:after {
    content: '';
    background: rgba(115, 79, 150, 0.15);
    border-radius: 1px;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.product-item-detail-delivery-block {
    margin-top: 25px;
}

.product-item-detail-delivery-block__item {
    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;
}

.product-item-detail-delivery-block__item {
    margin-bottom: 10px;
}

.delivery-block__item_title {
    font-weight: 600;
    font-size: 14px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #734F96;
}

.delivery-block__item_value {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: right;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.delivery-block__item_value span {
    font-weight: 500;
    opacity: 0.5;
}

@media all and (max-width: 767px) {
    .catalog-element-img_block {
        text-align: center;
    }

    .catalog-element-img_block img {
        max-height: 300px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .row.catalog-element-info_block {
        margin: 0;
    }

    .catalog-element-img-block {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 500px) {
    .catalog-element-title {
        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;
        margin-bottom: 30px;
    }
}

.product-item__discount {
    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-top: 5px;
}

.product-item-detail-price-old {
    font-size: 14px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: 0.5;
    text-decoration: line-through;
}

.product-item-label-ring.product-item-label-big {
    font-weight: 600;
    font-size: 12px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #734F96;
    background: #ebe9ed;
    border-radius: 24px;
    padding: 3px 10px;
}

.popup-window-buttons .btn {
    width: 100%;
}
/* 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.element/.default/style.css?16534661768909 */
/* /local/templates/rassada/components/bitrix/news.detail/index-gallery/style.css?16528680323492 */
