

/* Start:/local/templates/medStandart/components/bitrix/catalog/bootstrap_v5/style.css?17114559213319*/
.catalog {
    padding: 13px 0 40px;
}
.catalog h1 {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 34px;
}
.catalog-con {
    display: flex;
    gap: 30px 28px;
}
.catalog-filter__wrap {
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    max-width: 460px;
    width: 100%;
    padding: 13px 39px 25px;
    align-self: self-start;
    box-shadow: 0 4px 44px 0 #2D3D6626;
}
.catalog-component__wrap {
    grid-area: 2 / 1 / 3 / 3;
}

/*TOP BANNER*/
/*.catalog-header {*/
/*    padding-bottom: 40px;*/
/*}*/
.catalog-banner__top {
    display: grid;
    grid-template-columns: 1fr 338px;
    grid-template-rows: repeat(2, auto);
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: relative;
    gap: 20px 25px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.catalog-banner__top-title {
    font-family: var(--inter);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.catalog-banner__top-wrap-txt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: self-start;
}
.catalog-banner__top-text {
    max-width: 416px;
    font-family: var(--inter);
    color: var(--white);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.catalog-banner__top-link:hover {opacity: .7;}
.catalog-banner__top-link {
    font-family: var(--inter);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    gap: 14px;
    align-items: center;
    align-self: center;
}
.catalog-banner__top-link::after {
    content: '→';
    width: 16px;
    height: auto;
    display: block;
}
.catalog-banner__top-img {
    max-width: 338px;
    width: 100%;
    height: 140px;
    grid-area: 1 / 2 / 3 / 3;
}
.catalog-content__side {
    width: 100%;
}
.banner-link__top {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    height: auto;
}

@media (max-width: 1100px) {
    .catalog-con {
        flex-direction: column;
        gap: 20px 15px;
    }
    .catalog-filter__wrap {
        max-width: unset;
    }
}
@media (max-width: 850px) {
    .catalog-banner__top-wrap-txt {
        flex-wrap: wrap;
    }
    .catalog-banner__top-link {
        align-self: self-start;
    }
}
@media (max-width: 768px) {
    .catalog {
        padding-top: 20px;
    }
    .catalog h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .catalog-banner__top {
        grid-template-columns: 1fr 164px;
        gap: 5px;
        height: 254px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 15px;
    }
    .catalog-banner__top-title {
        font-size: 18px;
        line-height: 20px;
        padding-top: 15px;
        -webkit-line-clamp: 6;
    }
    .catalog-filter__wrap {
        padding: 13px 20px 25px;
    }
    .catalog-banner__top-img {
        height: 100%;
    }
}

/* End */


/* Start:/local/components/makesite/filter/templates/.default/style.css?17113530913225*/
.catalog-filter__menu--item-input-hidden .catalog__custom-checkbox+label::before{
    opacity: 0;
    margin-left: -45px;
}
.catalog-filter__menu--item--sub--sub {
    margin-left: 44px;
    margin-top: 7px;
}
.catalog-filter__menu--item--sub {
    display:none;
}
.catalog-filter__menu--item--sub.active {
    display: flex;
}
label.sub__item-name:hover {
    font-weight: bold;
}
label.sub__item-name {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--blue);
    padding: 22px 0 21px;
    display: block;
    max-width: 340px;
}
.active .sub__item-name {
    font-weight: bold;
}
.catalog-filter__menu--item--sub--sub__items,
.catalog-filter__menu--item--sub__items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.catalog-filter__menu--item--sub__items {
    margin-bottom: 23px;
}
.catalog-filter__menu--item--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #BFD9FF;
}
.catalog-filter__menu--item:first-child .catalog-filter__menu--item--title {
    border-top: 1px solid transparent;
}
.catalog-filter__menu--item svg {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}
.catalog-filter__menu--item .active svg {
    transform: rotate(180deg);
}
.catalog__custom-checkbox+label:hover::before {
    border: 1px solid #4571FB;
    opacity: 0.7;
}
.catalog__custom-checkbox+label:hover {
    opacity: 0.7;
}
.catalog__custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #4571FB;
    border-radius: 0.25em;
    margin-right: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.catalog__custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #4571FB;
}
.catalog__custom-checkbox:not(:disabled):active+label::before {
    background-color: #4571FB;
    border-color: #E8F1FF;
}
.catalog__custom-checkbox:checked+label::before {
    border-color: #4571FB;
    background-color: #E8F1FF;
    background-image: url('/local/components/makesite/filter/templates/.default/images/Vector.svg');
}

