

/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/style.css?1682069697614*/

.page-unionproduct-detail {
    margin-bottom: 20px;
}

.page-unionproduct-detail .medicine-control__block--bottom {
    border-top: none;
}

.page-unionproduct-detail .union_prod_text.top {
    border-bottom: 1px solid #f1f1f1;
}
.page-unionproduct-detail .union_prod_text.bottom {
    margin-top: 30px;
}

.page-unionproduct-detail .union_prod_text h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.page-unionproduct-detail .union_prod_text h3 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.bottom-text__wrapper{
    background-color: #FFFFFF;
    padding: 5px;
}
/* End */


/* Start:/local/templates/v22/components/bitrix/catalog.section/v22_slider/style.css?178410203211139*/
.products-slider {
    margin-top: 48px;
}

.products-slider__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.products-slider__content {
    margin-top: 24px;
}

.products-slider__container {
    position: relative;
}

.products-slider__btn {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: none;
    background: var(--white);
    background-image: url('/local/templates/v22/assets/images/icons/prev.svg');
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 32px #00000024;
    z-index: 2;
}

.products-slider__btn--prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.products-slider__btn--next {
    right: 0;
    transform: translate(50%, -50%) rotate(180deg);
}

.products-slider__wrapper,
.products-slider__wrapper .slick-track {
    display: flex;
    gap: 8px;
    overflow: hidden;
}

.product-slide {
    display: flex;
    flex-direction: column;
    width: 273px;
    flex: 0 0 auto;
    padding: 16px;
    border-radius: 10px;
    background: var(--white);
}

.slick-initialized .product-slide.slick-slide {
    display: flex;
    height: auto;
}

.product-slide__top {
    position: relative;
}

.product-slide__image-wrapper {
    position: relative;
    aspect-ratio: 241/160;
    border-radius: 10px;
    overflow: hidden;
}

.product-slide__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-slide__rating {
    position: absolute;
    left: 4px;
    bottom: 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 7px 3px 5px;
    background: var(--white);
    border: 1px solid #F1F1F1;
    border-radius: 50px;
}

.product-slide__rating::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url('/local/templates/v22/assets/images/star_fill.svg');
    background-size: 100%;
}

.product-slide__stickers {
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: calc(100% - 28px);
}

.product-slide__sticker {
    --background: var(--base-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    background: var(--background);
    border-radius: 24px;
}

.product-slide__sticker::before {
    --icon: none;
    display: block;
    width: 16px;
    height: 100%;
    margin: 0 3px 0 -3px;
    background: var(--icon) no-repeat;
    background-position: center;
    background-size: contain;
}

.product-slide__sticker--discount {
    --background: #F59E0B;
}

.product-slide__sticker--discount::before {
    content: '';
    --icon: url('/local/templates/v22/assets/images/label_promo.svg');
}

.product-slide__sticker--new {
    --background: #44C27E;
}

.product-slide__sticker--hit {
    --background: #E2202B;
}

.product-slide__sticker--hit::before {
    content: '';
    --icon: url('/local/templates/v22/assets/images/label_hit.svg');
}

.product-slide__sticker--action-online {
    --background: #E6599B;
}

.product-slide__favorite {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
}

.product-slide__favorite.h2o_add_favor .msg,
.product-slide__favorite.h2o_add_favor .msg-success {
    top: unset;
    bottom: -40px;
}

.product-slide__favorite.h2o_add_favor img {
    position: initial;
    width: 24px;
    height: 24px;
}

.product-slide__title {
    margin-top: 12px;
}

.product-slide__title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #1E293B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-slide__title a:hover {
    text-decoration: none;
}

.product-slide__prescription {
    margin-top: 4px;
}

.product-slide__center {
    margin-bottom: 20px;
}

.product-slide__bottom {
    margin-top: auto;
}

.product-slide__availability {
    font-size: 15px;
    line-height: 20px;
    color: #00A2A9;
    cursor: pointer;
}

.product-slide__price-and-bonuses {
    margin-top: 6px;
}

.product-slide__prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.product-slide__price-main {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #252525;
    white-space: nowrap;
}

.product-slide__price-old {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #7F7F7F;
    white-space: nowrap;
}

.product-slide__price-old::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    border-top: 1px solid #7F7F7F;
}

.product-slide__price-discount {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    white-space: nowrap;

    padding: 1px 3px 1px 3px;
    border-radius: 6px;
    background: #FF9900;
}

.product-slide__bonuses {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ff9900;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.product-slide__bonuses::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url('/local/templates/v22/assets/html_css/icons/contour/bonuses.svg');
    background-size: 100%;
}

