

/* Start:/custom/cdn/fancybox.css?174798352815598*/
.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}.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}html.with-fancybox{scroll-behavior:auto}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:rgba(0,0,0,0);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;--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;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);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{max-width:100%;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:rgba(0,0,0,0)}.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(34, 213, 233, 0.96));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, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 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(34, 213, 233, 0.96));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}
/* End */


/* Start:/dist/vendor.077f703087be739fa89b.css?174798353013846*/
@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-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-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}: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:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.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,.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:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-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:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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%;-o-object-fit:contain;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%;-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/dist/custom.2e80d0363bc5f185fe9f.css?1747983530344514*/
*,:after,:before{box-sizing:border-box}:focus{outline:0 auto -webkit-focus-ring-color;outline:0;outline:0!important}html body{display:block}body,html{height:100%}body{margin:0;text-rendering:optimizeLegibility;font-family:TT Fors,Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#686868}body,ol,ol[class],ul,ul[class]{padding:0}ol,ul{list-style:none}blockquote,dd,dl,figcaption,figure,li,ol,p,ul{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}audio,video{display:block}img{max-width:100%;margin:0;padding:0}a{cursor:pointer;background-color:transparent}a,a a:focus,a a:hover{text-decoration:none;border:none;outline:none;color:inherit}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}button,input,select,textarea{font:inherit;-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:active,input[type=number]:focus{border:none;outline:none}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.fancybox__container{z-index:9999999}object{pointer-events:none}.container{max-width:1200px;margin:0 auto;width:100%;padding:0 15px;position:relative}@media (max-width:767px){.container{max-width:100%}}.wrapper{display:flex;flex-direction:column;min-height:100%;overflow-x:hidden;position:relative}.header{flex:0 0 auto}.main{flex:1 0 auto}.main__wrap{display:flex;justify-content:flex-start}.main__left{max-width:255px;width:100%;margin-right:20px}.main__right{width:100%}.footer{flex:0 0 auto}.pink,a.pink{color:#fa7272}.lite-blue{color:#54a2c7}.strars{width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-position:50%;background-size:cover}.yandex-one{font-size:16px;line-height:19px;color:#e53717}.yandex-two{margin-right:4px}.yandex-tree,.yandex-two{font-size:16px;line-height:19px;color:#222}h2.title{font-size:24px;line-height:28px;color:#2b587a}h3.title{font-size:22px;line-height:26px;color:#2b587a}.button{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:19px;color:#2b587a;border:1px solid #2b587a;border-radius:5px}.checkbox__label{position:relative;display:flex}.checkbox__label>input{position:absolute;z-index:-1;opacity:0}.checkbox__label>span{cursor:pointer;display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;line-height:110%;color:#686868}.checkbox__label>span:before{content:"";display:inline-block;width:18px;height:18px;flex-shrink:0;flex-grow:0;border:1px solid #dadada;border-radius:.25em;margin-right:4px;background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.checkbox__label>input:not(:disabled):not(:checked)+span:hover:before{border-color:#54a2c7}.checkbox__label>input:checked+span:before,.checkbox__label>input:not(:disabled):active+span:before{background-color:#54a2c7;border-color:#54a2c7}.checkbox__label>input:checked+span:before{background-repeat:no-repeat;background-position:50%;background-size:140%}.checkbox__label>input:disabled+span:before{background-color:#e9ecef}.sale-up{cursor:pointer;filter:drop-shadow(0 1px 0 #DADADA);background:snow;padding:10px 0}@media (max-width:991px){.sale-up.home{display:none}}@media (max-width:991px){.sale-up{display:block;padding:10px 0}}.sale-up__wrap{display:flex;align-items:center;justify-content:space-between}.sale-up__wrap:focus,.sale-up__wrap:hover{color:unset;text-decoration:none}@media (max-width:991px){.sale-up__wrap{flex-direction:column;align-items:flex-start;justify-content:flex-start}}.sale-up__left,.sale-up__right{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex}.sale-up__left{font-weight:500;font-size:16px;line-height:19px;color:#2b587a}.sale-up__left>.pink{margin-right:10px}@media (max-width:390px){.sale-up__left>.pink{margin-right:5px}}@media (max-width:991px){.sale-up__left{width:100%;display:flex;align-items:center}.sale-up__left span{flex-shrink:0}}@media (max-width:767px){.sale-up__left{margin-bottom:6px}}@media (max-width:390px){.sale-up__left{font-size:14px;line-height:16px}}@media (max-width:991px){.sale-up__right{width:100%;flex-wrap:wrap}.sale-up__right .sale-up__row span{display:block}}.sale-up__row{display:flex}.sale-up__text{font-size:14px;line-height:30px;color:#686868;margin-right:20px}@media (max-width:991px){.sale-up__text{display:block}}@media (max-width:767px){.sale-up__text{display:none}}@media (max-width:390px){.sale-up__text{margin-right:0}}.sale-up__top{font-weight:700;font-size:15px;color:#222;margin-right:4px}.sale-up__bottom{font-size:10px;line-height:12px;color:#686868;text-transform:uppercase;justify-content:center}.sale-up__items{min-width:60px;display:flex;align-items:center;justify-content:center;position:relative;padding-right:10px;margin-right:10px}.sale-up__items:before{content:"|";color:#dadada;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}.sale-up__second{min-width:75px;padding-right:0}.sale-up__second:before{content:none}.sale-up__button{display:flex;align-items:center;text-align:center;padding:6px 20px;font-size:14px;line-height:16px;color:#fa7272;border:1px solid #fa7272;border-radius:5px}@media (max-width:991px){.sale-up__button{margin-top:-5px;margin-left:25px;margin-right:0}}@media (max-width:767px){.sale-up__button{display:none}}@media (max-width:390px){.sale-up__button{margin-left:5px;padding:6px 12px}}.arrow{position:relative;display:inline-block;width:8px;height:5px}.arrow:after,.arrow:before{content:"";width:5px;height:2px;display:block;background:#6e6e6e;border-radius:2px;position:absolute;left:2px}.arrow:before{top:0;transform:rotate(48deg)}.arrow:after{bottom:0;transform:rotate(-48deg)}.breadcrumbs{margin:12px 0}.breadcrumbs>.container:after,.breadcrumbs>.container:before{content:unset}@media (max-width:991px){.breadcrumbs{margin:10px 0}}.breadcrumbs__wrap{display:flex;align-items:center;justify-content:flex-start}.breadcrumbs__items{color:#2b587a}.breadcrumbs__defoult,.breadcrumbs__items{display:flex;align-items:center;justify-content:center;font-size:14px;line-height:16px;margin-right:10px}.breadcrumbs__defoult{color:#686868}.hidden{display:none}.lightbox .lb-outerContainer{width:700px!important;height:519px!important}.lightbox .lb-outerContainer .lb-container{padding:50px}.lightbox .lb-data .lb-close{position:absolute;top:20px;left:66%;z-index:11}.lightbox .lb-data .lb-details span.lb-number{display:none!important}.lightbox .lb-image{width:600px!important;height:420px!important;margin:auto!important}.lightbox .lb-nav a.lb-next,.lightbox .lb-nav a.lb-prev{opacity:1;display:block!important}.noscroll{position:relative;height:100vh;overflow:hidden;touch-action:none}.hidden-anyway{display:none!important}.flex-body{display:flex;justify-content:center;align-items:center}.section-title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a}.lamp-decor{width:50px;height:50px;border-radius:10px;overflow:hidden;background-color:#d2f1ff}.lamp-decor__picture{width:24px;height:24px}.lamp-decor__picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-advantages__wrap{display:flex;align-items:stretch;justify-content:space-between}@media (max-width:1030px){.main-advantages__wrap{overflow-x:scroll}.main-advantages__wrap::-webkit-scrollbar{width:0}}.main-advantages__items{min-width:278px;max-width:278px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:15px;padding:36px 0 30px;background:#2b587a}@media (max-width:1030px){.main-advantages__items:not(:last-child){margin-right:20px}}.main-advantages__items:nth-child(2){background:#ff8585}.main-advantages__items:nth-child(3){background:#54a2c7}.main-advantages__items:nth-child(4){background:#fa7272}.main-advantages__items:hover .main-advantages__button{opacity:1;color:#fff;text-decoration:none}.main-advantages__img{margin-bottom:20px;width:100px;height:100px}.main-advantages__title{font-weight:700;font-size:20px;line-height:28px;color:#fff;margin-bottom:10px}.main-advantages__desc{max-width:240px;width:100%;margin:0 auto 20px;font-size:16px;line-height:22px;color:#fff;text-align:center}.main-advantages__button{opacity:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;line-height:16px;color:#fff;padding:8px 44px;border:1px solid #fff;border-radius:5px;transition:opacity .3s linear}.slider-arrow.arrow-left,.slider-arrow.arrow-right{z-index:20;display:block;width:40px;height:40px;border-radius:50%;border:1px solid #bdc5dc;background-color:#fff;transition:background-color .3s linear,border-color .3s linear}.slider-arrow.arrow-left:after,.slider-arrow.arrow-left:before,.slider-arrow.arrow-right:after,.slider-arrow.arrow-right:before{display:block;content:"";width:7px;height:3px;background-color:#bdc5dc;border-radius:2px;position:absolute;top:50%;left:50%;transition:background-color .3s linear}.slider-arrow.arrow-left:hover,.slider-arrow.arrow-right:hover{background-color:#fa7272;border-color:#fa7272;cursor:pointer}.slider-arrow.arrow-left:hover:after,.slider-arrow.arrow-left:hover:before,.slider-arrow.arrow-right:hover:after,.slider-arrow.arrow-right:hover:before{background-color:#fff}.slider-arrow.arrow-right:before{transform-origin:right center;transform:translate(-50%) rotate(45deg)}.slider-arrow.arrow-right:after{transform-origin:right center;transform:translate(-50%,-50%) rotate(-45deg)}.slider-arrow.arrow-left:before{transform-origin:left center;transform:translate(-50%,-3px) rotate(45deg)}.slider-arrow.arrow-left:after{transform-origin:left center;transform:translate(-50%,-50%) rotate(-45deg)}.slider-chevron.chevron-left,.slider-chevron.chevron-right{width:30px;height:30px;display:block}.slider-chevron.chevron-left:after,.slider-chevron.chevron-right:after{display:none}.slider-chevron.chevron-left:before,.slider-chevron.chevron-right:before{position:absolute;content:"";width:22px;height:22px;display:block;border:4px solid #a6a5a5;border-bottom:none;border-left:none}.slider-chevron.chevron-right:before{transform:translateY(5px) rotate(45deg)}.slider-chevron.chevron-left:before{transform:translateY(5px) rotate(-135deg)}.swiper-wrapper{height:auto}.swiper-container{overflow:visible}.swiper-container-initialized.swiper-container{overflow:hidden}.swiper-container-initialized .swiper-wrapper{height:100%}.slider-dots{left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center}.slider-dots .swiper-pagination-bullet{width:6px;height:6px;display:block;background-color:#bebebe;border-radius:50%;opacity:1;transition:background-color .2s linear}.slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ed8b88}.slider-dots .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:15px}.k1-modal{display:none;position:fixed;width:100vw;height:100vh;padding:50px;z-index:9999999;left:0;top:0;background-color:rgba(0,0,0,.6);align-items:center;justify-content:center}@media (max-width:767px){.k1-modal{padding:50px 0}}.k1-modal__body{height:100%;max-height:520px;max-width:700px;width:100%;border-radius:10px;overflow:hidden;padding:50px;background-color:#fff;position:relative}@media (max-width:767px){.k1-modal__body{max-width:100%}}.k1-modal__arrow{cursor:pointer;z-index:20;display:block;width:40px;height:40px;position:absolute;bottom:50%;transform:translateY(50%)}.k1-modal__arrow:after,.k1-modal__arrow:before{display:block;content:"";width:27px;height:5px;background-color:#a6a5a5;border-radius:2px;position:absolute;top:50%;left:50%;transition:background-color .3s linear}.k1-modal__arrow:hover{cursor:pointer}.k1-modal__arrow:hover:after,.k1-modal__arrow:hover:before{background-color:#2b587a}.k1-modal__arrow.k1-modal__next{right:20px}.k1-modal__arrow.k1-modal__next:before{transform-origin:right center;transform:translate(-50%) rotate(45deg)}.k1-modal__arrow.k1-modal__next:after{transform-origin:right center;transform:translate(-50%,-50%) rotate(-45deg)}.k1-modal__arrow.k1-modal__prev{left:20px}.k1-modal__arrow.k1-modal__prev:before{transform-origin:left center;transform:translate(-50%,-5px) rotate(45deg)}.k1-modal__arrow.k1-modal__prev:after{transform-origin:left center;transform:translate(-50%,-50%) rotate(-45deg)}.k1-modal__close{width:30px;height:30px;display:block;position:absolute;right:20px;top:20px}.k1-modal__close:hover{cursor:pointer}.k1-modal__close:hover:after,.k1-modal__close:hover:before{width:25px}.k1-modal__close:after,.k1-modal__close:before{display:block;content:"";position:absolute;width:35px;height:3px;background-color:#686868;transform-origin:center center;top:50%;left:50%;transition:width .8s cubic-bezier(.89,-.63,.74,.05)}.k1-modal__close:before{transform:translateX(-50%) rotate(45deg)}.k1-modal__close:after{transform:translateX(-50%) rotate(-45deg)}.k1-modal-dots{position:relative;align-items:center;justify-content:center;bottom:-20px}.k1-modal-dot{width:6px;height:6px;display:block;background-color:#bebebe;border-radius:50%;opacity:1;transition:background-color .2s linear}.k1-modal-dot:hover{cursor:pointer}.k1-modal-dot+.k1-modal-dot{margin-left:15px}.k1-modal-dot.active{background-color:#ed8b88}.k1-modal-popup-slider.active{display:block}.k1-modal-popup-slider__picture{display:flex;align-items:center;justify-content:center;max-height:420px;max-width:600px;height:100%}.k1-modal-popup-slider__picture img{display:block;width:auto;height:100%;-o-object-fit:cover;object-fit:cover;max-width:100%}@media (max-width:767px){.k1-modal-popup-slider__picture img{-o-object-fit:contain;object-fit:contain}}.brands{position:relative;padding:10px 0}@media (max-width:560px){.brands{padding:0}}.brands__slider,.brands__slider-header{max-width:1120px}@media (max-width:767px){.brands__slider,.brands__slider-header{max-width:100%;width:100%}}.brands__slide{padding:0 10px}.brands__slide-picture{height:100%}.brands__slide-picture img{display:block;height:100%;width:100%;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.5;transition:filter .3s linear,opacity .3s linear}.brands__slide-picture:hover img{opacity:1;filter:grayscale(0)}.brands__prev{display:none!important;left:-20px}@media (max-width:767px){.brands__prev{display:none!important}}.brands__next{display:none!important;right:-20px}@media (max-width:767px){.brands__next{display:none!important}}.brands__pagination{display:flex;bottom:-30px}.red-question{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:#ffecef;border-radius:10px}.red-question__icon{width:30px;height:30px}.red-question__icon svg{width:100%;height:100%}.bx-breadcrumb span{color:#686868}.bx-breadcrumb a span{color:#2b587a}.chevron-vertical{position:relative}.chevron-vertical:after,.chevron-vertical:before{position:absolute;content:"";display:block;width:6px;height:2px;background-color:#686868;top:50%;border-radius:1px;transform:translateY(-50%)}.chevron-vertical:before{right:10px;transform-origin:left center;transform:translateY(-3px) rotate(35deg)}.chevron-vertical:after{right:7px;transform-origin:right center;transform:translateY(-3px) rotate(-35deg)}.chevron-vertical.opened:before{transform:translateY(0) rotate(-35deg)}.chevron-vertical.opened:after{transform:translateY(0) rotate(35deg)}.k1-chevron{display:inline-block;position:relative;margin-left:16px;top:-1px}.k1-chevron span{position:absolute;top:50%;right:0;display:block;width:7px;height:3px;border-radius:2px;background-color:#fff;transform-origin:right center}.k1-chevron span:first-child{transform:translateY(0) rotate(50deg)}.k1-chevron span:last-child{transform:translateY(-50%) rotate(-50deg)}.modal{display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:transparent!important}.modal__bg{background-color:rgba(0,0,0,.6);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modal__body{width:1100px;height:660px;background-color:#fff;border-radius:10px;overflow:hidden;position:relative}.modal__close{width:30px;height:30px;position:absolute;right:20px;top:20px}.modal__close:hover{cursor:pointer}.modal__close span{position:absolute;width:100%;height:2px;display:block;background-color:#a6a5a5;border-radius:1px;top:50%;left:0;transform-origin:center center}.modal__close span:first-child{transform:translateY(-50%) rotate(45deg)}.modal__close span:last-child{transform:translateY(-50%) rotate(-45deg)}.k1-popup-item:hover{cursor:zoom-in}.k1-preload-picture{width:30vw;height:auto;margin:0 auto}.k1-preload-picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.element-favorite .k1-in-favorite .k1-svg-stroke{fill:red}.element-favorite .k1-in-favorite .k1-svg-inside{fill:#00f}.element-favorite object{pointer-events:none}.scroll-to-top{padding:20px;background-color:#54a2c7;color:#fff;font-size:20px;font-weight:700;border-radius:5px;position:fixed;bottom:50px;right:50px;display:none;align-items:center;justify-content:center;z-index:100000;transition:background-color .3s linear}@media (max-width:767px){.scroll-to-top{bottom:40px;right:20px;padding:15px}}.scroll-to-top.show{display:flex}.scroll-to-top.show:hover{cursor:pointer}.scroll-to-top.show:hover:before{transform:scale(1.4);opacity:0}.scroll-to-top:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border:1px solid #54a2c7;border-radius:5px;transition:opacity .3s linear,transform .3s linear}.scroll-to-top svg{fill:#fff;stroke:#fff;width:30px;height:30px;display:block;transition:fill .3s linear}.picture-zoom{position:absolute;left:10px;bottom:10px;width:16px;height:16px}.picture-zoom:hover{cursor:zoom-in}.picture-zoom svg{display:block;width:100%;height:100%;fill:#a6a5a5}.recommends-goods__title,.viewed-goods__title{margin-bottom:24px}@media (max-width:1199px){.recommends-goods__title,.viewed-goods__title{padding:0 15px}}@media (max-width:767px){.recommends-goods__title,.viewed-goods__title{font-size:22px;line-height:26px}}.v1-detail-click{cursor:pointer}.v1-select{position:relative;width:100%}.v1-select.open .v1-select__box{box-shadow:1px 8px 20px -6px #222}@media (max-width:767px){.v1-select.open .v1-select__box{display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;z-index:100001;width:100vw;height:100%;max-height:100%!important;border-radius:5px;background-color:rgba(0,0,0,.47058823529411764)}}.v1-select.open .v1-select__value:before{transform:translateY(0) rotate(-35deg)}.v1-select.open .v1-select__value:after{transform:translateY(0) rotate(35deg)}.v1-select__value{cursor:pointer;background:#fff;border:1px solid #dadada;border-radius:5px;padding:3px 5px;position:relative}.v1-select__value:after,.v1-select__value:before{content:"";position:absolute;display:block;width:6px;height:2px;background-color:#2b587a;border-radius:1px;top:50%}.v1-select__value:before{right:10px;transform-origin:left center;transform:translateY(-3px) rotate(35deg)}.v1-select__value:after{right:7px;transform-origin:right center;transform:translateY(-3px) rotate(-35deg)}.v1-select__value span{display:block;font-size:14px;line-height:26px;color:#686868}.v1-select__value span:first-letter{text-transform:uppercase}.v1-select__box{max-height:0;overflow:hidden;position:absolute;top:100%;width:100%;background-color:#fff;z-index:10;border-radius:0 0 5px 5px}.v1-select__list{padding:6px 0;max-height:320px;overflow-y:auto}@media (max-width:767px){.v1-select__list{display:flex;flex-direction:column;width:80%;max-height:55%!important;background:#fff;overflow-y:scroll;border-radius:15px}}.v1-select__option{padding:0 5px;font-size:14px;line-height:26px;color:#686868}.v1-select__option.selected{color:#54a2c7}@media (max-width:767px){.v1-select__option{font-size:16px;line-height:normal;padding:10px;border-bottom:1px solid #cdcdcd}.v1-select__option:last-child{border-bottom:none}}.v1-select__option:hover{cursor:pointer;color:#54a2c7}.v1-select__option:first-letter{text-transform:uppercase}@media (max-width:767px){.catalog-viewed__pagination{max-width:100%;width:100%}}@media (max-width:767px){.swiper-button-next.catalog-viewed__next,.swiper-button-prev.catalog-viewed__prev{display:none;opacity:0}}.germanweb{font-size:14px;line-height:16px;color:#222}.germanweb__text{font-weight:700;color:#2b587a}.k1-added-modal{position:fixed;z-index:99999999;width:100%;left:0;top:0;transform:translateY(calc(-100% - 21px));background-color:#fff;border-bottom:1px solid #dadada;box-shadow:0 21px 21px 0 rgba(0,0,0,.12);padding:20px 0;transition:transform .3s linear}.k1-added-modal.opened{transform:translateY(0)}.k1-added-modal .container{position:static}.k1-added-modal__body{justify-content:space-between}@media (max-width:1500px){.k1-added-modal__body{padding-right:60px}}@media (max-width:560px){.k1-added-modal__body{padding-right:25px}}@media (max-width:767px){.k1-added-modal__info{width:100%}}@media (max-width:991px){.k1-added-modal__description{max-width:360px}}@media (max-width:767px){.k1-added-modal__description{max-width:unset}}.k1-added-modal__good-picture{width:60px;height:42px;margin-right:10px}@media (max-width:400px){.k1-added-modal__good-picture{display:none}}.k1-added-modal__good-picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.k1-added-modal__top-line{font-size:16px;line-height:1.2;color:#686868;margin-bottom:5px}@media (max-width:767px){.k1-added-modal__top-line{display:flex;flex-wrap:wrap;margin-bottom:0}.k1-added-modal__top-line .k1-added-modal__functional-name{margin-left:4px}}.k1-added-modal__good-name{font-weight:700;text-transform:uppercase;font-size:16px;line-height:1.2;color:#2b587a}@media (max-width:767px){.k1-added-modal__good-name{width:100%}}.k1-added-modal__added-info{font-size:14px;line-height:1.2;color:#686868}@media (max-width:767px){.k1-added-modal__added-info{display:none!important}}.k1-added-modal__link{border:1px solid #2b587a;border-radius:5px;flex-basis:130px;margin-left:20px;text-align:center;transition:all .3s linear}.k1-added-modal__link:hover{background:#2b587a}@media (max-width:767px){.k1-added-modal__link{display:none}}.k1-added-modal__link a{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;font-size:16px;line-height:19px;color:#2b587a}.k1-added-modal__link a:hover{text-decoration:none;color:#fff}.k1-added-modal__close{position:absolute;width:25px;height:25px;top:50%;right:30px;transform:translateY(-50%)}@media (max-width:560px){.k1-added-modal__close{right:15px}}.k1-added-modal__close:hover{cursor:pointer}.k1-added-modal__close span{width:25px;height:2px;border-radius:1px;background-color:#a6a5a5;display:block;transform-origin:center center;position:absolute;top:50%;left:50%}.k1-added-modal__close span:first-child{transform:translate(-50%) rotate(45deg)}.k1-added-modal__close span:last-child{transform:translate(-50%) rotate(-45deg)}.k1-compare-added{display:none}.modal-recall{display:flex}.modal-recall.modal{z-index:99999}.modal-recall .modal__body{width:480px;height:360px;padding:30px;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width:500px){.modal-recall .modal__body{width:100%}}.modal-recall .modal__title{font-weight:700;font-size:22px;line-height:24px;color:#2b587a;text-align:center;margin-bottom:25px}.modal-recall .modal__form{max-width:280px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:500px){.modal-recall .modal__form{max-width:100%}}.modal-recall .modal__form-row{width:100%}.modal-recall .modal__form-row+.modal__form-row{margin-top:15px}.modal-recall .modal__form-row input{padding:5px 10px 5px 44px}.modal-recall .modal__form-text{margin-top:15px;font-size:12px}.modal-recall .modal__form-text a{color:#2b587a}.modal-recall .modal__form-button{max-width:100%;width:100%;min-height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:5px;border:1px solid #2b587a;margin-top:30px;padding:5px 10px;color:#2b587a;transition:background-color .3s linear}.modal-recall .modal__form-button:hover{cursor:pointer;background-color:#2b587a;color:#fff}@media (max-width:500px){.modal-recall .modal__form-button{max-width:100%}}.modal-recall .modal__close{top:10px;right:10px}.modal-recall .modal__close:after,.modal-recall .modal__close:before{display:block;content:"";width:20px;height:3px;position:absolute;left:50%;top:50%;background-color:#b9b9b9}.modal-recall .modal__close:before{transform:translate(-50%) rotate(45deg)}.modal-recall .modal__close:after{transform:translate(-50%) rotate(-45deg)}.header{position:relative}@media (max-width:991px){.header{position:fixed;width:100%;left:0;top:0;z-index:99999;background-color:#fff}.header .container{display:flex;flex-direction:column}}.header.hidden-index{z-index:50}.header .mobile-menu{display:block}@media (max-width:991px){.header .mobile-menu{display:none}.header .mobile-menu--visible{display:block;position:absolute;width:100vw;padding-left:20px;top:80px;left:0;z-index:9;background-image:linear-gradient(90deg,#fff,#fff 354px,rgba(0,0,0,.8) 0,rgba(0,0,0,.8));border-top:1px solid #e2e2e2}.header .mobile-menu--visible .header__seach{margin:0;justify-content:flex-start;width:80%}.header .mobile-menu--visible .header__seach-input{width:100%}.header .mobile-menu--visible .header__phone{margin:20px 0 0}.header .mobile-menu--visible .menu{margin-left:20px;max-width:354px}.header .mobile-menu--visible .menu:before{width:410px;left:40%;transform:translateX(-58%)}}@media (max-width:991px) and (max-width:375px){.header .mobile-menu--visible .menu:before{width:336px}}@media (max-width:991px) and (max-width:325px){.header .mobile-menu--visible .menu:before{width:279px}}@media (max-width:991px){.header .mobile-menu--visible .header__top-left{margin-left:0;width:84%;max-width:334px}}@media (max-width:991px) and (max-width:375px){.header .mobile-menu--visible .header__top-left{width:83%}}@media (max-width:375px){.header .mobile-menu--visible{background-image:linear-gradient(90deg,#fff,#fff 84%,rgba(0,0,0,.8) 0,rgba(0,0,0,.8))}}.header__top{display:flex;align-items:center;justify-content:space-between}@media (max-width:991px){.header__top{order:1;flex-direction:column}}.header__top-left{padding:12px 0;display:flex}.header__top-left .header__top-link+.header__top-link{margin-left:28px}@media (max-width:991px){.header__top-left{margin-top:20px;margin-bottom:20px;flex-direction:column;width:100%;border-bottom:1px solid #e2e2e2}.header__top-left .header__top-link+.header__top-link{margin-left:0}}.header__top-right{display:flex}.header__top-right .header__top-link+.header__top-link{margin-left:34px}.header__top-right .header__top-link img{margin-right:5px}@media (max-width:991px){.header__top-right{flex-direction:column;width:100%;border-bottom:1px solid #e2e2e2;padding:20px 0}.header__top-right .header__top-link+.header__top-link{margin-left:0}.header__top-right .header__top-link img{margin-right:8px}}.header__top-link{font-weight:500;font-size:14px;line-height:120%;color:#2b587a}.header__top-link.pink:hover,.header__top-link.price{color:#fa7272}@media (max-width:991px){.header__top-link.pink:hover{color:#222}}.header__top-link:hover{color:#54a2c7;text-decoration:none}@media (max-width:991px){.header__top-link{display:flex;align-items:center;justify-content:flex-start;margin-bottom:30px;color:#222}.header__top-link.price{color:#222}.header__top-link>img{margin-right:8px}}.header__bottom{display:flex;padding:30px 0}@media (max-width:991px){.header__bottom{width:100%;flex-direction:column;padding:10px 0}}.header__bottom--mobile{display:none}@media (max-width:991px){.header__bottom--mobile{display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:100}}.header__row{width:100%;display:flex}@media (max-width:991px){.header__row{display:flex;align-items:center;justify-content:space-between}}.header__logo{max-width:168px;width:100%;height:74px;position:relative;left:-16px;top:-5px;margin-right:30px}@media (max-width:1199px){.header__logo{margin-right:10px;top:unset;left:-13px}}@media (max-width:991px){.header__logo{max-width:160px;width:100%;position:unset;left:unset;margin-left:-30px}}@media (max-width:420px){.header__logo{max-width:120px}}.header__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:991px){.header__logo img{-o-object-fit:contain;object-fit:contain;margin:0}}.header__phone{margin-right:50px}@media (max-width:1600px){.header__phone{margin-right:40px}}.header__phone img{margin-right:10px}@media (max-width:1199px){.header__phone{flex-shrink:0;margin-right:20px}}@media (max-width:991px){.header__phone{margin-right:0;padding:20px 0 28px}}.header__phone-mobile{display:none}.header__phone-mobile img{max-width:100%;width:100%}@media (max-width:991px){.header__phone-mobile{width:24px;height:24px;display:flex;align-self:center;margin-right:25px}}@media (max-width:340px){.header__phone-mobile{margin-right:10px}}.header__phone-top{display:flex;align-items:flex-start;margin-bottom:6px}.header__phone-top img{position:relative;top:10px}@media (max-width:991px){.header__phone-top img img{-o-object-fit:contain;object-fit:contain;margin:0}}.header__phone-wrap{display:flex;flex-direction:column}.header__phone-one{font-weight:500;font-size:20px;line-height:170%;color:#222}.header__phone-one:hover{text-decoration:none}.header__phone-two{font-weight:500;font-size:14px;line-height:16px;color:#2b587a}.header__phone-two:hover{text-decoration:none;color:#54a2c7}.header__phone-bottom{font-weight:400;font-size:14px;line-height:170%;color:#222}@media (max-width:991px){.header__phone-bottom{display:flex}}.header__phone-bottom img{position:relative;top:-1px}.header__phone-bottom a:hover{text-decoration:none}.header__seach{display:flex;align-items:center;justify-content:center;width:380px}@media (max-width:1199px){.header__seach{width:100%;margin-right:20px}}@media (max-width:991px){.header__seach{width:380px;margin-right:10px;justify-content:flex-start;margin-bottom:0}.header__seach #title-search{width:100%}.header__seach #title-search form{margin:0}}@media (max-width:767px){.header__seach{width:unset;margin-right:0;margin-bottom:30px}}.header__seach-mobile{display:none}@media (max-width:767px){.header__seach-mobile{position:relative;display:block;flex-basis:380px}.header__seach-mobile img{cursor:pointer;display:block;height:22px}.header__seach-mobile form{pointer-events:none;position:absolute;top:-11px;left:0;z-index:-1;opacity:0;width:0;margin-bottom:0;transition:width .3s ease-in-out}.header__seach-mobile .header__search-button button{width:100%;height:100%;background:transparent;outline:none;border:unset}.header__seach-mobile .header__search-input{height:46px}.header__seach-mobile.open form{pointer-events:visible;width:250px;z-index:1;opacity:1}}@media (max-width:767px) and (max-width:1030px){.header__seach-mobile{margin-right:30px}}.header__seach-inner{width:100%}.header__seach-mobile-btn{display:none}@media (max-width:991px){.header__seach-mobile-btn{display:flex;align-self:center;width:24px;height:24px;background-color:#222}}.header__seach-fotm{position:relative}.header__search-box{position:relative;border-radius:5px}.header__search-input{max-width:380px;width:100%;height:40px;background:#f9f9f9;border-radius:5px}.header__search-input input{font-weight:400;font-size:14px;outline:none;color:#222;height:100%;width:100%;background-color:transparent;border:1px solid #dadada;padding:7px 0 7px 14px;border-radius:5px}.header__search-input input::-moz-placeholder{font-size:14px;line-height:260%;color:rgba(34,34,34,.5)}.header__search-input input:-ms-input-placeholder{font-size:14px;line-height:260%;color:rgba(34,34,34,.5)}.header__search-input input::placeholder{font-size:14px;line-height:260%;color:rgba(34,34,34,.5)}.header__search-input input:focus{border-color:#2b587a;background-color:#fff;color:#222}@media (max-width:991px){.header__search-input{max-width:unset;width:100%}}.header__search-button{cursor:pointer;width:60px;height:calc(100% + 2px);position:absolute;right:0;top:-1px;outline:none;background:url(/custom/img/icons/svg/search.svg) #2b587a;background-repeat:no-repeat;background-position:50%;background-size:inherit;border:1px solid #dadada;border-radius:0 5px 5px 0;font-size:0}.header__search-button input{border:none;outline:none;background-color:transparent;width:100%;height:100%;display:block}.header__tools{display:flex;align-items:center;margin-left:auto;margin-right:20px}@media (max-width:1600px){.header__tools{margin-right:0}}@media (max-width:1199px){.header__tools{flex-shrink:0}}@media (max-width:991px){.header__tools{margin:0}}.header__tools-items{cursor:pointer;position:relative;display:flex;align-items:center;flex-direction:column;margin-right:30px;text-decoration:none}.header__tools-items:hover{text-decoration:none}.header__tools-items:hover .header__tools-text{color:#54a2c7}.header__tools-items .k1-header-favorite-count{display:none}.header__tools-items .k1-header-favorite-count.header__tools-count--show{display:flex}.header__tools-items .k1-header-compare-count{display:none}.header__tools-items .k1-header-compare-count.header__tools-count--show{display:flex}.header__tools-items.header-compare-icon svg{fill:#222}.header__tools-items.header-compare-icon:hover svg{fill:#54a2c7}.header__tools-items.header-favorite-icon svg{fill:#fff;stroke:#222;stroke-width:1.8px}.header__tools-items.header-favorite-icon:hover svg{stroke:#54a2c7}@media (max-width:1199px){.header__tools-items{margin-right:15px}}@media (max-width:991px){.header__tools-items{flex-direction:row;align-items:center;justify-content:flex-start;margin-right:0;margin-bottom:30px}.header__tools-items:last-child{margin-bottom:0}}.header__tools-items.revers{flex-direction:row;margin-right:0;padding:0}@media (max-width:991px){.header__tools-items.revers{margin:0;display:flex}}.header__tools-items.revers .header__tools-count{top:-10px;left:38px}@media (max-width:991px){.header__tools-items.revers .header__tools-count{left:18px;top:-12px}}.header__tools-items.revers .header__tools-basket-drop-block{cursor:default;min-width:280px;width:510px;position:absolute;right:0;display:flex;flex-direction:column}.header__tools-items.revers .drop-block{padding:15px;border:none;overflow:hidden;background-color:#fff;border-radius:10px;box-sizing:border-box;box-shadow:10px 10px 25px rgba(0,0,0,.1);top:62px!important;z-index:102}@media (max-width:767px){.header__tools-items.revers .drop-block{width:auto}}.header__tools-items.revers .drop-block:before{position:absolute;content:"";border:11px solid transparent;border-bottom:15px solid #dadada;right:120px;top:-26px}.header__tools-items.revers .drop-block:after{position:absolute;content:"";border:9px solid transparent;border-bottom:15px solid #fff;right:122px;top:-23px}.header__tools-items.revers .drop-block-top{display:flex;justify-content:space-between;margin-top:21px;margin-bottom:20px}.header__tools-items.revers .drop-block__title{font-weight:700;font-size:20px;line-height:23px;color:#2b587a}.header__tools-items.revers .drop-block__info-cart{font-size:16px;line-height:120%;text-align:center;color:#969696}.header__tools-items.revers .drop-block__product{display:flex;justify-content:flex-start;align-items:center;padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #dadada}.header__tools-items.revers .drop-block__product:last-child{margin-bottom:0}.header__tools-items.revers .drop-block__product .sale{display:none}.header__tools-items.revers .drop-block__product--sale .drop-block__product-img{position:relative}.header__tools-items.revers .drop-block__product--sale .drop-block__product-img .sale{position:absolute;top:10px;display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#ff6c81;border-radius:50%;font-weight:700;font-size:16px;line-height:19px;text-align:center;color:#fff}.header__tools-items.revers .drop-block__product-name{width:180px;text-transform:uppercase;font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-left:22px;padding-right:15px}@media (max-width:767px){.header__tools-items.revers .drop-block__product-name{margin-left:0}}.header__tools-items.revers .drop-block__product-name:hover{text-decoration:none;color:#54a2c7}.header__tools-items.revers .drop-block__product-img{width:129px;height:90px}.header__tools-items.revers .drop-block__product-img img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.header__tools-items.revers .drop-block__product-price{font-weight:700;font-size:20px;line-height:23px;text-align:right;color:#222;margin-left:auto}.header__tools-items.revers .drop-block__product-price--coll{display:flex;flex-direction:column}@media (max-width:767px){.header__tools-items.revers .drop-block__product-price--coll{flex-shrink:0}}.header__tools-items.revers .drop-block__product-price span{font-weight:300;font-size:16px;line-height:19px;text-align:right;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f;margin-top:9px}.header__tools-items.revers .drop-block__total{display:flex;justify-content:space-between;margin-bottom:24px;padding-top:25px}.header__tools-items.revers .drop-block__total-txt{font-weight:700;font-size:20px;line-height:23px;color:#2b587a}.header__tools-items.revers .drop-block__total-price{font-weight:700;font-size:24px;line-height:28px;text-align:right;color:#ff6c81}.header__tools-items.revers .drop-block__link{width:470px;max-width:470px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#fa7272;border-radius:5px;font-weight:700;font-size:16px;line-height:19px;text-align:center;color:#fff;margin:0 auto;border:1px solid #fa7272;transition:none}.header__tools-items.revers .drop-block__link:hover{color:#fa7272;background-color:#fff}@media (max-width:510px){.header__tools-items.revers .drop-block__link{max-width:100%;width:100%}}.header__tools-count{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#fa7272;border:1px solid #fff;border-radius:100%;position:absolute;top:-4px;right:4px;font-weight:400;font-size:12px;line-height:20px;color:#fff}.header__tools-count--show{display:flex}.header__tools-img{width:46px;height:40px}.header__tools-img svg{width:100%;height:100%;display:block}@media (max-width:991px){.header__tools-img{width:28px;height:24px;-o-object-fit:contain;object-fit:contain}}.header__tools-img.like{width:34px;height:30px;margin-bottom:14px}@media (max-width:991px){.header__tools-img.like{width:22px;height:20px;margin-right:8px;margin-bottom:0}}.header__tools-text{font-size:13px;line-height:120%;color:#222}@media (max-width:991px){.header__tools-text{font-size:14px}}.header__tools-basket{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;margin-left:16px;text-align:right}.header__tools-basket span{display:block;text-align:right;width:100%}@media (max-width:991px){.header__tools-basket{flex-direction:row}.header__tools-basket .header__tools-text{display:none}}@media (max-width:767px){.header__tools-basket{display:none}}.header__tools-price{font-weight:700;font-size:16px;line-height:120%;color:#222;margin-top:10px;text-align:right;display:block;width:100%}@media (max-width:991px){.header__tools-price{margin-top:0}}.header__main-menu{background-color:#2b587a}@media (max-width:991px){.header__main-menu{display:none;max-width:400px;width:100%;background-color:#fff;position:fixed;top:94px;left:0;z-index:9999;border-top:1px solid #e2e2e2}.header__main-menu.open{display:flex;overflow:scroll;height:calc(100vh - 95px);overflow-x:hidden}.header__main-menu.open::-webkit-scrollbar{width:0}}@media (max-width:425px){.header__main-menu{max-width:unset;width:90%}}@media (max-width:991px){.header__menu{position:relative}.header__menu:before{content:"";width:calc(100% + 32px);height:100%;display:block;background-color:#2b587a;position:absolute;left:-16px;top:0}}.header__mobile-svg{display:none}@media (max-width:991px){.header__mobile-svg{display:block}}.header-mobile{display:none;display:flex;overflow:scroll;height:calc(100vh - 95px);max-width:400px;width:100%;background-color:#fff;border-top:1px solid #e2e2e2;position:fixed;top:94px;left:0;z-index:9999;transition:transform .4s linear;transform:translateX(-800px);bottom:0;height:auto}.header-mobile.open{display:flex;transform:translateX(0);overflow-x:hidden}.header-mobile.open::-webkit-scrollbar{width:0}.header-mobile__title{display:block;width:100%;position:relative;padding:20px 0 20px 18px;font-weight:700;font-size:16px;line-height:19px;color:#2b587a}.header-mobile__title:before{content:"";width:10px;height:12px;display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.758.515L.346 4.532a1.458 1.458 0 000 1.89l3.412 4.016a1.46 1.46 0 102.225-1.89l-2.61-3.072 2.61-3.072A1.46 1.46 0 003.758.514z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:7px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header-mobile__menu{background-color:#2b587a;padding:25px 0;position:relative;color:#fff}.header-mobile__menu:before{content:"";width:calc(100% + 32px);height:100%;display:block;background-color:#2b587a;position:absolute;left:-16px;top:0;z-index:-1}.header-mobile__menu-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px;font-weight:500;font-size:22px;line-height:26px;color:#fff}.header-mobile__menu-top .header__mobile-svg{width:26px;height:22px;margin-right:10px}.header-mobile__menu-top .drop-menu__arrow{display:none}.header-mobile__menu-img{width:26px;height:22px;margin-right:10px}.header-mobile__menu-title{font-weight:500;font-size:22px;line-height:26px;color:#fff}.header-mobile__menu-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.header-mobile__menu-bottom a{font-weight:500;font-size:16px;line-height:50px;color:#fff}.header-mobile__menu-bottom a.bold{font-weight:600;font-size:18px}.burger{display:none;width:38px;height:38px}.burger__menu{display:flex;flex-direction:row;align-items:center}.burger .line{fill:none;stroke:#2b587a;stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.burger .line1{stroke-dasharray:60 207;stroke-width:6}.burger .line2{stroke-dasharray:60 60;stroke-width:6}.burger .line3{stroke-dasharray:60 207;stroke-width:6}.burger.open .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.burger.open .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.burger.open .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}@media (max-width:991px){.burger{display:flex;flex-shrink:0;margin-right:25px}}@media (max-width:340px){.burger{margin-right:10px}}.header.burger-open{border:unset}.header.burger-open .sale-up{display:none}.header.burger-open .header__tools-items.revers .drop-block:before{right:10px}.header.burger-open .header__tools-items.revers .drop-block:after{right:12px}main.open-burger{position:relative}main.open-burger:before{content:"";width:100%;height:100%;display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:200}main.open-burger .element-buttons__fixed{display:none}.footer.burger-open{position:relative;margin-top:0}.footer.burger-open:before{content:"";width:100%;height:102%;display:block;position:absolute;left:0;top:-2%;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:200}.open-menu.active a{color:#91d0ef}.menu{position:relative;z-index:101}@media (max-width:991px){.menu{order:0}}.menu__list{display:flex;position:relative;z-index:2}@media (max-width:991px){.menu__list{flex-direction:column;padding:10px 0!important}}.menu__item{cursor:pointer;margin-right:10px}.menu__item:hover .menu__link{text-decoration:none}.menu__item[data-menu-link-id=mebel] a{pointer-events:none}@media (max-width:991px){.menu__item{margin-right:10px;width:100%;padding:15px 0;position:relative}.menu__item[data-menu-link-id=mebel] a{pointer-events:none}.menu__item:after,.menu__item:before{content:"";width:8px;height:2px;display:block;background:#fff;position:absolute;border-radius:1px;flex-shrink:0;right:2px}.menu__item:before{transform:rotate(45deg);top:43.2%}.menu__item:after{transform:rotate(-45deg);bottom:43.2%}}.menu__link{display:flex;align-items:center;justify-content:center;padding:16px 0;position:relative;font-weight:700;font-size:17px;line-height:19px;color:#fff;margin-right:50px}.menu__link.hovered{color:#91d0ef}.menu__link:focus,.menu__link:hover{text-decoration:none;cursor:pointer;color:#91d0ef}@media (max-width:991px){.menu__link{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:flex-start;font-weight:400;font-size:15px;padding:0;margin-right:0}.menu__link>.drop-menu__arrow{display:none}.menu__link>img{margin-right:8px}}.menu__arrow{width:8px;height:5px;display:block;background-repeat:no-repeat;background-position:50%;background-size:contain;position:absolute;right:-12px;top:50%;transform:translateY(-50%);transition:all .2s linear}.menu__arrow.active{top:36%;transform:rotate(180deg)}@media (max-width:991px){.menu-delivery{order:1}}@media (max-width:991px){.menu-articles{order:4}}@media (max-width:991px){.menu-about{order:5}}@media (max-width:991px){.masseng.drop-right{order:2}}@media (max-width:991px){.price.drop-right{order:3}}.drop-menu__arrow{position:absolute;top:21px;right:-15px;width:6px;height:6px;background:transparent;border:2px solid #fff;border-right:none;border-bottom:none;transform:rotate(-135deg);pointer-events:none;display:none!important}.drop-menu__arrow.active{border-color:#91d0ef}.drop-menu{display:none;opacity:0;width:100%;height:614px;position:absolute;left:0;top:100%;border:1px solid #e2e2e2;filter:drop-shadow(10px 10px 25px rgba(0,0,0,.1));background:linear-gradient(0deg,#fff,#fff),rgba(227,232,246,.5);border-radius:0 0 10px 10px;z-index:500;padding:20px;transition:all .3s linear}.drop-menu.active{display:block;opacity:1}.drop-menu.beds{max-width:534px;height:540px}.drop-menu.beds .drop-menu__left{flex:0 0 100%;margin-right:0}.drop-menu.beds .drop-menu__brand{max-width:493px}.drop-menu.beds .drop-menu__wrap{justify-content:flex-start}.drop-menu.beds .drop-menu__main{align-items:flex-start;justify-content:flex-start;margin-bottom:15px}.drop-menu.beds .drop-menu__type-list{flex:unset}.drop-menu.beds .drop-menu__size{max-width:300px}.drop-menu.beds .drop-menu__size-list:nth-child(4n+4){margin-right:25px}.drop-menu.beds .drop-menu__size-list:nth-child(3n){margin-right:0}.drop-menu.beds .drop-menu__size-list:last-child{margin-bottom:20px}.drop-menu.beds .drop-menu__size-text{margin:10px 0}.drop-menu.beds .drop-menu__type-link.beds{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#54a2c7}.drop-menu.mebel{max-width:200px;height:212px;right:320px;left:unset;border-radius:unset}.drop-menu.mebel .drop-menu__triangle{left:unset!important;right:90px}.drop-menu.mebel .drop-menu__type{max-width:100%}.drop-menu.mebel .drop-menu__type-list{flex:auto;margin:0}.drop-menu__triangle{position:absolute;top:-9px;left:20px;background-color:#fff;display:block;width:15px;height:15px;transform:rotate(45deg) skew(10deg,10deg);border:1px solid #e2e2e2;border-right:none;border-bottom:none}.drop-menu__wrap{display:flex;align-items:flex-start}.drop-menu__left{flex:0 0 830px;display:flex;flex-wrap:wrap;margin-right:50px}.drop-menu__main{align-items:flex-start;justify-content:flex-start}.drop-menu__type{max-width:440px;flex-wrap:wrap;justify-content:space-between}.drop-menu__type-list{margin-bottom:30px;flex:0 0 215px}.drop-menu__type-title{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-weight:700;font-size:16px;line-height:140%;color:#222;padding-bottom:14px;position:relative}.drop-menu__type-title:before{content:"";width:100%;height:1px;display:block;background:#e2e2e2;position:absolute;left:0;bottom:0}.drop-menu__type-link{font-size:14px;line-height:260%;color:#222}.drop-menu__type-link:hover{color:#54a2c7;text-decoration:none}.drop-menu__size{flex-basis:100%;max-width:345px;width:100%;margin-right:45px}.drop-menu__size-title{color:#222;margin-bottom:15px}.drop-menu__size-big,.drop-menu__size-title{font-weight:700;font-size:16px;line-height:140%}.drop-menu__size-big{display:block;color:#2b587a;margin-bottom:20px}.drop-menu__size-wrap{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 20px;background:#f5fcff;border:1px solid #d2f1ff;border-radius:10px}.drop-menu__size-list{margin-right:24px}.drop-menu__size-list:nth-child(4n+4){margin-right:0}.drop-menu__size-link{font-size:14px;line-height:200%;color:#222}.drop-menu__size-link:hover{color:#54a2c7;text-decoration:none}.drop-menu__size-text{width:100%;margin:10px 0 15px;font-size:14px;line-height:100%;color:#54a2c7}.drop-menu__brand{width:100%;max-width:830px}.drop-menu__brand .brands__slider-header{overflow-x:hidden}.drop-menu .brands-header__pagination{display:flex;bottom:-20px}.drop-menu .swiper-button-next.brands__arrow,.drop-menu .swiper-button-prev.brands__arrow{display:none}.drop-menu__brand-title{font-weight:700;font-size:16px;line-height:140%;color:#222;position:relative;padding-bottom:14px;margin-bottom:10px}.drop-menu__brand-title:before{content:"";width:100%;height:1px;display:block;background:#e2e2e2;position:absolute;left:0;bottom:0}.drop-menu__brand-item{min-height:52px;display:flex;align-items:center;justify-content:center}.drop-menu__right{width:100%}@media (max-width:1199px){.drop-menu__right{display:none}}.drop-menu__picture{position:absolute;display:block;width:100%;height:100%;z-index:-1;left:0;top:0}.drop-menu__picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.drop-menu__counter,.drop-menu__couter{position:relative;width:100%;height:290px;display:flex;flex-direction:column;justify-content:space-between;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:10px;padding:10px 20px;margin-bottom:25px}.drop-menu__counter:hover,.drop-menu__couter:hover{text-decoration:none}.drop-menu__couter-title{font-weight:700;font-size:24px;line-height:28px;color:#fff;margin-bottom:15px}.drop-menu__couter-wrap{display:flex}.drop-menu__couter-text{font-size:18px;line-height:21px;color:#fff;margin-right:15px}.drop-menu__couter-sale{font-weight:700;font-size:18px;line-height:21px;color:#fff;position:relative;z-index:1}.drop-menu__couter-sale:before{content:"";width:46px;height:46px;border-radius:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ff6c81;z-index:-1}.drop-menu__couter-bottom{display:flex;flex-direction:column}.drop-menu__couter-button{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-weight:700;font-size:16px;line-height:19px;background:#2b587a;border-radius:5px;color:#fff;padding:10px 24px;margin-bottom:10px}.drop-menu__couter-row{display:flex;justify-content:space-between;width:100%}.drop-menu__couter-item{width:50px;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5fcff;border-radius:5px;margin-right:5px;padding:10px}.drop-menu__couter-item:last-child{margin-right:0}.drop-menu__couter-num{font-weight:700;font-size:20px;line-height:23px;color:#2b587a}.drop-menu__couter-desc{font-size:12px;line-height:12px;color:#2b587a}.drop-menu__also-title{font-weight:700;font-size:16px;line-height:140%;color:#222;padding-bottom:10px;margin-bottom:10px;position:relative}.drop-menu__also-title:before{content:"";width:100%;height:1px;display:block;background:#e2e2e2;position:absolute;left:0;bottom:0}.drop-menu__also-list{padding:0;margin-bottom:10px}.drop-menu__also-item,.drop-menu__also-link{width:100%;font-size:14px;line-height:260%;color:#222}.drop-menu__also-link:hover{color:#fa7272}.drop-menu__also-row{display:flex;align-items:center;justify-content:flex-start;background:#f5fcff;border-radius:10px}.drop-menu__also-left{margin-right:22px}.drop-menu__also-right{font-size:14px;line-height:260%;color:#54a2c7}.drop-menu__mobile{display:none}#drop-menu__brand .slick-slide{display:flex;margin-right:30px}#drop-menu__brand .slick-slide img{display:block}#drop-menu__brand .slick-dots{bottom:-40px}#drop-menu__brand .slick-dots button,#drop-menu__brand .slick-dots li{width:10px;height:10px;padding:0}#drop-menu__brand .slick-dots button:before{content:"";opacity:1;display:block;position:unset;width:10px;height:10px;background:linear-gradient(0deg,#bebebe,#bebebe),linear-gradient(0deg,#c4c7e6,#c4c7e6),#c4c7e6;border-radius:100%}#drop-menu__brand .slick-dots li button:focus:before,#drop-menu__brand .slick-dots li button:hover:before{background:#ed8b88}#drop-menu__brand .slick-dots li.slick-active button:before{background:#ed8b88;opacity:1}.drop-menu.drop-menu__two{width:29%;left:32.7%;height:530px;bottom:-530px;overflow:hidden}.drop-menu.drop-menu__two .drop-menu__arrow{right:-125px}.drop-menu.drop-menu__two .drop-menu__left{flex-basis:unset;width:100%;margin-right:0}.drop-menu.drop-menu__two .drop-menu__size{max-width:280px}.drop-menu.drop-menu__two .drop-menu__size-list{width:33%;margin-right:0;margin-bottom:10px}.drop-menu.drop-menu__two .drop-menu__size-text{margin:0 0 15px}#drop-menu__brand-two .slick-slide{display:flex;margin-right:30px}#drop-menu__brand-two .slick-slide img{display:block}#drop-menu__brand-two .slick-dots{bottom:-30px;display:flex;align-items:center;justify-content:center;padding-right:20px}#drop-menu__brand-two .slick-dots button,#drop-menu__brand-two .slick-dots li{width:10px;height:10px;padding:0}#drop-menu__brand-two .slick-dots button:before{content:"";opacity:1;display:block;position:unset;width:10px;height:10px;background:linear-gradient(0deg,#bebebe,#bebebe),linear-gradient(0deg,#c4c7e6,#c4c7e6),#c4c7e6;border-radius:100%}#drop-menu__brand-two .slick-dots li button:focus:before,#drop-menu__brand-two .slick-dots li button:hover:before{background:#ed8b88}#drop-menu__brand-two .slick-dots li.slick-active button:before{background:#ed8b88;opacity:1}div.title-search-result{border:1px solid #e2e2e2;background:linear-gradient(0deg,#fff,#fff),rgba(227,232,246,.5);border-radius:10px;overflow:visible;z-index:99999}@media (max-width:767px){div.title-search-result{display:none!important}}div.title-search-result:before{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#fff;left:20px;top:-5px;transform:rotate(-45deg);border:1px solid #e2e2e2;border-bottom:none;border-left:none}@media (max-width:767px){.k1-search-form{display:none!important}}.k1-search-form__result{height:332px;overflow:hidden;overflow-y:scroll;padding:20px 14px}.k1-search-form__title{font-size:14px;line-height:2;color:#969696;border-bottom:1px solid #e2e2e2;padding-bottom:5px;margin-bottom:15px}.k1-search-form__sections{display:flex;flex-wrap:wrap;margin-bottom:10px}.k1-search-form__section{font-size:14px;line-height:16px;color:#686868;padding:7px;background:#fff;border:1px solid #acacac;border-radius:4px;margin-bottom:4px;margin-right:4px;transition:color .3s linear,background-color .3s linear,border-color .3s linear}.k1-search-form__section:hover{cursor:pointer}.k1-search-form__section.chosen,.k1-search-form__section:hover{background-color:#54a2c7;color:#fff;border-color:#54a2c7}.k1-search-form__list-item{padding:10px 0;position:relative;z-index:2}.k1-search-form__list-item:hover:before{background-color:#f8f8f8}.k1-search-form__list-item:hover .k1-search-form__list-item-name{color:#54a2c7}.k1-search-form__list-item:before{content:"";width:calc(100% + 28px);height:100%;display:block;position:absolute;left:-14px;right:-14px;top:0;background-color:transparent;z-index:-1;transition:background-color .3s linear}.k1-search-form__list-item a{justify-content:flex-start}.k1-search-form__list-item a:hover{text-decoration:none}.k1-search-form__list-item-picture{width:58px;height:40px;margin-right:15px;position:relative}.k1-search-form__list-item-picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.k1-search-form__list-item-name{font-weight:500;font-size:14px;line-height:16px;color:#2b587a;flex-grow:1;transition:color .3s linear}.k1-search-form__list-item-currency{font-weight:700;font-size:14px;line-height:1.2;text-align:right;color:#222;margin-left:15px;margin-right:0;white-space:nowrap}.k1-search-form__discount{position:absolute;left:-5px;top:-5px;width:30px;height:30px;background-color:#fa7272;border-radius:50%;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;padding:5px}.bx-basket.bx-opener .header__tools-basket-drop-block.drop-block{opacity:1}.bx-basket.bx-closed .header__tools-basket-drop-block.drop-block{opacity:0;box-shadow:unset;pointer-events:none}.footer{margin-top:40px}.footer a:hover{text-decoration:none!important}.footer__wrap{display:flex;justify-content:space-between;padding:70px 0 42px;border-top:3px solid #e2e2e2}@media (max-width:1199px){.footer__wrap{flex-direction:column;padding:40px 0}}@media (max-width:991px){.footer__wrap{flex-direction:column;padding-top:10px}}.footer__left{width:25%;margin-right:56px}@media (max-width:1199px){.footer__left{width:100%;margin-right:0;display:flex;justify-content:space-between}}@media (max-width:560px){.footer__left{align-items:center;justify-content:center;flex-direction:column}}.footer__right{display:flex;justify-content:space-between;width:75%}@media (max-width:1199px){.footer__right{width:100%}}@media (max-width:991px){.footer__right{flex-direction:column}}.footer__mobile{display:none}@media (max-width:991px){.footer__mobile{display:flex;align-items:center;justify-content:space-between}}@media (max-width:430px){.footer__mobile{flex-direction:column;justify-content:center}}.footer__colum{width:25%}@media (max-width:1199px){.footer__colum{width:20%}}@media (max-width:991px){.footer__colum{width:100%;border-bottom:1px solid #e2e2e2}.footer__colum .footer__subtitle{margin:18px 0}.footer__colum:first-child,.footer__colum:nth-child(2){display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr auto}.footer__colum:first-child .footer__subtitle,.footer__colum:nth-child(2) .footer__subtitle{grid-column:1/5;grid-row:1/2}.footer__colum:first-child .footer__menu:first-of-type,.footer__colum:nth-child(2) .footer__menu:first-of-type{grid-column:1/2;grid-row:2/3}.footer__colum:first-child .footer__menu:nth-child(2),.footer__colum:nth-child(2) .footer__menu:nth-child(2){grid-column:2/3;grid-row:2/3}.footer__colum:first-child .footer__menu:nth-child(3),.footer__colum:nth-child(2) .footer__menu:nth-child(3){grid-column:3/4;grid-row:2/3}.footer__colum:first-child .footer__menu:last-child,.footer__colum:nth-child(2) .footer__menu:last-child{grid-column:4/5;grid-row:2/3}.footer__colum:nth-child(3),.footer__colum:nth-child(4){display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr auto}.footer__colum:nth-child(3) .footer__subtitle,.footer__colum:nth-child(4) .footer__subtitle{grid-column:1/4;grid-row:1/2}.footer__colum:nth-child(3) .footer__menu:first-of-type,.footer__colum:nth-child(4) .footer__menu:first-of-type{grid-column:1/2;grid-row:2/3}.footer__colum:nth-child(3) .footer__menu:nth-child(2),.footer__colum:nth-child(4) .footer__menu:nth-child(2){grid-column:2/3;grid-row:2/3}.footer__colum:nth-child(3) .footer__menu:nth-child(3),.footer__colum:nth-child(4) .footer__menu:nth-child(3){grid-column:3/4;grid-row:2/3}.footer__colum:last-child .footer__menu:nth-child(2){grid-column:1/3;grid-row:2/3}.footer__colum:last-child .footer__menu:nth-child(3){grid-column:2/3;grid-row:2/3}}@media (max-width:500px){.footer__colum:first-child,.footer__colum:nth-child(2){grid-template-columns:1fr 1fr;grid-template-rows:1fr auto auto}.footer__colum:first-child .footer__subtitle,.footer__colum:nth-child(2) .footer__subtitle{grid-column:1/3;grid-row:1/2}.footer__colum:first-child .footer__menu:first-of-type,.footer__colum:nth-child(2) .footer__menu:first-of-type{grid-column:1/2;grid-row:2/3}.footer__colum:first-child .footer__menu:nth-child(2),.footer__colum:nth-child(2) .footer__menu:nth-child(2){grid-column:1/2;grid-row:3/4}.footer__colum:first-child .footer__menu:nth-child(3),.footer__colum:nth-child(2) .footer__menu:nth-child(3){grid-column:2/3;grid-row:2/3}.footer__colum:first-child .footer__menu:last-child,.footer__colum:nth-child(2) .footer__menu:last-child{grid-column:2/3;grid-row:3/4}.footer__colum:nth-child(3),.footer__colum:nth-child(4){display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.footer__colum:nth-child(3) .footer__subtitle,.footer__colum:nth-child(4) .footer__subtitle{grid-column:1/3;grid-row:1/2}.footer__colum:nth-child(3) .footer__menu:first-of-type,.footer__colum:nth-child(4) .footer__menu:first-of-type{grid-column:1/2;grid-row:2/3}.footer__colum:nth-child(3) .footer__menu:nth-child(2),.footer__colum:nth-child(4) .footer__menu:nth-child(2){grid-column:1/2;grid-row:3/4}.footer__colum:nth-child(3) .footer__menu:nth-child(3),.footer__colum:nth-child(4) .footer__menu:nth-child(3){grid-column:2/3;grid-row:2/3}.footer__colum:last-child .footer__menu:nth-child(2){grid-column:1/3;grid-row:2/3}.footer__colum:last-child .footer__menu:nth-child(3){grid-column:2/3;grid-row:2/3}.footer__colum.about{grid-template-columns:unset!important;grid-template-rows:unset!important}.footer__colum.about .footer__menu,.footer__colum.about .footer__subtitle{grid-column:unset!important;grid-row:unset!important}.footer__colum.about .footer__menu{margin-bottom:0}}.footer__logo{margin-bottom:20px;margin-left:-14px;max-width:168px;width:100%;height:74px}@media (max-width:1199px){.footer__logo{margin:0 0 0 -14px}}@media (max-width:560px){.footer__logo{margin-bottom:20px}}.footer__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.footer__decs{font-size:12px;line-height:170%;color:#595959;margin-bottom:42px}@media (max-width:1199px){.footer__decs{max-width:285px;margin-bottom:0;display:flex;align-items:center;justify-content:center}}@media (max-width:560px){.footer__decs{text-align:center}}.footer__contact{margin-bottom:40px}@media (max-width:1199px){.footer__contact{margin:30px 0;display:flex;align-items:flex-start}}@media (max-width:991px){.footer__contact{justify-content:space-between}}@media (max-width:767px){.footer__contact{flex-direction:column}}.footer__contact-item{margin-bottom:18px}@media (max-width:1199px){.footer__contact-item{margin-right:40px;margin-bottom:4px}}@media (max-width:991px){.footer__contact-item:last-child{margin-right:0}}@media (max-width:767px){.footer__contact-item{margin-right:0;margin-bottom:15px}.footer__contact-item:last-child{margin-bottom:0}}.footer__contact-link{display:flex;align-items:flex-start}.footer__contact-link img{margin-right:15px;margin-top:3px}.footer__contact-local{font-size:14px;line-height:170%;color:#222}.footer__contact-wrap{display:flex;flex-direction:column}.footer__contact-phone{display:block;font-size:18px;line-height:1;color:#222}.footer__contact-decs{display:block;font-size:12px;line-height:170%;color:#595959}.footer__contact-email{font-size:16px;line-height:19px;color:#2b587a}.footer__social{display:flex;margin-bottom:50px}@media (max-width:1199px){.footer__social{margin-bottom:0}}@media (max-width:991px){.footer__social{margin-bottom:0}}@media (max-width:420px){.footer__social{margin-bottom:20px}}.footer__social-link{max-width:30px;margin-right:10px;transition:all .4s ease-in-out}.footer__social-link:last-child{margin-right:0}.footer__social-link:hover{transform:translateY(-6px)}.footer__market{display:flex}.footer__market-left{margin-right:16px}.footer__subtitle{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin:36px 0;transition:transform .3s linear,background-image .3s linear}@media (max-width:991px){.footer__subtitle{position:relative}.footer__subtitle .footer__subtitle-before{position:absolute;top:5px;right:10px;width:10px;height:10px}.footer__subtitle .footer__subtitle-before:before{content:"";width:12px;height:8px;display:block;position:absolute;top:50%;right:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain}.footer__subtitle .footer__subtitle-before--toggle:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 3.758L6.42.346a1.458 1.458 0 00-1.89 0L.516 3.758a1.46 1.46 0 101.89 2.225l3.072-2.61 3.072 2.61a1.46 1.46 0 001.89-2.225z' fill='%232B587A'/%3E%3C/svg%3E")}}.footer__menu{margin-bottom:25px}@media (max-width:991px){.footer__menu{display:none}.footer__menu--visible{display:block}}.footer__menu:last-child{margin-bottom:0}@media (max-width:991px){.footer__menu-item{margin-bottom:10px}}.footer__menu-link{font-size:14px;line-height:170%;color:#222}.footer__menu-link:hover{color:#54a2c7}.footer__mobile-bottom{display:flex;align-items:center;justify-content:space-between}@media (max-width:420px){.footer__mobile-bottom{flex-direction:column;align-items:flex-start;justify-content:flex-start}}.copyright{background:#f5f8fd;padding:28px 0}.copyright__wrap{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width:767px){.copyright__wrap{flex-direction:column}}.copyright__left{display:flex;flex-direction:column}@media (max-width:1199px){.copyright__left{width:20%}}@media (max-width:991px){.copyright__left{width:30%}}@media (max-width:767px){.copyright__left{width:100%;flex-direction:row;align-items:center;justify-content:center}}.copyright__text{font-size:12px;line-height:120%;color:#222;margin-bottom:16px}.copyright__text:last-child{margin-bottom:0}@media (max-width:767px){.copyright__text{margin-bottom:0;margin-right:5px}.copyright__text:last-child{margin-bottom:0;margin-right:0}}.copyright__right{display:flex;align-items:center}@media (max-width:1199px){.copyright__right{width:65%;justify-content:space-between}}@media (max-width:850px){.copyright__right{width:70%}}@media (max-width:767px){.copyright__right{width:100%;order:-1;flex-direction:column}}.copyright__row{margin-right:106px}@media (max-width:1199px){.copyright__row{margin-right:20px}}@media (max-width:767px){.copyright__row{margin:0 0 15px}}.copyright__link{font-size:12px;line-height:120%;color:#54a2c7;margin-right:18px}.copyright__link:last-child{margin-right:0}.copyright__pay{display:flex;align-items:center}@media (max-width:767px){.copyright__pay{order:-1}}.copyright__pay-item{display:flex;align-items:center;justify-content:center;margin-right:20px}.copyright__pay-item:last-child{margin-right:0;margin-top:-4px}@media (max-width:991px){.copyright__pay-item:last-child{margin-top:-10px}}.modal{display:none;background-color:#fff;z-index:999}@media (max-width:991px){.modal{z-index:9999999}}.modal__basket,.modal__comparison,.modal__fav{position:fixed;top:0;width:100vw}.modal__order{position:fixed;top:10vh;right:10vw;width:800px;max-width:800px;height:auto;box-shadow:10px 10px 25px rgba(0,0,0,.1)}.modal__order .order-confirm-label{position:relative;font-size:14px;line-height:20px;color:#686868;cursor:pointer}.modal__order .order-confirm-label:before{background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px}.modal__order .order-confirm-label:after,.modal__order .order-confirm-label:before{position:absolute;content:"";top:0;left:-45px;width:26px;height:26px;box-sizing:border-box}.modal__order .order-confirm-label:after{display:none;background-color:#2b587a;border:1px solid #2b587a;border-radius:5px;background-repeat:no-repeat;background-position:50%;background-size:140%}.modal__order .order-link{color:#2b587a}.modal__order #order-confirm:checked+.order-confirm-label:after{display:block}.modal__order .close-modal{top:30px;right:30px}.modal__order-filter{display:flex}.order-size__select{width:80px;max-width:81px;padding-left:7px;border:1px solid #dadada;box-sizing:border-box;border-radius:5px;cursor:pointer;font-size:14px;line-height:200%;color:#686868}.order-size__label{font-size:14px;line-height:200%;color:#969696;margin-right:10px;position:relative}.order-size__label:before{right:-80px;transform:rotate(130deg)}.order-size__label:after,.order-size__label:before{position:absolute;content:"";width:2px;height:6px;top:12px;background-color:#686868;cursor:pointer;pointer-events:none;border-radius:2px}.order-size__label:after{right:-84px;transform:rotate(230deg)}.order-height__label{font-size:14px;line-height:200%;color:#969696;margin-left:10px;margin-right:10px}.modal__order-left{width:350px;padding:58px 58px 134px 40px;border-right:1px solid #e2e2e2}.modal__order-block-right{padding-top:58px;padding-bottom:134px;width:350px;margin-left:auto;margin-right:auto}.modal__order-block-img{position:relative;width:278px;height:195px}.modal__order-img-sale{justify-content:center;height:50px;background-color:#ff6c81;border-radius:50%;font-size:16px;line-height:19px;color:#fff}.modal__order-img-rating,.modal__order-img-sale{display:flex;align-items:center;position:absolute;width:50px}.modal__order-img-rating{top:20px;right:0}.modal__order-img-rating-star{display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:cover;margin-right:5px}.modal__order-img-rating-count{font-size:14px;line-height:28px;color:#686868}.modal__order-title-product{font-size:16px;line-height:19px;color:#2b587a;margin-bottom:20px}.modal__order-title{font-size:24px;line-height:28px;color:#2b587a;margin-bottom:20px}.modal__order-text-left{font-size:14px;line-height:120%;color:#686868;margin-bottom:20px}.modal__order-text-right{font-size:16px;line-height:140%;color:#686868;margin-bottom:20px}.modal__order-form-btn{display:flex;justify-content:center;align-items:center;min-width:200px;max-width:220px;height:40px;font-size:16px;line-height:19px;cursor:pointer;border:1px solid #2b587a;box-sizing:border-box;border-radius:5px;color:#fff;background-color:#2b587a}.modal__order-captcha{width:256px;height:62px;background-position:0 0;background-repeat:no-repeat;background-size:contain;margin-bottom:20px}.modal__order-form{display:flex;flex-direction:column}.modal__order-form #order-name{width:350px;max-width:350px;background-color:#f9f9f9;border:1px solid #dadada;box-sizing:border-box;border-radius:5px;padding-left:44px;padding-top:11px;padding-bottom:11px;font-size:14px;line-height:120%;color:#222;margin-bottom:20px}.modal__order-form #order-name::-moz-placeholder{color:#222;opacity:.5}.modal__order-form #order-name:-ms-input-placeholder{color:#222;opacity:.5}.modal__order-form #order-name::placeholder{color:#222;opacity:.5}.modal__order-form #order-tel{width:350px;max-width:350px;background-color:#f9f9f9;border:1px solid #dadada;box-sizing:border-box;border-radius:5px;padding-left:44px;padding-top:11px;padding-bottom:11px;font-size:14px;line-height:120%;color:#222;margin-bottom:20px}.modal__order-form #order-tel::-moz-placeholder{color:#222;opacity:.5}.modal__order-form #order-tel:-ms-input-placeholder{color:#222;opacity:.5}.modal__order-form #order-tel::placeholder{color:#222;opacity:.5}.modal__order-form-confirm{margin-left:35px;margin-bottom:20px}.order-name-wrap,.order-tel-wrap{position:relative}.order-name__label{width:15px;top:10px;left:17px}.order-name__label,.order-tel__label{position:absolute;height:16px;background-repeat:no-repeat;background-position:0 0;background-size:contain}.order-tel__label{width:16px;top:12px;left:20px}#order-name:focus{border-color:#2b587a}#order-name:focus::-moz-placeholder{color:#222;opacity:1}#order-name:focus:-ms-input-placeholder{color:#222;opacity:1}#order-name:focus::placeholder{color:#222;opacity:1}#order-tel:focus{border-color:#2b587a}#order-tel:focus::-moz-placeholder{color:#222;opacity:1}#order-tel:focus:-ms-input-placeholder{color:#222;opacity:1}#order-tel:focus::placeholder{color:#222;opacity:1}.modal__order-price{display:flex;align-items:flex-end;margin-top:20px}.modal__order-price p{font-size:20px;line-height:23px;color:#ff6c81}.modal__order-price span{font-size:16px;line-height:19px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f;margin-left:10px}.modal__wrap{margin-top:20px;margin-bottom:20px}.modal__wrap,.modal__wrap a{display:flex;align-items:center}.modal__wrap a{justify-content:center;width:130px;height:40px;border:1px solid #2b587a;border-radius:5px;color:#2b587a;font-size:16px;line-height:19px}.modal__img{margin-right:10px}.modal__text{margin-right:auto;font-size:14px;line-height:1.2;color:#686868}.modal__text-top span{font-size:16px;line-height:19px;color:#2b587a;text-transform:uppercase}.modal__text-bottom span{font-size:14px;line-height:17px;color:#2b587a}.modal__order-wrap{display:flex}.close-modal{position:absolute;width:20px;height:20px;top:45px;right:50px;cursor:pointer}.close-modal:before{transform:rotate(45deg)}.close-modal:after,.close-modal:before{position:absolute;content:"";width:20px;height:2px;background-color:#a6a5a5}.close-modal:after{transform:rotate(135deg)}.visible{display:block}.modal-overt{z-index:99999}.modal-overt .modal__close{cursor:pointer;width:32px;height:32px;top:16px;right:16px}@media (max-width:767px){.modal-overt .modal__close{width:24px;height:24px;top:8px;right:8px}.modal-overt .modal__close svg{width:24px;height:24px}}.modal-overt__body{height:800px;padding:40px}@media (max-width:1199px){.modal-overt__body{height:auto}}@media (max-height:800px){.modal-overt__body{overflow-y:auto;height:100%}}@media (max-width:767px){.modal-overt__body{height:100%;padding:20px 16px;overflow-y:scroll}}.modal-overt__title{font-size:20px;font-weight:500;color:#222;margin-bottom:16px}@media (max-width:767px){.modal-overt__title{font-size:16px;margin-bottom:8px}}.modal-overt__content{margin-bottom:40px}@media (max-width:991px){.modal-overt__content{margin-bottom:20px}}@media (max-width:767px){.modal-overt__content{margin-bottom:10px}}@media (max-width:560px){.modal-overt__content{margin-bottom:8px}}.modal-overt__content p{margin-bottom:6px}.modal-overt__content p:last-child{margin-bottom:0}.modal-overt__text{color:#686868;font-size:16px;font-weight:400;line-height:22px;margin-bottom:24px}@media (max-width:767px){.modal-overt__text{font-size:14px;line-height:20px;margin-bottom:16px}}.modal-overt__text:last-child{margin-bottom:0}.modal-overt__subtitle{color:#222;font-size:18px;font-weight:400;line-height:normal;margin-bottom:12px}@media (max-width:767px){.modal-overt__subtitle{font-size:16px;margin-bottom:8px}}.modal-overt__bold{color:#222;font-size:16px;font-weight:400;line-height:22px}.modal-overt__row{display:flex;align-items:center;justify-content:space-between}@media (max-width:767px){.modal-overt__row{width:100%;flex-direction:column-reverse}}.modal-overt__btn{display:flex;align-items:center;justify-content:center;border-radius:4px;background:#2b587a;border:1px solid #2b587a;transition:all .3s linear;max-width:223px;width:100%;padding:12px 13px;font-size:16px;font-weight:600;line-height:22px;color:#fff;text-decoration:none}@media (max-width:767px){.modal-overt__btn{max-width:100%}}.modal-overt__btn:focus,.modal-overt__btn:hover{background:transparent;text-decoration:none;color:#2b587a}.modal-overt__sign{color:#222;font-size:14px;font-weight:400}@media (max-width:767px){.modal-overt__sign{width:100%;margin-bottom:16px}}.about-us{margin-top:37px;margin-bottom:60px}@media (max-width:991px){.about-us{margin-top:0}}.about-us__mission{margin-bottom:50px}.about-us__advantages{margin-bottom:35px}.about-us__brands{padding:30px 0 70px}.about-us__reviews{padding:80px 0 50px}.about-us__reviews-title{margin-bottom:40px}.mission{align-items:flex-start;justify-content:space-between}.mission__title{margin-bottom:52px}@media (max-width:991px){.mission__title{margin-bottom:30px}}.mission__lamp{margin-bottom:10px}.mission__left{flex:0 1 580px;max-width:580px;width:100%;margin-right:45px}.mission__left p{font-size:16px;line-height:27px;color:#222}.mission__left p+p{margin-top:25px}@media (max-width:991px){.mission__left{max-width:unset;flex:unset;margin-right:0}}.mission__right{flex:0 1 535px;max-width:535px;width:100%;padding-top:80px}.mission__right p{font-size:16px;line-height:150%;color:#686868}.mission__right p+p{margin-top:20px}@media (max-width:991px){.mission__right{max-width:unset;flex:unset;margin-right:0;padding-top:20px}}.mission__right-img{border-radius:10px;overflow:hidden;margin-bottom:30px;max-height:417px;position:relative}@media (max-width:991px){.mission__right-img{max-width:unset;min-height:unset!important}.mission__right-img>img{width:100%}}.mission__right-logo{position:absolute;left:50%;transform:translateX(-50%);bottom:27px}@media (max-width:991px){.mission__right-logo{left:48%;bottom:10px}}.about-exp__title{margin-bottom:15px}.about-exp__body{align-items:flex-start;justify-content:space-between}@media (max-width:991px){.about-exp__body{flex-wrap:wrap}}.about-exp__left{max-width:700px;margin-right:50px}@media (max-width:911px){.about-exp__left{margin-right:0;margin-bottom:30px}}.about-exp__left p{font-size:16px;line-height:27px;color:#222}.about-exp__left p+p{margin-top:25px}.about-exp__right{font-size:16px;line-height:150%;color:#686868}.about-exp__lamp{margin-bottom:10px}.about-certificate{position:relative;background-color:#f9f9f9;padding:45px 0 80px}@media (max-width:560px){.about-certificate .container{padding-right:0}}.about-certificate__title{margin-bottom:24px}.about-certificate__slider{max-height:294px}@media (max-width:991px){.about-certificate__slider{max-width:240px;width:100%}}.about-certificate__slide{max-height:294px;width:100%;display:flex;justify-content:space-between}.about-certificate__picture{max-width:210px;position:relative}.about-certificate__picture:hover{cursor:zoom-in}.about-certificate .slider-arrow{transform:translateY(50%)}.about-certificate .arrow-left{left:-22px}@media (max-width:767px){.about-certificate .arrow-left{display:none}}.about-certificate .arrow-right{right:-22px}@media (max-width:767px){.about-certificate .arrow-right{display:none}}.about-certificate .slider-dots{bottom:30px}@media (max-width:991px){.about-certificate .slider-dots{bottom:-30px}}.about-charity{align-items:flex-start;justify-content:space-between;padding-top:53px}.about-charity__info{max-width:582px;flex:0 1 582px;margin-top:60px;margin-right:80px}@media (max-width:991px){.about-charity__info{max-width:100%;flex:unset;margin-right:0;margin-top:0}}.about-charity__title{margin-bottom:15px}.about-charity__description{font-size:16px;line-height:150%;color:#222}.about-charity__description p+p{margin-top:30px}.about-charity__picture{flex:1 1 auto}@media (max-width:991px){.about-charity__picture{margin-top:30px}}.about-stores{background:linear-gradient(0deg,#f9f9f9,#f9f9f9),#fff;padding-bottom:45px;padding-top:30px}@media (max-width:560px){.about-stores .container{padding-right:0}}.about-stores__main-title,.about-stores__title{margin-bottom:25px}.about-stores__slider-wrapper{position:relative}.about-stores__slider{padding-top:10px;padding-bottom:45px}.about-stores__slider .swiper-wrapper{height:211px}.about-stores__slide:hover{position:relative}.about-stores__slide:hover .about-stores__slide-hover{position:absolute;top:0;left:0;width:100%;box-shadow:0 4px 14px 4px rgba(0,0,0,.1);border-radius:10px;height:240px}.about-stores__slide:hover .about-stores__link{display:block}.about-stores__slide .about-stores__items{max-width:100px;width:100%;margin-right:10px;display:flex;position:relative}.about-stores__slide .about-stores__item{width:20px;height:20px}.about-stores__slide .about-stores__item:before{content:"★";width:100%;height:100%;display:block;font-size:23px;line-height:20px;color:#a6a5a5}.about-stores__slide .about-stores__items--colored{display:flex;overflow:hidden;position:absolute;left:0;top:0;background-color:#fff}.about-stores__slide .about-stores__item--colored{width:20px;height:20px;flex-shrink:0}.about-stores__slide .about-stores__item--colored:before{content:"★";width:100%;height:100%;display:block;font-size:23px;line-height:20px;color:#2b587a}.about-stores__slide[data-code=flamp] .about-stores__items{position:relative}.about-stores__slide[data-code=flamp] .about-stores__item{background-color:#a6a5a5;border-radius:50%}.about-stores__slide[data-code=flamp] .about-stores__item:before{content:""}.about-stores__slide[data-code=flamp] .about-stores__item--colored{background-color:#51bc66;border-radius:50%;position:relative}.about-stores__slide[data-code=flamp] .about-stores__item--colored:before{content:attr(data-number);color:#fff;position:absolute;width:100%;height:100%;display:block;left:0;top:0;font-size:10px;text-align:center}.about-stores__slide[data-code="2gis"] .about-stores__item--colored:before{color:#3fad4c}.about-stores__slide[data-code=yandeks-karty] .about-stores__item--colored:before,.about-stores__slide[data-code=yandeks-market] .about-stores__item--colored:before{color:#fda211}.about-stores__slide[data-code=spravochnik-samara] .about-stores__item--colored:before{color:#5d7fb4}.about-stores__slide-hover{background-color:#fff;border:1px solid #ececec;padding-top:40px;height:211px}.about-stores__picture{max-height:62px;height:100%;max-width:166px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center}.about-stores__picture img{width:auto;height:auto;max-height:100%;max-width:100%;display:block;-o-object-fit:cover;object-fit:cover}.about-stores__title{font-weight:500;font-size:16px;line-height:1.4;color:#000;text-align:center;margin-bottom:10px}.about-stores__rating{display:flex;justify-content:center;align-items:center}.about-stores__rating span{font-size:14px;line-height:14px;color:#686868;position:relative;top:2px}.about-stores__link{display:none;border:1px solid #2b587a;border-radius:5px;padding:7px;max-width:150px;margin:25px auto 0;font-size:14px;line-height:16px;text-decoration:none;color:#2b587a;text-align:center;transition:color .3s linear,background-color .3s linear}.about-stores__link:hover{color:#fff;background-color:#2b587a}.about-stores__link:hover a,.about-stores__link:hover a:hover{text-decoration:none;color:#fff}.about-stores__pagination{transform:translateX(0);bottom:0!important}.about-stores__next,.about-stores__prev{top:45%}@media (max-width:767px){.about-stores__next,.about-stores__prev{display:none!important}}.about-stores__next{right:-20px}.about-stores__prev{left:-20px}.page-form{padding-top:20px}.page-form__title{margin-bottom:25px}.page-form__body{justify-content:space-between;align-items:flex-start}@media (max-width:767px){.page-form__body{flex-direction:column}}.page-form__info{background:linear-gradient(0deg,#f9f9f9,#f9f9f9),#fff;border-radius:10px;flex:0 0 293px;margin-right:20px}@media (max-width:767px){.page-form__info{margin-right:0;flex:0 0 100%;width:100%;margin-bottom:30px}}.page-form__action{flex:0 1 731px}@media (max-width:767px){.page-form__action{flex:0 0 100%;width:100%}}.form-info{padding:30px 20px}.form-info__title{font-weight:700;font-size:18px;line-height:21px;color:#2b587a;margin-bottom:10px;text-align:left}@media (max-width:767px){.form-info__title{text-align:left}}.form-info__description{font-size:16px;line-height:1.4;color:#6f6f6f;margin-bottom:20px;text-align:left}.form-info__person{display:flex;flex-direction:column;align-items:center;padding-bottom:20px;border-bottom:1px solid #dadada}.form-info__person-picture{display:flex;align-items:center;justify-content:center;margin-bottom:20px;width:150px;height:150px;border-radius:50%;overflow:hidden}.form-info__person-picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.form-info__person-name{font-weight:700;font-size:16px;line-height:1.4;color:#222}.form-info__person-position{font-weight:500;font-size:14px;line-height:1.4;color:#969696}.form-info__contacts{display:flex;flex-direction:column;align-items:flex-start;padding-top:25px}.form-info__contacts svg{width:16px;height:16px;display:block;fill:#fa7272;margin-right:15px}.form-info__phone{font-weight:500;font-size:18px;line-height:1.4;color:#222;margin-top:10px}.form-info span{font-size:12px;line-height:1.4;color:#595959;margin-bottom:15px;display:block;position:relative;left:30px}.form-info__email{font-size:16px;line-height:19px;color:#222}.form-info__link{margin-top:10px;font-size:16px;line-height:19px;color:#2b587a}.form-action__title{font-weight:700;font-size:18px;line-height:21px;color:#2b587a;margin-bottom:10px}.form-action__description{font-size:16px;line-height:1.4;color:#6f6f6f;margin-bottom:25px}.form-action__row{align-items:flex-start}.form-action__row+.form-action__row{margin-top:20px}.form-action__row:last-child{margin-top:30px}@media (max-width:767px){.form-action__row{flex-direction:column}}@media (max-width:767px){.form-action__row-btn{margin:0 auto}}.form-action__label{flex:0 0 170px;margin-right:24px;padding-top:10px;font-weight:700;font-size:14px;line-height:1.4;color:#222}@media (max-width:767px){.form-action__label{flex:0 0 auto;margin-right:0;padding-top:0;margin-bottom:15px}.form-action__label>label{margin-bottom:0;padding-bottom:0}}.form-action__input{flex:1 1 100%}.form-action__input input{padding:5px 15px!important;background:transparent}@media (max-width:767px){.form-action__input input{min-height:40px}}.form-action__input.form-action__textarea{height:120px}.form-action__input.form-action__textarea textarea{display:block;width:100%;height:100%;border:none;outline:none;resize:none;padding:5px 15px;background:transparent}.form-action__input.form-action__textarea textarea::-moz-placeholder{color:rgba(34,34,34,.5)}.form-action__input.form-action__textarea textarea:-ms-input-placeholder{color:rgba(34,34,34,.5)}.form-action__input.form-action__textarea textarea::placeholder{color:rgba(34,34,34,.5)}.form-action__button{border:1px solid #2b587a;border-radius:5px;outline:none;background-color:#2b587a;padding:10px 50px;color:#fff;font-size:16px;line-height:19px}.form-action__button:hover{cursor:pointer;color:#2b587a;background-color:#fff}@media (max-width:767px){.form-action__button{margin:0 auto}}.success-callback-modal__inner{height:100%}.success-callback-modal__text{display:flex;align-items:center;justify-content:center;padding:20px;width:100%;height:100%;font-size:16px;text-align:center}.success-callback-modal .modal__body{width:400px;height:200px}@media (max-width:500px){.success-callback-modal .modal__body{width:100%}}.success-callback-modal .success-review-modal__counter{font-size:12px}.success-callback-modal .k1-modal__close{top:15px;right:15px}.success-callback-modal .k1-modal__close:after,.success-callback-modal .k1-modal__close:before{width:15px;background-color:#686868}.delivery-pay{margin-top:40px;margin-bottom:60px}@media (max-width:767px){.delivery-pay{margin-bottom:40px}}.delivery-pay__title{margin-bottom:23px}.delivery-pay__table{max-width:1170px;overflow-x:auto}.delivery-pay__table table,.delivery-pay__table tbody,.delivery-pay__table td,.delivery-pay__table tfoot,.delivery-pay__table th,.delivery-pay__table thead,.delivery-pay__table time,.delivery-pay__table tr,.delivery-pay__table tt{border:none;border-collapse:collapse;border-spacing:0;padding:1px 5px;box-sizing:border-box}.delivery-pay__table table{border-bottom:1px solid #e2e2e2}@media (max-width:767px){.delivery-pay__table table{width:1170px}}.delivery-pay__table tr:first-child td{color:#222}.delivery-pay__table tr:first-child td:nth-child(4){width:240px}.delivery-pay__table tr:nth-child(2) td:first-child p,.delivery-pay__table tr:nth-child(3) td:first-child p{white-space:nowrap}.delivery-pay__table tr td:first-child{padding:0 15px}.delivery-pay__table tr td:nth-child(5) .flex-body{justify-content:flex-start}.delivery-pay__table tr td:nth-child(5) .flex-body p{flex:0 0 48px;padding-right:7px}.delivery-pay__table th{height:60px;padding:0 15px;color:#222;font-size:14px;text-align:left}.delivery-pay__table th:first-child{min-width:159px}.delivery-pay__table th:nth-child(2){min-width:95px}.delivery-pay__table th:nth-child(3){min-width:170px;width:208px}.delivery-pay__table th:nth-child(4){min-width:210px;width:240px}.delivery-pay__table th:nth-child(5){min-width:145px;width:170px}.delivery-pay__table th:nth-child(6){min-width:205px;width:227px}.delivery-pay__table td{height:60px;padding:0 20px;font-size:14px;line-height:1.4;color:#222;font-weight:400}.delivery-pay__table td h6{font-weight:700;font-size:16px;line-height:1.4}.delivery-pay__table td p{font-weight:400;font-size:14px;line-height:1.4;color:#686868}.delivery-pay__table td a{font-size:14px;line-height:2;color:#54a2c7;display:flex;align-items:center;justify-content:flex-start}.delivery-pay__table td a:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF2SURBVHgBZVI9a8JQFD0vCUKnRiiCg4uDDm5O0k46CAZKwVW6Krp1kGbtYO1Y8BcUHBycok2lFqqlUBDRsaCLg5XMKgTz9ZqkjW3aM7177j33nvfuI6lU6kQUxUue5w8NwzBBCMCycEBMk51MJs/VavXKDqlLdjodmf6FrlNqmu5xs9mo2Wz2FB4Gg8GLr7jVorRUorRcpnS1cql+v/8ai8WOnHrGtmHs1aMR0GwCxSKwXAKK4tKZTOY4l8udO2cOvzEcAvE4kEwCPA/3Pk5XhiGVSuVCUZR7xieIRoHZDFivv+JvgQPbUiSdTov+CYIATKdAPg+oKnBw4EsHAgHWL3AKQiEgHLbN2ilN26cWi8VHvV6/8VtyurfbQK0G6Dqw27m0ZVloNBq38/n8neE47mfKeAwUCkAkAiQSQDDoPf2bJEl3btDtdh/2O9C0fzvcbreqIAhnXk/O9nXNsiwJ2rAIMUGp48H9Hgwh7GOv9yTLsuQJPgG9PsiI1j7YVwAAAABJRU5ErkJggg==);content:"";display:inline-block;width:12px;height:12px;margin-left:5px}.delivery-pay__table td.colored{background-color:#f8f8f8}.delivery-pay__table td.line .flex-body{justify-content:flex-start;align-items:center}.delivery-pay__table td.line .flex-body p{flex:0 0 82px;padding-right:5px;text-align:left}.delivery-pay__table td.line .flex-body div{flex:0 1 auto;text-align:left}.delivery-pay__table td[rowspan="8"]{vertical-align:top}.delivery-pay__table td+td,.delivery-pay__table th+th{border-left:1px solid #e2e2e2}.footnotes{margin-bottom:45px;padding-left:13px}.footnotes__item{font-weight:400;font-size:14px;line-height:120%;color:#686868}.footnotes__item+.footnotes__item{margin-top:20px}.features{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}@media (max-width:991px){.features{flex-direction:column}}.features__item{width:calc(50% - 20px);background-color:#f5fcff;border:1px solid #d2f1ff;box-sizing:border-box;border-radius:10px;padding:10px 40px;margin-bottom:40px}@media (max-width:991px){.features__item{width:auto;margin-bottom:20px}}@media (max-width:767px){.features__item{max-width:100%;width:100%;padding:20px;height:auto}}.features__item-title{font-size:16px;font-weight:700;line-height:140%;color:#222;margin-bottom:30px}@media (max-width:560px){.features__item-title{margin-bottom:15px}}.features__item-text{font-size:16px;line-height:140%;color:#6f6f6f}@media (max-width:560px){.features__item-text{font-size:14px}}.features__img{width:50px;height:50px;margin-top:37px;margin-bottom:25px}@media (max-width:560px){.features__img{margin-top:30px}}.way-pay{display:flex;flex-direction:column;margin-bottom:80px}.way-pay__title{margin-bottom:25px}.way-pay__wrap{display:flex;justify-content:space-between;width:100%}@media (max-width:1030px){.way-pay__wrap{flex-direction:column}}@media (max-width:1030px){.way-pay__left{margin-right:0;margin-bottom:25px}}@media (max-width:767px){.way-pay__left{position:relative}}.way-pay__row{display:flex;max-width:818px;margin-bottom:30px}@media (max-width:991px){.way-pay__row{max-width:unset}}@media (max-width:767px){.way-pay__row{flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden;padding:0 15px;margin:0 -15px 20px}.way-pay__row::-webkit-scrollbar{width:0}}.way-pay__row-item{display:flex;flex-direction:column;align-items:center;width:165px;max-width:165px;height:130px;max-height:130px;border:1px solid #d2f1ff;color:#222;position:relative}@media (max-width:991px){.way-pay__row-item{width:20%;max-width:20%}}@media (max-width:767px){.way-pay__row-item{min-width:165px;min-height:130px}}@media (max-width:355px){.way-pay__row-item{margin:0 auto}}.way-pay__row-item:nth-child(odd){background-color:#f5fcff}.way-pay__row-item-hover{display:none;position:absolute;width:240px;max-width:240px;border:1px solid #e2e2e2;border-radius:5px;padding:20px;top:calc(100% - 10px);left:0;background-color:#fff;z-index:1}.way-pay__row-item-hover:before{position:absolute;content:"";border:9px solid transparent;border-bottom:15px solid #dadada;top:-24px;left:20px}.way-pay__row-item-hover:after{position:absolute;content:"";border:9px solid transparent;border-bottom:15px solid #fff;top:-20px;left:20px}.way-pay__row-item-hover .hover__title{font-size:14px;line-height:17px;color:#2b587a;margin-bottom:20px}.way-pay__row-item-hover .hover__text{font-size:14px;line-height:17px;color:#686868}.way-pay__row-item:first-child{border-radius:10px 0 0 10px}.way-pay__row-item:last-child{border-radius:0 10px 10px 0}.way-pay__row-item:hover{background-color:#54a2c7;border:#54a2c7}.way-pay__row-item:hover .way-pay__row-item-text{color:#fff}.way-pay__row-item:hover .way-pay__row-item-img img{filter:invert(100%)}.way-pay__row-item:hover .way-pay__row-item-hover{display:block}.way-pay__row-item:hover .way-pay__row-item-hover h4{font-weight:700;font-size:14px;line-height:1.2;color:#2b587a;margin-bottom:15px}.way-pay__row-item:hover .way-pay__row-item-hover p{font-size:14px;line-height:1.2;color:#686868}@media (max-width:767px){.way-pay__row-item:hover .way-pay__row-item-hover{display:none}}.way-pay__row-item-img{margin-top:20px;margin-bottom:16px}.way-pay__row-item-img img{display:block;width:100%;height:100%}.way-pay__row-item-text{width:112px;text-align:center;font-size:16px;line-height:120%}.way-pay__footnote{font-size:14px;line-height:150%;color:#686868;width:650px}@media (max-width:767px){.way-pay__footnote{width:unset}}.way-pay__right{flex:0 0 290px}@media (max-width:991px){.way-pay__right{flex:unset}}.way-pay__right-img{margin-bottom:10px}.way-pay__right-text{font-size:16px;line-height:1.4;color:#222;max-width:290px}.way-pay__right-text a{color:#54a2c7}@media (max-width:767px){.way-pay__right-text{max-width:unset}}@media (max-width:767px){.way-pay__mobile{display:none;width:240px;max-width:240px;position:absolute;left:50%;transform:translateX(-50%);top:100px;padding:10px;border:1px solid #e2e2e2;border-radius:5px;background-color:#fff;z-index:1}.way-pay__mobile.open{display:block}.way-pay__mobile h4{font-weight:700;font-size:14px;line-height:1.2;color:#2b587a;margin-bottom:10px}}.timing{margin-bottom:70px}.timing__title{margin-bottom:25px}.timing__table{max-width:818px;width:100%}@media (max-width:1030px){.timing__table{margin-bottom:20px}}@media (max-width:560px){.timing__table{overflow-x:scroll}}.timing__table table,.timing__table tbody,.timing__table td,.timing__table tfoot,.timing__table th,.timing__table thead,.timing__table time,.timing__table tr,.timing__table tt{border:none;border-collapse:collapse;border-spacing:0;padding:1px 5px;box-sizing:border-box}.timing__table table{border-bottom:1px solid #e2e2e2}@media (max-width:560px){.timing__table table{width:600px}}.timing__table th{height:60px;color:#222;font-size:14px}.timing__table th:first-child{width:290px;text-align:left}.timing__table th:nth-child(2){width:250px}.timing__table th:nth-child(3){width:270px}.timing__table th+th{border-left:1px solid #e2e2e2;text-align:center}.timing__table tr td:first-child{color:#2b587a;font-weight:700;font-size:16px;line-height:1.3}.timing__table tr:nth-child(2n){background-color:#f8f8f8}.timing__table tr:nth-child(odd){background-color:#fff}.timing__table td{height:60px;text-align:left;font-size:14px;font-weight:400;color:#222}.timing__table td+td{border-left:1px solid #e2e2e2;text-align:center}.delivery-pay__timing-wrap{display:flex;justify-content:space-between}@media (max-width:1030px){.delivery-pay__timing-wrap{flex-direction:column}}.delivery-rus{max-width:818px;margin-bottom:50px}.delivery-rus__title{margin-bottom:22px}.delivery-rus__text p{font-size:16px;line-height:1.5;color:#6f6f6f}.delivery-rus__text p b{color:#222}.delivery-rus__text p+p{margin-top:30px}.news-page{margin-top:40px}@media (max-width:767px){.news-page{margin-top:10px}}.news-page__wrap{display:flex;justify-content:space-between;width:100%}.news-page__left{display:flex;flex-direction:column;width:255px}@media (max-width:991px){.news-page__left{display:none}}.news-page__left-top-block,.news-page__left-watch{display:flex;flex-direction:column;max-width:100%;padding:19px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:10px;margin-bottom:20px;background:#000}.news-page__left-title{font-size:16px;line-height:19px;color:#2b587a;margin-bottom:16px}.news-page__right{display:flex;flex-direction:column;width:895px;margin-left:20px}@media (max-width:1199px){.news-page__right{width:calc(100% - 275px)}}@media (max-width:991px){.news-page__right{margin-left:0;width:100%}}.news-page__date{font-size:14px;line-height:16px;text-align:center;color:#6f6f6f}.news-page__tiltle{font-weight:700;font-size:42px;line-height:49px;text-align:center;color:#2b587a;margin-top:11px;margin-bottom:21px}@media (max-width:767px){.news-page__tiltle{font-size:24px;line-height:28px}}.news-page__main-img{width:100%;border-radius:10px;overflow:hidden;margin-bottom:40px}@media (max-width:560px){.news-page__main-img{min-height:265px!important}}.news-page__main-img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-page__text p{font-size:18px;line-height:150%;color:#222}@media (max-width:991px){.news-page__text p{font-size:16px}}.news-page__social{justify-content:flex-start}.news-page__slider-wrapper{margin-bottom:45px}.news-page__slider{height:500px}.news-page__goods{position:relative;max-width:895px;margin:0 auto;flex-wrap:nowrap!important}.news-page__goods .good-item{max-width:none;padding:2px;margin:0;flex-shrink:0;flex-grow:0;flex-basis:auto}.news-page__goods .good-item:hover .good-item__hover{height:490px!important}@media (max-width:991px){.news-page__goods .good-item:hover .good-item__hover{height:auto}}@media (max-width:767px){.news-page__goods .good-item:hover .good-item__type{flex-direction:row}}.news-page__goods .good-item:hover .good-item__picture{width:100%!important}.news-page__goods .good-item:hover .good-item__button-fake{text-decoration:none}@media (max-width:767px){.news-page__goods .good-item .good-item__type{flex-direction:row}}.news-page__goods .good-item>div{width:100%}.news-page__goods .good-item__hover{position:relative!important;max-width:100%!important;width:100%!important;padding:2px!important;left:0!important;box-shadow:none!important;border:1px solid transparent}.news-page__goods .good-item__picture{width:100%}.news-page__next,.news-page__prev{bottom:-30px;left:auto;top:auto;transform:translateY(0)}.news-page__next{right:0}.news-page__prev{right:50px}.news-page__pagination{bottom:-17px;z-index:-1}.advice{display:flex;margin-top:69px;margin-bottom:60px}@media (max-width:991px){.advice{flex-direction:column;margin:40px 0}}.advice__left{display:flex;flex-direction:column;width:402px;margin-right:44px}@media (max-width:991px){.advice__left{width:100%;margin-right:0;margin-bottom:20px}}.advice__left p{font-size:16px;line-height:1.5;color:#222}.advice__left p+p{margin-top:20px}.advice__right{max-width:413px}@media (max-width:991px){.advice__right{width:100%;display:flex}}.advice__right p{font-size:16px;line-height:1.6;color:#686868}.advice__right p+p{margin-top:20px}.advice__icon{display:flex;margin-bottom:0;margin-right:10px;width:50px;height:50px;background-color:#d2f1ff;border-radius:10px;background-position:50%;float:left;background-repeat:no-repeat}.description h3{font-weight:700;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:15px}.description p{font-size:16px;line-height:1.5;color:#222}.description p+p{margin-top:25px}.description .k1-article-goods-slider{margin-bottom:50px}.left-watch__title{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:16px}.categories__list{display:flex;flex-direction:column;padding-left:42px;margin-bottom:14px}.categories__list-item{font-size:14px;line-height:260%;color:#686868;position:relative}.categories__list-item--sale{color:#fa7272}.left-news__list{display:flex;flex-direction:column}.left-news__list .list-item__title{font-weight:500}.left-news__list .list-item__text,.left-news__list .list-item__title{font-size:14px;line-height:120%;color:#686868}.left-news__list-item{padding-top:20px;border-top:1px solid #dadada;margin-bottom:14px}.left-news__list-item .block-top{display:flex;align-items:center;margin-bottom:10px}.left-news__list-item .block-top img{width:60px;height:40px;border-radius:5px;margin-right:9px}.left-watch__list{display:flex;flex-direction:column}.left-watch__item{display:flex}.left-watch__item:not(:first-child){padding-top:20px}.left-watch__item:not(:last-child){padding-bottom:20px;border-bottom:1px solid #dadada}.left-watch__item img{width:60px;height:42px;margin-right:9px}.left-watch__item p{font-weight:700;font-size:14px;line-height:120%;color:#2b587a}.switch{margin-bottom:30px}.switch,.switch span{display:flex;justify-content:center}.switch span{align-items:center;font-size:10px;line-height:12px;text-transform:uppercase;box-sizing:border-box;border-radius:4px}.switch__news{margin-right:5px;width:61px}.switch__article,.switch__news{height:20px;color:#686868;border:1px solid #acacac}.switch__article{width:49px}.switch__active{color:#fff;background-color:#54a2c7;border-color:#54a2c7}.description__slider{margin-bottom:40px}.description__slider .card__item:hover{max-width:inherit;width:inherit;padding:0;position:static;top:0;left:0;z-index:inherit;background:inherit;box-shadow:none;border-radius:0}.description__slider .slick-arrow{position:absolute;bottom:0;margin:-15px 0 0;z-index:2;font-size:0;width:40px;height:40px;transform:translateY(590%)}.description__slider .slick-arrow.slick-next{right:10px;background-repeat:no-repeat;background-position:50%;background-size:cover}.description__slider .slick-arrow.slick-next:before{content:""}.description__slider .slick-arrow.slick-prev{left:auto;right:60px;background-repeat:no-repeat;background-position:50%;background-size:cover}.description__slider .slick-arrow.slick-prev:before{content:""}.description__slider .slick-dots{bottom:-30px}.description__slider .slick-dots li{width:6px;height:6px;padding:0;cursor:pointer}.description__slider .slick-dots li.slick-active button:before{background:#ed8b88;opacity:1}.description__slider .slick-dots button{font-size:0;line-height:0;display:block;color:transparent;border:0;outline:none;background:transparent;cursor:pointer}.description__slider .slick-dots button:before{content:"";opacity:1;display:block;position:unset;width:6px;height:6px;background:linear-gradient(0deg,#bebebe,#bebebe),linear-gradient(0deg,#c4c7e6,#c4c7e6),#c4c7e6;border-radius:100%}.description-img-spec{width:285px;height:425px;border-radius:10px;cursor:pointer}.inference{display:flex;flex-direction:column;font-size:16px;line-height:150%;color:#222;margin-bottom:20px}.inference h3{font-weight:700;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:15px}.inference ul{margin-left:50px;margin-bottom:20px}@media (max-width:767px){.inference ul{margin-left:0}}.inference ul li{max-width:660px;margin-left:40px;margin-bottom:24px;position:relative}@media (max-width:767px){.inference ul li{max-width:90%;width:100%}}.inference ul li:before{position:absolute;content:"";width:16px;height:16px;top:4px;left:-40px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.589 0 0 3.589 0 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8zm4.055 6.305L7.72 10.638a.665.665 0 01-.942 0L4.612 8.47a.666.666 0 11.943-.942L7.25 9.224l3.862-3.862a.666.666 0 11.943.943z' fill='%2354A2C7'/%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:contain}.inference p+p,.inference p+ul,.inference ul+p{margin-top:20px}.new-viewed{padding:100px 0}.new-viewed__top{margin-bottom:16px}.new-viewed__top img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.new-viewed__item-title{display:block;width:100%;height:38px;margin-bottom:20px;font-weight:700;font-size:16px;line-height:19px;color:#2b587a}.new-viewed__item-title:hover{text-decoration:none}.new-viewed__item-text{font-weight:400;font-size:14px;line-height:120%;color:#686868;max-height:85px;overflow:hidden}.new-viewed__item-link{font-weight:400;font-size:14px;line-height:200%;color:#2b587a}.new-viewed .swiper-pagination{bottom:-40px}.new-viewed .slider-arrow.arrow-left{left:-5px}@media (max-width:991px){.new-viewed .slider-arrow.arrow-left{left:0}}@media (max-width:767px){.new-viewed .slider-arrow.arrow-left{display:none}}.new-viewed .slider-arrow.arrow-right{right:-5px}@media (max-width:991px){.new-viewed .slider-arrow.arrow-right{right:0}}@media (max-width:767px){.new-viewed .slider-arrow.arrow-right{display:none}}.articles-list{display:flex;justify-content:flex-start;flex-wrap:wrap;width:100%;margin:0 -10px 60px}@media (max-width:767px){.articles-list{margin:0 0 40px}}.articles-list__filter{background-color:#fff!important;padding-left:0;padding-right:0}@media (max-width:767px){.articles-list__filter{overflow-x:scroll}.articles-list__filter::-webkit-scrollbar{width:0}.articles-list__filter form{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.articles-list__filter-items .bx-filter-parameters-box-title{display:none}.articles-list__filter-items .flex-body{justify-content:flex-start}.articles-list__filter-items .checkbox{width:-webkit-max-content;width:-moz-max-content;width:max-content;background:#fff;border:1px solid #acacac;border-radius:4px;height:30px;margin:0 5px 0 0;position:relative;padding:7px;transition:background-color .3s linear,border-color .3s linear}.articles-list__filter-items .checkbox:hover{background-color:#54a2c7;border-color:#54a2c7}.articles-list__filter-items .checkbox:hover .bx-filter-param-text{color:#fff}.articles-list__filter-items .checkbox.select{background-color:#54a2c7;border-color:#54a2c7}.articles-list__filter-items .checkbox.select .bx-filter-param-text{color:#fff}.articles-list__filter-items .checkbox label{display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-left:0;min-height:auto}.articles-list__filter-items .checkbox label .bx-filter-input-checkbox{display:flex;align-items:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}.articles-list__filter-items .checkbox label .bx-filter-input-checkbox input{position:absolute;top:0;left:0;width:0;height:0}.articles-list__filter-items .checkbox .bx-filter-param-text{font-size:14px;line-height:16px;color:#686868;transition:color .3s linear}@media (max-width:767px){.articles-list__filter-items .checkbox .bx-filter-param-text{white-space:nowrap}}.articles-list__filter-buttons{display:none}.articles-list__top-title{margin-top:0}@media (max-width:767px){.articles-list__top-title{margin-top:10px}}.articles-item{flex:0 1 calc(25% - 20px);margin:0 10px 45px;display:flex;flex-direction:column;height:393px}@media (max-width:991px){.articles-item{flex:0 1 calc(33.33333% - 20px)}}@media (max-width:767px){.articles-item{flex:0 1 calc(50% - 20px)}}@media (max-width:560px){.articles-item{flex:0 1 100%;margin:0 0 30px;height:auto}}.articles-item:hover .articles-item__btn{cursor:pointer;text-decoration:none;opacity:1}.articles-item__img{margin-bottom:16px;height:199px;border-radius:10px;overflow:hidden;border:none}.articles-item__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:none;outline:none}.articles-item__title{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:10px;min-height:38px;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical}.articles-item__title:hover{text-decoration:none}@media (max-width:560px){.articles-item__title{font-weight:700;min-height:unset}}.articles-item__text{font-size:14px;line-height:150%;color:#686868;margin-bottom:19px;height:82px;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;box-orient:vertical}@media (max-width:560px){.articles-item__text{margin-bottom:0;height:auto;overflow:hidden}}.articles-item__btn{display:flex;opacity:0;justify-content:center;align-items:center;min-width:120px;max-width:120px;min-height:33px;max-height:33px;background-color:#fff;transition:opacity .2s linear}@media (max-width:560px){.articles-item__btn{display:none}}.articles-item-spec{height:373px;max-height:393px;background-position:0 0;background-repeat:no-repeat;background-size:contain}@media (max-width:560px){#pagination-container.articles-pagination .pagination-load-more{margin:0 auto 30px}#pagination-container.articles-pagination .bx-pagination ul li.bx-pag-next,#pagination-container.articles-pagination .bx-pagination ul li.bx-pag-prev{max-width:40px;width:40px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.848 8.736L.993 5.374a1.218 1.218 0 010-1.581L3.848.431A1.221 1.221 0 115.71 2.012L3.526 4.584l2.184 2.57a1.222 1.222 0 01-1.862 1.582z' fill='%232B587A'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:6px;padding:10px}#pagination-container.articles-pagination .bx-pagination ul li.bx-pag-next{transform:rotate(180deg)}#pagination-container.articles-pagination .bx-pagination ul li.bx-pag-next span,#pagination-container.articles-pagination .bx-pagination ul li.bx-pag-prev span{display:none}}.pagination-load-more{font-size:16px;line-height:19px;color:#2b587a!important;text-align:center;max-width:282px;width:100%;margin:0 auto 50px;padding:15px 0;border:1px solid #2b587a!important;background-color:#fff!important;border-radius:5px;transition:color .3s linear,background-color .3s linear}.pagination-load-more:hover{cursor:pointer;color:#fff!important;background-color:#2b587a!important}.bx-pagination.bx-blue .bx-pagination-container ul,.bx-pagination .bx-pagination-container ul{display:flex;justify-content:center;align-items:center}.bx-pagination.bx-blue .bx-pagination-container ul li,.bx-pagination .bx-pagination-container ul li{display:block;width:40px;height:40px;border:1px solid #dbdbdb;border-radius:5px;background-color:#fff;transition:border-color .3s linear;overflow:hidden}.bx-pagination.bx-blue .bx-pagination-container ul li:hover,.bx-pagination .bx-pagination-container ul li:hover{border-color:#2b587a}.bx-pagination.bx-blue .bx-pagination-container ul li a,.bx-pagination .bx-pagination-container ul li a{width:100%;height:100%}.bx-pagination.bx-blue .bx-pagination-container ul li a span,.bx-pagination.bx-blue .bx-pagination-container ul li span,.bx-pagination .bx-pagination-container ul li a span,.bx-pagination .bx-pagination-container ul li span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:none;background:transparent;border-radius:0;padding:0;color:#2b587a;line-height:19px;font-size:16px;transition:background .3s linear}.bx-pagination.bx-blue .bx-pagination-container ul li a span:hover,.bx-pagination.bx-blue .bx-pagination-container ul li span:hover,.bx-pagination .bx-pagination-container ul li a span:hover,.bx-pagination .bx-pagination-container ul li span:hover{border:none;background:transparent;outline:none}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev,.bx-pagination .bx-pagination-container ul li.bx-pag-next,.bx-pagination .bx-pagination-container ul li.bx-pag-prev{padding:10px 25px;width:auto}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next:hover a span,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next:hover span,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev:hover a span,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover span{color:#2b587a}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a,.bx-pagination .bx-pagination-container ul li.bx-pag-next a,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a{display:block;width:100%;height:100%;line-height:19px}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{display:flex;justify-content:center;align-items:center;border:none;padding:0;line-height:19px;font-size:16px;color:#2b587a}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span .triangle,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span .triangle,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span .triangle,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .triangle{display:block;width:5px;min-width:1px;height:9px;background-color:transparent;position:relative}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span .triangle:after,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span .triangle:before,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span .triangle:after,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span .triangle:before,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span .triangle:after,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span .triangle:before,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span .triangle:after,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .triangle:before{position:absolute;content:"";display:block;width:7px;height:3px;border-radius:2px;background-color:#2b587a;top:50%;left:0}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span .triangle,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .triangle{margin-left:6px}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span .triangle:before,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .triangle:before{transform-origin:right center;transform:translateY(0) rotate(50deg)}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next a span .triangle:after,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-next span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .triangle:after{transform-origin:right center;transform:translateY(-50%) rotate(-50deg)}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span .triangle,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span .triangle,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .triangle{margin-right:7px;top:1px}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span .triangle:before,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span .triangle:before,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .triangle:before{transform-origin:left center;transform:translateY(-3px) rotate(50deg)}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev a span .triangle:after,.bx-pagination.bx-blue .bx-pagination-container ul li.bx-pag-prev span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span .triangle:after,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .triangle:after{transform-origin:left center;transform:translateY(-50%) rotate(-50deg)}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active,.bx-pagination .bx-pagination-container ul li.bx-active{border-color:#2b587a;background:#2b587a}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,.bx-pagination .bx-pagination-container ul li.bx-active span{background:#2b587a;color:#fff}.advantages-card{background-color:#54a2c7;border-radius:10px;overflow:hidden;height:373px;display:block}.advantages-card:hover{text-decoration:none}.advantages-card__picture{position:relative}.advantages-card__text{font-weight:700;font-size:20px;line-height:23px;color:#fff;padding-left:20px;position:relative;top:-6px;margin-bottom:4px}.advantages-card-item{width:100%;min-height:120px;border-radius:25px;overflow:hidden;align-items:flex-start;padding-top:10px}.advantages-card-item:nth-child(2){top:-30px}.advantages-card-item:nth-child(3){top:-60px}.advantages-card-item:nth-child(4){top:-90px}.advantages-card-item:nth-child(5){top:-120px}.advantages-card-item:nth-child(6){top:-150px}.advantages-card-item:nth-child(7){top:-180px}.advantages-card-item+.advantages-card-item{position:relative}.advantages-card-item__content{width:100%;justify-content:space-between;padding-left:20px;padding-right:25px}.advantages-card-item__picture{width:70px;height:65px}.advantages-card-item__picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.advantages-card-item__text{font-weight:700;font-size:18px;line-height:21px;color:#fff;max-width:145px}.catalog-section{align-items:flex-start;justify-content:space-between}@media (max-width:991px){.catalog-section.main-catalog{flex-direction:column}.catalog-section.main-catalog .aside__block,.catalog-section.main-catalog .catalog-products-viewed.bx-blue,.catalog-section.main-catalog .drop-menu__couter.banner-test{display:none}}.catalog-section__aside{flex:0 0 255px;max-width:255px;width:100%;margin-right:20px}@media (max-width:991px){.catalog-section__aside{max-width:unset;flex:unset;margin-right:0}}.catalog-section__goods{flex:1 1 auto}@media (max-width:767px){.catalog-section__goods{width:100%}}.catalog-section__list{flex:1 1 100%}@media (max-width:991px){.section-goods__title{display:none}}.section-goods__title-mobile{display:none}@media (max-width:991px){.section-goods__title-mobile{display:block;margin-bottom:20px}}.section-goods__mobile-filter{display:none}@media (max-width:991px){.section-goods__mobile-filter{cursor:pointer;display:flex;align-items:center}.section-goods__mobile-filter svg{margin-right:10px}.section-goods__mobile-filter span{font-size:16px;color:#686868}.section-goods__mobile-filter span.count.show{position:relative;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;background:#fa7272;border-radius:100%;font-weight:400;font-size:12px;line-height:20px;color:#fff}.section-goods__mobile-filter span.count.hidden{display:none}}.section-goods__sorting{margin-bottom:25px}@media (max-width:991px){.section-goods__sorting{display:flex;align-items:center;justify-content:space-between}.section-goods__sorting .k1-sorting__sort-title{display:none}}.section-goods__description{font-size:16px;line-height:1.5;color:#686868;margin-bottom:13px}@media (max-width:991px){.section-goods__description{/*display:none*/}}.section-goods__top-box{justify-content:space-between;margin-bottom:10px}.section-goods__discounts-filter{justify-content:flex-end}@media (max-width:991px){.section-goods__discounts-filter{display:none}}.section-goods__discounts-value{width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #ff6c81;color:#ff6c81;font-weight:700;font-size:14px;line-height:16px;transition:color .3s linear,background-color .3s linear}.section-goods__discounts-value:hover{cursor:pointer;background-color:#ff6c81;color:#fff}.section-goods__discounts-value.active{background-color:#ff6c81;color:#fff}.section-goods__discounts-value+.section-goods__discounts-value{margin-left:5px}.filter-mobile{display:none;width:100%;height:100%;background:rgba(0,0,0,.5019607843137255);position:fixed;left:50%;transform:translateX(-50%);bottom:-200%;z-index:99999}@media (max-width:991px){.filter-mobile .filter-mobile__top{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:14px 0;border-top:1px solid #e2e2e2;position:relative;font-weight:500;font-size:16px;color:#222}}.filter-mobile.open{display:flex;align-items:flex-end;bottom:0}.filter-mobile.open .filter-mobile__wrap{bottom:0}.filter-mobile__wrap{position:relative;width:100%;transition:bottom .4s linear;padding:15px 20px 0;max-height:495px;background:#fff;border-radius:20px 20px 0 0;overflow-y:auto}.filter-mobile__wrap::-webkit-scrollbar{width:0}.filter-mobile__preloder{display:none}.filter-mobile__preloder.open{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filter-mobile__count{display:none;width:18px;height:18px;align-items:center;justify-content:center;background:#fa7272;border-radius:100%;margin-left:5px;font-weight:400;font-size:12px;line-height:20px;color:#fff}.filter-mobile__count.visible{display:flex}.filter-mobile__list{display:flex;flex-direction:column}.filter-mobile__list.prelod{filter:blur(1px)}.filter-mobile__top{display:none}.filter-mobile__top:before{content:"";display:none;width:12px;height:10px;position:absolute;top:22px;right:4px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.348l3.072 2.609L8.549.347a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:10px}@media (max-width:991px){.filter-mobile__top:before{display:block}}.filter-mobile__title{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:30px}.filter-mobile__title div{font-weight:500;font-size:22px;line-height:26px;color:#2b587a}.filter-mobile__close{cursor:pointer;display:block;width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1634_24266)' fill='%232B587A'%3E%3Cpath d='M.826 16a.823.823 0 01-.582-1.406L14.597.241a.823.823 0 111.165 1.164L1.408 15.76A.825.825 0 01.826 16z'/%3E%3Cpath d='M15.18 16a.816.816 0 01-.582-.242L.244 1.405A.823.823 0 011.408.241l14.354 14.353A.823.823 0 0115.18 16z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1634_24266'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:16px}.filter-mobile__box{display:flex;align-items:center;justify-content:space-between;margin:30px 0}.filter-mobile__btn{cursor:pointer;width:calc(50% - 10px);display:flex;align-items:center;justify-content:center;padding:10px;border-radius:5px;font-weight:400;font-size:16px;line-height:20px;color:#fff;border:1px solid #fa7272;background:#fa7272}.filter-mobile__btn.clear{border:1px solid #2b587a;background:#fff;color:#2b587a}@media (max-width:991px){.k1-filter .filter-mobile .k1-filter__box{padding:0}.k1-filter .filter-mobile .k1-filter__box.open .filter-mobile__top{color:#2b587a}.k1-filter .filter-mobile .k1-filter__box.open .bx-filter-parameters-box-container{display:block}.k1-filter .filter-mobile .k1-filter__box.open .k1-filter__track{padding:25px 10px}.k1-filter .filter-mobile .k1-filter__checkboxes-body>.checkbox{flex:0 0 100%;width:100%}.k1-filter .filter-mobile .k1-filter__checkbox{padding-left:0;width:100%;flex:0 0 100%}.k1-filter .filter-mobile .k1-filter__checkbox:before{width:20px;height:20px;left:unset;right:0}.k1-filter .filter-mobile .k1-filter__checkbox:after{left:unset;right:5px}.k1-filter .filter-mobile__wrap .k1-filter__checkbox-title{display:none}.k1-filter .filter-mobile__wrap .k1-filter__checkbox-title span{font-weight:500;font-size:16px;color:#222}.k1-filter .filter-mobile__wrap .k1-filter__box .bx-filter-parameters-box-container{display:none}}.section-list{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-bottom:45px}@media (max-width:1199px){.section-list.section-goods__list.main-catalog-section,.section-list.section-goods__list.main-search-section{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width:767px){.section-list.section-goods__list.main-catalog-section,.section-list.section-goods__list.main-search-section{max-width:100%;width:100%;display:flex;align-items:stretch;justify-content:space-between;grid-template-columns:unset;gap:unset}}@media (max-width:767px){.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-next,.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-prev{position:relative;padding:0;width:60px;height:40px}.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-next:before,.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-prev:before{content:"";display:block;width:8px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.152 9.153l2.856-3.362a1.218 1.218 0 000-1.581L2.152.848A1.221 1.221 0 10.291 2.429L2.474 5 .291 7.572a1.222 1.222 0 001.861 1.582z' fill='%232B587A'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:6px}.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-prev:before{transform:translate(-50%,-50%) rotate(-180deg)}.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-next a span,.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-next span,.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.main-catalog .bx-pagination .bx-pagination-container ul li.bx-pag-prev span{display:none}}.good-item,.plug-card-js{flex:0 1 calc(33.3333% - 13.33px)}.good-item{margin-right:20px;margin-bottom:20px;border-radius:10px;height:425px;max-width:285px}@media (max-width:1199px){.good-item{max-width:235px;height:auto;margin-right:0;margin-bottom:0}}@media (max-width:767px){.good-item{flex:unset;max-width:calc(50% - 5px);width:auto;height:auto;margin-bottom:15px}}.good-item__picture--preview{width:100%;height:100%}.good-item .advantages-card{height:425px;position:relative;z-index:3}@media (max-width:1199px){.good-item .advantages-card{max-height:470px;height:100%}}@media (max-width:767px){.good-item .advantages-card{max-height:unset;height:330px}.good-item .advantages-card .advantages-card__text{font-weight:700;font-size:14px;text-align:center;line-height:16px;top:0;padding:0;margin:0}}.good-item .advantages-card__picture{margin:10px 0 20px}@media (max-width:767px){.good-item .advantages-card__picture{margin:10px 0 0}.good-item .advantages-card__picture img{height:60px}}.good-item .advantages-card__items{position:relative;bottom:-20px}@media (max-width:767px){.good-item .advantages-card__items{bottom:-10px}.good-item .advantages-card__items .advantages-card-item__picture{width:55px;height:50px}.good-item .advantages-card__items .advantages-card-item__text{font-weight:700;font-size:14px;line-height:16px}.good-item .advantages-card__items .advantages-card-item__content{padding:0 10px}.good-item .advantages-card__items .advantages-card-item__picture{margin-right:10px}.good-item .advantages-card__items .advantages-card-item:nth-child(2){top:-50px}.good-item .advantages-card__items .advantages-card-item:nth-child(3){top:-96px}}.good-item.last{margin-right:0}.good-item.can-hover:hover{position:relative}.good-item.can-hover:hover .good-item__name{color:#54a2c7}.good-item.can-hover:hover .good-item__picture{height:199px}@media (max-width:767px){.good-item.can-hover:hover .good-item__picture{height:auto}}.good-item.can-hover:hover .good-item__hover{box-shadow:0 4px 14px 0 rgba(0,0,0,.15);position:absolute;top:0;left:-20px;border-radius:10px;background-color:#fff;width:325px;height:523px;padding:0 20px 20px;z-index:4}@media (max-width:1199px){.good-item.can-hover:hover .good-item__hover{width:calc(100% + 40px)}}@media (max-width:767px){.good-item.can-hover:hover .good-item__hover{box-shadow:unset;position:unset;top:unset;left:unset;border-radius:unset;background-color:unset;padding:unset;z-index:unset;width:100%;height:auto}}.good-item.can-hover:hover .good-item__hover .good-item__picture{width:285px}@media (max-width:1199px){.good-item.can-hover:hover .good-item__hover .good-item__picture{width:100%}}.good-item.can-hover:hover .good-item__hover .good-item__button{height:auto;display:block}@media (max-width:767px){.good-item.can-hover:hover .good-item__hover .good-item__button{display:none}}.good-item.can-hover:hover .good-item__tools{display:block;opacity:1}.good-item__hover{transition:transform .1s linear,width .1s linear,height .1s linear}.good-item__picture{height:199px;width:100%;margin-bottom:10px;position:relative}.good-item__picture a{height:100%;display:block}@media (max-width:767px){.good-item__picture a{position:relative;z-index:5}}.good-item__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:1199px){.good-item__picture img{-o-object-fit:contain;object-fit:contain}}@media (max-width:767px){.good-item__picture img{display:block}}.good-item__picture--modal{display:none}@media (max-width:767px){.good-item__picture{min-height:154px;height:auto}.good-item__picture .picture-zoom{pointer-events:none;display:none}}.good-item__rating{position:absolute;right:10px;top:30px;height:26px;justify-content:flex-end;padding:5px;background-color:#fff;border-radius:5px}@media (max-width:767px){.good-item__rating{top:10px;z-index:10}}.good-item__rating-icon{width:18px;height:15px;display:block;flex-shrink:0}.good-item__rating-icon.colored svg{fill:#54a2c7}@media (max-width:767px){.good-item__rating-icon{display:flex;align-items:center;justify-content:center}}.good-item__rating-icon svg{display:block;width:20px;height:18px;fill:transparent;stroke:#54a2c7}.good-item__rating-value{line-height:16px;font-size:14px;color:#686868;margin-left:5px;position:relative;top:2px}.good-item__tools{position:absolute;right:10px;top:60px;display:none;opacity:0}@media (max-width:767px){.good-item__tools{opacity:1;display:block;top:40px;z-index:10}}.good-item__tools-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:3px;background-color:hsla(0,0%,100%,.4392156862745098);border-radius:3px}.good-item__tools-icon.k1-in-favorite svg{height:16px;fill:#fa7272;stroke:#fa7272;fill:transparent;stroke-width:2.5px}.good-item__tools-icon.k1-in-compare svg{fill:#fa7272!important;stroke:#fa7272!important}@media (min-width:600px){.good-item__tools-icon:hover{cursor:pointer}.good-item__tools-icon:hover.good-item__compare svg{fill:rgba(250,114,114,.6784313725490196);stroke:rgba(250,114,114,.6784313725490196)}.good-item__tools-icon:hover.good-item__favorite svg{stroke:#fa7272}}.good-item__tools-icon+.good-item__tools-icon{margin-top:5px}.good-item__tools-icon svg{display:block;width:18px;height:15px;stroke:#a6a5a5;fill:transparent}@media (max-width:767px){.good-item__tools-icon{cursor:pointer;width:30px;height:30px}}.good-item__compare-modal,.good-item__favorite-modal{display:none}@media (max-width:767px){.good-item__info{display:flex;flex-direction:column}}.good-item__compare svg{fill:#a6a5a5}.good-item__top{position:absolute;top:30px;left:10px}@media (max-width:767px){.good-item__top{top:10px;z-index:10}}.good-item__hit{background:#2b587a;margin-bottom:8px}.good-item__discount,.good-item__hit{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:16px;line-height:19px;color:#fff}.good-item__discount{background:#ff6c81}.good-item__type{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}@media (max-width:1199px){.good-item__type{flex-wrap:wrap;max-height:30px;overflow:hidden;align-items:flex-start;margin-bottom:0}}@media (max-width:767px){.good-item__type{flex-direction:column;overflow:unset;max-height:unset}}.good-item__type-item{cursor:pointer;display:block;margin-right:5px;white-space:nowrap;padding:5px 5px 3px;background:#fff;border:1px solid #acacac;border-radius:4px;font-size:10px;line-height:12px;text-transform:uppercase;color:#686868}.good-item__type-item:hover{background:#54a2c7;border:1px solid #54a2c7;color:#fff}.good-item__type-item:last-child{margin-right:0}@media (max-width:1199px){.good-item__type-item,.good-item__type-item:last-child{margin-bottom:10px}}@media (max-width:767px){.good-item__type-item{margin-bottom:5px}}.good-item__name{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;text-transform:uppercase;transition:color .3s linear;height:38px;-webkit-line-clamp:2;line-clamp:2}.good-item__description,.good-item__name{margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical}.good-item__description{height:67px;-webkit-line-clamp:4;line-clamp:4;font-size:14px;line-height:1.2;color:#686868}@media (max-width:1199px){.good-item__description{height:50px;line-clamp:3;-webkit-line-clamp:3}}@media (max-width:767px){.good-item__description{display:none}}.good-item__controls{display:flex;flex-wrap:wrap;align-items:center}@media (max-width:767px){.good-item__controls{align-items:center;justify-content:flex-start}}.good-item__sku{color:#969696;font-size:14px;line-height:2;margin-right:9px;order:1}@media (max-width:360px){.good-item__sku{margin-right:5px;margin-bottom:5px}}@media (max-width:991px){.good-item__sku .product-item-scu-name{display:none}}.good-item__sku .product-item-scu-container{display:flex;justify-content:flex-start;align-items:center}.good-item__sku .product-item-scu-item-text{line-height:26px;min-height:26px}@media (max-width:767px){.good-item__sku .product-item-scu-item-text{line-height:normal;font-size:16px;padding:10px;min-height:unset}}.good-item__sku .product-item-scu-item-list{overflow-y:scroll;max-height:200px}@media (max-width:991px){.good-item__sku .product-item-scu-item-list{max-height:100px}}@media (max-width:767px){.good-item__sku .product-item-scu-item-list{display:flex;flex-direction:column;width:80%;max-height:55%!important;background:#fff;overflow-y:scroll;border-radius:15px}.good-item__sku .product-item-scu-item-list li{padding:0;border-bottom:1px solid #cdcdcd}.good-item__sku .product-item-scu-item-list li:last-child{border-bottom:none}.good-item__sku .product-item-scu-item-list li.selected .product-item-scu-item-text{color:#54a2c7!important}}.good-item__sku-block{display:flex;align-items:center;justify-content:flex-start;position:relative;background:#fff;margin-left:4px;overflow:hidden}@media (max-width:767px){.good-item__sku-block{margin-left:unset}}.good-item__sku-title{padding-right:20px;padding-left:5px;color:#686868;border:1px solid #dadada;border-radius:5px;line-height:24px;min-height:26px}.good-item__sku-title:hover{cursor:pointer}.good-item__sku-title.opened{border-radius:5px 5px 0 0;border-bottom:1px solid transparent}@media (max-width:767px){.good-item__sku-title.opened{border-radius:5px;border:1px solid #dadada}}.good-item__sku-list{width:100%;max-height:0;overflow:hidden;transition:max-height .3s linear;position:absolute;top:100%;left:0;color:#686868;border-radius:0 0 5px 5px;border:1px solid #dadada;border-top:none;background-color:#fff}@media (max-width:991px){.good-item__sku-list{z-index:100}}@media (max-width:767px){.good-item__sku-list{transition:none;border-color:transparent}.good-item__sku-list.opened{display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;z-index:100001;width:100vw;height:100%;max-height:100%!important;border-radius:5px;background-color:rgba(0,0,0,.47058823529411764)}}.good-item__sku-list li{padding-left:5px;transition:color .3s linear}@media (max-width:767px){.good-item__sku-list li{font-size:16px;line-height:normal;padding:10px}}.good-item__sku-list li:hover{color:#2b587a;cursor:pointer;background:rgba(238,236,239,.3764705882352941)}.good-item__sku-list li:hover .product-item-scu-item-text{color:#54a2c7!important}.good-item__sku-list li.selected{background:transparent}.good-item__sku-list li.selected .product-item-scu-item-text{color:#54a2c7!important}.good-item__properties{order:2}.good-item__properties .card__height-img{display:none}@media (max-width:767px){.good-item__properties.card__height{display:flex;align-items:center;justify-content:center}.good-item__properties .card__height-top{display:none}.good-item__properties .card__height-bottom{white-space:nowrap;display:inline-block;line-height:18px}.good-item__properties .card__height-img{display:inline-flex;height:16px;margin-right:3px}}.good-item__properties-name{color:#969696}.good-item__price{order:3;width:100%;display:flex;align-items:center;margin-top:10px;margin-bottom:15px}.good-item__price--old{order:2;font-weight:300;font-size:16px;line-height:19px;text-decoration:line-through;color:#6f6f6f}.good-item__price--current{order:1;font-weight:700;font-size:20px;line-height:23px;color:#222}.good-item__price--current.colored{color:#ff6c81;margin-right:5px}.good-item__button{order:4;width:100%;overflow:hidden;display:none}@media (max-width:767px){.good-item__button{display:none!important}}.good-item__button a,.good-item__button a.btn.btn-link.btn-default{padding:8px 10px;width:100%;display:flex;justify-content:center;align-items:center;background-color:transparent;border-radius:5px;color:#2b587a;transition:color .3s linear,background-color .3s linear;border:1px solid #2b587a}.good-item__button a.btn.btn-link.btn-default:hover,.good-item__button a:hover{background-color:#2b587a;color:#fff}.good-item__button a.btn.btn-link.btn-default:hover svg,.good-item__button a:hover svg{fill:#fff}.good-item__button a.btn.btn-link.btn-default svg,.good-item__button a svg{width:20px;height:20px;fill:#2b587a;margin-right:9px;transition:fill .3s linear}.good-item__button .good-item__button-add,.good-item__link,.good-item__stats{display:none}.modal.modal-color-js{z-index:99999}.modal-color__bg{background-color:rgba(0,0,0,.6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow-y:scroll}@media (max-width:1600px){.modal-color__bg{display:block;align-items:unset;justify-content:unset}}.modal-color__wrap{position:relative;max-width:1030px;width:100%;height:865px;padding:40px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.15);border-radius:10px}@media (max-width:1600px){.modal-color__wrap{margin:40px auto}}@media (max-width:1199px){.modal-color__wrap{max-width:100%}}@media (max-width:991px){.modal-color__wrap{height:auto}}@media (max-width:767px){.modal-color__wrap{padding:20px}}.modal-color__close{cursor:pointer;width:20px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1791_831)' fill='%23A6A5A5'%3E%3Cpath d='M1.033 21.252c-.263 0-.527-.103-.727-.311a1.085 1.085 0 010-1.501L18.248.937a1.007 1.007 0 011.455 0 1.085 1.085 0 010 1.5L1.762 20.942a1.016 1.016 0 01-.729.311z'/%3E%3Cpath d='M18.976 21.252c-.263 0-.526-.103-.727-.311L.306 2.438a1.085 1.085 0 010-1.501 1.007 1.007 0 011.456 0L19.703 19.44a1.085 1.085 0 010 1.5 1.015 1.015 0 01-.727.312z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1791_831'%3E%3Cpath fill='%23fff' transform='translate(0 .626)' d='M0 0h20v20.626H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:20px;position:absolute;top:20px;right:20px}.modal-color__title{width:100%;font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:25px}.modal-color__product{display:flex;margin-bottom:25px}.modal-color__left img{max-width:90px;max-height:50px}.modal-color__right{margin-left:10px}.modal-color__subtitle{font-weight:700;font-size:16px;line-height:20px;color:#2b587a;margin-bottom:5px}.modal-color__price{display:flex;align-items:center}.modal-color__price-old{display:block;font-weight:300;font-size:16px;line-height:20px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f}.modal-color__price-current{display:block;font-weight:700;font-size:20px;line-height:24px;color:#ff6c81;margin-right:5px}.modal-color__tabs{margin-bottom:50px}.modal-color__tabs-head{display:flex;margin-bottom:25px}@media (max-width:767px){.modal-color__tabs-head{overflow-x:scroll;padding-bottom:10px;margin-bottom:10px}}.modal-color__tabs-item{cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:6px 28px;background:#fff;border-radius:5px;font-weight:400;font-size:14px;line-height:200%;margin-right:5px;border:1px solid #dadada;color:#969696}@media (max-width:767px){.modal-color__tabs-item{flex-shrink:0;padding:6px 10px}}.modal-color__tabs-item.open{border:1px solid #2b587a;color:#2b587a}.modal-color__tabs-body{display:none}.modal-color__tabs-body.open{display:block}.modal-color__tabs-des{width:100%;display:block;font-weight:400;font-size:14px;line-height:140%;color:#686868;margin-bottom:25px}.modal-color__tabs-row{display:grid;align-content:center;justify-items:center;grid-template-columns:repeat(7,1fr);grid-gap:30px}@media (max-width:991px){.modal-color__tabs-row{grid-template-columns:repeat(4,1fr);grid-gap:20px}}@media (max-width:767px){.modal-color__tabs-row{grid-template-columns:repeat(3,1fr)}}.modal-color__tabs-color{cursor:pointer;position:relative;width:110px;height:110px;border-radius:100%}@media (max-width:400px){.modal-color__tabs-color{width:75px;height:75px}}.modal-color__tabs-color span{display:none;background:hsla(0,0%,100%,.7);border-radius:10px;padding:6px 26px;font-size:12px;line-height:16px;text-align:center;color:#222}@media (max-width:767px){.modal-color__tabs-color span{padding:6px 10px}}.modal-color__tabs-color img{border-radius:100%;width:100%;height:100%}.modal-color__tabs-color:hover{width:unset;height:unset;border-radius:unset}.modal-color__tabs-color:hover span{display:block;width:170px;position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);z-index:11}@media (max-width:767px){.modal-color__tabs-color:hover span{width:150px}}.modal-color__tabs-color:hover img{display:block;max-width:unset;width:210px;height:210px;border-radius:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}@media (max-width:767px){.modal-color__tabs-color:hover img{width:170px;height:170px}}.modal-color__tabs-color.active{border:5px solid #2b587a;border-radius:100%}.modal-color__tabs-color.active img{border:5px solid #fff;border-radius:100%}.modal-color__tabs-color.active:hover,.modal-color__tabs-color.active:hover img{border:unset;border-radius:20px}.modal-color__btn{cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:center;padding:10px 28px;background:#2b587a;border:1px solid #2b587a;border-radius:5px;font-size:16px;line-height:19px;color:#fff;transition:color .3s,background .3s}.modal-color__btn:hover{background:#fff;color:#2b587a}.modal-catalog-preview{z-index:999}@media (max-width:991px){.modal-catalog-preview{z-index:99999}}.modal-catalog-preview .good-item{height:auto;max-width:none;margin:0}.modal-catalog-preview .good-item__name{height:auto;font-weight:700;font-size:24px;line-height:28px;color:#2b587a}.modal-catalog-preview .good-item__hover{display:flex;justify-content:space-between;align-items:center;padding:45px 50px 50px;height:auto}@media (max-width:991px){.modal-catalog-preview .good-item__hover{width:100%;flex-direction:column;padding:45px}}.modal-catalog-preview .good-item__picture--preview{display:none}.modal-catalog-preview .good-item__picture--modal{display:block;width:600px;height:420px}@media (max-width:991px){.modal-catalog-preview .good-item__picture--modal{width:100%;height:auto}}.modal-catalog-preview .good-item__info{flex:0 0 370px;padding-left:30px;border-left:1px solid #e2e2e2}@media (max-width:991px){.modal-catalog-preview .good-item__info{flex:unset;border-left:unset;padding-left:0}}.modal-catalog-preview .good-item__description{overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;box-orient:vertical;height:50px}.modal-catalog-preview .good-item__controls{padding-bottom:30px;border-bottom:1px solid #e2e2e2;margin-bottom:20px}.modal-catalog-preview .good-item__type{display:none}.modal-catalog-preview .good-item__price{margin-top:20px;margin-bottom:30px}.modal-catalog-preview .good-item__button{display:flex!important;align-items:center;margin-top:20px}.modal-catalog-preview .good-item__button .product-item-button-container{flex-basis:230px}.modal-catalog-preview .good-item__button .product-item-button-container a:hover{color:#fa7272;background-color:#fff}.modal-catalog-preview .good-item__button-fake{display:none}.modal-catalog-preview .good-item__button-add{display:block;max-width:230px;width:100%;background-color:#fa7272;color:#fff;padding:16px 10px;text-align:center;border-color:#fa7272;font-weight:700;font-size:16px;line-height:19px}.modal-catalog-preview .good-item__favorite-modal{margin-left:20px;display:block;width:40px;height:37px;padding:7px}.modal-catalog-preview .good-item__favorite-modal.k1-in-favorite svg{stroke:#fa7272;fill:#fa7272}.modal-catalog-preview .good-item__favorite-modal:hover{cursor:pointer}.modal-catalog-preview .good-item__favorite-modal:not(.k1-in-favorite):hover svg{stroke:#54a2c7}.modal-catalog-preview .good-item__favorite-modal svg{fill:#fff;stroke:#a6a5a5;width:100%;height:100%;display:block}.modal-catalog-preview .good-item__compare-modal{margin-left:20px;display:block;width:40px;height:37px;padding:7px}.modal-catalog-preview .good-item__compare-modal.k1-in-compare svg{stroke:#fa7272;fill:#fa7272}.modal-catalog-preview .good-item__compare-modal:hover{cursor:pointer}.modal-catalog-preview .good-item__compare-modal:hover svg{stroke:#54a2c7;fill:#54a2c7}.modal-catalog-preview .good-item__compare-modal svg{fill:#a6a5a5;stroke:#a6a5a5;width:100%;height:100%;display:block}.modal-catalog-preview .good-item__stats{display:block;height:auto;min-height:180px;margin-bottom:20px}.modal-catalog-preview .good-item__stat{display:flex;justify-content:flex-start;align-items:center;font-weight:500;font-size:14px;line-height:2;color:#686868}.modal-catalog-preview .good-item__stat+.good-item__stat{margin-top:10px}.modal-catalog-preview .good-item__link{display:block;max-width:340px;border:1px solid #dbdbdb;border-radius:5px;padding:10px}.modal-catalog-preview .good-item__link:hover{border:1px solid #2b587a;background-color:#2b587a}.modal-catalog-preview .good-item__link:hover a{color:#fff}.modal-catalog-preview .good-item__link a{display:block;text-align:center;font-size:16px;line-height:19px;color:#2b587a;text-decoration:none}.modal-catalog-preview .good-item__link a:hover{text-decoration:none}.modal-catalog-preview .good-item__rating{z-index:1;right:40px;top:-40px}@media (max-width:991px){.modal-catalog-preview .good-item__rating{top:40px}}.modal-catalog-preview .good-item__rating-icon{width:28px;height:27px}@media (max-width:991px){.modal-catalog-preview .good-item__rating-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px}.modal-catalog-preview .good-item__rating-icon svg{width:30px;height:25px}}.modal-catalog-preview .good-item__rating-value{font-size:18px;line-height:1.4;color:#686868}.modal-catalog-preview .good-item__top{left:0;top:-50px;z-index:1}@media (max-width:991px){.modal-catalog-preview .good-item__top{top:0}}.modal-catalog-preview .good-item__discount{width:105px;height:105px;font-weight:700;font-size:40px;line-height:47px}.modal-catalog-preview .good-item-picture__pagination{left:50%;bottom:0}.modal-catalog-preview .good-item-picture .picture-zoom{display:none!important}.modal-catalog-preview .modal__body{height:auto;min-height:660px}@media (max-width:1199px){.modal-catalog-preview .modal__body{width:100%;height:auto;min-height:unset}}@media (max-width:991px){.modal-catalog-preview .modal__body{width:100%;height:100%;overflow-y:scroll}}.modal-catalog-preview .modal__close{z-index:22}.modal-catalog-preview .good-item.swiper-slide{width:auto!important}.modal-catalog-preview .product-item-info-container{margin-bottom:0}.good-item-search:hover .good-item__link{display:flex}.good-item-search .good-item__name{min-height:38px;text-decoration:none}.good-item-search .good-item__price{margin-top:0;min-height:23px}.good-item-search .good-item__link{display:none;align-items:center;justify-content:center;max-width:340px;border:1px solid #2b587a;border-radius:5px}.good-item-search .good-item__link:hover{background:#2b587a}.good-item-search .good-item__link:hover a{color:#fff}.good-item-search .good-item__link:hover svg{fill:#fff}.good-item-search .good-item__link svg{width:20px;height:20px;fill:#2b587a;margin-right:8px}.good-item-search .good-item__link a{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:10px;justify-content:center;text-align:center;font-size:16px;line-height:20px;color:#2b587a;text-decoration:none}.good-item-search .good-item__link a img{margin-right:10px}.good-item-search .good-item__link a:hover{text-decoration:none}@media (max-width:991px){.good-item-search .good-item__link a{font-size:14px}}@media (max-width:767px){.good-item-search .good-item__link{display:none}}.good-element__top{align-items:flex-start;justify-content:space-between;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e2e2e2}@media (max-width:1199px){.good-element__top{padding-bottom:30px;margin:0 15px 30px}}@media (max-width:767px){.good-element__top{flex-direction:column;margin-bottom:0}}.good-element__pictures{flex:0 0 565px;max-width:565px;width:100%;position:relative}@media (max-width:1199px){.good-element__pictures{flex:unset;max-width:unset;width:50%}}@media (max-width:767px){.good-element__pictures{width:100%;padding-bottom:20px;margin-bottom:20px}}.good-element__rating{position:absolute;right:10px;top:30px;justify-content:flex-end;padding:5px;background-color:#fff;border-radius:5px;z-index:1}@media (max-width:991px){.good-element__rating{top:15px}}@media (max-width:767px){.good-element__rating{top:20px}}.good-element__rating-icon{width:28px;height:26px;display:block;flex-shrink:0}.good-element__rating-icon.colored svg{fill:#54a2c7}.good-element__rating-icon svg{display:block;width:100%;height:100%;fill:transparent;stroke:#54a2c7}@media (max-width:767px){.good-element__rating-icon svg{width:inherit;height:20px}}@media (max-width:767px){.good-element__rating-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}}.good-element__rating-value{line-height:20px;font-size:18px;color:#686868;margin-left:5px;position:relative;top:2px}@media (max-width:767px){.good-element__rating-value{font-size:14px}}.good-element__discount{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:105px;height:105px;background-color:#ff6c81;border-radius:50%;font-weight:700;font-size:40px;line-height:47px;color:#fff;z-index:1}@media (max-width:991px){.good-element__discount{width:70px;height:70px;font-size:25px}}@media (max-width:767px){.good-element__discount{width:50px;height:50px;font-size:16px;line-height:20px;top:10px;left:10px}}.good-element__slider-big-container{height:395px;width:100%}@media (max-width:767px){.good-element__slider-big-container{height:auto}}.good-element__slider-navigate{position:relative;min-height:68px}@media (max-width:767px){.good-element__slider-navigate{display:none}}.good-element__slider-navigate .slider-arrow.arrow-left.swiper-button-disabled,.good-element__slider-navigate .slider-arrow.arrow-right.swiper-button-disabled,.good-element__slider-pagination{display:none}@media (max-width:991px){.good-element__slider-pagination{display:block}}.good-element__slider-navigate-container{position:relative;max-width:403px;margin:0 auto}.good-element .slider-arrow.arrow-right{right:30px}.good-element .slider-arrow.arrow-left{left:30px}.good-element__slide-navigate.swiper-slide-thumb-active{border:1px solid #2b587a}.good-element__slide-big{display:flex;align-items:center;justify-content:center;position:relative}.good-element__slide-big:hover{cursor:zoom-in}.good-element__slide-big:hover:before{display:block}.good-element__slide-big:before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;background-image:url(/custom/img/icons/zoom.png);background-repeat:no-repeat;background-position:50%;background-size:60px 60px;display:none}.good-element__slide-big img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:1199px){.good-element__slide-big img{-o-object-fit:contain;object-fit:contain}}.good-element__info{padding-left:70px;flex:0 0 605px}@media (max-width:1199px){.good-element__info{flex:unset;max-width:unset;width:50%;padding-left:30px}}@media (max-width:767px){.good-element__info{width:100%;padding:0}}.good-element__name{font-weight:700;text-transform:uppercase;margin-bottom:5px}@media (max-width:767px){.good-element__name{display:none}}.good-element__preview-text{margin-bottom:20px}@media (max-width:767px){.good-element__preview-text{display:none}}.good-element__main-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media (max-width:991px){.good-element__main-stats{flex-wrap:wrap;margin-bottom:10px}}.good-element__main-stat{display:flex;justify-content:flex-start;align-items:center}@media (max-width:991px){.good-element__main-stat{width:50%;margin-bottom:10px}}@media (max-width:767px){.good-element__main-stat{width:unset}}@media (max-width:560px){.good-element__main-stat{width:50%}}.good-element__main-stat-picture{width:41px;height:42px;background-color:#f9f9f9;border-radius:5px;overflow:hidden;margin-right:11px}.good-element__main-stat-description{font-weight:500;font-size:12px;line-height:1.2}.good-element__main-stat-name{color:#969696}.good-element__main-stat-name.other{max-width:100px}.good-element__main-stat-value{color:#686868}.good-element__main-stat-value:first-letter{text-transform:uppercase}.good-element__price{margin-bottom:23px;display:flex;justify-content:flex-start;align-items:center}.good-element__price .product-item-detail-info-container{margin-bottom:0}.good-element__price-discount-info{font-size:18px;line-height:21px;margin-left:10px}@media (max-width:420px){.good-element__price-discount-info{font-size:16px;line-height:20px}}@media (max-width:370px){.good-element__price-discount-info{font-size:14px}}.good-element__price-time{margin-right:6px;color:#222}.good-element__price-discount{color:#ff6c81}.good-element__price-box{justify-content:flex-start}.good-element__price-old{order:2;font-weight:400;font-size:18px;line-height:21px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#9a9a9a}.good-element__price-current{order:1;margin-right:15px;font-weight:700;font-size:30px;line-height:35px;color:#222}.good-element__price-current.is-discount{color:#ff6c81}@media (max-width:767px){.good-element__price-current{margin-right:8px}}.good-element__sku{background:#f5fcff;border:1px solid #b6ddee;border-radius:10px;padding:10px 20px;margin-bottom:30px}.good-element__sku .flex-body{justify-content:flex-start}.good-element__sku .product-item-detail-info-container{display:flex;align-items:center;margin-bottom:0}.good-element__sku .product-item-detail-info-container+.product-item-detail-info-container{margin-left:30px}@media (max-width:1199px){.good-element__sku{padding:10px}.good-element__sku .flex-body{flex-wrap:wrap}.good-element__sku .product-item-detail-info-container{margin-bottom:10px;margin-right:20px}.good-element__sku .product-item-detail-info-container+.product-item-detail-info-container{margin-left:unset}.good-element__sku .product-item-detail-info-container:last-child{margin-right:0}}@media (max-width:991px){.good-element__sku .product-item-detail-info-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;font-weight:500;font-size:14px;margin-bottom:0;margin-right:0}.good-element__sku .product-item-detail-info-container+.product-item-detail-info-container{margin-left:unset;margin-top:20px}.good-element__sku .product-item-scu-container{width:100%}}@media (max-width:767px){.good-element__sku{margin:0 -15px 30px;border-radius:0;padding-bottom:30px}}.good-element__sku-block{max-width:178px;width:178px}@media (max-width:1199px){.good-element__sku-block{max-width:150px;width:150px}}@media (max-width:991px){.good-element__sku-block{max-width:100%;width:100%;margin-left:0}}.good-element__sku-title{background:#fff;border:1px solid #2b587a;border-radius:5px;padding:5px 15px;width:100%}.good-element__sku-title:hover{cursor:pointer}.good-element__sku-title.opened{border-radius:5px 5px 0 0;border-bottom:1px solid transparent}@media (max-width:767px){.good-element__sku-title.opened{border-radius:5px;border:1px solid #2b587a}}.good-element__sku-list{z-index:10;border-color:#2b587a;width:100%}@media (max-width:767px){.good-element__sku-list{transition:none;border-color:transparent}.good-element__sku-list.opened{display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100%;max-height:100%!important;border-radius:5px;background-color:rgba(0,0,0,.47058823529411764);z-index:100001}.good-element__sku-list.opened ul{display:flex;flex-direction:column;align-items:flex-start;width:80%;max-height:55%!important;background:#fff;overflow-y:scroll;border-radius:15px}.good-element__sku-list.opened ul li{width:100%;border-bottom:1px solid #cdcdcd}.good-element__sku-list.opened ul li .product-item-scu-item-text{font-size:16px;font-weight:400;line-height:normal;text-align:left;padding:10px}.good-element__sku-list.opened ul li:last-child{border-bottom:none}.good-element__sku-list.opened ul li.selected .product-item-scu-item-text{color:#54a2c7!important}}.good-element__sku-list ul{overflow-y:auto;max-height:350px;display:flex;flex-direction:column;align-items:flex-start}.good-element__sku-list li,.good-element__sku-list ul{padding:0;margin:0;border:none;outline:none}.good-element__sku-list li.product-item-scu-item-text-container,.good-element__sku-list ul.product-item-scu-item-text-container{width:100%}.good-element__sku-list li .product-item-scu-item-text-block,.good-element__sku-list ul .product-item-scu-item-text-block{outline:none;border:none;padding:0}.good-element__sku-list li .product-item-scu-item-text,.good-element__sku-list ul .product-item-scu-item-text{font-size:14px;line-height:2;color:#686868;padding:0 15px;text-transform:lowercase;width:100%;text-align:left}.good-element__buttons .product-item-detail-info-container a{background-color:#fa7272;border:1px solid #fa7272;border-radius:5px;color:#fff;transition:color .3s linear,background-color .3s linear;margin-left:0}.good-element__buttons .product-item-detail-info-container a:hover{background-color:#fff;color:#fa7272;border-color:#fa7272}.good-element__buttons .product-item-detail-info-container a span{text-transform:none;font-weight:700;font-size:16px;line-height:16px}.good-element__concomitant{margin-top:30px;padding-top:30px;border-top:1px solid #e2e2e2}@media (max-width:767px){.good-element__concomitant{margin-top:0;padding-top:0;border-top:unset;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e2e2e2}}.good-element__concomitant-title{font-size:16px;line-height:19px;color:#686868;margin-bottom:25px}@media (max-width:767px){.good-element__concomitant-title{padding:0 0 25px;margin-bottom:0;font-weight:400}}.good-element__concomitant-row{justify-content:flex-start}.good-element__concomitant-input{margin-right:10px}.good-element__concomitant-input input{opacity:0;width:0;height:0;position:absolute;visibility:hidden}.good-element__concomitant-input input:checked+label{background-color:#2b587a;border-color:#2b587a}.good-element__concomitant-input input:checked+label:after,.good-element__concomitant-input input:checked+label:before{display:block}.good-element__concomitant-input label{width:18px;height:18px;display:block;background-color:#fff;border-radius:5px;border:1px solid #dadada;position:relative}.good-element__concomitant-input label:hover{cursor:pointer}.good-element__concomitant-input label:after,.good-element__concomitant-input label:before{content:"";position:absolute;background-color:#fff;height:2px;display:none}.good-element__concomitant-input label:before{width:5px;top:50%;left:3px;transform:translateY(0) rotate(45deg)}.good-element__concomitant-input label:after{width:8px;top:50%;left:5px;transform:translateY(-1px) rotate(-45deg)}.good-element__concomitant-info{justify-content:flex-start}.good-element__concomitant-info:focus,.good-element__concomitant-info:hover{text-decoration:none}.good-element__concomitant-info:focus .good-element__concomitant-name,.good-element__concomitant-info:hover .good-element__concomitant-name{color:#54a2c7}.good-element__concomitant-picture{flex:0 0 60px;height:42px;margin-right:10px}.good-element__concomitant-picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.good-element__concomitant-description{font-weight:700;font-size:14px;line-height:1.4}.good-element__concomitant-name{color:#2b587a;text-transform:uppercase}.good-element__concomitant-price{color:#222}.good-element__mobile-title{display:none}@media (max-width:767px){.good-element__mobile-title{display:block;width:100%;padding:0 15px;font-weight:500;font-size:22px;line-height:26px;color:#2b587a;text-transform:uppercase}}.good-element__color{display:flex;align-items:center;justify-content:flex-start;padding:8px;background:#f5fcff;border:1px solid #b6ddee;border-radius:10px;margin-top:-10px;margin-bottom:30px}@media (max-width:767px){.good-element__color{border-radius:unset;margin:0 -15px 30px}}.good-element__color-title{display:block;margin-right:20px;font-weight:500;font-size:14px;line-height:24px;color:#222}.good-element__color-circle{display:inline-flex;border:1px solid #2b587a;width:40px;height:40px;flex-shrink:0;border-radius:80px;margin-right:10px}.good-element__color-circle img{border-radius:50%}.good-element__color-wrap{display:flex;align-items:center;justify-content:flex-start}.good-element__color-text{font-weight:400;font-size:14px;line-height:22px;color:#686868;margin-right:8px}.good-element__color-link{font-weight:400;font-size:14px;line-height:22px;color:#54a2c7}.element-body{display:flex;align-items:flex-start;justify-content:space-between}@media (max-width:1199px){.element-body{padding:0 15px}}@media (max-width:767px){.element-body{flex-direction:column}}.element-body__main{flex:0 0 860px;max-width:860px;width:100%;margin-right:20px}@media (max-width:1199px){.element-body__main{flex:unset;max-width:70%}}@media (max-width:991px){.element-body__main{max-width:60%}}@media (max-width:767px){.element-body__main{max-width:100%}}.element-body__aside{flex:0 0 293px}@media (max-width:1199px){.element-body__aside{flex:unset;max-width:28%}}@media (max-width:991px){.element-body__aside{max-width:38%}}@media (max-width:767px){.element-body__aside{max-width:100%;width:100%}}.element-social{padding:25px 20px;background:#f5fcff;border:1px solid #d2f1ff;border-radius:10px;margin-bottom:20px}@media (max-width:767px){.element-social{padding:20px 15px}.element-social.opened .element-social__title{margin-bottom:18px}.element-social.opened .element-social__title:before{transform:rotate(-180deg)}.element-social.opened .element-social__wrap{display:flex}}.element-social__title{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:18px}@media (max-width:767px){.element-social__title{margin-bottom:0;width:100%;line-height:20px;position:relative}.element-social__title:before{content:"";width:12px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px;display:block;position:absolute;top:6px;right:0}}.element-social__wrap{display:flex}@media (max-width:767px){.element-social__wrap{display:none;justify-content:space-between}}.element-social__item{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:15px}.element-social__item:hover .element-social__item-bottom{opacity:.8}.element-social__item:last-child{margin-right:0}.element-social__item-top{margin-bottom:8px}.element-social__item-bottom{font-weight:400;font-size:12px;line-height:18px;color:#246d82}.element-main__body{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:40px}@media (max-width:991px){.element-main__body{flex-direction:column}}@media (max-width:767px){.element-main__body{margin-bottom:0}}.element-main__description{flex:0 1 505px;max-width:505px;width:100%}@media (max-width:1199px){.element-main__description{flex:unset;max-width:60%}}@media (max-width:991px){.element-main__description{max-width:unset;margin-bottom:20px}}@media (max-width:767px){.element-main__description.home{display:none}}.element-main__description p+p{margin-top:25px}.element-main__description.hidden-text{overflow:hidden;position:relative}@media (max-width:767px){.element-main__description.hidden-text,.element-main__description.hidden-text.opened{max-height:unset}}.element-main__description .element-description-show-more{position:absolute;bottom:0;left:0;width:100%;height:70px;background:linear-gradient(180deg,transparent 0,#fff 50%);color:#54a2c7;display:flex;align-items:flex-end}.element-main__description .element-description-show-more:hover{text-decoration:underline;cursor:pointer}@media (max-width:767px){.element-main__description .element-description-show-more{display:none}}.element-main__description-title{margin-bottom:16px}@media (max-width:767px){.element-main__description-title{font-weight:700;font-size:16px;line-height:20px;margin-bottom:0}}.element-main__description-title:first-letter{text-transform:uppercase}.element-main__description-mobile{display:none}@media (max-width:767px){.element-main__description-mobile{display:block;width:100%;padding:20px 0;border-bottom:1px solid #e2e2e2}.element-main__description-mobile .element-main__description{margin-bottom:0}.element-main__description-mobile .element-main__description-list{display:none}.element-main__description-mobile.opened .element-main__description-title{margin-bottom:8px}.element-main__description-mobile.opened .element-main__description-list{display:block}.element-main__description-mobile.opened .element-main__arrow-mobile{transform:rotate(-180deg) translateY(4px)}}@media (max-width:767px){.element-main__description-top{display:flex;align-items:center;justify-content:space-between}}@media (max-width:767px){.element-main__stats{width:100%;padding:20px 0;border-bottom:1px solid #e2e2e2;margin-bottom:0;position:relative}.element-main__stats:before{content:"";width:12px;height:10px;position:absolute;top:25px;right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px}.element-main__stats.opened:before{transform:rotate(-180deg)}.element-main__stats.opened .element-main__stats-list{display:block}.element-main__stats.opened .element-main__stats-title{margin-bottom:10px}}.element-main__stats-title{margin-bottom:15px}.element-main__stats-title:first-letter{text-transform:uppercase}@media (max-width:767px){.element-main__stats-title{width:100%;font-weight:700;font-size:16px;line-height:19px;margin-bottom:0}}.element-main__stat{justify-content:flex-start;align-items:flex-start;font-weight:500;font-size:14px;line-height:2}@media (max-width:767px){.element-main__stats-list{display:none}}.element-main__stat-name{color:#969696;width:-webkit-max-content;width:-moz-max-content;width:max-content}.element-main__stat-name:first-letter{text-transform:uppercase}.element-main__stat-value{color:#222}.element-main__stat-value:first-letter{text-transform:uppercase}@media (max-width:767px){.element-main__info{width:100%}}.element-main__composition-title{margin-bottom:15px}.element-main__composition-title:first-letter{text-transform:uppercase}@media (max-width:767px){.element-main__composition-title{width:100%;font-weight:700;font-size:16px;line-height:20px;margin-bottom:0}}.element-main__arrow-mobile{width:12px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px}.element-aside a:hover{text-decoration:none!important}.element-aside__info{background:linear-gradient(0deg,#f9f9f9,#f9f9f9),#fff;border-radius:10px;padding:15px 20px 5px;margin-bottom:35px}@media (max-width:767px){.element-aside__info{padding:0 15px}}.element-aside__block{padding-top:15px;padding-bottom:25px}@media (max-width:767px){.element-aside__block{padding:20px 0}.element-aside__block.opened .element-aside__wrap{display:block}.element-aside__block.opened .element-aside__title{margin-bottom:8px}.element-aside__block.opened .element-aside__title:before{transform:rotate(-180deg)}}@media (max-width:767px){.element-aside__wrap{display:none}}.element-aside__block+.element-aside__block{border-top:1px solid #dadada}.element-aside__return{padding-bottom:10px}@media (max-width:767px){.element-aside__return{padding:20px 0}}.element-aside__title{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:7px;display:flex;justify-content:flex-start;align-items:center}.element-aside__title img{height:20px;width:auto;display:inline-block;margin-right:10px}@media (max-width:767px){.element-aside__title{margin-bottom:0;width:100%;line-height:20px;position:relative}.element-aside__title:before{content:"";width:12px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px;display:block;position:absolute;top:6px;right:0}}.element-aside__subtitle{font-weight:400;font-size:14px;line-height:1.8;color:#969696}.element-aside__list li span{width:11px;height:6px;display:inline-block;border:2px solid #54a2c7;border-top:none;border-right:none;transform-origin:center center;transform:rotate(-45deg);margin-right:7px;position:relative;top:-3px}.element-aside__link{margin-top:5px}.element-aside__link a{font-weight:400;font-size:14px;line-height:1.8;color:#54a2c7}.element-aside__link a:first-letter{text-transform:uppercase}.element-aside__link a:hover{text-decoration:underline}.element-aside__delivery-item{font-size:14px;line-height:1.8;color:#686868}.element-aside__delivery-item span:nth-child(2){font-weight:700}@media (max-width:767px){.aside-certificates{margin-bottom:30px}}.aside-certificates__title{margin-bottom:24px}@media (max-width:767px){.aside-certificates__title{font-weight:500;font-size:22px;line-height:26px}}.aside-certificates__body{display:flex;justify-content:space-between;align-items:flex-start}.aside-certificates__body+.aside-certificates__body{margin-top:20px}@media (max-width:767px){.aside-certificates__body{display:none}}.aside-certificates__mobile{display:none}@media (max-width:767px){.aside-certificates__mobile{display:block;padding-bottom:30px;position:relative}.aside-certificates__mobile .swiper-pagination{left:50%;bottom:0;transform:translateX(-50%)}}.aside-certificates__pictures{flex:0 0 100px;margin-right:17px}.aside-certificates__item{height:140px;width:100%}.aside-certificates__item:hover{cursor:zoom-in}.aside-certificates__item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aside-certificates__item+.aside-certificates__item{margin-top:20px}.aside-certificates__text{font-size:16px;line-height:1.4;color:#686868}.element-composition{margin-bottom:30px}@media (max-width:767px){.element-composition{width:100%;padding:20px 0;border-bottom:1px solid #e2e2e2;margin-bottom:0;position:relative}.element-composition:before{content:"";width:12px;height:10px;position:absolute;top:25px;right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px}.element-composition.opened:before{transform:rotate(-180deg)}.element-composition.opened .element-main__composition-title{margin-bottom:15px}.element-composition.opened .element-composition__list{display:block}}@media (max-width:767px){.element-composition__list{display:none}}.element-composition__item{display:flex;justify-content:flex-start;position:relative}.element-composition__item:first-child .element-composition__decor .scale{transform:skewY(-30deg) translateY(3px) scale(1)}.element-composition__item:last-child .element-composition__decor .scale{transform:skewY(30deg) translateY(-2px) scale(1)}.element-composition__item:hover .element-composition__decor .front{background-color:#86d0f3}.element-composition__item:hover .element-composition__decor .scale{background-color:#85b7ce}.element-composition__item:hover .element-composition__name{cursor:pointer;color:#222}.element-composition__item:hover .element-composition__name:before{background:#2b587a}.element-composition__item:hover .composition-modal{display:block}@media (max-width:991px){.element-composition__item:hover .composition-modal{display:none}}.element-composition__item.open .element-composition__decor .front{background-color:#86d0f3}.element-composition__item.open .element-composition__decor .scale{background-color:#85b7ce;width:10px}.element-composition__item.open .element-composition__name{cursor:pointer;color:#222}.element-composition__item.open .element-composition__name:before{background:#2b587a}.element-composition__item.open .element-composition__desc{display:block}.element-composition__decor{width:38px;margin-right:15px;display:flex}.element-composition__decor .front{flex:0 0 30px;width:30px;height:100%;background-color:#f9f9f9}.element-composition__decor .scale{flex:1 1 auto;background-color:#f1f1f1;transform:skewY(-30deg) translateY(3px) scale(1.0001);margin-top:-1px}@media (max-width:767px){.element-composition__decor .scale{min-width:10px}}.element-composition__name{font-weight:500;font-size:14px;line-height:2;color:#686868;transition:color .3s linear}.element-composition__name:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:linear-gradient(0deg,#bebebe,#bebebe),linear-gradient(0deg,#c4c7e6,#c4c7e6),#c4c7e6;margin-right:10px;transition:background .3s linear}.element-composition__desc{display:none;max-width:90%;padding-left:30px;font-weight:400;font-size:14px;line-height:120%;color:#686868}.composition-modal{display:none;width:250px;right:calc(100% + 20px);z-index:25;transform:translateY(-50%);border-radius:10px;padding:25px 20px;filter:drop-shadow(10px 10px 25px rgba(0,0,0,.1))}.composition-modal,.composition-modal:before{position:absolute;top:50%;background-color:#fff;border:1px solid #e2e2e2}.composition-modal:before{content:"";width:20px;height:20px;border-bottom:none;border-left:none;left:100%;transform:translate(-10px,-50%) rotate(45deg)}.composition-modal__name{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:15px}.composition-modal__picture{width:100%;height:100px;margin-bottom:20px}.composition-modal__picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.element-call-mobile{display:none}@media (max-width:767px){.element-call-mobile{display:block;max-width:100%;width:100%;padding:0 30px;margin-top:40px}}.element-call-mobile__title{width:100%;font-weight:500;font-size:22px;line-height:26px;color:#2b587a;margin-bottom:15px}.element-call-mobile__link{display:flex;align-items:center;justify-content:center;padding:10px;background:#fa7272;border:1px solid #fa7272;border-radius:5px;font-weight:400;font-size:16px;line-height:19px;color:#fff}.element-call-mobile__link svg{margin-right:10px}.element-call-mobile__link svg path{fill:#fff}.element-call-mobile__link:focus,.element-call-mobile__link:hover{text-decoration:none;background:#fff;color:#fa7272}.element-call-mobile__link:focus svg path,.element-call-mobile__link:hover svg path{fill:#fa7272}.element-buttons{justify-content:flex-start;align-items:center}@media (max-width:991px){.element-buttons{flex-wrap:wrap}}@media (max-width:767px){.element-buttons{flex-direction:row}}.element-buttons__add2basket{flex:0 0 220px;margin-right:30px}@media (max-width:1199px){.element-buttons__add2basket{flex:0 0 200px;margin-right:20px}}@media (max-width:991px){.element-buttons__add2basket{flex:unset;width:100%;margin-right:0;order:3;margin-top:30px}}.element-buttons__add2basket .btn.product-item-detail-buy-button{margin-bottom:0}@media (max-width:991px){.element-buttons__add2basket .btn.product-item-detail-buy-button{max-width:unset}}.element-buttons__add2basket .product-item-detail-info-container{margin-bottom:0}.element-buttons__favorite{width:27px;height:24px;margin-left:20px;flex-shrink:0}@media (max-width:767px){.element-buttons__favorite{cursor:pointer}}.element-buttons__favorite.k1-in-favorite svg{stroke:#fa7272;fill:#fa7272}.element-buttons__favorite:hover{cursor:pointer}.element-buttons__favorite:hover:not(.k1-in-favorite) svg{stroke:#54a2c7}.element-buttons__favorite svg{fill:#fff;stroke:#a6a5a5;display:block;width:100%;height:100%}.element-buttons__compare{width:27px;height:24px;margin-left:auto;flex-shrink:0}@media (max-width:767px){.element-buttons__compare{cursor:pointer}}.element-buttons__compare.k1-in-compare svg{stroke:#fa7272;fill:#fa7272}.element-buttons__compare:hover{cursor:pointer}.element-buttons__compare:hover:not(.k1-in-compare) svg{fill:#54a2c7;stroke:#54a2c7}.element-buttons__compare svg{fill:#a6a5a5;stroke:#a6a5a5;display:block;width:100%;height:100%}.element-buttons__fixed{display:none}.element-buttons__fixed.show{display:block;position:fixed;background:hsla(0,0%,100%,.9);padding:10px;width:100%;left:0;right:0;bottom:0;z-index:999}.element-buttons__fixed-btn{display:flex;align-items:center;justify-content:center;margin:0;max-width:220px;width:100%;height:50px;background-color:#fa7272;border:1px solid #fa7272;border-radius:5px;font-family:TT Fors,Roboto,sans-serif;font-weight:700;font-size:16px;line-height:19px;text-transform:unset;color:#fff}@media (max-width:767px){.element-buttons__fixed-btn{max-width:100%}}.element-buttons__fixed-btn.is-mobile{display:none}@media (max-width:767px){.element-buttons__fixed-btn.is-mobile{display:flex}}.element-buttons__fixed-btn:hover{background-color:#fff;color:#fa7272;border-color:#fa7272}.button-open-modal{color:#2b587a}.button-open-modal:hover{cursor:pointer}.button-open-modal--red{color:#fa7272}.button-open-modal__item{justify-content:flex-start}.button-open-modal__item+.button-open-modal__item{margin-top:10px}.button-open-modal__icon{width:16px;height:16px;margin-right:5px}.button-open-modal__icon svg{width:100%;height:100%;display:block}.button-open-modal__text{font-weight:400;font-size:14px}@media (max-width:767px){.element__pictures-desktop{display:none}}.element__pictures-mobile{display:none}@media (max-width:767px){.element__pictures-mobile{display:block}}.mobile-slider__item img{width:100%}.mobile-slider__slider-pagination{display:flex;align-items:center;justify-content:center}.mobile-slider__slider-pagination.slider-dots.swiper-pagination-clickable.swiper-pagination-bullets{position:absolute;left:calc(50% - 15px)}.mobile-slider__slider-pagination.slider-dots.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 15px 0 0}.mobile-slider__slider-pagination.slider-dots.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet:last-child{margin-right:0}.catalog-recommend .container{max-width:1240px}.catalog-recommend .good-item{margin-bottom:0}.catalog-recommend .good-item__hover{border:1px solid transparent}.catalog-recommend .good-item:hover .good-item__hover{height:367px;z-index:15;width:100%;box-shadow:none;box-shadow:0 4px 14px rgba(0,0,0,.15);left:0;padding-left:15px;padding-right:15px}@media (max-width:767px){.catalog-recommend .good-item:hover .good-item__hover{height:unset;z-index:unset;width:unset;box-shadow:none;border:unset;left:unset;padding-left:unset;padding-right:unset}.catalog-recommend .good-item:hover .good-item__hover .good-item__link{display:none!important}.catalog-recommend .good-item:hover .good-item__hover .picture-zoom{z-index:6}}.catalog-recommend .good-item:hover .good-item__hover .good-item__picture{max-width:270px;width:unset;margin:0 auto 10px}@media (max-width:767px){.catalog-recommend .card__img{max-height:165px;height:165px}.catalog-recommend .good-item__tools{opacity:0}}.catalog-recommend__slider-container{height:400px;position:relative;margin:0 auto}@media (max-width:767px){.catalog-recommend__slider-container{height:auto;margin-bottom:40px}}.catalog-recommend__slider{height:400px;padding-top:10px;padding-left:10px;padding-right:10px}@media (max-width:767px){.catalog-recommend__slider{height:auto}}.catalog-recommend__list{flex-wrap:nowrap;margin-bottom:0}.catalog-recommend__item{flex:0 0 auto;max-width:none;margin-right:0;height:319px}@media (max-width:767px){.catalog-recommend__item{height:280px}}.catalog-recommend__pagination{bottom:15px}@media (max-width:767px){.catalog-recommend__pagination{display:flex;bottom:-10px;z-index:10}}@media (max-width:560px){.catalog-recommend__pagination{bottom:-10px}}.catalog-recommend__next{right:-10px}@media (max-width:1199px){.catalog-recommend__next{right:0}}.catalog-recommend__prev{left:-10px}@media (max-width:1199px){.catalog-recommend__prev{left:0}}.catalog-recommend__next,.catalog-recommend__prev{top:190px}.catalog-recommend__next.swiper-button-disabled,.catalog-recommend__prev.swiper-button-disabled{pointer-events:unset!important}@media (max-width:767px){.catalog-recommend__next,.catalog-recommend__prev{display:none!important}}.catalog-viewed .container{max-width:1240px}.catalog-viewed .good-item{margin-bottom:0}@media (max-width:767px){.catalog-viewed .good-item{height:auto}}.catalog-viewed .good-item__hover{border:1px solid transparent}.catalog-viewed .good-item:hover .good-item__hover{height:367px;z-index:15;width:100%;box-shadow:none;box-shadow:0 4px 14px rgba(0,0,0,.15);left:0;padding-left:15px;padding-right:15px}@media (max-width:767px){.catalog-viewed .good-item:hover .good-item__hover{height:unset;z-index:unset;width:unset;box-shadow:none;border:unset;left:unset;padding-left:unset;padding-right:unset}.catalog-viewed .good-item:hover .good-item__hover .good-item__link{display:none!important}}.catalog-viewed .good-item:hover .good-item__hover .good-item__picture{max-width:270px;width:unset;margin:0 auto 10px}@media (max-width:767px){.catalog-viewed .card__img{max-height:165px;height:165px}.catalog-viewed .good-item__tools{opacity:0}}.catalog-viewed__slider-container{height:400px;position:relative;margin:0 auto}@media (max-width:767px){.catalog-viewed__slider-container{height:auto;margin-bottom:40px}}.catalog-viewed__slider{height:400px;padding-top:10px;padding-left:10px;padding-right:10px}@media (max-width:767px){.catalog-viewed__slider{height:auto;padding:0}}.catalog-viewed__list{flex-wrap:nowrap;margin-bottom:0}.catalog-viewed__item{flex:0 0 auto;max-width:none;margin-right:0;height:319px}.catalog-viewed__pagination{bottom:15px;z-index:1}@media (max-width:991px){.catalog-viewed__pagination{bottom:15px}}@media (max-width:767px){.catalog-viewed__pagination{bottom:-10px}}@media (max-width:560px){.catalog-viewed__pagination{bottom:-10px}}.catalog-viewed__next{right:-10px}@media (max-width:1199px){.catalog-viewed__next{right:0}}.catalog-viewed__prev{left:-10px}@media (max-width:1199px){.catalog-viewed__prev{left:0}}.catalog-viewed__next,.catalog-viewed__prev{top:190px}.catalog-viewed__next.swiper-button-disabled,.catalog-viewed__prev.swiper-button-disabled{pointer-events:unset!important}.good-item:hover .picture-zoom{opacity:1}.picture-zoom{opacity:0}.catalog-products-viewed{border:1px solid #dbdbdb;border-radius:10px;background-color:#fff;padding:20px;margin-bottom:20px}.catalog-products-viewed .product-item-list-col-1{padding-bottom:20px}.catalog-products-viewed .product-item-list-col-1:first-child{padding-top:0}.catalog-products-viewed .product-item-list-col-1:last-child{padding-bottom:0}.catalog-products-viewed .product-item-list-col-1+.product-item-list-col-1{padding-top:20px;border-top:1px solid #dbdbdb}.viewed-item:hover .viewed-item__name{color:#54a2c7}.viewed-item__picture{flex:0 0 62px;height:42px;margin-right:10px}.viewed-item__picture img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.viewed-item__name{font-weight:700;font-size:14px;line-height:1.2;color:#2b587a;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;box-orient:vertical;text-transform:uppercase}.new-catalog__title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:16px}@media (max-width:767px){.new-catalog__title{font-size:22px;line-height:26px;margin-bottom:12px}}.new-catalog__text{font-weight:400;font-size:16px;line-height:140%;color:#686868}@media (max-width:767px){.new-catalog__text{font-size:14px}}.recommends-top__item{align-items:flex-start;justify-content:flex-start;margin-bottom:0!important}.recommends-top__item+.recommends-top__item{margin-top:23px}.recommends-top__icon{height:50px;max-width:61px;flex:0 0 61px;width:100%;margin-right:35px}.recommends-top__icon img{display:block;width:auto;height:100%;margin-bottom:0}.recommends-top__info{padding-top:10px;font-size:16px;line-height:1.4;color:#222}.recommends-top__name{font-weight:700;margin-bottom:20px!important}.recommends-top__text{color:#686868}.recommends-small-picture__item{margin-bottom:23px}.recommends-small-picture__icon{height:30px;width:30px;flex:0 0 30px;margin-right:20px}.recommends-small-picture__icon img{display:block;width:auto;height:100%;margin-bottom:0}.recommends-small-picture__info{font-size:16px;line-height:1.4;color:#222}.recommends-small-picture__name{font-weight:700;margin-bottom:20px!important}.recommends-small-picture__text{color:#686868}.recommends-subsection.flex-body{flex-wrap:nowrap!important;align-items:flex-start;justify-content:flex-start}.recommends-subsection__text{font-size:14px;line-height:1.4;color:#686868}.recommends-subsection__text b{color:#222}.recommends-subsection__text p+p{margin-top:15px}.recommends-subsection__mobile{display:none}@media (max-width:991px){.recommends-subsection__mobile{display:block}.recommends-subsection__mobile a.link-blue{display:flex;align-items:center;justify-content:center;max-width:200px;width:100%;padding:14px 7px;height:30px;border:1px solid #2b587a;box-sizing:border-box;border-radius:5px;margin-top:15px}.recommends-subsection__mobile a.link-blue:active,.recommends-subsection__mobile a.link-blue:focus,.recommends-subsection__mobile a.link-blue:hover{text-decoration:none}.recommends-subsection__mobile a.link-accent{display:flex;align-items:center;justify-content:center;max-width:200px;width:100%;padding:10px 7px;height:30px;border:1px solid #fa7272;background:#fa7272;box-sizing:border-box;border-radius:5px;color:#fff;margin-top:10px}.recommends-subsection__mobile a.link-accent:active,.recommends-subsection__mobile a.link-accent:focus,.recommends-subsection__mobile a.link-accent:hover{text-decoration:none}}.k1-filter{font-family:TT Fors,Roboto,sans-serif;background:#f5fcff;border:1px solid #dbdbdb;border-radius:10px;padding-top:20px;overflow:hidden}.k1-filter.none{background:unset;display:none}@media (max-width:767px){.k1-filter.default{background:unset;border:unset;padding-top:0;margin-bottom:0}}.k1-filter.bx-filter .bx-filter-section{padding:0}.k1-filter.bx-filter .bx-filter-section form{border-radius:10px;margin-bottom:0}.k1-filter .k1-filter__boxes{flex-direction:column;align-items:flex-start;width:100%}.k1-filter .k1-filter__box{width:100%;padding:10px 20px}.k1-filter .k1-filter__box:not(.razmer){background-color:#fff}.k1-filter .k1-filter__box .bx-filter-parameters-box-container{padding-bottom:0}.k1-filter .k1-filter__box.razmer .k1-filter__checkboxes-body{justify-content:flex-start}.k1-filter .k1-filter__box.razmer .k1-filter__checkboxes-body .k1-filter__checkbox.selected .k1-filter__checkbox-text{font-weight:700}.k1-filter .k1-filter__box.razmer_podushki{background-color:transparent}.k1-filter .k1-filter__checkbox-title{pointer-events:none;margin-bottom:10px}.k1-filter .k1-filter__checkbox-title span{font-weight:700;font-size:16px;line-height:1.4;color:#2b587a}.k1-filter .k1-filter__checkbox-title .k1-filter__checkbox-title-selected{font-weight:400;font-size:16px;line-height:18px}.k1-filter .k1-filter__checkboxes-body{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.k1-filter .k1-filter__checkboxes-body>.checkbox{flex:0 0 45%}.k1-filter .k1-filter__checkboxes-body>.checkbox.selected .k1-filter__checkbox:before{background-color:#54a2c7;border-color:#54a2c7}.k1-filter .k1-filter__checkboxes-body>.checkbox.selected .k1-filter__checkbox:after{opacity:1}.k1-filter .k1-filter__checkboxes-body.opened .k1-filter__size-link{display:inline-flex}@media (min-width:991px){.k1-filter .k1-filter__checkboxes-body .recommend:nth-last-child(3n+4){padding-right:0;min-width:0}.k1-filter .k1-filter__checkboxes-body .recommend:nth-last-child(3n+4):after{display:none!important}}.k1-filter .k1-filter__checkbox{padding-left:24px;margin-bottom:10px;margin-right:10px;position:relative;display:flex;align-items:center;justify-content:flex-start}.k1-filter .k1-filter__checkbox.selected:before{background-color:#54a2c7;border-color:#54a2c7}.k1-filter .k1-filter__checkbox.selected:after{opacity:1}.k1-filter .k1-filter__checkbox:before{content:"";position:absolute;display:block;width:18px;height:18px;background-color:#fff;left:0;top:50%;transform:translateY(-50%);border:1px solid #dadada;border-radius:5px}.k1-filter .k1-filter__checkbox:after{content:"";position:absolute;display:block;width:9px;height:6px;left:4px;top:5px;border:2px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0}.k1-filter .k1-filter__checkbox input{position:absolute;visibility:hidden}.k1-filter .k1-filter__checkbox-text{font-weight:400;font-size:14px;line-height:1.4;color:#686868;white-space:nowrap}.k1-filter .k1-filter__checkbox-text:first-letter{text-transform:uppercase}.k1-filter .k1-filter__size-box{overflow:hidden;margin-bottom:0;padding-right:22px;position:relative;min-width:76px}.k1-filter .k1-filter__size-box.opened{margin-bottom:15px}.k1-filter .k1-filter__size-box:after{content:"";position:absolute;height:100%;width:1px;display:block;background-color:#ebebeb;top:0;right:9px}@media (min-width:991px){.k1-filter .k1-filter__size-box:nth-child(3n+3):not(.recommend){padding-right:0;min-width:0}.k1-filter .k1-filter__size-box:nth-child(3n+3):not(.recommend):after{display:none}}.k1-filter .k1-filter__size-box .k1-filter__checkbox{padding-left:0;margin-bottom:0;margin-right:0}.k1-filter .k1-filter__size-box .k1-filter__checkbox:hover .k1-filter__checkbox-text{color:#54a2c7}.k1-filter .k1-filter__size-box .k1-filter__checkbox:after,.k1-filter .k1-filter__size-box .k1-filter__checkbox:before{display:none}.k1-filter .k1-filter__size-box .k1-filter__checkbox .k1-filter__checkbox-text{font-size:14px;line-height:1.4;color:#2b587a;transition:color .3s linear}.k1-filter .k1-filter__size-box .k1-filter__checkbox+.k1-filter__checkbox{margin-top:8px}.k1-filter .k1-filter__size-box.recommend{display:flex;align-items:center;min-height:28px}.k1-filter .k1-filter__size-box.recommend:after{display:block}@media (max-width:991px){.k1-filter .k1-filter__size-box.recommend:after{display:none}}@media (max-width:991px){.k1-filter .k1-filter__size-box.recommend{align-items:flex-start}}.k1-filter .k1-filter__size-box.hidden{display:none!important}@media (max-width:991px){.k1-filter .k1-filter__size-box,.k1-filter .k1-filter__size-box:nth-child(3n+3){min-width:68px;padding-right:20px}.k1-filter .k1-filter__size-box:after{display:none}}@media (max-width:767px){.k1-filter .k1-filter__size-box,.k1-filter .k1-filter__size-box:nth-child(3n+3){min-width:74px}}.k1-filter .k1-filter__size-link{display:none;position:relative;width:100%}.k1-filter .k1-filter__size-link .current{width:100%;font-family:TT Fors,Roboto,sans-serif;font-weight:400;font-size:14px;color:#54a2c7}.k1-filter .k1-filter__size-link.opened{display:block;grid-column:1/4}@media (max-width:767px){.k1-filter .k1-filter__size-link.opened{margin-bottom:8px}}.k1-filter .k1-filter__size-link:hover .k1-filter__modal{display:block}.k1-filter .k1-filter__modal{display:none;width:100%;position:absolute;bottom:20px;right:0;z-index:25;background-color:#fff;filter:drop-shadow(rgba(0,0,0,.1) 10px 10px 25px);border-radius:10px;padding:15px 10px;border:1px solid #e2e2e2;-o-border-image:initial;border-image:initial}@media (max-width:767px){.k1-filter .k1-filter__modal{width:95%;left:0;right:unset}}.k1-filter .k1-filter__modal-title{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:15px}.k1-filter .k1-filter__modal-body{font-size:14px;color:#686868}.k1-filter .k1-filter__size-toggle{grid-column:2/4;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;justify-content:flex-start;align-items:center;position:relative;padding-right:17px;font-size:14px;line-height:1.4;color:#2b587a;margin-top:5px;margin-right:100%;white-space:nowrap}@media (max-width:991px){.k1-filter .k1-filter__size-toggle{margin-top:0;margin-right:0}.k1-filter .k1-filter__size-toggle .k1-filter__size-toggle-text{font-weight:500}}.k1-filter .k1-filter__size-toggle:hover{cursor:pointer}.k1-filter .k1-filter__size-toggle.opened{grid-column:1/4}@media (max-width:991px){.k1-filter .k1-filter__size-toggle.opened{margin-right:100%}}.k1-filter .k1-filter__size-toggle.opened .k1-filter__size-toggle-open{transform:translateY(20px) rotate(-135deg);opacity:0}.k1-filter .k1-filter__size-toggle.opened .k1-filter__size-toggle-close{transform:translateY(2px) rotate(45deg);opacity:1}.k1-filter .k1-filter__size-toggle-close,.k1-filter .k1-filter__size-toggle-open{position:absolute;right:0;width:7px;height:7px;display:block;border-left:2px solid #2b587a;border-top:2px solid #2b587a}.k1-filter .k1-filter__size-toggle-open{transform:translateY(-2px) rotate(-135deg)}.k1-filter .k1-filter__size-toggle-close{transform:translateY(-21px) rotate(45deg);opacity:0}.k1-filter .with_categories{display:block}@media (min-width:991px){.k1-filter .with_categories .k1-filter__size-box:not(.recommend):after{display:none}.k1-filter .with_categories .k1-filter__size-box.king:after,.k1-filter .with_categories .k1-filter__size-box.one:after,.k1-filter .with_categories .k1-filter__size-box.one_half:after,.k1-filter .with_categories .k1-filter__size-box.two:after{display:block}.k1-filter .with_categories .k1-filter__size-box.king:nth-child(3n+2):after,.k1-filter .with_categories .k1-filter__size-box.one:nth-child(3n+1):after,.k1-filter .with_categories .k1-filter__size-box.one_half:nth-child(4n+1):after,.k1-filter .with_categories .k1-filter__size-box.two:nth-child(3n+1):after{display:none}}.k1-filter .k1_offer_color{order:9}.k1-filter .brend{order:8}.k1-filter .napolnitel{order:7}.k1-filter .vysota{order:6}.k1-filter .nagruzka{order:5}.k1-filter .blok{order:4}.k1-filter .zhestkost{order:3}.k1-filter .razmer{order:2;padding-top:0;padding-bottom:15px}.k1-filter .razmer .k1-filter__checkboxes-body{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:991px){.k1-filter .razmer .k1-filter__checkboxes-body{display:flex;grid-template-columns:none}}@media (max-width:991px){.k1-filter .razmer{padding-right:0}}.k1-filter .bx-ui-slider-track{background-color:#a6a5a5}.k1-filter .clear-filter{border-radius:10px}.k1-filter .razmer_podushki{order:2;padding-top:0;padding-bottom:15px}@media (max-width:991px){.k1-filter .razmer_podushki{padding-right:0}}.k1-filter .vysota_gabaritnaya{order:3}.k1-filter .vysota_gabaritnaya .k1-filter__checkbox:after,.k1-filter .vysota_gabaritnaya .k1-filter__checkbox:before{content:none}.k1-filter .type_podushki{order:4}.k1-filter .uprugost{order:5}.k1-filter .vozrast{order:6}.k1-filter .forma_podushki,.k1-filter .osobennosti_new{order:7}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box{order:99}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box.price{order:1}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box.type_podushki{order:2}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box.forma_podushki{order:3}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box.uprugost{order:4}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box.napolnitel{order:5}.k1-filter.bx-filter.ortopedicheskije-podushki .bx-filter-parameters-box.vysota_gabaritnaya{order:6}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box{order:99}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.razmer{order:1}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.price{order:2}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.naznacheniye{order:3}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.zhestkost{order:4}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.napolnitel{order:5}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.vysota_gabaritnaya{order:6}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.tip_krepleniya{order:7}.k1-filter.bx-filter.namatrasniki .bx-filter-parameters-box.brend{order:8}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box{order:99}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box.razmer{order:1}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box.price{order:2}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box.material_karkasa{order:3}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box.vysota_gabaritnaya{order:4}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box.osnovaniya_osobennosti{order:5}.k1-filter.bx-filter.ort-osnovanija .bx-filter-parameters-box.brend{order:6}.k1-filter.bx-filter.krovati .brend,.k1-filter.bx-filter.ortopedicheskije-podushki .brend{order:100}.k1-filter .k1-filter__box:not(.razmer){order:99}.krovati .with_categories{display:block}@media (min-width:991px){.krovati .with_categories .k1-filter__size-box:not(.recommend):after{display:none}.krovati .with_categories .k1-filter__size-box.king:after,.krovati .with_categories .k1-filter__size-box.one:nth-child(2n):after,.krovati .with_categories .k1-filter__size-box.one_half:nth-child(2n):after,.krovati .with_categories .k1-filter__size-box.two:nth-child(odd):after{display:block!important}.krovati .with_categories .k1-filter__size-box.king:nth-child(3):after{display:none}}@media (min-width:991px){.krovati .k1-filter__checkboxes-body.opened{display:flex}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.one:nth-child(2n){flex:2 0 33%}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.one:nth-child(odd){flex:7 0 54%}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.k1-filter-full-weight{flex:9 0 100%;width:100%!important}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.one_half:nth-child(2n){flex:2 0 33%}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.one_half:nth-child(odd){flex:7 0 54%}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.two:nth-child(odd){flex:2 0 33%}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.two:nth-child(2n){flex:7 0 54%}.krovati .k1-filter__checkboxes-body.opened .k1-filter__size-box.king{flex:1 0 33%;min-width:unset}}.bx-filter .bx-ui-slider-handle.right{margin-right:-11px}.bx-filter .bx-ui-slider-handle.left{margin-left:-11px}.nagruzka .bx-ui-slider-range{z-index:100}.nagruzka .k1-filter__track{padding:10px 0}.nagruzka .k1-filter__track--values{background-color:#54a2c7}.nagruzka .k1-filter__track--current{background-color:#2b587a}.nagruzka .k1-filter__range-slider{border:2px solid #2b587a;border-radius:5px;background:#fff!important;top:50%;transform:translateY(-50%);padding:2px 5px;width:auto;height:auto}.price .bx-ui-slider-range,.vysota .bx-ui-slider-range,.vysota_gabaritnaya .bx-ui-slider-range{z-index:100}.price .k1-filter__track--values,.vysota .k1-filter__track--values,.vysota_gabaritnaya .k1-filter__track--values{background-color:#54a2c7}.price .k1-filter__track--current,.vysota .k1-filter__track--current,.vysota_gabaritnaya .k1-filter__track--current{background-color:#2b587a}.price .k1-filter__range-slider,.vysota .k1-filter__range-slider,.vysota_gabaritnaya .k1-filter__range-slider{border:2px solid #2b587a;border-radius:5px;background:#fff!important;top:50%;transform:translateY(-50%);padding:2px 5px;width:auto;height:auto}.price .k1-filter__input i,.vysota .k1-filter__input i,.vysota_gabaritnaya .k1-filter__input i{display:none!important}.price .k1-filter__inputs,.vysota .k1-filter__inputs,.vysota_gabaritnaya .k1-filter__inputs{justify-content:space-between}.price .k1-filter__input,.vysota .k1-filter__input,.vysota_gabaritnaya .k1-filter__input{flex:0 0 45%;background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px;overflow:hidden;height:30px}.price .k1-filter__input *,.vysota .k1-filter__input *,.vysota_gabaritnaya .k1-filter__input *{height:100%}.price .k1-filter__input input,.vysota .k1-filter__input input,.vysota_gabaritnaya .k1-filter__input input{font-size:15px;height:30px;border-radius:5px;background-color:transparent}.brend .k1-filter__checkboxes-body,.napolnitel .k1-filter__checkboxes-body{flex-direction:column}.brend .k1-filter__checkbox,.napolnitel .k1-filter__checkbox{margin-right:0}@media (max-width:991px){.k1-filter__size-box.k1-filter-size-box-js.recommend:nth-last-child(3),.k1-filter__size-box.k1-filter-size-box-js.recommend:nth-last-child(6){min-width:0;width:0;height:0;padding:0;margin:0}}.k1-sorting__static{justify-content:flex-start}.k1-sorting__sort-title{font-size:14px;line-height:16px;color:#6f6f6f;margin-right:10px}.k1-sorting__box{position:relative;background-color:#fff;border:1px solid #dadada;border-radius:5px;padding:5px 0 5px 15px;z-index:100;width:187px}.k1-sorting__box.opened{border-bottom-color:transparent;border-radius:5px 5px 0 0}.k1-sorting__box.opened .k1-sorting__list{border-radius:0 0 5px 5px;border:1px solid #dadada;border-top-color:transparent}.k1-sorting__chosen{font-size:14px;line-height:1.4;color:#686868;padding-right:25px}.k1-sorting__chosen:hover{cursor:pointer}.k1-sorting__list{position:absolute;top:calc(100% - 1px);left:-1px;width:calc(100% + 2px);transition:max-height .3s linear;max-height:0;background-color:#fff;z-index:100;overflow:hidden;border-radius:0;border-left:1px solid #dadada;border-right:1px solid #dadada}.k1-sorting__list li{padding:4px 0}.k1-sorting__value{padding:0 15px;transition:color .3s linear}.k1-sorting__value:hover{color:#54a2c7;cursor:pointer}.v1-sorting__static{justify-content:flex-start}.v1-sorting__sort-title{font-size:14px;line-height:16px;color:#6f6f6f;margin-right:10px}.v1-sorting__box{position:relative;background-color:#fff;border:1px solid #dadada;border-radius:5px;padding:5px 0 5px 15px;z-index:100;width:200px}.v1-sorting__box.opened{border-bottom-color:transparent;border-radius:5px 5px 0 0}.v1-sorting__box.opened .v1-sorting__list{border-radius:0 0 5px 5px;border:1px solid #dadada;border-top-color:transparent}@media (max-width:767px){.v1-sorting__box.opened .v1-sorting__list{position:relative;top:unset;left:unset;z-index:100;border:unset;border-right:unset;display:flex;flex-direction:column;width:80%;max-height:65%!important;background:#fff;overflow-y:scroll;border-radius:15px}}@media (max-width:767px){.v1-sorting__box.opened{display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100%;max-height:100%!important;border-radius:5px;background-color:rgba(0,0,0,.47058823529411764);z-index:100001}}.v1-sorting__chosen{font-size:14px;line-height:1.4;color:#686868;padding-right:25px}@media (max-width:767px){.v1-sorting__chosen.opened{display:none}}.v1-sorting__chosen:hover{cursor:pointer}.v1-sorting__list{position:absolute;top:calc(100% - 1px);left:-1px;z-index:100;width:calc(100% + 2px);max-height:0;overflow:hidden;transition:max-height .3s linear;background-color:#fff;border-radius:0;border-left:1px solid #dadada;border-right:1px solid #dadada}@media (max-width:767px){.v1-sorting__list{transition:none}}.v1-sorting__list li{padding:4px 0}@media (max-width:767px){.v1-sorting__list li{display:flex;width:100%;padding:10px;border-bottom:1px solid #cdcdcd}}.v1-sorting__value{padding:0 15px;transition:color .3s linear}@media (max-width:767px){.v1-sorting__value{width:100%;font-size:16px;line-height:normal;padding:0}.v1-sorting__value.selected{color:#54a2c7;pointer-events:none}}.v1-sorting__value:hover{color:#54a2c7;cursor:pointer}.default-form-input-text{background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px;overflow:hidden;width:100%;height:40px}.default-form-input-text.k1-focus{background:#fff;border:1px solid #2b587a}.default-form-input-text.k1-focus .default-form-input-text__icon svg{fill:#2b587a}.default-form-input-text.k1-error{background:#fff;border:1px solid #fa7272}.default-form-input-text.k1-error .default-form-input-text__icon svg{fill:#fa7272}.default-form-input-text.k1-error input{color:#fa7272}.default-form-input-text__icon{position:absolute;top:50%;left:15px;transform:translateY(-50%);width:16px;height:16px}.default-form-input-text__icon svg{width:100%;height:100%;display:block;fill:#b9b9b9}.default-form-input-text label{position:relative;width:100%;height:100%}.default-form-input-text input{padding:5px 10px 5px 44px;width:100%;height:100%;border:none;outline:none;font-weight:400;font-size:14px;line-height:1.4;color:#222}.default-form-input-text input::-moz-placeholder{color:rgba(34,34,34,.5)}.default-form-input-text input:-ms-input-placeholder{color:rgba(34,34,34,.5)}.default-form-input-text input::placeholder{color:rgba(34,34,34,.5)}.default-form-textarea{background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px;overflow:hidden;width:100%}.default-form-textarea.k1-focus{background:#fff;border:1px solid #2b587a}.default-form-textarea textarea{border:none!important;background:none;padding:5px 10px 5px 44px;width:100%;height:100%;border:none;outline:none;font-weight:400;font-size:14px;line-height:1.4;color:#222}.default-form-textarea textarea::-moz-placeholder{color:rgba(34,34,34,.5)}.default-form-textarea textarea:-ms-input-placeholder{color:rgba(34,34,34,.5)}.default-form-textarea textarea::placeholder{color:rgba(34,34,34,.5)}.modal-vysata{display:none}.modal-fast-buy .modal{z-index:999999}.modal-fast-buy .modal.success .modal__body{max-width:400px;height:200px}.modal-fast-buy .modal__body{border-radius:0;max-width:800px;height:auto}@media (max-width:767px){.modal-fast-buy .modal__body{max-width:100%;width:100%;height:100%;margin:20px 0;overflow-y:auto}}.modal-fast-buy .k1-modal__close{width:25px;height:25px;z-index:100}.modal-fast-buy .k1-modal__close:after,.modal-fast-buy .k1-modal__close:before{background-color:#b9b9b9;width:25px}.modal-fast-buy__inner.active,.modal-fast-buy__success.active{display:flex}@media (max-width:767px){.modal-fast-buy__inner.active,.modal-fast-buy__success.active{display:flex;flex-direction:column}}.modal-fast-buy__inner{height:100%;display:none}.modal-fast-buy__success{display:none;width:100%;height:100%;flex-direction:column}.modal-fast-buy__item{max-width:370px;flex:1 0 370px;height:100%;border-right:1px solid #e2e2e2;padding:60px 40px}@media (max-width:767px){.modal-fast-buy__item{max-width:unset;flex:unset;width:100%;height:auto;border-right:unset;padding:60px 20px 20px}}.modal-fast-buy__form{flex:1 1 auto;height:100%;padding:70px 40px}@media (max-width:767px){.modal-fast-buy__form{flex:unset;width:100%;height:auto;padding:20px}}.modal-fast-buy .good-element__sku-list ul{max-height:120px}@media (max-width:767px){.modal-fast-buy .good-element__sku-list ul{max-height:165px}}.modal-fast-buy .installments-item .good-element__sku-list li .product-item-scu-item-text{padding-right:10px}.fast-buy-item__picture{height:194px;max-width:278px;width:100%;position:relative;margin-bottom:14px}@media (max-width:767px){.fast-buy-item__picture{max-width:100%}}.fast-buy-item__picture img{width:auto;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.fast-buy-item__discount{width:50px;height:50px;font-size:16px;line-height:19px;left:10px;top:10px}.fast-buy-item__name{text-transform:uppercase;font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:11px}.fast-buy-item__description{font-size:14px;line-height:1.2;color:#686868;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;box-orient:vertical;height:66px;margin-bottom:15px}.fast-buy-item .good-element__sku{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-bottom:10px;background:transparent;border-color:transparent;padding:0}@media (max-width:767px){.fast-buy-item .good-element__sku{align-items:flex-end;margin:0 0 15px}}.fast-buy-item .good-element__sku .flex-body{margin-right:10px}.fast-buy-item .good-element__sku .product-item-detail-info-container+.product-item-detail-info-container{margin-left:10px}.fast-buy-item .product-item-detail-info-container-title{font-size:14px;line-height:2;color:#969696;font-weight:400;margin-right:5px}.fast-buy-item .good-element__sku-title{padding:0 24px 0 5px;border-color:#dadada;line-height:2;min-width:60px;min-height:30px}.fast-buy-item .good-element__sku-title.opened{border-bottom:unset}.fast-buy-item .good-element__sku-title.opened~.good-element__sku-list{border:1px solid #dadada}.fast-buy-item .good-element__sku-list li .product-item-scu-item-text{padding:0 20px 0 5px;line-height:2}.fast-buy-item .good-element__sku-list{top:98%;border:unset}.fast-buy-item .good-element__sku-block{width:100px;max-width:unset}.fast-buy-item .good-element__price-box{align-items:flex-end}.fast-buy-item .good-element__price-current{font-size:20px!important;line-height:23px}.fast-buy-item .good-element__rating{top:10px;right:10px}.fast-buy-item .good-element__rating-icon{width:16px;height:16px}.fast-buy-item .good-element__rating-value{line-height:16px;font-size:14px}.fast-buy-item .good-element__price-old{font-weight:300;font-size:16px;line-height:19px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f;position:relative;bottom:2px}.fast-buy-item .modal-vysata{display:flex}@media (max-width:767px){.fast-buy-item .modal-vysata{margin-bottom:6px}}.fast-buy-item .good-item__properties-name{margin-right:5px;font-weight:400;font-size:14px;line-height:1.5;color:#686868}.fast-buy-form__title{font-weight:700;margin-bottom:13px}.fast-buy-form__subtitle{margin-bottom:20px;font-size:16px;line-height:20px}.fast-buy-form__input{max-width:350px}.fast-buy-form__input+.fast-buy-form__input{margin-top:20px}.fast-buy-form__confirm{margin-top:20px;margin-bottom:20px}.fast-buy-form__confirm .form-confirm__label.k1-error:before{border-color:#fa7272}.fast-buy-form__button{max-width:220px;width:100%;height:40px;border:1px solid #2b587a;border-radius:5px;background-color:#2b587a;transition:background-color .3s linear}.fast-buy-form__button:hover{background-color:#fff}.fast-buy-form__button:hover button{color:#2b587a}.fast-buy-form__button button{color:#fff;width:100%;height:100%;transition:color .3s linear;border:none;border-radius:5px;outline:none;background-color:transparent}.fast-buy-form__button button:focus{border:3px inset rgba(43,88,122,.2)}.modal-installments .modal{z-index:999999}.modal-installments .modal.success .modal__body{max-width:400px;height:200px}.modal-installments .modal__body{border-radius:0;max-width:800px;height:auto}@media (max-width:767px){.modal-installments .modal__body{max-width:100%;width:100%;height:100%;margin:20px 0;overflow-y:auto}}.modal-installments .k1-modal__close{width:25px;height:25px;z-index:100}.modal-installments .k1-modal__close:after,.modal-installments .k1-modal__close:before{background-color:#b9b9b9;width:25px}.modal-installments__inner.active,.modal-installments__success.active{display:flex}@media (max-width:767px){.modal-installments__inner.active,.modal-installments__success.active{display:flex;flex-direction:column}}.modal-installments__inner{height:100%;display:none}.modal-installments__success{display:none;width:100%;height:100%;flex-direction:column}.modal-installments__item{max-width:370px;flex:0 0 370px;height:100%;border-right:1px solid #e2e2e2;padding:60px 40px}@media (max-width:767px){.modal-installments__item{max-width:unset;flex:unset;width:100%;height:auto;border-right:unset;padding:60px 20px 20px}}.modal-installments__form{flex:1 1 auto;height:100%;padding:70px 40px}@media (max-width:767px){.modal-installments__form{flex:unset;width:100%;height:auto;padding:20px}}.modal-installments .good-element__sku-list ul{max-height:120px}@media (max-width:767px){.modal-installments .good-element__sku-list ul{max-height:165px}}.modal-installments .installments-item .good-element__sku-list li .product-item-scu-item-text{padding-right:10px}.installments-item__picture{height:194px;max-width:278px;width:100%;position:relative;margin-bottom:14px}@media (max-width:767px){.installments-item__picture{max-width:100%}}.installments-item__picture img{width:auto;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.installments-item__discount{width:50px;height:50px;font-size:16px;line-height:19px;left:10px;top:10px}.installments-item__name{text-transform:uppercase;font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:11px}.installments-item__description{font-size:14px;line-height:1.2;color:#686868;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;box-orient:vertical;height:66px;margin-bottom:15px}.installments-item .good-element__sku{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-bottom:10px;padding:0;background:transparent;border-color:transparent}@media (max-width:767px){.installments-item .good-element__sku{align-items:flex-end;margin:0 0 15px}}.installments-item .good-element__sku .flex-body{margin-right:10px}.installments-item .good-element__sku .product-item-detail-info-container+.product-item-detail-info-container{margin-left:10px}.installments-item .product-item-detail-info-container-title{font-size:14px;line-height:2;color:#969696;font-weight:400;margin-right:5px}.installments-item .good-element__sku-title{padding:0 24px 0 5px;border-color:#dadada;line-height:2;min-width:60px;min-height:30px}.installments-item .good-element__sku-title.opened{border-bottom:unset}.installments-item .good-element__sku-title.opened~.good-element__sku-list{border:1px solid #dadada}.installments-item .good-element__sku-list li .product-item-scu-item-text{padding:0 20px 0 5px;line-height:2}.installments-item .good-element__sku-list{top:98%;border:unset}.installments-item .good-element__sku-block{width:100px;max-width:unset}.installments-item .good-element__price-box{align-items:flex-end}.installments-item .good-element__price-current{font-size:20px!important;line-height:23px}.installments-item .good-element__rating{top:10px;right:10px}.installments-item .good-element__rating-icon{width:16px;height:16px}.installments-item .good-element__rating-value{line-height:16px;font-size:14px}.installments-item .good-element__price-old{font-weight:300;font-size:16px;line-height:19px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f;position:relative;bottom:2px}.installments-item .modal-vysata{display:flex}@media (max-width:767px){.installments-item .modal-vysata{margin-bottom:6px}}.installments-item .good-item__properties-name{margin-right:5px;font-weight:400;font-size:14px;line-height:1.5;color:#686868}.installments-form__title{font-weight:700;margin-bottom:13px}.installments-form__subtitle{margin-bottom:20px;font-size:16px;line-height:20px}.installments-form__input{max-width:350px}.installments-form__input+.installments-form__input{margin-top:20px}.installments-form__confirm{margin-top:20px;margin-bottom:20px}.installments-form__confirm .form-confirm__label.k1-error:before{border-color:#fa7272}.installments-form__button{max-width:220px;width:100%;height:40px;border:1px solid #2b587a;border-radius:5px;background-color:#2b587a;transition:background-color .3s linear}.installments-form__button:hover{background-color:#fff}.installments-form__button:hover button{color:#2b587a}.installments-form__button button{color:#fff;width:100%;height:100%;transition:color .3s linear;border:none;border-radius:5px;outline:none;background-color:transparent}.installments-form__button button:focus{border:3px inset rgba(43,88,122,.2)}.show-rating-in-add-comments{display:none}@media (max-width:767px){.element-reviews{padding:20px 0;border-bottom:1px solid #e2e2e2;margin-bottom:30px;position:relative}.element-reviews:before{content:"";width:12px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px;display:block;position:absolute;top:25px;right:0}.element-reviews.opened:before{transform:rotate(-180deg)}.element-reviews.opened .element-reviews__mobile-title{margin-bottom:15px}.element-reviews.opened .element-reviews__buttons,.element-reviews.opened .element-reviews__list{display:block}}.element-reviews__comments-title{display:flex;justify-content:flex-start;align-items:center;margin-bottom:25px}.element-reviews__comments-title span{font-weight:400;font-size:18px;line-height:2;color:#686868}@media (max-width:767px){.element-reviews__comments-title{display:none}}.element-reviews__mobile-title{display:none}@media (max-width:767px){.element-reviews__mobile-title{display:block;width:100%;font-weight:700;font-size:16px;line-height:20px;color:#2b587a}}.element-reviews__comments-title-picture{width:28px;height:27px;margin:0 9px;position:relative;top:-2px}.element-reviews__comments-title-picture svg{width:100%;height:100%;display:block}.element-reviews__comments-title-rating{font-weight:400;font-size:18px;line-height:1.4;color:#686868}@media (max-width:767px){.element-reviews__list{display:none}}.element-reviews__buttons{justify-content:flex-start;margin-bottom:30px}@media (max-width:767px){.element-reviews__buttons{margin-bottom:0;flex-direction:column;width:100%;display:none}}.element-reviews__new-review-button{display:flex;justify-content:center;align-items:center;min-width:200px;max-width:220px;margin-top:30px;margin-right:40px;height:40px;font-size:16px;line-height:19px;color:#2b587a;cursor:pointer;border:1px solid #2b587a;box-sizing:border-box;border-radius:5px;transition:color .3s linear,bakground-color .3s linear,opacity .3s linear}.element-reviews__new-review-button:hover{cursor:pointer;color:#fff;background-color:#2b587a}@media (max-width:767px){.element-reviews__new-review-button{width:100%;margin-bottom:10px;min-width:unset;max-width:unset;margin-top:unset;margin-right:unset}}.element-reviews .new-review-js{max-height:0;overflow:hidden;transition:max-height .5s linear}.element-reviews__title{margin-bottom:25px}.element-reviews__form{display:flex;flex-wrap:wrap;flex-direction:column;max-width:581px}.element-reviews__row{display:flex;justify-content:space-between;max-width:581px;width:100%;margin-bottom:20px}@media (max-width:991px){.element-reviews__row{max-width:100%;flex-direction:column}}@media (max-width:767px){.element-reviews__row{max-width:100%;flex-direction:column}}.element-reviews__row textarea{height:120px;resize:none}.element-reviews__row input[type=text],.element-reviews__row textarea{width:100%;max-width:390px;background-color:#f9f9f9;border:1px solid #dadada;box-sizing:border-box;border-radius:5px;padding:14px;font-weight:400;font-size:14px;line-height:120%;color:#222}.element-reviews__row input[type=text]::-moz-placeholder,.element-reviews__row textarea::-moz-placeholder{color:#222;opacity:.5}.element-reviews__row input[type=text]:-ms-input-placeholder,.element-reviews__row textarea:-ms-input-placeholder{color:#222;opacity:.5}.element-reviews__row input[type=text]::placeholder,.element-reviews__row textarea::placeholder{color:#222;opacity:.5}.element-reviews__row input[type=text]:focus,.element-reviews__row textarea:focus{background:#fff;border:1px solid #2b587a;color:#222}.element-reviews__row input[type=radio]{display:none;visibility:hidden;position:absolute;left:0;top:0}.element-reviews__row-confirm{width:390px;max-width:390px;margin-left:191px;margin-right:auto}@media (max-width:991px){.element-reviews__row-confirm{max-width:100%;width:100%;margin:0}}@media (max-width:767px){.element-reviews__row-confirm{width:100%;max-width:unset;margin:0 0 10px}}.element-reviews__row .send-review{max-width:none;min-width:0}.element-reviews__row .send-review__cancel{margin-right:40px;padding:0 27px}@media (max-width:991px){.element-reviews__row .send-review__cancel{margin-right:0;margin-bottom:15px}}.element-reviews__row .send-review__add-review{color:#fff;padding:0 45px}.element-reviews__row .element-reviews__place.k1-error{border-color:red}.element-reviews__label{font-size:14px;line-height:200%;color:#222;margin-top:10px;font-weight:400}@media (max-width:767px){.element-reviews__label{margin-top:0;margin-bottom:0}}.element-reviews__label--bold{font-weight:700}.element-reviews__score{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;max-width:390px;width:100%;overflow:hidden;margin-left:10px;margin-top:10px}@media (max-width:767px){.element-reviews__score{margin-left:0;max-width:unset}}.element-reviews__score:not(:checked)>input{display:none}.element-reviews__score:not(:checked)>label{float:right;padding:0;cursor:pointer;font-size:26px;line-height:26px;margin-right:10px}.element-reviews__score:not(:checked)>label,.element-reviews__score:not(:checked)>label:before{width:26px;background-image:url(/custom/img/icons/sprite.svg#star);background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.element-reviews__score:not(:checked)>label:before{content:"";height:26px;display:block;margin-right:5px}.element-reviews__score:not(:checked)>label:hover,.element-reviews__score:not(:checked)>label:hover~label,.element-reviews__score>input:checked+label:hover,.element-reviews__score>input:checked+label:hover~label,.element-reviews__score>input:checked~label,.element-reviews__score>input:checked~label:hover,.element-reviews__score>input:checked~label:hover~label,.element-reviews__score>label:hover~input:checked~label{background-image:url(/custom/img/icons/sprite.svg#star-active)}.element-reviews__positive{position:relative;cursor:pointer;margin:0 35px 0 0;padding:0 0 0 41px}.element-reviews__positive:before{background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px}.element-reviews__positive:after,.element-reviews__positive:before{position:absolute;content:"";top:0;left:0;width:26px;height:26px;box-sizing:border-box}.element-reviews__positive:after{display:none;background-color:#2b587a;border:1px solid #2b587a;border-radius:5px;background-image:url(/custom/img/icons/sprite.svg#checkbox);background-repeat:no-repeat;background-position:50%;background-size:140%}.success-review-modal .modal{z-index:999999}.success-review-modal .modal__body{width:450px;height:300px}@media (max-width:450px){.success-review-modal .modal__body{width:100%}}.success-review-modal .k1-modal__close{width:25px;height:25px;z-index:10}.success-review-modal .k1-modal__close:after,.success-review-modal .k1-modal__close:before{background-color:#b9b9b9;width:25px}.success-review-modal__inner{text-align:center;color:#2b587a;font-size:20px;line-height:1.4;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;width:100%}.success-review-modal__inner div+div{margin-top:20px}.success-review-modal__counter{position:absolute;bottom:20px;right:20px;color:#686868}@media (max-width:767px){.success-review-modal__counter{font-size:16px}}.reviews-item{display:none;padding-bottom:30px;border-bottom:1px solid #dadada;font-size:14px;line-height:1.4}@media (max-width:767px){.reviews-item{flex-direction:column;padding-bottom:20px;margin-bottom:20px}}.reviews-item.show{display:flex!important}.reviews-item+.reviews-item{margin-top:30px}.reviews-item__name{font-size:16px;line-height:22px;color:#2b587a;min-width:135px;font-weight:700;margin-bottom:4px}@media (max-width:767px){.reviews-item__name{margin-bottom:0;min-width:unset;margin-right:5px}}.reviews-item__date{margin-bottom:5px;color:#969696}@media (max-width:767px){.reviews-item__date{margin-bottom:0}}.reviews-item__score{color:#686868;display:flex;align-items:center}.reviews-item__score .star{display:block;width:16px;height:16px;background-image:url(/custom/img/icons/sprite.svg#star-active);background-repeat:no-repeat;background-position:50%;background-size:cover;margin-right:5px;position:relative;top:-2px}@media (max-width:767px){.reviews-item__score{width:unset!important;height:unset!important;margin-left:auto;display:flex!important}}.reviews-item__block+.reviews-item__block{margin-top:15px}.reviews-item__block h5{margin-bottom:7px}.reviews-item__left{margin-right:65px}@media (max-width:767px){.reviews-item__left{display:flex;align-items:center;justify-content:flex-start;margin-right:0;margin-bottom:20px}}.stars{font-size:14px;line-height:28px;color:#686868;display:flex;align-items:center}.stars .star{display:block;width:16px;height:16px;background-image:url(/custom/img/icons/sprite.svg#star-active);background-repeat:no-repeat;background-position:50%;background-size:cover;margin-right:5px}.review__title{line-height:140%;color:#222}.review__text,.review__title{font-size:14px;margin-bottom:10px}.review__text{line-height:28px;color:#686868}@media (max-width:767px){.review__text{margin-bottom:0}}.review-form__row-confirm{max-width:390px;width:100%;margin-left:auto;margin-right:0}@media (max-width:991px){.review-form__row-confirm{max-width:100%;width:100%;margin:0 0 15px}}@media (max-width:767px){.review-form__row-confirm{max-width:100%}}.review-form__row-confirm .confirm__wrap{margin-left:0}.review-form__row-confirm .form-confirm__label{padding-left:46px;font-weight:400}@media (max-width:767px){.review-form__row-confirm .form-confirm__label{padding-left:40px}}.review-form__row-confirm .form-confirm__label:after,.review-form__row-confirm .form-confirm__label:before{left:0}.review-form__row-captcha{display:none}.confirm__wrap{margin-left:35px}.form-confirm__label{position:relative;cursor:pointer;font-size:14px;line-height:140%;color:#686868}.form-confirm__label.k1-error:before{border-color:red}.form-confirm__label:before{background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px}.form-confirm__label:after,.form-confirm__label:before{position:absolute;content:"";top:0;left:-45px;width:26px;height:26px;box-sizing:border-box}.form-confirm__label:after{display:none;background-color:#2b587a;border:1px solid #2b587a;border-radius:5px;background-image:url(/custom/img/icons/sprite.svg#checkbox);background-repeat:no-repeat;background-position:50%;background-size:140%}.form-confirm-check{margin:0}.form-confirm__link{color:#2b587a}.review-form__check-block{width:390px;max-width:390px;display:flex;align-items:center}.review-form__row--buttons{width:390px;max-width:390px;margin-left:191px}@media (max-width:991px){.review-form__row--buttons{width:100%;max-width:unset;margin-left:unset}}.send-review__cancel{min-width:130px;max-width:130px}.send-review__add-review{color:#fff;background-color:#2b587a}#negative-review:checked+label:after,#positive-review:checked+label:after,.form-confirm-check:checked+label:after{display:block}.send-review{display:flex;justify-content:center;align-items:center;min-width:200px;max-width:220px;height:40px;font-size:16px;line-height:19px;color:#2b587a;cursor:pointer;border:1px solid #2b587a;box-sizing:border-box;border-radius:5px}.product__review-send{display:flex;flex-direction:column;padding-bottom:30px;border-bottom:1px solid #dadada;margin-bottom:30px}.search-page__title{margin-bottom:15px}.search-page__subtitle{font-weight:400;font-size:16px;line-height:1.5;color:#686868;margin-bottom:20px}.search-page__subtitle span{font-weight:700}.search-page .good-item{height:319px;margin-right:5px;margin-bottom:30px}@media (max-width:1199px){.search-page .good-item{max-width:235px;margin-right:0;margin-bottom:0}.search-page .good-item .good-item__controls{display:none}.search-page .good-item .good-item__tools{top:30px}}@media (max-width:991px){.search-page .good-item .good-item__tools{opacity:1;display:block}.search-page .good-item .picture-zoom{opacity:1;z-index:10;pointer-events:unset}}@media (max-width:767px){.search-page .good-item{flex:unset;max-width:calc(50% - 5px);width:100%;height:auto;margin-bottom:15px}.search-page .good-item .good-item__tools{top:10px}.search-page .good-item.advantages-search{display:none}}.search-page .good-item.last{margin-right:0}.search-page .good-item:hover .good-item__hover{height:385px}@media (max-width:1199px){.search-page .good-item:hover .good-item__hover{width:calc(100% + 40px);height:345px}}@media (max-width:991px){.search-page .good-item:hover .good-item__hover{background-color:unset;box-shadow:unset;position:unset;padding:unset;left:unset;top:unset;width:unset;height:unset}}@media (max-width:767px){.search-page .good-item:hover .good-item__hover{box-shadow:unset;position:unset;top:unset;left:unset;border-radius:unset;background-color:unset;width:unset;height:unset;padding:unset;z-index:unset;width:100%;height:auto}.search-page .good-item:hover .good-item__hover .good-item__link{display:none}}.search-page .good-item .advantages-card{height:319px}.search-page .good-item .advantages-card__text{font-size:18px;line-height:21px}.search-page .good-item .advantages-card__items{bottom:0}.search-page .good-item .advantages-card__picture{margin:10px 0 0}.search-page .good-item .advantages-card-item:nth-child(2){top:-60px}.search-page .good-item .advantages-card-item:nth-child(3){top:-120px}.search-page .good-item .advantages-card-item:nth-child(4){top:-180px}.search-page .good-item .advantages-card-item:nth-child(5){top:-240px}.search-page .good-item .advantages-card-item:nth-child(6){top:-300px}.search-page .good-item .advantages-card-item:nth-child(7){top:-360px}.search-page .good-item .advantages-card-item__content{justify-content:flex-start}.search-page .good-item .advantages-card-item__picture-wrapper{flex:0 1 50px}.search-page .good-item .advantages-card-item__picture{width:37px;height:40px}.search-page .good-item .advantages-card-item__text{font-size:16px;line-height:19px;max-width:none}.search-page .notetext{color:#686868;font-size:16px;line-height:1.4}.search-page .bx-pagination .bx-pagination-container ul li.bx-pag-next,.search-page .bx-pagination .bx-pagination-container ul li.bx-pag-prev{cursor:pointer}.search-language-guess{display:none!important}.basket-items-list-wrapper,.basket-items-list-wrapper-compact{border:none}.basket-table-title{display:block;width:100%;margin-top:40px;font-weight:500;font-size:24px;line-height:28px;color:#2b587a}.basket-item-actions-remove:after,.basket-item-actions-remove:before{display:none!important}.basket-items-list{padding:0}.basket-item-block-actions{opacity:1}.order-cart{max-width:760px}@media (max-width:1199px){.order-cart{max-width:100%;width:100%}}.order-cart__item{justify-content:space-between;align-items:flex-start;padding:30px 0 35px}@media (max-width:767px){.order-cart__item{position:relative;flex-wrap:wrap;align-items:center;line-height:22px;padding:0;margin-bottom:20px}}.order-cart__item+.order-cart__item{border-top:1px solid #dadada}@media (max-width:767px){.order-cart__item+.order-cart__item{padding-top:30px}.order-cart__item+.order-cart__item .order-mobile__delete{top:30px}.order-cart__item+.order-cart__item .basket-items-list-item-remove{top:66px}}.order-cart__picture{order:1;width:172px;height:120px;flex:0 0 172px;margin-right:15px;padding-top:0}.order-cart__picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:767px){.order-cart__picture{display:none}}.order-cart__info{order:2}.order-cart__amount{order:3}.order-cart__price{order:4}.order-cart-info{max-width:300px;flex:1 1 auto;padding-top:15px}@media (max-width:767px){.order-cart-info{max-width:100%;width:100%;padding-bottom:0}}.order-cart-info__name{margin-bottom:14px}.order-cart-info__name,.order-cart-info__name a{text-transform:uppercase;font-weight:700;font-size:16px;line-height:19px;color:#2b587a;font-family:TT Fors,Roboto,sans-serif}.order-cart-info__name:active,.order-cart-info__name:focus,.order-cart-info__name:hover,.order-cart-info__name a:active,.order-cart-info__name a:focus,.order-cart-info__name a:hover{text-decoration:none}@media (max-width:767px){.order-cart-info__name{display:none}}.order-cart-info__characters{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}@media (max-width:767px){.order-cart-info__characters{width:100%;flex-direction:column;align-content:flex-start;max-height:75px;margin-bottom:10px}.order-cart-info__characters .basket-item-property-custom{width:calc(25% + 30px)}}.order-cart-info__character{display:flex;justify-content:flex-start;align-items:center;margin-right:10px}.order-cart-info__character-title,.order-cart-info__character-value{font-weight:500;font-size:14px;line-height:1.4;color:#969696;font-family:TT Fors,Roboto,sans-serif}.order-cart-amount{flex:0 1 132px;padding-top:5px}@media (max-width:1199px){.order-cart-amount{flex:0 0 132px;margin-right:10px}}@media (max-width:767px){.order-cart-amount{flex:unset;padding-top:0}}.order-cart-amount .k1-cart-quantity-box[data-min-value=true] .order-cart-amount__minus{pointer-events:none;background:linear-gradient(0deg,#fff,#fff),#f9f9f9;border:1px solid #e9e9e9}.order-cart-amount .k1-cart-quantity-box[data-min-value=true] .order-cart-amount__minus:after,.order-cart-amount .k1-cart-quantity-box[data-min-value=true] .order-cart-amount__minus:before{background-color:#d8d8d8}.order-cart-amount .k1-cart-quantity-box[data-max-value=true] .order-cart-amount__plus{pointer-events:none;background:linear-gradient(0deg,#fff,#fff),#f9f9f9;border:1px solid #e9e9e9}.order-cart-amount .k1-cart-quantity-box[data-max-value=true] .order-cart-amount__plus:after,.order-cart-amount .k1-cart-quantity-box[data-max-value=true] .order-cart-amount__plus:before{background-color:#d8d8d8}.order-cart-amount__count{border:none;background-color:#fff;outline:none;max-width:30px;margin:0 5px}.order-cart-amount__count input{display:block;width:100%;height:100%;border:none;background-color:#fff;outline:none;font-family:TT Fors,Roboto,sans-serif;font-size:16px;line-height:1.2;color:#222}.order-cart-amount__minus,.order-cart-amount__plus{width:36px;height:36px;border-radius:50%;background-color:#f9f9f9;border:1px solid #dadada;transition:border-color .3s linear,background-color .3s linear}.order-cart-amount__minus:after,.order-cart-amount__minus:before,.order-cart-amount__plus:after,.order-cart-amount__plus:before{transition:background-color .3s linear}.order-cart-amount__minus:hover,.order-cart-amount__plus:hover{background-color:#fff;border-color:#2b587a}.order-cart-amount__minus:hover:after,.order-cart-amount__minus:hover:before,.order-cart-amount__plus:hover:after,.order-cart-amount__plus:hover:before{background-color:#2b587a}.order-cart-amount__description{display:none}.order-cart-amount__remove-item .flex-body{width:auto;height:auto}.order-cart-amount__remove-item:hover .order-cart-amount__remove-item-icon svg{fill:#fa7272}.order-cart-amount__remove-item:hover .order-cart-amount__remove-item-text{color:#fa7272}.order-cart-amount__remove-item-icon{width:16px;height:16px;margin-right:5px}.order-cart-amount__remove-item-icon svg{width:100%;height:100%;display:block;fill:#686868;transition:fill .3s linear}.order-cart-amount__remove-item-text{font-weight:400;font-size:14px;line-height:1.4;color:#686868;padding-top:3px;transition:color .3s linear}.order-cart-price{flex:0 1 120px;padding-top:10px}@media (max-width:1199px){.order-cart-price{flex:0 1 auto}}@media (max-width:767px){.order-cart-price{padding:0}}.order-cart-price__body{padding-top:0}@media (max-width:767px){.order-cart-price__body{padding:0!important;margin-bottom:0}}.order-cart-price__current{margin-bottom:5px}@media (max-width:767px){.order-cart-price__current{margin-bottom:0;padding:0;line-height:20px}}.order-cart-price__current span{font-family:TT Fors,Roboto,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#222}.order-cart-price__old{position:static}@media (max-width:767px){.order-cart-price__old{margin-left:10px}}.order-cart-price__old span{font-weight:300;font-size:16px;line-height:19px;text-decoration:line-through;color:#6f6f6f;font-family:TT Fors,Roboto,sans-serif}@media (max-width:767px){.order-cart-price__old span{line-height:22px}}.order-cart-price__old span:after{display:none}.order__body{align-items:stretch;justify-content:space-between}@media (max-width:991px){.order__body{width:100%;flex-direction:column;align-items:flex-start;justify-content:center}}.order__cart{margin-bottom:50px}@media (max-width:767px){.order__cart{margin-bottom:10px}.order__cart .order-cart-amount__minus,.order__cart .order-cart-amount__plus{background-color:#fff;border:1px solid #d8d8d8}.order__cart .order-cart-amount__minus .basket-item-amount-btn-minus:after,.order__cart .order-cart-amount__minus .basket-item-amount-btn-plus:after,.order__cart .order-cart-amount__minus .basket-item-amount-btn-plus:before,.order__cart .order-cart-amount__plus .basket-item-amount-btn-minus:after,.order__cart .order-cart-amount__plus .basket-item-amount-btn-plus:after,.order__cart .order-cart-amount__plus .basket-item-amount-btn-plus:before{background-color:#d8d8d8}.order__cart .order-cart-amount__minus:hover,.order__cart .order-cart-amount__plus:hover{background-color:#fff;border:1px solid #2b587a}.order__cart .order-cart-amount__minus:hover .basket-item-amount-btn-minus:after,.order__cart .order-cart-amount__minus:hover .basket-item-amount-btn-plus:after,.order__cart .order-cart-amount__minus:hover .basket-item-amount-btn-plus:before,.order__cart .order-cart-amount__plus:hover .basket-item-amount-btn-minus:after,.order__cart .order-cart-amount__plus:hover .basket-item-amount-btn-plus:after,.order__cart .order-cart-amount__plus:hover .basket-item-amount-btn-plus:before{background-color:#2b587a}}.order__order{max-width:760px}@media (max-width:1199px){.order__order{max-width:unset;margin-right:20px}}@media (max-width:991px){.order__order{margin-right:0;max-width:100%;width:100%;margin-bottom:40px}}@media (max-width:991px){.order__main{max-width:100%;width:100%;margin-bottom:30px}}.order__title{margin-bottom:25px}div.order-info{padding-bottom:0}div.order-info__box{border:none;margin-bottom:30px}div.order-info__box .form-control::-moz-placeholder{opacity:.6}div.order-info__box .form-control:-ms-input-placeholder{opacity:.6}div.order-info__box .form-control::placeholder{opacity:.6}div.order-info__box.bx-step-error{border:none!important}div.order-info__box.bx-step-error .bx-soa-section-title-count{background-color:#fff;border-color:#e9e9e9}div.order-info__box.bx-step-error .bx-soa-section-title-count:before{display:none!important}div.order-info__box.bx-step-error .bx-soa-section-title-count:after{color:#dadada}div.order-info__box.bx-step-error .alert.alert-danger{display:none!important}div.order-info__box.opened .bx-soa-section-title{color:#2b587a;font-weight:700}div.order-info__box.opened .bx-soa-section-title span{font-weight:400}div.order-info__box.opened .bx-soa-section-title-count:after{color:#2b587a}div.order-info__box.opened .order-info-section-toggle-button:before{transform:translate(-6px,-50%) rotate(-35deg)}div.order-info__box.opened .order-info-section-toggle-button:after{transform:translateY(-50%) rotate(35deg)}div.order-info__toggle-button{position:absolute;width:30px;height:30px;display:block;right:30px;top:5px}div.order-info__toggle-button:after,div.order-info__toggle-button:before{display:block;content:"";position:absolute;width:10px;height:3px;background-color:#686868;border-radius:2px;left:50%;top:50%}div.order-info__toggle-button:before{transform:translate(-6px,-50%) rotate(35deg)}div.order-info__toggle-button:after{transform:translateY(-50%) rotate(-35deg)}div.order-info__title{padding:5px 10px;background:linear-gradient(0deg,#f9f9f9,#f9f9f9),#fff;border-radius:10px;margin-bottom:20px}div.order-info__title:hover{cursor:pointer}div.order-info__title h2{font-size:16px;line-height:1.4;color:#8e8e8e}div.order-info__title span.bx-soa-section-title-count{background:linear-gradient(0deg,#fff,#fff),#f9f9f9;border:1px solid #e9e9e9;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:15px}div.order-info__title span.bx-soa-section-title-count:after{font-size:16px;line-height:1.4;color:#dadada;position:static}div.order-info__title .bx-soa-section-title{padding:3px 0 0}div.order-info__content{overflow:hidden;padding:10px 0}div.order-info__content .bx-soa-coupon{max-height:0;overflow:hidden;margin:0;padding:0;border:none}div.order-info__pay-items{background:#f9fdff;border:1px solid #d2f1ff;border-radius:10px;align-items:stretch;overflow:hidden}@media (max-width:560px){div.order-info__pay-items{width:100%;flex-direction:column}}div.order-info__pay-item{flex:0 0 20%;flex-direction:column;justify-content:flex-start}@media (max-width:560px){div.order-info__pay-item{flex:unset;flex-direction:row;border-bottom:1px solid #d2f1ff!important}div.order-info__pay-item:last-child{border-bottom:unset!important}}div.order-info__pay-item:nth-child(2n){background-color:#fff}div.order-info__pay-item.bx-selected,div.order-info__pay-item:hover{cursor:pointer;background-color:#54a2c7}div.order-info__pay-item.bx-selected .order-info__pay-name,div.order-info__pay-item:hover .order-info__pay-name{color:#fff}div.order-info__pay-item.bx-selected .order-info__pay-icon svg,div.order-info__pay-item:hover .order-info__pay-icon svg{fill:#fff}div.order-info__pay-item.bx-soa-pp-company{padding-top:20px}@media (max-width:560px){div.order-info__pay-item.bx-soa-pp-company{padding:20px 15px}}div.order-info__pay-item+div.order-info__pay-item{border-left:1px solid #d2f1ff}div.order-info__pay-icon{width:40px;height:40px;margin-bottom:15px}div.order-info__pay-icon svg{width:100%;height:100%;display:block;fill:#000}@media (max-width:560px){div.order-info__pay-icon{width:30px;height:30px;margin-bottom:0;margin-right:15px}}div.order-info__pay-name{padding:0;margin:0;max-width:112px;font-family:TT Fors,Roboto,sans-serif;font-size:16px;line-height:1.4;color:#222;text-align:center}@media (max-width:560px){div.order-info__pay-name{max-width:unset}}div.order-info__delivery-block-title{margin-bottom:15px;font-weight:700;font-size:16px;line-height:19px;color:#2b587a}div.order-info__delivery-items{overflow:hidden}div.order-info__delivery-items .order-info__delivery-item.bx-soa-pp-company{padding:10px 15px}div.order-info__delivery-item{justify-content:space-between}div.order-info__delivery-item:hover{cursor:pointer}div.order-info__delivery-item+div.order-info__delivery-item{border-top:1px solid #dbdbdb}div.order-info__delivery-item.bx-soa-pp-company{padding-right:20px}div.order-info__delivery-chosen{background:#fff;border:1px solid #2b587a;border-radius:5px;padding:15px 20px;position:relative}div.order-info__delivery-chosen:hover{cursor:pointer}div.order-info__delivery-chosen.opened .order-info__delivery-chosen-chevron:before{transform:translate(-5px,-50%) rotate(-35deg)}div.order-info__delivery-chosen.opened .order-info__delivery-chosen-chevron:after{transform:translateY(-50%) rotate(35deg)}div.order-info__delivery-chosen .order-info__delivery-item{padding-right:30px}div.order-info__delivery-item-info-box{margin-right:20px;flex:1 1 100%}div.order-info__delivery-item-price-box{flex:0 0 auto;font-weight:700;font-size:20px;line-height:23px;color:#222}div.order-info__delivery-chosen-chevron{position:absolute;top:50%;right:25px;transform:translateY(-50%)}div.order-info__delivery-chosen-chevron:after,div.order-info__delivery-chosen-chevron:before{height:2px;width:7px}div.order-info__delivery-chosen-chevron:before{transform:translate(-5px,-50%) rotate(35deg)}div.order-info__delivery-chosen-chevron:after{transform:translateY(-50%) rotate(-35deg)}div.order-info__delivery-title{font-family:TT Fors,Roboto,sans-serif;font-size:16px;line-height:1.2;color:#222;text-align:left;margin-bottom:10px}div.order-info__delivery-description{font-family:TT Fors,Roboto,sans-serif;font-size:14px;line-height:1.5;color:#686868}div.order-info__delivery-inputs-box{padding-bottom:25px;padding-top:25px}div.order-info__delivery-inputs-body{flex-wrap:wrap;justify-content:space-between}div.order-info__delivery-input{flex:0 0 50%;max-width:370px;margin-bottom:20px}@media (max-width:1199px){div.order-info__delivery-input{flex:0 0 calc(50% - 5px)}}@media (max-width:560px){div.order-info__delivery-input{max-width:unset;flex:0 1 100%}}div.order-info__delivery-input.k1-error input::-moz-placeholder{color:rgba(250,114,114,.6)}div.order-info__delivery-input.k1-error input:-ms-input-placeholder{color:rgba(250,114,114,.6)}div.order-info__delivery-input.k1-error input::placeholder{color:rgba(250,114,114,.6)}div.order-info__delivery-input input{display:block;width:100%;height:100%;border:none;outline:none;padding:5px 10px;background:transparent}div.order-info__delivery-number{max-width:175px;flex:0 0 25%}@media (max-width:1199px){div.order-info__delivery-number{flex:0 0 calc(25% - 10px)}}@media (max-width:560px){div.order-info__delivery-number{max-width:unset;flex:0 0 calc(50% - 5px)}}div.order-info__delivery-flat{max-width:175px;flex:0 0 25%}@media (max-width:1199px){div.order-info__delivery-flat{flex:0 0 calc(25% - 10px)}}@media (max-width:560px){div.order-info__delivery-flat{max-width:unset;flex:0 0 calc(50% - 5px)}}div.order-info__user-fields{align-items:flex-start;flex-wrap:wrap;justify-content:space-between;padding:0}div.order-info__user-input{position:relative;background:none;flex:0 1 50%;max-width:370px}@media (max-width:1199px){div.order-info__user-input{max-width:unset;flex:0 1 calc(50% - 5px)}}@media (max-width:560px){div.order-info__user-input{flex:0 1 100%}}div.order-info__user-input .bx-soa-tooltip-danger{display:none!important}div.order-info__user-input.k1-error input::-moz-placeholder{color:rgba(250,114,114,.6)}div.order-info__user-input.k1-error input:-ms-input-placeholder{color:rgba(250,114,114,.6)}div.order-info__user-input.k1-error input::placeholder{color:rgba(250,114,114,.6)}div.order-info__user-input.k1-error svg{fill:#fa7272}div.order-info__user-input label{display:none}div.order-info__user-input input{background:none}div.order-info__user-input.form-group{margin-bottom:0}div.order-info__user-input.form-group:first-child{margin-bottom:20px}@media (max-width:560px){div.order-info__user-input.form-group{margin-bottom:15px}}div.order-info__user-input[data-k1-fake-user-field=k1-fake-name]{order:1;margin-bottom:15px}div.order-info__user-input[data-k1-fake-user-field=k1-fake-surname]{order:2;margin-bottom:15px}div.order-info__user-input[data-property-id-row="3"]{order:2}div.order-info__user-input[data-property-id-row="2"]{order:3}div.order-info__user-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;display:block}div.order-info__user-icon svg{display:block;width:100%;height:100%;fill:#b9b9b9}div.order-info__comment{margin-bottom:0}div.order-info__comment-field{padding:0;height:120px}div.order-info__comment-field .bx-soa-customer-field{margin:0;padding:0}div.order-info__comment-field label{display:none}div.order-info__comment-field textarea{padding:5px 10px;resize:none;height:120px}div.order-info .soa-property-container{height:100%}div.order-mobile{display:none;width:100%;align-items:center;justify-content:flex-start}@media (max-width:767px){div.order-mobile{display:flex}}@media (max-width:340px){div.order-mobile{flex-direction:column}}div.order-mobile__img{margin-right:10px}div.order-mobile__img .basket-item-image{margin:0;padding:0}@media (max-width:767px){div.order-mobile__img{position:relative}div.order-mobile__img .basket-item-label-ring.basket-item-label-small{width:40px;height:40px;font-size:14px;line-height:20px;position:absolute;top:10px;left:0}}div.order-mobile__title .basket-item-info-name-link{display:block;padding-left:40px;text-decoration:none;text-transform:uppercase;font-family:TT Fors,Roboto,sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#2b587a}@media (max-width:340px){div.order-mobile__title .basket-item-info-name-link{width:100%;padding:0 10px;text-align:center}}div.order-mobile__title .basket-item-info-name-link:hover{text-decoration:none}div.order-mobile__delete{display:none}@media (max-width:767px){div.order-mobile__delete{cursor:pointer;display:block;width:20px;height:40px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%232B587A'/%3E%3Ccircle cx='2' cy='10' r='2' fill='%232B587A'/%3E%3Ccircle cx='2' cy='18' r='2' fill='%232B587A'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:4px;filter:contrast(0);position:absolute;top:0;right:12px}div.order-mobile__delete.open{filter:unset}}.bx-soa-section-title-container{position:relative}.order-success__title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:15px}.order-success__subtitle{font-weight:400;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:25px}.order-success__data{width:760px;margin-bottom:40px}@media (max-width:1199px){.order-success__data{width:100%}}.order-success__data-title{width:100%;font-weight:700;font-size:16px;line-height:140%;color:#2b587a;padding:14px 20px;background:linear-gradient(0deg,#f9f9f9,#f9f9f9),#fff;border-radius:10px;margin-bottom:20px}.order-success__data-wrap{width:100%}.order-success__data-item{width:100%;display:flex;align-items:flex-start;font-weight:400;font-size:16px;line-height:140%;margin-bottom:15px}.order-success__data-item:last-child{margin-bottom:0}@media (max-width:560px){.order-success__data-item:nth-child(5),.order-success__data-item:nth-child(8){flex-direction:column}.order-success__data-item:nth-child(5) .order-success__data-left,.order-success__data-item:nth-child(8) .order-success__data-left{margin-bottom:15px}.order-success__data-item:nth-child(5) .order-success__data-right,.order-success__data-item:nth-child(8) .order-success__data-right{width:100%}}.order-success__data-left{width:35%;color:#969696}@media (max-width:767px){.order-success__data-left{width:40%}}@media (max-width:560px){.order-success__data-left{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:8px}}.order-success__data-right{width:65%;color:#2b587a}@media (max-width:767px){.order-success__data-right{width:60%}}@media (max-width:560px){.order-success__data-right{width:auto}}.order-success__data-box{width:100%;min-height:90px;padding:10px 20px;background:linear-gradient(0deg,#f9f9f9,#f9f9f9),#fff;border-radius:10px;font-size:14px;color:#686868}.order-success__data-box .data-title{font-size:16px;color:#222}.order-success__data-box .data-gray{font-size:16px;color:#969696}.order-success__mail{display:flex;align-items:center;width:100%;position:relative;padding-bottom:30px;margin-bottom:20px}.order-success__mail:before{content:"";width:100%;height:1px;display:block;background:#dadada;position:absolute;left:0;bottom:0}@media (max-width:767px){.order-success__mail{flex-direction:column;align-items:flex-start}}.order-success__mail-text{font-weight:400;font-size:16px;line-height:1.4;color:#969696;margin-right:20px}@media (max-width:767px){.order-success__mail-text{margin-right:0;margin-bottom:10px}}.order-success__mail-form{display:flex;align-items:center}@media (max-width:767px){.order-success__mail-form{width:100%}}.order-success__mail-label{position:relative;width:370px;margin-right:20px;margin-bottom:0}@media (max-width:767px){.order-success__mail-label{width:100%}}.order-success__mail-input{width:100%;height:40px;padding:10px 10px 10px 40px;background:#f9f9f9;border:1px solid #dadada;border-radius:5px;font-weight:400;font-size:14px;color:#222}.order-success__mail-icon{width:16px;height:16px;position:absolute;top:12px;left:15px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.594 1.906H1.406c-.216 0-.419.053-.602.141l7.165 7.165L9.575 7.67l5.621-5.622a1.39 1.39 0 00-.602-.14zM15.86 2.71L10.57 8l5.289 5.29a1.39 1.39 0 00.14-.602V3.312a1.39 1.39 0 00-.14-.602zM.14 2.71a1.39 1.39 0 00-.14.602v9.375c0 .217.053.42.14.603L5.43 8 .14 2.71z' fill='%23B9B9B9'/%3E%3Cpath d='M9.906 8.663L8.3 10.206a.467.467 0 01-.663 0L6.094 8.663l-5.29 5.29c.183.088.386.14.602.14h13.188c.216 0 .419-.053.602-.14l-5.29-5.29z' fill='%23B9B9B9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:16px}.order-success__mail-button{cursor:pointer;padding:10px 18px;background:#fff;border:1px solid #2b587a;border-radius:5px;font-size:16px;line-height:18px;color:#2b587a;transition:all .3s linear}.order-success__mail-button:hover{background:#2b587a;color:#fff}.order-success__link{font-size:16px;color:#2b587a}.order-success__product-title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:25px}.order-success__product-item{padding-bottom:30px;border-bottom:1px solid #dadada;margin-bottom:30px}.order-success__product-row{display:flex}@media (max-width:560px){.order-success__product-row{margin-bottom:10px}}.order-success__product-left{position:relative;width:180px;height:120px;margin-right:15px}@media (max-width:560px){.order-success__product-left{width:100px;height:70px}}.order-success__product-decount{width:50px;height:50px;display:flex;flex-shrink:0;align-items:center;justify-content:center;position:absolute;top:10px;left:10px;border-radius:100%;background:#ff6c81}.order-success__product-decount div{font-weight:700;font-size:15px;line-height:18px;color:#fff}@media (max-width:560px){.order-success__product-decount{width:40px;height:40px;top:0;left:0}.order-success__product-decount div{font-size:14px;line-height:19px}}.order-success__product-right{width:calc(100% - 180px);display:flex;justify-content:space-between}@media (max-width:560px){.order-success__product-right{width:calc(100% - 100px)}}.order-success__product-colum{width:300px}@media (max-width:1199px){.order-success__product-colum{width:250px}}@media (max-width:991px){.order-success__product-colum{width:300px}}@media (max-width:767px){.order-success__product-colum{width:unset}}@media (max-width:560px){.order-success__product-colum{width:100%;margin-right:10px}}.order-success__product-desc{display:flex;flex-wrap:wrap;flex-direction:column;max-height:56px}.order-success__product-desc p{margin-right:20px;font-weight:500;font-size:14px;line-height:2;color:#969696}@media (max-width:560px){.order-success__product-desc{display:none}}.order-success__product-mobile-desc{display:none;flex-wrap:wrap;flex-direction:column;max-height:56px}.order-success__product-mobile-desc p{margin-right:20px;font-weight:500;font-size:14px;line-height:2;color:#969696}@media (max-width:560px){.order-success__product-mobile-desc{display:flex}}.order-success__product-name{text-transform:uppercase;font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:15px}.order-success__product-name:active,.order-success__product-name:focus,.order-success__product-name:hover{text-decoration:none}.order-success__product-mobile-count{display:none;font-size:16px;line-height:1.2;color:#222}@media (max-width:560px){.order-success__product-mobile-count{display:block}}.order-success__product-count{font-size:16px;line-height:1.2;color:#222;margin:0 20px}@media (max-width:767px){.order-success__product-count{flex-shrink:0;margin:0 15px}}@media (max-width:560px){.order-success__product-count{display:none}}.order-success__product-price{display:flex;flex-direction:column}@media (max-width:767px){.order-success__product-price{flex-shrink:0}}.order-success__product-new{font-weight:700;font-size:20px;line-height:23px;color:#222;margin-bottom:10px}.order-success__product-old{text-align:right;font-weight:300;font-size:16px;line-height:19px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f}.order-success__delivery{display:flex;flex-direction:column;align-items:flex-end;padding-bottom:30px;border-bottom:1px solid #dadada;margin-bottom:30px}.order-success__delivery-item{display:flex;align-items:center}@media (max-width:560px){.order-success__delivery-item{width:100%;justify-content:space-between}}.order-success__delivery-left{min-width:130px;margin-right:10px;font-weight:400;font-size:16px;line-height:1.4;color:#969696}.order-success__delivery-right{min-width:120px;text-align:right;font-weight:700;font-size:20px;line-height:23px;color:#222}.order-success__resault{display:flex;align-items:cenfeter;justify-content:flex-end;padding-bottom:30px;border-bottom:1px solid #dadada;margin-bottom:30px}@media (max-width:560px){.order-success__resault{justify-content:space-between}}.order-success__resault-left{font-weight:700;font-size:24px;line-height:28px;color:#2b587a;margin-right:74px}.order-success__resault-right{min-width:120px;text-align:right;font-weight:700;font-size:24px;line-height:28px;color:#ff6c81}.order-success__btn{cursor:pointer;display:block;width:100%;padding:12px 20px;margin-top:25px;background:#fa7272;border:1px solid #fa7272;border-radius:5px;font-weight:700;font-size:16px;text-align:center;color:#fff;transition:background .3s linear,color .3s linear}.order-success__btn:focus,.order-success__btn:hover{text-decoration:none;background:#fff;color:#fa7272}.order-success__btn.disable{display:none}.order-success__btn.blue{margin-top:0;margin-bottom:25px;padding:8px 15px;background:#2b587a;border:1px solid #2b587a;font-weight:400}.order-success__btn.blue:hover{background:#fff;color:#2b587a}#order-success{padding:25px;position:-webkit-sticky;position:sticky;top:10px;height:unset}@media (max-width:767px){.main-user-consent-request-popup{z-index:9999999}.main-user-consent-request-popup .main-user-consent-request-popup-cont{width:100%}.main-user-consent-request-popup .main-user-consent-request-popup-header{max-width:unset}.main-user-consent-request-popup .main-user-consent-request-popup-text{width:100%;max-height:300px}}.order__aside{flex:0 0 360px}@media (max-width:1199px){.order__aside{margin-left:10px}}@media (max-width:991px){.order__aside{flex:unset;width:100%;margin-left:0}}.order-box__total{position:-webkit-sticky;position:sticky;top:10px;height:unset}.order-aside__total-body{flex-direction:column;justify-content:flex-start;align-items:flex-start;box-shadow:0 10px 10px 7px rgba(0,0,0,.1)}.order-aside__total-body .bx-soa-cart-total-line{border:none}.order-aside__total-box{width:100%;font-family:TT Fors,Roboto,sans-serif}.order-aside__total-box.order-aside__total-coupon-block{padding-bottom:0}.order-aside__total-box.order-aside__total-coupon-block.open{border-bottom:1px solid #dadada}.order-aside__total-box.order-aside__total-coupon-block.open .order-aside__coupon-block{margin-top:0;padding-top:0;border-top:unset}.order-aside__total-box .bx-soa-cart-total-line{display:flex;align-items:center;justify-content:space-between;padding:0}.order-aside__total-name{font-size:16px;line-height:1.4;color:#969696}.order-aside__total-value{font-size:16px;line-height:1.4;text-align:right;color:#686868;margin-left:15px}.order-aside__total-info-block{order:2;padding:25px 0;border-bottom:1px solid #dadada}.order-aside__total-info-block .bx-soa-cart-total-line+.bx-soa-cart-total-line{margin-top:15px}.order-aside__total-price-block{order:1;padding-bottom:25px;border-bottom:1px solid #dadada}.order-aside__total-save-block{order:4;padding-top:30px}.order-aside__total-save-block .bx-soa-cart-total-button-container{padding:0;margin-bottom:30px}.order-aside__total-save-block .order-aside__save-btn.dont-save{pointer-events:none;opacity:.5}.order-aside__total-price{margin-bottom:30px}.order-aside__total-price .order-aside__total-name{font-weight:700;font-size:24px;line-height:28px;color:#2b587a}.order-aside__total-price .order-aside__total-value{font-weight:700;font-size:30px;line-height:35px;color:#fa7272}.order-aside__total-goods-price{margin-bottom:20px}.order-aside__save-btn{background-color:#fa7272;color:#fff;border-color:#fa7272;font-weight:700;font-size:16px;line-height:19px;border-radius:5px;transition:none}.order-aside__save-btn:active,.order-aside__save-btn:focus,.order-aside__save-btn:hover{background-color:#2b587a!important;border-color:#2b587a!important;color:#fff!important}.order-aside__total-consent .confirm__wrap{margin-left:46px}.order-aside__total-consent label{font-weight:400;font-size:14px;line-height:1.4;color:#686868;max-width:253px}@media (max-width:991px){.order-aside__total-consent label{max-width:unset;line-height:26px;margin-bottom:0}}.order-aside__total-consent label a{color:#2b587a;text-decoration:none}.order-aside__total-consent label a:hover{text-decoration:none}.order-aside__total-coupon-block{padding-top:25px;padding-bottom:30px;order:3;border-bottom:unset}.order-aside .bx-soa-coupon{margin-top:25px}.order-aside .bx-soa-coupon-item{display:flex;flex-direction:column;align-items:center}.order-aside .bx-soa-coupon-item strong{margin:0!important}.order-aside .bx-soa-coupon-item .tooltip-inner{min-width:80px;padding:3px 6px}.order-aside .bx-soa-coupon-label{display:none}.order-aside__total-promocode .order-aside__total-value:hover{cursor:pointer;color:#2b587a}.order-aside__coupon-block{max-height:0;overflow:hidden;margin:0;padding:0;border:none}.order-aside__coupon-block .bx-soa-coupon-block{padding:15px 0}.order-aside__coupon-input:after{display:none}.order-aside__coupon-input.k1-focus input,.order-aside__coupon-input input{height:100%!important;border:none!important}.order-aside__coupon-input input{background:transparent!important;display:block;width:100%;border-radius:5px!important}.order-aside__coupon-fake-button{background-color:#2b587a;border:1px solid #2b587a;border-radius:5px;font-size:16px;line-height:19px;text-align:center;color:#fff;padding:10px;width:100%;margin-top:20px}.order-aside__coupon-fake-button:hover{background-color:#fff;color:#2b587a;cursor:pointer}.order-aside__coupon-info-block{display:none;text-align:center;font-size:16px;color:#2b587a}.order-aside__coupon-info-block.success{color:#3ba428}.home-top-goods__title{margin-bottom:40px;font-weight:700}.home-top-goods .good-item{flex:0 1 calc(25% - 7px);max-width:278px;height:319px;margin-right:19px;margin-bottom:30px}.home-top-goods .good-item.last{margin-right:0}.home-top-goods .good-item.can-hover:hover .good-item__hover{height:323px;width:318px}@media (max-width:767px){.home-top-goods .good-item.can-hover:hover .good-item__hover{width:100%;height:auto}}.home-top-goods .good-item.can-hover:hover .good-item__picture{width:278px;height:194px}@media (max-width:767px){.home-top-goods .good-item.can-hover:hover .good-item__picture{width:100%}}.home-top-goods .good-item.can-hover:hover .good-item__info{width:278px}.home-top-goods .good-item.can-hover:hover .good-item__name{text-decoration:none}.home-top-goods .good-item__picture{width:278px;height:194px}.home-top-goods .good-item .advantages-card{height:319px}.home-top-goods .good-item .advantages-card__text{font-size:18px;line-height:21px}.home-top-goods .good-item .advantages-card__items{bottom:0}.big-banner{margin-bottom:80px;margin-top:50px}.big-banner__slider-wrapper{position:relative}.big-banner__item,.big-banner__slider{display:flex;justify-content:space-between}.big-banner__item{position:relative;height:400px;background:linear-gradient(115.82deg,rgba(225,210,203,.4),hsla(0,0%,100%,0));background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:10px;padding:34px 30px 30px;width:49.4%;flex-direction:column}.big-banner__item,.big-banner__item:hover{text-decoration:none}.big-banner__item:hover .big-banner__button{background-color:#fff;color:#2b587a}.big-banner__text{max-width:390px;font-weight:700;font-size:32px;line-height:37px}.big-banner__text.blue{color:#2b587a}.big-banner__text.white{color:#fff}@media (max-width:1199px){.big-banner__text{max-width:310px}}.big-banner__sale{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ff6c81;border-radius:100%;position:absolute;top:20px;right:20px}.big-banner__sale-top{margin-left:-6px;font-size:10px;line-height:12px;text-transform:uppercase;color:#fff}.big-banner__sale-center{font-weight:700;font-size:46px;line-height:54px;color:#fff}.big-banner__sale-bottom{font-size:10px;line-height:12px;text-transform:uppercase;color:#fff}.big-banner__button{display:flex;align-items:center;justify-content:center;padding:0 20px;width:200px;height:50px;background-color:#2b587a;border-radius:5px;font-weight:700;font-size:18px;line-height:21px;border:1px solid #2b587a;color:#fff;transition:color .3s linear,background-color .3s linear}.big-banner__button:hover{cursor:pointer}.big-banner__next{right:-20px}.big-banner__prev{left:-20px}.big-banner__pagination{left:50%;bottom:-30px}.main-reviews{margin-bottom:80px}.main-reviews__slider-wrapper{padding-bottom:20px;margin-bottom:30px;position:relative}.main-reviews__slider-wrapper.client{padding-bottom:30px}@media (max-width:767px){.main-reviews__slider-wrapper{padding-bottom:30px;margin-bottom:60px}.main-reviews__slider-wrapper:before{content:"";width:100%;height:1px;display:block;background-color:#e2e2e2;position:absolute;left:0;bottom:-30px}}.main-reviews__title{font-weight:700;font-size:22px;line-height:26px;color:#2b587a;margin-bottom:45px}@media (max-width:767px){.main-reviews__title{display:none}}.main-reviews__title-mobile{display:none;font-weight:700;font-size:22px;line-height:26px;color:#2b587a;margin-bottom:40px}@media (max-width:767px){.main-reviews__title-mobile{display:block}}.main-reviews__wrap{display:flex;align-items:stretch;justify-content:space-between}.main-reviews__items{width:32%;overflow:hidden}@media (max-width:991px){.main-reviews__items{width:50%}}.main-reviews__top{display:flex;margin-bottom:45px}.main-reviews__top.client{padding-left:21px}.main-reviews__left{min-width:115px;width:25%;display:flex;align-items:center;justify-content:center;margin-right:30px;border-radius:5px}.main-reviews__left img{width:100%}.main-reviews__right{width:75%}@media (max-width:991px){.main-reviews__right{width:unset}}.main-reviews__stars{margin-bottom:10px}.main-reviews__name{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:10px}.main-reviews__info{display:flex;font-size:14px;line-height:16px;color:#6f6f6f}.main-reviews__city{margin-right:15px}.main-reviews__city,.main-reviews__date{width:-webkit-max-content;width:-moz-max-content;width:max-content}.main-reviews__bottom{position:relative;max-width:345px;font-size:16px;line-height:140%;color:#676767;z-index:1;margin-left:20px}.main-reviews__bottom:before{content:"";width:120px;height:80px;background-image:url(/custom/img/icons/svg/quotes.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;display:block;position:absolute;top:-28px;left:-18px;z-index:-1}@media (max-width:991px){.main-reviews__bottom{max-width:unset}}.main-reviews__button,.main-reviews__row{display:flex;align-items:center;justify-content:center}.main-reviews__button{cursor:pointer;padding:10px 26px;border:1px solid #2b587a;border-radius:5px}.main-reviews__button:hover{text-decoration:none;border-color:#54a2c7;background-color:rgba(84,162,199,.05)}.main-reviews__button>span{font-size:16px;line-height:19px;color:#2b587a;margin-right:4px}.main-reviews__pagination{bottom:0}.main-reviews__swiper-prev{left:-20px}.main-reviews__swiper-next{right:-20px}@media (max-width:767px){.main-reviews__text{display:none}}.main-reviews__mobile-text{display:none}@media (max-width:767px){.main-reviews__mobile-text{display:block}}.stars{width:12px;height:11px;display:inline-block;background-repeat:no-repeat;background-position:50%;background-size:cover}.stars.colored svg{fill:#fa7272}.stars svg{width:100%;height:100%;display:block;stroke:#fa7272;fill:#fff}.yandex i{font-style:normal}@media (max-width:500px){.yandex i{display:none}}.yandex__one{color:#e53717}.yandex__one,.yandex__two{font-weight:500;font-size:16px;line-height:19px}.yandex__two{color:#222;margin-right:4px}.yandex__tree{font-size:16px;line-height:19px;color:#222}.main-reviews-client__pagination{bottom:0}.main-articles{margin-top:80px}.main-articles__title{font-weight:700}@media (max-width:991px){.main-articles{margin-top:0;margin-bottom:50px}}.main-articles__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.main-articles__button-top{padding:10px 22px;transition:all .3s linear}.main-articles__button-top:hover{text-decoration:none;background:#2b587a;border-color:#2b587a;color:#fff}@media (max-width:560px){.main-articles__button-top{display:none}}.main-articles__slider-wrapper{padding-bottom:30px;margin-bottom:30px;position:relative;width:100%}@media (max-width:991px){.main-articles__slider-wrapper{padding-bottom:0}}.main-articles__wrap{display:flex;align-items:stretch}.main-articles__item{height:auto;display:flex;flex-direction:column;padding:1px}.main-articles__item:hover .main-articles__name{color:#54a2c7}.main-articles__item:hover .main-articles__button{opacity:1}.main-articles__top{display:flex;align-items:center;justify-content:center;margin-bottom:30px;height:254px;min-height:254px;max-height:254px}.main-articles__top img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.main-articles__bottom{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;height:100%;display:flex;flex-direction:column;justify-content:space-between}.main-articles__name{height:42px;font-weight:700;font-size:18px;line-height:21px;color:#2b587a;margin-bottom:20px;text-decoration:none}.main-articles__name:hover{text-decoration:none}.main-articles__info{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;height:100%;display:flex;flex-direction:column;justify-content:space-between}.main-articles__text{max-width:365px;font-size:16px;line-height:140%;color:#6f6f6f;margin-bottom:20px;height:90px;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;box-orient:vertical}@media (max-width:991px){.main-articles__text{display:none}}.main-articles__button{opacity:0;padding:10px 22px;transition:all .3s linear}.main-articles__button:hover{text-decoration:none;background:#2b587a;border-color:#2b587a;color:#fff}.main-articles__next,.main-articles__prev{top:24%}.main-articles__next.disable,.main-articles__prev.disable{display:none}.main-articles__next{right:-20px}.main-articles__prev{left:-20px}.main-articles__pagination{left:50%;bottom:0}@media (max-width:991px){.main-articles__pagination{bottom:-30px}}.head-banners{height:400px;max-width:1920px;width:100%;margin:0 auto}@media (min-width:1980px){.head-banners{max-width:100%}}@media (max-width:991px){.head-banners{display:none;height:100%}}.main-baner{height:400px;background-repeat:no-repeat;background-position:50%;background-size:cover;padding:64px 0 84px}.main-baner,.main-baner:hover{text-decoration:none}.main-baner:hover .main-baner__button{color:#2b587a;background-color:#fff}@media (max-width:991px){.main-baner{background-image:unset!important;padding:0;height:100%}}.main-baner__wrap{display:flex}@media (max-width:991px){.main-baner__wrap{background-repeat:no-repeat;background-position:50%;background-size:cover;padding:20px 20px 40px 30px;border-radius:10px;min-height:280px}}.main-baner__left{flex-basis:80%}@media (max-width:991px){.main-baner__left{display:flex;flex-direction:column;justify-content:space-between;flex-basis:65%}}.main-baner__title{max-width:638px;font-weight:700;font-size:42px;line-height:49px;color:#fff;margin-bottom:10px}@media (max-width:991px){.main-baner__title{font-weight:700;font-size:26px;line-height:30px;margin-top:15px}}.main-baner__text{max-width:462px;font-weight:500;font-size:18px;line-height:140%;color:#fff;margin-bottom:45px}@media (max-width:560px){.main-baner__text{display:none}}.main-baner__button{width:200px;padding:15px 30px;background-color:#2b587a;border-radius:5px;border:1px solid #2b587a;font-weight:700;font-size:18px;line-height:20px;display:flex;align-items:center;justify-content:center;color:#fff;transition:color .3s linear,background-color .3s linear}.main-baner__right{flex-basis:20%}@media (max-width:991px){.main-baner__right{flex-shrink:0;margin-top:20px;display:flex;align-items:flex-start;justify-content:flex-end;flex-basis:35%;padding-right:18px}}.main-baner__sale{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.main-baner__sale:before{content:"";width:120px;height:120px;display:block;border-radius:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ff6c81;z-index:-1}.main-baner__sale-bottom,.main-baner__sale-top{font-size:10px;line-height:16px;color:#fff;text-align:center;text-transform:uppercase}.main-baner__sale-center{font-weight:700;font-size:46px;line-height:54px;color:#fff;text-align:center}.main-baner__slider-container{position:relative}.main-baner__pagination{bottom:30px}@media (max-width:991px){.main-baner__pagination{bottom:15px}}.main-baner__pagination .swiper-pagination-bullet{background:linear-gradient(0deg,#bebebe,#bebebe),linear-gradient(0deg,#c4c7e6,#c4c7e6),#c4c7e6}.main-baner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ed8b88}.filter{padding-bottom:70px;padding-top:40px}@media (max-width:991px){.filter{padding:20px 0}}.filter__wrap{display:flex}@media (max-width:991px){.filter__wrap{flex-direction:column-reverse}}.filter__left{max-width:255px;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-right:20px}@media (max-width:991px){.filter__left{max-width:unset;width:100%}}.filter__left .drop-menu__couter{margin-bottom:0;text-decoration:none}.filter__left .drop-menu__couter:hover{text-decoration:none}@media (max-width:991px){.filter__left .drop-menu__couter{display:none}}.filter__right{width:100%;display:flex;flex-direction:column;justify-content:space-between}.filter__title{font-weight:500;font-size:20px;line-height:23px;color:#2b587a;margin-bottom:20px}@media (max-width:991px){.filter__title{display:none}}.filter__desc{font-size:16px;line-height:150%;color:#676767;margin-bottom:26px}@media (max-width:991px){.filter__desc{display:none}}.filter__type{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}@media (max-width:767px){.filter__type{flex-wrap:wrap;align-items:stretch;margin-bottom:20px}}.filter__type-item{width:20%;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #d2f1ff;text-decoration:none}.filter__type-item:hover{text-decoration:none;background:#54a2c7;border:1px solid #54a2c7}.filter__type-item:hover .filter__type-text{color:#fff!important}.filter__type-item:hover .filter__type-img{filter:brightness(100) saturate(0)}@media (max-width:767px){.filter__type-item{width:50%}.filter__type-item:nth-child(2){border-radius:0 10px 0 0}.filter__type-item:nth-child(5){border-radius:0 0 0 10px}}.filter__type-item--mobile{display:none}@media (max-width:767px){.filter__type-item--mobile{display:flex}.filter__type-item--mobile>img{width:60px}}.filter .filter__type-item:first-child{border-radius:10px 0 0 10px}@media (max-width:767px){.filter .filter__type-item:first-child{border-radius:10px 0 0 0}}.filter .filter__type-item:nth-child(5){border-radius:0 10px 10px 0}@media (max-width:767px){.filter .filter__type-item:nth-child(5){border-radius:0 0 0 10px}}.filter .filter__type-item:last-child{border-radius:0 10px 10px 0}@media (max-width:767px){.filter .filter__type-item:last-child{border-radius:0 0 10px 0}}.filter__type-img{margin-bottom:14px}@media (max-width:767px){.filter__type-img{-o-object-fit:cover;object-fit:cover;width:60%}}@media (max-width:560px){.filter__type-img{width:80%}}.filter__type-text{font-size:16px;line-height:140%;color:#222}.filter__popular{width:100%;display:flex;border:1px solid #d2f1ff;border-radius:10px}@media (max-width:991px){.filter__popular{display:none}}.filter__popular-top{padding:30px;background:#f5fcff;border-radius:10px 0 0 10px;width:calc(100% - 350px)}@media (max-width:1199px){.filter__popular-top{width:calc(100% - 100px)}}.filter__popular-top .filter__popular-row{flex-wrap:wrap;flex-direction:column;justify-content:flex-start;max-height:350px}.filter__popular-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.filter__popular-mobile{display:none}@media (max-width:991px){.filter__popular-mobile{display:flex;align-items:center;font-weight:700;font-size:16px;line-height:140%;color:#222}.filter__popular-mobile img{margin-right:14px}}.filter__popular-text{display:flex;align-items:center;font-weight:700;font-size:16px;line-height:140%;color:#222}.filter__popular-text img{margin-right:14px}.filter__popular-link{font-size:14px;line-height:200%;color:#54a2c7}.filter__popular-link:hover{text-decoration:none}.filter__popular-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width:991px){.filter__popular-row{align-items:flex-start;justify-content:space-between}}@media (max-width:767px){.filter__popular-row{flex-direction:column}}.filter__popular-colum:nth-child(odd){margin-bottom:15px}.filter__popular-subtitle{font-size:14px;line-height:200%;color:#54a2c7}.filter__popular-list{position:relative}.filter__popular-list:before{content:"";width:1px;height:86%;display:block;background:#d2f1ff;position:absolute;left:0;top:50%;transform:translateY(-50%)}.filter__popular-item{font-size:14px;line-height:200%;color:#222;padding-left:16px}.filter__popular-item a{position:relative;padding-right:30px;text-decoration:none}.filter__popular-item a:before{opacity:0;content:"";width:18px;height:18px;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);background-image:url(/custom/img/icons/sprite.svg#filter-arrow);background-repeat:no-repeat;background-position:50%;background-size:cover}.filter__popular-item a:hover{text-decoration:none;color:#54a2c7}.filter__popular-item a:hover:before{opacity:1}.filter__popular-item.active{font-weight:700}.filter__popular-bottom{max-width:350px;padding:30px 30px 10px;background:#fff;border-radius:0 10px 10px 0}.filter__popular-bottom .filter__popular-row{flex-direction:column;align-items:flex-start}@media (max-width:991px){.filter__popular-bottom .filter__popular-row,.filter__popular-bottom .filter__popular-row li,.filter__popular-bottom .filter__popular-row ul{width:100%}}@media (max-width:991px){.filter__popular-bottom .filter__popular-text{display:none}}@media (max-width:991px){.filter__popular-bottom{max-width:unset;padding:30px;margin-bottom:40px;border-radius:10px 10px 10px 10px;border:1px solid #dbdbdb}}@media (max-width:560px){.filter__popular-bottom{padding:20px 20px 5px;margin-bottom:30px}}.filter__popular-items{display:flex;align-items:center;justify-content:flex-start;font-size:14px;line-height:100%;color:#222;margin-bottom:18px}.filter__popular-items img{margin-right:18px;width:20px;height:20px}.filter__popular-items a{position:relative;padding-right:30px;text-decoration:none}.filter__popular-items a:before{opacity:0;content:"";width:18px;height:18px;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);background-image:url(/custom/img/icons/sprite.svg#filter-arrow);background-repeat:no-repeat;background-position:50%;background-size:cover}.filter__popular-items:hover{color:#54a2c7}.filter__popular-items:hover a{text-decoration:none;color:#54a2c7}.filter__popular-items:hover a:before{opacity:1}.filter__popular-items.active{font-weight:700}@media (max-width:991px){.filter__popular-items a{padding-right:0;width:100%}}.filter__popular-arrow{opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);display:block;width:18px;height:18px;background-repeat:no-repeat;background-position:50%;background-size:cover}.filter__form,.filter__popular--mb{margin-bottom:20px}.filter__form{width:100%;padding:20px 20px 30px;background:#2b587a;border-radius:10px;z-index:87}@media (max-width:991px){.filter__form{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:0}}.filter__form-title{font-weight:700;font-size:16px;line-height:19px;color:#fff;margin-bottom:30px}@media (max-width:991px){.filter__form-title{width:100%}}.filter__form-row{margin-bottom:10px;position:relative}.filter__form-row.opened .filter__form-list{overflow-y:auto;z-index:1;box-shadow:0 8px 20px 2px #222}@media (max-width:767px){.filter__form-row.opened .filter__form-list{display:flex;z-index:900001}}@media (max-width:991px){.filter__form-row{width:46%}}@media (max-width:360px){.filter__form-row{width:100%}}.filter__form-subtitle{font-weight:700;font-size:14px;line-height:18px;color:#fff;margin-bottom:10px}@media (max-width:991px){.filter__form-subtitle{border:unset}}.filter__form-select{position:relative;width:215px;height:30px;background:#f9f9f9;border-radius:5px;padding:0 16px;font-size:14px;line-height:220%;color:#222;background-repeat:no-repeat;background-position:94%;background-size:12px}.filter__form-select:focus{border:1px solid #fa7272;background:#000}@media (max-width:991px){.filter__form-select{width:100%}}.filter__form-chosen{cursor:pointer;border-radius:5px;background-color:#fff;padding:5px;border:1px solid transparent}.filter__form-chosen:not(.filter__form-chosen.opened){transition:border-radius .3s linear}.filter__form-chosen:hover:not(.filter__form-chosen.opened){border:1px solid #fa7272}.filter__form-chosen:hover:not(.filter__form-chosen.opened):after,.filter__form-chosen:hover:not(.filter__form-chosen.opened):before{background-color:#fa7272!important}.filter__form-chosen span{display:block;color:#222}.filter__form-chosen span:first-letter{text-transform:uppercase}.filter__form-chosen.chevron-vertical:after,.filter__form-chosen.chevron-vertical:before{background-color:#2b587a}.filter__form-chosen.opened{border-radius:5px 5px 0 0;z-index:2;border-bottom:1px solid #dadada}@media (max-width:767px){.filter__form-chosen.opened{border-radius:5px;border-bottom:unset}}.filter__form-list{max-height:0;overflow:hidden;position:absolute;top:100%;width:100%;background-color:#fff;z-index:10;border-radius:0 0 5px 5px}@media (max-width:767px){.filter__form-list{display:none;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100%;max-height:100%!important;border-radius:5px;background-color:rgba(0,0,0,.47058823529411764);align-items:center;justify-content:center}}.filter__form-list-inner{max-height:350px;padding:5px 0}@media (max-width:767px){.filter__form-list-inner{display:flex;flex-direction:column;width:80%;max-height:65%;background:#fff;overflow-y:scroll;border-radius:15px}}.filter__form-option{font-size:14px;line-height:1.6;color:#222;padding:0 5px}@media (max-width:767px){.filter__form-option{font-size:16px;line-height:normal;padding:10px;border-bottom:1px solid #cdcdcd}}.filter__form-option:first-letter{text-transform:uppercase}.filter__form-option:hover{color:#54a2c7;cursor:pointer;background:rgba(238,236,239,.3764705882352941)}@media (max-width:767px){.filter__form-option.none{border-bottom:none;order:99999}}.filter__form-option+.filter__form-option{margin-top:5px}@media (max-width:767px){.filter__form-option+.filter__form-option{margin:0}}.filter__form-option.selected{color:#54a2c7}.filter__form-option.disable{pointer-events:none;font-weight:500;line-height:1.8;color:#54a2c7!important}@media (max-width:767px){.filter__form-option.disable{border-bottom:1px solid #54a2c7}}.filter__form-button{cursor:pointer;margin-top:20px;width:100%;background:#fa7272;border-radius:5px;border:1px solid #fa7272;font-weight:700;font-size:16px;line-height:19px;color:#fff;padding:10px;text-align:center}.filter__form-button:hover{background-color:transparent;border-color:#fff}.main-choose{margin-bottom:70px}.main-choose__title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:35px}@media (max-width:767px){.main-choose__title{display:none}}.main-choose__title-mobile{display:none}@media (max-width:767px){.main-choose__title-mobile{display:block;margin-bottom:25px;font-weight:500;font-size:22px;line-height:26px;color:#2b587a}}.main-choose__desc{font-size:16px;line-height:120%;color:#222;margin-bottom:40px}.main-choose__wrap{display:flex;align-items:stretch;justify-content:space-between;margin-bottom:40px}.main-choose__items{max-width:365px;width:100%;margin-right:30px}.main-choose__items:last-child{margin-right:0}.main-choose__items:nth-child(2) img{margin-left:-10px}@media (max-width:991px){.main-choose__items:nth-child(2) img{margin-left:unset}}.main-choose__items p{font-size:16px;line-height:140%;color:#6f6f6f}.main-choose__items p+p{margin-top:20px}@media (max-width:767px){.main-choose__items{display:none!important}}.main-choose__img{margin-bottom:30px}.main-choose__name{font-weight:700;font-size:16px;line-height:140%;color:#222;margin-bottom:30px}.main-choose__row{display:flex;align-items:center;justify-content:flex-start}.main-choose__notification-img{margin-right:20px}.main-choose__notification-text{max-width:609px;width:100%;font-size:14px;line-height:140%;color:#222}.main-choose__notification-text a{color:#54a2c7}.main-choose .red-question{background:transparent;width:30px;height:30px;margin-right:20px}.main-choose__items-mobile{display:none}@media (max-width:767px){.main-choose__items-mobile{display:block;border-top:1px solid #e2e2e2;padding:20px 0}.main-choose__items-mobile:last-child{border-bottom:1px solid #e2e2e2}.main-choose__items-mobile.open .main-choose__items-top>div{color:#2b587a}.main-choose__items-mobile.open .main-choose__items-top:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 3.758L6.42.346a1.458 1.458 0 00-1.89 0L.516 3.758a1.46 1.46 0 101.89 2.225l3.072-2.61 3.072 2.61a1.46 1.46 0 001.89-2.225z' fill='%232B587A'/%3E%3C/svg%3E")}}.main-choose__items-top{display:flex;align-items:center;justify-content:flex-start;position:relative}.main-choose__items-top:before{content:"";width:12px;height:8px;display:block;position:absolute;top:50%;right:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.439 2.572L6.42 5.984a1.458 1.458 0 01-1.89 0L.516 2.572A1.46 1.46 0 112.405.347l3.072 2.61L8.549.346a1.46 1.46 0 011.89 2.225z' fill='%23686868'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain}.main-choose__items-top img{max-width:30px;max-height:30px;min-width:30px;min-height:30px;margin-right:10px}.main-choose__items-top div{font-weight:700;font-size:14px;color:#222}@media (max-width:767px){.main-choose__items-top div{padding-right:25px}}.main-choose__items-bottom{display:none;padding-top:30px}@media (max-width:767px){.main-choose__items-bottom{padding-top:20px;padding-left:40px}}.main-choose--matras{margin-top:50px}@media (max-width:767px){.main-choose--matras{margin:30px 0 40px}}.main-choose--matras .main-choose__wrap{flex-direction:column}.main-choose--matras .main-choose__items{width:100%;max-width:100%;display:flex;margin-bottom:23px}.main-choose--matras .main-choose__left{display:flex;flex-shrink:0;min-width:37px;max-width:20%}.main-choose--matras .main-choose__right{display:block}.main-choose--matras .main-choose__right a{color:#54a2c7}.main-choose--matras .main-choose__row{flex-wrap:wrap}.main-choose--matras .main-choose__notification-text{max-width:1080px;margin-left:auto;margin-bottom:25px;color:#686868}.main-choose--matras .main-choose__notification-text span{font-weight:500;color:#222}.main-choose--matras .main-choose__notification-img{margin-top:-25px}.main-choose.main-choose--matras.recommends.recommends-small-picture{margin-top:30px}.main-choose.main-choose--matras.recommends.recommends-small-picture .main-choose__title{display:none}.main-classif{margin-bottom:40px}.main-classif__title{margin-bottom:44px;font-weight:700}.main-classif__wrap{display:flex;align-items:flex-start;justify-content:space-between;padding:30px;background:#fff;border:1px solid #dbdbdb;border-radius:10px}.main-classif__items{width:32%}.main-classif__row{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.main-classif__img{width:30px;height:30px;margin-right:20px}.main-classif__name{font-weight:700;font-size:16px;line-height:100%;color:#222}.main-classif__accardion{max-width:320px}.main-classif__accardion+.main-classif__accardion{margin-top:20px}.main-classif__accardion.opened .main-classif__accardion-top{font-weight:700;color:#54a2c7}.main-classif__accardion.active .main-classif__accardion-bottom{display:block}.main-classif__accardion-top{cursor:pointer;max-width:232px;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1.5;color:#222}.main-classif__arrow{display:block;width:22px;height:22px;background-repeat:no-repeat;background-position:50%;background-size:cover}.main-classif__accardion-bottom{display:none;padding-top:15px}.main-classif__accardion-bottom a{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:center;border:1px solid #fa7272;border-radius:5px;padding:8px 15px;margin-top:15px;font-weight:700;font-size:14px;line-height:16px;color:#fa7272}@media (max-width:991px){.main-classif__accardion-bottom a{padding:8px;font-size:12px}}.main-classif__accardion-bottom a:focus,.main-classif__accardion-bottom a:hover{opacity:.8;text-decoration:none;color:#fff;background-color:#fa7272}.main-classif__accardion-wrap{display:flex;margin-bottom:20px}@media (max-width:991px){.main-classif__accardion-wrap{flex-direction:column}}.main-classif__accardion-left{height:80px;width:115px;flex:0 0 115px;margin-right:20px}.main-classif__accardion-left img{width:100%}@media (max-width:991px){.main-classif__accardion-left{margin-bottom:10px;display:none}}.main-classif__accardion-right{font-size:14px;line-height:120%;color:#222}.main-classif__accardion-right>b{font-weight:700}.main-classif__accardion-text{font-size:14px;line-height:120%;color:#6f6f6f;margin-bottom:15px}.main-classif__accardion-button{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:center;border:1px solid #fa7272;border-radius:5px;padding:8px 15px;margin-top:15px;font-weight:700;font-size:14px;line-height:16px;color:#fa7272}@media (max-width:991px){.main-classif__accardion-button{padding:8px;font-size:12px}}.main-classif__accardion-button:focus,.main-classif__accardion-button:hover{opacity:.8;text-decoration:none;color:#fff;background-color:#fa7272}.classification__chevron{background-color:#d2f1ff;border-radius:3px;position:relative;transition:background-color .3s linear}.classification__chevron.opened{background-color:#54a2c7}.classification__chevron.opened span{background-color:#f5fcff}.classification__chevron.opened span:first-child{transform:translate(1px,-2px) rotate(150deg)}.classification__chevron.opened span:last-child{transform:translate(-7px,-2px) rotate(-150deg)}.classification__chevron span{position:absolute;left:50%;top:50%;height:3px;width:6px;display:block;border-radius:2px;background-color:#54a2c7;transition:transform .3s linear,background-color .3s linear}.classification__chevron span:first-child{transform-origin:left center;transform:translate(-4px,-3px) rotate(35deg)}.classification__chevron span:last-child{transform-origin:right center;transform:translate(-2px,-3px) rotate(-35deg)}.classification .classification-info-wrapper-js{max-height:0;overflow:hidden;transition:max-height .5s linear}.main-poster{margin-bottom:40px}@media (max-width:991px){.main-poster{display:none}}.main-poster__wrap{display:flex}.main-poster__slider-container{position:relative;padding-bottom:30px}.main-poster__slider{border-radius:10px}.main-poster__items{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;position:relative;width:100%;min-height:402px;padding:40px 50px;background:linear-gradient(0deg,rgba(6,6,6,.2),rgba(6,6,6,.2)),linear-gradient(97.29deg,rgba(59,67,73,.22) .17%,hsla(0,0%,100%,.22));background-repeat:no-repeat;background-position:50%;background-size:cover}.main-poster__items,.main-poster__items:hover{text-decoration:none}.main-poster__items:hover .main-poster__button{background-color:#fff;color:#2b587a}.main-poster__items.slick-current{border-radius:10px 0 0 10px}.main-poster__name{max-width:410px;font-weight:700;font-size:42px;line-height:49px;color:#fff;margin-bottom:20px}.main-poster__text{max-width:300px;font-size:18px;line-height:140%;color:#fff;margin-bottom:48px}.main-poster__button{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:18px 50px;background-color:#2b587a;border-radius:5px;border:1px solid #2b587a;font-weight:700;font-size:18px;line-height:21px;transition:color .3s linear,background-color .3s linear}.main-poster__button,.main-poster__sale{display:flex;align-items:center;justify-content:center;color:#fff}.main-poster__sale{width:120px;height:120px;flex-direction:column;border-radius:100%;background:#ff6c81;position:absolute;top:30px;right:30px}.main-poster__sale-top{margin-left:-8px}.main-poster__sale-botton,.main-poster__sale-top{font-size:10px;line-height:12px;text-transform:uppercase}.main-poster__sale-center{font-weight:700;font-size:46px;line-height:54px}.main-poster__prev{display:none!important;left:-20px}.main-poster__next{width:80px!important;height:100%!important;top:0;right:0;opacity:0}.main-poster__pagination{bottom:0}@media (max-width:991px){.main-brands{display:none}}@media (max-width:991px){.main-card{padding:0!important;max-width:calc(100% + 30px);margin-bottom:50px}.main-card .main-advantages__items{margin:0 5px}.main-card .main-advantages__items:first-child{margin-left:15px}.main-card .main-advantages__items:last-child{margin-right:15px}}@media (max-width:991px){.main__big-banner{margin-top:0;margin-bottom:60px}.main__big-banner .slider-arrow.arrow-left,.main__big-banner .slider-arrow.arrow-right{display:none}}@media (max-width:767px){.main__big-banner{margin-bottom:30px}.main__big-banner .big-banner__item{height:290px;padding:25px 25px 40px}.main__big-banner .big-banner__pagination{bottom:13px}.main__big-banner .big-banner__text{max-width:65%;font-size:26px;line-height:30px;color:#fff!important}.main__big-banner .big-banner__sale{width:100px;height:100px}.main__big-banner .big-banner__sale-top{font-size:9px;line-height:10px}.main__big-banner .big-banner__sale-center{font-size:38px;line-height:40px}.main__big-banner .big-banner__sale-bottom{font-size:9px;line-height:11px}}@media (max-width:380px){.main__big-banner .big-banner__text{font-size:22px;line-height:28px}}.home-top-goods .home-top-button{display:block;max-width:420px;width:100%;margin:0 auto 30px;padding:10px 20px;font-weight:400;font-size:16px;line-height:normal;text-align:center;color:#2b587a;border:1px solid #2b587a;border-radius:5px;transition:all .3s linear}@media (max-width:991px){.home-top-goods .home-top-button{display:none}}.home-top-goods .home-top-button:focus{text-decoration:none}.home-top-goods .home-top-button:hover{text-decoration:none;background-color:#2b587a;color:#fff}.home-top-goods .section-list{margin-bottom:0}@media (max-width:991px){.home-top-goods{position:relative;max-width:calc(100% + 30px)}.home-top-goods .home-top-slider-container{margin-bottom:20px}.home-top-goods .home-top-slider-container .swiper-container{padding-bottom:20px}.home-top-goods .home-top-slider-container__pagination{bottom:0;left:50%;transform:translateX(-50%)}.home-top-goods .home-top-slider-container__pagination .swiper-pagination-bullet{background:linear-gradient(0deg,#bebebe,#bebebe),linear-gradient(0deg,#c4c7e6,#c4c7e6),#c4c7e6}.home-top-goods .home-top-slider-container__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ed8b88}.home-top-goods .home-top-slider-container:first-child{display:block}.home-top-goods .home-top-slider-container .section-list{flex-wrap:unset}.home-top-goods .home-top-slider-container .good-item{margin-right:0;margin-bottom:0;flex:unset;flex-shrink:0;max-width:unset;width:100%;height:auto}.home-top-goods .home-top-slider-container .good-item__hover,.home-top-goods .home-top-slider-container .good-item__picture{width:100%}}.main-poster__mobile .main-poster{display:block}@media (max-width:1199px){.main-poster__mobile .main-poster__next,.main-poster__mobile .main-poster__prev{display:none}}@media (max-width:767px){.main-poster__mobile{margin-bottom:30px}.main-poster__mobile .main-poster{margin-bottom:0}.main-poster__mobile .main-poster__slider-container{padding-bottom:0}.main-poster__mobile .main-poster__items{min-height:285px;padding:25px 30px 40px}.main-poster__mobile .main-poster__name{max-width:75%;font-size:26px;line-height:30px}.main-poster__mobile .main-poster__text{display:none}.main-poster__mobile .main-poster__sale-botton,.main-poster__mobile .main-poster__sale-top{font-size:8px;line-height:10px}.main-poster__mobile .main-poster__sale{width:100px;height:100px;top:20px;right:20px}.main-poster__mobile .main-poster__sale-center{font-size:40px;line-height:47px}.main-poster__mobile .main-poster__button{max-width:180px;width:100%;padding:10px 25px}.main-poster__mobile .main-poster__pagination{bottom:14px}}@media (max-width:400px){.main-poster__mobile .main-poster__name{max-width:65%}}.home-mobile{display:none}@media (max-width:767px){.main-choose.home,.main-classif.home{display:none}.home-mobile{display:block}}.favorite-page{margin-bottom:50px}.favorite-page__title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:25px}.favorite-page__row{display:flex}@media (max-width:400px){.favorite-page__row{flex-direction:column}}.favorite-page__btn,.favorite-page__delete{cursor:pointer;padding:14px 30px;display:flex;align-items:center;justify-content:center;border-radius:5px;transition:color .3s linear,background .3s linear}@media (max-width:767px){.favorite-page__btn,.favorite-page__delete{padding:10px}}.favorite-page__btn{margin-right:20px;background:#fa7272;border:1px solid #fa7272;font-weight:700;font-size:16px;line-height:20px;color:#fff}.favorite-page__btn:hover{background:#fff;color:#fa7272}@media (max-width:767px){.favorite-page__btn{font-weight:400;margin-right:10px}}@media (max-width:400px){.favorite-page__btn{margin-bottom:10px;margin-right:0}}.favorite-page__delete{background:#fff;border:1px solid #2b587a;font-weight:400;font-size:16px;line-height:20px;color:#2b587a}.favorite-page__delete:hover{background:#2b587a;color:#fff}.favorite-page .good-item{flex:0 1 calc(25% - 20px);max-width:278px;min-width:278px;margin-right:19px}.favorite-page .good-item .good-item__type{flex-wrap:wrap;margin-bottom:0}.favorite-page .good-item .good-item__type-item{margin-bottom:8px}.favorite-page .good-item.can-hover:hover .good-item__hover{width:318px}.favorite-page .good-item.can-hover:hover .good-item__info,.favorite-page .good-item.can-hover:hover .good-item__picture{width:278px}.favorite-page .good-item__tools{top:60px}.favorite-page .good-item .good-item__button a{color:#2b587a}.favorite-page .good-item .good-item__button a:hover{color:#fff}.favorite-page .good-item.last{margin-right:0}.favorite-page .section-goods__list{min-height:400px}@media (max-width:1199px){.favorite-page .section-goods__list{display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:120px;padding:0 20px}.favorite-page .good-item{max-width:285px;min-width:170px;margin-right:0;margin-bottom:0}.favorite-page .good-item.can-hover:hover .good-item__hover .good-item__picture{width:285px}}@media (max-width:767px){.favorite-page .section-goods__list.section-list.main-catalog-section{display:grid;gap:15px;grid-template-columns:repeat(2,1fr)!important;padding:0 20px}}@media (max-width:670px){.favorite-page .section-goods__list.section-list.main-catalog-section{padding:0;margin-bottom:40px}.favorite-page .good-item.can-hover:hover .good-item__hover .good-item__picture,.favorite-page .good-item.can-hover:hover .good-item__info{width:unset}.favorite-page .good-item:hover .picture-zoom{opacity:0}.favorite-page .good-item__picture img{-o-object-fit:contain;object-fit:contain}.favorite-page .good-item,.favorite-page .good-item.can-hover:hover .good-item__picture,.favorite-page .good-item__picture,.favorite-page .good-item__picture a{height:unset}.favorite-page .good-item__price{flex-direction:column;align-items:flex-start}.favorite-page .good-item.can-hover:hover .good-item__hover{box-shadow:none;position:unset;top:unset;left:unset;border-radius:unset;background-color:unset;width:unset;height:unset;padding:unset;z-index:unset}.favorite-page .good-item.can-hover:hover .good-item__hover .good-item__button{display:none}.favorite-page .good-item.can-hover .good-item__tools{display:block;opacity:1}.favorite-page .good-item__description{display:none}.favorite-page .good-item__controls{align-items:center}.favorite-page .good-item__type{flex-wrap:wrap}.favorite-page .good-item__type-item{margin-bottom:5px}.favorite-page .good-item__name{font-size:14px;line-height:16px}.favorite-page .good-item__rating{top:10px;border-radius:3px;background:hsla(0,0%,100%,.7019607843137254)}.favorite-page .good-item__tools{top:40px}.favorite-page .good-item__tools-icon{background-color:hsla(0,0%,100%,.7019607843137254)}}@media (max-width:380px){.favorite-page .section-goods__list{justify-items:center;gap:0;grid-template-columns:100%}.favorite-page .good-item{min-width:unset}}.compare{margin-top:30px;margin-bottom:100px}@media (max-width:991px){.compare{display:none}}.compare .product-item-button-container{height:30px}.compare .product-item-button-container a{color:#2b587a}.compare__top{display:flex;justify-content:space-between;width:100%;margin-bottom:30px}@media (max-width:991px){.compare__top{display:none}}.compare__top-left{display:flex;flex-direction:column}.compare__title{margin-bottom:6px}.compare__sub-title{font-size:16px;line-height:19px;color:#2b587a}.compare__text{font-size:14px;line-height:16px;color:#6f6f6f}.compare__wrap{display:flex;width:100%;position:relative}.compare__wrap+.compare__wrap{margin-top:100px}@media (max-width:1199px){.compare__wrap{width:calc(100% - 220px)}}@media (max-width:991px){.compare__wrap{display:none}}.compare__item{max-width:300px;width:100%;flex:0 0 300px}.compare__item[data-product-id=p]{opacity:0}@media (max-width:1199px){.compare__item{max-width:unset;flex:unset}}.compare__item .good-item__tools-icon.k1-in-favorite svg{stroke-width:2px}.compare__item-prop{display:none}.compare__item-prop.prop-visible-js{display:flex;width:100%}.compare__item-prop.color-white{background-color:#fff}.compare__item-prop.color-grey{background-color:#f8f8f8}.compare__item-field-name{align-items:flex-start;padding-top:20px}.compare__item-field{padding-bottom:20px}.compare__right{width:100%;display:flex;justify-content:flex-start;align-items:flex-start}.compare__right .right-top{display:flex;justify-content:space-between;padding-left:20px;min-height:456px;border-bottom:1px solid #e2e2e2}.compare__right .right-top__card{width:275px;max-width:275px}.compare__right .right-top__card .right-top__card-btn:hover{text-decoration:none}@media (max-width:1199px){.compare__right .right-top__card{max-width:100%;width:unset;padding:0}}.compare__switch{margin-bottom:78px;font-size:16px;line-height:140%;color:#2b587a;cursor:pointer;position:relative;padding-left:35px}.compare__switch.k1-show-all:before{background:#f9f9f9;border:1px solid #dadada}.compare__switch.k1-show-all:after{display:none}.compare__switch:before{content:"";position:absolute;z-index:2;left:0;top:50%;transform:translateY(-50%);width:26px;height:26px;display:block;border:none;background:#2b587a;border-radius:5px;transition:background-color .3s linear}.compare__switch:after{content:"";position:absolute;z-index:3;left:7px;top:5px;display:block;width:13px;height:8px;border:3px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg)}.compare__right-bottom{display:flex;padding-top:25px;font-size:14px;line-height:1.4;color:#222}.compare__right-bottom p{display:flex;align-items:center}.compare__right-bottom .right-bottom__list:first-child .right-bottom__item{padding-left:24px}.compare__right-bottom .right-bottom__list:not(:first-child) .right-bottom__item{padding-left:9px}.compare__right-bottom .right-bottom__list{width:100%}.compare__right-bottom .right-bottom__item:last-child{font-size:14px;line-height:120%;color:#686868}.compare__left-top{display:flex;align-items:flex-end;width:270px;min-height:456px;border:1px solid #e2e2e2;border-top:none;border-left:none}@media (max-width:1199px){.compare__left-top{width:220px}}.compare__left-bottom{font-weight:700;font-size:14px;line-height:1.4;color:#222;padding-top:25px;border-right:1px solid #e2e2e2;max-width:270px}.compare__left-bottom .left-bottom__item{padding-left:31px;justify-content:flex-start}.compare__slider-container{position:relative;max-width:900px;width:100%}@media (max-width:1199px){.compare__slider-container{max-width:unset}}.compare__next,.compare__prev{top:180px}.compare__next.swiper-button-disabled,.compare__prev.swiper-button-disabled{opacity:1;background-color:#eee}.compare__prev{left:-20px}.compare__next{right:-20px}.compare__slider-scrollbar{height:5px;background:transparent;position:absolute;left:0;top:450px;width:100%;z-index:10}.compare .del-compare{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;position:absolute;bottom:-60px;right:15px;font-size:14px;line-height:120%;text-align:center;color:#686868}.compare .del-compare svg{width:16px;height:16px;margin-right:6px}.characteristics__label{position:relative}.characteristics__label:before{right:-174px;transform:rotate(130deg)}.characteristics__label:after,.characteristics__label:before{position:absolute;content:"";width:2px;height:6px;top:-2px;background-color:#686868;cursor:pointer;pointer-events:none;border-radius:2px}.characteristics__label:after{right:-178px;transform:rotate(230deg)}.right-top__card{display:flex;flex-direction:column;padding:5px;cursor:pointer}.right-top__card-img{position:relative;width:100%;margin-bottom:10px;height:185px;display:flex;align-items:center;justify-content:center}.right-top__card-img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.right-top__card-img .card-img__sale{display:none;position:absolute;justify-content:center;align-items:center;top:0;left:0;width:50px;height:50px;background-color:#ff6c81;border-radius:50%;font-weight:700;font-size:16px;line-height:19px;text-align:center;color:#fff}.right-top__card-img .card-img__rating{display:none;position:absolute;top:0;right:0}.right-top__card-img .card-img__scale{display:none;position:absolute;bottom:10px;left:0;width:26px;height:26px;background-position:0 0;background-repeat:no-repeat;background-size:contain}.right-top__card .card-img__sale{display:flex}.right-top__card-features{display:flex;justify-content:flex-start;margin-bottom:10px}@media (max-width:1199px){.right-top__card-features{flex-wrap:wrap;justify-content:flex-start;margin-bottom:0;max-height:30px;overflow:hidden}}.right-top__card-features span{display:flex;justify-content:center;align-items:center;font-size:10px;line-height:12px;text-align:center;text-transform:uppercase;color:#686868;border:1px solid #acacac;box-sizing:border-box;border-radius:4px;padding:0 8px;min-width:120px;max-width:140px;height:20px}@media (max-width:1199px){.right-top__card-features span{min-width:unset;white-space:nowrap;margin-right:6px;padding:0 6px;margin-bottom:10px}.right-top__card-features span:last-child{margin-right:0}}.right-top__card-features span.none{width:0;min-width:unset;height:20px;background:transparent;border:none;padding:0;margin:0}.right-top__card-features span:hover{color:#fff;background-color:#54a2c7;border-color:#54a2c7}.right-top__card-title{text-transform:uppercase;font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:22px;height:38px;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical}.right-top__card-title:hover,.right-top__card-title:hover a{color:#54a2c7}.right-top__card-title a:active,.right-top__card-title a:focus,.right-top__card-title a:hover{text-decoration:none}.right-top__card-block-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.right-top__card-block-price .active-sale{color:#ff6c81}.right-top__card-block-price .good-item__tools-icon{padding:0;height:23px}.right-top__card-price{font-weight:700;font-size:20px;line-height:23px;color:#222}.right-top__card-price.good-item__price--current.colored{margin-right:auto;margin-left:0;order:0}.right-top__card-price span{font-weight:300;font-size:16px;line-height:19px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#6f6f6f;margin-left:5px}.right-top__card-btn{cursor:pointer;width:100%;height:50px;background-color:#fff;border:1px solid #2b587a;box-sizing:border-box;margin-bottom:20px;border-radius:5px;transition:all .2s linear;font-weight:700}@media (max-width:1199px){.right-top__card-btn{height:40px}}.right-top__card-btn:hover{background-color:#fa7272;color:#fff;border-color:#fa7272}.right-top__card .card-price__heart{width:30px;height:30px;background-position:0 0;background-repeat:no-repeat;background-size:contain}.right-top__card .right-top__card-del{display:none;position:relative;font-size:14px;line-height:100%;color:#686868;text-align:center}.right-top__card .right-top__card-del svg{width:16px;height:16px;margin-right:8px}.right-top__card:hover .right-top__card-del{display:flex;align-items:center;justify-content:center}.right-top__card:hover .card-img__rating,.right-top__card:hover .card-img__scale{display:block}.left-bottom__item,.right-bottom__item{min-height:50px}.left-bottom__item p{width:150px}.right-bottom__item p{width:285px}.differences__label{font-size:16px;line-height:140%;color:#2b587a;cursor:pointer;position:relative}.differences__label:after,.differences__label:before{position:absolute;content:"";top:-3px;left:-35px;width:26px;height:26px;background-color:#f9f9f9;border:1px solid #dadada;border-radius:5px;box-sizing:border-box}.compare-mobile,.differences__label:after{display:none}@media (max-width:991px){.compare-mobile{position:relative;display:block;width:100%;margin-bottom:60px}}.compare-mobile__top{padding:0 15px;margin-bottom:40px}.compare-mobile__row{padding:0 15px;margin-bottom:60px}.compare-mobile__wrap{display:flex;align-items:stretch;justify-content:flex-start;overflow-x:scroll;padding:0 15px}@media (max-width:767px){.compare-mobile__wrap{width:100%}}.compare-mobile__item{width:33.33333%}.compare-mobile__item:last-child .right-top__card{padding-right:0}@media (max-width:991px){.compare-mobile__item{width:250px;flex-shrink:0}.compare-mobile__item:last-child{width:230px}}@media (max-width:500px){.compare-mobile__item{width:210px}.compare-mobile__item:last-child{width:190px}}.compare-mobile .right-bottom__item p{max-width:98%;width:100%;font-size:14px;color:#222}@media (max-width:560px){.compare-mobile .right-bottom__item p{max-width:96%}}.compare-mobile .right-bottom__item p.min-title{padding:6px 0 4px;font-weight:700;font-size:14px;color:#222}.compare-mobile .right-top__card{padding:0 20px 20px 0;border-bottom:1px solid #e2e2e2}@media (max-width:767px){.compare-mobile .right-top__card-img{height:auto;min-height:184px}}@media (max-width:991px){.compare-mobile .right-top__card-title{margin-bottom:15px}}@media (max-width:991px){.compare-mobile .right-top__card-features{max-height:unset;overflow:unset;margin-bottom:10px;min-height:50px}.compare-mobile .right-top__card-features span{margin-bottom:5px}}@media (max-width:991px){.compare-mobile .right-top__card-btn{font-weight:500;margin-bottom:15px}.compare-mobile .right-top__card-btn:hover{text-decoration:none}}.compare-mobile .right-bottom__list{width:100%}.compare-mobile .right-top__card-del{display:flex;align-items:center;justify-content:center}.compare-mobile .compare__switch{margin:20px 0 30px}.compare-mobile .compare__item-prop{flex-direction:column}.compare-mobile .compare__sub-title{margin:0}.compare-mobile .compare__item-prop.prop-visible-js{display:flex;align-items:self-start;justify-content:flex-start;min-height:62px}.compare-mobile .min-empty{min-height:31px;padding:6px 0 4px}.compare-mobile .min-empty+.min-empty{min-height:21px}.compare-mobile .del-compare{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;position:absolute;bottom:-30px;left:10px;right:unset;font-size:14px;line-height:120%;color:#686868;text-align:center}@media (max-width:767px){.compare-mobile .del-compare{line-height:16px}}.compare-mobile .del-compare svg{width:16px;height:16px;margin-right:6px}.contacts__title{margin-bottom:25px}.contacts__main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:50px}.contacts__small-title{font-weight:700;font-size:16px;line-height:19px;color:#2b587a;margin-bottom:16px}.contacts__map{flex:0 0 575px;height:400px;background:#fff;border-radius:15px;overflow:hidden}@media (max-width:1199px){.contacts__map{flex:unset;width:48%}}@media (max-width:768px){.contacts__map{width:100%;margin-bottom:20px}}.contacts__map iframe{border:none}.contacts-contacts{flex:0 1 575px;background:#f5fcff;border:1px solid #d2f1ff;border-radius:10px;padding:25px 30px 20px;margin-bottom:50px}@media (max-width:1199px){.contacts-contacts{flex:unset;width:48%}}@media (max-width:768px){.contacts-contacts{width:100%;margin-bottom:30px}}.contacts-contacts__phones{justify-content:flex-start!important;margin-bottom:25px}@media (max-width:1090px){.contacts-contacts__phones{flex-direction:column;align-items:flex-start}}.contacts-contacts__phone{justify-content:flex-start!important;align-items:flex-start!important;flex-wrap:wrap}.contacts-contacts__phone+.contacts-contacts__phone{margin-left:50px}@media (max-width:1199px){.contacts-contacts__phone{flex-wrap:nowrap}.contacts-contacts__phone+.contacts-contacts__phone{margin-left:30px}}@media (max-width:1090px){.contacts-contacts__phone+.contacts-contacts__phone{margin-top:12px;margin-left:0}}.contacts-contacts__phone-icon{width:22px;height:22px;flex-shrink:0;margin-right:10px;position:relative;top:5px}.contacts-contacts__phone-icon svg{fill:#fa7272;display:block;width:100%;height:100%}.contacts-contacts__phone-number{font-weight:500;font-size:24px;line-height:1.4;color:#222;display:flex;flex-direction:column}.contacts-contacts__phone-number span{font-weight:400;font-size:12px;line-height:1.4;color:#595959}.contacts-contacts__messengers{justify-content:flex-start;margin-bottom:25px}.contacts-contacts__messenger{flex:0 0 50px;text-align:center;font-size:12px;line-height:1.4;color:#246d82}.contacts-contacts__messenger+.contacts-contacts__messenger{margin-left:20px}.contacts-contacts__messenger-icon{height:50px;width:100%;background:#fff;border-radius:10px;margin-bottom:8px}.contacts-contacts__messenger-icon svg{width:30px;height:30px;display:block}.contacts-contacts__messenger-icon[data-name=viber]{fill:#7360f2}.contacts-contacts__messenger-icon[data-name=telegram]{fill:#007cd6}.contacts-contacts__messenger-icon[data-name=whatsapp]{fill:#31b945}.contacts-contacts__mail{justify-content:flex-start}.contacts-contacts__mail-icon{width:22px;height:22px;margin-right:11px;position:relative;top:2px;flex-shrink:0}.contacts-contacts__mail-icon svg{width:100%;height:100%;fill:#fa7272}.contacts-contacts__mail-mail{font-weight:500;font-size:24px;line-height:1.4;color:#222}@media (max-width:400px){.contacts-contacts__mail-mail{font-size:20px}}.contacts-info{flex:0 0 535px;margin-left:60px;padding-top:21px}@media (max-width:1199px){.contacts-info{flex:unset;width:48%;margin-left:0}}@media (max-width:768px){.contacts-info{width:100%;padding-top:0;margin-bottom:50px}}.contacts-info strong{font-weight:700;font-size:16px;line-height:1.4;color:#222}.contacts-info__work-time{justify-content:flex-start;align-items:flex-start;margin-bottom:25px}@media (max-width:767px){.contacts-info__work-time{justify-content:space-between}}.contacts-info__store{margin-right:120px}@media (max-width:1199px){.contacts-info__store{margin-right:40px}}.contacts-info__name{font-size:16px;line-height:19px;color:#222;margin-bottom:11px}.contacts-info__time+.contacts-info__time{margin-top:9px}.contacts-info__holidays{font-weight:400;font-size:12px;line-height:1.4;color:#686868;margin-top:3px}.contacts-info__social-description{font-size:16px;line-height:1.4;color:#222;margin-bottom:23px}.contacts-info__social-list{display:flex;justify-content:flex-start;align-items:center}.contacts-info__social-list a{width:40px;height:auto;display:block;margin-right:0}.contacts-info__social-list a+a{margin-left:20px}.contacts-info__social-list a img{width:100%;height:100%}.contacts-description{flex:0 0 535px;margin-left:60px}@media (max-width:1199px){.contacts-description{flex:unset;width:48%;margin-left:0}}@media (max-width:768px){.contacts-description{width:100%}}.contacts-description__title{margin-bottom:15px}.contacts-description__text{font-size:16px;line-height:1.4;color:#222}.contacts-description__text+.contacts-description__text{margin-top:25px}.contacts-description__text strong{font-weight:700}.contacts-description__pictures{display:flex;align-items:center;margin-top:30px}.contacts-description__picture+.contacts-description__picture{margin-left:27px}.contacts-container-reviewed{max-width:1240px;margin:80px auto 0;width:100%;padding:0 15px}@media (max-width:767px){.contacts-container-reviewed{max-width:100%;padding:0}}.contacts__advantages{margin-bottom:50px}.contacts__brands{margin-bottom:100px}.contacts__reviews{margin-bottom:80px}@media (max-width:767px){.contacts__reviews{margin-bottom:50px}.contacts__reviews .main-reviews__slider-wrapper:before{content:normal}.contacts__reviews .main-reviews__slider-wrapper{margin-bottom:40px}}.contacts__reviews-title{margin-bottom:40px}.contacts__reviews-wrap{padding-bottom:10px;border-bottom:1px solid #e2e2e2;margin-bottom:30px}.contacts__reviews-new{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0 auto;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:10px 26px;border:1px solid #2b587a;border-radius:5px}.contacts__reviews-new:hover{text-decoration:none;border-color:#54a2c7;background-color:rgba(84,162,199,.05)}.contacts__reviews-new>span{font-size:16px;line-height:19px;color:#2b587a;margin-right:4px}@media (max-width:767px){.contacts__reviews-text{display:none}}.contacts__reviews-text--mobile{display:none}@media (max-width:767px){.contacts__reviews-text--mobile{display:block}}.contacts__reviews-btn{cursor:pointer;max-width:220px;display:flex;align-items:center;justify-content:center;border:1px solid #2b587a;border-radius:5px;margin:0 auto;padding:10px 20px;font-weight:400;font-size:16px;line-height:20px;color:#2b587a;transition:background .3s linear,color .3s linear}.contacts__reviews-btn:focus{text-decoration:none}.contacts__reviews-btn:hover{text-decoration:none;border:1px solid #2b587a;background:#2b587a;color:#fff}.installments{margin-bottom:50px}@media (max-width:767px){.installments{margin-bottom:35px}}.installments__wrap{display:flex;justify-content:space-between}@media (max-width:1199px){.installments__wrap{flex-direction:column}}.installments__left,.installments__right{width:50%}@media (max-width:1199px){.installments__left,.installments__right{width:100%}}.installments__left{margin-right:50px}@media (max-width:1199px){.installments__left{margin-right:0;margin-bottom:30px}}.installments__title{font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:25px}.installments__text{font-weight:400;font-size:16px;line-height:22px;color:#222;margin-bottom:40px}@media (max-width:767px){.installments__text{margin-bottom:0}}.installments__lamp p{font-weight:400;font-size:16px;line-height:22px;color:#686868}@media (max-width:767px){.installments__right{margin-bottom:30px}}.installments__item{position:relative;display:flex;background:#f5fcff;border:1px solid #d2f1ff;border-radius:10px;padding:35px 40px;margin-bottom:20px;min-height:170px}.installments__item:last-child{margin-bottom:0}@media (max-width:767px){.installments__item{flex-direction:column;padding:20px}}.installments__item-left{margin-right:30px}@media (max-width:767px){.installments__item-left img{max-width:50px}}.installments__item-img{width:100%}.installments__item-right{width:82%;padding-top:20px}.installments__item-title{position:relative;font-weight:700;font-size:16px;line-height:18px;color:#222;margin-bottom:34px}@media (max-width:767px){.installments__item-title{margin-bottom:20px}}.installments__item-text{font-weight:400;font-size:16px;line-height:18px;color:#6f6f6f}.installments-order{margin-bottom:50px}.installments-order__text{margin-bottom:25px}.installments-order__wrap{display:flex;justify-content:space-between;margin-bottom:50px}.installments-order__wrap::-webkit-scrollbar{width:0}@media (max-width:1199px){.installments-order__wrap{overflow-x:scroll}}@media (max-width:767px){.installments-order__wrap{margin:0 -15px 20px}}.installments-order__item{position:relative;width:calc(20% - 10px);padding:25px 18px;border-radius:15px;margin-right:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.installments-order__item:last-child{margin-right:0}@media (max-width:1199px){.installments-order__item{min-width:226px}}@media (max-width:767px){.installments-order__item{margin:0 5px}.installments-order__item:last-child{margin:0 15px 0 5px}.installments-order__item:first-child{margin-left:15px}}.installments-order__item-num{position:absolute;top:10px;right:12px;font-weight:400;font-size:26px;line-height:140%;color:#fff;opacity:.5}.installments-order__item-img{margin-bottom:15px}.installments-order__item-text{font-weight:400;font-size:16px;line-height:140%;color:#fff;text-align:center}.installments-demand{margin-bottom:50px}.installments-demand__title{margin-bottom:35px}.installments-demand__wrap{display:flex;justify-content:space-between}.installments-demand__wrap::-webkit-scrollbar{width:0}@media (max-width:991px){.installments-demand__wrap{overflow-x:scroll}}@media (max-width:767px){.installments-demand__wrap{margin:0 -15px}}.installments-demand__item{width:calc(33.33333% - 10px);padding:22px 30px;border-radius:15px;margin-right:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.installments-demand__item:last-child{margin-right:0}@media (max-width:991px){.installments-demand__item{width:323px;flex-shrink:0}}@media (max-width:767px){.installments-demand__item{margin:0 5px}.installments-demand__item:last-child{margin:0 15px 0 5px}.installments-demand__item:first-child{margin-left:15px}}.installments-demand__item-img{margin-bottom:15px}.installments-demand__item-text{font-weight:400;font-size:16px;line-height:140%;color:#fff;text-align:center}.installments-demand__mess,.installments-demand__mess-left{display:flex;align-items:flex-start}.installments-demand__mess-left{margin-right:20px}.installments-demand__mess-left svg{max-width:30px;max-height:30px}.installments-demand__mess-right{font-weight:400;font-size:14px;line-height:40px}.installments-demand__mess-right p{color:#222}.installments-demand__mess-right a{color:#54a2c7}@media (max-width:767px){.installments-demand__mess-right{line-height:28px}}.installments-mess,.installments-offers{margin-bottom:50px}.installments-offers__title{margin-bottom:35px}.installments-offers__item{display:flex;align-items:stretch;justify-content:space-between;background:#fff;border:1px solid #dbdbdb;border-radius:10px;margin-bottom:20px}.installments-offers__item:last-child{margin-bottom:0}@media (max-width:991px){.installments-offers__item{flex-direction:column}}.installments-offers__left{padding:30px 35px;display:flex}@media (max-width:991px){.installments-offers__left{flex-direction:column}}@media (max-width:767px){.installments-offers__left{padding:30px}}.installments-offers__item-left{max-width:200px;width:100%;margin-right:30px}@media (max-width:991px){.installments-offers__item-left{max-width:unset;margin-right:0;margin-bottom:30px}}.installments-offers__left-title{font-weight:500;font-size:18px;line-height:22px;color:#222;margin-bottom:20px}.installments-offers__left-text p{margin-bottom:15px}.installments-offers__left-text p:last-child{margin-bottom:0}.installments-offers__right{max-width:258px;width:100%;padding:30px 35px;background:#f5fcff;border-left:1px solid #dbdbdb;border-radius:0 10px 10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:991px){.installments-offers__right{max-width:unset;border-top:1px solid #dbdbdb;border-left:unset;border-radius:0 0 10px 10px}}@media (max-width:767px){.installments-offers__right{padding:0 30px}}.installments-offers__right-item{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:60px;color:#222}@media (max-width:767px){.installments-offers__right-item{line-height:40px}}.installments-offers__right-text{font-weight:700}.installments-offers__right-num{font-weight:400}@media (max-width:991px){.installments-popular .home-top-goods{padding:0 15px!important}.installments-popular .home-top-goods .good-item{max-width:unset!important}.installments-popular .home-top-goods .home-top-slider-container{display:block}}@media (max-width:768px){.installments-popular .home-top-goods .home-top-slider-container .good-item{flex:0 0 50%}}@media (max-width:767px){.installments-popular .home-top-goods .home-top-slider-container .good-item{flex:unset;flex-shrink:0}}@media (max-width:560px){.installments-popular .good-item__hover{margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.installments-popular .good-item.can-hover:hover .good-item__hover{box-shadow:unset;position:relative;left:unset;top:unset;padding:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.installments-popular .home-top-goods .good-item.can-hover:hover .good-item__info{width:unset}}.materials{margin-bottom:70px}@media (max-width:991px){.materials .news-page__left{display:none}}@media (max-width:1199px){.materials__wrap{margin-left:20px}}@media (max-width:991px){.materials__wrap{margin-left:0}}.materials__title{width:100%;font-weight:500;font-size:24px;line-height:28px;color:#2b587a;margin-bottom:15px}.materials__description{font-weight:400;font-size:16px;line-height:150%;color:#686868;margin-bottom:40px}.materials__item{display:flex;padding-bottom:30px;border-bottom:1px solid #dadada;margin-bottom:30px}.materials__item:last-child{padding-bottom:0;border-bottom:unset}@media (max-width:767px){.materials__item{flex-direction:column}}.materials__item-left{flex:0 0 264px;margin-right:20px}.materials__item-left img{display:block;border-radius:10px}@media (max-width:767px){.materials__item-left{flex:0 0 100%;width:100%;margin-bottom:20px}.materials__item-left img{width:100%;max-height:200px;-o-object-fit:cover;object-fit:cover}}.materials__item-title{font-weight:700;font-size:16px;line-height:20px;color:#2b587a;margin-bottom:10px}.materials__item-text{font-weight:400;font-size:16px;line-height:24px;color:#686868}.delivery_interaktiv_block{display:flex;width:100%;flex-direction:column}.heading_block_deliv{margin-top:30px;font-size:24px;font-weight:500;color:#2b587a}.delivery_containers_for_items{display:flex;width:100%;margin-top:24px;border-radius:10px;border:1px solid #d2f1ff;overflow:hidden}.delivery_box{display:flex;flex-direction:column;width:20%;background-color:#f5fcff;cursor:pointer;transition:all .8s ease;height:148px;align-items:center}.delivery_box:hover{background-color:#54a2c7;transition:all .8s ease}.delivery_box:hover svg path{stroke:#fff}.delivery_box:hover svg .support_color_svg{stroke:#fff;fill:#fff}.img_container_deliv{width:100%}.img_container_deliv,.text_container_deliv{display:flex;justify-content:center;margin-top:20px}.text_container_deliv{color:#222;max-width:155px;font-size:16px;text-align:center}.delivery_box:hover .text_container_deliv{color:#fff}.wrapper_custom_table{display:flex;color:#222}.first_custom_column{display:flex;flex-direction:column;width:157px;background:#f5fcff}.img_container_custom_table{height:80px;display:flex;width:100%;justify-content:center;align-items:center}.delivery_custom_table{border:1px solid #d2f1ff;border-radius:10px;overflow:hidden}.light_line_one_custom{display:flex;height:40px;align-items:center;border-top:1px solid #d2f1ff;padding:12px}.text_container_one_line{margin-left:8px;font-size:14px}.table_heading_block{display:flex;margin-top:80px;color:#2b587a;font-size:24px;font-weight:500}.delivery_custom_table{margin-top:24px}.center_area_table{width:613px}.center_area_table,.heading_items{display:flex;flex-direction:column}.page-form__info.form-info .phone_wrap_r a{font-weight:600}.top_item_bg{background:linear-gradient(90deg,#2b587a,#527793);height:40px;padding-left:20px;color:#fff}.one_param_custom,.top_item_bg{display:flex;align-items:center}.one_param_custom{border-right:1px solid #d2f1ff;border-bottom:1px solid #d2f1ff;background:#f5fcff;width:163px;justify-content:center;height:100%;padding:0 10px;text-align:center;line-height:15px}.wrapper_items_area{display:flex;height:40px}.big_area_params{height:100%;border-bottom:1px solid #d2f1ff}.big_area_params,.one_area_lt{border-right:1px solid #d2f1ff;display:flex}.one_area_lt{width:153px;height:200px;justify-content:center;align-items:center}.one_area_lt:last-child{border-right:none}.green{color:#3c9545}.one_area_mill{width:153px;border-right:1px solid #d2f1ff;height:40px}.bottom_area_params,.one_area_mill{justify-content:center;align-items:center;display:flex}.heading_items.alter{display:flex;width:400px}.one_param_custom.alter{width:100px}.left_column_lz{display:flex;flex-direction:column}.individual_box{height:80px}.individual_box,.standart_box{display:flex;width:300px;align-items:center;justify-content:center;border-right:1px solid #d2f1ff;border-bottom:1px solid #d2f1ff;text-align:center}.standart_box{height:40px}.red{color:#fa7272}.standart_box:last-child{border-bottom:none}.standart_box.custom{height:41px}.light_ind{height:40px}.big_ind,.light_ind{display:flex;width:100px;justify-content:center;align-items:center;border-bottom:1px solid #d2f1ff}.big_ind{height:121px}.center_service_custom{display:flex}.light_ind:last-child{border-bottom:none}.text_area_custom_block{display:flex;margin-top:30px;align-items:flex-end}.gray_text_custom{display:flex;flex-direction:column;color:#6f6f6f;font-size:16px}.standart_black_text_block{color:#222;margin-top:25px}.black_span{color:#222;font-weight:600}.left_text_block_sz{display:flex;flex-direction:column;width:100%;max-width:800px}.right_image_block_sz{display:flex;width:310px;height:100%;justify-content:flex-end;align-items:flex-end;margin-left:auto}.delivery-pay__way-pay.way-pay{margin-top:80px}.bg_block_container_lm{background-image:url(/upload/images/bg_block.png);display:flex;width:1170px;height:361px;background-position-x:center}.wrapper_for_bg_block{margin-top:80px}.one_item_rules{display:flex;flex-direction:column;width:150px;align-items:center;margin-left:50px}.one_item_rules:first-child{margin-left:10px}.one_rule_img_block{margin-top:50px}.one_item_rules.reverse{flex-direction:column-reverse}.one_item_rules_text{margin-top:30px;display:flex;flex-direction:column;align-items:center}.number_line{color:#2b587a;font-size:56px}.one_item_rule_tt{color:#6f6f6f;margin-top:5px;text-align:center}.one_item_rules.reverse .one_rule_img_block{margin-top:0;margin-bottom:50px}.one_item_rules.reverse .one_item_rules_text{margin-top:0;margin-bottom:30px}.left_box_car{width:818px;height:251px;padding:20px;display:flex;flex-direction:column;background:#f9f9f9}.car_box_title{font-size:24px;font-weight:500;color:#2b587a}.out_wrap_car{display:flex;width:530px;height:10px;background:#dadada;position:relative;margin-top:50px}.line_wrap_car{display:flex}.left_circle_z{left:-2px}.left_circle_z,.right_circle_z{position:absolute;display:flex;width:27px;height:27px;border-radius:50%;background:#fff;top:-10px;justify-content:center;align-items:center}.right_circle_z{right:-2px}.out_circle{display:flex;width:15px;border-radius:50%;background:#fa7272;height:15px}.delivery_interval_box{display:flex;margin-bottom:70px}.right_block_text_car{margin-left:60px}.left_timer{left:-4px}.left_timer,.right_timer{position:absolute;display:flex;color:#6f6f6f;font-size:16px;top:26px;font-weight:500}.right_timer{right:-4px}.image_car{margin-left:83px}.text_before_car_block{display:flex;color:#6f6f6f;font-size:16px;padding-right:20px}.right_column_lz{display:flex;flex-direction:column;width:100%}.small_lz{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d2f1ff;height:40px;width:100%}.small_lz:last-child{border-bottom:none}.big_lz{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d2f1ff;height:121px;width:100%}.img_contaner_callback_form{border-radius:50%}.name_person_m{display:flex;margin-top:20px;font-weight:600;color:#222;font-size:16px}.person_role_m{display:flex;text-align:center;width:100%;font-size:14px;color:#969696;font-weight:600;left:0;justify-content:center}.phone_container_form{display:flex;font-weight:500;font-size:18px;align-items:flex-start}.phone_container_form svg{margin-top:7px}.small_text_form{font-size:12px;font-weight:400}.phone_container_form{margin-bottom:15px}.modal_deliv_box{display:flex;position:fixed;max-width:900px;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background:#fff;border-radius:5px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;display:none;max-height:90vh}.modal_deliv_box.active{display:flex;z-index:9999999999}.stable_container{display:flex;padding:80px 0 0;width:100%;position:relative;flex-direction:column}.exit_modal_deliv{display:flex;position:absolute;right:45px;top:45px;height:40px;width:40px;cursor:pointer}.out_block_exit{display:flex;height:100%;width:100%;position:relative;cursor:pointer}.out_block_exit:after{transform:rotate(45deg)}.out_block_exit:after,.out_block_exit:before{width:15px;height:2px;background:#000;content:"";top:20px;left:13px;position:absolute}.out_block_exit:before{transform:rotate(-45deg)}.first_content_modal_block{display:flex;flex-direction:column;width:100%;margin-top:20px}.heading_content_modal_block{background-color:#f8f8f8;width:100%;display:flex;align-items:center;justify-content:center;color:#2b587a;font-size:24px;font-weight:500;height:44px}.standart_box_modal{display:flex;flex-direction:column;margin-top:20px;padding-bottom:15px;border-bottom:1px solid #e2e2e2}.standart_box_modal:first-child{border-bottom:none}.title_inform{color:#2b587a;font-weight:500;font-size:20px}.text_temp{margin-top:5px;color:#222}.shadow_overlay{display:flex;position:fixed;left:0;top:0;background:rgba(0,0,0,.2901960784313726);width:100%;height:100vh;z-index:1000;display:none}.shadow_overlay.active{display:flex}.one_item_rules_text.mobile,.wrapper_for_bg_block.mobile{display:none}@media screen and (max-width:1200px){.delivery-pay__table{overflow-x:scroll}.delivery_custom_table{width:1170px}.delivery-pay__way-pay .way-pay__row{overflow-x:scroll}.delivery_interval_box{display:flex;flex-direction:column}.right_block_text_car{margin-left:0;margin-top:24px}.left_box_car{width:100%}.bg_block_container_lm{background-image:none;flex-direction:column;height:auto}.wrapper_for_bg_block{display:none}.wrapper_for_bg_block.mobile{display:flex;flex-direction:column}.one_item_rules_text{display:flex;flex-direction:row}.one_item_rules{justify-content:flex-start;width:100%;align-items:flex-start;margin-left:0}.one_rule_img_block{margin-top:0;margin-left:12px;width:72px;height:72px}.one_item_rule_tt{margin-left:24px;font-size:16px;margin-top:0}.delivery_containers_for_items{display:flex;flex-direction:column}.delivery_box{width:100%;flex-direction:row;height:80px;border-bottom:1px solid #d2f1ff}.delivery_box:last-child{border-bottom:unset}.text_container_deliv{margin-top:0;margin-left:20px;max-width:100%}.img_container_deliv{width:50px;margin-left:20px;margin-top:0}.table_heading_block{margin-top:30px}.modal_deliv_box{top:59%;height:75vh}.wrapper_outro_modal_content{overflow-y:scroll;scrollbar-width:thin;padding:0 40px 40px;width:100%}}.wrapper_outro_modal_content{overflow-y:scroll;scrollbar-width:thin;padding:0 40px 40px;width:100%}@media screen and (max-width:817px){.way-pay__mobile{top:146px!important}.header{z-index:99998}.wrapper_outro_modal_content{padding:0 15px 15px;width:100%}.modal_deliv_box.active{z-index:99999}.heading_block_deliv{font-size:22px}.img_container_deliv{width:40px}.table_heading_block{font-size:22px}.text_area_custom_block{display:flex;flex-direction:column}.right_image_block_sz{margin:30px auto 0;width:179px}.wrapper_for_bg_block{margin-top:30px}.one_item_rules_text{margin-top:24px}.out_wrap_car{width:100%}.left_box_car{position:relative;border-radius:10px;padding-bottom:30px;height:auto}.image_car{position:absolute;right:20px;top:20px;margin-left:0;width:40px}.text_before_car_block{margin-top:40px}.way-pay__right-text{max-width:100%}.delivery-pay__way-pay.way-pay{margin-top:30px}.heading_block_deliv{margin-top:0}.stable_container{padding:60px 0 0}.modal_deliv_box{max-width:93%}.exit_modal_deliv{right:11px;top:6px}.delivery_interaktiv_block{margin-top:30px}.delivery_interaktiv_block:first-child{margin-top:0}.delivery_interval_box{margin-bottom:25px}}.modal-fast-buy__success{position:relative}.modal-fast-buy__inner{border-radius:12px}.modal-installments__success{position:relative;border-radius:12px}.modal__body{border-radius:12px!important}.abs_text{position:absolute;bottom:10px;right:10px;font-size:12px}.bg_modal_custom{display:none!important;background-color:rgba(0,0,0,.6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:999}.bg_modal_custom.active{position:fixed;top:0;left:0;display:flex!important;flex-direction:column}.thanks_for_call{max-width:400px;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;height:200px;position:relative;background:#fff;flex-direction:column;border-radius:12px}
/* End */


/* Start:/custom/fonts/TTFors/stylesheet.css?17479835285760*/
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Thin"),
        local("TTFors-Thin"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Thin.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Thin Italic"),
        local("TTFors-Thin-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Thin_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Thin-Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors ExtraLight"),
        local("TTFors-ExtraLight"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_ExtraLight.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors ExtraLight Italic"),
        local("TTFors-ExtraLight-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_ExtraLight_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-ExtraLight-Italic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Light"),
        local("TTFors-Light"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Light.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Light Italic"),
        local("TTFors-Light-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Light_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Light-Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Regular"),
        local("TTFors-Regular"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Regular-1.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Italic"),
        local("TTFors-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Medium"),
        local("TTFors-Medium"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Medium.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Medium Italic"),
        local("TTFors-Medium-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Medium_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Medium-Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors DemiBold"),
        local("TTFors-DemiBold"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_DemiBold.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-DemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors DemiBold Italic"),
        local("TTFors-DemiBold-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_DemiBold_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-DemiBold-Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Bold"),
        local("TTFors-Bold"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Bold.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Bold-Italic"),
        local("TTFors-Bold-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Bold_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Bold-Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors ExtraBold"),
        local("TTFors-ExtraBold"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_ExtraBold.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors ExtraBold Italic"),
        local("TTFors-ExtraBold-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_ExtraBold_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-ExtraBold-Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Black"),
        local("TTFors-Black"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Black.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors';
    src: local("TT Fors Black Italic"),
        local("TTFors-Black-Italic"),
        url('/custom/fonts/TTFors/woff2/TT_Fors_Black_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTFors/otf/TT-Fors-Black-Italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/* End */


/* Start:/custom/fonts/TTForsDisplay/stylesheet.css?17479835284308*/
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display ExtraLight"),
        local("TTForsDisplay-ExtraLight"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_ExtraLight.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-ExtraLight.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display ExtraLight Italic"),
        local("TTForsDisplay-ExtraLight-Italic"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_ExtraLight_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-ExtraLight-Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Light"),
        local("TTForsDisplay-Light"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Light.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Light Italic"),
        local("TTForsDisplay-Light-Italic"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Light_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Light-Italic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Regular"),
        local("TTForsDisplay-Regular"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Regular-2.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Regular.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Display Fors';
    src: local("TT Fors Display Italic"),
        local("TTForsDisplay-Italic"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Medium"),
        local("TTForsDisplay-Medium"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Medium.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Medium.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Medium Italic"),
        local("TTForsDisplay-Medium-Italic"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Medium_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Medium-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display DemiBold"),
        local("TTForsDisplay-DemiBold"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_DemiBold.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-DemiBold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display DemiBold Italic"),
        local("TTForsDisplay-DemiBold-Italic"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_DemiBold_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-DemiBold-Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Bold"),
        local("TTForsDisplay-Bold"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Bold.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Fors Display';
    src: local("TT Fors Display Bold Italic"),
        local("TTForsDisplay-Bold-Italic"),
        url('/custom/fonts/TTForsDisplay/woff2/TT_Fors_Display_Bold_Italic.woff2') format('woff2'),
        url("/custom/fonts/TTForsDisplay/otf/TT-Fors-Display-Bold-Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
/* End */


/* Start:/local/templates/drema/components/bitrix/search.title/drema/style.css?17479835342109*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/drema/components/bitrix/search.title/drema/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

/* End */


/* Start:/local/templates/drema/components/bitrix/sale.basket.basket.line/drema_header_cart/style.css?17479835344540*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	/*overflow: hidden;*/
	/*padding-bottom: 20px;*/
	/*border-top: 1px solid #f7f7f7;*/
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

/*.bx-basket-item-list-button-container {*/
/*	position: absolute;*/
/*	right: 0;*/
/*	bottom: 20px;*/
/*	left: 0;*/
/*	padding: 10px 0;*/
/*	border-top: 1px solid #f7f7f7;*/
/*	background: #fff;*/
/*	text-align: center;*/
/*}*/

.bx-basket-item-list-container {
	overflow-y: auto;
	/*max-height: 100%;*/
	max-height: 393px;
}

.bx-basket-item-list-item {
	position: relative;
	/*margin-bottom: 15px;*/
	/*padding-top: 15px;*/
	/*padding-right: 10px;*/
	/*padding-left: 10px;*/
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

/*.bx-basket-item-list-item-img img {*/
/*	max-width: 90px;*/
/*	height: auto;*/
/*	border: 1px solid #e6e6e6;*/
/*}*/

/*.bx-basket-item-list-item-name { padding-bottom: 5px; }*/

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin: 0 0 10px 0;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin: 0 0 10px 0;
	color: #b0b0b0;
	text-decoration: line-through;
	font-weight: 400;
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17492211702729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/drema/template_styles.css?17494474689118*/
.pWrap {
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.pInner {
    width: 50px;
    height: 50px;
    margin: auto;
}
.tablebodytext{display: none;}

.htmlDataBlock h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #222;
    margin-bottom: 20px;
}
.htmlDataBlock h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2b587a;
    margin-bottom: 16px;
}
.htmlDataBlock p{
    margin-bottom: 12px;
}

.k1-filter__box.vozrast_1_list{
    display: none;
}

.section-goods__discounts-filter_not_cookie {
    justify-content: flex-end;
}

.section-goods__discounts-value_not_cookie.active {
    background-color: #ff6c81;
    color: #fff;
}
.section-goods__discounts-value_not_cookie {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ff6c81;
    color: #ff6c81;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    transition: color .3s linear, background-color .3s linear;
}

.section-goods__discounts-value_not_cookie{
    cursor: pointer;
}

.section-goods__discounts-value_not_cookie+.section-goods__discounts-value_not_cookie {
    margin-left: 5px;
}

.drop-menu__type-link {
    line-height: 200%;
}
.drop-menu__type-list {
    margin-bottom: 12px;
}

.drop-menu__type-title {
    padding-bottom: 5px;
}
.drop-menu{
    padding: 15px 20px;
}

.menu__item{
    position: relative;
}

.drop-menu, .drop-menu.mebel{
    position: absolute;
    right: unset;
    width: unset;

}
.drop-menu.mebel{
    height: 87px; /*150*/
}
.drop-menu, .drop-menu.mebel .drop-menu__type-link{
    white-space: nowrap;
}
.drop-menu.mebel .drop-menu__triangle{
    left: 34px !important;
}



.drop-menu .k1-filter__size-link{
    position:relative;
    width:100%
}
.drop-menu .k1-filter__size-link .current{
    width:100%;
    font-family:TT Fors,Roboto,sans-serif;
    font-weight:400;
    font-size:14px;
    color:#54a2c7
}
.drop-menu .k1-filter__size-link.opened{
    display:block;
    grid-column:1/4
}
@media (max-width:767px){
    .drop-menu .k1-filter__size-link.opened{
        margin-bottom:8px
    }
}
.drop-menu .k1-filter__size-link:hover .k1-filter__modal{
    display:block
}
.drop-menu .k1-filter__modal{
    display:none;
    width:100%;
    position:absolute;
    bottom:20px;
    right:0;
    z-index:25;
    background-color:#fff;
    filter:drop-shadow(rgba(0,0,0,.1) 10px 10px 25px);
    border-radius:10px;
    padding:15px 10px;
    border:1px solid #e2e2e2;
    -o-border-image:initial;
    border-image:initial
}
@media (max-width:767px){
    .drop-menu .k1-filter__modal{
        width:95%;
        left:0;
        right:unset
    }
}
.drop-menu .k1-filter__modal-title{
    font-weight:700;
    font-size:16px;
    line-height:19px;
    color:#2b587a;
    margin-bottom:15px
}
.drop-menu .k1-filter__modal-body{
    font-size:14px;
    color:#686868
}
.drop-menu .k1-filter__modal-body p{
    white-space: normal;
}

.k1-filter-full-weight{
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100% !important;
}

.k1-filter .k1-filter__checkbox-subtitle{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #54a2c7;
}

.k1-filter__size-box-name.k1-filter__size-box-name {
    margin-bottom: 10px !important;
    min-height: unset !important;
}

.grecaptcha-badge{
    visibility: hidden;
}

/*прячем на детальной картинки в слайдере до инициализации слайдера*/
.good-element__slider-big-container:not(.swiper-container-initialized) .good-element__slide-big:not(:first-child) {
    display:none;
}

.good-element__slider-navigate-container:not(.swiper-container-initialized){
    display:none;
}
/*.good-element__slider-navigate-container:not(.swiper-container-initialized) .swiper-slide{
    width: 91px;
    margin-right: 10px;
}
.good-element__slider-navigate-container:not(.swiper-container-initialized) .swiper-slide:nth-child(4n+1){
    display: none;
}*/
.section-goods__discounts-value_not_cookie.without_body{
    width: unset;
    border-radius: unset;
    border: unset;
}

@media (max-width: 991px) {
    .header__top-left {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .element-call-mobile {
        padding: 0 30px 44px;
    }
}


.sub-section-title{
    font-size: 16px;
    line-height: 19px;
    color: #2b587a;
}
.sitemap.flex{
    display: flex;
    flex-wrap: wrap;
}
.sitemap .goods-category{
    display: flex;
    flex: 1 0 50%;
    flex-wrap: wrap;
    min-width: 300px;
}
.sitemap .goods-subcategory{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sitemap .sub-section-title{
    margin: 10px 0 5px;
}
.sitemap .item{
    width: 100%;
    font-family: TT Fors,Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #54a2c7;
}
.sitemap .item:hover{
    text-decoration: underline;
}
.k1-filter .k1-filter__size-box.opened{
    margin-bottom:12px;
}


.menu__item:not(.submenu):after, .menu__item:not(.submenu):before{
    display:none;
}

.menu__item[data-menu-link-id=mebel] .drop-menu a{
    pointer-events: unset;
}

.copyright__pay .copyright__img[alt='mir']{
    height: 15px;
    margin-top: 3px;
}
.copyright__pay .copyright__img[alt='sbp']{
    height: 30px;
    margin-top: 2px;
}
.copyright__pay .copyright__img[alt='sberpay']{
    height: 30px;
    margin-top: 2px;
}

.header__logo img{
    width: 168px;
}
.faq h3{
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2b587a;
}
.faq p+p {
    margin-top: 25px;
}
.faq p {
    font-size: 16px;
    line-height: 27px;
    color: #222;
}


.section-goods__discounts-filter_not_cookie.spin{
    position: relative;
}

.section-goods__discounts-filter_not_cookie.spin .inner{
    filter: blur(1px);
}

.section-goods__discounts-filter_not_cookie.spin .spinner{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='filter-mobile__preloder' width='48px' height='48px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64 0a7 7 0 1 1-7 7 7 7 0 0 1 7-7zm29.86 12.2a2.8 2.8 0 1 1-3.83 1.02 2.8 2.8 0 0 1 3.83-1.02zm22.16 21.68a3.15 3.15 0 1 1-4.3-1.15 3.15 3.15 0 0 1 4.3 1.15zm.87 60.53a4.2 4.2 0 1 1-1.57-5.7 4.2 4.2 0 0 1 1.54 5.73zm7.8-30.5a3.85 3.85 0 1 1-3.85-3.85 3.85 3.85 0 0 1 3.85 3.84zm-30 53.2a4.55 4.55 0 1 1 1.66-6.23 4.55 4.55 0 0 1-1.67 6.22zM64 125.9a4.9 4.9 0 1 1 4.9-4.9 4.9 4.9 0 0 1-4.9 4.9zm-31.06-8.22a5.25 5.25 0 1 1 7.17-1.93 5.25 5.25 0 0 1-7.14 1.93zM9.9 95.1a5.6 5.6 0 1 1 7.65 2.06A5.6 5.6 0 0 1 9.9 95.1zM1.18 63.9a5.95 5.95 0 1 1 5.95 5.94 5.95 5.95 0 0 1-5.96-5.94zm8.1-31.6a6.3 6.3 0 1 1 2.32 8.6 6.3 6.3 0 0 1-2.3-8.6zM32.25 8.87a6.65 6.65 0 1 1-2.44 9.1 6.65 6.65 0 0 1 2.46-9.1z' fill='%2354A2C7'%3E%3C/path%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;30 64 64;60 64 64;90 64 64;120 64 64;150 64 64;180 64 64;210 64 64;240 64 64;270 64 64;300 64 64;330 64 64' calcMode='discrete' dur='1080ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E	");
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nca-cookiesaccept-line.style-1 {
    background-color: #fff;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    min-height: 10px !important;
    max-height: 250px !important;
    display: block;
    clear: both !important;
    padding: 12px !important;
    position: fixed;
    bottom: 0px !important;
    opacity: 1;
    transform: translateY(0%);
    z-index: 99999;
    border-top: 1px solid #2b587a !important;
    line-height: 22px;
    color: #222;
}
@media (max-width: 768px){
    .nca-cookiesaccept-line{
        max-height:unset;
    }
    .nca-cookiesaccept-line .nca-bar{
        flex-direction: column;
        gap: 1rem;
    }
}
.nca-cookiesaccept-line button{
    padding: 10px 22px;
    transition: all .3s linear;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    color: #2b587a;
    border: 1px solid #2b587a;
    border-radius: 5px;
    background-color: #fff;
}
.nca-cookiesaccept-line button:hover{
    text-decoration: none;
    background: #2b587a;
    border-color: #2b587a;
    color: #fff
}

.modal-recall .modal__form-row input[type="checkbox"]{
    -webkit-appearance: auto;
}
table.table{
    min-width:800px;
}
table.table ,table.table td{
    border: 1px solid;
    border-collapse: collapse;
}
table.table td{
    padding: 0.2rem 0.5rem;
}
table.table li{
    font-size:14px;
}

.copyright .development {
    font-size: 14px;
    line-height: 16px;
    color: #222;
    display: flex;
    gap: 0.25em;
    flex-direction: column;
}
/* End */
/* /custom/cdn/fancybox.css?174798352815598 */
/* /dist/vendor.077f703087be739fa89b.css?174798353013846 */
/* /dist/custom.2e80d0363bc5f185fe9f.css?1747983530344514 */
/* /custom/fonts/TTFors/stylesheet.css?17479835285760 */
/* /custom/fonts/TTForsDisplay/stylesheet.css?17479835284308 */
/* /local/templates/drema/components/bitrix/search.title/drema/style.css?17479835342109 */
/* /local/templates/drema/components/bitrix/sale.basket.basket.line/drema_header_cart/style.css?17479835344540 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17492211702729 */
/* /local/templates/drema/template_styles.css?17494474689118 */