.catalog-filter__button:hover a {
    background: #217AFF;
}
.catalog-filter__button a {
    border-radius: 12px;
    background: linear-gradient(0deg, #2E59DE 0%, #2E59DE 100%), #4571FB;
    width: 128px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 0px;
    border: none;
    color: var(--white);
    justify-content: center;
}

.catalog-filter__menu-buysell .buysell-sub__item-name {
    display: flex;
    align-items: center;
}
.catalog-filter__button {
    align-items: center;
    gap: 20px;
    display: flex;
    margin-top: 15px;
}
span.filter-counter span{
    font-weight: 600;
    font-size: 14px;
}
span.filter-counter {
    font-size: 13px;
}
@media (max-width: 768px) {
    .catalog-filter__menu--item--sub--sub {
        margin-left: 20px;
        margin-top: 7px;
    }
}












/* End */


/* Start:/bitrix/components/bitrix/sale.products.gift.section/templates/bootstrap_v4/style.min.css?1708522308160*/
.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid var(--primary);color:#000}
/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?170852230822843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.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-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.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-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/local/templates/medStandart/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17113530912776*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/medStandart/components/bitrix/system.pagenavigation/round/style.min.css?17085223032530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/medStandart/components/bitrix/catalog.section/bootstrap_v4/style.css?17114695633094*/
.catalog-card__wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(175px, 1fr));
    margin-bottom: 15px;
}

