

/* Start:/local/templates/mst/components/bitrix/catalog.products.viewed/bootstrap_v4/style.css?1743678261181*/
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
/* End */


/* Start:/local/templates/mst/components/bitrix/catalog.item/bootstrap_v4/style.css?174367826121148*/
.product-item-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    transition: all 300ms ease;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-wrapper:hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-image-wrapper:hover .product-item-image-original {
    opacity: 0;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.product-item-image-original img,
.product-item-image-alternative img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    left: 0;
    top: 0;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

.product-item-compare {
    position: relative;
}

.productCard .options [class*="btn"] + [class*="btn"],
.productCard .options .product-item-compare-container + .btnSimpleIcon {
    margin-left: 22px;
}

.productCard .sec {
    position: absolute;
    top: 22px;
    left: 15px;
    max-width: calc(100% - 60px);
    z-index: 2;
    font-size: 14px;
    color: #a7b0b8;
}

.productCard .product-item-compare-container {
    min-height: auto;
    padding: 0;
}

.productCard .product-item-compare-container,
.productCard .product-item-compare-container + a.btnSimpleIcon,
.productCard .product-item-compare-container .btnSimpleIcon.checkbox {
    line-height: 1;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox .in {
    cursor: pointer;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox span {
    color: inherit;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input {
    position: absolute;
    left: 0;
    opacity: 0;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input {
    cursor: pointer;
}

.compare-wr__sel {
    display: none;
    color: #026EF9;
}

.compare-wr__sel .icon-chart {
    position: relative;
}


.compare-wr__sel .icon-chart:after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 11px;
    height: 10px;
    background: url(/local/templates/mst/images/done.svg) no-repeat center;
    display: inline-block;
    background-size: contain;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox .compare-wr {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (hover: hover) {
    .productCard .product-item-compare-container .btnSimpleIcon.checkbox:hover span {
        color: #026EF9;
    }
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input:checked + .compare-wr span {
    color: #026EF9;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input:checked + .compare-wr .compare-wr__nosel {
    display: none;
    white-space: nowrap;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input:checked + .compare-wr .compare-wr__sel {
    display: block;
    white-space: nowrap;
}

.productCard .options .form-load.btnSimpleIcon.no-demo,
.productCard .options .form-load.btnSimpleIcon.no-demo [class*="icon"] {
    color: #979797;
    cursor: default;
    pointer-events: none;
}

.wish_wrap a {
    text-decoration: none;
}

.wish_wrap a span {
    display: none;
}

.product-item-button-container button[disabled="disabled"],
.product-item-button-container button[disabled="disabled"]:hover,
.buttons .btnIconType1.disabled,
.buttons .btnIconType1.disabled:hover {
    background: #b8d7ff;
}


.productCard .iconFavourite [class*="icon"].wl-hide {
    display: none;
    opacity: 0;
}

.productCard .iconFavourite [class*="icon"].full.wl-act {
    color: #026EF9;
    opacity: 1;
    z-index: 1;
}

.productCard .iconFavourite [class*="icon"].wl-act:hover {
    opacity: 1;
}

.productCard .buttons > [class*="btn"] {
    margin-bottom: 6px;
}

@media (max-width: 1023px) {
    .productCard .sec {
        position: static;
        display: block;
        width: auto;
        max-width: 100%;
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

@media (max-width: 991px) {
    .productCard .iconFavourite:hover [class*="icon"].wl-act {
        opacity: 1;
    }

    .productCard .iconFavourite:hover [class*="icon"].full.wl-hide {
        opacity: 0;
    }
}

.productCard .type {
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 24px;
    color: #a7b0b8;
}


/**/
.medsyst-card,
.medsyst-card.productCard {
    padding: 12px 12px 8px;
    border-radius: 6px;
    background: #FFF;
    transition: box-shadow .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
}

html body .productSlider.owl-carousel {
    z-index: 2;
}

html body .productSlider.owl-carousel .owl-item {
    flex-direction: row;
}

html body .productSlider.owl-carousel {
    overflow: visible;
}

html body .productSlider.owl-carousel:before,
html body .productSlider.owl-carousel:after {
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 1;
}

html body .productSlider.owl-carousel:before {
    left: 100%;
}

html body .productSlider.owl-carousel:after {
    right: 100%;
}

.productSlider .product-item-container,
.productSlider .owl-item .item {
    height: 100%;
}

.productSlider .owl-item .item {
    width: 100%;
}


@media (hover: hover) {
    .medsyst-card:hover {
        box-shadow: 0px 0px 30px 0px rgba(25, 123, 178, 0.30);
        z-index: 6;
    }
}

.medsyst-card.medsyst-card-stock-out .medsyst-card__top,
.medsyst-card.medsyst-card-stock-out .medsyst-card__middle,
.medsyst-card.medsyst-card-stock-out .medsyst-card__bottom {
    filter: grayscale(1);
}


.product-item-container {
    background: transparent !important;
}

.medsyst-card__top {
    position: relative;
    margin-bottom: 24px;
}


.medsyst-card__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.medsyst-card__img:before {
    content: '';
    display: block;
    padding-top: 115%;
}

.medsyst-card__img img {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(100%);
    opacity: 0;
}

.medsyst-card__img img:first-child {
    transform: translateX(0px);
    opacity: 1;
}

@media not all and (hover: hover) {
    .medsyst-card__img img {
        transition: .3s;
    }
}


.medsyst-card__img-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.medsyst-card__img-dots-item {
    border-radius: 4px;
    background-color: rgba(95, 95, 95, 0.20);
    width: 6px;
    height: 6px;
    margin-left: 4px;
    margin-right: 4px;
}

.medsyst-card__img-dots-item--active {
    background-color: #5F5F5F;
}


.medsyst-card__img-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.medsyst-card__img-overlay-item {
    flex-grow: 1;
}


.medsyst-card__title {
    color: #232323;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
    hyphens: auto;
}

.medsyst-card__chars {
    position: absolute;
    top: calc(100% - 12px);
    width: 100%;
    left: 0;
    padding: 12px 12px 12px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}



@media (hover: hover) {
    .medsyst-card:hover .medsyst-card__chars {
        opacity: 1;
        box-shadow: 0px 19px 20px 0px rgba(25, 123, 178, 0.20);
        visibility: visible;
    }
    .brand-ap-list:hover
{
    z-index: 5;
    position: relative;
}
}

.medsyst-card__chars-item {
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    background-image: url('/local/templates/mst/images/dots.svg');
    background-position: left 14px;
    background-repeat: repeat-x;
}

.medsyst-card__chars-item:last-child {
    margin-bottom: 0;
}

.medsyst-card__chars-item-char,
.medsyst-card__chars-item-val {
    color: #232323;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.medsyst-card__chars-item-val {
    text-align: right;
    padding-right: 0;
    padding-left: 4px;
}

.medsyst-card__chars-item-char span,
.medsyst-card__chars-item-val span {
    background-color: #fff;
}

.medsyst-card__chars-item-char span {
    padding-right: 4px;
}

.medsyst-card__chars-item-val span {
    padding-left: 4px;
}

.medsyst-card__labels {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
}


.medsyst-card__fav {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
}

@media (hover: hover) {
    .medsyst-card.productCard .iconFavourite [class*="icon"].wl-act:hover {
        color: #026EF9;
    }
}

.medsyst-card .iconFavourite {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.medsyst-card .iconFavourite [class*="icon"] {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    font-size: 24px;
    color: #232323;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.medsyst-card .iconFavourite [class*="icon"] {
    transition: color .3s ease;
}

@media (hover: hover) {
    .medsyst-card .iconFavourite [class*="icon"].wl-act:hover {
        color: #026EF9;
    }
}

.medsyst-card .iconFavourite [class*="icon"].full {
    color: #026EF9;
    opacity: 0;
    z-index: 1;
}

.medsyst-card .iconFavourite.active [class*="icon"],
.medsyst-card .iconFavourite:hover [class*="icon"] {
    opacity: 0;
}

.medsyst-card .iconFavourite.active [class*="icon"].full,
.medsyst-card .iconFavourite:hover [class*="icon"].full,
.medsyst-card .iconFavourite.active:hover [class*="icon"] {
    opacity: 1;
}

.medsyst-card .iconFavourite.active:hover [class*="icon"].full {
    opacity: 0;
}

.medsyst-card .iconRemove [class*="icon"] {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

@media (hover: hover) {
    .medsyst-card .iconRemove:hover [class*="icon"] {
        color: #026EF9;
    }
}

.medsyst-card .iconFavourite [class*="icon"].wl-hide {
    opacity: 0;
}

.medsyst-card .iconFavourite [class*="icon"].full.wl-act {
    color: #026EF9;
    opacity: 1;
    z-index: 1;
}

.medsyst-card .buttons > [class*="btn"] {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .medsyst-card .iconFavourite:hover [class*="icon"].wl-act {
        opacity: 1;
    }

    .medsyst-card .iconFavourite:hover [class*="icon"].full.wl-hide {
        opacity: 0;
    }
}


.medsyst-card__price {
    color: #232323;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
}

.medsyst-card.productCard .currentPrice,
.medsyst-card.productCard .currentRassrochkaPrice {
    color: #232323;
    display: block;
    font-size: 32px;
    font-weight: 600;
}

.medsyst-card.productCard .currentRassrochkaPrice span.month_text {
    margin-left: 0;
}

.medsyst-card.productCard .price {
    display: block;
}

.medsyst-card.productCard .currentPrice span,
.medsyst-card.productInfo .price .currentPrice span,
.medsyst-card.productCard .currentRassrochkaPrice span.from_text {
    color: #232323;
    font-size: 32px;
    font-weight: 600;
}

.medsyst-card.productCard .currentPrice--empty {
    color: #979797;
    font-weight: 600;
}

.medsyst-card.productCard .oldPrice {
    margin-left: 0;
    font-size: 18px;
    font-weight: 600;
}


.medsyst-card__bottom {
    margin-top: auto;
    padding-top: 16px;
    z-index: 1;
    position: relative;
}

.medsyst-card__bottom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.medsyst-card-stock-out .medsyst-card__bottom-row {
    flex-wrap: nowrap;
}

.medsyst-card__bottom-row:first-child {
    padding-bottom: 4px;
}

.medsyst-card__bottom-row > .product-item-info-container {
    flex-grow: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

.medsyst-card__bottom-row > a {
    flex-grow: 1;
    margin-right: 4px;
}

.medsyst-card [class*="btnFill"][class*="Type2"][data-form="choose_analogue"] {
    background-color: #686868;
}


.medsyst-card__ico {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.medsyst-card .btnSimpleIcon {
    position: relative;
}

.medsyst-card .btnSimpleIcon [class*="icon"] {
    margin-right: 0;
}

.medsyst-card .btnSimpleIcon input {
    position: absolute;
    left: 0;
    opacity: 0;
}

.medsyst-card__ico-item {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    cursor: pointer;
}

.medsyst-card__ico-item-popup {
    position: absolute;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(178, 178, 178, 0.30);
    padding: 8px 12px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    right: 0;
    bottom: calc(100% + 10px);
    color: #000;
    white-space: nowrap;
}

.medsyst-card__ico-item-popup:after {
    content: '';
    left: 0;
    height: 10px;
    bottom: -10px;
    width: 100%;
    position: absolute;
}

.medsyst-card__ico-item-popup:before {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 100%;
    width: 0px;
    height: 0px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.medsyst-card__ico-item-popup > span {
    color: #232323 !important;
}

.medsyst-card__ico-item-popup > span:last-child {
    display: none;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input:checked ~ .medsyst-card__ico-item-popup > span:first-child {
    display: none;
}

.productCard .product-item-compare-container .btnSimpleIcon.checkbox input:checked ~ .medsyst-card__ico-item-popup > span:last-child {
    display: block;
}

.servicesSection ~ [id^="comp_"] {
    position: relative;
    z-index: 1;
}

@media (hover: hover) {
    .medsyst-card__ico-item:hover {
        z-index: 1;
    }

    .medsyst-card__ico-item:hover .medsyst-card__ico-item-popup {
        opacity: 1;
        visibility: visible;
    }
}

.medsyst-card__tags {
    margin-bottom: 8px;
}


.medsyst-card.product-item .promotion-tags,
.medsyst-card.productCard .tags {
    position: relative;
}

.medsyst-card.product-item .promotion-tags {
    z-index: 2;
}


.medsyst-card .promotion-tag-list__btn {
    border-radius: 8px;
    top: 1px;
}

.medsyst-card .promotion-tags--active .promotion-tag-list__btn {
    transform: none;
}

.medsyst-card .promotion-tag-list__btn:before {
    transition: transform .3s;
}

.medsyst-card .promotion-tag-list__btn:before {
    background-image: url(/local/templates/mst/images/tagplus.svg);
}

.medsyst-card .promotion-tags--active .promotion-tag-list__btn:before {
    transform: rotate(45deg);
}


.owl-carousel .owl-item .medsyst-card .tics__item img {
    width: auto;
}

.owl-carousel .owl-item .medsyst-card img {
    width: auto;
}

.medsyst-card .compare-wr span {
    vertical-align: middle;
}


.medsyst-card .icon-demo {
    width: 24px;
    height: 24px;
}

.medsyst-card .icon-demo:before,
.medsyst-card .icon-demo:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.medsyst-card .icon-demo:before {
    content: '';
    background-image: url(/local/templates/mst/images/easel.svg);
}

.medsyst-card .icon-demo:after {
    content: '';
    background-image: url(/local/templates/mst/images/easel-b.svg);
    opacity: 0;
}

.medsyst-card .icon-demo:hover:before {
    opacity: 0;
}

.medsyst-card .icon-demo:hover:after {
    opacity: 1;
}


.medsyst-card .tics {
    position: static;
    margin-top: 0;
    margin-bottom: 4px;
}

.medsyst-card.productCard .tags {
    z-index: 5;
}

.medsyst-card [class*="btnIcon"].md,
.medsyst-card [class*="btnFill"].md {
    border-radius: 8px;
}

.devicesSection.mainSection > .container,
.devicesSection > .container,
.productsSection > .container,
.productsSection.mainSection > .container {
    overflow: visible;
}

.advantagesSection.mainSection {
    position: static;
}

.product-item-button-container--order {
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.product-item-button-container--order span {
    color: #979797;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556%;

}

.catalog-section .medsyst-card.productCard {
    overflow: visible;
}

@media (hover: none) {
    .productSlider .medsyst-card__img-dots,
    .productSlider .medsyst-card__img-overlay,
    .productSlider .medsyst-card__img img {
        display: none !important;
    }

    .productSlider .medsyst-card__img img:first-child {
        display: block !important;
    }
}

/*____________________________*/

@media (max-width: 1439px) {
    .medsyst-card.productCard .currentPrice,
    .medsyst-card.productCard .currentRassrochkaPrice {
        font-size: 22px;
    }

    .medsyst-card.productCard .currentPrice span,
    .medsyst-card.productInfo .price .currentPrice span,
    .medsyst-card.productCard .currentRassrochkaPrice span.from_text {
        font-size: 22px;
    }

    .medsyst-card__bottom-row > .product-item-info-container {
        width: 100%;
        padding-right: 0;
    }

    .medsyst-card-stock-out .medsyst-card__bottom-row {
        flex-wrap: wrap;
    }

    .medsyst-card__bottom-row > a {
        margin-right: 0;
    }

    .medsyst-card__title {
        font-size: 18px;
    }

    .medsyst-card__chars,
    .medsyst-card__ico-item-popup {
        display: none;
    }

}

@media (max-width: 1199px) {
    .medsyst-card [class*="btnFill"].md {
        font-size: 13px;
    }
}

@media (max-width: 1023px) {

    .product-item-wr .medsyst-card .cardPrice {
        padding: 0;
    }

    .medsyst-card.productCard .tags {
        inset: 0 !important;
    }

    .medsyst-card__labels {
        display: flex;
        flex-direction: column;
    }

    .medsyst-card__promtags {
        order: 1;
    }

    .medsyst-card__tags {
        margin-bottom: 0;
        order: 2;
    }

    .medsyst-card .productTag {
        line-height: 20px;
    }

    .product-item-button-container--order {
        height: 38px;
        line-height: 38px;
    }

    .medsyst-card.productCard .currentPrice,
    .medsyst-card.productCard .currentRassrochkaPrice {
        font-size: 18px;
    }

    .medsyst-card.productCard .currentPrice span,
    .medsyst-card.productInfo .price .currentPrice span,
    .medsyst-card.productCard .currentRassrochkaPrice span.from_text {
        font-size: 18px;
    }

    .medsyst-card__top {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .medsyst-card.productCard .currentPrice,
    .medsyst-card.productCard .currentRassrochkaPrice {
        font-size: 16px;
    }

    .medsyst-card.productCard .currentPrice span,
    .medsyst-card.productInfo .price .currentPrice span,
    .medsyst-card.productCard .currentRassrochkaPrice span.from_text {
        font-size: 16px;
    }

    .medsyst-card.productCard .oldPrice {
        color: #C2C2C2;
        font-size: 14px;
    }

    .medsyst-card__title {
        font-size: 16px;
    }

    .medsyst-card, .medsyst-card.productCard {
        padding: 8px 8px 4px;
    }

}

@media (max-width: 479px) {
    .productSlider .medsyst-card__bottom-row > .product-item-info-container {
        width: auto;
    }

    .productSlider .medsyst-card-stock-out .medsyst-card__bottom-row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 360px) {
    .product-item-wr {
        width: 100%;
    }

    .medsyst-card__bottom-row > .product-item-info-container {
        width: auto;
    }

    .medsyst-card-stock-out .medsyst-card__bottom-row {
        flex-wrap: nowrap;
    }
}
/* End */
/* /local/templates/mst/components/bitrix/catalog.products.viewed/bootstrap_v4/style.css?1743678261181 */
/* /local/templates/mst/components/bitrix/catalog.item/bootstrap_v4/style.css?174367826121148 */