.product-slide__buttons-buy {
    margin-top: 12px;
}

.product-slide__buttons-buy .hor-card__buttons-col.hor-card__buttons-col--md {
    padding: 0;
    width: 100%;
}

.product-slide__buttons-buy .n-button {
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    height: 44px;
    border-radius: 4px 4px 30px 4px;
}

.product-slide .product-slide__buttons-buy .counter {
    width: 100%;
    height: 44px;
    background-color: var(--base-color);
    border-radius: 4px 4px 30px 4px;
    justify-content: center;
    gap: 6px;
}

.product-slide .product-slide__buttons-buy .counter.justify-content-between {
    justify-content: center !important;
}

.product-slide__buttons-buy .js-btn-remove {
    display: none;
}

.product-slide__buttons-buy .counter.counter--sm-light .counter__input {
    background-color: #fff;
    height: 32px;
    width: 100%;
    max-width: 91px;
    border-radius: 10px;
    margin: auto 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}

.product-slide__buttons-buy .counter__button {
    position: relative;
}

.product-slide__buttons-buy .counter__button::before,
.product-slide__buttons-buy .counter__button.js-btn-plus::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.product-slide__buttons-buy .counter__button.js-btn-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-slide__buttons-buy .counter__button img {
    display: none;
}

.product-slide__not-in-store {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color: #7F7F7F;
}

.product-slide__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.product-slide__button.template__button {
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px 4px 30px 4px;
}

@media (max-width: 991px) {
    .products-slider__btn {
        display: none;
    }
}

