/* @license MIT https://github.com/necolas/normalize.css/blob/3.0.3/LICENSE.md */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
@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}
@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.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;}
.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;}}
.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;}
.ui-widget{background:none;}.ui-widget-content{border:none;}.ui-dialog{z-index:var(--jui-dialog-z-index);}.ui-state-default,.ui-state-hover,.ui-state-focus,.ui-state-active{outline:0;}.ui-state-highlight{font-weight:bold;}.ui-state-active,.ui-widget-content .ui-state-active{color:#840;}.ui-state-error,.ui-widget-content .ui-state-error{color:#fff;border-color:#d52;background:#e63;}.ui-state-disabled,.ui-widget-content .ui-state-disabled{opacity:0.35;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary{opacity:0.7;}.ui-icon{display:block;overflow:hidden;width:1rem;height:1rem;text-indent:-6249.9375rem;background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);background-repeat:no-repeat;}.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);}.ui-state-default .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-888888-256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-highlight .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-454545-256x240.png);}.ui-state-active .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-800000-256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-ffffff-256x240.png);}.ui-widget p .ui-icon{margin:2px 0.1875rem 0 0;}[dir="rtl"] .ui-widget p .ui-icon{margin:2px 0 0 0.1875rem;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-off{background-position:-96px -144px;}.ui-icon-radio-on{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-icon-carat-1-n{background-position:0 0;}.ui-accordion{border:none;}.ui-accordion .ui-accordion-header{text-transform:uppercase;border:solid 1px #ccc;}.ui-accordion h3.ui-accordion-header,#block-system-main h3.ui-accordion-header{margin:0.625rem 0;font-size:1.1em;}#block-system-main .ui-accordion h3.ui-state-active,.ui-accordion h3.ui-state-active{margin-bottom:0;}.ui-accordion .ui-accordion-header a{display:block;}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border:solid 1px #ccc;border-top:0;}.ui-tabs{padding:0;}.ui-tabs .ui-tabs-nav{margin:0;padding:0.3125rem 0.625rem 0.25rem;border-bottom:solid 1px #ccc;border-bottom-right-radius:0;border-bottom-left-radius:0;line-height:1.25rem;}.ui-tabs .ui-tabs-nav li{margin:0;padding:0 1em 0 0.625rem;list-style:none;}[dir="rtl"] .ui-tabs .ui-tabs-nav li{padding:0 0.625rem 0 1em;}.ui-tabs .ui-tabs-nav li a{float:none;padding:0 0.625rem;border-radius:0.625rem;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{color:#fff;background:#666;font-weight:normal;}.ui-widget-overlay{z-index:calc(var(--jui-dialog-z-index) - 1);opacity:0.7;background:var(--color-text);}.ui-slider{border:solid 1px #ccc;}.ui-slider .ui-slider-range{background:#e4e4e4;}.ui-slider .ui-slider-handle{border:1px solid #e4e4e4;border-right-color:#d2d2d2;border-bottom:1px solid #b4b4b4;border-left-color:#d2d2d2;border-radius:0.25rem;background-color:#e4e4e4;}.ui-slider a.ui-state-active,.ui-slider .ui-slider-handle:active{color:#fff;border:solid 1px #555;background:#666;}.ui-progressbar{height:1.4em;background:#e4e4e4;}.ui-progressbar .ui-progressbar-value{height:1.5em;background:var(--color-blue-600) url(/core/themes/misc/progress.gif);}.ui-autocomplete{color:var(--jui-dropdown-fg-color);border:var(--input-border-size) solid var(--jui-dropdown-border-color);border-top:0;border-radius:0 0 var(--input-border-radius-size) var(--input-border-radius-size);background:var(--jui-dropdown-bg-color);box-shadow:0 0.125rem 0.25rem var(--jui-dropdown-shadow-color);}.ui-autocomplete .ui-menu-item{list-style:none;}.ui-autocomplete .ui-menu-item-wrapper{display:block;padding:0.75rem 0.9375rem;color:inherit;background:inherit;}.ui-autocomplete .ui-menu-item-wrapper:focus,.ui-autocomplete .ui-menu-item-wrapper:hover{-webkit-text-decoration:none;text-decoration:none;}.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{margin:0;color:var(--jui-dropdown--active-fg-color);background:var(--jui-dropdown--active-bg-color);}.ui-autocomplete .ui-menu-item.ui-state-focus,.autocomplete .ui-menu-item.ui-state-hover{margin:0;background:var(--color-blue-600);}.ui-autocomplete .ui-state-focus a,.autocomplete .ui-state-hover a{color:#fff;}
.ui-dialog{position:absolute;inset-block-start:0;left:0;padding:0;border:0;border-radius:var(--jui-dialog-border-radius);background:transparent;box-shadow:var(--jui-dialog-box-shadow);}.ui-dialog:focus{outline:var(--jui-dialog--focus-outline);box-shadow:var(--jui-dialog--focus-box-shadow);}@media (forced-colors:active){.ui-dialog{border:1px solid transparent;}}@media all and (max-width:48em){.ui-dialog:not(.ui-dialog-off-canvas){min-width:92%;max-width:92%;}}.ui-dialog .ui-dialog-titlebar{position:relative;box-sizing:border-box;padding-block:var(--space-m);padding-inline:var(--space-l) var(--jui-dialog-close-button-reserved-space);color:var(--jui-dialog-title-color);border-start-end-radius:var(--jui-dialog-border-radius);border-start-start-radius:var(--jui-dialog-border-radius);background:var(--jui-dialog-title-bg-color);line-height:calc(var(--space-m) * 2);}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{-webkit-font-smoothing:antialiased;font-size:var(--jui-dialog-title-font-size);font-weight:bold;}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{position:absolute;inset-block-start:50%;inset-inline-end:0;box-sizing:border-box;inline-size:var(--jui-dialog-close-button-size);block-size:var(--jui-dialog-close-button-size);margin-inline:var(--space-l);padding:0;transition:all 0.1s;transform:translateY(-50%);border:2px solid transparent;border-radius:var(--jui-dialog-close-button-border-radius);background:none;}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{border-color:var(--color-white);}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus{border-color:var(--color-focus);outline:var(--jui-dialog--focus-outline);box-shadow:none;}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick{width:100%;height:100%;margin:0;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;}@media (forced-colors:active){.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick{background:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='buttonText' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;}}.ui-dialog > .ui-dialog-content{overflow:auto;padding:var(--space-m) var(--space-l);color:var(--color-text);background:var(--color-white);}.ui-dialog > .ui-dialog-content .form-actions,.ui-dialog > .ui-dialog-content .field-actions{margin:0;padding:0;}.ui-dialog > .ui-dialog-buttonpane{color:var(--color-text);border-bottom-right-radius:var(--jui-dialog-border-radius);border-bottom-left-radius:var(--jui-dialog-border-radius);background:var(--color-gray-050);}.ui-dialog > .ui-dialog-buttonpane .ui-dialog-buttonset{display:flex;gap:var(--space-s);justify-content:flex-end;margin-block:var(--space-m);margin-inline-end:var(--space-l);}.ui-dialog > .ui-dialog-buttonpane .ui-dialog-buttonset > *{margin:0;}.ui-dialog > .ui-dialog-buttonpane .ui-button-text-only .ui-button-text{padding:0;}.ui-dialog.ui-dialog-off-canvas .ui-widget-content.ui-dialog-content{background:none;}#drupal-off-canvas .form-item .form-item__description{color:var(--color-gray-050);font-size:0.75rem;}
.brand-default{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0px 0px 30px rgba(60,63,65,0.06);background:#FFFFFF}.brand-default__image{height:121px;display:flex;align-items:center}.brand-default__image img{width:auto;max-height:100%}.brand-default__name{font-size:1.875rem;font-weight:700;line-height:1.25;word-break:break-word}@media screen and (min-width:1200px){.brand-default__name{font-size:3.5555555556rem;font-weight:700}}.brand-default__link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;font-size:0;background:none}.brand-default__category{margin-bottom:10px}@media screen and (min-width:1200px){.brand-default__category{margin-bottom:1.3888888889rem}}.brand-default__item a{font-size:1rem;font-weight:700;text-decoration:none;display:flex;align-items:center}@media screen and (min-width:1200px){.brand-default__item a{font-size:1rem;font-weight:700}}.brand-default__item a:before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;color:#2776BB;margin-right:10px}@media screen and (min-width:1200px){.brand-default__item a:before{font-size:1.3333333333rem}}.brand-default__item:not(:first-child){margin-top:5px}.view-brands{position:relative}.view-brands.view-display-id-page_1 .view-content{display:flex;flex-wrap:wrap;margin:0 -7.5px -15px}.view-brands.view-display-id-page_1 .view-content .views-row{padding:0 7.5px;margin-bottom:15px;width:50%}@media screen and (min-width:768px){.view-brands.view-display-id-page_1 .view-content .views-row{width:33.333%}}.view-brands.view-display-id-block_1 .swiper{margin:-25px;padding:25px 17.5px}.view-brands.view-display-id-block_1 .swiper-slide{padding:0 7.5px;width:66.666%}@media screen and (min-width:480px){.view-brands.view-display-id-block_1 .swiper-slide{width:auto}}.view-brands.view-display-id-block_1 .swiper-hand{right:-3px;margin-bottom:-20px}.views-block-brands-block-1 .block__title{padding:0 45px}.views-block-brands-block-1 .block__layout{position:relative;padding:25px 0 20px}.views-block-brands-block-1 .block__layout::before{content:"";position:absolute;left:-25px;right:-25px;top:0;bottom:0;background:#31AEE2;opacity:0.05}@media screen and (min-width:1200px){.brand-default{transition:0.2s}.brand-default:hover{transform:translateY(-0.2777777778rem)}.brand-default__image{padding:0.8333333333rem;height:9.1111111111rem}.view-brands.view-display-id-page_1 .view-content{display:flex;flex-wrap:wrap;margin:0 -0.8333333333rem -1.6666666667rem}.view-brands.view-display-id-page_1 .view-content .views-row{padding:0 0.8333333333rem;margin-bottom:1.6666666667rem;width:20%}.view-brands.view-display-id-block_1 .swiper{margin:0 -0.8333333333rem;padding:0;overflow:visible}.view-brands.view-display-id-block_1 .swiper-slide{padding:0 0.8333333333rem;width:16.666%}.view-brands.view-display-id-block_1 .brand-default{box-shadow:none}.view-brands.view-display-id-block_1 .more-link{position:absolute;right:0;bottom:100%;margin-bottom:2.7777777778rem}.views-block-brands-block-1 .block__title{padding:0}.views-block-brands-block-1 .block__layout{padding:2.2222222222rem 0 5rem}.views-block-brands-block-1 .block__layout::before{left:-4.1666666667rem;right:-4.1666666667rem}}
.category{position:relative}.category .swiper{margin:0 -25px;padding:0 12.5px}.category__title{margin-bottom:25px;position:relative;text-align:center;z-index:0}.category__title .title{font-size:1.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.category__title .title{font-size:2.6666666667rem;font-weight:700}}.category .count_products{font-size:1rem;font-weight:700;opacity:0.7}@media screen and (min-width:1200px){.category .count_products{font-size:1rem;font-weight:700}}.category .category__item-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.category__image{position:relative;padding-bottom:58%}.category__image .field-taxonomy-image{position:absolute;left:0;right:0;top:0;bottom:0}.category__content{flex-grow:1;padding:15px}.category__name{font-size:1.25rem;font-weight:700;line-height:1.25;display:flex;flex-direction:column;max-width:235px}@media screen and (min-width:1200px){.category__name{font-size:2rem;font-weight:700}}.category__name::after{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:"";margin-top:15px}@media screen and (min-width:1200px){.category__name::after{font-size:1.3333333333rem}}.category__link{position:absolute;text-decoration:none;left:0;right:0;bottom:0;top:0;z-index:4}.category__item{display:inline-block;vertical-align:top;width:100%;height:auto;position:relative;color:#FFFFFF;padding:0 12.5px}@media screen and (min-width:480px){.category__item{width:50%}}@media screen and (min-width:992px){.category__item{width:33.333%}}.category__item:nth-child(5n+1) .category__item-wrapper{background:#31AEE2}.category__item:nth-child(5n+2) .category__item-wrapper,.category__item:nth-child(5n+4) .category__item-wrapper{background:#7991A7}.category__item:nth-child(5n+3) .category__item-wrapper,.category__item:nth-child(5n) .category__item-wrapper{background:#2776BB}.category__more_link{display:none}.category__more_link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;color:#FFFFFF;background:#2776BB}@media screen and (min-width:1200px){.category__more_link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.category__more_link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.category__more_link a:hover{color:#FFFFFF}.category__more_link a::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.category__more_link a::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.category__more_link a::after{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.category__more_link a::after{font-size:1.3333333333rem}}.category__more_link a::before{background:#FD9C27}.category__more_link a:hover::before{transform:scaleX(1)}.category_page .category__item-wrapper{position:relative;transition-duration:0.2s}.category_page .category__item-wrapper .field-taxonomy-image{border-radius:10px;overflow:hidden;font-size:0;position:relative}.category_page .category__item-wrapper .field-taxonomy-image img{width:100%;height:100%;object-fit:cover}.category_page .category__item-wrapper .field-taxonomy-image::before{position:absolute;content:"";top:0;bottom:0;right:0;left:0;background:#2776BB;border-radius:57px;transition:all 0.7s;transform:rotate(8deg) translate(20px,75%)}.category_page .category__content,.category_page .category__content--title{transform:unset}.category_page__link{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;z-index:10}.category_page__item{margin-bottom:25px}@media screen and (min-width:1200px){.category_page__item{display:flex;align-items:flex-start}}.category_page__arrow{width:20px;height:20px;margin:10px auto 0;display:flex;align-items:center}.category_page__arrow:before{content:"";position:relative;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;color:#CEEEBC;transform:rotate(180deg);transition-duration:0.2s}@media screen and (min-width:1200px){.category_page__arrow:before{font-size:1.3333333333rem}}.category_page__arrow.is-active:before{transform:rotate(0);color:#FD9C27}@media screen and (min-width:1200px){.category_page__arrow{display:none}}.category_page__childs{padding:10px 0;display:none}.category_page__childs.is-active{display:block}@media screen and (min-width:1200px){.category_page__childs{width:57.8125vw;display:flex;flex-wrap:wrap;margin:0 -0.8333333333rem;padding-left:4.4444444444rem}}.category_page__child{display:flex}@media screen and (min-width:1200px){.category_page__child{width:25%;padding:0 0.8333333333rem}}.category_page__child::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:8px;vertical-align:-0.2777777778rem;color:#2776BB}@media screen and (min-width:1200px){.category_page__child::before{font-size:1.3333333333rem}}.category_page__child a{position:relative;text-decoration:none;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.category_page__child a{font-size:1rem;font-weight:700}}.category_page__child a span{background:linear-gradient(to right,currentColor 0%,currentColor 100%) no-repeat 0 bottom;background-size:0 1px;text-decoration:none;transition-duration:0.2s}.category_page__child a span:hover{background-size:100% 1px}.category_page__child a:hover{color:#2776BB}.category_page__child:not(:last-child){margin-bottom:15px}.category_page__content{position:absolute;top:30px;left:30px;right:15px;color:#FFFFFF;z-index:2}@media screen and (min-width:1200px){.category_page__content{top:2.7777777778rem;left:2.7777777778rem}}.category_page__content--title{display:flex;align-items:center;position:relative;z-index:3}.category_page__content--title a{font-size:1.25rem;font-weight:700;line-height:1.25;text-decoration:none;color:inherit}@media screen and (min-width:1200px){.category_page__content--title a{font-size:2rem;font-weight:700}}@media screen and (min-width:1200px){.category__title{text-align:left;margin-bottom:2.7777777778rem}.category .swiper{margin:0;padding:0}.category .swiper-wrapper{display:grid;grid-gap:1.6666666667rem;grid-template-columns:1fr 1fr}.category__name{margin-top:0.2777777778rem}.category__name::after{margin-top:1.6666666667rem}.category__item{width:100%;padding:0}.category__item-wrapper{transition:0.2s}.category__item:hover .category__item-wrapper{background:#FD9C27}.category__item:nth-child(5n+1){grid-row:1/4}.category__item:nth-child(5n+2){grid-row:4/7}.category__item:nth-child(5n+3){grid-row:1/3}.category__item:nth-child(5n+4){grid-row:3/5}.category__item:nth-child(5n){grid-row:5/7}.category__item--big .category__image{order:-1;padding-bottom:28.2%}.category__item--big .category__content{padding:1.1111111111rem 1.6666666667rem}.category__item--big .category__name{max-width:22.8888888889rem}.category__item:not(.category__item--big) .category__item-wrapper{flex-direction:row}.category__item:not(.category__item--big) .category__image{flex-shrink:0;width:23.8888888889rem;padding-bottom:34.2%}.category__item:not(.category__item--big) .category__content{padding:2.7777777778rem 1.1111111111rem 2.7777777778rem 1.6666666667rem}.category__item:not(.category__item--big) .category__name{max-width:21.5rem}}
.views-block-completed-objects-block-1 .block__title{padding:0 45px}.view-completed-objects{position:relative}.view-completed-objects .swiper{margin:0 -25px}.view-completed-objects .swiper-slide{padding:0 25px}@media screen and (min-width:768px){.view-completed-objects .swiper{padding:0 12.5px}.view-completed-objects .swiper-slide{padding:0 12.5px}}.view-completed-objects.view-display-id-page_1 .view-content{display:flex;flex-wrap:wrap;margin:0 -10px -20px}.view-completed-objects.view-display-id-page_1 .views-row{padding:0 10px;margin-bottom:20px}.view-completed-objects .views-row{width:100%}@media screen and (min-width:768px){.view-completed-objects .views-row{width:50%}}.completed-object-default{position:relative}.completed-object-default__link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;font-size:0;text-decoration:none;display:flex;justify-content:center;align-items:center;text-align:center;padding:2.7777777778rem;color:#FFFFFF;background:rgba(39,118,187,0.9);opacity:0;transition:0.3s}.completed-object-default__link span{font-size:1.125rem;font-weight:600;line-height:1.25}@media screen and (min-width:1200px){.completed-object-default__link span{font-size:1.3333333333rem;font-weight:600}}@media screen and (min-width:1200px){.views-block-completed-objects-block-1 .block__title{padding:0}.view-completed-objects{position:relative}.view-completed-objects .swiper{margin:0 -0.8333333333rem;padding:0}.view-completed-objects .swiper-slide{padding:0 0.8333333333rem;width:33.333%}.view-completed-objects .swiper-navigation{position:absolute;right:0;bottom:100%;margin-bottom:2.7777777778rem;display:flex}.view-completed-objects .swiper-button{position:static;margin-top:0}.view-completed-objects .swiper-button+.swiper-button{margin-left:0.5555555556rem}.view-completed-objects.view-display-id-page_1 .view-content{margin:0 -0.8333333333rem -1.6666666667rem}.view-completed-objects.view-display-id-page_1 .views-row{padding:0 0.8333333333rem;margin-bottom:1.6666666667rem}.view-completed-objects .views-row{width:33.333%}.completed-object-default{position:relative}.completed-object-default__link{padding:1.3888888889rem}.completed-object-default:hover .completed-object-default__link{opacity:1}}
@font-face{font-family:"Gilroy";src:url("/themes/personal/fonts/Gilroy-Regular/Gilroy-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Gilroy";src:url("/themes/personal/fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff2") format("woff2"),url("/themes/personal/fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("ttf");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:"Gilroy";src:url("/themes/personal/fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"),url("/themes/personal/fonts/Gilroy-Bold/Gilroy-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") format("woff"),url("/themes/personal/icomoon/fonts/icomoon.ttf") 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:1rem 0}@media screen and (min-width:1200px){.text-formatted h6,.text-formatted h5,.text-formatted h4,.text-formatted h3,.text-formatted h2,.text-formatted h1{margin:1.666rem 0}}.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;margin-bottom: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 blockquote{font-size:1rem;font-weight:700;padding:15px;background:#2776BB;text-align:center;border-radius:5px;overflow:hidden;color:#fff;min-width:20%;margin:1rem 0}@media screen and (min-width:1200px){.text-formatted blockquote{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.text-formatted blockquote{padding:1.6666666667rem}}.text-formatted blockquote:before{display:none}.text-formatted blockquote:first-child{margin-top:0}.text-formatted blockquote: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;position:relative;text-align:left}.text-formatted ul li:before{content:"—";margin-right:0.4em}.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:#2776BB;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{float:none;margin-bottom:15px}@media screen and (min-width:1200px){.text-formatted .align-left,.text-formatted .align-right,.text-formatted .align-center{margin:1rem 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 .align-left{margin-left:0}@media screen and (min-width:1200px){.text-formatted .align-left{float:left}}.text-formatted .align-right{margin-right:0}@media screen and (min-width:1200px){.text-formatted .align-right{float:right}}.text-formatted .align-center{margin-left:auto;margin-right:auto}.text-formatted .site-style-h1{font-size:2.1875rem;font-weight:600;line-height:1.1}.text-formatted .site-style-h2{font-size:1.875rem;font-weight:700;line-height:1.25}.text-formatted .site-style-h3{font-size:1.5rem;font-weight:700;line-height:1.25}.text-formatted .site-style-h4{font-size:1.25rem;font-weight:700;line-height:1.25}.text-formatted .site-style-h5{font-size:1.125rem;font-weight:600;line-height:1.25}.text-formatted .site-style-button{font-size:1rem;font-weight:700}.text-formatted .site-style-regular{font-size:1rem;font-weight:400}.text-formatted .site-style-regular-small{font-size:0.875rem;font-weight:400}.text-formatted .site-style-subtitle{font-size:0.75rem;font-weight:700}.text-formatted .site-style-overline{font-size:0.75rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25em}.node .text-formatted{line-height:1.5}*{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.95vw}}body{font-family:"Gilroy","Arial","Helvetica",sans-serif;line-height:1.25;width:100%;height:100%;color:#2E2D2D;background:#FFFFFF;font-size:1rem;position:relative;min-width:360px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2776BB #FAFDF8}body.is-hiden{overflow:hidden}body.maintenance-page{min-height:100vh}body.maintenance-page .layout-container{padding-top:2.5em}body.maintenance-page main{margin-top:50px}@media screen and (min-width:1200px){body.maintenance-page main{margin-top:2.7777777778rem}}body.maintenance-page h1{font-size:2rem;margin-bottom:0.2em}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}p+p{margin-top:1em}.site-page{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.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.1666666667rem;padding-right:4.1666666667rem}}.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-middle{padding-left:0.9375rem;padding-right:0.9375rem;flex-grow:1;min-width:0;position:relative;z-index:1}@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:25px;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}}.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-container{padding:0}.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}@media screen and (min-width:1200px){.mfp-container .b-product-comments__form,.mfp-container .magnific-popup,.mfp-container .magnific-content{width:23.8888888889rem;padding:2.7777777778rem 2.2222222222rem}}.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 .magnific-popup__title,.mfp-container .magnific-popup.basket_add_popup .magnific-popup__title,.mfp-container .magnific-content.basket_add_popup .magnific-popup__title{text-align:center;margin-left:1.5rem}@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}}.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:1.3888888889rem;margin-right:1.5rem}@media screen and (min-width:1200px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:2rem;font-weight:700}}.mfp-container .form-actions .form-submit{width:100%}.mfp-container .mfp-close{right:25px;top:30px;width:auto;height:1.5625rem;font-size:0;display:flex;justify-content:center;align-items:center;opacity:1;color:#5A5959}@media screen and (min-width:1200px){.mfp-container .mfp-close{right:1.9444444444rem;top:2.7777777778rem;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:20px;top:11px;color:#FFFFFF}.mfp-container .mfp-close.is-white::before{font-size:20px}.block-type-stop-block{background:#FFFFFF;max-width:100%;margin:0 auto;position:relative}.block-type-stop-block .block__content{display:flex;align-items:center;width:100%}.block-type-stop-block .field-block-image-multi .field__item{display:none}.block-type-stop-block .field-block-image-multi .field__item:first-of-type{display:block}.block-type-stop-block .field-block-image-multi .field__item:first-of-type img{height:100vh;width:52vw;object-fit:cover}.block-type-stop-block .stop_block_img img{height:100vh;width:52vw;object-fit:cover}.block-type-stop-block .info_wrapper{padding:2.7777777778rem;text-align:center;width:48vw}.block-type-stop-block .field-block-title{font-size:2.1875rem;font-weight:600;line-height:1.1}@media screen and (min-width:1200px){.block-type-stop-block .field-block-title{font-size:4.6666666667rem;font-weight:600}}.block-type-stop-block .field-block-text{font-size:1.125rem;font-weight:600;line-height:1.25;max-width:25rem;margin:15px auto 4.3333333333rem}@media screen and (min-width:1200px){.block-type-stop-block .field-block-text{font-size:1.3333333333rem;font-weight:600}}.block-type-stop-block .field-block-subtitle{margin-top:15px;font-size:1.25rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.block-type-stop-block .field-block-subtitle{font-size:2rem;font-weight:700}}.block-type-stop-block .field-block-link{margin-top:15px}.block-type-stop-block .field-block-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;color:#FFFFFF;background:#2776BB}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.block-type-stop-block .field-block-link a:hover{color:#FFFFFF}.block-type-stop-block .field-block-link a::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.block-type-stop-block .field-block-link a::after{background:#FD9C27}.block-type-stop-block .field-block-link a:hover::after{transform:scaleX(1)}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{min-height:3.3333333333rem}}.block-type-stop-block .field-block-link a::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:10px}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a::before{font-size:1.3333333333rem}}.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;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.warehouses-inform-form.is-submitted .mess{font-size:2rem;font-weight:700}}.basket-add-popup-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 -0.5555555556rem -0.5555555556rem;text-align:center;flex-direction:row-reverse}.basket-add-popup-links a{margin:0 0.5555555556rem 0.5555555556rem}.basket-add-popup-links-order{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;background:#31AEE2;color:#FFFFFF}@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}.basket-add-popup-links-order::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.basket-add-popup-links-order::after{background:#2776BB}.basket-add-popup-links-order:hover::after{transform:scaleX(1)}.basket-add-popup-links-close{font-size:1rem;font-weight:700;text-decoration:none;transition:0.2s}@media screen and (min-width:1200px){.basket-add-popup-links-close{font-size:1rem;font-weight:700}}.basket-add-popup-links-close::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;color:#2776BB;margin-right:0.5rem;display:inline-block;vertical-align:middle}@media screen and (min-width:1200px){.basket-add-popup-links-close::before{font-size:1.3333333333rem}}.basket-add-popup-links-close:after{left:calc(24px + 0.5rem)}.basket-add-popup-links-close:hover{color:#2776BB}.addto_basket_button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;width:100%;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.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.addto_basket_button:hover{color:#FFFFFF}.addto_basket_button::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.addto_basket_button::after{background:#2776BB}.addto_basket_button:hover::after{transform:scaleX(1)}.product-compare .addto_basket_button .long,.product-full .addto_basket_button .long{display:none}.product-teaser .addto_basket_button .short{display:none}.warehous-btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF}@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:#FFFFFF}.warehous-btn::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.warehous-btn::after{background:#2776BB}.warehous-btn:hover::after{transform:scaleX(1)}@media screen and (min-width:1200px){.warehous-btn{min-height:3.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}h1{font-size:2.1875rem;font-weight:600;line-height:1.1}@media screen and (min-width:1200px){h1{font-size:4.6666666667rem;font-weight:600}}h2{font-size:1.875rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){h2{font-size:3.5555555556rem;font-weight:700}}h3{font-size:1.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){h3{font-size:2.6666666667rem;font-weight:700}}h4{font-size:1.25rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){h4{font-size:2rem;font-weight:700}}h5{font-size:1.125rem;font-weight:600;line-height:1.25}@media screen and (min-width:1200px){h5{font-size:1.3333333333rem;font-weight:600}}h6{font-size:0.75rem;font-weight:400}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}svg,img{border:none;vertical-align:middle;max-width:100%;height:auto;image-rendering:smooth}video{-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:100%;height:auto}[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 13px;background:#F9F9F9;border:1px solid #E8E8E8;box-sizing:border-box;border-radius:0;height:50px;width:100%;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:400 1rem "Gilroy",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{border-color:#2776BB;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}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:1.75em;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}}input[type="radio"]~label::before,input[type="radio"]~label::after{content:"";position:absolute;left:0;top:0;width:0;border-radius:50%;transition-duration:0.2s}input[type="radio"]~label::before{width:1.25em;height:1.25em;background:#fff;border:1px solid rgba(78,84,92,0.4)}input[type="radio"]~label::after{background:#2776BB;width:10px;height:10px;margin-top:4px;margin-left:4px;opacity:0;transform:scale(0.5);transition:all 0.3s}input[type="radio"]:checked~label::after{opacity:1;transform:scale(1)}input[type="radio"]:checked~label::before{border-color:#2776BB}.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:#fff;border:1px solid #31AEE2;border-radius:3px}input[type="checkbox"]~label::after{display:inline-flex;justify-content:center;align-items:center;font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:"";color:#31AEE2;opacity:0;transform:scale(0.5)}@media screen and (min-width:1200px){input[type="checkbox"]~label::after{font-size:1.3333333333rem}}@media screen and (min-width:1200px){input[type="checkbox"]~label::after{font-size:1rem}}input[type="checkbox"]:checked~label::after{opacity:1;transform:none}input[type="checkbox"]:checked~label::before{border-color:#31AEE2}html .select2-container--default.select2-container--disabled .select2-selection--single{background:#F9F9F9}html .select2-container--default .select2-selection--single{border:1px solid #E8E8E8;background:#F9F9F9;outline:none;height:50px;border-radius:0;display:flex;align-items:center;padding:10px 40px 10px 15px}@media screen and (min-width:1200px){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--single.exposed-style{border:none}html .select2-container--default .select2-selection--single.exposed-style .select2-selection__rendered{line-height:60px}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--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--single .select2-selection__arrow{right:0.8333333333rem;width:0.5555555556rem}}html .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}html .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#2D3748}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--single .select2-selection__clear:hover{color:#FF7B01}html .select2-container--default .select2-results>.select2-results__options{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#7991A7 #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:#7991A7;border-radius:2px;cursor:pointer}html .select2-container{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}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-dropdown{border-radius:0.2777777778rem}html .select2-container--open .select2-dropdown--below .select2-results__option:last-of-type{border-bottom-left-radius:0.2777777778rem;border-bottom-right-radius:0.2777777778rem}html .select2-container--open .select2-dropdown--above .select2-results__option:first-of-type{border-top-left-radius:0.2777777778rem;border-top-right-radius:0.2777777778rem}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:15px;min-height:60px}html .select2-results__options .select2-results__option--highlighted[aria-selected]{background:#2776BB;color:#fff}.form-actions{margin-top:10px}.form-actions .form-submit{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;width:100%}@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.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.form-actions .form-submit:hover{color:#FFFFFF}.form-actions .form-submit::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.form-actions .form-submit::after{background:#2776BB}.form-actions .form-submit:hover::after{transform:scaleX(1)}form .confirmation-message{text-align:center}.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:#31AEE2;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}form .form-item.form-type-password-confirm{margin-bottom:0}form .form-item.form-type-password-confirm.form-item-required:before{display:none}.btn--std{font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.btn--std{font-size:1rem;font-weight:700}}.swiper-button{position:absolute;top:50%;width:24px;height:24px;margin-top:auto;display:flex;align-items:center;justify-content:center;transition:color 0.5s,transform 0.2s;-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}@media screen and (min-width:1200px){.swiper-button::after{font-size:1.3333333333rem}}.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:#2776BB}.swiper-button.swiper-button-disabled{pointer-events:initial;cursor:auto}@media screen and (min-width:1200px){.swiper-button{width:3.3333333333rem;height:3.3333333333rem;background:#31AEE2;color:#FFFFFF;margin-top:-1.6666666667rem}.swiper-button-prev{left:-1.6666666667rem}.swiper-button-prev::after{content:""}.swiper-button-prev:not(.swiper-button-disabled):hover{transform:translateX(-0.2777777778rem)}.swiper-button-next{right:-1.6666666667rem}.swiper-button-next::after{content:""}.swiper-button-next:not(.swiper-button-disabled):hover{transform:translateX(0.2777777778rem)}.swiper-button.swiper-button-disabled{background:#7991A7;opacity:1}.swiper-button:hover{color:#FFFFFF}}.gl-devel{font-family:"Cuprum";padding-left:26px;text-align:left;position:relative;display:table;text-transform:uppercase;line-height:1.25;color:"Gilroy";white-space:nowrap;width:300px;margin:15px auto 0}.gl-devel-mask{position:absolute;top:0;bottom:0;background:#2776BB;width:0%}.gl-devel-mask--title{left:0}.gl-devel-mask--role{background:#FD9C27;right:0}.gl-devel-title{font-size:23px;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:14px;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-name{font-size:1.4375rem}.gl-devel.is-animate .gl-devel-name a{text-decoration:none}@media screen and (min-width:1200px){.gl-devel.is-animate .gl-devel-name{font-size:1.3333333333rem}}.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:90px;height:50px;background:#F9F9F9;border:1px solid #E8E8E8;display:flex;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;color:#7991A7;-webkit-tap-highlight-color:transparent}.basket_item_count .arrow:hover{color:#FD9C27}.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:1.3333333333rem}}@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%;background:transparent;-moz-appearance:textfield;flex-grow:1;text-align:center;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.basket_item_count .count_input{font-size:1rem;font-weight:700}}.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:20px;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:#2776BB}.drupal_package_like_button.favorite_button::before{content:"";color:#DB001A}.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:#2776BB;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;bottom:100%;pointer-events:none;z-index:5}@media screen and (min-width:1200px){.swiper-hand{display:none}}.swiper-lock .swiper-hand{display:none}.fancybox__caption{font-weight:600;text-align:center}#drupal-live-announce{display:none}.field--type-fivestar{margin-bottom:10px}.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;background-size:100% !important;width:28px;height:24px;flex-shrink:0}@media screen and (min-width:1200px){html div.fivestar-widget .star,html div.fivestar-widget-static .star{width:1.5555555556rem;height:1.3333333333rem}}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;background-size:100% !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;background-size:100% !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:0.2777777778rem}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}@media screen and (min-width:1200px){html .vote-widget--like-and-dislike a:before{font-size:1.3333333333rem}}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:#7991A7}html .vote-like a:before{content:""}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:hover:before{animation-name:zoomIn}.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")}.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}@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 15px;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%}}.grid-5 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:768px){.grid-5 .view-content{margin-left:-0.8333333333rem;margin-right:-0.8333333333rem}}.grid-5 .views-row{padding:0 15px;margin:0 0 25px;width:100%}@media screen and (min-width:480px){.grid-5 .views-row{width:50%;margin-bottom:1.6666666667rem;padding-left:0.8333333333rem;padding-right:0.8333333333rem}}@media screen and (min-width:768px){.grid-5 .views-row{width:33.33%}}@media screen and (min-width:1200px){.grid-5 .views-row{width:20%}}.pager{clear:both;text-align:center;font-weight:normal;margin:25px 0 0;font-size:1rem;color:#2E2D2D}.pager__load_more_items{margin:0;padding:0;list-style:none}.pager__load_more_items a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;color:#FFFFFF;background:#2776BB;width:100%}@media screen and (min-width:1200px){.pager__load_more_items a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.pager__load_more_items a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.pager__load_more_items a:hover{color:#FFFFFF}.pager__load_more_items a::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.pager__load_more_items a::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.pager__load_more_items a::after{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.pager__load_more_items a::after{font-size:1.3333333333rem}}.pager__load_more_items a::before{background:#FD9C27}.pager__load_more_items a:hover::before{transform:scaleX(1)}.pager__load_more_items a::after{content:""}.pager__load_more_items+.pager__items__{margin-top:10px}.pager__items__{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center}.pager__items{display:flex;align-items:center;justify-content:center}.pager__item{padding:0;margin:0}.pager__item a{display:flex;align-items:center;justify-content:center;text-align:center;padding:5px;min-width:28px;height:28px;text-decoration:none}.pager__item.is-active{font-weight:400}.pager__item.is-active a{background:#2776BB;color:#FFFFFF}.pager__item--first,.pager__item--last{display:none}.pager__item--previous a,.pager__item--next a{font-size:0;color:#C5C4C4}.pager__item--previous a::before,.pager__item--next a::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.pager__item--previous a::before,.pager__item--next a::before{font-size:1.3333333333rem}}.pager__item--previous a:hover,.pager__item--next a:hover{color:#2776BB}.pager__item--previous a::before{content:""}.pager__item--next a::before{content:""}@media screen and (min-width:1200px){.pager{margin-top:1.6666666667rem;display:flex;justify-content:center;position:relative}.pager__load_more_items{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.pager__load_more_items+.pager__items__{margin-top:0}.pager__item{margin:0}.pager__item a{padding:0.2777777778rem;min-width:2.1111111111rem;height:2.0555555556rem}}.more-link{text-align:center;margin-top:20px}.more-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF}@media screen and (min-width:1200px){.more-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.more-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.more-link a:hover{color:#FFFFFF}.more-link a::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.more-link a::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.more-link a::after{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.more-link a::after{font-size:1.3333333333rem}}.more-link a::before{background:#2776BB}.more-link a:hover::before{transform:scaleX(1)}.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:"Gilroy";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}@media screen and (min-width:1200px){.ui-datepicker.ui-widget-content .ui-datepicker-header a:before{font-size:1.3333333333rem}}.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:"Gilroy"}@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:#2776BB;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:#2776BB;color:#fff}.ui-menu.ui-autocomplete{border:none;font:1rem "Gilroy";max-height:362px;overflow-x:hidden;z-index:9999;margin:0;border-radius:0;background:#fff;max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#7991A7 #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:#7991A7;border-radius:2px;cursor:pointer}.ui-menu.ui-autocomplete .ui-menu-item{list-style:none;margin:0;padding:0;border-top:1px solid #C5C4C4}.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}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .views-field-field-product-images{width:70px;min-width:70px;margin-right:10px;display:flex;justify-content:center;align-items:center}.ui-menu.ui-autocomplete .ui-menu-item-wrapper a{margin:-10px -15px;padding:10px 15px;display:block;text-decoration:none;color:inherit}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .empty{display:block;text-align:center}.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:#2776BB !important;color:#fff}html .ui-slider-horizontal{height:7px;background:#31AEE2;border-radius:100px;border:none !important;margin-bottom:18px}html .ui-slider-horizontal .ui-slider-range{height:100%;background:#31AEE2;border-radius:100px}html .ui-slider-horizontal .ui-slider-handle{width:18px;height:18px;border-radius:50%;background:#31AEE2;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}.scroll-top{display:none;width:45px;height:45px;position:fixed;z-index:30;bottom:80px;left:110px;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(30px);transition:transform 0.3s,opacity 0.3s;background:#FFFFFF;box-shadow:0px 0px 30px rgba(60,63,65,0.06);border-radius:2px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}@media screen and (min-width:992px){.scroll-top{bottom:30px;width:60px;height:60px}}.scroll-top::before{content:"";font-family:icomoon;font-size:24px;color:#2776BB}.scroll-top.is-sticky{position:absolute;bottom:auto;top:-30px;left:10px}.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.sliding-popup-bottom{bottom:0;will-change:transform;transform:translateY(0);position:fixed;left:0;z-index:99;transition-duration:1s;transition-delay:2s}.wait-load .sliding-popup-bottom{transform:translateY(100%)}.sliding-popup-bottom .popup-content{content-visibility:auto}.eu-cookie-compliance-content{max-width:100%;margin:0;padding:25px;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width:480px){.eu-cookie-compliance-content{flex-wrap:nowrap}}@media screen and (min-width:1200px){.eu-cookie-compliance-content{padding:1.3888888889rem 4.1666666667rem}}.eu-cookie-compliance-content .eu-cookie-compliance-message{margin:0;float:none}.eu-cookie-compliance-content .eu-cookie-compliance-message h2{margin-bottom:5px;font-weight:700;font-size:1rem;line-height:1.25}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message h2{margin-bottom:0.2777777778rem}}.eu-cookie-compliance-content .eu-cookie-compliance-message p{font-size:0.875rem;font-weight:400;display:inline}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message p{font-size:0.8888888889rem;font-weight:400}}.eu-cookie-compliance-content .eu-cookie-compliance-message button{transition-duration:0.2s;font-size:0.875rem;font-weight:400;line-height:1.25;text-decoration:underline;font-family:inherit;background:none;border:none;outline:none;cursor:pointer}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message button{font-size:0.8888888889rem;font-weight:400}}.eu-cookie-compliance-content .eu-cookie-compliance-message button:hover{color:#2776BB}.eu-cookie-compliance-content .eu-cookie-compliance-buttons{margin:1rem -0.5rem 0;display:flex;align-items:center;flex-shrink:0;flex-direction:row-reverse}@media screen and (min-width:480px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons{margin-top:0}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons button{font-size:1rem;font-weight:700;font-family:"Gilroy";margin:0 0.5rem;transition-duration:0.2s;line-height:1.25;text-decoration:underline;cursor:pointer}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons button{font-size:1rem;font-weight:700}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{background:none;border:none;text-shadow:unset;transition-duration:0.2s;position:relative;text-decoration:none;padding:0;box-shadow:none}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:after{background:currentColor;transition-duration:0.2s;content:"";position:absolute;height:1px;bottom:0;left:0;right:0;will-change:transform;transform:scaleX(0);content-visibility:auto}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:hover:after{transform:scaleX(1)}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;color:#FFFFFF;background:#2776BB;text-shadow:unset;box-shadow:none}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover{color:#FFFFFF}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button::after{background:#FD9C27}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover::after{transform:scaleX(1)}.custom-error{pointer-events:none !important}.dev{display:none}.site-header{background:#FFFFFF;padding-top:50px}.site-header.is-scrolled .search__btn{opacity:1}.site-header.is-scrolled .contacts-header .field-block-desc{opacity:0}.site-header__top{background:#2776BB;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.1666666667rem;padding-right:4.1666666667rem}}@media screen and (min-width:1200px){.site-header__top{z-index:unset}}.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:60px;top:14px;opacity:0;transition:0.2s;color:#FFFFFF}@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.1666666667rem;padding-right:4.1666666667rem}}.site-header__center .region{padding:8px 0;display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__bottom{position:fixed;bottom:0;right:0;left:0;z-index:55}.site-header__side_menu{visibility:hidden;background:#FFFFFF;position:fixed;top:50px;bottom:70px;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:25px;overflow-y:auto;overflow-x:hidden}.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)}.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;font-weight:700;line-height:1.25;margin-bottom:20px;color:#FD9C27}@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){margin-top:25px}.region-header-menu .size-link{margin:20px 0 0}@media screen and (min-width:1200px){.region-header-menu .size-link{margin-top:2.5rem}}.region-header-menu .size-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;background:#31AEE2;color:#FFFFFF}@media screen and (min-width:1200px){.region-header-menu .size-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.region-header-menu .size-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.region-header-menu .size-link a:hover{color:#FFFFFF}.region-header-menu .size-link a::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.region-header-menu .size-link a::after{background:#2776BB}.region-header-menu .size-link a:hover::after{transform:scaleX(1)}.header-block{flex-grow:1;padding-left:6%}.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}@media screen and (min-width:1200px){.header-block__item a{margin:0 auto}}.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}}.header-block__item .count{position:absolute;top:-8px;right:-10px;width:10px;height:10px;background:#31AEE2;border-radius:50%;color:#FFFFFF;padding:1px;font-size:0;align-items:center;justify-content:center;display:none}.header-block__item .count.is-active{display:flex}.header-block__item.type-favorites{color:#DB001A}.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:#2776BB;content:""}.b-user-login__item a{text-decoration:none;color:#2776BB;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}@media screen and (min-width:1200px){.b-user-login__item a::before{font-size:1.3333333333rem}}.top-menu{display:none}.service-menu-header,.catalog-header,.personal-main-menu{transform-origin:left}.service-menu-header .menu__item,.catalog-header .menu__item,.personal-main-menu .menu__item{display:flex;align-items:flex-start}.service-menu-header .menu__item a,.catalog-header .menu__item a,.personal-main-menu .menu__item a{text-decoration:none;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){.service-menu-header .menu__item a,.catalog-header .menu__item a,.personal-main-menu .menu__item a{font-size:1rem;font-weight:700}}.service-menu-header .menu__item--active-trail a,.catalog-header .menu__item--active-trail a,.personal-main-menu .menu__item--active-trail a{color:#FD9C27}.service-menu-header .menu__item::before,.catalog-header .menu__item::before,.personal-main-menu .menu__item::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:10px;color:#FD9C27}@media screen and (min-width:1200px){.service-menu-header .menu__item::before,.catalog-header .menu__item::before,.personal-main-menu .menu__item::before{font-size:1.3333333333rem}}.service-menu-header .menu__item:not(:last-child),.catalog-header .menu__item:not(:last-child),.personal-main-menu .menu__item:not(:last-child){margin-bottom:10px}@media screen and (min-width:1200px){.service-menu-header .menu__item:not(:last-child),.catalog-header .menu__item:not(:last-child),.personal-main-menu .menu__item:not(:last-child){margin-bottom:1.3888888889rem}}.catalog-menu{width:40%}.b-cMenu{position:fixed;left:0;right:0;top:50px;bottom:70px;padding:17px 25px;background:#FFFFFF;transition:0.3s;opacity:0;visibility:hidden;z-index:-1;overflow-x:hidden;overflow-y:auto;background:#2776BB;color:#FFFFFF}.b-cMenu.is-open{opacity:1;visibility:visible}.wait-load .b-cMenu{display:none}.b-cMenu__btn{font-size:1.125rem;font-weight:600;line-height:1.25;text-decoration:none;padding:20px 25px;background:#2776BB;color:#FFFFFF;display:flex;justify-content:center;align-items:center;text-align:center;min-height:70px}@media screen and (min-width:1200px){.b-cMenu__btn{font-size:1.3333333333rem;font-weight:600}}.b-cMenu__btn--text{transition:0.2s;position:relative}.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:""}@media screen and (min-width:1200px){.b-cMenu__btn--icon::before{font-size:1.3333333333rem}}.b-cMenu__btn.is-active{background:#FD9C27}.b-cMenu .b-cMenu__link-wrapper{cursor:pointer}.b-cMenu .b-cMenu__link-wrapper.is-active .b-cMenu__link{background:#2776BB;pointer-events:all}.b-cMenu__link{padding:15px 0;display:flex;align-items:center;text-decoration:none;transition:0.3s}.b-cMenu__dropdown{display:none}.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:1rem;font-weight:700}@media screen and (min-width:1200px){.b-cMenu__name{font-size:1rem;font-weight:700}}.b-cMenu__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:0;border-radius:100%;margin-right:15px;flex-shrink:0}.b-cMenu__item.has-childs .b-cMenu__link{pointer-events:none}.b-cMenu__item+.b-cMenu__item{margin-top:5px}.b-dMenu{padding:20px 15px}.b-dMenu__item+.b-dMenu__item{margin-top:10px}.b-dMenu__item a{font-size:1rem;font-weight:400;display:inline-flex;align-items:flex-start;text-decoration:none}@media screen and (min-width:1200px){.b-dMenu__item a{font-size:1rem;font-weight:400}}.b-dMenu__item a::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:8px;color:#FFE712}@media screen and (min-width:1200px){.b-dMenu__item a::before{font-size:1.3333333333rem}}.b-dMenu__childs{display:none}.basket-count{padding-right:6%}.basket-count__title,.basket-count__info{display:none}.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}@media screen and (min-width:1200px){.basket-count__link{margin:0 auto}}.basket-count__link::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.basket-count__link::before{font-size:1.3333333333rem}}.basket-count__link--text{display:none}.basket-count__link--count{position:absolute;top:-8px;right:-10px;width:10px;height:10px;background:#31AEE2;border-radius:50%;color:#FFFFFF;padding:1px;font-size:0;align-items:center;justify-content:center;display:none}.basket-count__link--count.is-active{display:flex}.basket-count__link.is-active .basket-count__link--count{display:block}.region-header-bottom{display:flex;align-items:center;justify-content:center;background:#FFFFFF;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.logo-header .field-logo{max-width:112px;margin-right:25px}.logo-header .field-block-text{display:none}.search form.search-block{position:fixed;left:25px;right:25px;top:70px;z-index:17;transform:translateY(100%);transition:0.3s;opacity:0;visibility:hidden}.search form.search-block .form-actions{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;margin-top:0;width:60px}.search form.search-block .form-actions .form-submit{padding:0;background:none;width:100%;min-height:0;height:100%}.search form.search-block .form-actions .form-submit::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;color:#2776BB}@media screen and (min-width:1200px){.search form.search-block .form-actions .form-submit::before{font-size:1.3333333333rem}}.search form.search-block .form-actions .form-submit::after{display:none}.search form.search-block .form-item{margin-bottom:0}.search form.search-block input.form-autocomplete{background-image:none;border-radius:0;height:54px;padding-left:25px;padding-right:60px;border:none}.wait-load .search form.search-block{display:none}.search__btn::before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.search__btn::before{font-size:1.3333333333rem}}.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;opacity:1;visibility:visible}.fixed-pane-first{position:fixed;top:5.5555555556rem;left:0;width:5.5555555556rem;bottom:0;background:#FAFDF8;z-index:20;display:none}@media screen and (min-width:1200px){.fixed-pane-first{display:block}}.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:#7991A7 #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:#7991A7;border-radius:2px;cursor:pointer}.region-pane-first>div{margin-top:auto}.page-pane-fixed-contacts .field-block-telegram,.page-pane-fixed-contacts .field-block-viber{padding:0;margin:0 0 1.1111111111rem}.page-pane-fixed-contacts .field-block-telegram:last-of-type,.page-pane-fixed-contacts .field-block-viber:last-of-type{margin-bottom:0}.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}.language-list__item.ru{display:none}@media screen and (min-width:1200px){.language-list__item{width:100%}}.language-list__item a{padding:0.2777777778rem 0.5555555556rem;display:block;background:#FFE712;color:#fff;text-decoration:none;border-radius:5px;transition-duration:0.2s}.language-list__item a:hover,.language-list__item.active-lang a{background:#2776BB}.site-main{padding-bottom:40px}@media screen and (min-width:1200px){.site-main{padding-bottom:6.6666666667rem}.page-front .site-main{padding-bottom:2.7777777778rem}}.site-content{padding-left:25px;padding-right:25px;padding-top:30px}@media screen and (min-width:1200px){.site-content{padding-left:4.1666666667rem;padding-right:4.1666666667rem}}@media screen and (min-width:1200px){.site-content{padding-top: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.1666666667rem;padding-right:4.1666666667rem}}.site-content__title{display:none;margin-bottom:20px}@media screen and (min-width:1200px){.site-content__title{display:block;margin-bottom:1.6666666667rem}}@media screen and (min-width:1200px){.region-content-main{padding-bottom:3.8888888889rem}}.region-content .block .block__title{font-size:1.5rem;font-weight:700;line-height:1.25;text-align:center}@media screen and (min-width:1200px){.region-content .block .block__title{font-size:2.6666666667rem;font-weight:700}}.region-content .block .block__title~.block__content{margin-top:20px}@media screen and (min-width:1200px){.region-content .block .block__title{text-align:left}.region-content .block .block__title~.block__content{margin-top:2.7777777778rem}}.region-content .block:not(.personal-content)+.block{padding-top:40px}@media screen and (min-width:1200px){.region-content .block:not(.personal-content)+.block{padding-top:3.8888888889rem}}.region-content .block:first-child{padding-top:0}body.page-user .region-content .block.personal-content{padding-top:0 !important}.region-content>.block-type-basic .block__title{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0 0 30px}@media screen and (min-width:1200px){.region-content>.block-type-basic .block__title{font-size:2.6666666667rem;font-weight:700}}@media screen and (min-width:1200px){.region-content>.block-type-basic .block__title{margin-bottom:3.8888888889rem}}.region-content [data-big-pipe-placeholder-id]+.block{padding-top:0}.region-content-bottom{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.region-content-bottom{padding-left:4.1666666667rem;padding-right:4.1666666667rem}}.region-content-bottom .block{padding-top:20px}@media screen and (min-width:1200px){.region-content-bottom .block{padding-top:1.7222222222rem}}.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:#fff}.site-header-btn:after,.site-header-btn:before{content:"";display:block;width:12px;margin-left:6px;background:currentColor;height:2px;transition-duration:0.5s}@media screen and (min-width:1200px){.site-header-btn:after,.site-header-btn:before{width:1.1111111111rem;margin-left:0.5555555556rem;height:3px}}.site-header-btn span{width:18px;margin:3px 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:3px}}.site-header-btn span:before{content:"";background:currentColor;position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;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:0 0 70px}.site-footer__bg{position:absolute;top:0;bottom:0;right:0;left:0;z-index:-2;background:no-repeat center center;background-size:cover}.site-footer__bg img{width:100%;height:100%;object-fit:cover}.site-footer__first{padding-left:25px;padding-right:25px;padding-top:14px;padding-bottom:24px;background:url("/themes/personal/images/pattern.png") repeat left top #F3FBFF}@media screen and (min-width:1200px){.site-footer__first{padding-left:4.1666666667rem;padding-right:4.1666666667rem}}.site-footer__second{padding-left:25px;padding-right:25px;position:relative;padding-top:33px;padding-bottom:53px;color:#FFFFFF}@media screen and (min-width:1200px){.site-footer__second{padding-left:4.1666666667rem;padding-right:4.1666666667rem}}.site-footer__second::before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#010101;opacity:0.7;z-index:-1}.site-footer__popup{display:none}.logo-footer{text-align:center}.logo-footer .field-logo{width:130px;margin:0 auto}.logo-footer .field-block-link{margin-top:25px}.logo-footer .field-block-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;width:100%;max-width:310px}@media screen and (min-width:1200px){.logo-footer .field-block-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.logo-footer .field-block-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.logo-footer .field-block-link a:hover{color:#FFFFFF}.logo-footer .field-block-link a::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.logo-footer .field-block-link a::after{background:#2776BB}.logo-footer .field-block-link a:hover::after{transform:scaleX(1)}.logo-footer .field-block-text{margin-top:25px}.block-type-contacts a{transition:0.2s;text-decoration:none}.block-type-contacts a:hover{color:#FD9C27}.block-type-contacts .paragraph--type--phone .field-paragraph-phone{font-size:1.125rem;font-weight:600;line-height:1.25}@media screen and (min-width:1200px){.block-type-contacts .paragraph--type--phone .field-paragraph-phone{font-size:1.3333333333rem;font-weight:600}}.block-type-contacts .paragraph--type--phone .field-paragraph-title{font-size:0.875rem;font-weight:400}@media screen and (min-width:1200px){.block-type-contacts .paragraph--type--phone .field-paragraph-title{font-size:0.8888888889rem;font-weight:400}}.block-type-contacts .field-block-email{margin-top:15px}.block-type-contacts .field-block-email a span{font-weight:700}.block-type-contacts .field-block-link{margin-top:15px}.block-type-contacts .field-block-link a{font-weight:700;display:inline-flex;align-items:center}.block-type-contacts .field-block-link a:before{content:"";font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:10px}@media screen and (min-width:1200px){.block-type-contacts .field-block-link a:before{font-size:1.3333333333rem}}.block-type-contacts .field-block-link a::after{left:33px;bottom:3px}.block-type-contacts .socials{display:flex;align-items:center;justify-content:center;margin-top:15px}.block-type-contacts .field-block-telegram,.block-type-contacts .field-block-viber{padding:0 4px}.block-type-contacts .field-block-link-img-multi__items{display:flex;align-items:center}.block-type-contacts .field-block-link-img-multi__item{padding:0 4px}.block-type-contacts .field-block-link-img-multi__item img{width:30px}.block-type-contacts.contacts-menu .block__content{text-align:left}.block-type-contacts.contacts-menu .field-block-phones a{color:#FD9C27}.block-type-contacts.contacts-menu .socials{justify-content:flex-start;margin-left:-4px;margin-right:-4px}.contacts-header{color:#FFFFFF}.contacts-header__container{display:flex;align-items:center}.contacts-header .field-block-email{display:none;margin:0}@media screen and (min-width:1200px){.contacts-header .field-block-email{display:block}}.contacts-header .mail_wrapper{display:none;padding:0 11px;font-size:0.875rem}.contacts-header .field-block-phones__items{display:flex;align-items:center;position:relative}.contacts-header .field-block-phones__items--arrow{margin-left:5px;display:flex;cursor:pointer}.contacts-header .field-block-phones__items--arrow::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";transition:0.1s}@media screen and (min-width:1200px){.contacts-header .field-block-phones__items--arrow::before{font-size:1.3333333333rem}}.contacts-header .field-block-phones__items--hidden{position:absolute;right:0;top:100%;z-index:2;padding:10px 15px;opacity:0;transform:translateY(5px);pointer-events:none;background:#FFFFFF;color:#2E2D2D;box-shadow:0px 0px 30px rgba(60,63,65,0.06);border-left:5px solid #FD9C27;width:max-content;transition:0.2s;margin-top:5px}.contacts-header .field-block-phones__items--hidden::before{content:"";position:absolute;right:6px;bottom:100%;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #FFFFFF;z-index:2}.contacts-header .field-block-phones__items.is-open .field-block-phones__items--hidden{opacity:1;transform:none;pointer-events:all}.contacts-header .field-block-desc{display:none}.contacts-footer{margin-top:25px;text-align:center}.contacts-footer .block__title{display:none;font-size:1.25rem;font-weight:700;line-height:1.25;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}}.contacts-footer .field-block-phones__items{display:flex;justify-content:center;flex-wrap:wrap;margin:0 -7.5px -15px}.contacts-footer .field-block-phones__item{padding:0 7.5px;margin-bottom:15px}.contacts-footer .field-block-phones .paragraph--type--phone{text-align:left}.contacts-footer .field-block-email,.contacts-footer .field-block-text{margin-top:15px}.contacts-page .block__content{text-align:left}.contacts-page .socials{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:763px}.contacts-page .field-block-text .field__label,.contacts-page .field-block-email .field__label{font-size:0.75rem;font-weight:700;margin-bottom:5px}@media screen and (min-width:1200px){.contacts-page .field-block-text .field__label,.contacts-page .field-block-email .field__label{font-size:0.7777777778rem;font-weight:700}}@media screen and (min-width:1200px){.contacts-page .field-block-text .field__label,.contacts-page .field-block-email .field__label{margin-bottom:0.2777777778rem}}.contacts-page .field-block-form{background:#FFFFFF;box-shadow:0px 4px 12px rgba(147,152,155,0.2);padding:30px;position:relative;z-index:15;margin-top:-288px}.contacts-page .field-block-form .field__label{font-size:1.125rem;font-weight:600;line-height:1.25;text-align:center}@media screen and (min-width:1200px){.contacts-page .field-block-form .field__label{font-size:1.3333333333rem;font-weight:600}}.contacts-page .field-block-form .form-item-subtitle{text-align:center}.contacts-page .field-block-form .form-actions .form-submit{width:100%}.contacts-page .field-block-form .webform-confirmation{text-align:center}.contacts-page .schedule{font-size:1.125rem;font-weight:600;line-height:1.25;margin-top:25px}@media screen and (min-width:1200px){.contacts-page .schedule{font-size:1.3333333333rem;font-weight:600}}.contacts-page .field-block-desc{margin-top:15px;line-height:1.25}.contacts-page .address_wrapper{font-size:1.125rem;font-weight:600;line-height:1.25;margin-top:25px}@media screen and (min-width:1200px){.contacts-page .address_wrapper{font-size:1.3333333333rem;font-weight:600}}.contacts-page .field-block-link-img-multi{margin-top:15px}.contacts-page .field-block-link-img-multi__items{margin:0 -4px}.contacts-page .field-block-phones__item+.field__item{margin-top:15px}.contacts-page .paragraph--type--phone .field-paragraph-phone{font-size:1.25rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.contacts-page .paragraph--type--phone .field-paragraph-phone{font-size:2rem;font-weight:700}}.contacts-page .paragraph--type--phone .field-paragraph-title{color:#2776BB}.copywriting{text-align:center;margin-top:40px}.copywriting strong{font-weight:400}.copywriting-pc{display:none}.payment-systems{margin-top:20px}.payment-systems .field-block-link-img-multi__items{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 -7.5px -15px}.payment-systems .field-block-link-img-multi__item{padding:0 7.5px;margin-bottom:15px}.payment-systems .field-block-link-img-multi__item img{max-width:67px;max-height:37px;width:auto}.service-menu-footer,.menu-footer,.catalog-menu-footer{padding:0 25px;text-align:center}@media screen and (min-width:1200px){.service-menu-footer,.menu-footer,.catalog-menu-footer{display:block}}.service-menu-footer__title,.menu-footer__title,.catalog-menu-footer__title{font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:20px;display:inline-flex;color:#FD9C27;cursor:pointer}@media screen and (min-width:1200px){.service-menu-footer__title,.menu-footer__title,.catalog-menu-footer__title{font-size:2rem;font-weight:700}}.service-menu-footer .menu,.menu-footer .menu,.catalog-menu-footer .menu{display:none}.breadcrumb ol{margin:0 -25px;padding:0 25px;display:flex;align-items:center;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.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:#7991A7}@media screen and (min-width:1200px){.breadcrumb ol li:before{font-size:1.3333333333rem}}.breadcrumb ol li a{text-decoration:none}.breadcrumb ol li a:hover{color:#7991A7}.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;color:#7991A7}@media screen and (min-width:1200px){.breadcrumb ol li:first-of-type a:before{font-size:1.3333333333rem}}.breadcrumb .back__link{display:none}@media screen and (min-width:1200px){.breadcrumb{display:flex;align-items:center;font-size:0.8888888889rem;font-weight:400}.breadcrumb .back__link{margin-left:auto;display:block;margin-right:0}.breadcrumb .back__link a{text-decoration:none;font-size:0.875rem;font-weight:400}.breadcrumb .back__link a:before{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;margin-right:10px;vertical-align:-5px;transition-duration:0.2s;color:#2776BB}.breadcrumb .back__link a:hover:before{margin-right:15px}}@media screen and (min-width:1200px) and (min-width:1200px){.breadcrumb .back__link a{font-size:0.8888888889rem;font-weight:400}}@media screen and (min-width:1200px) and (min-width:1200px){.breadcrumb .back__link a:before{font-size:1.3333333333rem}}.personal-page-title .block__content{font-size:1.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.personal-page-title .block__content{font-size:2.6666666667rem;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.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.seo-block .block__title{font-size:2.6666666667rem;font-weight:700}}@media screen and (min-width:1200px){.seo-block .block__title{margin-bottom:1.3888888889rem;max-width:43.8888888889rem}}.seo-block__container{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#7991A7 #F9F9F9;padding-right:15px;line-height:1.5;max-height:323px}.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:#7991A7;border-radius:2px;cursor:pointer}@media screen and (min-width:1200px){.seo-block__container{max-height:8.3333333333rem}}.seo-block__container strong{line-height:1.25}.seo-block__container p:last-child{margin-bottom:0}.logo-header-menu__container{display:flex;justify-content:space-between;align-items:center}.logo-header-menu__container .field__image{width:120px}.page-full .field-page-img{margin:0 0 25px;text-align:center}@media screen and (min-width:768px){.page-full .field-page-img{max-width:50%;margin:0 0 1rem 1.6666666667rem;float:right}}.page-full .field-page-img img{border-radius:5px}@media screen and (min-width:1200px){.site-page{padding-top:13.2222222222rem}.block-type-contacts .socials{justify-content:flex-start}.block-type-contacts .field-block-link-img-multi__items{margin:0 -0.2222222222rem}.block-type-contacts .field-block-link-img-multi__item{padding:0 0.2222222222rem;transition:0.2s}.block-type-contacts .field-block-link-img-multi__item:hover{transform:translateY(-0.1666666667rem)}.block-type-contacts .field-block-link-img-multi__item img{width:1.9444444444rem}.site-header{position:absolute;left:0;right:0;top:0;display:flex;align-items:center;z-index:50;min-height:5.5555555556rem;padding:0 0 0 4.1666666667rem}.site-header.is-scrolled{position:fixed;box-shadow:0px 4px 12px rgba(147,152,155,0.1);animation:slideDown 0.3s forwards}.site-header.is-scrolled .catalog-menu,.site-header.is-scrolled::before{display:none}@keyframes slideDown{0%{transform:translateY(-100%)}100%{transform:none}}.site-header::before{content:"";position:absolute;left:0;right:0;top:100%;background:#2776BB;height:5.7222222222rem;z-index:-1}.site-header__top{position:static;flex-grow:1;background:none;padding:0}.site-header__center{order:-1;padding:0;margin-right:2.7777777778rem}.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:2.7777777778rem;z-index:unset}.site-header__side_menu{display:none}.region-header-top{display:flex;align-items:center}.region-header-menu{display:flex}.region-header-menu .user-login-register{display:none}.region-header-menu>.block{opacity:0;transition-duration:1.5s;border:none !important;padding:0 4.4444444444rem;margin-top:0 !important;transform:translateY(10px);transition-delay:0s}.region-header-menu>.block .block__title{margin-bottom:1.9444444444rem}.top-menu{display:block}.top-menu__preffix{margin-bottom:0.625rem}.top-menu__preffix br{display:none}.top-menu .menu{display:flex;align-items:center}.top-menu .menu__item{font-size:1rem;font-weight:700;flex-shrink:0;padding-top:0}.top-menu .menu__item a{transition:color 0.2s;text-decoration:none}.top-menu .menu__item a:hover{color:#FD9C27}.top-menu .menu__item+.menu__item{margin-left:1.3888888889rem}.top-menu .menu__item.menu__item--active-trail a{color:#FD9C27}.site-header-btn{display:none}.logo-header .block__content{display:flex;align-items:center}.logo-header .field-logo{max-width:8.6666666667rem;margin-right:2.2222222222rem}.logo-header .field-block-text{display:block;font-weight:600;max-width:13.7222222222rem;line-height:1.2}.contacts-header{color:#2E2D2D;flex-shrink:0;margin-right:2.7777777778rem}.contacts-header .field-block-email{margin-top:0}.contacts-header .field-block-desc{opacity:1 !important;margin-top:0;margin-bottom:0}.contacts-header .field-block-phones__items{display:block}.contacts-header .field-block-phones__items--arrow{display:none}.contacts-header .field-block-phones__items--hidden{position:static;opacity:1;transform:none;pointer-events:all;box-shadow:none;padding:0;border-left:none;margin-top:0;background:none}.contacts-header .field-block-phones__items--hidden::before{display:none}.contacts-header .field-block-phones__items--hidden .field__item{margin-top:0.2777777778rem}.region-header-bottom{background:none;box-shadow:none}.catalog-menu{max-width:none;margin-right:0;flex-grow:0;position:static}.b-cMenu{position:absolute;top:100%;bottom:auto;opacity:1;transform:none;pointer-events:all;visibility:visible;overflow:unset;display:flex;align-items:center;padding:0}.b-cMenu__btn{display:none}.b-cMenu__item{flex-grow:1}.b-cMenu__item:nth-child(1) a{padding-left:4.1666666667rem}.b-cMenu__item:nth-child(5) a,.b-cMenu__item:last-child a{padding-right:4.1666666667rem}.b-cMenu__item:nth-child(n+6){display:none}.b-cMenu__item+.b-cMenu__item{margin-top:0}.b-cMenu__icon{width:2.2222222222rem;height:2.2222222222rem;margin-right:0;margin-bottom:0.2777777778rem;flex-direction:column}.b-cMenu__link{padding:0.9444444444rem 1.6666666667rem 1rem;transition:0.2s;text-align:center;flex-direction:column}.b-cMenu__link:hover{background:#FD9C27}.b-cMenu__name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.header-block{padding-left:0}.header-block__container{width:auto;margin-left:-0.5555555556rem;margin-right:-0.5555555556rem}.header-block__item{width:1.3333333333rem;height:1.3333333333rem;margin-left:0.5555555556rem;margin-right:0.5555555556rem}.basket-count{flex-shrink:0;padding-right:0;max-width:none;margin-left:1.1111111111rem;background:#31AEE2;color:#fff;position:relative;width:19.7222222222rem;text-align:center;min-height:7.5rem;display:flex;align-items:center;justify-content:flex-start;padding-left:4.5rem;text-align:left}.basket-count div[id^="basket-count-block-wrap"]::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";position:absolute;left:2rem;top:50%;transform:translateY(-50%);font-size:1.9444444444rem !important}.basket-count div[id^="basket-count-block-wrap"]:hover .basket-count__title::before{left:0;right:auto;width:0}.basket-count__title{display:inline-flex;align-items:center;position:relative;font-size:1rem;font-weight:700}.basket-count__title::before{content:"";position:absolute;width:100%;right:0;bottom:0.1111111111rem;height:1px;background:#FFFFFF;transition:0.2s}.basket-count__info{display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;margin-bottom:0.2777777778rem}.basket-count__count{font-size:0.8888888889rem;font-weight:400;order:-1;margin-right:0.5555555556rem;padding-top:0.1em}.basket-count__sum{font-size:1rem;font-weight:700;order:1}.basket-count__link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;width:auto;height:auto}.basket-count__link::before{display:none}.basket-count__link--count{display:none !important}.gl-devel{width:33.333%;margin:4.8888888889rem 0 0;padding-left:3.3333333333rem}.gl-devel-title{font-size:1.3333333333rem}.gl-devel-role{font-size:0.8888888889rem}.contacts-page{position:relative;z-index:1}.contacts-page .block__content{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;position:relative}.contacts-page .field-block-map{width:100%;height:100%;margin-top:0}.contacts-page .schedule{margin-top:0}.contacts-page .address_wrapper{margin-top:0;padding-right:3.6111111111rem}.contacts-page .map-wrapper{margin-top:2.7777777778rem;position:relative}.contacts-page .field-block-phones__item+.field__item{margin-top:1.1111111111rem}.contacts-page .field-block-desc{margin-top:1.1111111111rem}.contacts-page .field-block-email,.contacts-page .field-block-link,.contacts-page .field-block-text{margin-top:0}.contacts-page .field-block-phone{font-size:2rem;font-weight:700}.contacts-page .field-block-form{position:absolute;top:8rem;width:23.3333333333rem;padding:1.6666666667rem 1.9444444444rem;margin-top:0}.contacts-page .geolocation-map-wrapper{height:58.2777777778rem;width:100vw;margin-left:-75px}.site-content>.l{flex-direction:row}.site-content .site-rightbar{display:block;position:relative;z-index:2}.site-rightbar{width:25rem;flex-shrink:0}.region-sidebar-right{background:#FFFFFF;padding:1.6666666667rem;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.menu-side,.service-menu-side{text-align:center}.menu-side__title,.service-menu-side__title{font-size:1.3333333333rem;font-weight:600;margin-bottom:0.8333333333rem}.menu-side .menu a,.service-menu-side .menu a{font-size:1rem;font-weight:700;display:flex;justify-content:center;align-items:center;padding:0.5555555556rem 1.3888888889rem;background:#7991A7;color:#fff;text-decoration:none;text-align:center;min-height:3.3333333333rem;transition:0.2s}.menu-side .menu a:hover,.service-menu-side .menu a:hover{background:#31AEE2}.menu-side .menu__item,.service-menu-side .menu__item{margin:0 0 0.2777777778rem}.menu-side .menu__item:last-of-type,.service-menu-side .menu__item:last-of-type{margin-bottom:0}.menu-side .menu__item--active-trail a,.service-menu-side .menu__item--active-trail a{background:#31AEE2}.service-menu-side{margin-top:1.6666666667rem}.logo-footer{text-align:left}.logo-footer .field-logo{margin-left:0;width:12.2222222222rem}.contacts-footer{margin-top:2.2222222222rem;text-align:left}.contacts-footer .block__content>*{margin-top:1.1111111111rem}.contacts-footer .field-block-phones__items{flex-direction:column}.service-menu-footer,.menu-footer,.catalog-menu-footer{padding:0 1.6666666667rem;width:33.333%;text-align:left}.service-menu-footer .block__title,.menu-footer .block__title,.catalog-menu-footer .block__title{margin-bottom:1.9444444444rem}.service-menu-footer .menu,.menu-footer .menu,.catalog-menu-footer .menu{display:block}.service-menu-footer .menu__item,.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}.service-menu-footer .menu__item::before,.menu-footer .menu__item::before,.catalog-menu-footer .menu__item::before{content:"";position:absolute;left:4px;top:0.52em;height:2px;width:14px;background:#FD9C27}.service-menu-footer .menu__item:not(:last-child),.menu-footer .menu__item:not(:last-child),.catalog-menu-footer .menu__item:not(:last-child){margin-bottom:1.1111111111rem}.service-menu-footer .menu__item a,.menu-footer .menu__item a,.catalog-menu-footer .menu__item a{text-decoration:none;transition-duration:0.2s}.service-menu-footer .menu__item a:hover,.menu-footer .menu__item a:hover,.catalog-menu-footer .menu__item a:hover{color:#FD9C27}.copywriting{display:none}.copywriting-pc{display:block;margin-top:4.0555555556rem}.payment-systems{align-items:flex-end;flex-grow:1;margin-top:4.8888888889rem;padding-left:1.6666666667rem}.payment-systems .field-block-link-img-multi__items{margin:0 -0.5555555556rem -1.1111111111rem}.payment-systems .field-block-link-img-multi__item{padding:0 0.5555555556rem;margin-bottom:1.1111111111rem}.payment-systems .field-block-link-img-multi__item img{max-width:5.1111111111rem;max-height:2.8888888889rem}.region-footer{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 -1.6666666667rem}.search form.search-block{left:10.2777777778rem;right:18.7222222222rem}.search form.search-block input.form-autocomplete{height:4.8333333333rem;padding-right:5rem}.search form.search-block .form-actions{width:4.8333333333rem}.search.is-open form.search-block{top:5rem}.site-footer{padding-bottom:0;display:flex}.site-footer__first{width:27.5rem;flex-shrink:0;padding-top:1.6666666667rem;padding-bottom:2.3333333333rem}.site-footer__second{flex-grow:1;text-align:left;padding-top:5.8333333333rem;padding-bottom:2.3333333333rem;padding-left:1.6666666667rem}.page-node-1 .site-main{padding-bottom:0}}@media screen and (min-width:1200px) and (min-width:1200px){.top-menu .menu__item{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px) and (min-width:1200px){.basket-count div[id^="basket-count-block-wrap"]::before{font-size:1.3333333333rem}}@media screen and (min-width:1200px) and (min-width:1200px){.basket-count__title{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px) and (min-width:1200px){.menu-side .menu a,.service-menu-side .menu a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px) and (min-width:1200px){.service-menu-footer .menu__item,.menu-footer .menu__item,.catalog-menu-footer .menu__item{font-size:1rem;font-weight:700}}
.main-slider{position:relative;z-index:5}.main-slider .swiper-hand{display:none}.main-slider .swiper-slide{min-height:425px;position:relative;overflow:hidden}.main-slider .slide-inner{position:absolute;width:100%;height:100%;left:0;top:0}.main-slider .paragraph--type--main-slide{color:#FFFFFF;text-align:center}.main-slider .paragraph--type--main-slide .l{padding-left:25px;padding-right:25px;min-height:425px;display:flex;align-items:center;justify-content:center;padding-top:25px;padding-bottom:25px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .l{padding-left:4.1666666667rem;padding-right:4.1666666667rem}}.main-slider .paragraph--type--main-slide::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:0.25;background:#040010}.main-slider .paragraph--type--main-slide .field-paragraph-image{position:absolute;top:0;right:0;left:0;bottom:0;z-index:-2}.main-slider .paragraph--type--main-slide .field-paragraph-image img{display:block;max-width:none;width:100%;height:100%;object-fit:cover}.main-slider .paragraph--type--main-slide .field-paragraph-title-long{font-size:2.1875rem;font-weight:600;line-height:1.1;line-height:1.1}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-title-long{font-size:4.6666666667rem;font-weight:600}}.main-slider .paragraph--type--main-slide .field-paragraph-text{font-size:1.125rem;font-weight:600;line-height:1.25;margin-top:15px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-text{font-size:1.3333333333rem;font-weight:600}}.main-slider .paragraph--type--main-slide .field-paragraph-image-add{position:absolute;z-index:-1;right:-41px;top:-30px}.main-slider .paragraph--type--main-slide .field-paragraph-link{margin-top:25px}.main-slider .paragraph--type--main-slide .field-paragraph-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-link a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-link a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.main-slider .paragraph--type--main-slide .field-paragraph-link a:hover{color:#FFFFFF}.main-slider .paragraph--type--main-slide .field-paragraph-link a::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.main-slider .paragraph--type--main-slide .field-paragraph-link a::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-link a::after{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-link a::after{font-size:1.3333333333rem}}.main-slider .paragraph--type--main-slide .field-paragraph-link a::before{background:#2776BB}.main-slider .paragraph--type--main-slide .field-paragraph-link a:hover::before{transform:scaleX(1)}.main-slider .paragraph--type--main-slide .slider-inner{max-width:100%}.main-slider .swiper-navigation{display:none}@media screen and (min-width:768px){.main-slider .paragraph--type--main-slide .field-paragraph-image-add{top:0;max-width:74%;bottom:0}}@media screen and (min-width:992px){.main-slider .paragraph--type--main-slide .field-paragraph-image-add{max-width:60%}}@media screen and (min-width:1200px){.main-slider .swiper-scrollbar{position:absolute;right:0;left:0;top:0;background:rgba(255,255,255,0.5);height:10px;z-index:5}.main-slider .swiper-scrollbar .swiper-scrollbar-line{height:10px;width:0;background:#2776BB;transition:0.2s linear 0s}.main-slider .swiper-slide{min-height:41.9444444444rem}.main-slider .paragraph--type--main-slide .l{padding-top:4.1666666667rem;padding-bottom:4.1666666667rem;min-height:41.9444444444rem}.main-slider .paragraph--type--main-slide .field-paragraph-text{margin-top:2.7777777778rem}.main-slider .paragraph--type--main-slide .field-paragraph-link{margin-top:2.7777777778rem}.main-slider .swiper-navigation{display:block}.main-slider .swiper-button-prev{left:0}.main-slider .swiper-button-next{right:0}.main-slider .swiper-pagination{position:absolute;left:0;right:0;display:flex;justify-content:center;align-items:center;margin:0 -0.5555555556rem;width:auto;bottom:1.8333333333rem}.main-slider .swiper-pagination .swiper-pagination-bullet{background:#FFFFFF;width:1rem;height:0.2222222222rem;margin:0 0.5555555556rem;border-radius:2px;opacity:1;transition:all 0.2s}.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#31AEE2}}
.product-status{position:absolute;left:10px;top:10px;display:flex;flex-direction:column;align-items:flex-start;z-index:5}@media screen and (min-width:1200px){.product-status{left:0.5555555556rem;top:0.5555555556rem}}.product-status .item{padding:5px;background:#2776BB;color:#FFFFFF;border-radius:40px;font-size:12px;font-weight:700;text-transform:uppercase;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.product-status .item+.item{margin-top:2px}.product-status .item-new{background:#FD9C27}.product-status .item-promotion{background:#DB001A}.product-status .item-day{background:#FD9C27;color:#2E2D2D}@media screen and (min-width:1200px){.product-status .item{padding:0.2777777778rem 0.5555555556rem;font-size:0.7777777778rem;width:2.7777777778rem;height:2.7777777778rem}.product-status .item+.item{margin-top:0.1666666667rem}}.product-status-2{position:absolute;right:0;top:0;z-index:5}.product-status-2 .item{font-size:1rem;font-weight:700;padding:8px 10px;background:#FD9C27;color:#FFFFFF;display:flex;align-items:center;justify-content:center;text-transform:lowercase}@media screen and (min-width:1200px){.product-status-2 .item{font-size:1rem;font-weight:700}}.product-status-2 .item::before{margin-right:5px}.product-status-2 .item+.item{margin-top:3px}.product-status-2 .item-free-shipping{background:#2EB100}.product-status-2 .item-free-shipping::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-status-2 .item-free-shipping::before{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.product-status-2 .item{padding:0.4444444444rem 0.5555555556rem}.product-status-2 .item::before{margin-right:0.2777777778rem}.product-status-2 .item+.item{margin-top:0.1666666667rem}}.product-teaser{background:#FFFFFF;position:relative;display:flex;flex-direction:column;flex-grow:1;text-align:center;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.product-teaser__visible{display:flex;flex-direction:column;flex-grow:1;position:relative}.product-teaser__image{margin-top:50px;margin-bottom:10px;position:relative}@media screen and (min-width:1200px){.product-teaser__image{margin-bottom:0.5555555556rem;margin-top:0}}.product-teaser__image:before{content:"";display:block;padding:0 0 100%}.product-teaser__image a{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0;display:flex;align-items:center;justify-content:center}.product-teaser__image img{max-height:100%;width:auto}.product-teaser__middle{padding:5px}.product-teaser__category{font-size:0.875rem;font-weight:400;color:#777676}@media screen and (min-width:1200px){.product-teaser__category{font-size:0.8888888889rem;font-weight:400}}.product-teaser__title{font-size:1rem;font-weight:700;text-align:center;margin:0 0 5px}@media screen and (min-width:1200px){.product-teaser__title{font-size:1rem;font-weight:700}}@media screen and (min-width:480px){.product-teaser__title{min-height:2.5em}}.product-teaser__title a{text-decoration:none;transition:0.2s}.product-teaser__title a:hover{color:#2776BB}.product-teaser__price{display:flex;align-items:center;justify-content:space-between;padding:0 20px}.product-teaser__price .price-old{margin-left:10px}.product-teaser__price .price-old+.price{font-size:1.125rem;font-weight:600;line-height:1.25;color:#DB001A;order:-1}@media screen and (min-width:1200px){.product-teaser__price .price-old+.price{font-size:1.3333333333rem;font-weight:600}}.product-teaser__price--content{display:flex;justify-content:center;align-items:flex-end}.product-teaser__price-text{display:none}.product-teaser__price .price{font-size:1.125rem;font-weight:600;line-height:1.25}@media screen and (min-width:1200px){.product-teaser__price .price{font-size:1.3333333333rem;font-weight:600}}.product-teaser__price .price-old{margin-left:10px;font-size:0.875rem;text-align:right}.product-teaser__price .price-old .percent{color:#DB001A;font-weight:700;font-size:0.875rem}.product-teaser__price .price-old-value{font-size:0.875rem;font-weight:400;text-decoration:line-through;color:#9E9D9D}@media screen and (min-width:1200px){.product-teaser__price .price-old-value{font-size:0.8888888889rem;font-weight:400;text-decoration:line-through}}.product-teaser__price .price-clarify{font-weight:600;color:#DB001A}.product-teaser__full{padding-left:2.5px;padding-right:2.5px}.product-teaser__full a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;padding-left:7px;padding-right:7px}@media screen and (min-width:1200px){.product-teaser__full a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.product-teaser__full a{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.product-teaser__full a:hover{color:#FFFFFF}.product-teaser__full a::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.product-teaser__full a::after{background:#2776BB}.product-teaser__full a:hover::after{transform:scaleX(1)}@media screen and (min-width:1200px){.product-teaser__full{padding-left:0.2777777778rem;padding-right:0.2777777778rem}}.product-teaser .addto_basket_button,.product-teaser .warehous-btn{min-height:3.125rem;padding:10px 7px;width:100%}.product-teaser .addto_basket_button::after,.product-teaser .warehous-btn::after{background:#31AEE2}.product-teaser .addto_basket_button:hover,.product-teaser .warehous-btn:hover{color:#FFFFFF}@media screen and (min-width:1200px){.product-teaser .addto_basket_button,.product-teaser .warehous-btn{min-height:3.3333333333rem}}.product-teaser .product-teaser__btns .basket_add_button_wrap .addto_basket_button{background:#FFE712;color:#2E2D2D}.product-teaser .product-teaser__btns .basket_add_button_wrap .addto_basket_button:hover{color:#FFFFFF}.product-teaser .product-teaser__btns .basket_add_button_wrap .addto_basket_button:before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:8px;border:unset}@media screen and (min-width:1200px){.product-teaser .product-teaser__btns .basket_add_button_wrap .addto_basket_button:before{font-size:1.3333333333rem}}.product-teaser .warehous-btn{background:#2E2D2D;color:#FFFFFF}.product-teaser__btns{display:flex;flex-grow:1;align-items:flex-end;justify-content:center;padding:5px 2.5px 7px}.product-teaser__btns .basket_add_button_wrap,.product-teaser__btns .add-wrap{padding-left:2.5px;padding-right:2.5px;flex-grow:1}.product-teaser__btns .clarify{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;width:100%;background:#FFE712;color:#2E2D2D}@media screen and (min-width:1200px){.product-teaser__btns .clarify{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.product-teaser__btns .clarify{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.product-teaser__btns .clarify:hover{color:#FFFFFF}.product-teaser__btns .clarify::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.product-teaser__btns .clarify::after{background:#2776BB}.product-teaser__btns .clarify:hover::after{transform:scaleX(1)}.product-teaser__btns .clarify:hover{color:#FFFFFF}.product-teaser__like{padding:0 4px;display:flex;justify-content:center}.product-teaser .drupal_package_like_button{width:30px;margin:0 8px 0 0;display:flex;align-items:center;justify-content:center}.product-teaser .drupal_package_like_button:last-of-type{margin-right:0}.params_product{display:flex;align-items:center;margin:0 -3px}.params_product>div{padding-left:3px;padding-right:3px;flex-grow:1;max-width:100%}@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{text-align:center;font-size:1.875rem;font-weight:700;line-height:1.25}@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{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:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#FFFFFF;background:#2776BB;margin-top:2.7777777778rem;display:none}@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.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.view-block-catalog .block__title .more-link:hover{color:#FFFFFF}.view-block-catalog .block__title .more-link::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.view-block-catalog .block__title .more-link::after{background:#FD9C27}.view-block-catalog .block__title .more-link:hover::after{transform:scaleX(1)}@media screen and (min-width:1200px){.view-block-catalog .block__title .more-link{display:inline-flex}}.view-block-catalog .block__content{position:relative}.view-block-catalog .filter-form{margin-bottom:20px}.view-block-catalog .filter-form+.view .view-filters{display:none}@media screen and (min-width:1200px){.view-block-catalog .filter-form{position:absolute;right:0;bottom:100%;width:56.3333333333rem;margin-bottom:1.1111111111rem}.view-block-catalog .filter-form form{display:flex;flex-wrap:wrap}.view-block-catalog .filter-form form .form-item{margin-bottom:0;margin-right:0.5555555556rem;width:13.3333333333rem}.view-block-catalog .filter-form form .form-item-title{width:100%;margin-bottom:1.1111111111rem;text-align:left}.view-block-catalog .filter-form form .form-actions{margin-top:0}}.view-block-catalog .filter-form .form-item-title{font-size:1.125rem;font-weight:600;line-height:1.25;text-align:center;margin-bottom:20px}@media screen and (min-width:1200px){.view-block-catalog .filter-form .form-item-title{font-size:1.3333333333rem;font-weight:600}}.view-block-catalog .filter-form .form-submit{background:#FFE712;color:#2E2D2D}.view-block-catalog .filter-form .form-submit::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";order:1;margin-left:0.4444444444rem}@media screen and (min-width:1200px){.view-block-catalog .filter-form .form-submit::before{font-size:1.3333333333rem}}.view-block-catalog .filter-form .form-submit::after{display:block}.view-block-catalog .view-filters .form-checkboxes{display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 20px;margin:0 -25px 10px}@media screen and (min-width:1200px){.view-block-catalog .view-filters .form-checkboxes{margin:0 -1.3888888889rem 0.5555555556rem;padding:0 1.1111111111rem}}.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 label{font-size:1rem;font-weight:700;padding:15px 25px 15px 53px;background:#2776BB;border-radius:5px;color:#FFFFFF}@media screen and (min-width:1200px){.view-block-catalog .view-filters .form-checkboxes label{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-block-catalog .view-filters .form-checkboxes label{padding:0.8333333333rem 1.3888888889rem 0.8333333333rem 2.9444444444rem}}.view-block-catalog .view-filters .form-checkboxes label::before,.view-block-catalog .view-filters .form-checkboxes label::after{width:18px;height:18px;left:25px;top:0;bottom:0;margin:auto 0}@media screen and (min-width:1200px){.view-block-catalog .view-filters .form-checkboxes label::before,.view-block-catalog .view-filters .form-checkboxes label::after{width:1rem;height:1rem;left:1.3888888889rem}}.view-block-catalog .view-filters .form-checkboxes label::after{background-size:12px}@media screen and (min-width:1200px){.view-block-catalog.views-block-catalog-basket-views-block-1 .block__title{max-width:33.333%}}.view-block-catalog.views-block-catalog-basket-views-block-1-2 .block__title{font-size:1.5rem;font-weight:700;line-height:1.25;position:relative}@media screen and (min-width:1200px){.view-block-catalog.views-block-catalog-basket-views-block-1-2 .block__title{font-size:2.6666666667rem;font-weight:700}}.viewed-products .block__title{font-size:1.5rem;font-weight:700;line-height:1.25;text-align:left;margin-bottom:10px}@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;left:0;right:0;margin:auto;text-align:center;letter-spacing:0.25em;text-transform:uppercase;font-size:0.75px^-1rem;color:#2E2D2D;bottom:calc(100% + 110px)}.view-catalog .view-content{display:flex;flex-wrap:wrap;margin:0 -5px -10px}@media screen and (min-width:1200px){.view-catalog .view-content{margin-left:-0.8333333333rem;margin-right:-0.8333333333rem}}.view-catalog .views-row{width:100%;padding:0 5px;position:relative;display:flex;margin-bottom:15px}@media screen and (min-width:480px){.view-catalog .views-row{width:50%}}@media screen and (min-width:992px){.view-catalog .views-row{width:33.333%}}@media screen and (min-width:1200px){.view-catalog .views-row{width:25%;padding-left:0.8333333333rem;padding-right:0.8333333333rem;margin-bottom:1.6666666667rem}}.view-catalog .views-row:last-child .more-link-wrapper{margin:0;position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(255,255,255,0.75);border-radius:5px;display:flex;align-items:center;justify-content:center;z-index:5}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-wrapper{right:0.8333333333rem;left:0.8333333333rem}}.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:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;color:#FFFFFF;background:#2776BB}@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}.view-catalog .views-row:last-child .more-link-bvb::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.view-catalog .views-row:last-child .more-link-bvb::after{font-family:"icomoon";font-size:20px;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}}@media screen and (min-width:1200px){.view-catalog .views-row:last-child .more-link-bvb::after{font-size:1.3333333333rem}}.view-catalog .views-row:last-child .more-link-bvb::before{background:#FD9C27}.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-left:1.3888888889rem;padding-right:1.3888888889rem}}.view-catalog .more-link{margin-top:20px;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:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF}@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}.view-catalog .more-link a::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.view-catalog .more-link a::after{font-family:"icomoon";font-size:20px;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}}@media screen and (min-width:1200px){.view-catalog .more-link a::after{font-size:1.3333333333rem}}.view-catalog .more-link a::before{background:#2776BB}.view-catalog .more-link a:hover::before{transform:scaleX(1)}.view-catalog.view-has-slider{position:relative}.view-catalog.view-has-slider .view-content{display:block;position:relative;margin:0 -25px;padding:0 12.5px}.view-catalog.view-has-slider .swiper{overflow:visible}.view-catalog.view-has-slider .swiper-slide{margin-bottom:0;height:auto;padding:0 12.5px}.view-catalog.view-has-slider .swiper-hand{right:25px;bottom:auto;top:13px}.view-catalog.view-has-slider .swiper-navigation{display:none}@media screen and (min-width:1200px){.view-catalog.view-has-slider .swiper-navigation{display:block}}.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-block_1 .views-row{width:20%}}.view-catalog.view-display-id-block_2{text-align:left}.view-catalog.view-display-id-block_2 .view-content{margin:0}.view-catalog.view-display-id-block_2 table{font-size:0.875rem;font-weight:400;width:100%}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_2 table{font-size:0.8888888889rem;font-weight:400}}.view-catalog.view-display-id-block_2 table th{padding:6px 8px;background:rgba(39,118,187,0.05);color:#2776BB;font-weight:400}.view-catalog.view-display-id-block_2 table td{border-bottom:1px solid #E8E8E8;padding:6px 8px}.view-catalog.view-display-id-block_2 table .views-field-title a{transition:0.2s;text-decoration:none}.view-catalog.view-display-id-block_2 table .views-field-title a:hover{color:#31AEE2}.view-catalog.view-display-id-block_2 table .views-field-basket-get-price-field{white-space:nowrap}.view-catalog.view-display-id-block_2 table .views-field-basket-get-price-field .old-price{font-size:0.875rem;font-weight:400;text-decoration:line-through;color:#777676;line-height:1}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_2 table .views-field-basket-get-price-field .old-price{font-size:0.8888888889rem;font-weight:400;text-decoration:line-through}}.view-catalog.view-display-id-block_2 table .views-field-basket-get-price-field .price{color:#DB001A;font-weight:700}.view-catalog.view-display-id-block_2 table .views-field-basket-add-field{padding:0}.view-catalog.view-display-id-block_2 table .clarify{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;white-space:nowrap}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_2 table .clarify{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.view-catalog.view-display-id-block_2 table .clarify{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.view-catalog.view-display-id-block_2 table .clarify:hover{color:#FFFFFF}.view-catalog.view-display-id-block_2 table .clarify::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.view-catalog.view-display-id-block_2 table .clarify::after{background:#2776BB}.view-catalog.view-display-id-block_2 table .clarify:hover::after{transform:scaleX(1)}.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button{font-size:0 !important;padding:6px 8px;min-height:auto;background:none;color:#31AEE2}.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button::before{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button::before{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button::before{font-size:1.1111111111rem}}.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button::after{display:none}.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button:hover{color:#2776BB}.product-teaser .view-catalog.view-display-id-block_2 .clarify{font-size:0 !important;padding:6px 8px;min-height:auto;background:none;color:#31AEE2}.product-teaser .view-catalog.view-display-id-block_2 .clarify::before{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-teaser .view-catalog.view-display-id-block_2 .clarify::before{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.product-teaser .view-catalog.view-display-id-block_2 .clarify::before{font-size:1.1111111111rem}}.product-teaser .view-catalog.view-display-id-block_2 .clarify::after{display:none}.product-teaser .view-catalog.view-display-id-block_2 .clarify:hover{color:#2776BB}.product-full .view-catalog.view-display-id-block_2 .addto_basket_button{font-size:0;padding:6px 8px;min-height:auto;background:none;color:#2776BB}.product-full .view-catalog.view-display-id-block_2 .addto_basket_button:before{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-full .view-catalog.view-display-id-block_2 .addto_basket_button:before{font-size:1.3333333333rem}}.product-full .view-catalog.view-display-id-block_2 .addto_basket_button::after{display:none}.product-full .view-catalog.view-display-id-block_2 .clarify{font-size:0;padding:6px 8px;min-height:auto;background:none;color:#31AEE2}.product-full .view-catalog.view-display-id-block_2 .clarify::before{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-full .view-catalog.view-display-id-block_2 .clarify::before{font-size:1.3333333333rem}}.product-full .view-catalog.view-display-id-block_2 .clarify::after{display:none}.product-full .view-catalog.view-display-id-block_2 .clarify:hover{color:#31AEE2}.view-catalog.view-display-id-basket_views_block_1 .view-filters .form-actions{display:none}@media screen and (min-width:1200px){.view-catalog .more-link{position:absolute;right:0;bottom:100%;margin-top:0;margin-bottom:1.1111111111rem}.view-catalog.view-has-slider .view-content{margin:0;padding:0}.view-catalog.view-has-slider .swiper{margin:-1.6666666667rem;padding:1.6666666667rem 0.8333333333rem;overflow:hidden}.view-catalog.view-has-slider .swiper-slide{padding:0 0.8333333333rem}.view-catalog.view-display-id-page_1 .views-row{width:33.333%}.view-catalog.view-display-id-block_2 table th{padding:0.7222222222rem 0.5555555556rem;font-weight:700}.view-catalog.view-display-id-block_2 table td{border-bottom:1px solid #E8E8E8}.product-teaser .view-catalog.view-display-id-block_2 table td{padding:0.7222222222rem 0.5555555556rem}.product-full .view-catalog.view-display-id-block_2 table td{padding:0.2777777778rem 0.5555555556rem}.product-teaser .view-catalog.view-display-id-block_2 table .views-field-basket-add-field{padding:0}.product-full .view-catalog.view-display-id-block_2 table .views-field-field-product-area{min-width:6.5rem}.product-teaser .view-catalog.view-display-id-block_2 .addto_basket_button{padding:0.7222222222rem 0.5555555556rem}.product-full .view-catalog.view-display-id-block_2 .clarify,.product-full .view-catalog.view-display-id-block_2 .addto_basket_button{font-size:1rem;padding:0.8333333333rem 1.3888888889rem;min-height:2.7777777778rem;background:#31AEE2;color:#FFFFFF}.product-full .view-catalog.view-display-id-block_2 .clarify::before,.product-full .view-catalog.view-display-id-block_2 .addto_basket_button::before{display:none}.product-full .view-catalog.view-display-id-block_2 .clarify::after,.product-full .view-catalog.view-display-id-block_2 .addto_basket_button::after{display:block}.product-full .view-catalog.view-display-id-block_2 .clarify:hover{color:#FFFFFF}.view-block-catalog .block__title{max-width:50%}.view-block-catalog .view-catalog{position:relative}.view-block-catalog .view-filters{position:absolute;right:0;bottom:100%;max-width:50%;margin-bottom:3.1944444444rem}.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}.view-block-catalog.has-subtitle .view-filters{margin-bottom:4.0277777778rem}.product-teaser{transition-duration:0.2s}.product-teaser .params_product{justify-content:center}.product-teaser__middle{padding:0.5555555556rem}.product-teaser__price{padding:0 2.2222222222rem}.product-teaser__price .price-old{margin-left:0.5555555556rem}.product-teaser__title{margin-bottom:0.5555555556rem}.product-teaser__category{margin-bottom:0.2777777778rem}.product-teaser__btns{padding:0.5555555556rem 0.2777777778rem 0.8333333333rem}.product-teaser__btns .basket_add_button_wrap,.product-teaser__btns .add-wrap{padding-left:0.2777777778rem;padding-right:0.2777777778rem}.product-teaser__hidden{position:absolute;z-index:5;top:100%;left:-10px;right:-10px;margin-top:0;background:#FFFFFF;border-radius:0 0 5px 5px;text-align:center;padding:15px 10px 15px;transition-duration:0.2s;opacity:0;visibility:hidden;box-shadow:0 20px 30px rgba(60,63,65,0.06)}.product-teaser:hover{box-shadow:0 0 30px rgba(60,63,65,0.06);z-index:15}.product-teaser:hover .product-teaser__hidden{opacity:1;visibility:visible}}
@media screen and (min-width:1200px){.views-block-services-block-1+.block{padding-top:2.2222222222rem !important}}.views-block-services-block-1 .block__title{padding:0 45px;color:#FD9C27}.views-block-services-block-1 .block__layout{position:relative;padding:16px 0 34px}.views-block-services-block-1 .block__layout::before{content:"";position:absolute;left:-25px;right:-25px;top:0;bottom:0;background:#31AEE2;opacity:0.05}.view-services{position:relative}.view-services .swiper{margin:0 -25px;padding:0 12.5px}.view-services .swiper-slide{padding:0 12.5px}.view-services .swiper-hand{margin-bottom:10px}.view-services.view-display-id-page_1 .view-content{margin:0 -10px -20px;display:flex;flex-wrap:wrap}.view-services.view-display-id-page_1 .views-row{padding:0 10px;margin-bottom:20px;width:100%}@media screen and (min-width:480px){.view-services.view-display-id-page_1 .views-row{width:50%}}@media screen and (min-width:992px){.view-services.view-display-id-page_1 .views-row{width:33.333%}}.service-teaser{position:relative;overflow:hidden;color:#FFFFFF;height:100%}.service-teaser::after{font-family:"icomoon";font-size:8px;font-weight:400;line-height:1;color:inherit;content:"";opacity:0.4;transition:0.6s;position:absolute;left:0;right:0;bottom:15px;display:flex;justify-content:center}@media screen and (min-width:1200px){.service-teaser::after{font-size:1.3333333333rem}}.service-teaser__title{position:absolute;left:15px;right:15px;bottom:15px;display:flex;flex-direction:column;align-items:center;text-align:center}.service-teaser__title--value{font-size:1.125rem;font-weight:600;line-height:1.25;text-decoration:none;padding-bottom:15px}@media screen and (min-width:1200px){.service-teaser__title--value{font-size:1.3333333333rem;font-weight:600}}.service-teaser__link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;font-size:0;text-decoration:none}.service-teaser .field-service-main-image::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(360deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 69.08%)}.service-teaser .field-service-main-image::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#2776BB;opacity:0;transition:0.3s}.service-teaser .field-service-main-image img{width:100%;height:100%;object-fit:cover}.service-teaser .subservices{display:none}.service-full .field-service-banner{margin-top:-30px;margin-bottom:30px}.service-full .paragraph--type--banner{min-height:425px;position:relative;z-index:1;color:#FFFFFF;margin:0 -25px;padding:60px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.service-full .paragraph--type--banner::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#090808;z-index:-1;opacity:0.25}.service-full .paragraph--type--banner .field-paragraph-title-long{font-size:2.1875rem;font-weight:600;line-height:1.1}@media screen and (min-width:1200px){.service-full .paragraph--type--banner .field-paragraph-title-long{font-size:4.6666666667rem;font-weight:600}}.service-full .paragraph--type--banner .field-paragraph-text{font-size:1.125rem;font-weight:600;line-height:1.25;margin-top:20px}@media screen and (min-width:1200px){.service-full .paragraph--type--banner .field-paragraph-text{font-size:1.3333333333rem;font-weight:600}}.service-full .paragraph--type--banner .field-paragraph-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"Gilroy";line-height:1.25;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;overflow:hidden;font-size:1rem;font-weight:700;padding:10px 15px;min-height:50px;background:#31AEE2;color:#FFFFFF;margin-top:30px}@media screen and (min-width:1200px){.service-full .paragraph--type--banner .field-paragraph-button{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.service-full .paragraph--type--banner .field-paragraph-button{padding:0.5555555556rem 1.3888888889rem;min-height:3.3333333333rem}}.service-full .paragraph--type--banner .field-paragraph-button:hover{color:#FFFFFF}.service-full .paragraph--type--banner .field-paragraph-button::before{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:0;will-change:transform}.service-full .paragraph--type--banner .field-paragraph-button::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-left:10px}@media screen and (min-width:1200px){.service-full .paragraph--type--banner .field-paragraph-button::after{font-size:1.3333333333rem}}@media screen and (min-width:1200px){.service-full .paragraph--type--banner .field-paragraph-button::after{font-size:1.3333333333rem}}.service-full .paragraph--type--banner .field-paragraph-button::before{background:#2776BB}.service-full .paragraph--type--banner .field-paragraph-button:hover::before{transform:scaleX(1)}.service-full .paragraph--type--banner .field-paragraph-image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-2}.service-full .paragraph--type--banner .field-paragraph-image img{width:100%;height:100%;object-fit:cover}.service-full .field-service-main-image{margin-bottom:30px}.service-full__title{font-size:1.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.service-full__title{font-size:2.6666666667rem;font-weight:700}}.service-full .field-service-description{margin-top:15px}.service-full .field-service-prices{margin-top:40px}.service-full .field-service-prices__label{font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:20px}@media screen and (min-width:1200px){.service-full .field-service-prices__label{font-size:2.6666666667rem;font-weight:700}}.service-full .field-service-prices__item{padding:9px 16px}.service-full .field-service-prices__item:nth-child(odd){background:rgba(49,174,226,0.05)}.service-full .field-service-prices .double-field-first{font-size:1.125rem;font-weight:600;line-height:1.25}@media screen and (min-width:1200px){.service-full .field-service-prices .double-field-first{font-size:1.3333333333rem;font-weight:600}}.service-full .field-service-prices .double-field-second{font-size:1.25rem;font-weight:700;line-height:1.25;color:#DB001A;margin-top:10px;display:block}@media screen and (min-width:1200px){.service-full .field-service-prices .double-field-second{font-size:2rem;font-weight:700}}.service-full__form{margin-top:30px}.service-full__form--title{font-size:1.5rem;font-weight:700;line-height:1.25;color:#FFFFFF;margin-bottom:20px}@media screen and (min-width:1200px){.service-full__form--title{font-size:2.6666666667rem;font-weight:700}}.service-full__form--form{padding:20px 15px 30px;background:#2776BB}.service-full__form--form .webform-confirmation{color:#FFFFFF}.service-full__form--bg{position:relative}.service-full__form--bg::before{content:"";position:absolute;left:0;right:0;top:-1px;height:25%;background:#2776BB;clip-path:polygon(0 0,100% 0,100% 20%,0% 100%);z-index:2}@media screen and (min-width:1200px){.views-block-services-block-1 .block__title{padding:0}.views-block-services-block-1 .block__layout{padding:2.7777777778rem 0 4.4444444444rem}.views-block-services-block-1 .block__layout::before{left:-4.1666666667rem;right:-4.1666666667rem}.view-services .swiper{margin:0 -0.8333333333rem -1.6666666667rem;padding:0}.view-services .swiper-wrapper{flex-wrap:wrap}.view-services .swiper-slide{padding:0 0.8333333333rem;margin-bottom:1.6666666667rem;width:25%}.view-services .swiper-slide:nth-child(7n+1),.view-services .swiper-slide:nth-child(7n+2),.view-services .swiper-slide:nth-child(7n+3){width:33.333%}.view-services.view-display-id-page_1 .view-content{margin:0 -0.8333333333rem -1.6666666667rem}.view-services.view-display-id-page_1 .views-row{width:25%;padding:0 0.8333333333rem;margin-bottom:1.6666666667rem}.view-services.view-display-id-page_1 .views-row:nth-child(7n+1),.view-services.view-display-id-page_1 .views-row:nth-child(7n+2),.view-services.view-display-id-page_1 .views-row:nth-child(7n+3){width:33.333%}.service-teaser::after{font-size:0.6666666667rem}.service-teaser:hover::after{opacity:1}.service-teaser:hover .field-service-main-image::after{opacity:0.9}.service-teaser.has-subservices:hover .service-teaser__title{transform:none;height:100%}.service-teaser.has-subservices:hover .service-teaser__title--value{transform:none;padding-bottom:0}.service-teaser__title{left:1.3888888889rem;right:1.3888888889rem;bottom:0;padding:1.3888888889rem 0;transform:translateY(100%);transition:0.3s;justify-content:center}.service-teaser__title--value{transform:translateY(-100%);transition:0.3s;padding-bottom:3.8888888889rem}.service-teaser .subservices{display:block;margin-top:1.6666666667rem;position:relative;z-index:3}.service-teaser .subservices__item a{font-size:1rem;font-weight:700;text-decoration:none}.service-teaser .subservices__item a:hover{text-decoration:underline}.service-teaser .subservices__item:not(:first-child){margin-top:0.8333333333rem}.service-full__title{margin-bottom:1.6666666667rem}.service-full .field-service-banner{margin-top:-2.7777777778rem;margin-bottom:3.8888888889rem}.service-full .paragraph--type--banner{min-height:41.9444444444rem;margin:0 -4.1666666667rem;padding:4.1666666667rem}.service-full .paragraph--type--banner .field-paragraph-text{margin-top:2.7777777778rem}.service-full .paragraph--type--banner .field-paragraph-button{margin-top:2.7777777778rem}.service-full .field-service-prices{margin-top:3.8888888889rem}.service-full .field-service-prices__label{margin-bottom:2.7777777778rem}.service-full .field-service-prices__item{padding:1.5rem 2.3333333333rem 1.5555555556rem 1.6666666667rem;display:flex;align-items:center;justify-content:space-between}.service-full .field-service-prices .double-field-second{margin-top:0;margin-left:1.6666666667rem}.service-full__form{position:relative;margin:3.8888888889rem -4.1666666667rem 0}.service-full__form--title{width:100%;margin-bottom:2.5rem}.service-full__form--form{width:45.8333333333rem;padding:3.8888888889rem 7.5rem 3.8888888889rem 4.1666666667rem;clip-path:polygon(0 0,100% 0,90% 100%,0% 100%);min-height:28.6666666667rem}.service-full__form--form form{display:flex;flex-wrap:wrap;margin:0 -0.4166666667rem -0.8333333333rem}.service-full__form--form .form-item{width:50%;padding:0 0.4166666667rem;margin-bottom:0.8333333333rem}.service-full__form--form .form-actions{margin-top:0;padding:0 0.4166666667rem;width:50%}.service-full__form--form .webform-confirmation{padding:0 0.4166666667rem}.service-full__form--bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.service-full__form--bg img{width:100%;height:100%;object-fit:cover}.service-full__form--bg::before{display:none}}@media screen and (min-width:1200px) and (min-width:1200px){.service-teaser .subservices__item a{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px) and (min-width:1200px){.service-full .field-service-main-image{float:right;margin-left:1.6666666667rem;margin-bottom:0}}@media screen and (min-width:1200px) and (min-width:1200px){.service-full .field-service-description{margin-top:0}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
