:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}: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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom: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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-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:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.container{max-width:1920px;padding:0 130px;margin:0 auto}@media only screen and (max-width:1700px){.container{padding:0 100px}}@media only screen and (max-width:1500px){.container{padding:0 80px}}@media only screen and (max-width:1300px){.container{padding:0 50px}}@media only screen and (max-width:1150px){.container{padding:0 25px}}@media only screen and (max-width:1024px){.container{padding:0 10px}}.paper{background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.pageHolder{padding:60px 0}@media only screen and (max-width:1150px){.pageHolder{padding:30px 0}}h1.pageTitle{font-weight:500;font-size:20px;margin-bottom:20px}.productsGrid{padding:20px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:15px}@media only screen and (max-width:1800px){.productsGrid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1400px){.productsGrid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1150px){.productsGrid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1024px){.productsGrid{grid-template-columns:100%}}.flexCenter{display:flex;align-items:center;justify-content:center}.breadcrumb{max-width:1920px;padding:20px 130px;margin:0 auto}@media only screen and (max-width:1700px){.breadcrumb{padding:20px 100px}}@media only screen and (max-width:1500px){.breadcrumb{padding:20px 80px}}@media only screen and (max-width:1300px){.breadcrumb{padding:15px 50px}}@media only screen and (max-width:1150px){.breadcrumb{padding:15px 25px}}@media only screen and (max-width:1024px){.breadcrumb{width:100vw;white-space:nowrap;overflow-x:auto;padding:20px}}*{margin:0;padding:0;box-sizing:border-box;outline:none!important;font-family:Poppins,sans-serif}body{background:#f9f9f9}#next,body,html{scroll-behavior:smooth}b,h1,h2,h3,h4,h5,h6{color:#000;font-weight:500}a,li,p{font-weight:400;font-size:16px;line-height:24px;color:#000}a{color:#e30c73;text-decoration:none}li,ol,ul{list-style:none}a,button{cursor:pointer;transition:all .2s ease-in-out}a.btn-primary,button.btn-primary{display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;line-height:24px;padding:10px 32px;font-weight:600;color:#fff;background:#e30c73;border-radius:40px;border:1px solid transparent}a.btn-primary:hover,button.btn-primary:hover{color:#e30c73;border-color:#e30c73;background:#fff}a.btn-primary.light,button.btn-primary.light{background:#f9f9f9;color:#000}a.btn-primary.light:hover,button.btn-primary.light:hover{border-color:transparent}a.btn-banner,button.btn-banner{display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;line-height:24px;padding:10px 8px;font-weight:600;color:transparent;background:#fff;border-radius:5px;border:1px solid transparent;color:#000}a.btn-banner:hover,button.btn-banner:hover{background:#000;color:#fff}a:disabled,button:disabled{background:#d7d7d7!important;color:#000!important}input,textarea{width:100%;padding:12px 24px;background:#f9f9f9;border-radius:20px;border:1px solid transparent;font-weight:500;font-size:14px;line-height:21px;color:#000;transition:all .2s ease-in-out}textarea{resize:none;border-radius:10px;height:150px}input::placeholder,textarea::placeholder{font-weight:500;font-size:14px;line-height:21px;color:rgba(0,0,0,.6)}label{display:block;font-weight:500;font-size:16px;line-height:20px;color:#000;margin-bottom:15px}@media only screen and (max-width:1024px){label{font-size:14px;margin-bottom:10px}}.errorMsg{font-weight:300;color:#da0e0e;font-size:14px;margin-top:5px}.badge{font-weight:500;font-size:14px;line-height:20px;text-align:center;color:#fff;padding:3px 10px;border-radius:50px;background:#104aad;width:-moz-fit-content;width:fit-content}.badge.primary{background:#e30c73}.checkbox{width:18px;height:18px;background:#f9f9f9;border:1px solid #000;border-radius:3px;display:flex;align-items:center;justify-content:center;padding:2px;cursor:pointer}.checkbox.active svg{opacity:1}.checkbox svg{opacity:0;width:100%;height:100%}header{background:#f9f9f9;border-bottom:1px solid rgba(0,0,0,.05)}header .headerBanner__content{display:flex;align-items:center;justify-content:space-between;padding:6px 0}@media only screen and (max-width:1024px){header .headerBanner__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}}header .headerBanner__content a,header .headerBanner__content p{font-weight:500;font-size:12px;line-height:18px;color:#2b2a28}header .headerBanner__content .left{display:flex;align-items:center;gap:24px}header .headerBanner__content .right a{display:flex;align-items:center;gap:5px}header .headerBanner__content .right a svg{width:24px;height:24px}header .headerMiddle{background:#2b2a28;padding:25px 0;position:relative}@media only screen and (max-width:1024px){header .headerMiddle{padding:15px 0}}header .headerMiddle__content{display:flex;align-items:center;justify-content:space-between}header .headerMiddle__content .left{display:grid;grid-template-columns:240px 630px;align-items:center;grid-gap:120px;gap:120px}@media only screen and (max-width:1700px){header .headerMiddle__content .left{grid-template-columns:240px 550px;gap:50px}}@media only screen and (max-width:1500px){header .headerMiddle__content .left{grid-template-columns:200px 450px;gap:24px}}@media only screen and (max-width:1300px){header .headerMiddle__content .left{grid-template-columns:170px 400px}}@media only screen and (max-width:1150px){header .headerMiddle__content .left{grid-template-columns:170px 350px;gap:10px}}@media only screen and (max-width:1024px){header .headerMiddle__content .left{display:flex;gap:0}}header .headerMiddle__content .left .hamburger-react{display:none}@media only screen and (max-width:1024px){header .headerMiddle__content .left .hamburger-react{display:block;width:20px;height:20px;color:#fff;margin-right:10px;cursor:pointer}}header .headerMiddle__content .left .logoLink{position:relative;width:100%;height:70px}@media only screen and (max-width:1500px){header .headerMiddle__content .left .logoLink{height:60px}}@media only screen and (max-width:1300px){header .headerMiddle__content .left .logoLink{height:50px}}@media only screen and (max-width:1024px){header .headerMiddle__content .left .logoLink{width:150px;height:40px}}header .headerMiddle__content .left .searchInput{width:100%;position:relative}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:9999999999999;padding:10px;overflow-y:auto;display:none}header .headerMiddle__content .left .searchInput.active{display:block}}header .headerMiddle__content .left .searchInput .closeBtn{display:none}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .closeBtn{display:block;margin:0 0 10px auto}}header .headerMiddle__content .left .searchInput .row{position:relative;display:flex;align-items:center}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .row{border:1px solid rgba(0,0,0,.05);border-radius:30px}}header .headerMiddle__content .left .searchInput .row input{padding-right:42px;background:#fff}header .headerMiddle__content .left .searchInput .row input::placeholder{font-weight:300}header .headerMiddle__content .left .searchInput .row input.active{border-radius:20px 20px 0 0}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .row input,header .headerMiddle__content .left .searchInput .row input.active{border-radius:30px}}header .headerMiddle__content .left .searchInput .row .searchIcon{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:22px;height:22px;cursor:pointer;z-index:1}header .headerMiddle__content .left .searchInput .searchResultInputMask{position:fixed;top:0;left:0;right:0;bottom:0}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInputMask{display:none}}header .headerMiddle__content .left .searchInput .searchResultInput{position:absolute;width:100%;height:-moz-fit-content;height:fit-content;max-height:400px;overflow-y:scroll;background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:9999999999999}header .headerMiddle__content .left .searchInput .searchResultInput::-webkit-scrollbar{width:5px;border-radius:20px}header .headerMiddle__content .left .searchInput .searchResultInput::-webkit-scrollbar-track{background:transparent}header .headerMiddle__content .left .searchInput .searchResultInput::-webkit-scrollbar-thumb{background:#dbdbdb;border-radius:20px}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput{position:static;max-height:unset;overflow:unset;border-radius:0;z-index:unset}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow{display:grid;grid-template-columns:52px 1fr 24px;align-items:center;grid-gap:20px;gap:20px;padding:10px 20px;width:100%;cursor:pointer}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow{padding:10px 0;grid-template-columns:52px 1fr}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow:hover{background:#f9f9f9}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .photo{width:52px;height:52px}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info{display:flex;flex-direction:column}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info h2{font-size:14px;font-weight:400}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info h2{font-size:12px}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info p{font-size:16px;font-weight:600}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info p{font-size:14px}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow svg{position:relative;width:24px;height:24px;margin-left:auto}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow svg{display:none}}header .headerMiddle__content .left .searchInput .searchResultInput .noResult{padding:15px;text-align:center}header .headerMiddle__content .links{display:flex;align-items:center;gap:24px}@media only screen and (max-width:1024px){header .headerMiddle__content .links{grid-gap:15px}}header .headerMiddle__content .links .icon{display:flex;align-items:center;gap:10px;color:#fff;font-weight:500;font-size:14px;line-height:21px;position:relative}@media only screen and (max-width:1024px){header .headerMiddle__content .links .icon{font-size:0;gap:0}}header .headerMiddle__content .links .icon .headerIcon,header .headerMiddle__content .links .icon svg{width:24px;height:24px}header .headerMiddle__content .links .icon.mob{display:none}@media only screen and (max-width:1024px){header .headerMiddle__content .links .icon.mob{display:flex}}header .headerMiddle__content .links .icon span{position:absolute;top:-10px;left:-14px;background:#e30c73;color:#fff;border-radius:12px;font-weight:500;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;padding:0 10px}header nav{display:flex;align-items:center;grid-gap:170px;padding:12px 0}@media only screen and (max-width:1500px){header nav{grid-gap:50px}}@media only screen and (max-width:1150px){header nav{grid-gap:20px}}@media only screen and (max-width:1024px){header nav{display:none}}header nav .select{position:relative}header nav .select.active svg{transform:rotate(180deg)}header nav .select .selectPreview{display:flex;align-items:center;grid-gap:10px;cursor:pointer}header nav .select .selectPreview svg{transition:all .2s ease-in-out}header nav .links{display:flex;align-items:center;gap:45px}@media only screen and (max-width:1300px){header nav .links{grid-gap:25px}}@media only screen and (max-width:1150px){header nav .links{grid-gap:20px}}header nav .links a.link{font-weight:400;color:#000}header nav .links a.link.active{font-weight:500}.mobileCategoriesWrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000000000000000000;background:rgba(0,0,0,.5);display:none}@media only screen and (max-width:1024px){.mobileCategoriesWrapper{display:block}}.mobileCategoriesWrapper .closeIcon{position:absolute;top:5px;right:5px;width:24px;height:24px;color:#fff}.mobileCategoriesWrapper .content{width:90%;height:100%;background:#fff;overflow-y:auto}.mobileCategoriesWrapper .content .categoryContainer1{padding-left:10px}.mobileCategoriesWrapper .content .categoryContainer2{padding-left:20px}.mobileCategoriesWrapper .content .categoryContainer3{padding-left:30px}.mobileCategoriesWrapper .content .categoryContainer4{padding-left:40px}.mobileCategoriesWrapper .content .item{display:grid;grid-template-columns:1fr 50px;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}.mobileCategoriesWrapper .content .item.root{background:#f9f9f9}.mobileCategoriesWrapper .content .item.active a{color:#e30c73;background-color:#ededed}.mobileCategoriesWrapper .content .item a{font-size:14px;font-weight:500;color:#000;padding:7px 10px}.mobileCategoriesWrapper .content .item span{width:25px;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobileCategoriesWrapper .content .item span svg{width:14px;height:14px;transition:all .2s ease-in-out}.mobileCategoriesWrapper .content .item span svg.active{transform:rotate(180deg)}footer{background:#2b2a28;padding:55px 0 15px}@media only screen and (max-width:700px){footer{padding:25px 0 15px}}footer .top{display:flex;align-items:flex-start;grid-gap:70px}@media only screen and (max-width:1500px){footer .top{flex-direction:column;grid-gap:50px}}@media only screen and (max-width:700px){footer .top{grid-gap:25px}}footer .top .logo{position:relative;width:240px;height:70px}footer .top .links{display:grid;align-items:flex-start;grid-template-columns:repeat(5,1fr);grid-gap:10px}@media only screen and (max-width:1024px){footer .top .links{width:100%;grid-template-columns:repeat(3,1fr);grid-gap:50px 15px}}@media only screen and (max-width:700px){footer .top .links{grid-template-columns:100%;gap:25px}}footer .top .links h2{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:#fff;margin-bottom:10px}footer .top .links a,footer .top .links p{font-size:14px;line-height:24px;color:#fff;display:block;width:-moz-fit-content;width:fit-content}footer .top .links p{margin-top:10px}footer .middle{color:#fff;font-size:12px;line-height:20px;text-align:center;margin:40px 0}@media only screen and (max-width:1024px){footer .middle{margin:24px 0}}@media only screen and (max-width:700px){footer .middle{text-align:left}}@media only screen and (max-width:1300px){footer .middle br{display:none}}footer .bottom{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1024px){footer .bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:10px;text-align:center}}footer .bottom .left p{font-size:12px;line-height:18px;color:#fff}footer .bottom .left p span{color:#e30c73}footer .bottom .right{display:flex;flex-direction:column;align-items:center}footer .bottom .right p{font-size:12px;color:#fff}.newsletter{margin:60px 0;background:#fff;box-shadow:0 8px 24px hsla(210,8%,62%,.2);border-radius:10px;padding:60px 130px 60px 50px;display:flex;align-items:center;justify-content:space-between;grid-gap:10px}@media only screen and (max-width:1500px){.newsletter{padding:50px}}@media only screen and (max-width:1300px){.newsletter{padding:40px 25px;display:grid;grid-template-columns:1fr 400px}}@media only screen and (max-width:1024px){.newsletter{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;grid-gap:50px;padding:30px 15px;margin:30px 0}}.newsletter .left{display:flex;align-items:center;grid-gap:25px}@media only screen and (max-width:1024px){.newsletter .left{flex-direction:column;text-align:center}.newsletter .left svg{width:50px;height:50px}}.newsletter .left .text h2{font-weight:600;font-size:22px;line-height:33px}.newsletter .left .text p{font-size:15px;line-height:22px}@media only screen and (max-width:1300px){.newsletter .left .text p br{display:none}}@media only screen and (max-width:1024px){.newsletter .left .text p{font-size:14px}.newsletter .left .text p br{display:block}}@media only screen and (max-width:700px){.newsletter .left .text p br{display:none}}.newsletter .right .row{position:relative}.newsletter .right .row button{position:absolute;top:0;bottom:0;right:0}.newsletter .right .row input{padding-right:150px}.newsletter .right .checkboxRow{display:grid;align-items:center;grid-template-columns:18px 1fr;grid-gap:10px;margin-top:10px}.newsletter .right .checkboxRow p{font-size:13px;line-height:20px;color:rgba(0,0,0,.6)}@media only screen and (max-width:1024px){.newsletter .right .checkboxRow p{font-size:12px}}.newsletter .right .checkboxRow p a{font-size:13px;line-height:20px;font-weight:500;color:rgba(0,0,0,.6);text-decoration:underline}@media only screen and (max-width:1024px){.newsletter .right .checkboxRow p a{font-size:12px}}.productsSection{background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);padding:30px 40px}.productsSection .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.productsSection .row h2{font-weight:500;font-size:20px;line-height:30px}.productsSection .row a{color:rgba(0,0,0,.6);font-weight:500;font-size:14px;line-height:21px}.productsSection .paper{background:unset;box-shadow:none;border-radius:0}.productsSection .paper.productsGrid{padding:0}.productCard{display:flex;flex-direction:column;padding:15px;transition:all .2s ease-in-out;border-radius:10px;display:grid;grid-template-rows:1fr 160px;background-color:#fff}.productCard,.productCard .top{position:relative}.productCard .top .heartIcon{position:absolute;top:15px;right:15px;cursor:pointer;z-index:1;width:24px;height:24px}.productCard .top .heartIcon path{fill:rgba(0,0,0,.6)}.productCard .top .sticker{position:absolute;top:15px;left:15px}.productCard .top .catalogStickers{position:absolute;right:0;top:40px}.productCard .top .catalogStickers img{display:block;margin-bottom:5px}.productCard .top .photo{height:190px;margin:30px 30px 10px;display:flex;align-items:center;justify-content:center}.productCard .top .photo img{height:auto!important}.productCard .top h2{font-weight:400;font-size:16px;line-height:20px;word-break:break-all;height:40px;margin:0 0 5px}.productCard .bottom{position:relative}.productCard .bottom .badgeHolder{height:30px}.productCard .bottom .badgeHolder .badge{font-size:10px}.productCard .bottom .prices{margin:5px 0 20px}.productCard .bottom .prices p{font-size:18px;line-height:20px;color:rgba(0,0,0,.6);text-decoration:line-through}.productCard .bottom .prices h3{font-weight:500;font-size:26px;line-height:32px}.productCard .bottom button{width:100%}.productsSlider{padding:40px;margin:60px 0}.productsSlider.active{background:#104aad}.productsSlider.active .sectionTitle{color:#fff}@media only screen and (max-width:1150px){.productsSlider{padding:20px;margin:30px 0}}.productsSlider h2{font-weight:500;font-size:20px;line-height:30px;margin-bottom:40px}.mainCategoryMask{position:fixed;top:0;left:0;right:0;bottom:0}.mainCategoryContainer{z-index:9999999;position:absolute;left:0;top:calc(100% + 23px);display:flex;gap:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.mainCategoryContainer .column{padding:20px;min-width:300px}.mainCategoryContainer .column:first-child{background:#f9f9f9}@media only screen and (max-width:1500px){.mainCategoryContainer .column{min-width:250px}}@media only screen and (max-width:1150px){.mainCategoryContainer .column{min-width:220px}}.mainCategoryContainer .column a{display:grid;grid-template-columns:1fr 15px;align-items:center;grid-gap:10px;gap:10px;color:rgba(0,0,0,.6);font-weight:600;font-size:13px;padding:4px;word-break:keep-all}@media only screen and (max-width:1500px){.mainCategoryContainer .column a{font-size:12px}}.mainCategoryContainer .column a.active{color:#e30c73}.mainCategoryContainer .column a svg{width:15px;height:15px;transform:rotate(-90deg)!important}.sortField{display:flex;align-items:center;justify-content:flex-end;grid-gap:15px}@media only screen and (max-width:700px){.sortField{flex-direction:column;justify-content:center}}.sortField p{font-weight:500;font-size:14px}@media only screen and (max-width:700px){.sortField p{font-size:12px}}.sortField .select{position:relative}.sortField .select.active .selectPreview svg{transform:rotate(180deg)}.sortField .select.active .selectOptions{opacity:1;pointer-events:unset}.sortField .select .selectPreview{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border:1px solid #ddd;border-radius:25px;cursor:pointer;grid-gap:15px;min-width:300px}.sortField .select .selectPreview p{font-weight:500;font-size:14px;color:rgba(0,0,0,.6)}@media only screen and (max-width:700px){.sortField .select .selectPreview p{font-size:12px}}.sortField .select .selectPreview svg{transition:all .2s ease-in-out}.sortField .select .selectOptions{opacity:0;pointer-events:none;transition:all .2s ease-in-out;border:1px solid #ddd;border-radius:10px;position:absolute;top:calc(100% + 12px);left:0;right:0;z-index:5;background:#fff;overflow:hidden}.sortField .select .selectOptions ul li{font-size:14px;font-weight:300;padding:8px;cursor:pointer}.sortField .select .selectOptions ul li:hover{background:#f9f9f9}.sortField .select .selectOptions ul li.active{font-weight:500}.pagination{justify-content:flex-end;margin-top:20px;grid-gap:20px;color:#9f9f9f}.pagination,.pagination .item{display:flex;align-items:center}.pagination .item{font-weight:500;font-size:16px;line-height:24px;height:30px;justify-content:center;cursor:pointer}.pagination .item.active{color:#000;font-weight:700}.pagination .item.arrow{width:30px;height:30px}.pagination .item.arrow:first-child{transform:rotate(180deg)}.cartIconHolder{position:relative}.cartPreview{position:absolute;right:0;top:100%;z-index:99;width:350px;transition:all .2s ease-in-out;opacity:0;pointer-events:none;padding-top:10px}.cartPreview.active{pointer-events:unset;opacity:1}@media only screen and (max-width:1024px){.cartPreview{display:none}}.cartPreview .content{position:relative;background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);width:100%;padding:15px 0}.cartPreview .content .itemsWrap{display:flex;flex-direction:column;align-items:center}.cartPreview .content .itemsWrap .items{margin-bottom:10px;width:100%;overflow-y:auto;max-height:265px}.cartPreview .content .itemsWrap .items::-webkit-scrollbar{width:0}.cartPreview .content .itemsWrap .items .item{padding:15px 5px;border-bottom:1px solid rgba(0,0,0,.05);display:grid;grid-template-columns:52px 1fr;align-items:center;width:100%;grid-gap:10px}.cartPreview .content .itemsWrap .items .item .photo{width:52px;height:52px;display:flex;align-items:center;justify-content:center}.cartPreview .content .itemsWrap .items .item .right{display:grid;grid-template-columns:1fr 24px;grid-gap:10px;align-items:center}.cartPreview .content .itemsWrap .items .item .right .info{width:100%}.cartPreview .content .itemsWrap .items .item .right .info h2{width:240px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:400;font-size:14px}.cartPreview .content .itemsWrap .items .item .right .info .row{display:grid;grid-template-columns:70px auto;grid-gap:15px;margin-top:5px;align-items:center}.cartPreview .content .itemsWrap .items .item .right .info .row .counter{display:grid;grid-template-columns:20px 1fr 20px;height:30px;align-items:center;justify-items:center;border:1px solid rgba(0,0,0,.05);border-radius:30px}.cartPreview .content .itemsWrap .items .item .right .info .row .counter svg{cursor:pointer;transform:rotate(90deg)}.cartPreview .content .itemsWrap .items .item .right .info .row .counter svg:last-child{transform:rotate(-90deg)}.cartPreview .content .itemsWrap .items .item .right .info .row .counter svg path{fill:rgba(0,0,0,.6)}.cartPreview .content .itemsWrap .items .item .right .info .row .counter p{font-size:16px;color:rgba(0,0,0,.6)}.cartPreview .content .itemsWrap .items .item .right .info .row p{font-weight:500;font-size:16px}.cartPreview .content .itemsWrap .items .item .right svg{cursor:pointer}.cartPreview .content .itemsWrap .buttons{display:flex;flex-direction:column;grid-gap:10px;width:240px}.cartPreview .content .itemsWrap .buttons a{font-size:14px}.cartPreview .content .itemsWrap .buttons a.disabled{background:#f9f9f9;color:#000}.cartPreview .content .empty{display:flex;flex-direction:column;align-items:center}.cartPreview .content .empty svg{width:90px!important;height:90px!important}.cartPreview .content .empty p{font-weight:400;font-size:14px;margin:10px 0 30px}.cartPreview .content .empty .btn-primary{width:240px;font-size:14px}.readOnlyPage{padding-bottom:60px}@media only screen and (max-width:1024px){.readOnlyPage{padding:30px 0}}.readOnlyPage .container h1{font-weight:500;font-size:24px;margin-bottom:30px}.readOnlyPage .container h2{font-weight:500;font-size:20px;margin-bottom:20px}.readOnlyPage .container h3{font-weight:500;font-size:18px}.readOnlyPage .container a,.readOnlyPage .container p{font-size:16px;line-height:24px}@media only screen and (max-width:1024px){.readOnlyPage .container a,.readOnlyPage .container p{font-size:14px;line-height:20px}}.readOnlyPage .container .group{margin-bottom:20px}.readOnlyPage .container .group h3{margin-bottom:10px}.readOnlyPage .container .group:last-child{margin-bottom:0}.readOnlyPage .container ul{margin:20px 0;display:flex;flex-direction:column;grid-gap:8px}.readOnlyPage .container ul.decimal li{list-style:decimal}.readOnlyPage .container ul li{list-style:disc;margin-left:20px;font-size:16px;line-height:24px}@media only screen and (max-width:1024px){.readOnlyPage .container ul li{font-size:14px;line-height:20px}}.homePage .heroBanner .slideItemBanner{display:block;height:500px;position:relative}@media only screen and (max-width:700px){.homePage .heroBanner .slideItemBanner{height:360px}}@media only screen and (max-width:1150px){.homePage .heroBanner .swiper-pagination{display:none}}.homePage .heroBanner .swiper-pagination .swiper-pagination-bullet{width:60px;height:8px;border-radius:10px;background:hsla(0,0%,100%,.7)}.homePage .heroBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.homePage .heroBanner .swiper-button-next,.homePage .heroBanner .swiper-button-prev{color:#fff;width:30px;height:30px}.homePage .heroBanner .swiper-button-next:after,.homePage .heroBanner .swiper-button-prev:after{font-size:100%}@media only screen and (max-width:1150px){.homePage .heroBanner .swiper-button-next,.homePage .heroBanner .swiper-button-prev{display:none}}.homePage .cardsGroup{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-content:space-between;margin:60px 0;grid-gap:30px}@media only screen and (max-width:1500px){.homePage .cardsGroup{grid-gap:15px}}@media only screen and (max-width:1150px){.homePage .cardsGroup{grid-template-columns:repeat(2,1fr);grid-gap:30px}}@media only screen and (max-width:1024px){.homePage .cardsGroup{grid-template-columns:100%;grid-gap:20px;margin:30px 0}}.homePage .cardsGroup .card{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:35px;background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);padding:20px 30px}@media only screen and (max-width:1700px){.homePage .cardsGroup .card{padding:20px;grid-gap:20px}}@media only screen and (max-width:1500px){.homePage .cardsGroup .card{padding:15px}.homePage .cardsGroup .card svg{width:50px;height:50px}}@media only screen and (max-width:1300px){.homePage .cardsGroup .card svg{width:35px;height:35px}}@media only screen and (max-width:1150px){.homePage .cardsGroup .card svg{width:40px;height:40px}}.homePage .cardsGroup .card .text h2{font-weight:500;font-size:18px;line-height:27px}@media only screen and (max-width:1500px){.homePage .cardsGroup .card .text h2{font-size:16px}}@media only screen and (max-width:1300px){.homePage .cardsGroup .card .text h2{font-size:14px;line-height:20px}}@media only screen and (max-width:1150px){.homePage .cardsGroup .card .text h2{font-size:16px;line-height:24px}}.homePage .cardsGroup .card .text p{font-weight:300;font-size:14px;line-height:21px;color:rgba(0,0,0,.6)}@media only screen and (max-width:1300px){.homePage .cardsGroup .card .text p{font-size:12px}}@media only screen and (max-width:1150px){.homePage .cardsGroup .card .text p{font-size:14px}}.homePage .bannersSlider{position:relative}.homePage .bannersSlider .bannerItem{width:100%;position:relative;display:block}.homePage .bannersSlider .bannerItem img{width:100%}.homePage .bannersSlider .swiper-button-next,.homePage .bannersSlider .swiper-button-prev{display:none!important}.homePage .categoriesBlock{padding:40px;margin:60px 0}@media only screen and (max-width:1024px){.homePage .categoriesBlock{padding:40px 10px;margin:30px 0}}.homePage .categoriesBlock h2{font-weight:500;font-size:20px;line-height:30px;margin-bottom:40px}.homePage .categoriesBlock .sliderWrap .item{display:flex;flex-direction:column;align-items:center}.homePage .categoriesBlock .sliderWrap .item p{font-weight:500;font-size:16px;line-height:24px;text-align:center;margin-top:15px}@media only screen and (max-width:1024px){.homePage .categoriesBlock .sliderWrap .item p{font-size:14px}}.homePage .categoriesBlock .sliderWrap .item img{width:100px!important;height:100px!important}.homePage .newsBlock{background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);padding:40px;margin:60px 0}@media only screen and (max-width:1024px){.homePage .newsBlock{padding:20px;margin:30px 0}}.homePage .newsBlock h2{font-weight:500;font-size:20px;line-height:30px;margin-bottom:40px}@media only screen and (max-width:1500px){.homePage .newsBlock h2{margin-bottom:20px}}.homePage .newsBlock .newsSlide{position:relative;height:300px;border-radius:10px;display:block;overflow:hidden}@media only screen and (max-width:1024px){.homePage .newsBlock .newsSlide{height:220px}}.homePage .newsBlock .newsSlide:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.9));pointer-events:none}.homePage .newsBlock .newsSlide p{position:absolute;bottom:15px;left:15px;max-width:60%;font-size:14px;font-weight:500;color:#fff;z-index:1}.homePage .newsBlock .sliderWrap{position:relative}.homePage .newsBlock .sliderWrap .swiper-button-next{position:absolute!important;right:-35px!important;top:50%!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;font-size:30px!important;margin:0!important;z-index:3;cursor:pointer}@media only screen and (max-width:1024px){.homePage .newsBlock .sliderWrap .swiper-button-next{display:none!important}}.homePage .newsBlock .sliderWrap .swiper-button-next svg{width:30px;height:30px;transform:rotate(-90deg)}.homePage .newsBlock .sliderWrap .swiper-button-next svg path{fill:#b3b3b3}.homePage .newsBlock .sliderWrap .swiper-button-next:after{display:none}.homePage .newsBlock .sliderWrap .swiper-button-prev{position:absolute!important;left:-35px!important;top:50%!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;font-size:30px!important;margin:0!important;z-index:3;cursor:pointer}@media only screen and (max-width:1024px){.homePage .newsBlock .sliderWrap .swiper-button-prev{display:none!important}}.homePage .newsBlock .sliderWrap .swiper-button-prev svg{width:30px;height:30px;transform:rotate(90deg)}.homePage .newsBlock .sliderWrap .swiper-button-prev svg path{fill:#b3b3b3}.homePage .newsBlock .sliderWrap .swiper-button-prev:after{display:none}.homePage .catalogTop{display:flex;align-items:center;justify-content:space-between;align-items:baseline}@media only screen and (max-width:1024px){.homePage .catalogTop a{font-size:14px}}.homePage .catalogs{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px}@media only screen and (max-width:1300px){.homePage .catalogs{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1024px){.homePage .catalogs{grid-template-columns:repeat(2,1fr)}}.homePage .catalogs .catalog a{position:relative;height:300px;display:block}@media only screen and (max-width:1024px){.homePage .catalogs .catalog a{height:140px}}.homePage .catalogs .catalog a .imageWrap{height:200px;width:200px}@media only screen and (max-width:1024px){.homePage .catalogs .catalog a .imageWrap{width:100px}}.homePage .catalogs .catalog a .imageWrap img{border-radius:10px;overflow:hidden;object-fit:contain}.homePage .catalogs .catalog p{color:#000;z-index:11;text-align:center}@media only screen and (max-width:1024px){.homePage .catalogs .catalog p{font-size:14px}}.productPage{padding-bottom:30px}.productPage .contentGrid{display:grid;grid-template-columns:auto 1fr;grid-gap:35px;align-items:flex-start;margin-bottom:60px}@media only screen and (max-width:1700px){.productPage .contentGrid{grid-gap:20px}}@media only screen and (max-width:1024px){.productPage .contentGrid{grid-template-columns:100%;grid-gap:30px}}.productPage .images{display:grid;grid-template-columns:200px 600px;grid-gap:35px}@media only screen and (max-width:1700px){.productPage .images{grid-template-columns:150px 450px;grid-gap:20px}}@media only screen and (max-width:1500px){.productPage .images{grid-template-columns:120px 400px}}@media only screen and (max-width:1300px){.productPage .images{grid-template-columns:100px 300px}}@media only screen and (max-width:1024px){.productPage .images{display:flex;flex-direction:column-reverse}}.productPage .images .img{position:relative;width:100%;height:100%}.productPage .images .allImages{display:grid;grid-auto-rows:130px;grid-gap:35px}@media only screen and (max-width:1700px){.productPage .images .allImages{grid-gap:20px}}@media only screen and (max-width:1500px){.productPage .images .allImages{grid-auto-rows:100px}}@media only screen and (max-width:1300px){.productPage .images .allImages{grid-auto-rows:80px}}@media only screen and (max-width:1024px){.productPage .images .allImages{grid-template-columns:repeat(3,1fr);grid-auto-rows:120px}}@media only screen and (max-width:700px){.productPage .images .allImages{grid-auto-rows:80px}}.productPage .images .allImages .item{width:100%;height:130px;position:relative;padding:10px;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);cursor:pointer;background:#fff}@media only screen and (max-width:1500px){.productPage .images .allImages .item{height:100px}}@media only screen and (max-width:1300px){.productPage .images .allImages .item{height:80px}}@media only screen and (max-width:1024px){.productPage .images .allImages .item{height:120px}}@media only screen and (max-width:700px){.productPage .images .allImages .item{height:80px}}.productPage .images .mainImg{width:100%;height:460px;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);padding:10px;position:relative;background:#fff}@media only screen and (max-width:1700px){.productPage .images .mainImg{height:400px}}@media only screen and (max-width:1500px){.productPage .images .mainImg{height:350px}}@media only screen and (max-width:1300px){.productPage .images .mainImg{height:300px}}.productPage .images .mainImg .wishListIcon{position:absolute;top:20px;right:20px;width:28px;height:28px;color:rgba(0,0,0,.6);cursor:pointer;z-index:1}.productPage .images .mainImg .sticker-list{display:flex;flex-direction:column;align-items:center;position:absolute;right:10px;top:55px;z-index:10}.productPage .detailsBox{width:100%;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);background:#fff;padding:40px 32px}@media only screen and (max-width:1500px){.productPage .detailsBox{padding:20px}}@media only screen and (max-width:1024px){.productPage .detailsBox{padding:15px}}.productPage .detailsBox .productInfo .infoPart{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:15px;display:grid;grid-template-columns:1fr 80px;align-items:end;grid-gap:20px}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart{display:flex;flex-direction:column;align-items:flex-start}}.productPage .detailsBox .productInfo .infoPart .left .row{margin-top:20px}.productPage .detailsBox .productInfo .infoPart .left .row p{display:inline;font-size:14px;color:rgba(0,0,0,.6)}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart .left .row p{font-size:12px;line-height:16px}}.productPage .detailsBox .productInfo .infoPart .left .row p:first-child{margin-right:20px}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart .left .row p:first-child{margin-right:5px}}.productPage .detailsBox .productInfo .infoPart .left .row p span{font-weight:500}.productPage .detailsBox .productInfo .infoPart .left h1{font-weight:600;font-size:24px;line-height:36px}@media only screen and (max-width:1500px){.productPage .detailsBox .productInfo .infoPart .left h1{font-size:20px;line-height:30px}}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart .left h1{font-size:18px;line-height:26px}}.productPage .detailsBox .productInfo .infoPart .right .categoryImg{width:80px;height:80px;border-radius:10px;background:#cecece;display:flex;align-items:center;justify-content:center}.productPage .detailsBox .productInfo .prices{padding:25px 0}.productPage .detailsBox .productInfo .prices .lineThrough{font-weight:500;font-size:18px;line-height:27px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:rgba(0,0,0,.6)}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices .lineThrough{font-size:16px}}.productPage .detailsBox .productInfo .prices .saving{font-weight:600;font-size:16px;line-height:24px;color:#da0e0e}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices .saving{font-size:14px}}.productPage .detailsBox .productInfo .prices h2{font-weight:600;font-size:36px;line-height:54px}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices h2{font-size:32px;line-height:36px}}.productPage .detailsBox .actionsRow{display:grid;grid-template-columns:95px 1fr;grid-gap:30px}@media only screen and (max-width:700px){.productPage .detailsBox .actionsRow{grid-gap:10px}}.productPage .detailsBox .actionsRow .counter{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;justify-items:center;border:1px solid rgba(0,0,0,.05);border-radius:30px}.productPage .detailsBox .actionsRow .counter svg{cursor:pointer;transform:rotate(90deg)}.productPage .detailsBox .actionsRow .counter svg:last-child{transform:rotate(-90deg)}.productPage .detailsBox .actionsRow .counter svg path{fill:rgba(0,0,0,.6)}.productPage .detailsBox .actionsRow .counter p{font-size:22px;color:rgba(0,0,0,.6)}.productPage .detailsBox .helpWithShopping{background:#f9f9f9;border-radius:10px;margin:30px 0;padding:30px 20px}@media only screen and (max-width:700px){.productPage .detailsBox .helpWithShopping{padding:20px 10px;margin:15px 0}}.productPage .detailsBox .helpWithShopping .row{display:flex;align-items:center;justify-content:space-between}.productPage .detailsBox .helpWithShopping .row p{display:flex;align-items:center;grid-gap:10px}.productPage .detailsBox .helpWithShopping .row p span{font-weight:600;font-size:16px}.productPage .detailsBox .helpWithShopping .row a{font-weight:400;font-size:14px;color:rgba(0,0,0,.6)}.productPage .detailsBox .helpWithShopping .links{display:flex;align-items:center;justify-content:space-around;margin-top:30px}@media only screen and (max-width:700px){.productPage .detailsBox .helpWithShopping .links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;justify-content:unset;align-items:unset}}.productPage .detailsBox .helpWithShopping .links a{font-weight:500;font-size:14px;text-align:center;color:#000}.productPage .detailsBox .tabs .group{border-bottom:1px solid rgba(0,0,0,.05)}.productPage .detailsBox .tabs .group.active{border-bottom:0}.productPage .detailsBox .tabs .group.active h2 svg{transform:rotate(180deg)}.productPage .detailsBox .tabs .group.active .tabContent{display:block}.productPage .detailsBox .tabs .group h2{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:16px;line-height:24px;padding:15px 0;cursor:pointer}.productPage .detailsBox .tabs .group h2 svg{transition:all .2s ease-in-out}.productPage .detailsBox .tabs .group h2 svg path{fill:rgba(0,0,0,.6)}.productPage .detailsBox .tabs .group .tabContent{display:none}.productPage .detailsBox .tabs .group .tabContent .descriptionTab img{width:50%!important;height:50%!important;display:block;margin-left:auto;margin-right:auto}.productPage .detailsBox .tabs .group .tabContent .descriptionTab h4{margin:10px 0}.productPage .detailsBox .tabs .group .tabContent .descriptionTab p,.productPage .detailsBox .tabs .group .tabContent .descriptionTab span{font-size:14px;line-height:20px}@media only screen and (max-width:700px){.productPage .detailsBox .tabs .group .tabContent .descriptionTab p,.productPage .detailsBox .tabs .group .tabContent .descriptionTab span{font-size:12px}}.productPage .detailsBox .tabs .group .tabContent .specifications{border-radius:10px;overflow:hidden}.productPage .detailsBox .tabs .group .tabContent .specifications .specification{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}@media only screen and (max-width:700px){.productPage .detailsBox .tabs .group .tabContent .specifications .specification{padding:12px}}.productPage .detailsBox .tabs .group .tabContent .specifications .specification:nth-child(odd){background:#f9f9f9}.productPage .detailsBox .tabs .group .tabContent .specifications .specification span{font-size:15px;font-weight:400}@media only screen and (max-width:700px){.productPage .detailsBox .tabs .group .tabContent .specifications .specification span{font-size:12px}}.productPage .detailsBox .tabs .group .tabContent .specifications .specification p{font-size:14px;font-weight:600;text-align:right}@media only screen and (max-width:700px){.productPage .detailsBox .tabs .group .tabContent .specifications .specification p{font-size:12px}}.productPage .detailsBox .tabs .group .tabContent .declarationTab{display:flex;flex-direction:column;grid-gap:10px}@media only screen and (max-width:700px){.productPage .detailsBox .tabs .group .tabContent .declarationTab p{font-size:12px}}.productPage .detailsBox .tabs .group .tabContent .declarationTab p span{font-weight:500}.authPage{padding-bottom:60px}@media only screen and (max-width:1024px){.authPage{padding:30px 0}}.authPage .container .tabs{display:flex;align-items:center;justify-content:center;grid-gap:60px;margin-bottom:60px}@media only screen and (max-width:1024px){.authPage .container .tabs{grid-gap:20px;margin-bottom:30px}}.authPage .container .tabs p{font-weight:500;font-size:20px;line-height:30px;color:rgba(0,0,0,.6);cursor:pointer}@media only screen and (max-width:1024px){.authPage .container .tabs p{font-size:16px;line-height:unset}}.authPage .container .tabs p.active{color:#000}.authPage .container form{width:700px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);padding:30px;display:flex;flex-direction:column;grid-gap:20px}@media only screen and (max-width:1024px){.authPage .container form{width:100%;max-width:600px;padding:15px}}.authPage .container form button{width:100%}.contactPage{padding-bottom:60px}.contactPage .container h1{font-weight:500;font-size:20px}.contactPage .container .banner{width:100%;height:300px;border-radius:10px;background:#2b2a28;display:flex;align-items:center;justify-content:center;margin:20px 0 70px;overflow:hidden}@media only screen and (max-width:1500px){.contactPage .container .banner{height:250px}}.contactPage .container .holder{display:grid;grid-template-columns:1fr 670px;grid-gap:50px}@media only screen and (max-width:1500px){.contactPage .container .holder{grid-template-columns:repeat(2,1fr);grid-gap:25px}}@media only screen and (max-width:1150px){.contactPage .container .holder{grid-template-columns:100%}}.contactPage .container .holder .left h3{font-weight:600;font-size:18px;line-height:27px;margin-bottom:23px}@media only screen and (max-width:1150px){.contactPage .container .holder .left p{font-size:14px}}.contactPage .container .holder .left p a{margin-left:3px}@media only screen and (max-width:1150px){.contactPage .container .holder .left p a{font-size:14px}}.contactPage .container .holder .right{box-shadow:0 8px 24px hsla(210,8%,62%,.2);width:100%;background:#fff;border-radius:10px;padding:20px}.contactPage .container .holder .right h2{font-weight:600;font-size:18px;line-height:27px;margin-bottom:30px}.contactPage .container .holder .right p{margin:30px 0}.contactPage .container .holder .right form{display:flex;flex-direction:column;grid-gap:20px}.contactPage .container .holder .right form button{width:100%}.actionsPage{padding:60px 0}@media only screen and (max-width:700px){.actionsPage{padding:30px 0}}.actionsPage .container h1{font-weight:500;font-size:20px;line-height:30px;margin-bottom:20px}.actionsPage .container .cards{margin-top:60px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:50px}@media only screen and (max-width:1500px){.actionsPage .container .cards{grid-template-columns:repeat(4,1fr);grid-gap:30px}}@media only screen and (max-width:1300px){.actionsPage .container .cards{grid-gap:20px}}@media only screen and (max-width:1150px){.actionsPage .container .cards{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1024px){.actionsPage .container .cards{grid-template-columns:repeat(2,1fr);grid-gap:30px}}@media only screen and (max-width:700px){.actionsPage .container .cards{grid-template-columns:100%;margin-top:20px}}.actionsPage .container .cards .card .img{border-radius:10px;overflow:hidden;width:100%;height:320px;position:relative}@media only screen and (max-width:1024px){.actionsPage .container .cards .card .img{height:400px}}.actionsPage .container .cards .card .img:hover:after{background:transparent}.actionsPage .container .cards .card .img:after{content:"";position:absolute;transition:all .2s ease-in-out;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3))}.actionsPage .container .cards .card p{font-weight:600;font-size:18px;text-align:center;margin-top:10px}@media only screen and (max-width:700px){.actionsPage .container .cards .card p{font-size:14px}}.aboutUsPage{padding-bottom:60px}.aboutUsPage .container h1{font-weight:500;font-size:20px}.aboutUsPage .container .banner{width:100%;height:300px;border-radius:10px;background:#2b2a28;display:flex;align-items:center;justify-content:center;margin:20px 0 70px;overflow:hidden}@media only screen and (max-width:1500px){.aboutUsPage .container .banner{height:250px}}.aboutUsPage .container .text{display:flex;flex-direction:column;grid-gap:30px}.aboutUsPage .container .info{margin-top:60px}.aboutUsPage .container .info h3{font-weight:600;font-size:18px;line-height:27px;margin-bottom:20px}.categoriesPage{padding-bottom:60px}.categoriesPage .container h1{font-weight:500;font-size:20px;line-height:30px;margin-bottom:20px}.categoriesPage .container .categoryDescription{margin:20px 0}.categoriesPage .container .categoriesList{background:#fff;box-shadow:0 8px 24px hsla(210,8%,62%,.2);border-radius:10px;padding:30px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:50px 20px}@media only screen and (max-width:1500px){.categoriesPage .container .categoriesList{grid-template-columns:repeat(4,1fr);grid-gap:30px 10px}}@media only screen and (max-width:1024px){.categoriesPage .container .categoriesList{grid-template-columns:repeat(2,1fr);grid-gap:20px}}.categoriesPage .container .categoriesList .item{display:flex;flex-direction:column;align-items:center;grid-gap:20px}@media only screen and (max-width:1024px){.categoriesPage .container .categoriesList .item{grid-gap:10px}}.categoriesPage .container .categoriesList .item .img{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.categoriesPage .container .categoriesList .item p{font-weight:500;font-size:16px;line-height:24px;text-align:center}@media only screen and (max-width:1024px){.categoriesPage .container .categoriesList .item p{font-size:14px}}.categoriesPage .container .pageContent{margin-top:60px;display:grid;grid-template-columns:100%}.categoriesPage .container .pageContent.active{grid-template-columns:330px 1fr}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent.active{grid-template-columns:100%}}.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1800px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1400px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1150px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:100%}}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(2,1fr);width:100%}}@media only screen and (max-width:700px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:100%}}.categoriesPage .container .pageContent .fixedBtn{display:none}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent .fixedBtn{display:flex;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:999;background:#000}}.categoriesPage .container .pageContent .attributes{border-right:1px solid rgba(0,0,0,.05);padding:20px 40px;display:flex;flex-direction:column;grid-gap:10px}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent .attributes{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:scroll;background:#fff;border:0;padding:20px;display:none;z-index:99}.categoriesPage .container .pageContent .attributes.active{display:flex}}.categoriesPage .container .pageContent .attributes h2{font-weight:500;font-size:18px;line-height:27px}.categoriesPage .container .pageContent .attributes .select{border:1px solid rgba(0,0,0,.05);border-radius:10px}.categoriesPage .container .pageContent .attributes .select.active .selectOptions{display:block}.categoriesPage .container .pageContent .attributes .select .selectPreview{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:10px;padding:15px;cursor:pointer}.categoriesPage .container .pageContent .attributes .select .selectPreview p{font-weight:500;font-size:14px;line-height:20px;color:rgba(0,0,0,.6)}.categoriesPage .container .pageContent .attributes .select .selectOptions{display:none}.categoriesPage .container .pageContent .attributes .select .selectOptions .valueItem{display:grid;grid-template-columns:18px 1fr;grid-gap:10px;padding:10px 15px;cursor:pointer}.categoriesPage .container .pageContent .attributes .select .selectOptions .valueItem p{font-size:14px;line-height:20px}.categoriesPage .container .pageContent .products{padding:20px 40px}.categoriesPage .container .pageContent .products .productsGrid{padding:0}.singleNewsPage .container .photo{width:350px;height:350px;position:relative;margin:50px auto;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);overflow:hidden}@media only screen and (max-width:500px){.singleNewsPage .container .photo{width:100%;height:300px;margin:30px 0}}.singleNewsPage .container h1{margin:0}.singleNewsPage .container .date{color:rgba(0,0,0,.6);font-weight:300;display:block;margin-bottom:20px}.singleNewsPage .container .postBody p{font-size:16px;line-height:24px;margin-bottom:20px}.singleNewsPage .container .postBody b,.singleNewsPage .container .postBody strong{font-weight:600}.cartPage{padding-bottom:60px}@media only screen and (max-width:700px){.cartPage{padding:30px 0}}.cartPage .emptyCart{padding:100px 0;display:flex;flex-direction:column;align-items:center;grid-gap:20px}@media only screen and (max-width:1024px){.cartPage .emptyCart{padding:30px 0}}.cartPage .emptyCart p{font-weight:500;font-size:20px}@media only screen and (max-width:1024px){.cartPage .emptyCart p{font-size:16px}}.cartPage .cartItems{display:flex;flex-direction:column;grid-gap:30px}.cartPage .cartItems .cartItem{background:#fff;border-radius:10px;padding:20px 60px;display:grid;grid-template-columns:190px 1fr;grid-gap:50px;align-items:center}@media only screen and (max-width:1700px){.cartPage .cartItems .cartItem{padding:20px 30px}}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem{grid-gap:20px}}@media only screen and (max-width:700px){.cartPage .cartItems .cartItem{display:flex;flex-direction:column}}.cartPage .cartItems .cartItem .cartItemPhoto{position:relative;width:190px;height:190px}.cartPage .cartItems .cartItem .cartItemBody{display:grid;grid-template-columns:1fr 255px;grid-gap:20px}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem .cartItemBody{grid-template-columns:1fr 200px}}@media only screen and (max-width:700px){.cartPage .cartItems .cartItem .cartItemBody{display:flex;flex-direction:column}}.cartPage .cartItems .cartItem .cartItemBody .left{display:flex;flex-direction:column;grid-gap:25px;width:100%}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem .cartItemBody .left{grid-gap:10px}}.cartPage .cartItems .cartItem .cartItemBody .left h2{font-weight:600;font-size:18px;line-height:27px}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem .cartItemBody .left h2{font-size:15px;line-height:22px}}.cartPage .cartItems .cartItem .cartItemBody .left p{font-weight:500;font-size:26px;line-height:20px}.cartPage .cartItems .cartItem .cartItemBody .right{display:flex;flex-direction:column;grid-gap:15px;width:100%}.cartPage .cartItems .cartItem .cartItemBody .right button{width:100%}.cartPage .cartItems .cartItem .cartItemBody .right button.disabled{background:#f9f9f9;color:#000}.cartPage .cartPageContent{display:grid;align-items:start;grid-template-columns:1fr 375px;grid-gap:60px}@media only screen and (max-width:1700px){.cartPage .cartPageContent{grid-gap:30px}}@media only screen and (max-width:1300px){.cartPage .cartPageContent{display:flex;flex-direction:column-reverse}}.cartPage .cartSummary{background:#fff;border-radius:10px;padding:60px}@media only screen and (max-width:1700px){.cartPage .cartSummary{padding:30px}}@media only screen and (max-width:1300px){.cartPage .cartSummary{width:400px;margin:0 auto}}@media only screen and (max-width:700px){.cartPage .cartSummary{width:100%}}.cartPage .cartSummary p{font-weight:500;font-size:18px;line-height:27px}.cartPage .cartSummary h3{font-weight:500;font-size:26px;line-height:20px;margin:25px 0 35px}.cartPage .cartSummary .buttons{display:flex;flex-direction:column;grid-gap:15px}.cartPage .cartSummary .buttons button{width:100%}.cartPage .cartSummary .buttons button.disabled{color:#000;background:#f9f9f9}.cartPage .cartSummary .buttons a{text-align:center;display:block;color:#000}.noFoundPage{height:65vh}.noFoundPage .centered{position:relative;display:flex;align-items:center;max-width:80%;margin:auto}.noFoundPage .centered .left{display:flex;flex-direction:column;gap:25px}@media only screen and (max-width:1024px){.noFoundPage .centered .left{gap:15px}}@media only screen and (max-width:700px){.noFoundPage .centered .left{align-items:center}}.noFoundPage .centered .left .error404{width:80%;max-width:600px;margin:auto}.noFoundPage .centered .left a{max-width:250px}@media only screen and (max-width:700px){.noFoundPage .centered .left p{text-align:center}}.noFoundPage .centered .bulb{position:absolute;flex-direction:column;right:-170px;bottom:-40px}@media only screen and (max-width:1024px){.noFoundPage .centered .bulb{right:-60px;bottom:10px}}@media only screen and (max-width:700px){.noFoundPage .centered .bulb{display:none}}@media only screen and (max-width:1024px){.noFoundPage .centered .bulb .bulbIcon{width:150px;height:150px}}.noFoundPage .centered .bulb .shadow{position:relative;top:-60px}@media only screen and (max-width:1024px){.noFoundPage .centered .bulb .shadow{top:-30px;max-width:150px}}.thankyouPage{height:70vh}.thankyouPage,.thankyouPage .innerContainer{display:flex;align-items:center;justify-content:center}.thankyouPage .innerContainer{width:80%;max-width:750px;flex-direction:column;gap:15px}@media only screen and (max-width:400px){.thankyouPage .innerContainer{gap:5px}}@media only screen and (max-width:1024px){.thankyouPage .innerContainer .bulbSucces{width:100px;height:200px}}@media only screen and (max-width:400px){.thankyouPage .innerContainer .bulbSucces{width:80px;height:120px}}.thankyouPage .innerContainer h3{font-size:32px}@media only screen and (max-width:1024px){.thankyouPage .innerContainer h3{font-size:28px}}@media only screen and (max-width:400px){.thankyouPage .innerContainer h3{font-size:22px}}.thankyouPage .innerContainer p{text-align:center;font-size:16px}@media only screen and (max-width:1024px){.thankyouPage .innerContainer p{font-size:14px}}@media only screen and (max-width:400px){.thankyouPage .innerContainer p{font-size:12px;line-height:1.4}.thankyouPage .innerContainer a{padding:6px 10px;font-size:13px;margin-top:10px}}.checkoutPage .checkoutContainer{margin-top:30px;margin-bottom:30px}.checkoutPage .checkoutContainer form{display:grid;grid-template-columns:1fr 500px;grid-gap:30px;gap:30px}@media only screen and (max-width:1150px){.checkoutPage .checkoutContainer form{display:flex;flex-direction:column}}.checkoutPage .checkoutContainer .paper{padding:30px;height:-moz-fit-content;height:fit-content}.checkoutPage .checkoutContainer .paper h3{margin-bottom:20px}.checkoutPage .checkoutContainer .paper .step{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:30px}@media only screen and (max-width:700px){.checkoutPage .checkoutContainer .paper .step{gap:20px}}.checkoutPage .checkoutContainer .paper .step .field{width:calc(50% - 50px)}@media only screen and (max-width:700px){.checkoutPage .checkoutContainer .paper .step .field{width:100%}}.checkoutPage .checkoutContainer .paper .orderInfo{display:flex;flex-direction:column;gap:20px}.checkoutPage .checkoutContainer .paper .orderInfo .products{display:flex;flex-direction:column;gap:15px;max-height:150px;overflow-y:auto;border-bottom:1px solid #d9d9d9;padding:15px 0}@media only screen and (max-width:1150px){.checkoutPage .checkoutContainer .paper .orderInfo .products{max-height:250px}}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem{display:flex;align-items:center;gap:20px}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem .quantity{font-size:24px;font-weight:500}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem .info{display:flex;flex-direction:column}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem .info .price{font-size:21px;font-weight:500}.checkoutPage .checkoutContainer .paper .orderInfo .totalPrice{font-size:24px;font-weight:500}.checkoutPage .checkoutContainer .paper .orderInfo .checkboxRow{display:flex;align-items:center;gap:15px;margin-bottom:5px}.searchResultPage{padding-bottom:60px}.searchResultPage .paper{padding:30px}.searchResultPage .paper .productsGrid{grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:1800px){.searchResultPage .paper .productsGrid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1400px){.searchResultPage .paper .productsGrid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1150px){.searchResultPage .paper .productsGrid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:700px){.searchResultPage .paper .productsGrid{grid-template-columns:100%;width:100%}}.dashboardPage{padding-bottom:60px}@media only screen and (max-width:1024px){.dashboardPage{padding:30px 0}}.dashboardPage .wrapper{display:grid;grid-template-columns:300px 1fr;grid-gap:50px;align-items:flex-start}@media only screen and (max-width:1024px){.dashboardPage .wrapper{grid-template-columns:100%}}.dashboardPage .wrapper .menu{display:flex;flex-direction:column;grid-gap:16px;padding:24px}.dashboardPage .wrapper .menu a,.dashboardPage .wrapper .menu p{display:block;font-size:16px;font-weight:400;color:#000;width:-moz-fit-content;width:fit-content;cursor:pointer}.dashboardPage .wrapper .menu a:hover,.dashboardPage .wrapper .menu p:hover{color:#e30c73}.dashboardPage .wrapper .menu a.active,.dashboardPage .wrapper .menu p.active{color:#000;font-weight:700}.dashboardPage .wrapper .content{padding:24px}.dashboardPage .wrapper .content form{display:flex;flex-direction:column;grid-gap:16px}.dashboardPage .wrapper .content form button{width:-moz-fit-content;width:fit-content}.profilePage .content{display:flex;flex-direction:column;grid-gap:32px}.profilePage .content h2{font-size:18px;margin-bottom:16px}.addressesPage .content h2{font-size:16px;margin-bottom:40px;font-weight:400}.addressesPage .content .items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px;align-items:flex-start}@media only screen and (max-width:1300px){.addressesPage .content .items{grid-template-columns:100%}}.addressesPage .content .items .item{width:100%}.addressesPage .content .items .item .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.addressesPage .content .items .item .row h3{font-weight:500;font-size:18px}.addressesPage .content .items .item .row span{color:#e30c73;font-size:14px;cursor:pointer}.catalogsPage{padding:60px 0}@media only screen and (max-width:700px){.catalogsPage{padding:30px 0}}.catalogsPage .container h1{font-weight:500;font-size:20px;line-height:30px;margin-bottom:20px}.catalogsPage .container .cards{margin-top:60px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:50px}@media only screen and (max-width:1500px){.catalogsPage .container .cards{grid-template-columns:repeat(4,1fr);grid-gap:30px}}@media only screen and (max-width:1300px){.catalogsPage .container .cards{grid-gap:20px}}@media only screen and (max-width:1150px){.catalogsPage .container .cards{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1024px){.catalogsPage .container .cards{grid-template-columns:repeat(2,1fr);grid-gap:10px}}.catalogsPage .container .cards .card .img{width:100%;height:320px;position:relative}@media only screen and (max-width:1024px){.catalogsPage .container .cards .card .img{height:160px}}.catalogsPage .container .cards .card .img img{object-fit:contain}.catalogsPage .container .cards .card p{font-weight:600;font-size:18px;text-align:center;margin-top:10px}@media only screen and (max-width:700px){.catalogsPage .container .cards .card p{font-size:14px}}