@media (min-width: 768px) {
    .product-slide__favorite.h2o_add_favor .msg,
    .product-slide__favorite.h2o_add_favor .msg-success {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .product-slide {
        width: 215px;
        padding: 10px;
    }

    .product-slide__image-wrapper {
        aspect-ratio: 170/96;
    }

    .product-slide__rating {
        left: 2px;
        bottom: 2px;
        font-size: 12px;
        line-height: 16px;
        padding: 1px 5px 1px 3px;
    }

    .product-slide__rating::before {
        width: 14px;
        height: 14px;
        margin-right: 2px;
    }

    .product-slide__stickers {
        position: initial;
        margin-top: 8px;
    }

    .product-slide__sticker {
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
        height: 20px;
    }

    .product-slide__sticker::before {
        width: 14px;
        margin-right: 2px;
    }

    .product-slide:not(.slick-active) .h2o_add_favor .msg,
    .product-slide:not(.slick-active) .h2o_add_favor .msg-success {
        right: 0 !important;
    }

    .product-slide__title {
        margin-top: 8px;
    }

    .product-slide__title a {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-slide .tag-prescription {
        font-size: 11px;
        line-height: 100%;
        padding: 4px;
        border-radius: 4px;
    }

    .product-slide__center {
        margin-bottom: 8px;
    }

    .product-slide__availability {
        font-size: 13px;
        line-height: 18px;
    }

    .product-slide__price-main {
        font-size: 20px;
        line-height: 20px;
    }

    .product-slide__bonuses {
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
    }

    .product-slide__bonuses::before {
        width: 16px;
        height: 16px;
    }

    .product-slide__buttons-buy {
        margin-top: 8px;
    }

    .product-slide__buttons-buy .n-button {
        font-size: 14px;
        line-height: 21px;
        height: 36px;
    }

    .product-slide .product-slide__buttons-buy .counter {
        height: 36px;
        gap: 4px;
    }

    .product-slide__buttons-buy .counter.counter--sm-light .counter__input {
        height: 28px;
    }

    .product-slide__not-in-store {
        font-size: 16px;
    }

    .product-slide__buttons {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 10px;
    }

    .product-slide__button.template__button {
        font-size: 14px;
        line-height: 21px;
        padding: 7px;
        height: 36px;
    }

    .product-slide.slick-active .global-error-msg.right,
    .product-slide.slick-active .global-error-msg-current-store.right {
        left: 0;
        right: unset;
    }
}

@media (max-width: 575px) {
    .product-slide {
        width: 190px;
    }

    .product-slide__buttons-buy .counter.counter--sm-light .counter__input {
        max-width: 40px;
    }
}


/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/accordion/accordion.css?17422659741507*/
/* reset default styles */
.accordion__list{
    list-style-type: none;

    margin: 0;
    padding: 0;
}
.accordion__control, .accordion__icon{
    background-color: none;
    cursor: pointer;
    border: none;    
    text-align: inherit;
    padding: 0;
}

/* accordion styles */
.accordion__control{
    display: flex;
    justify-content: space-between; 

    background-color: white;

    padding: 20px 30px;
    margin-bottom: 2px;

    width: 100%;
}
.accordion__title{
    color: #434343;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}
.accordion__icon{
    display: flex;
    align-items: center;

    width: 15px;
    height: 20px;

    transform: rotate(180deg);
    transition: 0.4s ease;

    user-select: none;
}
.accordion__content{
    box-sizing: content-box;

    max-height: 0;
    opacity: 0;
    overflow: hidden;

    background-color: white;

    padding: 0 30px;

    will-change: max-height;

    transition-property: max-height, opacity, padding;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.open.accordion__icon{
    transition: 0.4s ease;
    transform: rotate(0deg);
}
.open.accordion__content{
    opacity: 1;
    overflow: unset;
    margin-bottom: 2px;
    padding: 20px 30px;
}
.accordion__prescribedWith{
    margin-top: 30px;
}
.prescribed-with__icons{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/accordion/accordion--theme-apteka.css?1677624960982*/
/* reset style */
button:focus {
    outline: none;
}
ul {
    padding-inline-start: 0px;
}
/*  */
.accordion__content{
    padding: 0 0 0 50px;
}
.accordion--children{
    display: none;
}

.open.accordion__product-info--theme-dsk-apteka{
    padding-left: 50px;
}
.open.accordion__analogs--theme-apteka{
    padding: 0;
}
@media (max-width: 767px) {
    .accordion--children{
        display: block;
    }
    .accordion__content{
        padding: 0 10px;
    }
    .open.accordion__product-info--theme-mb-apteka {
        padding: 18px 10px;
    }
    .open.accordion__content--theme-child-apteka{
        padding: 0;
    }
    .accordion__control.accordion__control--theme-child-apteka{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 12px;
    }
    .accordion__control.accordion__control--theme-child-apteka{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 12px;
    }
    

}

/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/product-info/product-info.css?16875002014955*/
.product-info__left {
    display: flex;
    flex-direction: column;
}

.product-info__content {
    font-size: 16px;
    font-weight: 300;

    color: #252525;
}

.product-info__content--theme-black {

    font-size: 18px;
    font-weight: 400;

    cursor: pointer;
    list-style-type: none;
    position: relative;
    margin-top: 20px;

    transition: all .3s ease-out;
}

.product-info__left-items .product-info__content--theme-black:hover {
    color: #00A2A9
}

.product-info__content--theme-black.open {
    color: #00A2A9;
}

.product-info__left-items .product-info__content--theme-black:hover:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 50%;

    background-color: #00A2A9;
    list-style-type: circle;
}

.product-info__content--theme-black.open:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 50%;

    background-color: #00A2A9;
    list-style-type: circle;
}


.product-info__title--theme-apteka {
    

    cursor: pointer;
    list-style-type: none;
    font-weight: 500;
    position: relative;
    margin-top: 20px;

    transition: color .3s ease-out;
}

.product-info__title--theme-apteka:hover {
    color: #00A2A9
}

.product-info__title--theme-apteka.open {
    color: #00A2A9;
}

.product-info__title--theme-apteka:hover:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 50%;

    background-color: #00A2A9;
    list-style-type: circle;
}

.product-info__title--theme-apteka.open:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 50%;

    background-color: #00A2A9;
    list-style-type: circle;
}
.product-info__right__tab-content {
    margin: 0 30px;
}
.product-info__wrapper {
    direction: ltr;
}
/*  */
.product-info__desc{
    margin-top: 20px;
}
.product-info__desc-item{
    display: flex;
    justify-content: space-between;
    
    margin-bottom: 21px;

    border-bottom: 1px solid #F1F1F1;

    padding-bottom: 20px;
    
}
.product-info__content--theme-black{
    margin-bottom: 25px;
}
.product-info__desc-title{
    font-size: 14px;
    font-weight: 300;
    
    color: #434343;
}
.product-info__desc-text{
    font-size: 14px;
    font-weight: 500;
}
/*  */ 
@media(max-width: 992px) {
    .product-info__right {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {

    .product-info__content--theme-black {
        display: none;
    }

    .product-info__title--theme-apteka {
        display: flex;
        align-items: center;
        margin-top: 0;
    }


    .product-info__title--theme-apteka span:before {
        content: "";
        width: 10.5px;
        height: 1px;
        left: -25px;
        top: 10px;
        position: absolute;
        background: #DADCE0;
    }

    .product-info__title--theme-apteka span:after {
        content: "";
        width: 1px;
        height: 11px;
        left: -20px;
        top: 5px;
        position: absolute;
        background: #DADCE0;
        transform: rotate(-90deg);
        transition: all .3s ease;
    }

    .product-info__title--theme-apteka.open span:before {
        background: #00A2A9;
    }

    .product-info__title--theme-apteka.open span:after {
        background: #00A2A9;
        transform: rotate(0deg);
        transition: all .3s ease;
    }

    .product-info__title--theme-apteka:hover {
        color: #000;
    }

    .product-info__title--theme-apteka.open {
        color: #00A2A9;
    }

    .product-info__title--theme-apteka:hover:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -30px;
        height: 21px;
        width: 21px;
        border-radius: 50%;

        background: none;
        border: 1px solid #DADCE0;
    }

    .product-info__title--theme-apteka:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -30px;
        height: 21px;
        width: 21px;
        border-radius: 50%;

        background: none;
        border: 1px solid #DADCE0;
    }

    .product-info__title--theme-apteka.open:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -30px;
        height: 21px;
        width: 21px;
        border-radius: 50%;

        background: none;
        border: 1px solid #00A2A9;
    }

    .product-info__right {
        display: none;
    }

    .product-desc__item{
        margin-bottom: 12px;
        flex-direction: column;
    }
}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/product-desc/product-desc.css?1678951202302*/
.product-desc__title{
    font-family: 'Roboto', arial, sans-serif;
    font-size: 12px;
    font-weight: 300;

    color: #434343;
    margin-top: 11px;
}
.product-desc__text{
    font-family: 'Roboto', arial, sans-serif;
    font-size: 12px;
    font-weight: 500;

    color: #434343;
}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/prescribed-with/prescribed-with.css?1710139487457*/
.prescribed-with__content{
    box-sizing: content-box;

    height: auto;
    
    background-color: white;
}
.prescribed-with__control{
    display: flex;
    justify-content: space-between; 
    align-items: center;

    background-color: white;

    padding: 0;
    padding-left: 30px;
    margin-bottom: 2px;

    width: 100%;
    border: none;
}
.prescribed-with__arrow{
    border: 1px solid #F1F1F1;
    padding: 22px 25px;
}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/scrollbar/scrollbar.css?1677571173715*/
.scrollbar {
    max-height: 940px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
}

