/* @license MIT https://github.com/necolas/normalize.css/blob/3.0.3/LICENSE.md */
@media (min--moz-device-pixel-ratio:0){summary{display:list-item;}}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(1,210,232,0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .search.is-open form.search-block{top:calc(6.1111111111rem + 79px)}.toolbar-horizontal.toolbar-fixed .search.is-open form.search-block{top:calc(6.1111111111rem + 39px)}.personal-local-tasks,.animete_line-personal-local-tasks{position:fixed !important;right:0;bottom:0;max-width:100vw;max-width:calc(100vw - 20px);background:rgba(0,0,0,0.6);z-index:95;cursor:default;display:none}@media screen and (min-width:1200px){.personal-local-tasks,.animete_line-personal-local-tasks{display:block}}.personal-local-tasks .contextual,.animete_line-personal-local-tasks .contextual{display:none}.personal-local-tasks nav.tabs,.animete_line-personal-local-tasks nav.tabs{overflow-x:auto;max-width:100%}.personal-local-tasks nav.tabs ul,.animete_line-personal-local-tasks nav.tabs ul{margin:0;display:flex}.personal-local-tasks nav.tabs ul li,.animete_line-personal-local-tasks nav.tabs ul li{margin:0;padding:0}.personal-local-tasks nav.tabs a,.animete_line-personal-local-tasks nav.tabs a{padding:0.5555555556rem 0.8333333333rem;font-size:0.8rem;color:#fff;background:transparent;border:none;transition-duration:0.2s}.personal-local-tasks nav.tabs a:hover,.personal-local-tasks nav.tabs a.is-active,.animete_line-personal-local-tasks nav.tabs a:hover,.animete_line-personal-local-tasks nav.tabs a.is-active{background:#FEF642;color:#fff}.drupal_seo_link{left:auto;right:0;border-radius:50% 0 0 50%}.copywriting .contextual{top:-20px;right:-10px}.copywriting .contextual{display:flex;flex-direction:column-reverse;top:auto;bottom:100%;align-items:flex-end}.copywriting .contextual.open .trigger{border-radius:0 0 13px 13px}.copywriting .contextual .contextual-links{top:auto;bottom:-1px;border-radius:4px 4px 0 4px}@media screen and (min-width:1200px){.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .site-header{top:79px}.toolbar-horizontal.toolbar-fixed .site-header{top:39px}}.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .site-header__side_menu{margin-top:79px}.toolbar-horizontal.toolbar-fixed .site-header__side_menu{margin-top:39px}.view-catalog .contextual,.product-teaser .contextual{right:-15px;top:-15px}@media screen and (min-width:1200px){header .contextual,footer .contextual,.fixed-pane-first .contextual{right:-16px;top:-16px}header .contextual .trigger,footer .contextual .trigger,.fixed-pane-first .contextual .trigger{right:0;top:0}.header-block .contextual{top:-26px;right:-36px}.contacts-header .contextual{right:-36px}.search .contextual,.catalog-menu .contextual{display:none}.fixed-pane-first .page-pane-fixed-contacts .contextual .contextual-links{right:auto;left:100%;top:-1em;margin-left:-1em}.fixed-pane-first .language-switcher .contextual .contextual-links{right:auto;left:100%;margin-left:-1em;transform:translateY(-100%)}.region-pane-first{overflow:visible}.basket-count .contextual{right:0;top:0}}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.progress__track{border-color:#b3b3b3;border-radius:10em;background-color:#f2f1eb;background-image:-webkit-linear-gradient(#e7e7df,#f0f0f0);background-image:linear-gradient(#e7e7df,#f0f0f0);box-shadow:inset 0 1px 3px hsla(0,0%,0%,0.16);}.progress__bar{height:16px;margin-top:-1px;margin-left:-1px;padding:0 1px;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out;-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite;border:1px #07629a solid;border-radius:10em;background:#057ec9;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15)),-webkit-linear-gradient(left top,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15)),linear-gradient(to right bottom,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-size:40px 40px;}[dir="rtl"] .progress__bar{margin-right:-1px;margin-left:0;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse;}@media screen and (prefers-reduced-motion:reduce){.progress__bar{-webkit-transition:none;transition:none;-webkit-animation:none;-moz-animation:none;}}@-webkit-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@-ms-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}
.action-links{margin:1em 0;padding:0;list-style:none;}[dir="rtl"] .action-links{margin-right:0;}.action-links li{display:inline-block;margin:0 0.3em;}.action-links li:first-child{margin-left:0;}[dir="rtl"] .action-links li:first-child{margin-right:0;margin-left:0.3em;}.button-action{display:inline-block;padding:0.2em 0.5em 0.3em;text-decoration:none;line-height:160%;}.button-action::before{margin-left:-0.1em;padding-right:0.2em;content:"+";font-weight:900;}[dir="rtl"] .button-action::before{margin-right:-0.1em;margin-left:0;padding-right:0;padding-left:0.2em;}
.collapse-processed > summary{padding-right:0.5em;padding-left:0.5em;}.collapse-processed > summary::before{float:left;width:1em;height:1em;content:"";background:url(/themes/contrib/classy/images/misc/menu-expanded.png) 0 100% no-repeat;}[dir="rtl"] .collapse-processed > summary::before{float:right;background-position:100% 100%;}.collapse-processed:not([open]) > summary::before{-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background-position:25% 35%;}[dir="rtl"] .collapse-processed:not([open]) > summary::before{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);background-position:75% 35%;}
.container-inline label::after,.container-inline .label::after{content:":";}.form-type-radios .container-inline label::after,.form-type-checkboxes .container-inline label::after{content:"";}.form-type-radios .container-inline .form-type-radio,.form-type-checkboxes .container-inline .form-type-checkbox{margin:0 1em;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}
.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list li{margin:0 0 0.25em 1.5em;padding:0;}[dir="rtl"] .item-list li{margin:0 1.5em 0.25em 0;}.item-list--comma-list{display:inline;}.item-list--comma-list .item-list__comma-list,.item-list__comma-list li,[dir="rtl"] .item-list--comma-list .item-list__comma-list,[dir="rtl"] .item-list__comma-list li{margin:0;}
button.link{margin:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}label button.link{font-weight:bold;}
.pager__items{clear:both;text-align:center;}.pager__item{display:inline;padding:0.5em;}.pager__item.is-active{font-weight:bold;}
div.tabs{margin:1em 0;}ul.tabs{margin:0 0 0.5em;padding:0;list-style:none;}.tabs > li{display:inline-block;margin-right:0.3em;}[dir="rtl"] .tabs > li{margin-right:0;margin-left:0.3em;}.tabs a{display:block;padding:0.2em 1em;text-decoration:none;}.tabs a.is-active{background-color:#eee;}.tabs a:focus,.tabs a:hover{background-color:#f5f5f5;}
.form-textarea-wrapper textarea{display:block;box-sizing:border-box;width:100%;margin:0;}
.ui-dialog--narrow{max-width:500px;}@media screen and (max-width:600px){.ui-dialog--narrow{min-width:95%;max-width:95%;}}
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/themes/contrib/classy/images/icons/73b355/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/themes/contrib/classy/images/icons/e29700/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/themes/contrib/classy/images/icons/e32700/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}
.ui-dialog{position:absolute;z-index:1260;overflow:visible;padding:0;color:#000;border:solid 1px #ccc;background:#fff;}@media all and (max-width:48em){.ui-dialog{width:92% !important;}}.ui-dialog .ui-dialog-titlebar{border-width:0 0 1px 0;border-style:solid;border-color:#ccc;border-radius:0;background:#f3f4ee;font-weight:bold;}.ui-dialog .ui-dialog-titlebar-close{border:0;background:none;}.ui-dialog .ui-dialog-buttonpane{margin-top:0;padding:0.3em 1em;border-width:1px 0 0 0;border-color:#ccc;background:#f3f4ee;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{margin:0;padding:0;}.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text{padding:0;}.ui-dialog .ui-dialog-content .form-actions{margin:0;padding:0;}.ui-dialog .ajax-progress-throbber{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/classy/images/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}.ui-dialog .ajax-progress-throbber .throbber,.ui-dialog .ajax-progress-throbber .message{display:none;}
input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;-ms-appearance:none;margin:0}input[type=time],input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;-o-appearance:textfield;-ms-appearance:textfield}input[type="time"]::-webkit-clear-button{display:none}input[type="time"]::-moz-clear-button{display:none}[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{padding:10px 15px;background:#F9F9F9;border:1px solid #E8E8E8;box-sizing:border-box;border-radius:5px;height:50px;width:100%;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:400 1rem "CenturyGothic",arial,sans-serif;line-height:1.25;color:#2E2D2D;transition-duration:0.2s;min-width:0}@media screen and (min-width:1200px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{height:3.3333333333rem;padding:0.5555555556rem 0.8333333333rem}}[type="color"][disabled="disabled"],[type="date"][disabled="disabled"],[type="datetime"][disabled="disabled"],[type="datetime-local"][disabled="disabled"],[type="email"][disabled="disabled"],[type="month"][disabled="disabled"],[type="number"][disabled="disabled"],[type="password"][disabled="disabled"],[type="search"][disabled="disabled"],[type="tel"][disabled="disabled"],[type="text"][disabled="disabled"],[type="time"][disabled="disabled"],[type="url"][disabled="disabled"],[type="week"][disabled="disabled"],select[disabled="disabled"],textarea[disabled="disabled"]{opacity:0.5}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#2E2D2D;transition:all 0.3s}input::-moz-placeholder,textarea::-moz-placeholder{color:#2E2D2D;transition:all 0.3s}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#2E2D2D;transition:all 0.3s}input:focus,textarea:focus{background:#fff}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0}textarea{height:150px;padding-top:1rem;padding-bottom:1rem;resize:none;display:block}@media screen and (min-width:1200px){textarea{padding-top:0.625rem;padding-bottom:0.625rem;height:8.3333333333rem}}select{padding-right:40px;background-image:url("/themes/personal/images/icons/select-arrow.svg");background-position:right 15px center;background-repeat:no-repeat}@media screen and (min-width:1200px){select{padding-right:2.2222222222rem;background-position:right 0.8333333333rem center}}.form-type-checkbox,.form-type-radio{position:relative}.phone-registration-timer{margin-bottom:10px}@media screen and (min-width:1200px){.phone-registration-timer{margin-bottom:0.5555555556rem}}input[type="radio"]{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}input[type="radio"]~label{display:inline-block;position:relative;padding-left:21px;cursor:pointer;transition-duration:0.2s;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){input[type="radio"]~label{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){input[type="radio"]~label{padding-left:1.6666666667rem}}input[type="radio"]~label::before,input[type="radio"]~label::after{content:"";position:absolute;left:0;top:0.1em;width:0;border-radius:50%;transition-duration:0.2s}input[type="radio"]~label::before{width:16px;height:16px;background:#fff;border:1px solid rgba(78,84,92,0.4)}@media screen and (min-width:1200px){input[type="radio"]~label::before{width:1.1111111111rem;height:1.1111111111rem}}input[type="radio"]~label::after{background:#010002;width:8px;height:8px;margin-top:4px;margin-left:4px;opacity:0;transform:scale(0.5);transition:all 0.3s}@media screen and (min-width:1200px){input[type="radio"]~label::after{width:0.5555555556rem;height:0.5555555556rem;margin-top:0.2777777778rem;margin-left:0.2777777778rem}}input[type="radio"]:checked~label::after{opacity:1;transform:scale(1)}input[type="radio"]:checked~label::before{border-color:#010002}.form-type-radio{position:relative}input[type="checkbox"]{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}input[type="checkbox"]~label{display:inline-block;padding-left:1.75em;cursor:pointer;transition-duration:0.2s;position:relative}input[type="checkbox"]~label::before,input[type="checkbox"]~label::after{content:"";position:absolute;left:0;top:0.625em;margin-top:-0.6em;width:1.2em;height:1.2em;transition-duration:0.2s}input[type="checkbox"]~label::before{background:transparent;border:1px solid #1A1919;border-radius:3px}input[type="checkbox"]~label::after{background:url("/themes/personal/images/icons/check.svg") no-repeat center center;background-size:58.3333333333% auto;opacity:0;transform:scale(0.5)}input[type="checkbox"]:checked~label::after{opacity:1;transform:none}input[type="checkbox"]:checked~label::before{background:#FEF642;border-color:#FEF642}html .select2-container--default.select2-container--disabled .select2-selection--single{background:#F9F9F9}html .select2-container--default .select2-selection--multiple,html .select2-container--default .select2-selection--single{border:1px solid #E8E8E8;background:#F9F9F9;outline:none;height:50px;border-radius:5px;display:flex;align-items:center;padding:10px 40px 10px 15px}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--multiple,html .select2-container--default .select2-selection--single{height:3.3333333333rem;padding:0.5555555556rem 2.2222222222rem 0.5555555556rem 0.8333333333rem}}html .select2-container--default .select2-selection--multiple.exposed-style,html .select2-container--default .select2-selection--single.exposed-style{border:none}html .select2-container--default .select2-selection--multiple.exposed-style .select2-selection__rendered,html .select2-container--default .select2-selection--single.exposed-style .select2-selection__rendered{line-height:60px}html .select2-container--default .select2-selection--multiple .select2-selection__rendered,html .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit;line-height:1.25}html .select2-container--default .select2-selection--multiple .select2-selection__arrow,html .select2-container--default .select2-selection--single .select2-selection__arrow{right:15px;height:100%;background:url("/themes/personal/images/icons/select-arrow.svg") no-repeat center center;width:10px;background-size:contain}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--multiple .select2-selection__arrow,html .select2-container--default .select2-selection--single .select2-selection__arrow{right:0.8333333333rem;width:0.5555555556rem}}html .select2-container--default .select2-selection--multiple .select2-selection__arrow b,html .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}html .select2-container--default .select2-selection--multiple .select2-selection__placeholder,html .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#2D3748}html .select2-container--default .select2-selection--multiple .select2-selection__clear,html .select2-container--default .select2-selection--single .select2-selection__clear{position:absolute;right:-23px;top:0;bottom:0;z-index:1000;font-size:20px;width:20px;text-align:center;transition:color 0.3s}html .select2-container--default .select2-selection--multiple .select2-selection__clear:hover,html .select2-container--default .select2-selection--single .select2-selection__clear:hover{color:#010002}html .select2-container--default .select2-selection--multiple{height:auto;min-height:50px}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--multiple{min-height:3.3333333333rem}}html .select2-container--default .select2-selection--multiple{cursor:pointer}html .select2-container--default .select2-selection--multiple .select2-selection__rendered li{box-shadow:none}html .select2-container--default .select2-selection--multiple .select2-search__field{cursor:pointer}html .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#9E9D9D;font-weight:400;margin-right:0.2em}html .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#E8E8E8;background:#FFFFFF}html .select2-container .select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice){display:flex;align-items:center;flex-wrap:wrap;gap:5px}html .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#F9F9F9;border:1px solid #E8E8E8;border-radius:5px;margin:0;padding:2px 5px}html .select2-container--default .select2-results>.select2-results__options{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#FEF642 #F9F9F9}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{width:7px;height:7px}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{background:#F9F9F9;border-radius:2px}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{background:#FEF642;border-radius:2px;cursor:pointer}html .select2-container{width:min-content;max-width:100%}html .select2-container .color-code{border:1px solid #E8E8E8;width:24px;height:24px;display:inline-block;vertical-align:middle;border-radius:3px;margin:-0.2em 10px 0 0;flex-shrink:0}html .select2-search{box-shadow:0 0 5px rgba(0,0,0,0.3)}html .select2-search__field{min-height:32px}@media screen and (min-width:1200px){html .select2-search__field{min-height:1.7777777778rem}}html .select2-container .select2-search--inline .select2-search__field{height:auto;margin:0}html .select2-container--default .select2-search--dropdown .select2-search__field{height:40px;border-radius:5px;border:1px solid #E8E8E8}html .select2-container--open .select2-selection__arrow{transform:rotate(180deg)}html .select2-dropdown{border:none}html .select2-container--default .select2-results>.select2-results__options{max-height:250px}html .select2-container--open .select2-results__options{border-radius:0 0 5px 5px}html .select2-results__options{border:none;border-radius:0;box-shadow:0px 0px 30px rgba(60,63,65,0.06);max-height:250px}html .select2-results__options .select2-results__option{display:flex;align-items:center;padding:10px 15px;min-height:50px;word-break:break-word}@media screen and (min-width:1200px){html .select2-results__options .select2-results__option{padding:0.5555555556rem 0.8333333333rem;min-height:3.3333333333rem}}html .select2-results__options .select2-results__option:last-of-type{border-bottom-left-radius:5px;border-bottom-right-radius:5px}html .select2-results__options .select2-results__option--highlighted[aria-selected]{background:#FEF642;color:#1A1919}.form-actions .form-submit{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642}@media screen and (min-width:1200px){.form-actions .form-submit{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.form-actions .form-submit{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.form-actions .form-submit:hover{color:#FFFFFF;background:#010002}.form-actions .form-submit::after{background:#010002}@media screen and (min-width:1200px){.form-actions .form-submit:hover::after{transform:scaleX(1)}}form .confirmation-message{text-align:center}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"]{display:flex;flex-wrap:wrap;gap:0.8333333333rem}.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-item{width:calc(33.333% - 0.6666666667rem);margin-bottom:0}.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-item-name,.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-item-email{width:calc(50% - 0.5555555556rem)}.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-actions{width:calc(33.333% - 0.5555555556rem)}}.basket-other-warehouses-inform-form .form-item-communication label{position:absolute;left:1px;right:1px;top:1px;bottom:1px;border-radius:5px;display:flex;align-items:center;padding:10px 40px 10px 15px;z-index:2;pointer-events:none;background-color:#F9F9F9;background-image:url("/themes/personal/images/icons/select-arrow.svg");background-position:right 15px center;background-repeat:no-repeat}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-item-communication label{padding:0.5555555556rem 2.2222222222rem 0.5555555556rem 0.8333333333rem;background-position:right 0.8333333333rem center}}.basket-other-warehouses-inform-form .form-item-communication.is-active label{display:none}.basket-other-warehouses-inform-form .form-info{font-size:0.875rem;font-weight:400;margin-top:15px}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-info{font-size:0.8888888889rem;font-weight:400}}.basket-other-warehouses-inform-form .form-info__warning{display:flex}.basket-other-warehouses-inform-form .form-info__warning::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:5px}.basket-other-warehouses-inform-form .form-info__contacts{margin-top:15px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}.basket-other-warehouses-inform-form .form-info__contacts--label{width:100%}.basket-other-warehouses-inform-form .form-info .field-block-phone{font-size:1.25rem;line-height:1.25;font-weight:700;position:relative;display:flex;align-items:center}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-info .field-block-phone{font-size:2rem;font-weight:700}}.basket-other-warehouses-inform-form .form-info .field-block-phone::before{content:"";display:block;width:53px;height:53px;background:url("/themes/personal/images/inform-form.png") no-repeat center;background-size:contain}.basket-other-warehouses-inform-form .form-info .field-block-phone a{text-decoration:none}.basket-other-warehouses-inform-form .form-info .mail_wrapper{display:flex;align-items:center;gap:5px}.basket-other-warehouses-inform-form .form-info .mail_wrapper .field{width:40px}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-info{margin-top:1.6666666667rem}.basket-other-warehouses-inform-form .form-info__warning::before{font-size:1.1111111111rem}.basket-other-warehouses-inform-form .form-info__contacts{margin-top:1.6666666667rem;gap:0.8333333333rem;display:flex;align-items:center;flex-wrap:nowrap}.basket-other-warehouses-inform-form .form-info .field-block-phone{padding-left:5.5555555556rem}.basket-other-warehouses-inform-form .form-info .field-block-phone::before{position:absolute;left:0;bottom:-1.7222222222rem;width:5.8888888889rem;height:5.8888888889rem}.basket-other-warehouses-inform-form .form-info .mail_wrapper{gap:0.2777777778rem}.basket-other-warehouses-inform-form .form-info .mail_wrapper .field{width:2.2222222222rem}}
@font-face{font-family:"CenturyGothic";src:url("/themes/personal/fonts/CenturyGothic-Regular/CenturyGothic-Regular.woff2") format("woff2"),url("/themes/personal/fonts/CenturyGothic-Regular/CenturyGothic-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"CenturyGothic";src:url("/themes/personal/fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff2") format("woff2"),url("/themes/personal/fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf") format("ttf");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:"Cuprum";src:url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"icomoon";src:url("/themes/personal/icomoon/fonts/icomoon.woff?xcz") format("woff"),url("/themes/personal/icomoon/fonts/icomoon.ttf?xcz") format("ttf");font-weight:400;font-style:normal;font-display:block}.text-formatted{line-height:1.5}.text-formatted h6,.text-formatted h5,.text-formatted h4,.text-formatted h3,.text-formatted h2,.text-formatted h1{margin:0.5em 0;line-height:1.25}.text-formatted h6:first-child,.text-formatted h5:first-child,.text-formatted h4:first-child,.text-formatted h3:first-child,.text-formatted h2:first-child,.text-formatted h1:first-child{margin-top:0}.text-formatted h6:last-child,.text-formatted h5:last-child,.text-formatted h4:last-child,.text-formatted h3:last-child,.text-formatted h2:last-child,.text-formatted h1:last-child{margin-bottom:0}.text-formatted ol,.text-formatted ul{margin:1em 0}.text-formatted ol:first-child,.text-formatted ul:first-child{margin-top:0}.text-formatted ol:last-child,.text-formatted ul:last-child{margin-bottom:0}.text-formatted ol li,.text-formatted ul li{margin:0 0 5px;min-width:200px}.text-formatted ol li:last-of-type,.text-formatted ul li:last-of-type{margin-bottom:0}.text-formatted ul li{overflow:hidden;padding:0 0 0 34px;position:relative;text-align:left}.text-formatted ul li:before{width:14px;height:2px;content:"";position:absolute;left:5px;top:0.75em;margin-top:-1px;background:#2E2D2D}.text-formatted ol{counter-reset:list}.text-formatted ol li{overflow:hidden;padding:0 0 0 1.5em;position:relative;text-align:left}.text-formatted ol li:before{counter-increment:list;content:counters(list,".") ".";position:absolute;left:0}.text-formatted ol li li{padding-left:2em}.text-formatted table{width:100% !important;border-collapse:collapse;float:none;border:none;margin:1em 0}.text-formatted table:first-child{margin-top:0}.text-formatted table:last-child{margin-bottom:0}.text-formatted table th,.text-formatted table td{border:none;padding:15px}.text-formatted table th{font-size:1rem;font-weight:700;background:#FEF642;color:#FFFFFF;vertical-align:bottom}.text-formatted table tr{border:none}.text-formatted table tr:nth-child(even){background:#F9F9F9}.text-formatted table td{vertical-align:top;font-size:0.8888888889rem;background:none}.text-formatted .youtube-container{max-width:1170px;margin-left:auto;margin-right:auto;clear:both}.text-formatted .align-left,.text-formatted .align-right,.text-formatted .align-center{margin:15px 30px}@media screen and (min-width:1200px){.text-formatted .align-left,.text-formatted .align-right,.text-formatted .align-center{margin:0.8333333333rem 1.6666666667rem}}.text-formatted .align-left:first-child,.text-formatted .align-right:first-child,.text-formatted .align-center:first-child{margin-top:0}.text-formatted .media{margin:1em 0}.text-formatted .media:first-child{margin-top:0}.text-formatted .media:last-child{margin-bottom:0}.text-formatted .align-left{margin-left:0}.text-formatted .align-right{margin-right:0}.text-formatted .align-center{margin-left:auto;margin-right:auto}.text-formatted .seo-header{font-size:1.25rem;font-weight:700}.text-formatted .stylized-link{display:inline-block;background:#FEF642;color:#010002;border-radius:5px;font-weight:700;margin-bottom:0.3em}@media screen and (min-width:1200px){.text-formatted .stylized-link{transition-duration:0.2s;border-radius:0.2777777778rem}.text-formatted .stylized-link:hover{background:#010002;color:#FEF642}}.text-formatted .stylized-link a{padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}@media screen and (min-width:1200px){.text-formatted .stylized-link a{padding:0.2777777778rem 0.5555555556rem}}.text-formatted .media-library-item__edit{background:#FEF642;color:#010002;border-radius:0.2777777778rem;font-family:inherit;font-weight:700;margin-bottom:0.3em;padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;transition-duration:0.2s}.node .text-formatted{line-height:1.5}@media screen and (min-width:1215px){.node .text-formatted{text-align:left}}*{outline:none;margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}.wait-load *{transition-duration:0s !important}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:16px}@media screen and (min-width:1200px){html{font-size:0.9375vw}}body{font-family:"CenturyGothic","Arial","Helvetica",sans-serif;line-height:1.25;width:100%;height:100%;color:#2E2D2D;position:relative;min-width:360px}body.is-hiden{overflow:hidden}body.has-warning{overflow:hidden}body.page-front{background:#F9F9F9}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}p{margin:0 0 1em}p:last-child{margin-bottom:0}.site-page{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;padding-bottom:69px}@media screen and (min-width:1200px){.site-page{padding-bottom:0}}.site-page .site-footer,.site-page .site-header{flex-shrink:0}.site-page .site-main{flex-grow:1}.l{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.l{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.site-container{margin-left:-0.9375rem;margin-right:-0.9375rem;display:flex;flex-wrap:wrap}@media screen and (min-width:1200px){.site-container{margin-left:-0.8333333333rem;margin-right:-0.8333333333rem}}@media screen and (min-width:1200px){.site-container{flex-wrap:nowrap}}.site-content{padding-left:25px;padding-right:25px;padding-top:30px}@media screen and (min-width:1200px){.site-content{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}@media screen and (min-width:1200px){.site-content{padding-top:2.2222222222rem;padding-bottom:2.7777777778rem}}.site-content__top{background:#F9F9F9;padding:13px 0}@media screen and (min-width:1200px){.site-content__top{padding-top:0.7222222222rem;padding-bottom:0.7222222222rem}}.site-content__top .region-content-top{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.site-content__top .region-content-top{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.site-content__bottom{padding-left:25px;padding-right:25px;padding-bottom:25px}@media screen and (min-width:1200px){.site-content__bottom{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}@media screen and (min-width:1200px){.site-content__bottom{padding-bottom:2.7777777778rem}}.site-content__bottom .block{padding-bottom:50px}.site-content__bottom .block:last-child{padding-bottom:25px}@media screen and (min-width:1200px){.site-content__bottom .block{padding-bottom:5.5555555556rem}.site-content__bottom .block:last-child{padding-bottom:2.7777777778rem}}.site-content__title{margin-bottom:35px;display:none}@media screen and (min-width:1200px){.site-content__title{display:block;margin-bottom:1.9444444444rem}}.site-middle{padding-left:0.9375rem;padding-right:0.9375rem;flex-grow:1;min-width:0;position:relative}@media screen and (min-width:1200px){.site-middle{padding-left:0.8333333333rem;padding-right:0.8333333333rem}}.site-leftbar{padding-left:0.9375rem;padding-right:0.9375rem;order:-1;margin-bottom:20px;width:100%;flex-shrink:0}@media screen and (min-width:1200px){.site-leftbar{padding-left:0.8333333333rem;padding-right:0.8333333333rem}}@media screen and (min-width:1200px){.site-leftbar{width:25%}}.site-rightbar{padding-left:0.9375rem;padding-right:0.9375rem;display:none;order:1;flex-shrink:0}@media screen and (min-width:1200px){.site-rightbar{padding-left:0.8333333333rem;padding-right:0.8333333333rem}}.region-content .block{padding-top:25px;padding-bottom:25px}@media screen and (min-width:1200px){.region-content .block{padding-top:2.7777777778rem;padding-bottom:2.7777777778rem}}.region-content .block:first-of-type{padding-top:0}.page-not-front .region-content .block:last-of-type{padding-bottom:0}.region-content .block.personal-content+.block{padding-top:0}.region-content .block-type-basic .block__title{font-size:1.875rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:0.02em;margin-bottom:30px}@media screen and (min-width:1200px){.region-content .block-type-basic .block__title{font-size:3.5555555556rem;font-weight:700}}@media screen and (min-width:1200px){.region-content .block-type-basic .block__title{margin-bottom:2.7777777778rem}}.region-content .hidden+.block{padding-top:0}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.55}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-bg{background:#262626;opacity:0.3}.mfp-wrap~.custom-error+.custom-error{display:none}.mfp-container{padding:0 10px}.mfp-container .b-product-comments__form,.mfp-container .magnific-popup,.mfp-container .magnific-content{background:#fff;width:400px;max-width:100%;margin:0 auto;position:relative;padding:30px 25px;border-radius:5px}@media screen and (min-width:1200px){.mfp-container .b-product-comments__form,.mfp-container .magnific-popup,.mfp-container .magnific-content{width:22.2222222222rem;padding:1.6666666667rem 1.3888888889rem}.mfp-container .b-product-comments__form.basket_repeat_popup,.mfp-container .magnific-popup.basket_repeat_popup,.mfp-container .magnific-content.basket_repeat_popup{width:33.3333333333rem}}.mfp-container .b-product-comments__form>.block,.mfp-container .magnific-popup>.block,.mfp-container .magnific-content>.block{position:static}.mfp-container .b-product-comments__form.basket_add_popup,.mfp-container .magnific-popup.basket_add_popup,.mfp-container .magnific-content.basket_add_popup{padding-bottom:0;overflow:hidden}.mfp-container .b-product-comments__form.basket_add_popup .magnific-popup__content,.mfp-container .magnific-popup.basket_add_popup .magnific-popup__content,.mfp-container .magnific-content.basket_add_popup .magnific-popup__content{padding-top:10px}@media screen and (min-width:1200px){.mfp-container .b-product-comments__form.basket_add_popup,.mfp-container .magnific-popup.basket_add_popup,.mfp-container .magnific-content.basket_add_popup{width:38.8888888889rem}}@media screen and (min-width:1200px){.mfp-container .b-product-comments__form.basket_other_warehouses_inform_popup,.mfp-container .magnific-popup.basket_other_warehouses_inform_popup,.mfp-container .magnific-content.basket_other_warehouses_inform_popup{width:62rem}}.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:25px;margin-right:1.5rem}@media screen and (min-width:1200px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:2rem}}.mfp-container .form-actions .form-submit{width:100%}.mfp-container .mfp-close{right:25px;top:32px;width:auto;height:1.5625rem;font-size:0;display:flex;justify-content:center;align-items:center;opacity:1;color:#2E2D2D}@media screen and (min-width:1200px){.mfp-container .mfp-close{right:1.3888888889rem;top:1.6666666667rem;height:2.5rem}}.mfp-container .mfp-close::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.mfp-container .mfp-close::before{font-size:1.3333333333rem}}.mfp-container .mfp-close.is-white{right:22px;top:12px;color:#FEF642}.mfp-container .mfp-close.is-white::before{font-size:20px}.mfp-bg.mfp-zoom-in.mfp-warning-18{transition:0s;opacity:0.75}.warning-18{background:#FFFFFF;border-radius:5px;padding:25px 15px;text-align:center}@media screen and (min-width:1200px){.warning-18{border-radius:0.2777777778rem;padding:1.6666666667rem;width:52.4444444444rem;margin:0 auto}}.warning-18 .field-block-text{font-size:18px}@media screen and (min-width:1200px){.warning-18 .field-block-text{font-size:1.3333333333rem}}.warning-18 .field-block-double-field{margin-top:15px;display:flex;justify-content:center;flex-wrap:wrap;gap:5px}@media screen and (min-width:1200px){.warning-18 .field-block-double-field{margin-top:1.3888888889rem;gap:0.8333333333rem;flex-wrap:nowrap;padding:0 5.7777777778rem}}.warning-18 .field-block-double-field .double-field-first,.warning-18 .field-block-double-field .double-field-second{width:100%}.warning-18 .field-block-double-field .double-field-first::before,.warning-18 .field-block-double-field .double-field-second::before{content:"";position:absolute;bottom:0;width:65px;height:65px;background-repeat:no-repeat;background-position:center;background-size:contain}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-first::before,.warning-18 .field-block-double-field .double-field-second::before{width:7.1666666667rem;height:7.1666666667rem;bottom:-1.7222222222rem}}.warning-18 .field-block-double-field .double-field-first{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;background:#010002;color:#FFFFFF}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-first{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-first{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.warning-18 .field-block-double-field .double-field-first:hover{color:#1A1919;background:#FEF642}.warning-18 .field-block-double-field .double-field-first::after{background:#FEF642}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-first:hover::after{transform:scaleX(1)}}.warning-18 .field-block-double-field .double-field-first:hover{background:#010002;color:#FFFFFF}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-first:hover{transform:translateX(-0.2777777778rem)}}.warning-18 .field-block-double-field .double-field-first::before{left:-15px;background-image:url("/themes/personal/images/w-18-1.png")}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-first::before{left:-4.7222222222rem}}.warning-18 .field-block-double-field .double-field-second{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-second{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-second{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.warning-18 .field-block-double-field .double-field-second:hover{color:#FFFFFF;background:#010002}.warning-18 .field-block-double-field .double-field-second::after{background:#010002}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-second:hover::after{transform:scaleX(1)}}.warning-18 .field-block-double-field .double-field-second:hover{background:#FEF642;color:#010002}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-second:hover{transform:translateX(0.2777777778rem)}}.warning-18 .field-block-double-field .double-field-second::before{right:-15px;background-image:url("/themes/personal/images/w-18-2.png")}@media screen and (min-width:1200px){.warning-18 .field-block-double-field .double-field-second::before{right:-4.4444444444rem}}.warehouses-inform-form{display:flex;flex-direction:column}.warehouses-inform-form .mess{font-size:0.75rem;margin-top:10px}.warehouses-inform-form.is-submitted .mess{margin-top:0;font-size:1.25rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.warehouses-inform-form.is-submitted .mess{font-size:2rem;font-weight:700}}.basket-add-popup-links{display:flex;justify-content:center;align-items:center;margin:0 -25px;text-align:center;flex-direction:row-reverse}.basket-add-popup-links-order{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642;border-radius:0;width:50%}@media screen and (min-width:1200px){.basket-add-popup-links-order{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.basket-add-popup-links-order{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.basket-add-popup-links-order:hover{color:#FFFFFF;background:#010002}.basket-add-popup-links-order::after{background:#010002}@media screen and (min-width:1200px){.basket-add-popup-links-order:hover::after{transform:scaleX(1)}}.basket-add-popup-links-close{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;background:#010002;color:#FFFFFF;border-radius:0;width:50%}@media screen and (min-width:1200px){.basket-add-popup-links-close{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.basket-add-popup-links-close{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.basket-add-popup-links-close:hover{color:#1A1919;background:#FEF642}.basket-add-popup-links-close::after{background:#FEF642}@media screen and (min-width:1200px){.basket-add-popup-links-close:hover::after{transform:scaleX(1)}}.addto_basket_button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642;width:100%;flex-grow:1;white-space:nowrap;flex-wrap:nowrap}@media screen and (min-width:1200px){.addto_basket_button{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.addto_basket_button{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.addto_basket_button:hover{color:#FFFFFF;background:#010002}.addto_basket_button::after{background:#010002}@media screen and (min-width:1200px){.addto_basket_button:hover::after{transform:scaleX(1)}}.warehous-btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;background:#010002;color:#FFFFFF;min-width:100%}@media screen and (min-width:1200px){.warehous-btn{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.warehous-btn{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.warehous-btn:hover{color:#1A1919;background:#FEF642}.warehous-btn::after{background:#FEF642}@media screen and (min-width:1200px){.warehous-btn:hover::after{transform:scaleX(1)}}.warehous-btn::before{content:"";font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:768px){.warehous-btn{min-width:auto}}@media screen and (min-width:1200px){.warehous-btn{min-height:3.3333333333rem}.warehous-btn::before{font-size:1.3333333333rem}}.basket_add_popup_params .basket_add_button_wrap{display:flex;align-items:center;margin:0 -5px}.basket_add_popup_params .addto_basket_button,.basket_add_popup_params .basket_item_count{margin:0 5px}h6,h5,h4,h3,h2,h1{margin:0;padding:0}h6{font-size:0.75rem;font-weight:400}svg,img{border:none;vertical-align:middle;max-width:100%;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:optimizeSpeed}iframe{width:100%;height:auto;max-width:100%;aspect-ratio:16 / 9}video{-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:100%;height:auto}.text-center{text-align:center}ol,ul{margin:0;padding:0}li{margin:0;padding:0;list-style:none}table{border-collapse:collapse}.responsive-table-text{overflow-x:auto;overflow-y:hidden}iframe{border:none;vertical-align:middle}.ajax-progress-throbber,.ajax-progress-fullscreen{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:rgba(35,34,34,0.85);font-size:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:none;border-radius:0}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(0.5,0,0.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#FEF642;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-0.036s}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-0.072s}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-0.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-0.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-0.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-0.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-0.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-0.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}form .form-item{margin:0 0 10px;position:relative}@media screen and (min-width:1200px){form .form-item{margin-bottom:0.5555555556rem}}form .form-item-required::before{content:"";position:absolute;width:6px;height:6px;background:#DB001A;border-radius:100%;margin-left:-3px;top:50%;margin-top:-3px;z-index:1}@media screen and (min-width:1200px){form .form-item-required::before{width:0.3333333333rem;height:0.3333333333rem;margin-left:-0.1666666667rem}}form .form-item.form-type-password-confirm{margin-bottom:0}form .form-item.form-type-password-confirm::before{display:none}@media screen and (min-width:1200px){div.custom-error.tooltipster-sidetip .tooltipster-content{font-size:0.6666666667rem}}.form-actions .form-submit{font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.form-actions .form-submit{font-size:1rem;font-weight:700}}.btn--std{font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.btn--std{font-size:1rem;font-weight:700}}.fancybox__content :focus:not(.carousel__button.is-close){outline:none}.fancybox__html5video,.fancybox__iframe{object-fit:contain}.swiper-button{position:absolute;top:50%;width:24px;height:24px;margin-top:auto;display:flex;align-items:center;justify-content:center;transition:all 0.5s;-webkit-tap-highlight-color:transparent;z-index:1;color:#9E9D9D;z-index:5;margin-top:-12px}.swiper-button:before{display:none}.swiper-button::after{position:absolute;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}.swiper-button-prev{left:0}.swiper-button-prev::after{content:""}.swiper-button-next{right:0}.swiper-button-next::after{content:""}.swiper-button.swiper-smart-position-hidden{display:none}.swiper-button:hover{color:#010002}.swiper-button.swiper-button-disabled{pointer-events:initial;cursor:auto}.swiper-icon{display:flex;justify-content:flex-end;pointer-events:none}@media screen and (min-width:1200px){.swiper-icon{display:none}}.swiper-icon .container{width:39px;height:35px;background:url("/themes/personal/images/icons/hand.svg") no-repeat center;background-size:contain;z-index:2}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{border-color:#FEF642}.gl-devel{font-family:"Cuprum";padding-left:26px;text-align:left;position:relative;display:table;text-transform:uppercase;line-height:1.25;color:"CenturyGothic";white-space:nowrap;width:300px;margin:15px auto 0}.gl-devel-mask{position:absolute;top:0;bottom:0;background:#FEF642;width:0%}.gl-devel-mask--title{left:0}.gl-devel-mask--role{background:#010002;right:0}.gl-devel-title{font-size:1.4375rem;display:table;position:relative}.gl-devel-title svg,.gl-devel-title img{position:absolute;right:100%;width:auto;height:80%;top:10%;margin:0 5px 0 0}.gl-devel-name{position:relative;transform:scale(0)}.gl-devel-role{font-size:0.875rem;letter-spacing:3px;display:table;position:relative}.gl-devel-role a{text-decoration:none;position:relative;display:block;transform:scale(0);color:inherit}.gl-devel-role a:after{content:"";position:absolute;left:0;bottom:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transition-duration:0.2s}.gl-devel-role a:hover:after{transform:scaleX(1)}.gl-devel.is-animate .gl-devel-title img,.gl-devel.is-animate .gl-devel-title svg{animation:glyanec_img 5s infinite}.gl-devel.is-animate .gl-devel-mask{animation-delay:0.5s}.gl-devel.is-animate .gl-devel-mask--title{animation:mainBlock 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-mask--role{animation:mainBlockRight 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-role a,.gl-devel.is-animate .gl-devel-name{transition:0s ease 0.5s;transform:scale(1)}@keyframes mainBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainBlockRight{0%{width:0%;right:0}50%{width:100%;right:0}100%{width:0;right:100%}}@keyframes glyanec_img{0%{transform:rotate3d(10,0,0,0deg)}20%{transform:rotate3d(10,0,0,0deg)}40%{transform:rotate3d(10,0,0,0deg)}60%{transform:rotate3d(0,10,0,180deg)}80%{transform:rotate3d(10,0,0,0deg)}}@keyframes secBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes popIn{0%{opacity:0}50%{opacity:1;bottom:45px}65%{bottom:0px;width:15px}80%{bottom:20px}100%{bottom:2px;transform:scale(1)}}@keyframes secFadeIn{0%{opacity:0}15%{opacity:0}100%{opacity:1}}@keyframes top{0%{opacity:0;bottom:-80px}100%{opacity:1;bottom:0px}}@keyframes icon{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.3) rotate(-2deg)}100%{opacity:1;bottom:0px}}.basket_item_count{width:150px;height:60px;background:#F9F9F9;border:1px solid #E8E8E8;display:flex;border-radius:5px;flex-shrink:0}@media screen and (min-width:1200px){.basket_item_count{width:8.3333333333rem;height:3.3333333333rem}}.basket_item_count .arrow{width:33.333%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:0;color:inherit;text-decoration:none;transition:color 0.3s;-webkit-tap-highlight-color:transparent}.basket_item_count .arrow:hover{color:#010002}.basket_item_count .arrow::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.basket_item_count .arrow::before{font-size:1rem}}.basket_item_count .arrow.min::before{content:""}.basket_item_count .arrow.plus::before{content:""}.basket_item_count .count_input{border:none;min-height:0;padding:0;height:100%;font-weight:700;background:transparent;-moz-appearance:textfield;flex-grow:1;text-align:center}.drupal_package_like_button{display:inline-block;font-size:0;-webkit-tap-highlight-color:transparent;text-decoration:none}.drupal_package_like_button::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.drupal_package_like_button::before{font-size:1.3333333333rem}}.drupal_package_like_button.compare_button::before{content:""}.drupal_package_like_button.compare_button.active:before{color:#DB001A}.drupal_package_like_button.favorite_button::before{content:""}.drupal_package_like_button.favorite_button.active::before{content:""}.drupal_package_like_button.favorite_button_comment{display:flex;align-items:center}.drupal_package_like_button.favorite_button_comment .count{font-size:0.75rem;color:#5A5959;margin-left:8px}.drupal_package_like_button.favorite_button_comment::before{color:#FEF642;content:"";line-height:1}.drupal_package_like_button.dislike_button_comment{display:flex;align-items:center}.drupal_package_like_button.dislike_button_comment .count{font-size:0.75rem;color:#5A5959;margin-left:5px}.drupal_package_like_button.dislike_button_comment::before{color:#DB001A;content:"";line-height:1;margin-top:4px}.swiper-hand{position:absolute;background:url("/themes/personal/images/icons/hand.svg") center center;width:38px;height:36px;right:0;top:0;pointer-events:none;z-index:5}@media screen and (min-width:1200px){.swiper-hand{display:none}}.swiper-lock .swiper-hand{display:none}#drupal-live-announce{display:none}.notyf__toast{border-radius:5px !important}@media screen and (min-width:1200px){.notyf__toast{border-radius:0.2777777778rem !important}}body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper){top:60px;padding:0;align-items:center !important}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper){top:6.3888888889rem}}body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__toast--upper{width:auto;margin:0 0 5px;padding:0;box-shadow:0px 4px 12px rgba(60,63,65,0.1)}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__toast--upper{margin:0 0 0.2777777778rem}}body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__toast--upper[style="background: rgb(13, 201, 127);"]{background:#FEF642 !important;color:#010002}body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__wrapper{padding:6px 20px 8px;text-align:center;min-height:40px}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__wrapper{padding:0.3333333333rem 1.1111111111rem 0.4444444444rem;min-height:2.2222222222rem}}body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__message{font-size:1rem;font-weight:700}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__message{font-size:1rem;font-weight:700}}body:not(.gin--classic-toolbar) .notyf:has(.notyf__toast--upper) .notyf__dismiss{display:none}body:not(.gin--classic-toolbar) #noty_topRight_layout_container{width:auto !important;top:60px !important;right:50% !important;transform:translateX(50%);display:flex;flex-direction:column;align-items:center;gap:5px}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) #noty_topRight_layout_container{top:6.3888888889rem !important;gap:0.2777777778rem}}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .animated{width:max-content !important;max-width:310px;border-radius:5px !important;min-height:auto !important;border:none !important;margin:0 !important;box-shadow:0px 4px 12px rgba(192,48,14,0.2) !important}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) #noty_topRight_layout_container .animated{max-width:17.2222222222rem;border-radius:0.2777777778rem !important}}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_message{padding:0 !important}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_text:empty+.noty_close{display:none !important}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_status,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_noty,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_basket_status,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error{background:#FEF642;color:#010002}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_status .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_noty .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_basket_status .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error .noty_message{font-size:1rem;font-weight:700;font-family:"CenturyGothic";display:flex;align-items:center;padding:7px 20px !important;text-align:center !important;min-height:40px}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_status .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_noty .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_basket_status .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error .noty_message{font-size:1rem;font-weight:700}}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_status .noty_message br,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_noty .noty_message br,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_basket_status .noty_message br,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error .noty_message br{display:none}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_status .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_noty .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_basket_status .noty_message,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error .noty_message{padding:0.3888888889rem 1.1111111111rem !important;min-height:2.2222222222rem}}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_status .noty_close,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_noty .noty_close,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_basket_status .noty_close,body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error .noty_close{display:none !important}body:not(.gin--classic-toolbar) #noty_topRight_layout_container .noty_type_error{background:#DB001A;color:#FFFFFF}body:not(.gin--classic-toolbar) .mfp-wrap~#noty_topRight_layout_container{top:10px !important}@media screen and (min-width:1200px){body:not(.gin--classic-toolbar) .mfp-wrap~#noty_topRight_layout_container{top:0.5555555556rem !important}}html .field--type-fivestar{margin-bottom:10px}html .form-type-fivestar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}html div.fivestar-widget,html div.fivestar-widget-static{font-size:0;display:flex}html div.fivestar-widget .star,html div.fivestar-widget-static .star{margin:0;background:url("/themes/personal/images/ico-stars.svg") no-repeat 0 0 !important;width:28px;height:24px;flex-shrink:0}html div.fivestar-widget .star a,html div.fivestar-widget .star span.off,html div.fivestar-widget-static .star a,html div.fivestar-widget-static .star span.off{background:url("/themes/personal/images/ico-stars.svg") no-repeat 0 0 !important;width:100%;display:block}html div.fivestar-widget .star.hover a,html div.fivestar-widget .star.on a,html div.fivestar-widget .star span.on,html div.fivestar-widget-static .star.hover a,html div.fivestar-widget-static .star.on a,html div.fivestar-widget-static .star span.on{height:100%;display:block;height:100%;background:url("/themes/personal/images/ico-stars.svg") no-repeat 0 bottom !important}html .fivestar-default{display:flex;align-items:center}html .fivestar-default .fivestar-rate{margin:0 0 0 10px;font-size:1.125rem;font-weight:700}html .stars-small div.fivestar-widget,html .stars-small div.fivestar-widget-static{margin-left:-1px;margin-right:-1px}html .stars-small div.fivestar-widget .star,html .stars-small div.fivestar-widget-static .star{width:10px;height:10px;margin-left:1px;margin-right:1px;background-size:100% auto !important}@media screen and (min-width:1200px){html .stars-small div.fivestar-widget .star,html .stars-small div.fivestar-widget-static .star{width:14px;height:14px}}html .stars-small div.fivestar-widget .star span,html .stars-small div.fivestar-widget .star a,html .stars-small div.fivestar-widget-static .star span,html .stars-small div.fivestar-widget-static .star a{background-size:100% auto !important}html .stars-small .fivestar-rate{font-size:0.75rem;font-weight:700}@media screen and (min-width:1200px){html .stars-small .fivestar-rate{font-size:0.7777777778rem;font-weight:700}}html .vote-widget--like-and-dislike{display:flex}html .vote-widget--like-and-dislike a{background:none;width:auto;height:auto;text-indent:unset;font-size:0;text-decoration:none;margin-right:5px;cursor:pointer}html .vote-widget--like-and-dislike a:before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;display:block;transition-duration:0.2s}html .vote-widget--like-and-dislike .count{font-size:0.875rem;font-weight:400;color:#5A5959}@media screen and (min-width:1200px){html .vote-widget--like-and-dislike .count{font-size:0.8888888889rem;font-weight:400}}html .vote-like{display:flex;align-items:center;margin:0 10px 0 0}@media screen and (min-width:1200px){html .vote-like{margin-right:0.8333333333rem}}html .vote-like a{color:#2EB100}html .vote-like a:before{content:""}@media screen and (min-width:1200px){html .vote-like a:hover:before{transform:translateY(-5px)}html .vote-like a:active:before{transform:translateY(-3px)}}html .vote-dislike{display:flex;align-items:center}html .vote-dislike a{color:#DB001A}html .vote-dislike a:before{content:""}html .vote-dislike a:hover:before{transform:translateY(5px)}html .vote-dislike a:active:before{transform:translateY(3px)}.a2a_kit.a2a_default_style{display:flex;align-items:center;margin:0 -0.1666666667rem}.a2a_kit.a2a_default_style a{margin:0 0.1666666667rem;width:32px;height:32px;padding:0}@media screen and (min-width:1200px){.a2a_kit.a2a_default_style a{width:1.7777777778rem;height:1.7777777778rem}}.a2a_kit.a2a_default_style a:before{content:"";background:no-repeat center;background-size:contain;border-radius:5px;width:100%;height:100%;display:block;animation-duration:1s;animation-iteration-count:infinite}.a2a_kit.a2a_default_style a span{display:none}.a2a_kit.a2a_default_style a.a2a_button_facebook:before{background-image:url("/themes/personal/images/icons/ico-share-1.svg")}.a2a_kit.a2a_default_style a.a2a_button_telegram:before{background-image:url("/themes/personal/images/icons/ico-share-2.svg")}.a2a_kit.a2a_default_style a.a2a_button_viber:before{background-image:url("/themes/personal/images/icons/ico-share-3.svg")}.a2a_kit.a2a_default_style a.a2a_button_whatsapp:before{background-image:url("/themes/personal/images/icons/ico-share-4.svg")}.share-section{clear:both;padding:30px 0 0;display:flex;flex-wrap:wrap;align-items:center}@media screen and (min-width:1200px){.share-section{padding-top:2.7777777778rem}}.share-section__title{font-size:1rem;font-weight:700;margin-right:8px}@media screen and (min-width:1200px){.share-section__title{font-size:1rem;font-weight:700}}.grid-2 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:768px){.grid-2 .view-content{margin-left:-0.8333333333rem;margin-right:-0.8333333333rem}}.grid-2 .views-row{padding:0 15px;margin:0 0 10px;width:100%}@media screen and (min-width:768px){.grid-2 .views-row{width:50%;margin-bottom:1.6666666667rem;padding-left:0.8333333333rem;padding-right:0.8333333333rem}}.grid-3 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px -30px}@media screen and (min-width:768px){.grid-3 .view-content{margin-left:-0.8333333333rem;margin-right:-0.8333333333rem}}.grid-3 .views-row{padding:0 15px;margin:0 0 30px;width:100%}@media screen and (min-width:480px){.grid-3 .views-row{width:50%;margin-bottom:30px;margin-bottom:1.6666666667rem;padding-left:0.8333333333rem;padding-right:0.8333333333rem}}@media screen and (min-width:992px){.grid-3 .views-row{width:33.333%}}.grid-4 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:768px){.grid-4 .view-content{margin-left:-0.8333333333rem;margin-right:-0.8333333333rem}}.grid-4 .views-row{padding:0 15px;margin:0 0 25px;width:100%}@media screen and (min-width:480px){.grid-4 .views-row{width:50%;margin-bottom:1.6666666667rem;padding-left:0.8333333333rem;padding-right:0.8333333333rem}}@media screen and (min-width:768px){.grid-4 .views-row{width:33.33%}}@media screen and (min-width:1200px){.grid-4 .views-row{width:25%}}.pager{clear:both;text-align:center;font-weight:normal;margin:25px 0;font-size:1rem;color:#2E2D2D}.pager__items{display:inline-block;vertical-align:middle;padding:0 2.5rem;position:relative}.pager__item{display:inline-block;vertical-align:middle;list-style:none;margin:0 2.5px;padding:0;min-width:20px}.pager__item a{transition-duration:0.2s;display:flex;text-decoration:none;height:2.2222222222rem;position:relative;align-items:center;justify-content:center}.pager__item.is-active a{font-weight:400;padding:5px 15px;background:#FEF642;color:#1A1919;border-radius:5px}.pager__item--last,.pager__item--first{display:none}.pager__item--previous,.pager__item--next{position:absolute;top:50%;margin:-12px 0 0;width:24px}.pager__item--previous a,.pager__item--next a{position:relative;font-size:0;padding:0;color:#C5C4C4;height:24px;display:flex;align-items:center;justify-content:center}.pager__item--previous a:before,.pager__item--next a:before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;animation-duration:1s;animation-iteration-count:infinite}.pager__item--previous a:hover,.pager__item--next a:hover{color:#FEF642}.pager__item--previous{left:0}.pager__item--previous a:before{content:""}.pager__item--previous a:hover:before{animation-name:fadeOutLeft}.pager__item--next{right:0}.pager__item--next a:before{content:""}.pager__item--next a:hover:before{animation-name:fadeOutRight}.pager .pager__load_more_items li{margin:0;padding:0}.pager .pager__load_more_items li a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642;width:auto;font-size:14px;padding:10px 15px}@media screen and (min-width:1200px){.pager .pager__load_more_items li a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.pager .pager__load_more_items li a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.pager .pager__load_more_items li a:hover{color:#FFFFFF;background:#010002}.pager .pager__load_more_items li a::after{background:#010002}@media screen and (min-width:1200px){.pager .pager__load_more_items li a:hover::after{transform:scaleX(1)}}@media screen and (min-width:1200px){.pager .pager__load_more_items li a{min-height:3.3333333333rem}}.pager .pager__load_more_items.load_more_auto li a{padding:0;background:none;min-height:0}.pager .pager__load_more_items.load_more_auto li a:before,.pager .pager__load_more_items.load_more_auto li a:after{display:none}.ui-datepicker.ui-widget-content{border-radius:0;box-shadow:0px 4px 15px rgba(79,79,79,0.2);color:#2E2D2D;border:none;font-size:14px;width:320px;font-family:"CenturyGothic";padding:0 15px}.ui-datepicker.ui-widget-content .ui-datepicker-header{padding:0 15px;border-radius:0;border:none;border-bottom:1px solid #E8E8E8;box-shadow:none;background:none;text-align:center;display:flex;align-items:center;justify-content:center;min-height:80px;margin:0 -15px}.ui-datepicker.ui-widget-content .ui-datepicker-header:after,.ui-datepicker.ui-widget-content .ui-datepicker-header:before{display:none}.ui-datepicker.ui-widget-content .ui-datepicker-header a{outline:none;height:auto;width:24px;height:24px;border:none;cursor:pointer;outline:none;height:auto;background:#fff;border-radius:0;position:static;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#2E2D2D}.ui-datepicker.ui-widget-content .ui-datepicker-header a span{display:none}.ui-datepicker.ui-widget-content .ui-datepicker-header a:before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}.ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev:before{content:""}.ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-next{order:10}.ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-next:before{content:""}.ui-datepicker.ui-widget-content .ui-datepicker-header a:hover{color:#CEEEBC}.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title{margin:0 18px;font-size:16px;text-transform:uppercase;letter-spacing:0.05em;font-weight:700;line-height:1.4;min-width:132px;flex-grow:1;min-width:0}.ui-datepicker.ui-widget-content .ui-datepicker-header select{margin:0;font-size:1rem;width:46%;margin:0 2%;padding-left:10px;padding-right:30px;vertical-align:top;height:40px;background-position:right 12px center;font-family:"CenturyGothic"}@media screen and (min-width:1200px){.ui-datepicker.ui-widget-content .ui-datepicker-header select{height:2.2222222222rem;font-size:0.7rem}}.ui-datepicker.ui-widget-content .ui-datepicker-calendar{font-size:16px;margin:0}.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th{font-weight:700;font-size:10px;text-transform:uppercase;color:#FEF642;padding:5px;height:40px}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td{border:none;padding:0;cursor:pointer;height:40px;width:14.2%;vertical-align:middle}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td a{border:none;color:#2E2D2D;padding:0;background:none;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;width:28px;height:28px;margin:0 auto}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-today span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-today a{background:#F1F4F6;color:#2E2D2D}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td:hover span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td:hover a{background:#FEF642;color:#fff}.ui-menu.ui-autocomplete{border:none;font:1rem "CenturyGothic";max-height:310px;overflow-x:hidden;z-index:9999;margin:0;border-radius:0;background:#fff;max-width:100%;width:min-content;border-radius:5px;box-shadow:0px 0px 30px rgba(60,63,65,0.06);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#010002 #F9F9F9}.ui-menu.ui-autocomplete::-webkit-scrollbar{width:7px;height:7px}.ui-menu.ui-autocomplete::-webkit-scrollbar-track{background:#F9F9F9;border-radius:2px}.ui-menu.ui-autocomplete::-webkit-scrollbar-thumb{background:#010002;border-radius:2px;cursor:pointer}.ui-menu.ui-autocomplete::-webkit-scrollbar-thumb{border-radius:0}.ui-menu.ui-autocomplete .ui-menu-item{list-style:none;margin:0;padding:0;border-top:1px solid #E8E8E8}.ui-menu.ui-autocomplete .ui-menu-item:first-child{border-top:none}.ui-menu.ui-autocomplete .ui-menu-item-wrapper{display:block;padding:10px 15px;color:#2E2D2D;text-decoration:none;border:none;background:none !important;margin:0;transition-duration:0.2s;font-weight:400}@media screen and (min-width:1200px){.ui-menu.ui-autocomplete .ui-menu-item-wrapper{padding:0.5555555556rem 0.8333333333rem}}.ui-menu.ui-autocomplete .ui-menu-item-wrapper a{margin:-10px -15px;padding:10px 15px;display:block;text-decoration:none;color:inherit}@media screen and (min-width:1200px){.ui-menu.ui-autocomplete .ui-menu-item-wrapper a{margin:-0.5555555556rem -0.8333333333rem;pad:0.5555555556rem 0.8333333333rem}}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .empty{display:block;text-align:center}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .views-field-field-product-images{margin-right:10px;flex-shrink:0}@media screen and (min-width:1200px){.ui-menu.ui-autocomplete .ui-menu-item-wrapper .views-field-field-product-images{margin-right:0.5555555556rem}}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .views-field-field-product-images img{border-radius:5px}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .search_block_link{display:flex;align-items:center;text-decoration:none;font-weight:normal}.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{background:#F9F9F9 !important}html .ui-slider-horizontal{height:7px;background:rgba(254,246,66,0.2);border-radius:100px;border:none !important;margin-bottom:18px}html .ui-slider-horizontal .ui-slider-range{height:100%;background:#FEF642;border-radius:100px}html .ui-slider-horizontal .ui-slider-handle{width:18px;height:18px;border-radius:50%;background:#010002;box-shadow:0px 2px 6px rgba(142,148,152,0.2);outline:none;top:50%;margin:-9px 0 0 -9px;border:3px solid #fff;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}body.maintenance-page{background:#010002;color:#FFFFFF;min-height:100vh}body.maintenance-page .layout-container{padding-top:2.5em}body.maintenance-page main{margin-top:50px}body.maintenance-page h1{font-size:2rem;margin-bottom:0.2em}.dev{display:none}.filter-image-invalid{display:none}@keyframes copied{0%{opacity:0}50%{opacity:1}100%{transform:translateY(-100%);opacity:0}}@keyframes warning{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100%);opacity:0}}.language-warning{font-size:0.75rem;font-weight:700;position:absolute;left:0;bottom:100%;padding:5px 10px;background:#FE4242;color:#FFFFFF;animation:warning 2s linear forwards;border-radius:5px}@media screen and (min-width:1200px){.language-warning{font-size:0.7777777778rem;font-weight:700}}@media screen and (min-width:1200px){.language-warning{padding:0.5555555556rem 0.8333333333rem;border-radius:0.2777777778rem}}.language-warning.is-showed{animation:none;display:none}.language-warning.is-showing{animation:warning 2s linear forwards}.user-logout-confirm .form-actions{margin-top:15px}.site-header{background:#010002;padding-top:50px}@media screen and (min-width:1200px){.site-header{transition:0.2s}.page-not-front .site-header{background:#010002}.site-page.is-scrolled .site-header{background:#010002}}.site-header.is-scrolled .search__btn{opacity:1;pointer-events:all}.site-header.is-scrolled .contacts-header .field-block-desc{opacity:0}@media screen and (min-width:1200px){.site-header.is-scrolled.is-open+.fixed-pane-first{background:#010002 !important}}.site-header__top{background:#FEF642;padding-left:25px;padding-right:25px;display:flex;align-items:center;justify-content:space-between;position:fixed;min-height:50px;left:0;right:0;top:0;z-index:25;transition:top 0.5s;z-index:9}@media screen and (min-width:1200px){.site-header__top{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.toolbar-vertical .site-header__top{top:39px}.is-scrolled .site-header__top{top:0px}.site-header__top .region{padding:10px 0}.site-header__top .search__btn{position:absolute;right:64px;top:14px;opacity:0;pointer-events:none;transition:0.2s;color:#1A1919;padding:10px;margin:-10px}@media screen and (min-width:1200px){.site-header__top .search__btn{display:none}}.site-header__center{padding-left:25px;padding-right:25px;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1200px){.site-header__center{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.site-header__center .region{padding:12px 0;display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (min-width:1200px){.site-header__center .region{padding:0.6666666667rem 0}}.site-header__bottom{position:fixed;bottom:0;right:0;left:0;z-index:55;transform:translateY(110%);transition:0.3s}.is-scrolled .site-header__bottom{transform:none}.is-scrolled-force .site-header__bottom{transform:none}@media screen and (min-width:1200px){.site-header__bottom{transform:none}}.site-header__side_menu{visibility:hidden;background:#090808;color:#FFFFFF;position:fixed;top:50px;bottom:0;right:0;left:0;z-index:22;box-shadow:0px 0px 30px rgba(60,63,65,0.06);position:fixed;transform:translateX(110%);transition:all 0.6s;padding:40px 25px 25px;overflow-y:auto}.toolbar-vertical .site-header__side_menu{top:calc(39px + 48px);padding-top:40px}.site-header__side_menu.is-redy{display:block}.is-open .site-header__side_menu{opacity:1;visibility:visible;transform:translateX(0)}.is-scrolled .site-header__side_menu{bottom:70px}@media screen and (min-width:1200px){.is-scrolled .site-header__side_menu{bottom:0}}.wait-load .site-header__side_menu{display:none}.site-header__side_menu .site-header__menu_btn{position:absolute;top:20px;left:20px;display:flex;align-items:center;justify-content:center;color:#FFFFFF}.toolbar-horizontal .site-header__top{top:39px}.toolbar-horizontal.toolbar-tray-open .site-header__top{top:79px}.region-header-menu>.block .block__title{font-size:1.25rem;line-height:1.25;font-weight:700;margin-bottom:20px;color:#FEF642}@media screen and (min-width:1200px){.region-header-menu>.block .block__title{font-size:2rem;font-weight:700}}.region-header-menu>.block:nth-child(n+2){border-top:1px solid #2E2D2D;margin-top:25px;padding-top:25px}@media screen and (min-width:1200px){.region-header-menu>.block:nth-child(n+2){margin-top:0;padding-top:0}}.header-block{flex-grow:1;width:43%;padding:0 5px}@media screen and (min-width:1200px){.header-block{width:auto;position:static;padding:0}}.header-block__container{width:100%;display:flex;align-items:center;justify-content:center}.header-block__item{margin:0 auto;flex-grow:1}.header-block__item>a{font-size:0;width:24px;height:24px;text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative;-webkit-tap-highlight-color:transparent;margin:0 auto;color:#FFFFFF}.header-block__item>a::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.header-block__item>a::before{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.header-block__item>a{width:1.3333333333rem;height:1.3333333333rem}}.header-block__item .count{position:absolute;top:-7px;right:-7px;width:17px;height:17px;background:#FEF642;border-radius:50%;color:#1A1919;padding:1px;font-weight:700;font-size:0.75rem;display:none;align-items:center;justify-content:center}.header-block__item .count.is-active{display:flex}@media screen and (min-width:1200px){.header-block__item .count{width:0.9444444444rem;height:0.9444444444rem;font-size:0.6666666667rem;top:-0.3888888889rem;right:-0.3888888889rem;padding-top:0.1111111111rem}}.header-block__item.type-popular{position:relative}@media screen and (min-width:480px){.header-block__item.type-popular{display:none}}.header-block__item.type-popular a{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.header-block__item.type-popular dotlottie-player{display:block;width:24px;height:24px;margin:0 auto;pointer-events:none}.header-block__item.type-favorites>a::before{content:""}.header-block__item.type-compare>a::before{content:""}.header-block__item.type-user>a::before{content:""}.header-block__item.type-search{display:none}@media screen and (min-width:1200px){.header-block__item.type-search{display:block}}.header-block__item.type-search>a{z-index:15}.header-block__item.type-search>a::before{content:""}.header-block__item.type-search>a.is-open:before{color:#FEF642;content:""}@media screen and (min-width:1200px){.header-block__item.type-basket{max-width:none;margin-left:2.5rem;background:#1A1919;color:#fff;position:relative;width:15.5555555556rem;text-align:center;min-height:5.5555555556rem;display:flex;align-items:center;justify-content:center;transition:0.2s;position:absolute;right:0;top:0;bottom:0;z-index:1;margin:0}.header-block__item.type-basket:hover{background:#2E2D2D}}.b-user-login__item a{color:#FEF642;text-decoration:none;font-weight:700;display:inline-flex;align-items:center}.b-user-login__item a::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:10px}.catalog-header .menu__item,.personal-main-menu .menu__item{display:flex;align-items:flex-start}.catalog-header .menu__item a,.personal-main-menu .menu__item a{display:inline-flex;align-items:flex-start;text-decoration:none;font-size:1rem;font-weight:700;transition:0.2s}@media screen and (min-width:1200px){.catalog-header .menu__item a,.personal-main-menu .menu__item a{font-size:1rem;font-weight:700}}.catalog-header .menu__item a::before,.personal-main-menu .menu__item a::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:10px}.catalog-header .menu__item a:hover,.personal-main-menu .menu__item a:hover{color:#FEF642}.catalog-header .menu__item:not(:last-child),.personal-main-menu .menu__item:not(:last-child){margin-bottom:15px}@media screen and (min-width:1200px){.catalog-header .menu__item:not(:last-child),.personal-main-menu .menu__item:not(:last-child){margin-bottom:1.3888888889rem}}.catalog-header .menu__item--active-trail::before,.catalog-header .menu__item--active-trail a,.personal-main-menu .menu__item--active-trail::before,.personal-main-menu .menu__item--active-trail a{color:#FEF642}@media screen and (min-width:360px) and (max-width:1199px){.catalog-header__title{display:none}.catalog-header .menu__item:not(.menu__item--12){display:none}.catalog-header .menu__item--12{text-transform:uppercase}.catalog-header .menu__item--12 a{font-size:1.25rem;line-height:1.25;font-weight:700;color:#FEF642}.catalog-header .menu__item--12 a::before{display:none}}@media screen and (min-width:360px) and (max-width:1199px) and (min-width:1200px){.catalog-header .menu__item--12 a{font-size:2rem;font-weight:700}}@media screen and (min-width:1200px){.region-header-top{display:flex;align-items:center;justify-content:space-between;width:100%}}.region-header-bottom .b-cMenu__btn{margin-right:auto;flex-grow:1;max-width:33%}@media screen and (min-width:1200px){.region-header-bottom .b-cMenu__btn{display:none}}.region-header-top .b-cMenu__btn{display:none}@media screen and (min-width:1200px){.region-header-top .b-cMenu__btn{display:flex}}@media screen and (min-width:1200px){.catalog-menu__container{display:inline-block}.catalog-menu__container.is-open .b-cMenu{transform:translateY(0);opacity:1;pointer-events:all}.catalog-menu__container.is-open .b-cMenu__link{pointer-events:all !important}.catalog-menu__container.is-open .b-cMenu__btn::before{pointer-events:all}}.b-cMenu{position:fixed;left:0;right:0;top:50px;bottom:70px;padding:17px 25px;background:#FFFFFF;transform:translateY(110%);z-index:-1;overflow:hidden auto}.b-cMenu.is-usage{transition:0.6s}@media screen and (min-width:1200px){.b-cMenu{top:7.2222222222rem;bottom:4.4444444444rem;left:14.1666666667rem;right:8.3333333333rem;opacity:0;pointer-events:none;transform:translateY(25px);transition:0.2s;border-radius:1.1111111111rem;padding:2.7777777778rem 3.3333333333rem;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.toolbar-horizontal .b-cMenu{top:9.3888888889rem}.toolbar-tray-open .b-cMenu{top:11.6111111111rem}.b-cMenu::before{content:"";position:absolute;left:14.4444444444rem;bottom:100%;width:0;height:0;border-left:0.7222222222rem solid transparent;border-right:0.7222222222rem solid transparent;border-bottom:1rem solid #FFFFFF}.b-cMenu.mouseenter .b-cMenu__item:nth-child(1) .b-cMenu__dropdown{display:none}.b-cMenu.mouseenter .b-cMenu__item:nth-child(1) .b-cMenu__link{background:#FFFFFF;color:#010002}.b-cMenu.mouseenter .b-cMenu__item:nth-child(1):hover .b-cMenu__dropdown{display:block}.b-cMenu.mouseenter .b-cMenu__item:nth-child(1):hover .b-cMenu__link{background:#010002;color:#FFFFFF}}.b-cMenu.is-open{transform:translateY(0)}.b-cMenu.popular .b-cMenu__link-wrapper{pointer-events:none}.b-cMenu.popular .b-cMenu__link-wrapper.is-active .b-cMenu__link{background:#FFFFFF;color:#2E2D2D}.b-cMenu.popular .b-cMenu__dropdown{display:none !important}.b-cMenu.popular .b-cMenu__link-popular{display:block}.b-cMenu.popular-is-open{transform:translateY(0)}.b-cMenu.popular-is-open .b-cMenu__link-wrapper{pointer-events:none}.b-cMenu.popular-is-open .b-cMenu__link-wrapper.is-active .b-cMenu__link{background:#FFFFFF;color:#2E2D2D}.b-cMenu.popular-is-open .b-cMenu__dropdown{display:none !important}.b-cMenu.popular-is-open .b-cMenu__link-popular{display:block}.wait-load .b-cMenu{display:none}.b-cMenu__btn{text-decoration:none;font-weight:700;color:#1A1919;padding:25px 20px;background:#FEF642;display:block;text-align:center}.b-cMenu__btn~[data-ajax-placeholder]{opacity:0;position:absolute}@media screen and (min-width:1200px){.b-cMenu__btn{position:relative;transition-duration:0.2s}.b-cMenu__btn span{transition:unset}.b-cMenu__btn::before{content:"";position:absolute;left:0;right:0;top:100%;height:2.7777777778rem;background:transparent;pointer-events:none}.b-cMenu__btn:hover{background:#010002;color:#FFFFFF}.page-not-front .b-cMenu__btn:hover{background:#1A1919}.b-cMenu__btn.catalog-menu__container.is-open{background:#FFFFFF}}.b-cMenu__btn--text{transition:0.2s;position:relative}@media screen and (min-width:1200px){.b-cMenu__btn--text.mobile{display:none}}.b-cMenu__btn--text.pc{display:none}@media screen and (min-width:1200px){.b-cMenu__btn--text.pc{display:block}}.b-cMenu__btn--icon{display:inline-block;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;pointer-events:none;transform:scale(0);transition:0.1s}.b-cMenu__btn--icon::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}.b-cMenu .b-cMenu__link-wrapper{cursor:pointer;position:relative}.b-cMenu .b-cMenu__link-wrapper.is-active .b-cMenu__link{background:#010002;color:#FFFFFF}@media screen and (min-width:360px) and (max-width:1199px){.b-cMenu .b-cMenu__link-wrapper.is-active .b-cMenu__link{pointer-events:all}}.b-cMenu .b-cMenu__link-popular{display:none;position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;z-index:2}.b-cMenu__link{border-radius:100px;padding:15px;background:#FFFFFF;box-shadow:0px 0px 30px rgba(60,63,65,0.06);display:flex;align-items:center;text-decoration:none;transition:0.3s}@media screen and (min-width:1200px){.b-cMenu__link{padding:0.8333333333rem;pointer-events:none;transition:0.2s}}.b-cMenu__dropdown{display:none}@media screen and (min-width:1200px){.b-cMenu__dropdown{position:absolute;left:25rem;top:0;right:0;height:100%;padding:2.7777777778rem 2.2222222222rem}}.b-cMenu__count{font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.b-cMenu__count{font-size:0.8888888889rem;font-weight:400}}.b-cMenu__name{font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.b-cMenu__name{font-size:1.3333333333rem;font-weight:700}}.b-cMenu__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:0;border-radius:100%;margin-right:15px;background:#FEF642;flex-shrink:0}.b-cMenu__icon img{width:25px}@media screen and (min-width:1200px){.b-cMenu__icon{width:3.8888888889rem;height:3.8888888889rem;margin-right:0.8333333333rem}.b-cMenu__icon img{width:1.9444444444rem}}.b-cMenu__item{position:relative}@media screen and (min-width:1200px){.b-cMenu__item{width:21.6666666667rem;position:static}.b-cMenu__item:hover .b-cMenu__dropdown{display:block}.b-cMenu__item:hover .b-cMenu__link{background:#010002;color:#FFFFFF}.b-cMenu__item:nth-child(1) .b-cMenu__dropdown{display:block}.b-cMenu__item:nth-child(1) .b-cMenu__link{background:#010002;color:#FFFFFF}}.b-cMenu__item.has-childs .b-cMenu__link{pointer-events:none}.b-cMenu__item+.b-cMenu__item{margin-top:5px}@media screen and (min-width:1200px){.b-cMenu__item+.b-cMenu__item{margin-top:0;padding-top:0.8333333333rem}}.b-dMenu{padding:20px 15px}@media screen and (min-width:1200px){.b-dMenu{padding:0;overflow:hidden auto;height:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#010002 #F9F9F9}.b-dMenu::-webkit-scrollbar{width:7px;height:7px}.b-dMenu::-webkit-scrollbar-track{background:#F9F9F9;border-radius:2px}.b-dMenu::-webkit-scrollbar-thumb{background:#010002;border-radius:2px;cursor:pointer}}.b-dMenu__item{}.b-dMenu__item+.b-dMenu__item{margin-top:10px}@media screen and (min-width:1200px){.b-dMenu__item+.b-dMenu__item{margin-top:1.6666666667rem}}.b-dMenu__item>.b-dMenu__link-wrapper a{font-size:1rem;font-weight:700;display:inline-flex;align-items:center;text-decoration:none}@media screen and (min-width:1200px){.b-dMenu__item>.b-dMenu__link-wrapper a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.b-dMenu__item>.b-dMenu__link-wrapper a{font-size:1.125rem;line-height:1.25;font-weight:700}.b-dMenu__item>.b-dMenu__link-wrapper a:hover{text-decoration:underline}}@media screen and (min-width:1200px) and (min-width:1200px){.b-dMenu__item>.b-dMenu__link-wrapper a{font-size:1.3333333333rem;font-weight:700}}.b-dMenu__childs{margin-top:20px}.b-dMenu__childs a{display:inline-flex;align-items:center;text-decoration:none}.b-dMenu__childs a::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:8px;transition:0.1s;font-size:20px}@media screen and (min-width:1200px){.b-dMenu__childs a::before{margin-right:0.4444444444rem;font-size:1.1111111111rem}}@media screen and (min-width:1200px){.b-dMenu__childs a:hover::before{transform:translateX(4px)}}@media screen and (min-width:1200px){.b-dMenu__childs{margin-top:1.6666666667rem}}.b-dMenu__child:not(:last-child){margin-bottom:10px}@media screen and (min-width:1200px){.b-dMenu__child:not(:last-child){margin-bottom:0.8333333333rem}}@media screen and (min-width:1200px){.b-dMenu__inner{column-count:3;column-width:2.7777777778rem}}.b-dMenu__item{border-bottom:1px solid #F9F9F9}.b-dMenu__item:last-child{border-bottom:none}.b-dMenu__item+.b-dMenu__item{margin-top:0}.b-dMenu__link-wrapper{width:100%;min-height:20px;display:flex;justify-content:space-between;align-items:center}.b-dMenu__link-wrapper+.b-dMenu__childs{margin-top:0;display:none}.b-dMenu__link-wrapper+.b-dMenu__childs .b-dMenu__child:first-child{margin-top:10px}.b-dMenu__link-wrapper+.b-dMenu__childs .b-dMenu__child:last-child{margin-bottom:10px}.b-dMenu__link-wrapper a{padding:10px 0;width:100%;display:inline-block}.b-dMenu__link-wrapper .arrow{display:inline-flex;align-items:center;margin-left:10px;cursor:pointer;width:40px;height:40px;justify-content:center;flex-shrink:0}.b-dMenu__link-wrapper .arrow::after{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;transition:0.1s}.b-dMenu__item.is-active .b-dMenu__link-wrapper .arrow::after{transform:rotate(180deg);transition-duration:0.3s}@media screen and (min-width:480px){.b-dMenu__item{border-bottom:none}.b-dMenu__link-wrapper{width:auto;min-height:auto}.b-dMenu__link-wrapper a{padding:10px 0;width:auto;display:inline}.b-dMenu__link-wrapper .arrow{display:none}.b-dMenu__link-wrapper+.b-dMenu__childs{margin-top:10px;display:block}.b-dMenu__link-wrapper+.b-dMenu__childs .b-dMenu__child:first-child{margin-top:0}}.basket-count{flex-grow:1;width:20%}@media screen and (min-width:1200px){.basket-count{max-width:none;margin-left:2.5rem;background:#1A1919;color:#fff;position:relative;width:15.5555555556rem;text-align:center;min-height:5.5555555556rem;display:flex;align-items:center;justify-content:center;transition:0.2s;position:absolute;right:0;top:0;bottom:0;z-index:1}.basket-count:hover{background:#2E2D2D}}.basket-count__title{display:none}@media screen and (min-width:1200px){.basket-count__title{display:flex;align-items:center;justify-content:center;margin:0 0 0.5rem;font-size:1rem;font-weight:700;color:#FFFFFF}.basket-count__title::after{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;font-size:1.1111111111rem;margin-left:8px}}@media screen and (min-width:1200px) and (min-width:1200px){.basket-count__title{font-size:1rem;font-weight:700}}.basket-count__info{display:none}@media screen and (min-width:1200px){.basket-count__info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:1rem;font-weight:700;white-space:nowrap;position:relative;padding-left:48px}.basket-count__info::before{content:"";font-family:"icomoon";font-size:1.5555555556rem;font-weight:400;line-height:1;color:inherit;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;color:#FEF642}}@media screen and (min-width:1200px) and (min-width:1200px){.basket-count__info{font-size:1rem;font-weight:700}}.basket-count__count{order:-1}@media screen and (min-width:1200px){.basket-count__sum{font-size:0.875rem;font-weight:400;order:1}}@media screen and (min-width:1200px) and (min-width:1200px){.basket-count__sum{font-size:0.8888888889rem;font-weight:400}}.basket-count__link{font-size:0;width:24px;height:24px;text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative;-webkit-tap-highlight-color:transparent;margin:0 auto;color:#FEF642}@media screen and (min-width:1200px){.basket-count__link{position:absolute;left:0;right:0;top:0;bottom:0;width:auto;height:auto;z-index:1}}.basket-count__link::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.basket-count__link::before{display:none}}.basket-count__link--text{display:none}.basket-count__link--count{position:absolute;top:-7px;right:-7px;width:17px;height:17px;background:#FEF642;border-radius:50%;color:#1A1919;padding:1px;font-weight:700;font-size:0.75rem;display:none;align-items:center;justify-content:center}.basket-count__link--count.is-active{display:flex}@media screen and (min-width:1200px){.basket-count__link--count{display:none !important}}.region-header-bottom{display:flex;align-items:center;justify-content:center;background:#010002;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.region-header-middle [data-ajax-placeholder]{position:absolute;opacity:0}.logo-header{margin-right:25px}@media screen and (min-width:1200px){.logo-header{margin-right:4.4444444444rem}}.logo-header .field-logo-2{width:205px}.logo-header .field-logo-2 a{font-size:0;text-decoration:none}.logo-header .field-logo-2 img{width:100%}@media screen and (min-width:1200px){.logo-header .field-logo-2{width:13.2222222222rem}.logo-header .field-logo-2 svg>.st1{fill:#010002}.logo-header .field-logo-2 svg .st0{fill:#FFFFFF}.logo-header .field-logo-2 svg .st2{fill:#010002}.page-not-front .logo-header .field-logo-2 svg>.st1{fill:#FFFFFF}.page-not-front .logo-header .field-logo-2 svg .st0,.page-not-front .logo-header .field-logo-2 svg g .st1{fill:#010002}.page-not-front .logo-header .field-logo-2 svg .st2{fill:#FFFFFF}}.logo-header .field-logo{display:none;width:205px}.logo-header .field-logo a{font-size:0;text-decoration:none}.logo-header .field-logo img{width:100%}@media screen and (min-width:1200px){.logo-header .field-logo{width:13.2222222222rem}}.logo-header .field-block-subtitle{color:#FFFFFF;margin-top:5px;font-size:13px;text-align:center}@media screen and (min-width:1200px){.logo-header .field-block-subtitle{font-size:0.7222222222rem}}.contacts-header{color:#1A1919}@media screen and (min-width:1200px){.contacts-header{color:#FFFFFF}}.contacts-header__container{display:flex;align-items:center}.contacts-header .mail_wrapper{display:none;padding:0 11px;font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.contacts-header .mail_wrapper{font-size:0.8888888889rem;font-weight:400}}@media screen and (min-width:1200px){.contacts-header .mail_wrapper{display:block;text-align:left;padding:0;margin-left:1.6666666667rem}}.contacts-header .field-block-link-2 a{display:inline-flex;align-items:center;text-decoration:none;transition:0.2s;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.contacts-header .field-block-link-2 a{font-size:1rem;font-weight:700}}.contacts-header .field-block-link-2 a::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;font-size:1.3333333333rem;margin-right:0.2777777778rem;color:#FEF642}@media screen and (min-width:1200px){.contacts-header .field-block-link-2 a:hover{color:#FEF642}}.contacts-header .field-block-phone{display:flex;align-items:center;position:relative;margin-bottom:0 !important}.contacts-header .field-block-phone.is-open .hidden-phones{opacity:1;transform:none;pointer-events:all}.contacts-header .field-block-phone.is-open .arrow::before{transform:rotate(180deg)}.contacts-header .field-block-phone .arrow{display:inline-flex;align-items:center;margin-left:10px;cursor:pointer}@media screen and (min-width:1200px){.contacts-header .field-block-phone .arrow{display:none}}.contacts-header .field-block-phone .arrow::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;transition:0.1s}@media screen and (min-width:360px) and (max-width:1199px){.contacts-header .field-block-phone .hidden-phones{position:absolute;left:0;top:100%;z-index:10;background:white;padding:10px 15px;border-radius:5px;margin-top:5px;opacity:0;pointer-events:none;transform:translateY(5px);transition:0.1s}}@media screen and (min-width:1200px){.contacts-header .field-block-phone .hidden-phones{margin-left:1.6666666667rem}}.contacts-header .field-block-phone a{text-decoration:none;transition:0.2s;font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.contacts-header .field-block-phone a{font-size:1.3333333333rem;font-weight:700}}@media screen and (min-width:1200px){.contacts-header .field-block-phone a:hover{color:#FEF642}}.contacts-header .field-block-desc{transition:0.3s}.search form.search-block{position:fixed;left:25px;right:25px;top:0;z-index:12;transform:translateY(-101%);transition:0.3s}.search__btn{color:#FFFFFF;padding:10px;margin:-10px}.search__btn::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}.search__btn.is-open::before{content:""}.search__overlay{display:none;position:fixed;left:0;right:0;top:0;bottom:0;background:#090808;opacity:0.5;z-index:11;pointer-events:none}.search.is-open form.search-block{transform:none;top:55px}.search .form-item-icon,.search .form-actions .form-submit{display:none}@media screen and (min-width:360px) and (max-width:1199px){.search .ui-menu.ui-autocomplete{top:60px !important}}@media screen and (min-width:1200px){.search .ui-menu.ui-autocomplete{top:3.8888888889rem !important;max-height:20rem}}form .form-item-search,form .form-item-search-input{position:relative;margin-bottom:8px}form .form-item-search label,form .form-item-search-input label{display:none}form .form-item-search::before,form .form-item-search-input::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";position:absolute;left:14px;top:14px;z-index:2;pointer-events:none}form .form-item-search.is-active label,form .form-item-search-input.is-active label{opacity:0}form .form-item-search.is-active input.form-autocomplete::placeholder,form .form-item-search-input.is-active input.form-autocomplete::placeholder{color:transparent;opacity:0}form .form-item-search input.form-autocomplete,form .form-item-search-input input.form-autocomplete{padding-left:48px;padding-right:60px;background-image:none;transition:0.2s border-color,0.2s border-color,0.2s color,0.2s opacity}form .form-item-search input.form-autocomplete::placeholder,form .form-item-search-input input.form-autocomplete::placeholder{color:inherit;opacity:1}form .form-item-search input.form-autocomplete.ui-autocomplete-loading,form .form-item-search-input input.form-autocomplete.ui-autocomplete-loading{background-image:url("/themes/personal/images/loader.svg");background-position:calc(100% - 10px) 50%;background-size:40px;background-repeat:no-repeat}form .form-item-search input.form-autocomplete.ui-autocomplete-loading~.clear,form .form-item-search-input input.form-autocomplete.ui-autocomplete-loading~.clear{opacity:0}@media screen and (min-width:1200px){form .form-item-search,form .form-item-search-input{margin-bottom:0;margin-right:1.3888888889rem;flex-grow:1}form .form-item-search label,form .form-item-search-input label{position:absolute;left:2.6666666667rem;top:0;bottom:0;display:flex;align-items:center;pointer-events:none;transition:0.1s}form .form-item-search label::before,form .form-item-search-input label::before{content:"";position:absolute;left:100%;top:0.8333333333rem;margin-left:0.8333333333rem;width:8.0555555556rem;height:1.2222222222rem}form .form-item-search label span,form .form-item-search-input label span{font-weight:700;color:#010002;margin-left:0.2em}form .form-item-search label span.voice-supported,form .form-item-search-input label span.voice-supported{display:none}.webkitSpeechRecognition form .form-item-search label span.voice-supported,.webkitSpeechRecognition form .form-item-search-input label span.voice-supported{display:block}.webkitSpeechRecognition form .form-item-search label span.voice-not-supported,.webkitSpeechRecognition form .form-item-search-input label span.voice-not-supported{display:none}form .form-item-search::before,form .form-item-search-input::before{left:0.7777777778rem;top:1.0555555556rem;font-size:1.3333333333rem}form .form-item-search input.form-autocomplete,form .form-item-search-input input.form-autocomplete{padding-left:2.6111111111rem;padding-right:3.3333333333rem}form .form-item-search input.form-autocomplete::placeholder,form .form-item-search-input input.form-autocomplete::placeholder{color:transparent;opacity:0}form .form-item-search input.form-autocomplete.ui-autocomplete-loading,form .form-item-search-input input.form-autocomplete.ui-autocomplete-loading{background-position:calc(100% - 0.5555555556rem) 50%;background-size:2.2222222222rem}}.si-wrapper .si-btn{position:absolute;right:0;top:0;bottom:0;width:60px;font-size:0;display:flex;align-items:center;justify-content:center;background:none;border:none;-webkit-appearance:none;outline:none;cursor:pointer}.si-wrapper .si-btn::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";pointer-events:none}.si-wrapper .si-btn::after{content:"";width:131px;height:13px;background:url("/themes/personal/images/search-arrow.svg") no-repeat center;background-size:contain;position:absolute;right:100%;top:14px;margin-right:-4px;pointer-events:none;transition:0.2s}.si-wrapper .clear{position:absolute;right:0;top:0;bottom:0;width:60px;font-size:0;display:flex;align-items:center;justify-content:center;background:none;border:none;-webkit-appearance:none;outline:none;cursor:pointer}.si-wrapper .clear::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";pointer-events:none}@media screen and (min-width:1200px){.si-wrapper .si-btn{width:3.3333333333rem}.si-wrapper .si-btn::before{font-size:1.3333333333rem}.si-wrapper .si-btn::after{width:8.1666666667rem;height:0.7777777778rem;top:1.1111111111rem;margin-right:-1rem}.si-wrapper .clear{width:3.3333333333rem}.si-wrapper .clear::before{font-size:1.3333333333rem}}.fixed-pane-first{position:fixed;top:5.5555555556rem;left:0;width:5.5555555556rem;bottom:0;background:rgba(1,0,2,0.4);border-right:1px solid rgba(255,255,255,0.1);z-index:20;display:none}@media screen and (min-width:1200px){.fixed-pane-first{display:block;transition:0.2s}.site-page.is-scrolled .fixed-pane-first{background:#F9F9F9}.page-not-front .fixed-pane-first{background:#F9F9F9}}.region-pane-first{height:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:1.9444444444rem 1.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#FEF642 #F9F9F9}.region-pane-first::-webkit-scrollbar{width:7px;height:7px}.region-pane-first::-webkit-scrollbar-track{background:#F9F9F9;border-radius:2px}.region-pane-first::-webkit-scrollbar-thumb{background:#FEF642;border-radius:2px;cursor:pointer}.region-pane-first>div{margin-top:auto;margin-bottom:auto}.page-pane-fixed-contacts .field-block-telegram,.page-pane-fixed-contacts .field-block-viber,.page-pane-fixed-contacts .field-block-whatsapp{padding:0;margin:0.8333333333rem 0 0}.page-pane-fixed-contacts .field-block-link-img-multi__items{flex-direction:column}.page-pane-fixed-contacts .field-block-link-img-multi__item{margin-top:0.8333333333rem}.language-list{text-align:center;font-weight:700;font-size:0.8888888889rem;text-transform:uppercase}.language-list__items{display:flex;flex-wrap:wrap;margin:0 -5px -0.2777777778rem}.language-list__item{padding:0 5px;margin:0 0 0.2777777778rem}@media screen and (min-width:1200px){.language-list__item{width:100%}}.language-list__item a{padding:0.2777777778rem 0.5555555556rem;display:block;background:#ADE290;color:#fff;text-decoration:none;border-radius:5px;transition-duration:0.2s}.language-list__item a:hover,.language-list__item.active-lang a{background:#FEF642}.site-header-btn{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:pointer;-webkit-tap-highlight-color:transparent;width:24px;height:24px;color:#1A1919}.site-header-btn:after,.site-header-btn:before{content:"";display:block;width:18px;background:currentColor;height:2px;transition-duration:0.5s}@media screen and (min-width:1200px){.site-header-btn:after,.site-header-btn:before{width:1.6666666667rem;height:0.1666666667rem}}.site-header-btn span{width:18px;margin:2px 0;position:relative;background:currentColor;height:2px;transition-duration:0.5s}@media screen and (min-width:1200px){.site-header-btn span{width:1.6666666667rem;margin:0.2777777778rem 0;height:0.1666666667rem}}.site-header-btn span:before{content:"";background:currentColor;position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;text-decoration:none;transition-duration:0.5s}.site-header-btn:hover:before,.site-header-btn:hover:after{margin-left:0;width:18px}@media screen and (min-width:1200px){.site-header-btn:hover:before,.site-header-btn:hover:after{width:1.6666666667rem}}.site-header-btn.is-open:before,.site-header-btn.is-open:after{opacity:0;visibility:hidden}.site-header-btn.is-open:before{transform:scaleX(0)}.site-header-btn.is-open:after{transform:scaleX(0)}.site-header-btn.is-open span{transform:rotate(45deg)}.site-header-btn.is-open span:before{transform:rotate(-90deg)}.site-footer{position:relative;padding:35px 0 55px;color:#FFFFFF}.site-footer::before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#262626;opacity:0.8;z-index:-1}.site-footer__first{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.site-footer__first{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.site-footer__second{padding-left:25px;padding-right:25px;margin-top:35px}@media screen and (min-width:1200px){.site-footer__second{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.site-footer__popup{display:none}.logo-footer{text-align:center}@media screen and (min-width:1200px){.logo-footer{display:block;margin-left:1.3888888889rem;margin-right:2.5rem}.logo-footer__container{display:inline-block}}.logo-footer .field-logo{width:307px;margin:0 auto;text-align:center}.logo-footer .field-logo a{font-size:0;text-decoration:none}.logo-footer .field-logo img{width:100%}@media screen and (min-width:1200px){.logo-footer .field-logo{width:19.8333333333rem}}.logo-footer .field-block-subtitle{margin-top:5px}@media screen and (min-width:1200px){.logo-footer .field-block-subtitle{text-align:center;margin-top:0.2777777778rem}}.logo-footer .field-block-text{margin-top:25px}@media screen and (min-width:1200px){.logo-footer .field-block-text{text-align:center;margin-top:2.7777777778rem}}.logo-footer .socials{margin-top:2.7777777778rem;display:flex;align-items:center;justify-content:center}.logo-footer .field-block-telegram,.logo-footer .field-block-viber,.logo-footer .field-block-whatsapp{padding:0 4px;transition:0.2s}.logo-footer .field-block-telegram:hover,.logo-footer .field-block-viber:hover,.logo-footer .field-block-whatsapp:hover{transform:translateY(-3px)}.logo-footer .field-block-link-img-multi__items{display:flex;align-items:center}.logo-footer .field-block-link-img-multi__item{padding:0 4px;transition:0.2s}.logo-footer .field-block-link-img-multi__item:hover{transform:translateY(-3px)}.block-type-contacts .block__content{text-align:center}.block-type-contacts .field-block-phone{margin-bottom:15px}@media screen and (min-width:1200px){.block-type-contacts .field-block-phone{margin-bottom:0.8333333333rem}}.block-type-contacts .field-block-phone__label{font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.block-type-contacts .field-block-phone__label{font-size:0.8888888889rem;font-weight:400}}.block-type-contacts .field-block-phone a{white-space:nowrap;text-decoration:none}.block-type-contacts .field-block-email a{font-weight:700;text-decoration:none}.block-type-contacts .socials{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.block-type-contacts .field-block-telegram,.block-type-contacts .field-block-viber,.block-type-contacts .field-block-whatsapp{max-width:50px;padding:0 4px;transition:0.2s}.block-type-contacts .field-block-telegram:hover,.block-type-contacts .field-block-viber:hover,.block-type-contacts .field-block-whatsapp:hover{transform:translateY(-3px)}.block-type-contacts .field-block-link-img-multi__items{display:flex;align-items:center}.block-type-contacts .field-block-link-img-multi__item{max-width:50px;padding:0 4px;transition:0.2s}.block-type-contacts .field-block-link-img-multi__item:hover{transform:translateY(-3px)}.contacts-menu .block__content{text-align:left}.contacts-menu .field-block-phone__item:not(:first-child){margin-top:10px}.contacts-menu .field-block-phone a{font-size:1.125rem;line-height:1.25;font-weight:700;transition:0.2s}@media screen and (min-width:1200px){.contacts-menu .field-block-phone a{font-size:1.3333333333rem;font-weight:700}}.contacts-menu .field-block-phone a:hover{color:#FEF642}@media screen and (min-width:1200px){.contacts-menu .field-block-phone .hidden-phones{margin-top:1.3888888889rem}.contacts-menu .field-block-phone .hidden-phones .field__item+.field__item{margin-top:1.3888888889rem}}.contacts-menu .field-block-email{margin-top:10px}@media screen and (min-width:1200px){.contacts-menu .field-block-email{margin-top:1.9444444444rem}}.contacts-menu .field-block-email a{transition:0.2s}.contacts-menu .field-block-email a:hover{color:#FEF642}.contacts-menu .field-block-desc{font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.contacts-menu .field-block-desc{font-size:0.8888888889rem;font-weight:400}}.contacts-menu .socials{margin-top:20px;justify-content:flex-start;margin-left:-4px;margin-right:-4px}@media screen and (min-width:1200px){.contacts-menu .socials{display:none}}.contacts-footer{margin-top:35px}.contacts-footer .block__title{display:none;font-size:1.25rem;line-height:1.25;font-weight:700;margin-bottom:35px}@media screen and (min-width:1200px){.contacts-footer .block__title{font-size:2rem;font-weight:700}}@media screen and (min-width:1200px){.contacts-footer .block__title{display:block;color:#FEF642}}.contacts-footer .field-block-map{margin-top:10px}@media screen and (min-width:360px) and (max-width:1199px){.contacts-footer .field-block-phone a{font-size:1.5rem;line-height:1.25;font-weight:700}}@media screen and (min-width:360px) and (max-width:1199px) and (min-width:1200px){.contacts-footer .field-block-phone a{font-size:2.6666666667rem;font-weight:700}}@media screen and (min-width:1200px){.contacts-footer .field-block-phone a{font-size:1.125rem;line-height:1.25;font-weight:700;transition:0.2s}.contacts-footer .field-block-phone a:hover{color:#FEF642}}@media screen and (min-width:1200px) and (min-width:1200px){.contacts-footer .field-block-phone a{font-size:1.3333333333rem;font-weight:700}}.contacts-footer .field-block-phone .hidden-phones{margin-top:10px}.contacts-footer .field-block-phone .hidden-phones .field__item:not(:first-child){margin-top:10px}.contacts-footer .field-block-email{margin-top:10px}@media screen and (min-width:1200px){.contacts-footer .field-block-email a{transition:0.2s}.contacts-footer .field-block-email a:hover{color:#FEF642}}.contacts-footer .socials{margin-top:15px}@media screen and (min-width:1200px){.contacts-footer .socials{display:none}}.region-content .contacts-page{padding-bottom:0}.contacts-page .block__content{text-align:left}.contacts-page .socials{margin-top:20px;justify-content:unset}.contacts-page .field-block-map{z-index:1;position:relative;margin-top:30px}.contacts-page .geolocation-map-wrapper{margin:0 -25px;height:750px}.contacts-page .field-block-email{margin-top:20px}.contacts-page .field-block-text{margin-top:20px}.contacts-page .field-block-link{margin-top:20px;display:flex;align-items:center}.contacts-page .field-block-link .field__label{font-weight:700;margin-right:0.3em}.contacts-page .field-block-phone{margin-bottom:20px}@media screen and (min-width:1200px){.contacts-page .field-block-phone{margin-bottom:0;display:flex;gap:25px}.contacts-page .field-block-phone .arrow{display:none}}.contacts-page .field-block-phone a{font-size:1.25rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.contacts-page .field-block-phone a{font-size:2rem;font-weight:700}}.contacts-page .field-block-phone .hidden-phones .field__item{margin-top:5px}@media screen and (min-width:1200px){.contacts-page .field-block-phone .hidden-phones .field__item{margin-top:0}}.contacts-page .webform-confirmation{text-align:center}.contacts-page .field-block-form{background:#FFFFFF;box-shadow:0px 4px 12px rgba(147,152,155,0.2);padding:30px 15px;position:relative;z-index:15;margin-top:-40px}.contacts-page .field-block-form .field__label{font-weight:700;font-size:1.125rem;text-align:center}.contacts-page .field-block-form .form-item-subtitle{text-align:center}.contacts-page .field-block-form .form-actions .form-submit{width:100%}.region-content .views-block-shops-block-2{padding-top:0;margin-top:30px}.views-block-shops-block-2 .view-content{margin:0 -30px}.views-block-shops-block-2 .geolocation-map-wrapper{width:100%;position:relative;z-index:1;height:750px}.views-block-shops-block-2 .geolocation-map-container{height:100% !important}.views-block-shops-block-2 .leaflet-container a{color:inherit}.views-block-shops-block-2 .leaflet-container .shop-full .field-shop-phones a,.views-block-shops-block-2 .leaflet-container .shop-full__title,.views-block-shops-block-2 .leaflet-container .shop-card .field-shop-phones a,.views-block-shops-block-2 .leaflet-container .shop-card__title{font-size:1rem}.views-block-shops-block-2 .leaflet-container .shop-full .swiper-button:hover,.views-block-shops-block-2 .leaflet-container .shop-full__route a:hover,.views-block-shops-block-2 .leaflet-container .shop-card .swiper-button:hover,.views-block-shops-block-2 .leaflet-container .shop-card__route a:hover{color:#FFFFFF}.views-block-shops-block-2 .leaflet-container .shop-full *,.views-block-shops-block-2 .leaflet-container .shop-card *{box-sizing:border-box}.views-block-shops-block-2 .leaflet-container .shop-full .swiper-navigation,.views-block-shops-block-2 .leaflet-container .shop-card .swiper-navigation{display:none}.views-block-shops-block-2 .leaflet-popup-content-wrapper{box-shadow:0px 0px 30px rgba(60,63,65,0.06);border-radius:0}.views-block-shops-block-2 .field-block-form{background:#FFFFFF;box-shadow:0px 4px 12px rgba(147,152,155,0.2);padding:30px 15px;position:relative;z-index:2;margin-top:-40px}.views-block-shops-block-2 .field-block-form .field__label{font-weight:700;font-size:1.125rem;text-align:center}.views-block-shops-block-2 .field-block-form .form-item-subtitle{text-align:center}.views-block-shops-block-2 .field-block-form .form-actions .form-submit{width:100%}.views-block-shops-block-2 .webform-confirmation{text-align:center}.views-block-shops-block-2 .webform-confirmation__message{margin-bottom:0}@media screen and (min-width:1200px){.region-content .views-block-shops-block-2{margin-top:1.6666666667rem}.views-block-shops-block-2 .view{position:relative}.views-block-shops-block-2 .view-content{margin-left:-10.2777777778rem;margin-right:0;width:100vw}.views-block-shops-block-2 .geolocation-map-wrapper{height:34.2777777778rem}.views-block-shops-block-2 .field-block-form{position:absolute;bottom:2.7777777778rem;width:21.6666666667rem;padding:1.6666666667rem 1.1111111111rem}}.page-node-1 .personal-content{padding-top:0 !important;padding-bottom:0 !important}.copywriting{text-align:center;margin-top:15px}@media screen and (min-width:1200px){.copywriting{text-align:left;margin:0;font-size:0.875rem;font-weight:400}}@media screen and (min-width:1200px) and (min-width:1200px){.copywriting{font-size:0.8888888889rem;font-weight:400}}.menu-footer,.catalog-menu-footer{display:none;padding:0 25px}@media screen and (min-width:1200px){.menu-footer,.catalog-menu-footer{display:block}}.menu-footer__title,.catalog-menu-footer__title{font-size:1.25rem;line-height:1.25;font-weight:700;margin-bottom:35px;color:#FEF642}@media screen and (min-width:1200px){.menu-footer__title,.catalog-menu-footer__title{font-size:2rem;font-weight:700}}.menu-footer .menu__item,.catalog-menu-footer .menu__item{list-style:none;font-size:1rem;font-weight:700;padding:0 0 0 33px;position:relative}@media screen and (min-width:1200px){.menu-footer .menu__item,.catalog-menu-footer .menu__item{font-size:1rem;font-weight:700}}.menu-footer .menu__item:not(:last-child),.catalog-menu-footer .menu__item:not(:last-child){margin-bottom:27px}.menu-footer .menu__item a,.catalog-menu-footer .menu__item a{text-decoration:none;transition:0.2s}.menu-footer .menu__item a::before,.catalog-menu-footer .menu__item a::before{content:"";position:absolute;left:4px;top:0.52em;height:2px;width:14px;background:#FFFFFF}.menu-footer .menu__item a:hover,.catalog-menu-footer .menu__item a:hover{color:#FEF642}.menu-footer .menu__item a:hover::before,.catalog-menu-footer .menu__item a:hover::before{background:#FEF642}.footer-bg{position:static}.footer-bg .field-block-background{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.footer-bg .field-block-background::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#010002;opacity:0.8}.footer-bg .field-block-background img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:1200px){.breadcrumb{font-size:0.8888888889rem;font-weight:400}}.breadcrumb ol{display:flex;align-items:center;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;margin-left:-25px;margin-right:-25px;padding:0 25px}.breadcrumb ol::-webkit-scrollbar{display:none}.breadcrumb ol li{list-style:none;margin:0;padding:0;flex-shrink:0;display:flex;align-items:center}.breadcrumb ol li:before{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;margin:0 15px;color:#777676}@media screen and (min-width:1200px){.breadcrumb ol li:before{font-size:1.1111111111rem}}.breadcrumb ol li a{text-decoration:none}.breadcrumb ol li a:hover{text-decoration:underline}.breadcrumb ol li:first-of-type{display:inline-block;vertical-align:middle}.breadcrumb ol li:first-of-type:before{display:none}.breadcrumb ol li:first-of-type a{font-size:0;background:none;text-decoration:none}.breadcrumb ol li:first-of-type a:before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.breadcrumb ol li:first-of-type a:before{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.breadcrumb ol li:nth-last-child(2){flex-grow:1}}.breadcrumb .back{display:none}.breadcrumb .back::before{content:""}@media screen and (min-width:1200px){.breadcrumb .back{display:flex;cursor:pointer;transition:0.2s}.breadcrumb .back::before{font-size:1.3333333333rem;transition:0.2s}.breadcrumb .back:hover{color:#1A1919}.breadcrumb .back:hover::before{color:#1A1919}}.personal-page-title .block__content{font-size:1.875rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:0.02em}@media screen and (min-width:1200px){.personal-page-title .block__content{font-size:3.5555555556rem;font-weight:700}}.personal-page-title h1{all:inherit;margin:0;padding:0;height:auto}.personal-page-title .total_rows{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em}@media screen and (min-width:1200px){.personal-page-title .total_rows{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}.item_click_wraper{z-index:555;pointer-events:none}.item_click{z-index:555}.block-sub-title{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em;color:#5A5959;margin-top:5px}@media screen and (min-width:1200px){.block-sub-title{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}@media screen and (min-width:1200px){.block-sub-title{margin-top:0.8333333333rem}}.seo-block .block__title{margin-bottom:15px;font-size:1.875rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:0.02em}@media screen and (min-width:1200px){.seo-block .block__title{font-size:2rem;font-weight:700;margin-bottom:1.1111111111rem}}.seo-block__container{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#FEF642 #F9F9F9;padding-right:15px;max-height:340px}.seo-block__container::-webkit-scrollbar{width:7px;height:7px}.seo-block__container::-webkit-scrollbar-track{background:#F9F9F9;border-radius:2px}.seo-block__container::-webkit-scrollbar-thumb{background:#FEF642;border-radius:2px;cursor:pointer}@media screen and (min-width:1200px){.seo-block__container{max-height:19.4444444444rem}}.seo-block__container p:last-child{margin-bottom:0}.drupal_seo_link{right:0;left:auto;border-radius:50% 0 0 50%}.relinking-cities__container{display:flex;flex-wrap:wrap;gap:0.3em}.relinking-cities__container a{flex-grow:1;background:#FEF642;color:#010002;border-radius:5px;font-weight:700;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center}.relinking-cities__container a.is-active{background:#010002;color:#FEF642}@media screen and (min-width:1200px){.relinking-cities__container a{transition-duration:0.2s;padding:0.5555555556rem 0.8333333333rem;border-radius:0.2777777778rem;flex-grow:0}.relinking-cities__container a:hover{background:#010002;color:#FEF642}}.involvement .block__content{display:flex}.involvement .field-block-image{flex-shrink:0;width:29.4444444444rem}.involvement .field-block-image img{display:block}.involvement .container{flex-grow:1;padding:2.7777777778rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#010002;color:#FFFFFF}.involvement .field-block-title{font-size:1.5rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.involvement .field-block-title{font-size:2.6666666667rem;font-weight:700}}.involvement .field-block-text{margin-top:0.8333333333rem;max-width:16.1111111111rem}.involvement .field-block-subtitle{font-size:1.25rem;line-height:1.25;font-weight:700;margin-top:0.8333333333rem;color:#FEF642}@media screen and (min-width:1200px){.involvement .field-block-subtitle{font-size:2rem;font-weight:700}}.involvement .field-block-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642;margin-top:0.8333333333rem}@media screen and (min-width:1200px){.involvement .field-block-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.involvement .field-block-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.involvement .field-block-link a:hover{color:#FFFFFF;background:#010002}.involvement .field-block-link a::after{background:#010002}@media screen and (min-width:1200px){.involvement .field-block-link a:hover::after{transform:scaleX(1)}}.involvement .field-block-link a::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;font-size:1.3333333333rem;margin-right:0.5555555556rem}.mfp-content .involvement{padding:0;width:58.8888888889rem;overflow:hidden}.mfp-content .involvement .mfp-close{color:#FFFFFF}.sliding-popup-bottom{bottom:0;will-change:transform;transform:translateY(0);position:fixed;left:0;z-index:99;transition-duration:1s;transition-delay:3s}.wait-load .sliding-popup-bottom{transform:translateY(100%)}.sliding-popup-bottom .popup-content{content-visibility:auto}.eu-cookie-compliance-content{max-width:none;padding:25px}@media screen and (min-width:1200px){.eu-cookie-compliance-content{padding-left:4.7222222222rem;padding-right:4.7222222222rem;display:flex;align-items:center;justify-content:space-between}}.eu-cookie-compliance-message h2{font-size:1rem}.eu-cookie-compliance-message p{font-size:0.875rem;font-weight:400;font-weight:400}@media screen and (min-width:1200px){.eu-cookie-compliance-message p{font-size:0.8888888889rem;font-weight:400}}.eu-cookie-compliance-message button{font-size:0.875rem;font-weight:400;font-weight:400}@media screen and (min-width:1200px){.eu-cookie-compliance-message button{font-size:0.8888888889rem;font-weight:400}}.eu-cookie-compliance-message button:hover{text-decoration:none}.eu-cookie-compliance-buttons{padding-top:15px;margin-bottom:0;display:flex;align-items:center}@media screen and (min-width:1200px){.eu-cookie-compliance-buttons{margin-top:0}}.eu-cookie-compliance-secondary-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642;margin-top:0}@media screen and (min-width:1200px){.eu-cookie-compliance-secondary-button{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.eu-cookie-compliance-secondary-button{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.eu-cookie-compliance-secondary-button:hover{color:#FFFFFF;background:#010002}.eu-cookie-compliance-secondary-button::after{background:#010002}@media screen and (min-width:1200px){.eu-cookie-compliance-secondary-button:hover::after{transform:scaleX(1)}}.eu-cookie-compliance-secondary-button:hover{background:#FFFFFF;color:#2E2D2D}.eu-cookie-compliance-default-button{font-family:"CenturyGothic";background:none;border:none;border-radius:0;color:#FFFFFF;text-shadow:none;box-shadow:none;margin-top:0;margin-left:10px;font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.eu-cookie-compliance-default-button{font-size:0.8888888889rem;font-weight:400}}.eu-cookie-compliance-default-button:hover{background:none}.eu-cookie-compliance-default-button:active{position:static}.scroll-top{position:fixed;left:10.2777777778rem;bottom:2.7777777778rem;width:3rem;height:3rem;border-radius:0.2777777778rem;background:#FEF642;color:#1A1919;display:none;justify-content:center;align-items:center;opacity:0;visibility:hidden;transform:translateY(30px);transition:transform 0.2s,opacity 0.2s,box-shadow 0.2s;z-index:9;cursor:pointer}.scroll-top::before{content:"";font-family:"icomoon";font-size:1.3333333333rem;font-weight:400;line-height:1;color:inherit}.scroll-top:hover{box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.scroll-top.is-sticky{position:absolute;bottom:auto;top:-1.5rem;left:4.7222222222rem}.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}@media screen and (min-width:1200px){.scroll-top{display:flex;z-index:12}}@media screen and (min-width:1200px){.site-page{padding-left:5.5555555556rem}.page-not-front .site-page{padding-top:5.5555555556rem}.block-type-contacts .field-block-phone__label{font-size:0.8888888889rem}.block-type-contacts .field-block-phone__item{font-size:2rem}.block-type-contacts .field-block-email,.block-type-contacts .field-block-link,.block-type-contacts .field-block-text{margin-top:25px}.block-type-contacts .socials{margin-top:25px;justify-content:unset}.block-type-contacts .field-block-link-img-multi__item,.block-type-contacts .field-block-telegram,.block-type-contacts .field-block-viber,.block-type-contacts .field-block-whatsapp{max-width:3.3333333333rem}.site-header{position:fixed;left:0;right:0;top:0;padding:0 18.0555555556rem 0 10.2777777778rem;display:flex;align-items:center;z-index:50;min-height:5.5555555556rem}.site-header__top{position:static;flex-grow:1;background:none;padding:0}.site-header__center{order:-1;padding:0}.site-header__center .region{padding:0;width:auto}.site-header__center .search__btn{display:none}.site-header__bottom{position:static;flex-shrink:0;margin-left:5.4444444444rem;z-index:unset}.site-header__side_menu{top:5.5555555556rem;bottom:0;left:5.5555555556rem;padding:7.2222222222rem 14.4444444444rem;transform:scaleX(0);transform-origin:left center;transition-delay:0.4s}.is-open .site-header__side_menu{transition-delay:0s;transform:scaleX(1)}.is-open .site-header__side_menu .region-header-menu>.block{opacity:1;transform:translateY(0);transition-duration:0.6s}.is-open .site-header__side_menu .region-header-menu>.block:nth-child(1){transition-delay:0.4s}.is-open .site-header__side_menu .region-header-menu>.block:nth-child(2){transition-delay:0.8s}.is-open .site-header__side_menu .region-header-menu>.block:nth-child(3){transition-delay:1.2s}.is-open .site-header__side_menu .region-header-menu>.block:nth-child(4){transition-delay:1.6s}.region-header-menu{display:flex;justify-content:space-between}.region-header-menu .user-login-register{display:none}.region-header-menu>.block{opacity:0;transition-duration:1.5s;border:none !important;margin-top:0 !important;transform:translateY(10px);transition-delay:0s}.region-header-menu>.block .block__title{margin-bottom:1.9444444444rem}.site-header-btn{position:absolute;left:0;top:0;height:100%;width:5.5555555556rem;align-items:center;justify-content:center;background:#FEF642}.contacts-header .field-block-email{margin-top:0}.contacts-header .field-block-desc{opacity:1 !important}.region-header-bottom{background:none;box-shadow:none}.catalog-menu{position:absolute}.b-cMenu__btn{display:inline-block;padding:1rem 2.1111111111rem;border-radius:5px}.header-block__container{width:auto;margin-left:-1.1111111111rem;margin-right:-1.1111111111rem}.header-block__item{width:1.3333333333rem;height:1.3333333333rem;margin-left:1.1111111111rem;margin-right:1.1111111111rem}.header-block__item a:before{color:#fff}.header-block__item.type-favorites{order:-1}.header-block__item.type-compare{order:-2}.site-footer{padding:4.4444444444rem 0 1.9444444444rem}.site-footer:after{position:absolute;content:"";background:rgba(38,38,38,0.5);top:0;bottom:0;right:0;left:0;clip-path:polygon(0 100%,0 0,100% 79%,100% 100%);z-index:-1}.site-footer__second{margin-top:4.1666666667rem}.region-footer-first{display:flex;justify-content:space-between}.region-footer{display:flex;justify-content:space-between;align-items:flex-end;padding-left:30.5555555556rem}.logo-footer .field-block-text,.logo-footer .field-block-link{margin-top:50px}.gl-devel{width:320px;margin:0}.gl-devel-title{font-size:1.3333333333rem}.gl-devel-role{font-size:0.8888888889rem}.contacts-footer{margin:0;width:24.6666666667rem}.contacts-footer .block__content{text-align:left}.contacts-page{position:relative;z-index:1}.contacts-page .block__content{display:flex;align-items:flex-start;position:relative}.contacts-page .block__content .field-block-map{width:100%}.contacts-page .callback_wrapper{display:flex;width:100%;justify-content:space-between}.contacts-page .field-block-email,.contacts-page .field-block-link,.contacts-page .field-block-text{margin-top:0}.contacts-page .field-block-link{margin-top:0.8333333333rem}.contacts-page .field-block-phone{margin-right:7rem}.contacts-page .field-block-phone a{font-size:2rem}.contacts-page .field-block-form{position:absolute;bottom:2.7777777778rem;width:21.6666666667rem;padding:1.6666666667rem 1.1111111111rem}.contacts-page .geolocation-map-wrapper{height:615px;width:100vw;margin-left:-4.7222222222rem}.contacts-page .socials{margin-top:0}.site-content>.l{flex-direction:row}.site-content .site-rightbar{display:block;position:relative;z-index:2}.site-rightbar{width:25%;flex-shrink:0}.side{padding:1.6666666667rem 1.1111111111rem;background:#F9F9F9;text-align:center}.side__title{font-size:1.3333333333rem;font-weight:700;margin-bottom:1.3888888889rem}.side .menu a{font-size:1rem;font-weight:700;display:flex;justify-content:center;align-items:center;padding:0.5555555556rem 1.3888888889rem;background:#010002;color:#FEF642;text-decoration:none;border-radius:5px;text-align:center;min-height:3.3333333333rem;transition:0.2s}.side .menu a:hover{background:#FEF642;color:#1A1919}.side .menu__item{margin:0 0 0.5555555556rem}.side .menu__item:last-of-type{margin-bottom:0}.side .menu__item--active-trail a{background:#FEF642;color:#1A1919}.logo-footer{text-align:left}.logo-footer .field-block-link a{max-width:275px}.menu-footer,.catalog-menu-footer{padding:0}.search form.search-block{left:13.3333333333rem;right:15.5555555556rem}.search.is-open form.search-block{top:6.1111111111rem;padding-left:1.6666666667rem}}@media screen and (min-width:1200px) and (min-width:1200px){.region-header-menu>.block{transition:0.4s}}@media screen and (min-width:1200px) and (min-width:1200px){.side .menu a{font-size:1rem;font-weight:700}}
.b-comment{padding:20px 15px;background:#F9F9F9;margin:0 -15px 5px}@media screen and (min-width:1200px){.b-comment{padding:1.1111111111rem;margin:0 0 0.5555555556rem}}.b-comment__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}@media screen and (min-width:1200px){.b-comment__top{margin-bottom:1.1111111111rem}}.b-comment__name{display:flex;flex-wrap:wrap;margin:0 -15px -5px}.b-comment__name-author{margin:0 15px 5px;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.b-comment__name-author{font-size:1rem;font-weight:700}}.b-comment .field-comment-rate{margin:0 15px 5px;width:100%}.b-comment__date{font-size:0.875rem;font-weight:400;line-height:1.25rem;flex-shrink:0}@media screen and (min-width:1200px){.b-comment__date{font-size:0.8888888889rem;font-weight:400}}@media screen and (min-width:1200px){.b-comment__date{font-size:1rem}}.b-comment__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px}@media screen and (min-width:1200px){.b-comment__bottom{margin-top:1.1111111111rem}}.b-comment__bottom-links{margin-bottom:-10px;display:flex;align-items:center;font-size:0.75rem;font-weight:700}@media screen and (min-width:1200px){.b-comment__bottom-links{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px) and (min-width:1200px){.b-comment__bottom-links{font-size:1rem;font-weight:700}}.b-comment__bottom-links ul{display:inline}.b-comment__bottom-links ul li{display:inline;margin:0;padding:0}.b-comment__bottom-links a{display:inline-block;vertical-align:middle;margin:0 15px 10px 0;text-decoration:none}@media screen and (min-width:1200px){.b-comment__bottom-links a{margin-right:1.3888888889rem}}.b-comment__bottom-links a:before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;margin:0 5px 0 0;vertical-align:middle;display:inline-block}@media screen and (min-width:1200px){.b-comment__bottom-links a:before{font-size:1.3333333333rem;margin-right:0.5555555556rem}}.b-comment__bottom-links a.b-comment__answers:before{content:""}.b-comment__bottom-links .comment-reply a:before{content:""}.b-comment__bottom-links .comment-delete a:before{content:""}.b-comment__bottom-links .comment-edit a:before{content:""}.b-comment__likes{display:flex;align-items:center;flex-shrink:0}.b-comment.unpublished{background:rgba(1,0,2,0.1)}.b-comment.has-parent .comment-reply{display:none}.b-comment.has-parent .field-comment-name:before{content:"";font-family:"icomoon";font-size:16px;font-weight:400;padding-right:5px;vertical-align:-2px;color:#FEF642}.field-product-comment .comment-form-wrapper{display:none;padding:2.5rem 2.2222222222rem;border:1px solid #E8E8E8;border-radius:5px}.field-product-comment .comment-form-wrapper .title{text-align:center}@media screen and (min-width:1200px){.page-node-type-product .field-product-comment .comment-form-wrapper{display:block}}.comment-form-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642;width:100%}@media screen and (min-width:1200px){.comment-form-button{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.comment-form-button{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.comment-form-button:hover{color:#FFFFFF;background:#010002}.comment-form-button::after{background:#010002}@media screen and (min-width:1200px){.comment-form-button:hover::after{transform:scaleX(1)}}@media screen and (min-width:480px){.comment-form-button{width:auto}}@media screen and (min-width:1200px){.comment-form-button{padding-left:8.3888888889rem;padding-right:8.3888888889rem}.page-node-type-product .comment-form-button{display:none}}.comments-list{margin:0 0 25px;width:100%;flex-grow:1;padding:0 0.8333333333rem}.comment-form-container{width:100%;padding:0 0.8333333333rem}@media screen and (min-width:1200px){.page-node-type-reviews .comment-form-container{position:absolute;right:0;top:-1.6666666667rem;width:auto;transform:translateY(-100%)}}@media screen and (min-width:1200px) and (min-width:1200px){.page-node-type-product .comment-form-container{width:29.4444444444rem;flex-shrink:0}}.comment-form-container .attention-message{text-align:center}.comment-form-container .attention-message a{text-decoration:none;border-bottom:1px solid currentColor;transition:0.2s}.comment-form-container .attention-message a:hover{border-color:transparent}.comment-form-title{text-transform:uppercase;margin-bottom:25px;margin-right:1.5rem}@media screen and (min-width:360px) and (max-width:1199px){.comment-form-title{font-size:1.5rem;line-height:1.25;font-weight:700}}@media screen and (min-width:360px) and (max-width:1199px) and (min-width:1200px){.comment-form-title{font-size:2.6666666667rem;font-weight:700}}@media screen and (min-width:1200px){.comment-form-title{font-size:1.25rem;line-height:1.25;font-weight:700;text-transform:none;margin-bottom:0.8333333333rem}}@media screen and (min-width:1200px) and (min-width:1200px){.comment-form-title{font-size:2rem;font-weight:700}}.comment-form .form-actions .form-submit{width:100%}.b-product-comments__form_wrapper{display:none}.b-product-comments__form .form-actions .form-submit{margin-top:10px;width:100%}.b-product-comments__form--title{margin-bottom:20px;text-align:center;font-size:1.5rem;font-weight:700;color:#1A1919}.b-product-comments__form input[readonly]{pointer-events:none;border:none;padding:0;background:transparent}.b-product-comments__button{width:100%;margin-top:30px}.indented{margin:0 0 0 25px}@media screen and (min-width:1200px){.indented{margin-left:5.5555555556rem}}.indented .field-comment-rate{display:none}.indented .b-comment{margin-left:0;border-radius:5px 0 0 5px}.field-product-comment__item{display:flex;flex-direction:column;margin:0 -0.8333333333rem}@media screen and (min-width:1200px){.field-product-comment__item{flex-direction:row}}.node--type-reviews .comments-list{order:1;margin-top:25px;margin-bottom:0}@media screen and (min-width:1200px){.node--type-reviews .comments-list{margin-top:0}}.comments-close{display:none}
.product-status{position:absolute;z-index:1;z-index:5;top:10px;left:0;display:flex;align-items:flex-start;flex-direction:column;margin-bottom:3px;font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em}@media screen and (min-width:1200px){.product-status{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}@media screen and (min-width:1200px){.product-status{top:0.5555555556rem;left:0.5555555556rem;margin-bottom:0.2777777778rem}}.product-status>.item{padding:5px 10px;color:#FFFFFF;border-radius:3px}@media screen and (min-width:1200px){.product-status>.item{padding:0.2777777778rem 0.5555555556rem}}.product-status>.item+.item{margin-top:3px}.product-status>.item-new{background:#010002}.product-status>.item-hit{background:#2EB100}.product-status>.item-promotion{background:#DB001A}.product-bonus{display:flex;flex-direction:column;letter-spacing:0;gap:3px}@media screen and (min-width:1200px){.product-bonus{gap:0.2777777778rem}}.product-bonus .item{position:relative;width:40px;height:40px;font-size:0;border:1px solid #E8E8E8;border-radius:50%;background-color:#FFFFFF;background-repeat:no-repeat;background-size:contain}.product-bonus .item-value{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin:auto auto 6px;font-size:8px;font-weight:700;color:#FFFFFF;border-radius:50%;background:#DB001A}.product-bonus .item-cheaper-together{background-image:url("/themes/personal/images/icons/cheaper-together.svg")}.product-bonus .item-top{background-image:url("/themes/personal/images/icons/top.svg")}@media screen and (min-width:1200px){.product-bonus .item{width:3.3333333333rem;height:3.3333333333rem}.product-bonus .item-value{width:1.2222222222rem;height:1.2222222222rem;margin-bottom:0.6666666667rem;font-size:0.5555555556rem}}.product-bonus.teaser{margin-top:3px;margin-left:3px;pointer-events:none}@media screen and (min-width:1200px){.product-bonus.teaser{margin-top:0.1666666667rem;margin-left:0}}.product-bonus.full{position:absolute;z-index:2;right:0;bottom:0}.product-bonus.full .item{width:80px;height:80px}.product-bonus.full .item-value{width:30px;height:30px;margin-bottom:auto;font-size:14px}.product-bonus.full .item-cheaper-together{background-image:url("/themes/personal/images/icons/cheaper-together.svg")}.product-bonus.full .item-cheaper-together .item-value{animation:wheelRotation 2s infinite}@media screen and (min-width:1200px){.product-bonus.full{display:none}}.product-bonus .js-cheaper-together{cursor:pointer}.product-teaser{position:relative;display:flex;flex-direction:column;flex-grow:1;width:100%;height:100%;padding:10px;text-align:center;color:#2E2D2D;border-radius:5px;background:#FFFFFF;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.product-teaser.not-available img{filter:grayscale(1);-webkit-filter:grayscale(1);transition-duration:0.2s}.product-teaser.not-available:hover img{filter:grayscale(0);-webkit-filter:grayscale(0)}@media screen and (min-width:1200px){.product-teaser{padding:0.5555555556rem;transition:0.2s}.product-teaser:hover{transform:translateY(-0.2777777778rem)}}.product-teaser__visible{position:relative;display:flex;flex-direction:column;flex-grow:1}.product-teaser__image{position:relative;margin-bottom:15px}@media screen and (min-width:1200px){.product-teaser__image{margin-bottom:0.8333333333rem}}.product-teaser__image:before{display:block;padding:0 0 94.5945945946%;content:""}.product-teaser__image a{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;text-decoration:none;display:flex;align-items:center;justify-content:center}.product-teaser__image img{width:auto;max-height:100%;border-radius:3px}.product-teaser__category{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em;color:#5A5959}@media screen and (min-width:1200px){.product-teaser__category{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}.product-teaser__title{font-size:1rem;font-weight:700;margin:5px 0 5px;padding:0 25px;font-size:14px;text-align:center;min-height:2.5em}@media screen and (min-width:1200px){.product-teaser__title{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.product-teaser__title{margin:0.2777777778rem 0 0.8333333333rem}}.product-teaser__title a{text-decoration:none;display:-webkit-box;overflow:hidden;padding:0;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media screen and (min-width:1200px){.product-teaser__title a:hover{text-decoration:underline}}.product-teaser__bottom{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:10px}@media screen and (min-width:1200px){.product-teaser__bottom{margin:0 -15px;gap:1.3333333333rem}}.product-teaser__price{padding:0 5px}@media screen and (min-width:992px){.product-teaser__price{padding:0 15px}}.product-teaser__price--content{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:0 10px}@media screen and (min-width:1200px){.product-teaser__price--content{gap:0 0.5555555556rem}}.product-teaser__price-text{display:none}.product-teaser__price .price{font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.product-teaser__price .price{font-size:1.3333333333rem;font-weight:700}}.product-teaser__price .price-old .percent{display:none}.product-teaser__price .price-old__content--label{display:none}.product-teaser__price .price-old__content--value,.product-teaser__price .price-old-value{font-size:0.875rem;font-weight:400;text-decoration:line-through;color:#DB001A}@media screen and (min-width:1200px){.product-teaser__price .price-old__content--value,.product-teaser__price .price-old-value{font-size:0.8888888889rem;font-weight:400;text-decoration:line-through}}.product-teaser .addto_basket_button,.product-teaser .warehous-btn{width:48px;min-width:48px;height:48px;min-height:auto;padding:0;font-size:0}@media screen and (min-width:1200px){.product-teaser .addto_basket_button,.product-teaser .warehous-btn{width:3.3333333333rem;height:3.3333333333rem}}.product-teaser .basket_add_button_wrap{display:flex;align-items:center;justify-content:center;gap:6px}@media screen and (min-width:992px){.product-teaser .basket_add_button_wrap{gap:12px}}@media screen and (min-width:1200px){.product-teaser .basket_add_button_wrap{gap:0.5555555556rem}}.product-teaser .basket_add_button_wrap .basket_item_count{flex-shrink:unset;width:auto;min-width:64px;height:48px}@media screen and (min-width:992px){.product-teaser .basket_add_button_wrap .basket_item_count{flex-shrink:0;width:108px}}@media screen and (min-width:1200px){.product-teaser .basket_add_button_wrap .basket_item_count{width:6rem;height:3.3333333333rem}}.product-teaser .basket_add_button_wrap .basket_item_count .arrow:hover{color:#FFD001}.product-teaser .warehous-btn{background:#FE4242}.product-teaser .warehous-btn:hover{color:#FFFFFF;background:#010002}.product-teaser .addto_basket_button:before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-teaser .addto_basket_button:before{font-size:1.3333333333rem}}.product-teaser__btns{display:flex;justify-content:center;margin-right:auto;margin-left:auto;padding:0}@media screen and (min-width:480px){.product-teaser__btns{margin-right:-4px;margin-left:-4px;padding:0 5px}}@media screen and (min-width:992px){.product-teaser__btns{padding:0 15px}}@media screen and (min-width:1200px){.product-teaser__btns{padding-left:0}}@media screen and (min-width:480px){.product-teaser__btns .add-wrap{padding-right:4px;padding-left:4px}}@media screen and (min-width:1200px){.product-teaser__btns .add-wrap{padding-right:0.2222222222rem;padding-left:0.5555555556rem}}.product-teaser__like{display:flex;align-items:center;justify-content:center;padding:0 4px}@media screen and (min-width:1200px){.product-teaser__like{padding-right:0.2222222222rem;padding-left:0.2222222222rem}}.product-teaser .drupal_package_like_button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0 8px 0 0;border-radius:5px;background:#FFFFFF}.product-teaser .drupal_package_like_button:last-of-type{margin-right:0}.product-teaser .drupal_package_like_button.drupal_package_like_compare_add{position:absolute;top:40px;right:4px}@media screen and (min-width:1200px){.product-teaser .drupal_package_like_button.drupal_package_like_compare_add{top:0.6666666667rem;right:0.6666666667rem;width:2.2222222222rem;height:2.2222222222rem;transition:0.2s}.product-teaser .drupal_package_like_button.drupal_package_like_compare_add:hover{box-shadow:0 0 30px rgba(60,63,65,0.06)}}.product-teaser .b-basket-other-params{margin-top:5px}.product-teaser .b-basket-other-params__items{display:flex;align-items:center;gap:3px}.wait-load .product-teaser .b-basket-other-params__items{content-visibility:auto}.product-teaser .b-basket-other-params__item{width:33.333%}.product-teaser .b-basket-other-params__item:nth-child(4){display:none}.product-teaser .b-basket-other-params__item:nth-child(3)+.plug{display:none}.product-teaser .b-basket-other-params__item--inner{position:relative;height:100%}.product-teaser .b-basket-other-params__item--image{overflow:hidden;border-radius:5px;border:1px solid #E8E8E8;padding:2px}.product-teaser .b-basket-other-params__item--link{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none}.product-teaser .b-basket-other-params__item--name{display:none}.product-teaser .b-basket-other-params__more{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em;color:#5A5959;flex-shrink:0;margin-left:0.2em;align-self:stretch}@media screen and (min-width:1200px){.product-teaser .b-basket-other-params__more{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}.product-teaser .b-basket-other-params__more a{text-decoration:none;display:flex;align-items:center;height:100%}.product-teaser .b-basket-other-params__more~.plug{display:none}@media screen and (min-width:1200px){.product-teaser{order:1}.product-teaser .b-basket-other-params{margin-top:0.8333333333rem}.product-teaser .b-basket-other-params__items{gap:0.2777777778rem}.product-teaser .b-basket-other-params__item{width:25%;max-width:2.6111111111rem}.view-display-id-page_1 .product-teaser .b-basket-other-params__item{max-width:3.1666666667rem}.product-teaser .b-basket-other-params__item:nth-child(3)+.plug{display:block}.product-teaser .b-basket-other-params__item:nth-child(4){display:block}.product-teaser .b-basket-other-params__item:nth-child(4)+.plug,.product-teaser .b-basket-other-params__item:nth-child(4)+.plug+.plug{display:none}.product-teaser .b-basket-other-params__item--inner:hover .b-basket-other-params__item--name{opacity:1;transform:translate(-50%,0)}.product-teaser .b-basket-other-params__item--image{border-radius:0.2777777778rem;padding:0.1666666667rem}.product-teaser .b-basket-other-params__item--name{font-size:0.875rem;font-weight:400;display:block;position:absolute;left:50%;bottom:100%;transform:translate(-50%,0.2777777778rem);background:#010002;color:#FFFFFF;opacity:0;z-index:2;transition:0.2s;pointer-events:none;padding:0.5555555556rem 0.8333333333rem;width:max-content;max-width:13.3333333333rem;border-radius:0.2777777778rem;text-align:center}.product-teaser .b-basket-other-params__more span{font-size:0}.product-teaser .b-basket-other-params__more span::before{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em;content:attr(data-count-pc)}}@media screen and (min-width:1200px) and (min-width:1200px){.product-teaser .b-basket-other-params__item--name{font-size:0.8888888889rem;font-weight:400}}@media screen and (min-width:1200px) and (min-width:1200px){.product-teaser .b-basket-other-params__more span::before{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}.product-list{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;padding:10px 10px 10px 90px;border-radius:5px;background:#FFFFFF;box-shadow:0px 0px 30px 0px rgba(60,63,65,0.06)}.product-list__code{display:none}.product-list__image{position:absolute;top:0;left:0;padding:10px}.product-list__image .field-product-images{width:70px}.product-list__category{width:100%;padding-right:30px}.product-list__category a{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em;text-decoration:none}@media screen and (min-width:1200px){.product-list__category a{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}.product-list__title{width:100%;padding-right:30px}.product-list__title a{font-size:1.125rem;line-height:1.25;font-weight:700;text-decoration:none}.product-list__avail{display:none}.product-list .product-status{position:static;flex-direction:row;flex-wrap:wrap;width:100%;margin-top:4px;gap:4px 0}.product-list .product-status .item{margin-top:0 !important;margin-right:3px}.product-list .product-status .item::before{display:none}.product-list__price{display:flex;align-items:center;min-height:40px;margin-top:15px}.product-list__price .price{font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.product-list__price .price{font-size:1.3333333333rem;font-weight:700}}.product-list__price .percent{display:none}.product-list__price .price-old-value{font-size:0.875rem;font-weight:400;text-decoration:line-through;color:#DB001A}@media screen and (min-width:1200px){.product-list__price .price-old-value{font-size:0.8888888889rem;font-weight:400;text-decoration:line-through}}.product-list .add-wrap{margin-top:15px}.product-list .basket_item_count{display:none}.product-list .addto_basket_button,.product-list .warehous-btn{width:40px;height:40px;min-height:auto;padding:0;font-size:0}.product-list .addto_basket_button::before{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:""}.product-list .warehous-btn{background:#FE4242}.product-list .warehous-btn::before{font-size:16px}.product-list .warehous-btn:hover{color:#FFFFFF;background:#010002}.product-list .favorite_button{position:absolute;z-index:2;top:0;right:0;padding:10px}@media screen and (min-width:1200px){.product-list{align-items:center;flex-wrap:nowrap;padding:1.1111111111rem 1.2222222222rem;border-bottom:1px solid #E8E8E8;border-radius:0;box-shadow:none}.product-list [data-contextual-id]{position:absolute}.product-list>*{flex-shrink:0;padding:0 0.4444444444rem}.product-list__code{display:block;width:7.2222222222rem}.product-list__image{position:static}.product-list__image .field-product-images{width:3.3333333333rem}.product-list__category{display:none}.product-list__title{width:21.7222222222rem}.product-list__title a{font-size:1rem;font-weight:700;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-list__title a:hover{text-decoration:underline}.product-list .product-status{display:none}.product-list__avail{display:block;width:9.2222222222rem}.product-list__avail div{display:flex;align-items:center;color:#2E2D2D}.product-list__avail div::before{margin-right:0.2777777778rem;font-family:"icomoon";font-size:1.3333333333rem;font-weight:400;line-height:1;color:inherit;content:"";color:#2EB100}.product-list__avail div.off-stock::before{content:"";color:#DB001A}.product-list__price{width:7.2222222222rem;min-height:auto;margin-top:0}.product-list .add-wrap{width:16.0555555556rem;margin-top:0}.product-list .basket_add_button_wrap{display:flex;gap:0.8333333333rem}.product-list .basket_item_count{display:flex;width:6.1111111111rem}.product-list .addto_basket_button,.product-list .warehous-btn{width:auto;height:3.3333333333rem;padding:0.5555555556rem 1.3888888889rem;font-size:1rem}.product-list .addto_basket_button::before,.product-list .warehous-btn::before{margin-right:0.5555555556rem;font-size:1.3333333333rem}.product-list .warehous-btn{width:100%}.product-list .favorite_button{display:none}}.params_product{display:flex;align-items:center;margin:0 -3px}.params_product>div{flex-grow:1;max-width:100%;padding-right:3px;padding-left:3px}@media screen and (min-width:1200px){.params_product>div{flex-grow:0}}.params_product .select2-container{width:100% !important}.view-block-catalog{position:relative}.view-block-catalog .block__title{position:relative;margin-bottom:30px;text-align:center;font-size:1.875rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:0.02em}@media screen and (min-width:1200px){.view-block-catalog .block__title{font-size:3.5555555556rem;font-weight:700}}@media screen and (min-width:1200px){.view-block-catalog .block__title{margin-bottom:2.7777777778rem;text-align:left}}.view-block-catalog .block__title .more-link{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642;display:none;margin-top:2.7777777778rem}@media screen and (min-width:1200px){.view-block-catalog .block__title .more-link{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-block-catalog .block__title .more-link{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.view-block-catalog .block__title .more-link:hover{color:#FFFFFF;background:#010002}.view-block-catalog .block__title .more-link::after{background:#010002}@media screen and (min-width:1200px){.view-block-catalog .block__title .more-link:hover::after{transform:scaleX(1)}}.view-block-catalog .swiper-icon{margin-bottom:-5px}.view-block-catalog .swiper-icon+.view-filters{margin-top:0}.view-block-catalog .view-filters{margin-top:15px;margin-bottom:20px}.view-block-catalog .view-filters .form-checkboxes{display:flex;overflow-x:auto;margin:0 -25px -10px;padding:0 20px;-ms-overflow-style:none;scrollbar-width:none}.view-block-catalog .view-filters .form-checkboxes::-webkit-scrollbar{display:none}.view-block-catalog .view-filters .form-checkboxes .form-item{flex-shrink:0;padding:0 5px}.view-block-catalog .view-filters .form-checkboxes .form-item:first-of-type{margin-left:auto}.view-block-catalog .view-filters .form-checkboxes .form-item:last-of-type{margin-right:auto}.view-block-catalog .view-filters .form-checkboxes input[type="checkbox"]:checked~label::before{border-color:#1A1919;background:#1A1919}.view-block-catalog .view-filters .form-checkboxes label{font-size:1rem;font-weight:700;padding:15px 25px 15px 53px;color:#1A1919;border-radius:5px;background:#FEF642}@media screen and (min-width:1200px){.view-block-catalog .view-filters .form-checkboxes label{font-size:1rem;font-weight:700}}.view-block-catalog .view-filters .form-checkboxes label::before,.view-block-catalog .view-filters .form-checkboxes label::after{top:0;bottom:0;left:25px;width:18px;height:18px;margin:auto 0}.view-block-catalog .view-filters .form-checkboxes label::after{background-image:url("/themes/personal/images/icons/check-white.svg");background-size:12px}.view-block-catalog.views-block-catalog-basket-views-block-1-2{margin-right:-25px;margin-left:-25px}@media screen and (min-width:1200px){.view-block-catalog.views-block-catalog-basket-views-block-1-2{margin-right:-4.7222222222rem;margin-left:-4.7222222222rem}}.view-block-catalog.views-block-catalog-basket-views-block-1-2 .block__layout{padding-left:25px;padding-right:25px;padding-top:50px;padding-bottom:50px;background:#FEF642}@media screen and (min-width:1200px){.view-block-catalog.views-block-catalog-basket-views-block-1-2 .block__layout{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}@media screen and (min-width:1200px){.view-block-catalog.views-block-catalog-basket-views-block-1-2 .block__layout{padding-top:5.5555555556rem;padding-bottom:5.5555555556rem}}.view-block-catalog.views-block-catalog-basket-views-block-1-2 .swiper-button{color:inherit}.view-block-catalog.views-block-catalog-basket-views-block-1-2 .more-link a{color:#FFFFFF;background:#010002}.viewed-products{margin-top:25px}@media screen and (min-width:1200px){.viewed-products{margin-top:2.7777777778rem}}.viewed-products .block__title{font-size:1.5rem;line-height:1.25;font-weight:700;margin-bottom:10px;text-align:left;text-transform:none}@media screen and (min-width:1200px){.viewed-products .block__title{font-size:2.6666666667rem;font-weight:700}}@media screen and (min-width:1200px){.viewed-products .block__title{margin-bottom:2.5rem}}.viewed-products .block__title:after,.viewed-products .block__title:before{display:none}.view-catalog .view-header{position:relative}.view-catalog .view-header .count_views_catalog{position:absolute;right:0;bottom:calc(100% + 110px);left:0;margin:auto;font-size:0.75px^-1rem;text-align:center;letter-spacing:0.25em;text-transform:uppercase;color:#2E2D2D}.view-catalog .view-content{display:flex;flex-wrap:wrap;margin:-5px}@media screen and (min-width:1200px){.view-catalog .view-content{margin:-0.2777777778rem}}.view-catalog .views-row{position:relative;display:flex;width:50%;padding:5px}@media screen and (min-width:768px){.view-catalog .views-row{width:25%}}@media screen and (min-width:1200px){.view-catalog .views-row{width:25%;padding:0.2777777778rem}}.view-catalog .views-row:last-child .more-link-wrapper{position:absolute;z-index:5;top:0;right:15px;bottom:0;left:15px;display:flex;align-items:center;justify-content:center;margin:0;border-radius:5px;background:rgba(255,255,255,0.75)}.view-catalog .views-row:last-child .more-link-bvb{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-bvb{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-bvb{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.view-catalog .views-row:last-child .more-link-bvb:hover{color:#FFFFFF;background:#010002}.view-catalog .views-row:last-child .more-link-bvb::after{font-family:"icomoon";font-size:18;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-bvb::after{font-size:1.3333333333rem;margin-left:0.5555555556rem}}.view-catalog .views-row:last-child .more-link-bvb::before{background:#010002}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-bvb:hover::before{transform:scaleX(1)}}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-bvb{min-height:3.3333333333rem;padding-right:1.3888888889rem;padding-left:1.3888888889rem}}.view-catalog .more-link{margin-top:25px;text-align:center}.view-catalog .more-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642;width:100%}@media screen and (min-width:1200px){.view-catalog .more-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-catalog .more-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.view-catalog .more-link a:hover{color:#FFFFFF;background:#010002}.view-catalog .more-link a::after{font-family:"icomoon";font-size:18;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.view-catalog .more-link a::after{font-size:1.3333333333rem;margin-left:0.5555555556rem}}.view-catalog .more-link a::before{background:#010002}@media screen and (min-width:1200px){.view-catalog .more-link a:hover::before{transform:scaleX(1)}}.view-catalog.view-has-slider{position:relative}.view-catalog.view-has-slider .view-content{position:relative;display:block;margin:0}.view-catalog.view-has-slider .swiper{margin:-25px;padding:25px 20px}@media screen and (min-width:1200px){.view-catalog.view-has-slider .swiper{margin:-1.3888888889rem -4.7222222222rem;padding:1.3888888889rem 4.4444444444rem}.view-catalog.view-has-slider .swiper.swiper-initialized .swiper-slide{transition:0.5s}.view-catalog.view-has-slider .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-visible):not(.swiper-slide-active){transform:translateX(-4.7222222222rem);opacity:0}.view-catalog.view-has-slider .swiper.swiper-initialized .swiper-slide-visible{transform:none !important}.view-catalog.view-has-slider .swiper.swiper-initialized .swiper-slide-visible+.swiper-slide:not(.swiper-slide-visible){transform:translateX(4.7222222222rem);opacity:0}}.view-catalog.view-has-slider .swiper-slide{width:50%;height:auto;margin-bottom:0;padding:0 5px;transition:0.3s}@media screen and (min-width:768px){.view-catalog.view-has-slider .swiper-slide{width:25%}}@media screen and (min-width:1200px){.view-catalog.view-has-slider .swiper-slide{width:16.6666666667%;padding:0 0.2777777778rem}}.view-catalog.view-has-slider .swiper-slide .product-teaser{box-shadow:0px 0px 10px rgba(60,63,65,0.02)}@media screen and (min-width:1200px){.view-catalog.view-has-slider.view-display-id-block_6 .swiper-slide{width:25%}}.view-catalog.view-has-slider .swiper-hand{right:0;margin-bottom:-25px}.view-catalog.view-has-slider .swiper-navigation{position:absolute;z-index:5;right:0;bottom:100%;display:none}@media screen and (min-width:1200px){.view-catalog.view-has-slider .swiper-navigation{right:0;display:flex;min-height:2rem;margin-bottom:1.1111111111rem}}.view-catalog.view-has-slider .swiper-navigation .swiper-button{position:static;margin:0}.view-catalog.view-has-slider .swiper-navigation .swiper-button-next{margin-left:1.2222222222rem}.view-catalog.view-has-slider.swiper-lock .swiper-navigation{display:none}.view-catalog.view-display-id-page_2 .drupal_package_like_button.favorite_button.active::before{content:"";color:#C5C4C4}.view-catalog.view-display-id-block_1 .swiper-hand{top:auto;bottom:100%}@media screen and (min-width:1200px){.view-catalog.view-display-id-page_2 .views-row,.view-catalog.view-display-id-page_4 .views-row,.view-catalog.view-display-id-page_5 .views-row,.view-catalog.view-display-id-block_5 .views-row,.view-catalog.view-display-id-block_9 .views-row,.view-catalog.view-display-id-block_11 .views-row{width:16.6666666667%}}.view-catalog.view-display-id-block_11{margin-top:15px;margin-bottom:25px}.view-catalog.view-display-id-block_11 .catalog-link{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:10px 25px;min-height:50px;color:#1A1919;background:#FEF642;margin-top:15px;width:100%}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_11 .catalog-link{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_11 .catalog-link{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.view-catalog.view-display-id-block_11 .catalog-link:hover{color:#FFFFFF;background:#010002}.view-catalog.view-display-id-block_11 .catalog-link::after{background:#010002}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_11 .catalog-link:hover::after{transform:scaleX(1)}}@media screen and (min-width:768px){.view-catalog.view-display-id-block_11 .catalog-link{width:auto}}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_11{margin-top:1.6666666667rem;margin-bottom:2.7777777778rem;position:relative}.view-catalog.view-display-id-block_11 .catalog-link{position:absolute;right:0;bottom:100%;margin-bottom:2.2222222222rem}}@media screen and (min-width:360px) and (max-width:1199px){.product-status{top:0}.product-teaser__title{padding:0}.product-teaser__like{position:absolute;z-index:2;top:2px;right:0}.product-teaser__price .price{font-size:17px}.product-teaser__category{font-size:10px}.product-teaser .warehous-btn{width:45px;height:45px}}@media screen and (min-width:1200px){.view-catalog .more-link{display:none}.view-block-catalog .view-catalog{position:relative}.view-block-catalog .view-filters{position:absolute;right:0;bottom:100%;max-width:60%;margin-bottom:2.7777777778rem}.view-block-catalog .view-filters .form-checkboxes{overflow:visible;flex-wrap:wrap;justify-content:flex-end}.view-block-catalog .view-filters .form-checkboxes .form-item:first-of-type{margin-left:0}.view-block-catalog .view-filters .form-checkboxes .form-item:last-of-type{margin-right:0}.product-teaser{transition-duration:0.2s}.product-teaser .params_product{justify-content:center}.product-teaser__hidden{position:absolute;z-index:5;top:100%;right:-10px;left:-10px;visibility:hidden;margin-top:0;padding:15px 10px 15px;text-align:center;opacity:0;transition-duration:0.2s;border-radius:0 0 5px 5px;background:#FFFFFF;box-shadow:0 20px 30px rgba(60,63,65,0.06)}.product-teaser:hover{z-index:5;box-shadow:0 0 10px rgba(60,63,65,0.04)}.product-teaser:hover .product-teaser__hidden{visibility:visible;opacity:1}}@keyframes wheelRotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.node--type-product.has-replaced-data .product-full__top--left,.node--type-product.has-replaced-data .product-full__top--midle{opacity:0.5;pointer-events:none}.product-full{margin-top:-30px;position:relative}@media screen and (min-width:768px){.product-full{margin-top:0}}.product-full__top{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (min-width:1200px){.product-full__top{flex-wrap:nowrap;margin-left:-1.3888888889rem;margin-right:-1.3888888889rem}}.product-full__top-item{padding-right:15px;padding-left:15px;width:100%}@media screen and (min-width:1200px){.product-full__top-item{padding-right:1.3888888889rem;padding-left:1.3888888889rem}}.product-full__top--left{position:relative;margin-bottom:10px;flex-shrink:0}@media screen and (min-width:768px){.product-full__top--left{width:45%}}@media screen and (min-width:1200px){.product-full__top--left{width:34%;margin-left:0;margin-right:0}}.product-full__top--midle{flex-grow:1;width:auto;margin-bottom:25px}@media screen and (min-width:768px){.product-full__top--midle{width:50%}}@media screen and (min-width:1200px){.product-full__top--midle{width:auto;margin-bottom:0;display:flex;flex-direction:column}}.product-full__top--right{flex-shrink:0}@media screen and (min-width:1200px){.product-full__top--right{width:23.6363636364%}}.product-full__top--right .field.field-product-vendor-code{display:none;margin-bottom:1.1111111111rem}@media screen and (min-width:1200px){.product-full__top--right .field.field-product-vendor-code{display:flex}}.product-full__title{font-size:1.5rem;line-height:1.25;font-weight:700;text-align:center;margin:0 0 5px}@media screen and (min-width:1200px){.product-full__title{font-size:2.6666666667rem;font-weight:700}}@media screen and (min-width:768px){.product-full__title{text-align:left}}@media screen and (min-width:1200px){.product-full__title{margin-bottom:0.2777777778rem}}.product-full__tags{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 -8px 10px}@media screen and (min-width:768px){.product-full__tags{justify-content:flex-start}}@media screen and (min-width:1200px){.product-full__tags{margin-bottom:1.3333333333rem}}.product-full__tags--item{font-size:0.875rem;font-weight:400;color:#9E9D9D;padding:0 5px}@media screen and (min-width:1200px){.product-full__tags--item{font-size:0.8888888889rem;font-weight:400}}.product-full__tags--item::after{content:"";width:5px;height:5px;border-radius:100%;background:#F9E248;margin:0 0 0 10px;display:inline-block;vertical-align:middle}.product-full__tags--item:last-of-type:after{display:none}.product-full__tags--item a{text-decoration:none}.product-full__avail div{color:#2E2D2D;display:flex;align-items:center}.product-full__avail div::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;color:#2EB100;margin-right:2px}.product-full__avail div.off-stock::before{content:"";color:#DB001A}.product-full .bonus-cashback{display:flex;justify-content:center;align-items:center;margin-top:10px}.product-full .bonus-cashback::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";width:40px;height:40px;background:#FEF642;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}@media screen and (min-width:768px){.product-full .bonus-cashback{justify-content:flex-start}}@media screen and (min-width:1200px){.product-full .bonus-cashback{margin-top:0.2777777778rem}.product-full .bonus-cashback::before{width:2.5rem;height:2.5rem;margin-right:0.5555555556rem}}.product-full__price{margin:0 0 10px}@media screen and (min-width:1200px){.product-full__price{margin-bottom:1.3333333333rem}}.product-full__price--content{display:flex;align-items:center;justify-content:center}@media screen and (min-width:768px){.product-full__price--content{justify-content:flex-start}}.product-full__price .price{font-size:1.5rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.product-full__price .price{font-size:2.6666666667rem;font-weight:700}}.product-full__price .percent{color:#FFFFFF;padding:5px 10px;font-size:1.125rem;line-height:1.25;font-weight:700;background:#DB001A;margin-left:15px;border-radius:5px;flex-shrink:0}@media screen and (min-width:1200px){.product-full__price .percent{font-size:1.3333333333rem;font-weight:700}}.product-full__price .price-old{display:flex;align-items:center}.product-full__price .price-old__content{margin-left:15px;color:#9E9D9D;font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.product-full__price .price-old__content{font-size:0.8888888889rem;font-weight:400}}.product-full .field-product-vendor-code{display:flex;align-items:center;justify-content:center;padding:16px 25px;background:#F9F9F9;color:#777676;font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.product-full .field-product-vendor-code{font-size:0.8888888889rem;font-weight:400}}.product-full .field-product-vendor-code__label{margin-right:5px}.product-full .field-product-vendor-code__label::after{content:":"}.product-full__code{margin:0 -25px 10px}@media screen and (min-width:768px){.product-full__code{margin-left:0;margin-right:0}}@media screen and (min-width:1200px){.product-full__code{display:none}}@media screen and (min-width:1200px){.product-full__basket{display:flex;flex-wrap:wrap}}.product-full__basket-buttons{display:flex;flex-wrap:wrap;align-items:center}.product-full__basket .add-wrap{width:100%}@media screen and (min-width:1200px){.product-full__basket .add-wrap{width:auto;flex-shrink:0;order:-2}}.product-full__basket--label{padding:10px 1.1111111111rem;font-size:0.75rem;font-weight:700;text-align:center;color:#9E9D9D;flex-grow:1}@media screen and (min-width:1200px){.product-full__basket--label{font-size:0.7777777778rem;font-weight:700}}@media screen and (min-width:768px){.product-full__basket--label{text-align:left;padding-left:0}}@media screen and (min-width:1200px){.product-full__basket--label{width:100%;padding-top:0.8333333333rem;padding-bottom:0.8333333333rem}}.product-full__basket--one_click{width:100%}@media screen and (min-width:1200px){.product-full__basket--one_click{width:22.2222222222rem}}.product-full__basket--one_click .webform-confirmation{text-align:center}.product-full__basket .basket_add_button_wrap{display:flex;align-items:center;justify-content:center}@media screen and (min-width:768px){.product-full__basket .basket_add_button_wrap{justify-content:flex-start}}.product-full__basket .basket_item_count{margin-right:10px}@media screen and (min-width:768px){.product-full__basket .addto_basket_button{width:auto}}.product-full__basket .addto_basket_button:before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:10px}.product-full__basket .warehous-btn::before{margin-right:8px}@media screen and (min-width:1200px){.product-full__basket .warehous-btn::before{margin-right:0.5555555556rem}}.product-full__basket .webform-submission-basket-one-click-form{display:flex;flex-direction:column;margin-bottom:-5px}@media screen and (min-width:480px){.product-full__basket .webform-submission-basket-one-click-form{flex-direction:row}}.product-full__basket .webform-submission-basket-one-click-form .form-item{margin-bottom:5px;flex-grow:1;min-width:0}.product-full__basket .webform-submission-basket-one-click-form .form-actions{margin-bottom:5px;flex-shrink:0;margin-top:0}@media screen and (min-width:480px){.product-full__basket .webform-submission-basket-one-click-form .form-actions{margin-left:10px}}.product-full__basket .webform-submission-basket-one-click-form .form-actions .form-submit{width:100%}@media screen and (min-width:480px){.product-full__basket .webform-submission-basket-one-click-form .form-actions .form-submit{width:auto}}@media screen and (min-width:1200px){.product-full__basket .webform-submission-basket-one-click-form .form-actions .form-submit{font-size:0.8888888889rem}}.product-full__warning{margin-top:30px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;background:#F9F9F9;border-radius:5px;padding:10px;font-size:12px}.product-full__warning::before{content:"";width:52px;height:52px;background:url("/themes/personal/images/kit-emoji.png") no-repeat center;background-size:contain;flex-shrink:0}@media screen and (min-width:768px){.product-full__warning{padding:0.8333333333rem 0.5555555556rem;gap:0.2777777778rem;flex-direction:row;border-radius:0.2777777778rem;font-size:0.7777777778rem;text-align:left}.product-full__warning::before{width:3rem;height:3rem}}@media screen and (min-width:1200px){.product-full__warning{margin-top:0.8333333333rem}}.product-full__links{display:flex;align-items:center;justify-content:center;margin:20px 0 0;flex-wrap:wrap}@media screen and (min-width:768px){.product-full__links{justify-content:flex-start}}@media screen and (min-width:1200px){.product-full__links{order:-1;margin-top:0;margin-left:1.1111111111rem}}.product-full__links .drupal_package_like_button{font-size:1rem;display:flex;align-items:center;margin:0 1.1111111111rem}@media screen and (min-width:768px){.product-full__links .drupal_package_like_button{margin-left:0}}.product-full__links .drupal_package_like_button::before{margin-right:8px}.product-full .share-section{padding-top:0;justify-content:center}@media screen and (min-width:1200px){.product-full .share-section{justify-content:flex-end}}.product-full .field-product-video{width:100% !important;height:100%;margin-bottom:1em}.product-full .field-product-video a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#090808;position:relative;transition-duration:0.3s}.product-full .field-product-video a::before{content:"";display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(46,45,45,0.2);z-index:1;pointer-events:none}.product-full .field-product-video a::after{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:0;height:0;border-left:26px solid #FEF642;border-top:16px solid transparent;border-bottom:16px solid transparent;pointer-events:none;z-index:2}@media screen and (min-width:480px){.product-full .field-product-video a::after{border-left:40px solid #FEF642;border-top:24px solid transparent;border-bottom:24px solid transparent}}@media screen and (min-width:1200px){.product-full .field-product-video a::after{border-left:2.5555555556rem solid #FEF642;border-top:1.6666666667rem solid transparent;border-bottom:1.6666666667rem solid transparent}}.product-full .field-product-video a:hover,.product-full .field-product-video a:hover::after{opacity:0.8;transition-duration:0.3s}.product-full .field-product-video a img{width:100%;height:auto}@media screen and (min-width:1200px){.product-full__bottom{margin-top:3.8888888889rem}}.product-full__bottom-items{display:flex;flex-wrap:wrap;align-items:flex-start}@media screen and (min-width:1200px){.product-full__bottom-items{margin:0 -0.8333333333rem}}.product-full__bottom-item{flex-grow:1;width:100%;margin:25px 0 0}@media screen and (min-width:992px){.product-full__bottom-item{width:50%;padding:0 0.8333333333rem;margin:0 0 1.6666666667rem}}.product-full__bottom-item.product-full__comments{width:100%}@media screen and (min-width:992px){.product-full__bottom-item.product-full__comments{padding:0;margin-top:1.1111111111rem}}.product-full__bottom-item.product-full__replaced-category-data{width:100%}.product-full__bottom-item .field__label{font-size:1.25rem;line-height:1.25;font-weight:700;padding-bottom:15px;margin-bottom:15px;display:block;position:relative;line-height:1.25}@media screen and (min-width:1200px){.product-full__bottom-item .field__label{font-size:2rem;font-weight:700}}@media screen and (min-width:1200px){.product-full__bottom-item .field__label{padding-left:1.3888888889rem;padding-right:1.3888888889rem}}.product-full__bottom-item .field__label::before{position:absolute;content:"";bottom:0;left:0;right:0;height:5px;background:#FEF642;border-radius:3px}@media screen and (min-width:1200px){.product-full .replaced-category-data__text::after{width:3.1666666667rem;height:9.2222222222rem;right:39.3333333333rem;margin-top:1.3888888889rem}.product-full .replaced-category-data__info::before{right:18.5rem;width:8.8333333333rem;height:9.4444444444rem}}.product-full__specs-item{font-size:0.875rem;font-weight:400;display:flex}@media screen and (min-width:1200px){.product-full__specs-item{font-size:0.8888888889rem;font-weight:400}}.product-full__specs-item:nth-of-type(odd){background:#F9F9F9}.product-full__specs-item .double-field-first{width:150px;padding:16px 13px}@media screen and (min-width:1200px){.product-full__specs-item .double-field-first{width:15rem;padding:0.8333333333rem 0.7222222222rem}}.product-full__specs-item .double-field-first::after{content:":"}.product-full__specs-item .double-field-second{flex-grow:1;padding:16px 13px;font-weight:700}.product-full__availability-items{margin-top:-10px}.product-full__availability-item{padding:10px 0;transition:0.2s;cursor:pointer}@media screen and (min-width:1200px){.product-full__availability-item{padding:0.8333333333rem 0}}.product-full__availability-item--title{font-size:1.125rem;line-height:1.25;font-weight:700;text-transform:uppercase;padding:18px 13px;background:#F9F9F9;display:flex;align-items:center;justify-content:space-between;cursor:pointer}@media screen and (min-width:1200px){.product-full__availability-item--title{font-size:1.3333333333rem;font-weight:700}}@media screen and (min-width:1200px){.product-full__availability-item--title{padding:1.3888888889rem 0.5555555556rem}}.product-full__availability-item--title::after{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}.product-full__availability-item--value{padding:0 10px;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1200px){.product-full__availability-item--value{padding:0 1.3888888889rem;margin-top:0}}.product-full__availability-item--value+.product-full__availability-item--value{border-top:1px solid #F9F9F9}.product-full__availability-item--point{font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.product-full__availability-item--point{font-size:1.3333333333rem;font-weight:700}}.product-full__availability-item--count{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;color:#1A1919;background:#FEF642;padding:10px 13px;font-size:14px;font-weight:700;flex-shrink:0}@media screen and (min-width:1200px){.product-full__availability-item--count{font-size:0.8888888889rem;padding:0.5555555556rem 0.8333333333rem}}.product-full__availability-item:not(:first-child){border-top:1px solid #E8E8E8}.product-full__availability-item:hover{background:#F9F9F9}.product-full__availability-item.is-open .product-full__availability-item--content{display:block}.product-full__availability-item.is-open .product-full__availability-item--title::after{content:""}.product-full__kit,.product-full__complects{width:100%}@media screen and (min-width:1200px){.complects-search{display:grid;grid-template-columns:60.5555555556rem 1fr;grid-column-gap:1.6666666667rem}.complects-search__right{grid-column:2/3;grid-row:span 3}}.complects-search__left .field-paragraph-image{order:1}.complects-search__left .paragraph--type--icon-title{position:relative;margin-left:79px}.complects-search__left .paragraph--type--icon-title::before{content:"";position:absolute;right:100%;margin-right:15px;bottom:-10px;background:url("/themes/personal/images/d-arrow-1-m.svg") no-repeat center;background-size:contain;width:45px;height:55px;transform:rotate(13deg)}@media screen and (min-width:1200px){.complects-search__left .paragraph--type--icon-title{display:none !important}}.complects-search__node{margin-top:15px;display:flex;gap:10px;padding:10px;background:#F9F9F9;border-radius:5px}@media screen and (min-width:1200px){.complects-search__node{margin-top:0;padding:0.8333333333rem;gap:0.8333333333rem;border-radius:0.2777777778rem;align-items:center}}.complects-search__node--image{width:82px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.complects-search__node--image img{border-radius:3px}@media screen and (min-width:1200px){.complects-search__node--image{width:10rem}.complects-search__node--image img{border-radius:0.2777777778rem}}.complects-search__node--category{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em}@media screen and (min-width:1200px){.complects-search__node--category{font-size:0.7777777778rem;font-weight:400;letter-spacing:0.3em}}.complects-search__node--category a{text-decoration:none}.complects-search__node--title{font-size:1rem;font-weight:700;text-transform:uppercase}@media screen and (min-width:1200px){.complects-search__node--title{font-size:1.3333333333rem;font-weight:700}}.complects-search__node--price{margin-top:10px;display:flex;align-items:center;gap:10px}@media screen and (min-width:1200px){.complects-search__node--price{margin-top:1.5555555556rem;gap:0.8333333333rem}}.complects-search__node--current-price{font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.complects-search__node--current-price{font-size:1.3333333333rem;font-weight:700}}.complects-search__node--percent{color:#FFFFFF;padding:5px 10px;font-size:1.125rem;line-height:1.25;font-weight:700;background:#DB001A;border-radius:5px;flex-shrink:0}@media screen and (min-width:1200px){.complects-search__node--percent{font-size:1.3333333333rem;font-weight:700}}.complects-search__node--old-price{font-size:0.875rem;font-weight:400;color:#9E9D9D}@media screen and (min-width:1200px){.complects-search__node--old-price{font-size:0.8888888889rem;font-weight:400}}.complects-search .field-block-paragraph__item:not(:first-child){margin-top:25px}.complects-search .field-block-paragraph__item:nth-child(1){display:none}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(1){display:block}.complects-search .field-block-paragraph__item:nth-child(1) .paragraph--type--icon-title{margin-right:8.1111111111rem}.complects-search .field-block-paragraph__item:nth-child(1) .paragraph--type--icon-title::after{content:"";position:absolute;left:-0.6111111111rem;top:100%;margin-top:-1.1111111111rem;background:url("/themes/personal/images/d-arrow-1.svg") no-repeat center;background-size:contain;width:2.4444444444rem;height:3rem}.complects-search .field-block-paragraph__item:nth-child(1) .field-paragraph-image{order:1}}.complects-search .field-block-paragraph__item:nth-child(2) .paragraph--type--icon-title{position:relative;margin-right:41px}.complects-search .field-block-paragraph__item:nth-child(2) .paragraph--type--icon-title::after{content:"";position:absolute;left:100%;margin-left:4px;top:0;background:url("/themes/personal/images/d-arrow-2-m.svg") no-repeat center;background-size:contain;width:17px;height:36px;transform:rotate(17deg)}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(2){margin-top:1.9444444444rem}.complects-search .field-block-paragraph__item:nth-child(2) .paragraph--type--icon-title{margin-left:1.8888888889rem}.complects-search .field-block-paragraph__item:nth-child(2) .paragraph--type--icon-title::after{left:-3.1111111111rem;margin-left:0;width:10rem;height:2.0555555556rem;background-image:url("/themes/personal/images/d-arrow-2.svg");transform:rotate(-3deg);top:100%;margin-top:0.1666666667rem}}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(3){margin-top:1.3333333333rem}}.complects-search .field-block-paragraph__item:nth-child(3) .paragraph--type--icon-title{justify-content:flex-end}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(3) .paragraph--type--icon-title{margin-right:3.7222222222rem}}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(4){margin-top:0}}.complects-search .field-block-paragraph__item:nth-child(4) .field-paragraph-image{order:1}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(4) .paragraph--type--icon-title{margin-left:0.7777777778rem}}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(5){margin-top:1rem}}.complects-search .field-block-paragraph__item:nth-child(5) .paragraph--type--icon-title{justify-content:flex-end;margin-left:77px}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(5) .paragraph--type--icon-title{padding-left:3.1666666667rem;padding-right:5.6666666667rem}}.complects-search .field-block-paragraph__item:nth-child(5) .field-paragraph-image{order:1}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(5) .field-paragraph-image{order:unset}}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(6){margin-top:0.5rem}}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(6) .paragraph--type--icon-title{margin-left:9.4444444444rem}}.complects-search .field-block-paragraph__item:nth-child(6) .field-paragraph-image{order:1}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(6) .field-paragraph-image{order:unset}}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(7){margin-top:1.2222222222rem}}.complects-search .field-block-paragraph__item:nth-child(7) .paragraph--type--icon-title{margin-right:25px;position:relative}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(7) .paragraph--type--icon-title{padding-right:0;margin-left:4.1666666667rem;gap:1.9444444444rem}}.complects-search .field-block-paragraph__item:nth-child(7) .paragraph--type--icon-title::after{content:"";position:absolute;right:81px;top:100%;margin-top:9px;background:url("/themes/personal/images/d-arrow-3-m.svg") no-repeat center;background-size:contain;width:67px;height:32px;transform:rotate(42deg)}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(7) .paragraph--type--icon-title::after{width:10.3333333333rem;height:3.7777777778rem;top:auto;bottom:100%;margin-bottom:-0.5555555556rem;right:auto;left:-4.3333333333rem;background-image:url("/themes/personal/images/d-arrow-3.svg");transform:rotate(3deg)}}.complects-search .field-block-paragraph__item:nth-child(7) .field-paragraph-image{order:1}@media screen and (min-width:1200px){.complects-search .field-block-paragraph__item:nth-child(7) .field-paragraph-image{order:unset}}.complects-search .paragraph--type--icon-title{position:relative;display:flex;align-items:center;gap:15px}.complects-search .paragraph--type--icon-title .field-paragraph-image{width:60px;flex-shrink:0}@media screen and (min-width:1200px){.complects-search .paragraph--type--icon-title{gap:0.5555555556rem}.complects-search .paragraph--type--icon-title .field-paragraph-image{width:5rem}}.complects-search .complect-search{margin-top:10px}@media screen and (min-width:1200px){.complects-search .complect-search{margin-top:1.6666666667rem}.complects-search .complect-search .si-wrapper .si-btn::after{background-image:url("/themes/personal/images/search-arrow-b.svg");margin-right:6.9444444444rem;width:14.8888888889rem;height:1.2777777778rem;top:0.7222222222rem}}.complects-search .complect-search .ui-menu-item-wrapper{display:flex;justify-content:space-between;align-items:flex-start}.complects-search .complect-search .ui-menu-item-wrapper .btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642;white-space:nowrap;flex-wrap:nowrap;font-size:0;min-width:48px;width:48px;height:48px;min-height:auto;padding:0;margin-left:10px}@media screen and (min-width:1200px){.complects-search .complect-search .ui-menu-item-wrapper .btn{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.complects-search .complect-search .ui-menu-item-wrapper .btn{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.complects-search .complect-search .ui-menu-item-wrapper .btn:hover{color:#FFFFFF;background:#010002}.complects-search .complect-search .ui-menu-item-wrapper .btn::after{background:#010002}@media screen and (min-width:1200px){.complects-search .complect-search .ui-menu-item-wrapper .btn:hover::after{transform:scaleX(1)}}@media screen and (min-width:1200px){.complects-search .complect-search .ui-menu-item-wrapper .btn{width:auto;height:auto;margin-right:0.8333333333rem}}.complects-search .complect-search .ui-menu-item-wrapper .btn:before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.complects-search .complect-search .ui-menu-item-wrapper .btn:before{font-size:1.3333333333rem;margin-right:0.5555555556rem}}.complects-search .view-id-catalog.view-display-id-block_6{margin-top:46px}@media screen and (min-width:1200px){.complects-search .view-id-catalog.view-display-id-block_6{margin-top:1.1111111111rem}}.views-block-catalog-block-10{margin:10px -25px 0;position:relative}.views-block-catalog-block-10::before{content:"";position:absolute;right:12px;top:-33px;width:100px;height:119px;background:url("/themes/personal/images/kit-m.png") no-repeat center;background-size:contain;z-index:2;pointer-events:none}@media screen and (min-width:1200px){.views-block-catalog-block-10{margin:0 -4.7222222222rem}.views-block-catalog-block-10::before{top:auto;right:2.7777777778rem;bottom:1.9444444444rem;width:27.3333333333rem;height:32.5rem;background-image:url("/themes/personal/images/kit.png")}}.views-block-catalog-block-10 .block__layout{padding-left:25px;padding-right:25px;padding-top:50px;padding-bottom:50px;background:#FEF642;position:relative;overflow:hidden}@media screen and (min-width:1200px){.views-block-catalog-block-10 .block__layout{padding-left:4.7222222222rem;padding-right:4.7222222222rem}}.views-block-catalog-block-10 .block__layout::before{content:"";position:absolute;width:200px;height:200px;right:-50px;top:-103px;background:#010002;border-radius:50%;pointer-events:none;z-index:1}@media screen and (min-width:1200px){.views-block-catalog-block-10 .block__layout{padding-top:5.5555555556rem;padding-bottom:5.5555555556rem}.views-block-catalog-block-10 .block__layout::before{top:auto;width:32.2777777778rem;height:32.2777777778rem;right:-7.3888888889rem;bottom:-11.7777777778rem}}.views-block-catalog-block-10 .block__title{font-size:1.25rem;line-height:1.25;font-weight:700;text-transform:unset;text-align:left}@media screen and (min-width:1200px){.views-block-catalog-block-10 .block__title{font-size:2rem;font-weight:700}}.views-block-catalog-block-10 .swiper-button{color:inherit}@media screen and (min-width:1200px){.views-block-catalog-block-10 .view-has-slider{padding-right:31.1111111111rem}.views-block-catalog-block-10 .view-has-slider .swiper-slide{width:25%}}.views-block-catalog-block-10 .more-link a{color:#FFFFFF;background:#010002}.delivery-node .field-block-paragraph__item:first-child .field-paragraph-title{border-radius:3px 3px 0 0}.delivery-node .field-block-paragraph__item:last-child .field-paragraph-title:not(.is-active){border-radius:0 0 3px 3px}.delivery-node .field-block-paragraph__item:not(:last-child){margin-bottom:1px}.delivery-node .field-paragraph-title{color:#FFFFFF;padding:20px 13px;background:#262626;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent;transition-duration:0.2s}.delivery-node .field-paragraph-title:before{position:absolute;content:"";font-family:"icomoon";display:flex;align-items:center;justify-content:center;top:0;bottom:0;width:60px;right:0;font-size:22px;line-height:1;transition-duration:0.2s}.delivery-node .field-paragraph-title.is-active{background:#FEF642;color:#1A1919}.delivery-node .field-paragraph-title.is-active:before{transform:rotate(180deg)}.delivery-node .field-paragraph-text{display:none}.delivery-node .field-paragraph-text ul{padding:20px}.delivery-node .field-paragraph-text ul li{margin:0 0 0.075em}.site-content .region-content .delivery-node:not(.personal-content){padding-bottom:10px;padding-top:0}@media screen and (min-width:1200px){.site-content .region-content .delivery-node:not(.personal-content){padding-bottom:1.1111111111rem}}.site-content .region-content .share:not(.personal-content){padding:0}.site-content .region-content .share:not(.personal-content) .block__title{font-size:1rem}.site-content .region-content .views-block-reviews-block-1:not(.personal-content){padding:0}.site-content .region-content .views-block-reviews-block-1:not(.personal-content) .block__title{font-size:1.25rem;text-align:left}.product-links-variants{padding:0 !important}.product-links-variants .b-basket-other-params{margin-top:30px}.product-links-variants .b-basket-other-params__label{margin-bottom:10px}.product-links-variants .b-basket-other-params__items{display:flex;flex-wrap:wrap;margin:0 -7.5px -15px}.wait-load .product-links-variants .b-basket-other-params__items{content-visibility:auto}.product-links-variants .b-basket-other-params__item{width:33.333%;padding:0 7.5px;margin-bottom:15px}@media screen and (min-width:480px){.product-links-variants .b-basket-other-params__item{width:25%}}@media screen and (min-width:992px){.product-links-variants .b-basket-other-params__item{width:20%}}.product-links-variants .b-basket-other-params__item--inner{position:relative;padding:0.2em;height:100%}.product-links-variants .b-basket-other-params__item--image{overflow:hidden;border-radius:5px;border:1px solid transparent}.product-links-variants .b-basket-other-params__item--link{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none}.product-links-variants .b-basket-other-params__item--name{display:none}.product-links-variants .b-basket-other-params__item.is-active .b-basket-other-params__item--image{border-color:#FEF642}@media screen and (min-width:1200px){.product-links-variants{order:1}.product-links-variants .b-basket-other-params{margin-top:0.8333333333rem;margin-bottom:0.8333333333rem}.product-links-variants .b-basket-other-params__label{margin-bottom:0.8333333333rem}.product-links-variants .b-basket-other-params__items{margin:0 -0.2777777778rem -0.2777777778rem}.product-links-variants .b-basket-other-params__item{width:10%;padding-left:0;padding-right:0;margin-bottom:5px}.product-links-variants .b-basket-other-params__item--inner:hover .b-basket-other-params__item--name{opacity:1;transform:translate(-50%,0)}.product-links-variants .b-basket-other-params__item--image{border-radius:0.2777777778rem}.product-links-variants .b-basket-other-params__item--name{font-size:0.875rem;font-weight:400;display:block;position:absolute;left:50%;bottom:100%;transform:translate(-50%,0.2777777778rem);background:#010002;color:#FFFFFF;opacity:0;z-index:2;transition:0.2s;pointer-events:none;padding:0.5555555556rem 0.8333333333rem;width:max-content;max-width:16.6666666667rem;border-radius:0.2777777778rem;text-align:center}}@media screen and (min-width:1200px) and (min-width:1200px){.product-links-variants .b-basket-other-params__item--name{font-size:0.8888888889rem;font-weight:400}}.views-block-reviews-block-1{margin-top:25px}.views-block-reviews-block-1 .view-content{margin:0 -15px}.views-block-reviews-block-1 .block__title{font-size:1.25rem;line-height:1.25;font-weight:700;text-align:left;padding-bottom:15px;margin-bottom:15px;display:block;position:relative}@media screen and (min-width:1200px){.views-block-reviews-block-1 .block__title{font-size:2rem;font-weight:700}}.views-block-reviews-block-1 .block__title::before{position:absolute;content:"";bottom:0;left:0;right:0;height:5px;background:#CEEEBC;border-radius:3px}.basket-complects--wrapper{margin:25px -25px 0;padding:25px;background:#F9F9F9;width:calc(100% + 50px)}@media screen and (min-width:360px) and (max-width:1199px){.basket-complects--wrapper .product-teaser{padding:0;background:none;box-shadow:none}.basket-complects--wrapper .product-teaser__image{margin-bottom:5px}.basket-complects--wrapper .product-teaser__title{font-size:0.7777777778rem;padding:0}.basket-complects--wrapper .product-status,.basket-complects--wrapper .product-teaser__category,.basket-complects--wrapper .product-teaser__price,.basket-complects--wrapper .product-teaser__btns{display:none}}@media screen and (min-width:1200px){.basket-complects--wrapper{margin:2.7777777778rem 0 0;padding:2.7777777778rem 0.8333333333rem 3.3333333333rem;background:none;position:relative;z-index:1}.basket-complects--wrapper::before{content:"";position:absolute;left:-4.7222222222rem;right:-4.7222222222rem;top:0;bottom:0;z-index:-1;background:#F9F9F9}}.basket-complects--title{font-size:1.25rem;line-height:1.25;font-weight:700;margin-bottom:35px}@media screen and (min-width:1200px){.basket-complects--title{font-size:2rem;font-weight:700}}@media screen and (min-width:1200px){.basket-complects--title{margin-bottom:2.7777777778rem}}.basket-complects--container{flex-wrap:wrap}@media screen and (min-width:1200px){.basket-complects--container{flex-wrap:nowrap}}.basket-complects--top{display:flex;padding:45px 15px;background:#FEF642;border-radius:5px;width:100%}@media screen and (min-width:992px){.basket-complects--top{padding-left:90px;padding-right:90px}}.basket-complects--symbol{padding:20px 0}@media screen and (min-width:1200px){.basket-complects--symbol{width:10%}}.basket-complects--symbol-plus .symbol{font-size:0;color:#010002}.basket-complects--symbol-plus .symbol::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}.basket-complects--symbol-equal{width:100%}@media screen and (min-width:1200px){.basket-complects--symbol-equal{width:10%}}.basket-complects--symbol-equal .symbol{font-size:0;color:#010002}.basket-complects--symbol-equal .symbol::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}.basket-complects--info{width:100%;background:#FFFFFF;padding:30px 25px;border-radius:5px}@media screen and (min-width:1200px){.basket-complects--info{width:32%}}.basket-complects--saving{font-weight:700;margin-bottom:15px}.basket-complects--discount{display:inline-block;padding:5px 10px;background:#DB001A;color:#FFFFFF;border-radius:5px;margin-bottom:15px;font-size:1.125rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.basket-complects--discount{font-size:1.3333333333rem;font-weight:700}}@media screen and (min-width:1200px){.basket-complects--discount{margin-bottom:0.6666666667rem}}.basket-complects--old-price{font-size:0.875rem;font-weight:400;text-decoration:line-through;color:#9E9D9D}@media screen and (min-width:1200px){.basket-complects--old-price{font-size:0.8888888889rem;font-weight:400;text-decoration:line-through}}@media screen and (min-width:1200px){.basket-complects--old-price{margin-bottom:0.4444444444rem}}.basket-complects--price{font-size:1.5rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.basket-complects--price{font-size:2.6666666667rem;font-weight:700}}.basket-complects--order{margin-top:15px}@media screen and (min-width:1200px){.basket-complects--order{margin-top:1.6666666667rem}}.basket-complects--order a{font-size:1rem;font-weight:700;display:inline-flex;width:auto}@media screen and (min-width:1200px){.basket-complects--order a{font-size:1rem;font-weight:700}}.basket-complects--order a:before{content:"";font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;margin-right:8px}@media screen and (min-width:1200px){.basket-complects--order a:before{font-size:1.3333333333rem}}.node-complect-wrapper{width:42%}@media screen and (min-width:1200px){.node-complect-wrapper{width:24%}}.node-complect--controls .arrow{width:60px;height:30px;font-size:0;margin:0;color:#010002;overflow:hidden}.node-complect--controls .arrow::before{content:"";font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.node-complect--controls .arrow::before{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.node-complect--controls .arrow-down{margin-top:0.8333333333rem}}.node-complect--controls .arrow-down::before{content:""}@media screen and (min-width:1200px){.node-complect--controls .arrow-up{margin-bottom:0.8333333333rem}}.node-complect--controls .arrow-up::before{content:""}
.patience{background:#FFFFFF;border-radius:5px;padding:20px 15px;text-align:center;position:relative}@media screen and (min-width:1200px){.patience{border-radius:0.2777777778rem;padding:2.2222222222rem 1.6666666667rem;width:52.4444444444rem;margin:0 auto}}.patience::before{content:"";position:absolute;left:-18px;top:-35px;width:70px;height:70px;background:url("/themes/personal/images/patience-top.png") no-repeat center;background-size:contain;transform:rotate(-8deg)}@media screen and (min-width:1200px){.patience::before{width:7.8333333333rem;height:7.8333333333rem;left:0.2777777778rem;top:-3.6111111111rem;transform:rotate(-18deg)}}.patience::after{content:"";position:absolute;right:-25px;bottom:-46px;width:87px;height:87px;background:url("/themes/personal/images/patience-bottom.png") no-repeat center;background-size:contain;transform:rotate(8deg)}@media screen and (min-width:1200px){.patience::after{width:9.7222222222rem;height:9.7222222222rem;right:-4.8333333333rem;bottom:-5.1111111111rem}}.patience .body{padding:0 30px}@media screen and (min-width:1200px){.patience .body{font-size:1.3333333333rem;font-weight:700;font-weight:400;padding:0}}.patience .body h4{font-size:1.25rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.patience .body h4{font-size:2rem;font-weight:700}}.patience .mfp-close{width:30px;height:30px;background:#FEF642;color:#010002;border-radius:5px;right:-7px;top:-7px}.patience .mfp-close::before{font-size:16px}@media screen and (min-width:1200px){.patience .mfp-close{width:1.6666666667rem;height:1.6666666667rem;right:-0.8333333333rem;top:-0.8333333333rem}.patience .mfp-close::before{font-size:0.8888888889rem}}.become-better{position:fixed;right:15px;bottom:85px;background:#010002;color:#FFFFFF;text-align:center;padding:10px 21px;border-radius:5px;max-width:280px}@media screen and (min-width:1200px){.become-better{padding:1.1111111111rem;right:1.6666666667rem;bottom:1.6666666667rem;border-radius:0.2777777778rem;max-width:25.8333333333rem}}.become-better::before{content:"";position:absolute;left:-24px;bottom:-12px;width:60px;height:60px;background:url("/themes/personal/images/become-better.png") no-repeat center;background-size:contain;transform:rotate(-9deg)}@media screen and (min-width:1200px){.become-better::before{left:-3.8888888889rem;bottom:-1.3333333333rem;width:6.6666666667rem;height:6.6666666667rem}}.become-better .body p{padding:0 10px}@media screen and (min-width:1200px){.become-better .body p{padding:0}}.become-better .body p:has(strong){padding:0;margin-bottom:5px}@media screen and (min-width:1200px){.become-better .body p:has(strong){margin-bottom:0.2777777778rem}}.become-better__close{position:absolute;width:30px;height:30px;background:#FEF642;color:#010002;border-radius:5px;right:-7px;top:-7px;cursor:pointer;font-size:0;display:flex;align-items:center;justify-content:center}.become-better__close::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";font-size:16px}@media screen and (min-width:1200px){.become-better__close{width:1.6666666667rem;height:1.6666666667rem;right:-0.8333333333rem;top:-0.8333333333rem}.become-better__close::before{font-size:0.8888888889rem}}
.replaced-category-data__title{font-size:1.5rem;line-height:1.25;font-weight:700;margin-bottom:15px}@media screen and (min-width:1200px){.replaced-category-data__title{font-size:2.6666666667rem;font-weight:700}}.replaced-category-data__text{position:relative}.replaced-category-data__text::before{content:"";width:70px;height:70px;background:url("/themes/personal/images/replaced-category-data-text.png") no-repeat center;background-size:contain;float:left;margin-right:10px;margin-bottom:5px;animation:float 2s ease-in-out infinite}.replaced-category-data__text::after{transition-duration:0.2s;content:"";position:absolute;left:30%;top:100%;width:29px;height:86px;background:url("/themes/personal/images/replaced-arrow.svg") no-repeat center;background-size:contain;transform:rotate(-36deg);transform-origin:top left;margin-top:15px;animation:float-arrow 1s ease-in-out infinite}@media screen and (min-width:1200px){.replaced-category-data__text{font-size:1.3333333333rem}.replaced-category-data__text::before{width:8rem;height:8rem;margin-right:0.5555555556rem;margin-bottom:0.2777777778rem;margin-top:-0.8333333333rem}.replaced-category-data__text::after{width:4.2777777778rem;height:12.8333333333rem;transform:rotate(-24deg);left:auto;right:21.5rem;margin-top:0}}.replaced-category-data__info{margin-top:65px;position:relative;padding-right:85px}.replaced-category-data__info::before{content:"";position:absolute;right:0;bottom:-15px;background:url("/themes/personal/images/replaced-category-data-list.png") no-repeat center;background-size:contain;width:80px;height:85px;pointer-events:none;transform:translateY(100%);animation:slideUp 0.4s 0.5s ease-in-out forwards}@media screen and (min-width:1200px){.replaced-category-data__info{margin-top:3.6111111111rem}.replaced-category-data__info::before{bottom:-1.6666666667rem;right:2.3333333333rem;width:9.0555555556rem;height:9.6666666667rem}}.replaced-category-data__info--title{font-size:1.25rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.replaced-category-data__info--title{font-size:2rem;font-weight:700}}.replaced-category-data__info--subtitle{font-size:1rem;font-weight:700;margin-top:5px}@media screen and (min-width:1200px){.replaced-category-data__info--subtitle{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.replaced-category-data__info--subtitle{margin-top:0.5555555556rem}}@keyframes float{0%{transform:translatey(0px)}50%{transform:translatey(-10%)}100%{transform:translatey(0px)}}@keyframes float-arrow{0%{transform:translatey(0px) rotate(-36deg)}50%{transform:translatey(-10%) rotate(-36deg)}100%{transform:translatey(0px) rotate(-36deg)}}@keyframes slideUp{0%{transform:translateY(100%)}100%{transform:none}}@media screen and (min-width:1200px){@keyframes float-arrow{0%{transform:translatey(0px) rotate(-24deg)}50%{transform:translatey(-10%) rotate(-24deg)}100%{transform:translatey(0px) rotate(-24deg)}}}
.product-gl{text-align:center}.product-gl__images{margin:0 -25px;min-width:0;flex-grow:1}@media screen and (min-width:768px){.product-gl__images{margin-left:0;margin-right:0}}.product-gl__images .swiper-slide{display:flex;height:auto}.product-gl__images .swiper-slide a{display:flex;align-items:center;justify-content:center;flex-grow:1}.product-gl__images img{width:100%;height:100%;object-fit:contain}.product-gl__thumbs{margin:15px 0 0;display:flex;align-items:center;min-width:0;flex-grow:1;position:relative}@media screen and (min-width:1200px){.product-gl__thumbs{flex-grow:0;flex-shrink:0;width:3.8888888889rem;margin-left:0.8333333333rem}}.product-gl__thumbs .swiper{min-width:0;flex-grow:1}.product-gl__thumbs .swiper-slide{height:auto;display:flex;align-items:center;justify-content:center}.product-gl__thumbs .item{padding:0 7px;cursor:pointer}.product-gl__thumbs .item img{width:auto;max-height:100%}.product-gl__thumbs .swiper-hand{flex-shrink:0;position:static;margin-left:15px}.product-gl__thumbs .swiper-button{display:none}@media screen and (min-width:1200px){.product-gl__thumbs .swiper-button{display:flex}}.product-gl__thumbs.swiper-lock .swiper-button{display:none}@media screen and (min-width:1200px){.product-gl{display:flex;flex-direction:row}.product-gl__images{align-self:center}.product-gl__thumbs{margin-top:0;max-height:22.2222222222rem;padding:1.6666666667rem 0}.product-gl__thumbs .swiper{min-height:0;height:100%}.product-gl__thumbs .item{padding:0.1666666667rem 0;height:100%}.product-gl__thumbs .swiper-button{left:50%;right:auto;margin:0 0 0 -12px}.product-gl__thumbs .swiper-button-prev{top:0}.product-gl__thumbs .swiper-button-prev:after{content:""}.product-gl__thumbs .swiper-button-next{top:auto;bottom:0}.product-gl__thumbs .swiper-button-next:after{content:""}}
.warning{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(26,25,25,0.8);color:#FFFFFF;padding:0 10px;display:flex;justify-content:center;align-items:center;text-align:center;z-index:99}.warning .block__layout{position:relative;width:100%;padding:54px 25px;border-radius:5px;overflow:hidden}@media screen and (min-width:768px){.warning .block__layout{width:480px}}@media screen and (min-width:1200px){.warning .block__layout{width:46.6666666667rem;padding-top:7.4444444444rem;padding-bottom:7.4444444444rem}}.warning .field-block-title{font-size:1.5rem;line-height:1.25;font-weight:700}@media screen and (min-width:1200px){.warning .field-block-title{font-size:2.6666666667rem;font-weight:700}}.warning .field-block-double-field{display:flex;justify-content:center;align-items:center;margin:20px -5px 0}@media screen and (min-width:1200px){.warning .field-block-double-field{margin:2.2222222222rem -0.5555555556rem 0}}.warning .double-field-first,.warning .double-field-second{font-size:1rem;font-weight:700;margin:0 5px;border-radius:5px;display:inline-flex;justify-content:center;align-items:center;padding:15px 25px;min-width:110px;min-height:50px;cursor:pointer}@media screen and (min-width:1200px){.warning .double-field-first,.warning .double-field-second{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.warning .double-field-first,.warning .double-field-second{margin:0 0.5555555556rem}}.warning .double-field-first::before,.warning .double-field-second::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;margin-right:8px}@media screen and (min-width:1200px){.warning .double-field-first::before,.warning .double-field-second::before{font-size:1.3333333333rem;margin-left:0.5555555556rem}}.warning .double-field-first{background:#2EB100}.warning .double-field-first::before{content:""}.warning .double-field-second{background:#DB001A}.warning .double-field-second::before{content:""}.warning .field-block-image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.warning .field-block-image::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#010002;opacity:0.9}.warning .field-block-image img{width:100%;height:100%;object-fit:cover}
