.displaynone {display:none;}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
:root {
    font-size: 10px;
    --theme-size: 10px;
}
/* type-b: readable 18px. html prefix beats later app-product/app.min */
html body {
    font-size: 1.8rem;
    line-height: 1.5;
}
html .ui-btn--primary,
html .ui-btn--60,
html .ui-btn--fullwidth,
html .btn-primary,
html .button-group button,
html .comments__form-btn,
html .details__comments-form-btn,
html .reviews__form-btn,
html .brands__search-btn {
    font-size: 1.8rem;
}
html .details__txt,
html .details__txt p,
html .seo__desc {
    font-size: 1.8rem;
}
html .details__specifications-table,
html .details__specifications-table-line,
html .sku__details-table,
html .sku__details-table th {
    font-size: 1.8rem;
}
html .sku__details-table td,
html .sku__details-table small {
    font-size: 1.4rem;
}
html .sku__details-table small {
    font-weight: 700;
}
html .sku__availability {
    font-size: 1.6rem;
}
html .breadcrumbs__menu,
html .breadcrumbs__link {
    font-size: 1.5rem;
}
/* type-b-compact-buy-fit: sticky Купить min-width 20rem overflow on ~360px (Yandex) */
@media (max-width: 1199px) {
    html .sku__compact-item {
        max-width: 100%;
        box-sizing: border-box;
    }
    html .sku__compact-item-desc {
        width: auto;
        min-width: 0;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    html .sku__compact-item-action {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: 0;
    }
    html .sku__compact-item-action .ui-add-to-cart {
        min-width: 0;
        max-width: 100%;
    }
    html .sku__compact-item-action .ui-btn,
    html .sku__compact-item-action .ui-add-to-cart .ui-btn.ui-btn--primary {
        min-width: 0;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }
    /* in-cart: do not shrink below «Перейти в корзину»+icon; Купить keeps min-width 0 */
    html .sku__compact-item-action:has(.ui-add-to-cart.is-active) {
        min-width: min-content;
        max-width: 100%;
    }
    html .sku__compact-item-action .ui-add-to-cart.is-active .ui-btn,
    html .sku__compact-item-action .ui-add-to-cart.is-active .ui-btn.ui-btn--primary {
        min-width: min-content;
        width: auto;
        max-width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        box-sizing: border-box;
    }
}
/* type-b-incart-buy-fit: is-active width 13.2/17.2/20rem overflows Type B 18px one-line label */
html body .ui-add-to-cart.is-active .ui-btn.ui-btn--primary {
    width: auto;
    min-width: min-content;
    max-width: 100%;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
}
.ui-badge--orange {
    background: #EFBF13;
  	color: #000;
}
/* contrast AA — must beat app.min.css (loads after this file) */
.ui-btn--primary,
.ui-btn--primary:hover,
.ui-btn--primary:focus,
.ui-btn--primary:active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.comments__form-btn,
.brands__search-btn,
.details__comments-form-btn,
.button-group button {
    color: #000 !important;
}
.ui-btn--white.is-active, .is-active.comments__form-close, .is-active.details__comments-form-close, .is-active.categories-aside__close {
    background: var(--theme-primary-color);
    color: #000 !important;
}
.ui-badge--lightred {
    background: #C70000;
}
.categories__item-title {
    color: #000;
}
.categories__item-link {
    background: #000;
}
.breadcrumbs__link, .breadcrumb > li > a, .breadcrumbs__menu, .breadcrumb, .breadcrumbs__title, .sku__id, .details__specifications-table th, .sku__details-table small, .sku__brand-text {
    color: #343434 !important;
}
.ui-link--blue {
	color: #214CCA !important;
}
.ui-link--blue:hover {
	color: #183A9E !important;
	opacity: 1;
}
.details__txt {
    font-size: 1.8rem;
}
.details__txt-readmore {
    max-height: none !important;
    overflow: visible !important;
}
.categories__item-title {
  	color: #000;
    background-color: #fff;
}
.categories__item-title:hover {
  	color: #000;
    background-color: #F39C12;
}
.is-header-v6 .header, .is-header-v7 .header, .is-header-v8 .header, .is-header-v6 .header__mobile-fixed, .is-header-v7 .header__mobile-fixed, .is-header-v8 .header__mobile-fixed {
    margin-bottom: 20px;
}
.editor h2 {
    font-size: 2.4rem;
}
.footer__support-worktime, .footer__call-btn mark, .footer__copyright {
    opacity: 1 !important;
}
/* light footer muted text */
.footer__copyright {
    color: #5C5C5C;
    font-size: 1.4rem;
}
/* dark footer v6 */
.is-footer-v6 .footer__copyright,
.is-footer-v6 .footer__support-worktime,
.is-footer-v6 .footer__call-btn mark,
.is-footer-v6 .footer__support-dl,
.is-footer-v6 .footer__desc {
    color: #C8C8C8 !important;
}
.sku__price--disabled {
    opacity: 1;
}
.ui-btn:disabled, .btn:disabled {
    pointer-events: none;
    opacity: 1;
    background-color: #e3e3e3;
}
.details__specifications {
     margin-top: 0;
}
.breadcrumbs__counter {
    color: #000 !important;
}
.sku__addto-btn-text small {
    color: #343434 !important;
}
.footer__nav {
	padding: 2rem 0 !important;
}
.footer__support {
	padding: 0 !important;
	width: 25rem;
	display: inline-block;
	margin: 3rem 0 0 0 !important;
}
.footer__yandex-ics {
	display: inline-flex;
	flex: 0 0 88px;
	width: 88px;
	height: 31px;
	margin: 2rem 0 0;
	overflow: hidden;
	line-height: 0;
	border-radius: 8px;
}
.footer__yandex-ics img {
	display: block;
	width: 88px;
	height: 31px;
	border-radius: 8px;
}
.header__nav {
	padding: 0;
	min-width: initial;
}
.header__nav > ul {
}
.header__nav > li {
	padding: 0 2rem 0 0;
	margin: 0 !important;
}
.is-header-checkout {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.header__logo {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
    width: min-content;
    line-height: 1;
}
.is-footer-checkout .footer {
    background: #18171B;
}
.header__search-input, .ui-input, .ui-range__input, .ui-textarea, .form-control:not(select) {
   box-shadow: 0 0 0 2px #c7c3c3;
}
.products__item-buttons {
    top: 1.0rem;
}
.seo__desc {
   max-width: 100%;
}
.seo__desc a {
   color: var(--body-color);
}


@media (max-width: 1199px) {
	.products__item {height: auto!important;}
	.products__item-discount,.products__item-action {position: relative;opacity: 1;visibility: visible;transform: translate(0, 0);}
	.details__specifications-table-line {
		font-weight: bold;
		font-size: 1.5rem;
	}	
    .is-footer-v6 .footer__support {
        padding: 0 !important;
    }	
	.footer__logo {
		display: contents;
		line-height: 1 !important;
	}
	.footer__desc {
		line-height: 1.2 !important;
	}
	.footer__copyright,
	.footer__nav-menu,
	.footer__support-worktime,
	.footer__support-dl {
		line-height: 1.2 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1560px) {
	.footer__logo {
		margin: 0 11rem 0 6rem;
	}
}

@media (min-width: 1200px) {
	.is-footer-v6 .footer > .container-fluid {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.is-footer-v6 .footer > .container-fluid > .footer__support {
		display: block;
		flex: 1 1 0;
		width: auto;
		margin: 0 !important;
		padding: 2rem 1rem !important;
		vertical-align: top;
	}
	.is-footer-v6 .footer__bottom {
		flex: 0 0 100%;
		width: 100%;
		min-height: 7rem;
	}
	.is-footer-v6 .footer__bottom .footer__logo {
		flex: 0 0 auto;
		justify-content: flex-start;
		min-width: 14rem;
		max-width: none;
		margin: 0 3rem 0 5rem;
		white-space: nowrap;
	}
	.is-footer-v6 .footer__bottom .footer__copyright {
		flex: 1 1 auto;
		min-width: 0;
		margin: 0;
	}
	.is-footer-v6 .footer__yandex-ics {
		margin: 0 0 0 auto;
	}
}

/* search-panel-restore: app-product diet dropped is-search-open reveal (2026-08-10) */
@media (max-width:1199px){
.is-search-open .header__search-offcanvas{opacity:1;visibility:visible}
/* hide desktop-only search chrome (dropdown product cards = huge images) */
.is-xl-visible{display:none!important}
}
@media (min-width:1200px){
.is-xl-hidden{display:none!important}
}

/* catalog-panel-restore: app-product diet dropped catalog open/reveal (2026-09-04) */
.header__catalog-menu > li.is-open > .header__catalog-dropdown{opacity:1;visibility:visible}
@media (max-width:1199px){
.is-catalog-open .header__catalog-offcanvas{opacity:1;visibility:visible}
/* catalog-row-gap 2026-09-19: diet dropped icon margin + back-btn flex; header SVG display:block wraps "<" / title */
.header__mobile .header__catalog-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
.header__mobile .header__catalog-link-icon{width:2rem;height:2rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 1.5rem 0 0;-ms-flex:0 0 auto;flex:0 0 auto}
.header__mobile .header__catalog-link-icon svg{width:1.8rem;height:1.8rem;max-width:1.8rem;max-height:1.8rem}
.header__mobile .header__catalog-link-text{display:block;-ms-flex:1;flex:1}
.header__mobile .header__catalog-back{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;border-bottom:1px solid #E8EAF3;min-height:7.5rem;padding:2rem 3rem;width:100%;font-size:2.5rem;line-height:1.2;font-weight:500;text-align:left}
.header__mobile .header__catalog-back svg,.header__mobile .header__catalog-back svg.icon-arrow-left{display:block;width:1rem;height:1.6rem;max-width:1rem;max-height:1.6rem;margin:0 1.5rem 0 0;-ms-flex:0 0 auto;flex:0 0 auto}
}
@media (min-width:1200px){
.header__catalog.is-open > .header__catalog-offcanvas{opacity:1;visibility:visible}
.header__catalog--fullwidth .header__catalog-dropdown.is-active{opacity:1;visibility:visible}
.header__catalog--fullwidth .header__catalog-dropdown--fullwidth.is-active{opacity:1;visibility:visible;position:relative}
}

/* cart-alert-restore: app-product diet dropped add-to-cart toast (2026-09-20) */
.icon-close-alerts{display:inline-block;vertical-align:middle;width:1.7rem;height:1.7rem}
.alerts-wrapper{position:fixed;top:0;left:0;z-index:1010;padding:2rem;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}
@media (min-width:1200px){.alerts-wrapper{padding:3rem}}
.alert{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:6rem;pointer-events:auto;padding:1rem 6rem 1rem 2rem;margin:0 0 1rem;position:relative;border-radius:10px;width:100%;animation:alertShow .5s forwards}
.alert:after{content:"";min-height:4rem}
.alert--red,.alert-danger{background:#F45656;color:#fff}
.alert--green,.alert-success{background:#13D154;color:#fff}
.alert--yellow,.alert-warning{background:#FFD540;color:#343434}
.alert--yellow a,.alert--yellow a:hover{color:#343434;border-bottom:1px solid rgb(52 52 52 / 50%)}
.alert--dark{background:#343434;color:#fff}
.alert.is-hide{animation:alertHide .5s forwards;pointer-events:none}
@media (min-width:768px){.alert{width:auto}}
@media (min-width:1200px){.alert{margin:0 0 2rem;padding:1rem 6rem 1rem 3rem}}
.alert__close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;width:6rem;height:6rem;cursor:pointer;color:inherit;background:transparent;border:0;padding:0}
.alert__close svg,.alert__close .icon-close-alerts{width:1.7rem;height:1.7rem;max-width:1.7rem;max-height:1.7rem}
.alert__text{display:block;font-size:1.8rem;line-height:1.44;font-weight:500;margin:0}
.alert__text a{text-decoration:none;color:#fff;transition:opacity .25s}
.alert__text a:hover{text-decoration:none;color:#fff;opacity:.8}
@media (min-width:1200px){.alert__text{margin:0 3rem 0 0}}
.alerts-wrapper.is-auto-close .alert{overflow:hidden}
.alerts-wrapper.is-auto-close .alert:before{content:'';position:absolute;height:.5rem;background:rgb(0 0 0 / 10%);bottom:-1px;left:-1px;right:-1px;animation:progressBar 5s linear;animation-fill-mode:both}
.alert--opacity{animation:alertpopupShow .5s forwards}
.alert--opacity.is-hide{animation:alertPopupHide .5s forwards}
@keyframes progressBar{0%{width:100%}100%{width:0}}
@keyframes alertShow{0%{opacity:0;transform:translate(-100px,0)}100%{opacity:1;transform:translate(0,0)}}
@keyframes alertHide{0%{opacity:1;transform:translate(0,0)}100%{opacity:0;transform:translate(-100px,0)}}
@keyframes alertpopupShow{0%{opacity:0}100%{opacity:1}}
@keyframes alertPopupHide{0%{opacity:1}100%{opacity:0}}

/* cart-panel-restore: app-product diet dropped is-cart-open reveal + inner drawer (2026-09-20)
   Inner (list/item/data/icon-clear/icon-dots) missing on product: coverage was closed/empty cart.
   Catalog (app.min) is the visual source of truth. */
.icon-clear{display:inline-block;vertical-align:middle;width:1.2rem;height:1.2rem}
.icon-dots{display:inline-block;vertical-align:middle;width:.4rem;height:1.8rem}
.header__cart-item-title:hover{text-decoration:none}
@media (min-width:1200px){
html.is-cart-open body{overflow:hidden}
html.is-cart-open .header__cart-overlay{opacity:1;visibility:visible}
html.is-cart-open .header__cart-offcanvas{transform:translate(0,0);opacity:1;visibility:visible}
.header__cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:900;background:rgba(0,0,0,.6);transition:opacity .25s,visibility .25s;opacity:0;visibility:hidden}
.header__cart-offcanvas{position:fixed;top:0;right:0;z-index:1000;height:100%;width:52.8rem;max-width:100%;background:#F7F7FB;color:#343434;transition:transform .25s,opacity .25s,visibility .25s;opacity:0;visibility:hidden;transform:translate(100%,0)}
.header__cart-scrollbar{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;padding:4rem 2.5rem}
.header__cart-scrollbar::-webkit-scrollbar{display:none}
.header__cart-offcanvas .header__cart-sticky,.header__cart-sticky{position:absolute;left:0;right:0;bottom:0;z-index:100;background:#fff;box-shadow:0 0 20px rgba(170,189,206,.25);border-radius:5px 5px 0 0;padding:2rem 2.5rem;transition:transform .25s,opacity .25s,visibility .25s;transform:translate(0,100%);opacity:0;visibility:hidden}
html.is-cart-sticky .header__cart-sticky{opacity:1;visibility:visible;transform:translate(0,0)}
.header__cart-close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:4rem;margin:0 0 4rem;color:#343434;transition:color .25s;cursor:pointer;background:transparent;border:0;padding:0}
.header__cart-close svg{display:block}
.header__cart-close:hover{color:var(--theme-primary-color)}
.header__cart-head{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 2rem}
.header__cart-title{margin:0 2rem 0 0;display:block;-ms-flex:1;flex:1;font-size:2.5rem;line-height:1.2;font-weight:500}
.header__cart-clear{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:1.4rem;line-height:1.2;font-weight:400;color:#4791FF;transition:color .25s;background:transparent;border:0;padding:0}
.header__cart-clear:hover{color:#F0164A}
.header__cart-clear svg.icon-clear{margin:0 .5rem 0 0;color:#F0164A;width:1.2rem;height:1.2rem}
.header__cart-list{margin:0 0 1rem;padding:0;list-style:none}
.header__cart-list>li{margin:0 0 1rem}
.header__cart-list>li:last-child{margin:0}
.header__cart-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;padding:2rem 2rem 9rem 2rem;background:#fff;border-radius:10px}
.header__cart-item-image{width:9rem;height:9rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:1rem;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 2rem 0 0;background:#fff;border:1px solid #EDEDF9;border-radius:5px}
.header__cart-item-image img{display:block;max-width:100%;max-height:100%;width:auto;height:auto}
.header__cart-item-desc{-ms-flex:1;flex:1;min-width:0}
.header__cart-item-id{display:block;margin:0 0 .5rem;font-size:1.4rem;line-height:1;font-weight:400;color:#BDC2D3}
.header__cart-item-title{display:block;margin:0 0 .5rem;font-size:1.5rem;line-height:1.35;font-weight:500;color:#343434}
.header__cart-item-text{display:block;font-size:1.5rem;line-height:1.35;font-weight:400;margin:0}
.header__cart-item-number{position:absolute;left:2rem;bottom:2rem;width:25rem}
.header__cart-item-number .ui-number{margin:0}
.header__cart-item-price{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:0;font-size:1.8rem;line-height:1.2;font-weight:400;white-space:nowrap;min-height:5rem;position:absolute;left:29rem;right:0;bottom:2rem}
.header__cart-item-price ins{text-decoration:none;margin:0 .7rem 0 0}
.header__cart-item-price del{display:block;padding:0 .2rem;position:relative;font-size:1.3rem;line-height:1.2;font-weight:400;margin:0 .7rem 0 0}
.header__cart-item-price del:after{content:"";display:block;position:absolute;top:50%;left:0;right:0;height:.2rem;background:#F45656;margin:-1px 0 0}
.header__cart-item-price small{font-size:1.3rem;color:#BDC2D3;display:block;-ms-flex:0 0 100%;flex:0 0 100%}
.header__cart-item-price-current{margin:0 .7rem 0 0}
.header__cart-item-action{position:absolute;top:0;right:0;z-index:100}
.header__cart-item-action.is-open .header__cart-item-action-offcanvas{opacity:1;visibility:visible}
.header__cart-item-action-toggle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2rem;cursor:pointer;color:#343434;transition:color .25s;background:transparent;border:0}
.header__cart-item-action-toggle:hover{color:var(--theme-primary-color)}
.header__cart-item-action-offcanvas{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 0 20px rgba(170,189,206,.25);border-radius:5px;padding:1.5rem;min-width:22.8rem;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
.header__cart-item-action-menu{margin:0;padding:0;list-style:none;font-size:1.5rem;line-height:1.2;font-weight:400;white-space:nowrap}
.header__cart-item-action-menu>li{padding:0 0 1.5rem;margin:0 0 1.5rem;border-bottom:1px solid #EFF3F4}
.header__cart-item-action-menu>li:last-child{padding:0;margin:0;border:none}
.header__cart-item-action-link{text-decoration:none;color:#343434;transition:color .25s;display:block;background:transparent;border:0;padding:0;width:100%;text-align:left;cursor:pointer}
.header__cart-item-action-link:hover{text-decoration:none;color:var(--theme-primary-color)}
.header__cart-data{background:#fff;border-radius:10px;padding:4rem 4rem 2.5rem}
.header__cart-data-title{display:block;font-size:2.2rem;line-height:1;font-weight:500;margin:0 0 3rem}
.header__cart-data-table{width:100%;border-collapse:collapse;border-spacing:0;margin:0 0 3rem;font-size:1.5rem;line-height:1.35;font-weight:400}
.header__cart-data-table th,.header__cart-data-table td{padding:.5rem}
.header__cart-data-table th:first-child,.header__cart-data-table td:first-child{padding-left:0}
.header__cart-data-table th:last-child,.header__cart-data-table td:last-child{padding-right:0}
.header__cart-data-table tbody tr:first-child th,.header__cart-data-table tbody tr:first-child td{padding-top:0}
.header__cart-data-table tfoot tr:last-child th,.header__cart-data-table tfoot tr:last-child td{padding-bottom:0}
.header__cart-data-table tfoot{font-size:1.8rem;font-weight:500}
.header__cart-data-table .text-right{font-weight:500}
.header__cart-data-action{margin:0 0 3rem}
.header__cart-data-quick{padding:2rem 0 0;border-top:1px solid #E8EBF4}
.header__cart-data-quick-action{margin:0 0 1.5rem}
.header__cart-data-quick-text{display:block;margin:0;font-size:1.4rem;line-height:1.2;font-weight:400;color:#BDC2D3}
}

/* search-ac-restore: app-product diet dropped autocomplete reveal/list (2026-08-09) */
.icon-arrow-search{display:inline-block;vertical-align:middle;width:2rem;height:.9rem}@media (max-width:1199px){.is-search-autocomplete .header__search-autocomplete{opacity:1;visibility:visible;position:relative;transition:.5s}}@media (min-width:1200px){.is-search-autocomplete .header__search-autocomplete{opacity:1;visibility:visible}}@media (max-width:1199px){.header__search-autocomplete{position:absolute;opacity:0;visibility:hidden;border-top:1px solid #e4e7f1}.header__search-category{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:1rem 1.5rem;min-height:6rem;color:#343434;text-decoration:none;transition:color .25s}.header__search-category:hover{color:var(--theme-primary-color);text-decoration:none}.header__search-category-icon{-ms-flex:0 0 auto;flex:0 0 auto;margin:0 1rem 0 0;color:#c6c8cc}.header__search-category-title{display:block;font-size:1.5rem;line-height:1.2;font-weight:400;margin:0 1rem 0 0;-ms-flex:0 1 auto;flex:0 1 auto}.header__search-category-mark{display:block;font-size:1.3rem;line-height:2.4rem;font-weight:400;padding:0 .8rem;color:#343434;background:#e5e8f3;border-radius:4px;-ms-flex:0 0 auto;flex:0 0 auto}.header__search-more{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;line-height:1.2;font-weight:400;padding:1rem 0;min-height:4.4rem}.header__search-menu{margin:0;padding:0;list-style:none}.header__search-menu>li{border-bottom:1px solid #e4e7f1}.header__search-item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;text-decoration:none;color:#343434;padding:2rem 1.5rem}.header__search-item:hover{text-decoration:none;color:#343434}.header__search-item-image{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 1.6rem 0 0;width:3.8rem;height:3.8rem;-ms-flex:0 0 auto;flex:0 0 auto;background:#fff;padding:.4rem;border-radius:4px}.header__search-item-image img{display:block;max-height:100%;max-width:100%}.header__search-item-desc{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__search-item-title{display:block;font-size:1.5rem;line-height:1.4;font-weight:400;margin:0 0 .5rem;-ms-flex:0 0 100%;flex:0 0 100%}.header__search-item-price{display:block;font-size:1.6rem;line-height:1.2;font-weight:400;white-space:nowrap;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#343434;-ms-flex:1;flex:1;margin:0 1rem 0 0}.header__search-item-price mark{display:block;font-size:1.3rem;line-height:2.2rem;font-weight:500;padding:0 .7rem;background:#f53c3c;border-radius:4px;color:#fff;margin:0}.header__search-item-price ins{text-decoration:none;margin:0 1rem 0 0}.header__search-item-price del{display:block;margin:0 2rem 0 0;padding:0 .2rem;position:relative;font-size:1.3rem;line-height:1.2;font-weight:400}.header__search-item-price del:after{content:"";display:block;position:absolute;top:50%;left:0;right:0;height:.2rem;background:#f45656;margin:-1px 0 0}.header__search-item-id{display:block;margin:0;font-size:1.4rem;line-height:1.2;font-weight:400;color:#bdc2d3}}@media (min-width:1200px){.header__search-autocomplete{position:absolute;top:100%;left:0;right:0;margin:.5rem 0 0;background:#fff;color:#343434;border-radius:10px;z-index:100;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;box-shadow:0 0 20px rgb(170 189 206 / 25%)}.header__search-autocomplete.is-open{opacity:1;visibility:visible}.header__search-category{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:2rem 3rem;min-height:7rem;color:#343434;text-decoration:none;transition:color .25s}.header__search-category:hover{color:var(--theme-primary-color);text-decoration:none}.header__search-category-icon{-ms-flex:0 0 auto;flex:0 0 auto;margin:0 1rem 0 0;color:#c6c8cc}.header__search-category-title{display:block;font-size:1.5rem;line-height:1.2;font-weight:400;margin:0 1rem 0 0;-ms-flex:0 0 auto;flex:0 0 auto}.header__search-category-mark{display:block;font-size:1.2rem;line-height:2.4rem;font-weight:400;padding:0 .8rem;color:#343434;background:#e5e8f3;border-radius:4px;-ms-flex:0 0 auto;flex:0 0 auto}.header__search-more{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;line-height:1.2;font-weight:400;padding:1rem 0;min-height:4.4rem}.header__search-menu{margin:0;padding:0;list-style:none}.header__search-menu>li{border-bottom:1px solid #eaf0f8}.header__search-menu>li:last-child{border-bottom:none}.header__search-menu>li.is-open .header__search-item{text-decoration:none;color:var(--theme-primary-color);padding:1rem 7rem 1rem 3rem}.header__search-menu>li.is-open .header__search-item .header__search-item-arrow{opacity:1}.header__search-menu>li.is-open .header__search-dropdown{opacity:1;visibility:visible}.header__search-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;padding:1rem 3rem;min-height:7rem;color:#343434;text-decoration:none;transition:color .25s,padding .25s}.header__search-item:hover{text-decoration:none;color:var(--theme-primary-color);padding:1rem 7rem 1rem 3rem}.header__search-item:hover .header__search-item-arrow{opacity:1}.header__search-item-image{-ms-flex:0 0 auto;flex:0 0 auto;margin:0 2rem 0 0;width:3.4rem;height:3.4rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header__search-item-image img{display:block}.header__search-item-desc{-ms-flex:1;flex:1;margin:0 2rem 0 0}.header__search-item-title{display:block;font-size:1.5rem;line-height:1.2;font-weight:400;margin:0 0 .5rem}.header__search-item-id{display:block;margin:0;font-size:1.4rem;line-height:1.2;font-weight:400;color:#bdc2d3}.header__search-item-price{display:block;font-size:1.6rem;line-height:1.2;font-weight:400;margin:0;white-space:nowrap;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#343434}.header__search-item-price mark{display:block;font-size:1.4rem;line-height:2.8rem;font-weight:500;padding:0 .9rem;background:#f53c3c;border-radius:4px;color:#fff;margin:0}.header__search-item-price ins{text-decoration:none;margin:0 1rem 0 0}.header__search-item-price del{display:block;margin:0 2rem 0 0;padding:0 .2rem;position:relative;font-size:1.3rem;line-height:1.2;font-weight:400}.header__search-item-price del:after{content:"";display:block;position:absolute;top:50%;left:0;right:0;height:.2rem;background:#f45656;margin:-1px 0 0}.header__search-item-arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;-ms-flex:0 0 auto;flex:0 0 auto;pointer-events:none;position:absolute;top:50%;right:3rem;margin:-1rem 0 0 0;transition:opacity .25s;opacity:0}.header__search-dropdown{position:absolute;top:0;left:100%;width:34rem;margin:0 0 0 1rem;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.header__search-dropdown:before{content:"";display:block;position:absolute;top:0;bottom:0;right:100%;width:1rem}.header__search-dropdown .products__item .products__item-in:before{opacity:1;box-shadow:0 0 20px rgb(170 189 206 / 25%)}}