.scrollbar::-webkit-scrollbar {
    width: 15px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(218,220,224,1) 40%, rgba(220,222,226,1) 50%, rgba(218,220,224,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    border-radius: 4px;
    
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #00A2A9;
    border-radius: 15px;

    background-image: url('/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/scrollbar/./img/slider.svg');
    background-repeat: no-repeat;
    background-position: center;
}   
@media(max-width: 992px) {
    .scrollbar {
        margin-left: 15px;
    }
}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/gallery/gallery.css?1678867861349*/
.gallery{
    padding: 20px 30px;
}
.gallery__items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.gallery__photo img{
    max-width: 240px;
    max-height: 163px;
}
.gallery__sertificate img{
    max-width: 168px;
    max-height: 240px;
}
@media(max-width: 768px){
    .gallery__items{
        display: none;
    }
}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/union-nav/union-nav.css?1774858173608*/
.union-nav{
    display: flex;
    align-items: center;
}
.union-nav__items{
    display: flex;
    list-style-type: none;
    
    margin-bottom: 0;
    flex-wrap: wrap;
}

.union-nav__item{
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;

    border-color: #F1F1F1;
    border-width: 1px;
    border-style: solid;
    margin: 3px;

}
.union-nav__item a{
    color: #434343;
    padding: 11px 15px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
}
.union-nav__item a:hover{
    text-decoration: none;
}

/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/libs/carousel/css/owl.carousel.min.css?16776263293351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/v22/components/sp-artgroup/unionproduct/.default/libs/carousel/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/carousel/carousel.css?1677641861113*/
.carousel{
    display: none;
}

@media(max-width: 768px){
    .carousel{
        display: block;
    }
}
/* End */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/style.css?1682069697614 */
/* /local/templates/v22/components/bitrix/catalog.section/v22_slider/style.css?178410203211139 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/accordion/accordion.css?17422659741507 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/accordion/accordion--theme-apteka.css?1677624960982 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/product-info/product-info.css?16875002014955 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/product-desc/product-desc.css?1678951202302 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/prescribed-with/prescribed-with.css?1710139487457 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/scrollbar/scrollbar.css?1677571173715 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/gallery/gallery.css?1678867861349 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/union-nav/union-nav.css?1774858173608 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/libs/carousel/css/owl.carousel.min.css?16776263293351 */
/* /local/templates/v22/components/sp-artgroup/unionproduct/.default/blocks/carousel/carousel.css?1677641861113 */
