.section-header{padding:0}.section-header a{text-decoration:none}.section-header a:hover{opacity:.8}.section-header .layout__content{max-width:100%}.section-header .header-top,.section-header .header-middle,.section-header .header-bottom,.section-header .header-mobile{max-width:var(--custom-layout-content-max-width);padding-left:var(--layout-side-padding);padding-right:var(--layout-side-padding);margin-left:auto;margin-right:auto}.section-header .container{max-width:var(--custom-layout-content-max-width);margin-left:auto;margin-right:auto}.section-header .header-top{background-color:var(--header-top-bg);font-size:.8rem;font-weight:300}.section-header .header-top .container{display:grid;grid-template-columns:auto auto auto;grid-column-gap:20px;align-items:center;justify-content:space-between}.section-header .header-top *:not(.not-inherit){color:inherit}.section-header .header-middle{background-color:var(--header-middle-bg)}.section-header .header-middle .container{display:grid;grid-template-columns:minmax(50px,max-content) auto max-content;align-items:center;grid-column-gap:50px}@media (min-width: 768px){.section-header .header-middle{padding-top:var(--header-middle-pt);padding-bottom:var(--header-middle-pb)}}.section-header .header-bottom{background-color:var(--header-bottom-bg)}.section-header .header-bottom *{color:inherit}@media (min-width: 768px){.section-header .header-bottom{padding-top:var(--header-bottom-pt);padding-bottom:var(--header-bottom-pb)}}.section-header .header-location>*,.section-header .header-contacts>*{display:inline-block;vertical-align:middle;margin:5px}.section-header .header-location>*:first-child,.section-header .header-contacts>*:first-child{margin-left:0}.section-header .header-location>*:last-child,.section-header .header-contacts>*:last-child{margin-right:0}.section-header .header-location{position:relative;font-size:.9rem}.section-header .header-location .location-select{position:absolute;z-index:2;display:none;top:calc(100% + 15px);left:-10px;margin:0}.section-header .header-location .location-select:before{position:absolute;content:"";top:-20px;left:30px;border:10px solid transparent;border-bottom:10px solid #333;opacity:.95}.section-header .header-location .location-select .inside{color:#fff;padding:15px}.section-header .header-location .location-select .inside:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-color:#333;border-radius:var(--controls-btn-border-radius);opacity:.95}.section-header .header-location .location-select .inside>*{position:relative}.section-header .header-location .location-select .inside .text{white-space:nowrap;font-size:1rem}.section-header .header-location .location-select .inside .text .js-current-location{font-weight:500}.section-header .header-location .location-select .inside .buttons{display:grid;align-items:center;grid-template-columns:repeat(2,max-content);grid-column-gap:15px;white-space:nowrap;margin-top:10px}.section-header .header-location .location-select .inside .buttons .link{border-bottom:1px dashed;font-size:var(--controls-font-size-s)}.section-header .header-location .location-select.is-active{display:block}.section-header .header-menu ul{list-style:none;text-align:center;padding:0;margin:0}.section-header .header-menu ul li{display:inline-block;vertical-align:top;margin:5px 10px}.section-header .header-menu ul li:first-child{margin-left:0}.section-header .header-menu ul li:last-child{margin-right:0}.section-header .header-contacts{background-color:var(--header-top-contacts-bg);padding:5px 20px}.section-header .header-title{display:block;font-size:var(--logo-size);color:var(--logo-color);font-weight:700;text-decoration:none;text-shadow:2px 2px 0px var(--shadow-color)}.section-header .header-title-img{display:block;width:100%;max-width:var(--logo-size-img)}.section-header .header-title-img img{width:100%;height:auto}.section-header .header-search{position:relative;display:grid;grid-template-columns:auto max-content;align-items:center}.section-header .header-search input{border-top-right-radius:0;border-bottom-right-radius:0}.section-header .header-search .button{border-top-left-radius:0;border-bottom-left-radius:0;padding-left:20px;padding-right:20px}.section-header .header-search .button svg{width:16px;margin-right:8px}.section-header .header-search .autocomplete{position:absolute;display:none;z-index:999;left:0;right:0;top:100%;background-color:var(--color-form-controls-bg);border:1px solid var(--shadow-color-major-shade);border-radius:var(--controls-form-border-radius);max-height:400px;overflow-y:auto;margin-top:10px}.section-header .header-search .autocomplete.is-active{display:block}.section-header .header-search .autocomplete:empty{display:none!important}.section-header .header-search .autocomplete .search-point{display:block;padding:0 10px}.section-header .header-search .autocomplete .search-point:empty{display:none}.section-header .header-search .autocomplete .search-point .inside{display:grid;grid-template-columns:50px auto;grid-column-gap:10px;border-bottom:1px solid var(--shadow-color-major-shade);align-items:center;padding:10px 0}.section-header .header-search .autocomplete .search-point:last-child .inside{border-bottom:0}.section-header .header-search .autocomplete .search-point img{width:100%;height:auto}.section-header .header-search .autocomplete .search-point .point-title{font-size:1.05rem;font-weight:500}.section-header .header-search .autocomplete .search-point .point-price{font-size:.9rem;font-weight:300;opacity:.8}.section-header .header-icons{font-size:0}.section-header .header-icons>div{display:inline-block;vertical-align:middle;font-size:.8rem;border-right:1px solid var(--color-text-half-shade);padding:5px 20px}.section-header .header-icons>div:first-child{padding-left:0}.section-header .header-icons>div:last-child{border-right:0;padding-right:0}.section-header .header-icons .header-icon{position:relative;color:inherit;display:block}.section-header .header-icons .header-icon .header-count{position:absolute;top:-4px;right:-10px;display:inline-block;font-size:.8rem;border-radius:50%;background-color:var(--header-middle-count);line-height:20px;min-width:20px;text-align:center;padding:0 3px}.section-header .header-icons .header-icon .header-count.favorites-empty,.section-header .header-icons .header-icon .header-count.cart-empty{display:none}.section-header .header-burger{display:inline-block;vertical-align:middle}.section-header .header-burger a{color:inherit}.section-header .header-burger a>div{width:38px;height:0;border-bottom:2px solid;margin-bottom:7px}.section-header .header-burger a>div:nth-child(2){width:22px;transition:.3s all cubic-bezier(.83,0,.17,1)}.section-header .header-burger a>div:last-child{margin-bottom:0}.section-header .header-burger a:hover>div:nth-child(2){width:100%}.section-header .link-icon span{display:inline-block;font-weight:400}.section-header .link-icon span:first-child{width:16px}.section-header .link-icon span:last-child{border-bottom:1px dashed;margin-left:3px}.section-header .link-icon:hover span:last-child{border-bottom:1px dashed transparent}.section-header[style*="--header-top-hide:true"] .header-top,.section-header[style*="--header-middle-hide:true"] .header-middle,.section-header[style*="--header-bottom-hide:true"] .header-bottom,.section-header[style*="--header-location-hide:true"] .header-location,.section-header[style*="--header-menu-hide:true"] .header-menu,.section-header[style*="--header-contacts-hide:true"] .header-contacts,.section-header[style*="--header-fav-hide:true"] .header-fav,.section-header[style*="--header-cab-hide:true"] .header-cab,.section-header[style*="--header-cart-hide:true"] .header-cart{display:none!important}.section-header:not([style*=--header-top-contacts-bg]) .header-contacts{padding:5px 0!important}.section-header[style*="--header-bottom-border-top:#"] .header-bottom{border-top:1px solid var(--header-bottom-border-top)}.section-header[style*="--header-bottom-border-bottom:#"] .header-bottom{border-bottom:1px solid var(--header-bottom-border-bottom)}.section-header[style*="--header-burger-hide:true"] .header-bottom>.container{grid-template-columns:auto}.section-header[style*="--header-burger-hide:true"] .header-burger{display:none!important}.section-header:not([style*="--header-burger-hide:true"]) .header-bottom .container{display:grid;grid-template-columns:38px auto;align-items:center;grid-column-gap:30px}.section-header[style*="--custom-layout-wide-bg:true"] .header-top,.section-header[style*="--custom-layout-wide-bg:true"] .header-middle,.section-header[style*="--custom-layout-wide-bg:true"] .header-bottom,.section-header[style*="--custom-layout-wide-bg:true"] .header-mobile{max-width:100%}.section-header[style*="--custom-layout-edge:true"] .header-top,.section-header[style*="--custom-layout-edge:true"] .header-middle,.section-header[style*="--custom-layout-edge:true"] .header-bottom,.section-header[style*="--custom-layout-edge:true"] .header-mobile{padding-left:0;padding-right:0}.section-header[style*="--custom-layout-wide-content:true"] .container{max-width:100%}.section-header[style*="--header-fav-hide:true"][style*="--header-cab-hide:true"][style*="--header-cart-hide:true"] .header-middle .container{grid-template-columns:minmax(50px,max-content) auto}.section-header .mobile-burger{display:none}@media (max-width: 920px){.section-header .search-collection{display:none}.section-header .header-search .search-form input{border-radius:var(--controls-form-border-radius)}}@media (max-width: 767px){.section-header .header-menu,.section-header .header-bottom{display:none!important}.section-header .header-top .container{grid-template-columns:auto auto}.section-header .header-top .container>div:nth-child(2){display:none}.section-header .header-contacts{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;padding:5px 10px}.section-header .header-contacts>b{margin:5px 0 5px 5px}.section-header .header-contacts .link-icon{order:-1;margin:5px 5px 5px 0}.section-header .header-contacts .link-icon span:last-child{display:none}.section-header .header-middle{padding-top:15px;padding-bottom:15px}.section-header .header-middle .container{grid-template-columns:30px auto auto;align-items:center;grid-column-gap:15px;grid-row-gap:10px}.section-header .header-middle .container .header-search{order:10;grid-column:auto/span 3}.section-header .header-title{font-size:1.6rem}.section-header .header-title-img{max-width:150px}.section-header .header-burger a>div{width:30px;margin-bottom:5px}.section-header .header-icons{text-align:right}.section-header .header-icons>div{border:0!important;padding:0 7px}.section-header .header-icons>div svg{width:24px;height:24px}.section-header .header-icons .header-icon .header-count{font-size:.6rem;line-height:16px;min-width:16px}.section-header .search-form input,.section-header .search-form button{height:34px}.section-header .mobile-burger{display:block}}.section-header .header-bottom .header-burger{padding-top:5px;padding-bottom:5px}.section-header .header-bottom>.container{position:relative}.section-header .header-bottom .header-burger{padding-top:10px;padding-bottom:10px}.section-header .header-collections{display:none}.section-header .header-collections .parent-collection{cursor:pointer}.section-header .header-collections .parent-collection svg{transition:.3s all cubic-bezier(.83,0,.17,1);transform:rotate(90deg)}.section-header .header-collections>ul{font-size:.9rem;font-weight:700;text-transform:uppercase;list-style:none;text-align:var(--header-collection-text-align);padding:0;margin:0}.section-header .header-collections>ul ul{list-style:none;padding:0;margin:0}.section-header .header-collections>ul>li{display:inline-block;vertical-align:middle}.section-header .header-collections>ul>li>a{display:block;padding:10px var(--header-subs-padding)}.section-header .header-collections>ul>li>a+.parent-collection{display:none}.section-header .header-collections>ul>li:first-child{padding-left:0}.section-header .header-collections>ul>li:last-child{padding-right:0}@media (max-width: 920px){.section-header .header-collections>ul>li{padding:3px calc(var(--header-subs-padding) / 2)}}.section-header .header-collections>ul>li ul{position:absolute;top:100%;z-index:998;display:none;background-color:var(--header-bottom-menu-bg)}.section-header .header-collections>ul li{position:relative}.section-header .header-collections>ul li:hover>ul{display:block}.section-header .header-collections.is-active{display:block}.section-header .change-bubble{transition:transform ease-in .1s}.section-header .change-bubble:before,.section-header .change-bubble:after{position:absolute;content:"";display:block;width:140%;height:100%;left:-20%;z-index:-1000;transition:all ease-in-out .5s;background-repeat:no-repeat}.section-header .change-bubble:before{display:none;top:-75%;background-image:radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,transparent 20%,var(--header-middle-count) 20%,transparent 30%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,transparent 10%,var(--header-middle-count) 15%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%);background-size:20% 20%,40% 40%,30% 30%,40% 40%,36% 36%,20% 20%,30% 30%,20% 20%,36% 36%;background-position:0% 80%,-5% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,85% 30%}.section-header .change-bubble:after{display:none;bottom:-75%;background-image:radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,transparent 10%,var(--header-middle-count) 15%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%),radial-gradient(circle,var(--header-middle-count) 20%,transparent 20%);background-size:30% 30%,40% 40%,36% 36%,40% 40%,30% 30%,20% 20%,40% 40%;background-position:5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%}.section-header .change-bubble.animate{transform:scale(.95)}.section-header .change-bubble.animate:before{display:block;animation:topBubbles ease-in-out .75s forwards}.section-header .change-bubble.animate:after{display:block;animation:bottomBubbles ease-in-out .75s forwards}@keyframes topBubbles{0%{background-position:5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%}50%{background-position:0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%}to{background-position:0% 70%,0% 10%,10% 30%,20% -10%,30% 20%,22% 40%,50% 40%,65% 10%,90% 20%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}@keyframes bottomBubbles{0%{background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0%}50%{background-position:0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%}to{background-position:0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}.section-header a:not(.button),.section-header button:not(.button){color:inherit}.section-header .menu-modal__bg{position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;background-color:var(--bg-color);transition:.3s all cubic-bezier(.83,0,.17,1);opacity:.4;display:none}.section-header .menu-modal__menu{position:fixed;z-index:9999;top:0;left:-360px;bottom:0;overflow-y:auto;max-width:360px;width:100%;background-color:var(--bg);border-right:1px solid var(--border-color);transition:.3s all cubic-bezier(.83,0,.17,1);padding:20px}.section-header .menu-modal__top{display:grid;grid-template-columns:auto 20px;align-items:center;font-size:1.2rem;font-weight:600;border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:20px}.section-header .menu-modal__top [data-close-modal-menu]{display:block;text-decoration:none}.section-header .menu-modal.is-active .menu-modal__bg{display:block}.section-header .menu-modal.is-active .menu-modal__menu{left:0}.section-header .menu-modal__links,.section-header .menu-modal__social{border-top:1px solid var(--border-color);padding-top:20px;margin-top:20px}.section-header .menu ul{list-style:none;padding:0;margin:0}.section-header .menu ul li .has-sub{position:relative}.section-header .menu ul li a{display:block;text-decoration:none;min-width:30px;padding:5px 0}.section-header .menu ul li a.js-open-menu{position:absolute;top:0;right:0;bottom:0;text-align:center;transition:.3s all cubic-bezier(.83,0,.17,1);padding-left:5px;padding-right:5px}.section-header .menu ul li.is-active>ul{display:block}.section-header .menu ul li.is-active>.has-sub>.js-open-menu{transform:rotate(-180deg)}.section-header .menu ul li.is-active-link>.has-sub>a,.section-header .menu ul li.is-active-link>a{font-weight:600}.section-header .menu ul ul{margin-left:10px}.section-header .menu ul li>ul{display:none}.section-header .menu.links a.is-active{font-weight:600}.section-header .social{list-style:none;padding:0;margin:0}.section-header .social li{display:inline-block;vertical-align:middle;margin:5px}.section-header .social li:first-child{margin-left:0}.section-header .social li:last-child{margin-right:0}.section-header[style*="--header-bottom-bg-is-dark:true"] .header-bottom{color:var(--color-text-light)}.section-header .header-icons .header-icon .header-count{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-header.css.map */