/*КУПИ-ПРОДАЙ СТИЛИ БАННЕРА*/
/*.catalog-banner__content-second {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    border-radius: 24px;*/
/*    overflow: hidden;*/
/*    padding-left: 25px;*/
/*    gap: 0 20px;*/
/*    display: grid;*/
/*    grid-template-columns: 164px 1fr;*/
/*    grid-template-rows: repeat(2, auto);*/
/*}*/
/*.catalog-banner__middle-img--second {*/
/*    max-width: 164px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    grid-area: 1 / 1 / 3 / 2;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .catalog-banner__content-second {*/
/*        padding-left: 15px;*/
/*        -webkit-border-radius: 0;*/
/*        -moz-border-radius: 0;*/
/*        border-radius: 0;*/
/*    }*/
/*}*/
/*BANNER MIDDLE*/
.catalog-banner__wrap-middle {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 20px 0;
}
.catalog-banner__content {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding-left: 25px;
    gap: 0 20px;
    display: grid;
    grid-template-columns: 1fr 164px;
    grid-template-rows: repeat(2, auto);
}
.catalog-banner__middle-title {
    font-family: var(--inter);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 20px;
    height: 88px;
    overflow: hidden;
}
.catalog-banner__middle-link {
    align-self: self-start;
}
.catalog-banner__middle-link a:hover {opacity: 0.7;}
.catalog-banner__middle-link a {
    font-family: var(--inter);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.catalog-banner__middle-link a::after {
    content: '';
    background-image: url("/local/templates/medStandart/components/bitrix/catalog.section/bootstrap_v4/./images/Arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 7px;
    margin-top: 2px;
    display: block;
}
.catalog-banner__middle-img {
    /*max-width: 164px;*/
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-area: 1 / 2 / 3 / 3;
}

@media (max-width: 1024px) {
    .catalog-card__wrap {
        gap: 15px;
    }
}
@media (max-width: 850px) {
    .catalog-card__wrap {
        gap: 20px 15px;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}
@media (max-width: 768px) {
    .catalog-banner__content {
        padding-left: 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .catalog-banner__wrap-middle {
        flex-direction: column;
        gap: 15px;
    }
    .catalog-banner__middle-title {
        font-size: 18px;
        line-height: 20px;
        padding-top: 15px;
        height: unset;
    }
}

/* End */


/* Start:/local/components/makesite/product-card/templates/.default/style.css?17204461407072*/
.button-list--more:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.button-list--more {
    border: 1px solid var(--blue);
    width: 100%;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    gap: 10px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 13px 10px 14px;
    max-width: 160px;
}
.product-quantity.active input {
    border: 0;
    text-align: center;
    width: 28px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
    pointer-events: none;
}
.product-quantity.active span {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-quantity.active {
    display: flex;
    border: 2px solid #4571FB;
    border-radius: 24px;
    width: 160px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.product-item__btn.hidden {
    display: none;
}
.product-quantity {
    display:none
}
.product-item-card {
    display: flex;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*overflow: hidden;*/
    max-width: 216px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #EEEEEE;
    padding-bottom: 20px;
    position: relative;
    min-height: 432px;
}
.product-item__wrap-img {
    text-decoration: none;
    max-width: 216px;
    background: #E8F1FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    height: 216px;
}
.product-item__img {
    height: 181.21px;
    object-fit: unset;
    width: unset !important;
}
.product-item__price-wrap {
    margin-top: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item__name {
    margin: 17px 14px 10px;
    text-decoration: none;
    font-family: var(--inter);
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    min-height: 54px;
}
.product-item__name--noHover:hover {
    opacity: .7;
}
.product-item__name-wrap {
    position: relative;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.product-item__name--full {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 1;
}

.product-item__name-wrap:hover .product-item__name--full {
    display: block;
    padding: 17px 14px 10px;
    text-decoration: none;
    font-family: var(--inter);
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    max-width: 213px;
}

/**/

.product-item__price-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    font-family: var(--inter);
    color: var(--dark);
}
.product-item__price-sale {
    font-family: var(--inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark);
}
.product-item__old-price_wrap {
    width: 100%;
    text-align: end;
    padding: 0 17px;
}
.product-item__old-price {
    color: var(--dark);
    text-decoration: line-through;
    text-decoration-color: var(--dark);
}
.product-item__btn-wrap {
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item__btn {
    border: 1px solid var(--blue);
    width: 100%;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    gap: 10px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 12px 10px;
    max-width: 160px;
}
.product-item__btn:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.product-item__btn svg {
    stroke: var(--white);
}
.product-item__btn:hover svg {
    stroke: var(--blue);
}

.product-item__banner-wrap {
    position: absolute;
    right: 0;
    top: 9px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 106px;
}
.product-item__banner {
    max-width: 106px;
    width: 100%;
    font-family: var(--inter);
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    padding: 4px 5px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.product-item__banner span {
    display: grid;
    align-items: center;
    grid-template-columns: 21px 1fr;
    gap: 5px;
    color: #ffffff;
}

.banner-new__banner::before,
.banner-hit::before,
.banner-benefitoffer::before,
.banner-print::before,
.banner-video::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 24px;
    height: 24px;
}
.banner-new__banner::before,
.banner-hit::before {
    background-image: url("/local/components/makesite/product-card/templates/.default/../images/hit.svg");
}
.banner-benefitoffer::before {
    background-image: url("/local/components/makesite/product-card/templates/.default/../images/vygoda.svg");
}
.banner-print::before {
    background-image: url("/local/components/makesite/product-card/templates/.default/../images/print.svg");
}
.banner-video::before {
background-image: url("/local/components/makesite/product-card/templates/.default/../images/video.svg");
}
.hit {
    background: #8692FF;
}
.benefitoffer {
    background: #1CD3C7;
}
.print {
    background: #FDB74D;
}
.video {
    background: #D094FF;
}
.new__banner {
    background: #51DB2F;
}

@media (max-width: 1200px) {
    .releative-item__wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .product-item__name-wrap:hover .product-item__name--full {
        display: none;
    }
    .releative-item__wrap {
        justify-content: space-around;
    }
    .product-item__wrap-img {
        height: 218px;
    }
    .product-item__price-wrap {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 6px;
        padding: 0 11px;
        gap: 2px;
    }
    .product-item__old-price_wrap {
        text-align: start;
    }
    .product-item__img {
        height: 182.96px;
    }
    .product-item__name {
        font-size: 14px;
        line-height: 17px;
    }
    .product-item__btn {
        max-width: 150px;
        width: 100%;
        padding: 14px 10px 11px;
    }
}
@media (max-width: 500px) {
    .releative-item__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}



/* End */


/* Start:/local/components/makesite/subscribe/templates/.default/style.css?17241487037436*/
@keyframes shake {
    10%, 90% {
        transform: translateX(-0.5px);
    }
    20%, 80% {
        transform: translateX(1px);
    }
    30%, 50%, 70% {
        transform: translateX(-2px);
    }
    40%, 60% {
        transform: translateX(2px);
    }
}
.offer--form__success.active {
    text-align: center;
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: center;
    margin-top: 10px;

    animation: shake 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) both;
}
label.feedback__wrap_privacy.form__privacy.error span.subscribe-policy__text {
    color: #690000;
}
label.feedback__wrap_privacy.form__privacy.error .checkbox__checkmark{
    border: 1px solid #ff0000;
}

input.input-text.js-input.error {
    border-color: red;    animation: shake 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) both;
}

.call {
    padding: 60px 0 70px;
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
}
.call__wrap {
    width: 100%;
    z-index: 9;
}
.call .wrapper-container {
    border-radius: 24px;
    background: #217AFF;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
    max-width: 1192px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.wrapper-container::after,
.wrapper-container::before {
    content: '';
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 298.328px;
    height: 510.298px;
}
.wrapper-container::after {
    background-image: url('/local/components/makesite/subscribe/templates/.default/../../../subscribe/templates/images/subright.svg');
    right: -188px;
    bottom: -257px;
}
.wrapper-container::before {
    background-image: url('/local/components/makesite/subscribe/templates/.default/../../../subscribe/templates/images/subleft.svg');
    left: -40px;
    top: -40px;
}
.feedback__wrap_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 21px 30px;
    justify-self: center;
    justify-items: center;
}
.call__header {
    color: var(--white);
    font-family: var(--inter);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 15px;
}
.call__text {
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 13px 0 20px;
}
.form__input {
    max-width: 458px;
    text-align: end;
    width: 100%;
}
.feedback__wrap_input-text {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--white);
    background: var(--white);
    padding: 17px 21px 16px;
}
/*если не заполнена*/
.feedback__wrap_input-text--error {
    border: 1px solid var(--error);
}
.feedback__wrap_input-text::placeholder {
    color: var(--dark);
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
/*плавное исчезновение placeholder*/
.feedback__wrap_input-text::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.form__input_short {
    justify-self: flex-end;
}
.form__input_long {
    grid-area: 1 / 2 / 4 / 3;
    justify-self: flex-start;
    height: 100%;
}
.input-text {
    height: 100%;
    color: var(--dark);
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.form__input_long label {
    width: 100%;
    height: 100%;
}
.input-text::placeholder {
    color: var(--dark);
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.feedback__wrap_submit-block {
    grid-area: 4 / 1 / 5 / 3;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 668px;
    margin-top: 4px;
    gap: 16px;
}
.subscribe-policy__text {
    max-width: 611px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.subscribe-policy__text-weight:hover {
    border-bottom: 1px solid #ffffff;
}
.subscribe-policy__text-weight {
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.button-white {
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 100px;
    border: 2px solid #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
    max-width: 260px;
    width: 100%;
    padding: 12px 10px;
    transition: 0.3s;
}
.button-white:hover {
    color: var(--dark);
    background-color: var(--white);
}
/*checkbox*/
.feedback__wrap_privacy {
    position: relative;
    padding-left: 52px;
}
.input-checkbox {
    display: none;
}
.checkbox__checkmark {
    position: absolute;
    top: 6px;
    left: 7px;
    height: 24px;
    width: 24px;
    border: 1px solid var(--white);
    background-color: var(--white);
    transition: background-color .25s ease;
    border-radius: 4px;
}
.form__privacy .checkbox__checkmark::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--dark);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .25s ease;
}
.input-checkbox:checked ~ .checkbox__checkmark::after {
    opacity: 1;
}



@media (max-width: 768px) {
    .call {
        padding: 0;
    }
    .call .wrapper-container {
        padding: 21px 17px 11px 17px;
        border-radius: unset;
    }
    .feedback__wrap_form {
        display: flex;
        flex-direction: column;
        gap: 20px 30px;
    }
    .form__input {
        max-width: unset;
    }
    .form__input_long {
        height: 196px;
    }
    .wrapper-container::after,
    .wrapper-container::before {
        display: none;
    }
    .call__header {
        font-size: 20px;
        text-align: center;
        margin-bottom: 7px;
    }
    .feedback__wrap_input-text {
        padding: 17px 19px 16px;
    }
    .feedback__wrap_submit-block {
        margin-top: 0;
        gap: 15px;
    }
    .feedback__wrap_privacy {
        padding-left: 40px;
    }
    .checkbox__checkmark {
        top: 5px;
        left: 1px;
    }
    .call__text {
        margin: 5px 0 18px;
    }
}
/* End */
/* /local/templates/medStandart/components/bitrix/catalog/bootstrap_v5/style.css?17114559213319 */
/* /local/components/makesite/filter/templates/.default/style.css?17113530913225 */
/* /bitrix/components/bitrix/sale.products.gift.section/templates/bootstrap_v4/style.min.css?1708522308160 */
/* /bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?170852230822843 */
/* /local/templates/medStandart/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17113530912776 */
/* /local/templates/medStandart/components/bitrix/system.pagenavigation/round/style.min.css?17085223032530 */
/* /local/templates/medStandart/components/bitrix/catalog.section/bootstrap_v4/style.css?17114695633094 */
/* /local/components/makesite/product-card/templates/.default/style.css?17204461407072 */
/* /local/components/makesite/subscribe/templates/.default/style.css?17241487037436 */
