.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}: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:translateZ(var(--toastify-z-index));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}[dir=ltr] .Toastify__toast-icon{margin-right:10px}[dir=rtl] .Toastify__toast-icon{margin-left:10px}.Toastify__toast-icon{-webkit-margin-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)}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{width:auto!important;height:auto!important;direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{box-sizing:border-box!important;direction:inherit;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;opacity:0;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{-ms-overflow-style:scrollbar!important;direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}@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:initial}.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}[dir=ltr] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir=rtl] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top: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;scroll-snap-stop:always}: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;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{text-transform:none!important;font-family:swiper-icons;font-size:var(--swiper-navigation-size);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-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-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}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;background-repeat:no-repeat}:after,:before{text-decoration:inherit;vertical-align:inherit}:where(:root){cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}:where(body){margin:0}:where(h1){font-size:2em;margin:.67em 0}:where(dl,ol,ul) :where(dl,ol,ul){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(nav li):before{content:"\200B";float:left}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}:where(iframe){border-style:none}:where(svg:not([fill])){fill:currentColor}:where(table){border-collapse:collapse;border-color:inherit;text-indent:0}:where(button,input,select){margin:0}:where(button,[type=button i],[type=reset i],[type=submit i]){-webkit-appearance:button}:where(fieldset){border:1px solid #a0a0a0}:where(progress){vertical-align:initial}:where(textarea){margin:0;resize:vertical}:where([type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(details>summary:first-of-type){display:list-item}:where([aria-busy=true i]){cursor:progress}:where([aria-controls]){cursor:pointer}:where([aria-disabled=true i],[disabled]){cursor:not-allowed}:where([aria-hidden=false i][hidden]){display:initial}:where([aria-hidden=false i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}:root{--white:#fff;--black:#151515;--primary:#f45f23;--primary-darker:#e6571f;--text:#0e0e0e;--gray-90:#7a7a85;--gray-75:#b7b7c1;--gray-80:#606060;--gray-60:#cfd0d4;--gray-50:#e3e3ee;--gray-40:#e3e3ee;--gray-25:#f7f8f9;--gray-3:#828282;--red:#ec3030;--green:#27ae60;--base-font:"Suisse Intl","Helvetica Neue","Arial",-apple-system,BlinkMacSystemFont,sans-serif;--secondary-font:"Steinbeck","Helvetica Neue","Arial",-apple-system,BlinkMacSystemFont,sans-serif}@font-face{font-family:Suisse Intl;src:url(/_next/static/media/SuisseIntl-Regular-WebM.c42cb495.woff2) format("woff2"),url(/_next/static/media/SuisseIntl-Regular-WebM.97009d39.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Steinbeck;src:url(/_next/static/media/SteinbeckRegular.04465816.woff2) format("woff2"),url(/_next/static/media/SteinbeckRegular.e7a68db3.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:fontello;src:url(/_next/static/media/fontello.1771056c.eot);src:url(/_next/static/media/fontello.1771056c.eot#iefix) format("embedded-opentype"),url(/_next/static/media/fontello.07bb967e.woff2) format("woff2"),url(/_next/static/media/fontello.330a8ff0.woff) format("woff"),url(/_next/static/media/fontello.fda025f6.ttf) format("truetype"),url(/_next/static/media/fontello.d37377a7.svg#fontello) format("svg");font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-caret_down:before{content:"\e800"}.icon-flag:before{content:"\e801"}.icon-pdf:before{content:"\e802"}.icon-play:before{content:"\e803"}.icon-vimeo:before{content:"\e804"}.icon-vk:before{content:"\e805"}.icon-youtube:before{content:"\e806"}.icon-arrow_left:before{content:"\e807"}.icon-arrow_right:before{content:"\e808"}.icon-settings:before{content:"\e809"}.icon-telegram:before{content:"\e80a"}.icon-whatsapp:before{content:"\e80b"}.icon-vkontakte:before{content:"\f189"}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400;margin:1em 0;line-height:93%;letter-spacing:-.02em;font-family:var(--secondary-font)}.h1,h1{font-size:8.4rem;margin-bottom:.6em}@media (max-width:1420px){.h1,h1{font-size:7.2rem}}@media (max-width:1190px){.h1,h1{font-size:6rem}}@media (max-width:1023px){.h1,h1{font-size:5.2rem}}@media (max-width:750px){.h1,h1{font-size:3.6rem}}.h2,h2{font-size:6.6rem}@media (max-width:1420px){.h2,h2{font-size:6rem}}@media (max-width:1190px){.h2,h2{font-size:5.4rem}}@media (max-width:1023px){.h2,h2{font-size:3.6rem}}.h3,h3{font-size:4.4rem}@media (max-width:1420px){.h3,h3{font-size:3.6rem}}@media (max-width:1190px){.h3,h3{font-size:3.2rem}}@media (max-width:1023px){.h3,h3{font-size:2.8rem}}.h4,h4{font-size:3.2rem}@media (max-width:1420px){.h4,h4{font-size:2.8rem}}@media (max-width:1190px){.h4,h4{font-size:2.4rem}}@media (max-width:1023px){.h4,h4{font-size:2.2rem}}.h5,h5{font-size:2.4rem}@media (max-width:1420px){.h5,h5{font-size:2rem}}@media (max-width:1190px){.h5,h5{font-size:1.8rem}}.h6,h6{font-size:1.8rem}@media (max-width:1190px){.h6,h6{font-size:1.6rem}}.swiper-container-wrapper{position:relative}.slider-buttons{width:12rem;height:5.6rem;position:absolute;left:3.2rem;bottom:3.2rem;display:flex;justify-content:space-between;z-index:5}.slider-buttons .swiper-button-next,.slider-buttons .swiper-button-prev{position:relative;top:0;margin:0;left:0;right:0;transform:none}.swiper-button-next,.swiper-button-prev{border:1px solid #f2f2f2;background:#fff;border-radius:8px;width:5.4rem;height:5.4rem;transition:background-color .3s;padding:0;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible;z-index:5}.swiper-button-next>svg,.swiper-button-prev>svg{transition:stroke .3s}.swiper-button-next span,.swiper-button-prev span{width:2.4rem;height:2.4rem;display:block;position:relative;overflow:hidden}.swiper-button-next span svg,.swiper-button-prev span svg{position:absolute;fill:var(--black);width:2.4rem;height:2.4rem;transition:fill .3s,transform .3s;left:0;top:0}.swiper-button-next span svg:nth-child(2),.swiper-button-prev span svg:nth-child(2){left:-100%;fill:#fff}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next:before,.swiper-button-prev:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:var(--primary-ultra-light);transform:scale(0);transition:transform .3s;border-radius:50%}@media (hover:hover) and (pointer:fine){.swiper-button-next:hover:not(.swiper-button-disabled),.swiper-button-prev:hover:not(.swiper-button-disabled){background-color:var(--primary)}.swiper-button-next:hover:not(.swiper-button-disabled)>svg,.swiper-button-prev:hover:not(.swiper-button-disabled)>svg{stroke:#fff}.swiper-button-next:hover:not(.swiper-button-disabled):before,.swiper-button-prev:hover:not(.swiper-button-disabled):before{transform:scale(1)}.swiper-button-next:hover:not(.swiper-button-disabled) span svg,.swiper-button-prev:hover:not(.swiper-button-disabled) span svg{transform:translateX(100%)}}@media (max-width:1420px){.swiper-button-next,.swiper-button-prev{width:40px;height:40px}}.swiper-button-prev span{transform:rotate(-180deg)}.swiper-button-circle{position:absolute;left:-1px;bottom:-1px;right:-1px;top:-1px;stroke-linecap:round;stroke-dasharray:176 176;stroke-dashoffset:176;stroke:var(--primary);stroke-width:.1rem;transform:rotate(-90deg)}.swiper-button-white.swiper-button-next,.swiper-button-white.swiper-button-prev{background:#fff;border:1px solid var(--gray-50)}.swiper-button-white.swiper-button-next span svg,.swiper-button-white.swiper-button-next span svg:nth-child(2),.swiper-button-white.swiper-button-prev span svg,.swiper-button-white.swiper-button-prev span svg:nth-child(2){fill:#000}@media (hover:hover) and (pointer:fine){.swiper-button-white.swiper-button-next:hover,.swiper-button-white.swiper-button-prev:hover{background-color:var(--primary)}.swiper-button-white.swiper-button-next:hover>svg,.swiper-button-white.swiper-button-prev:hover>svg{stroke:#000}}.swiper-button-white .swiper-button-circle{stroke:var(--red)}.swiper-button-gray.swiper-button-next,.swiper-button-gray.swiper-button-prev{background:hsla(0,0%,100%,.12);border:0}.swiper-button-gray.swiper-button-next span svg,.swiper-button-gray.swiper-button-next span svg:nth-child(2),.swiper-button-gray.swiper-button-prev span svg,.swiper-button-gray.swiper-button-prev span svg:nth-child(2){fill:#fff}@media (hover:hover) and (pointer:fine){.swiper-button-gray.swiper-button-next:hover,.swiper-button-gray.swiper-button-prev:hover{background:hsla(0,0%,100%,.24)}}.swiper-button-gray .swiper-button-circle{stroke:var(--primary)}.swiper-button-disabled{display:none}.swiper-pagination{bottom:24px}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.4;transition:oapcity .3s,transform .3s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;transform:scale(1.3)}.form-item{margin-bottom:1.2rem;position:relative;overflow:hidden}.form-item--black .form-field-placeholder{color:rgba(43,43,42,.48)}.form-item--black .form-field-placeholder small{color:#000;opacity:.2}.form-item--black .form-field{color:var(--black);background-color:#fff;border-color:var(--black)}.form-item--black .form-field::placeholder{color:rgba(43,43,42,.48)}.form-item--gray{margin-bottom:2.4rem}.form-item--gray .form-field-placeholder{color:var(--gray-3);font-weight:400;font-size:1.6rem;line-height:108%;padding:1.5rem 1.6rem}.form-item--gray .form-field-placeholder small{opacity:1;color:var(--primary)}.form-item--gray .form-field-placeholder--with-icon{padding-left:4.8rem}.form-item--gray .form-field{height:5rem;font-weight:400;font-size:1.6rem;line-height:108%;color:var(--black);background:#f5f5f5;border-radius:.8rem;border-color:#f5f5f5}.form-item--gray .form-field::placeholder{color:var(--gray-3)}.form-item--mb-0{margin-bottom:0}.form-field-wrap{background:none;position:relative}.form-field-wrap>svg{fill:#080108;opacity:.5;width:2.4rem;height:2.4rem;top:1.3rem}.form-field-label,.form-field-wrap>svg{position:absolute;left:1.6rem;pointer-events:none}.form-field-label{font-weight:400;font-size:1.2rem;line-height:100%;top:1.2rem}.form-field-label+.form-field-placeholder{top:2.4rem;color:var(--gray-70)}.form-field-label.is-focus+.form-field-placeholder.is-focus{opacity:0}.form-field-placeholder{position:absolute;pointer-events:none;font-weight:400;font-size:2.4rem;line-height:120%;color:hsla(0,0%,100%,.48);padding:1.3rem 1.6rem;top:0;left:0;transform-origin:0 0;transition:transform .3s,color .3s,opacity .3s}.form-field-placeholder small{font-size:100%;opacity:.4}@media (max-width:1420px){.form-field-placeholder{font-size:20px}}.form-field-placeholder--with-icon{padding-left:4.8rem}.form-field-placeholder.is-focus{opacity:0}.form-field{border-radius:0;background:none;border:0;outline:0;height:5.4rem;display:block;width:100%;padding:1.3rem 1.6rem;font-weight:400;font-size:2.4rem;line-height:120%;color:var(--white);font-family:var(--base-font);transition:border-color .3s;border:1px solid hsla(0,0%,100%,.32);border-radius:32px}.form-field::placeholder{color:hsla(0,0%,100%,.48);opacity:1}.form-field.form-field.is-focus::placeholder,.form-field:focus:not(.does-not-exist)::placeholder{color:transparent}@media (max-width:1420px){.form-field{font-size:2rem;height:49px}}@media (max-width:990px){.form-field{height:45px;font-size:16px}}@media (max-width:750px){.form-field{height:49px;font-size:20px}}.form-field--with-icon{padding-left:48px}textarea.form-field{height:12.4rem;max-width:100%}.form-item--gray textarea.form-field{height:12.4rem}.form-field-clear{position:absolute;z-index:2;right:1.6rem;width:2.4rem;height:2.4rem;top:50%;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:0;line-height:1;display:flex;align-items:center;justify-content:center}.form-field-clear svg{width:100%;height:100%;fill:#bdbdbd;transition:all .3s}@media (hover:hover) and (pointer:fine){.form-field-clear:hover svg{fill:var(--black)}}.form-item__error{font-weight:400;font-size:12px;line-height:100%;font-size:1rem;padding-top:1rem;color:var(--red)}.simplebar-track.simplebar-vertical{width:4px}.simplebar-scrollbar.simplebar-visible,.simplebar-scrollbar.simplebar-visible:before{opacity:1}.simplebar-scrollbar:before{left:0;right:0;top:0;bottom:0;border-radius:0;background-color:var(--primary);opacity:1}.toast-item{color:#000}.toast-item h5,.toast-item h6{margin:0 0 1rem}.select__native{background:#fff;outline:none}@media (hover:hover){.select__native{display:none!important}.select__custom{display:block!important}}iframe{border:none!important}audio,img,video{height:auto;max-width:100%;aspect-ratio:auto}button{cursor:pointer;color:var(--black)}button,input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input,textarea{font-family:var(--base-font)}input::-ms-clear,input::-ms-reveal,textarea::-ms-clear,textarea::-ms-reveal{display:none;width:0;height:0}input::-webkit-contacts-auto-fill-button,textarea::-webkit-contacts-auto-fill-button{display:none!important;visibility:hidden;pointer-events:none;position:absolute;right:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;cursor:pointer}select::-ms-expand{display:none}label{cursor:pointer}html{-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0;margin:0;width:100%;height:auto;font-size:10px}html::-webkit-scrollbar{width:.7rem;background:transparent}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:1rem}body{height:100%;padding:0;margin:0;width:100%;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:var(--base-font);color:var(--black);background:var(--white);min-width:350px;font-size:2.4rem;line-height:1.166667;-webkit-overflow-scrolling:touch;position:relative}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}p,ul{margin:0;padding:0}ul{list-style:none}address,figure,ol,table{margin:0;padding:0}b,strong{font-weight:700}@supports (font:-apple-system-body) and (-webkit-appearance:none){img[loading=lazy]{-webkit-clip-path:inset(.06rem);clip-path:inset(.06rem)}}main.main{flex:1 0 auto;position:relative;overflow:clip}.dropdown{position:relative;z-index:1}.dropdown__list{position:absolute;left:0;top:0;min-width:100%;z-index:-1;background:#fff;border:1px solid #2b2b2a;border-radius:24px;padding:83px 16px 16px;transition:opacity .3s,visibility .3s;opacity:0;visibility:hidden}.dropdown__list.is-active{opacity:1;visibility:visible}.dropdown__list-item{margin-bottom:20px}.dropdown__list-item:last-child{margin-bottom:0}.dropdown__list-item-text{white-space:nowrap;font-weight:400;font-size:20px;line-height:120%;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:color .3s}.dropdown__list-item-text.is-active,.dropdown__list-item-text:active{color:var(--primary)}@media (hover:hover){.dropdown__list-item-text:hover{color:var(--primary)}}.dropdown__selected.icon-caret_down{font-weight:400;font-size:24px;line-height:120%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 44px 8px 16px;position:relative;transition:color .3s}.dropdown__selected.icon-caret_down:before{position:absolute;font-size:7px;width:20px;height:20px;line-height:20px;text-align:center;right:16px;top:50%;margin-top:-10px}.dropdown__selected.icon-caret_down:active{color:var(--primary)}@media (hover:hover){.dropdown__selected.icon-caret_down:hover{color:var(--primary)}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:1.6rem;background:transparent}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;padding-right:1rem}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#f45f2326;width:.2rem;border-right:1.2rem solid #fff;border-top:7.4rem solid #fff;border-bottom:5rem solid #fff;border-radius:100rem}.header-banner{background:#0b0c0b;width:100%;position:absolute;left:0;top:0;z-index:999;height:64px;overflow:hidden;color:#fff}.header-banner__container{display:flex;align-items:center;justify-content:space-between;max-width:1920px;padding-left:216px;padding-right:251px;position:relative;height:100%}.header-banner__left{display:flex;align-items:center;gap:28px}.header-banner__img{position:absolute;top:0}.header-banner__img-1{left:32px}.header-banner__img-2{left:831px}.header-banner__img-3{top:2px;left:1110px}.header-banner__img-4{right:493px}.header-banner__img-5{right:37px}.header-banner__title{font-family:var(--secondary-font);font-weight:400;font-size:40px;line-height:28px;text-transform:uppercase;position:relative;top:-6px}.header-banner__title span{line-height:28px;display:inline-block}.header-banner__promo{color:#f45f23;display:inline-block;margin-right:13px}.header-banner__text{max-width:276px}.header-banner__badge,.header-banner__text{font-weight:400;font-size:16px;line-height:100%;font-family:var(--base-font)}.header-banner__badge{padding:7px 11px;border:.9375px dashed hsla(0,0%,100%,.5);border-radius:468.75px}@media screen and (max-width:1919px){.header-banner__container{padding-right:247px}.header-banner__img-2{left:828px}.header-banner__img-3,.header-banner__img-4{display:none}.header-banner__img-5{right:33px}}@media screen and (max-width:1439px){.header-banner__container{padding-left:100px;padding-right:100px}.header-banner__left{gap:70px}.header-banner__title{font-size:32px;line-height:22px;top:-5px}.header-banner__text{font-size:14px;max-width:180px}.header-banner__img-1{left:-31px}.header-banner__img-2{left:557px;top:-18px}.header-banner__img-5{right:-56px}.header-banner__right{display:none}}@media screen and (max-width:755px){.header-banner__container{padding-left:67px}.header-banner__title{font-size:24px;line-height:17px;top:-5px}.header-banner__text{display:none}.header-banner__img-1{left:-29px;top:unset;bottom:0;width:100px}.header-banner__img-2{left:175px}.header-banner__img-5{right:-34px}.header-banner__promo{position:relative;top:-9px}.header-banner__span{position:relative;left:-52px;top:10px}}.footer{background:var(--black);border-top:1px solid hsla(0,0%,100%,.32);padding-top:80px;padding-bottom:40px;color:#fff}.footer-top__buttons{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-width:300px;margin-right:43px}.footer-top__buttons .btn{margin-bottom:16px}.footer-top__buttons .btn:last-child{margin-bottom:0}.footer-top-menu{margin-right:68px}.footer-top-menu__item{margin-bottom:16px}.footer-top-menu__link{display:block;font-weight:400;font-size:24px;line-height:28px;color:#fff;transition:all .3s}.footer-top-menu__link:active{color:hsla(0,0%,100%,.72)}@media(hover:hover){.footer-top-menu__link:hover{color:hsla(0,0%,100%,.72)}}.footer-email{color:var(--primary)}.footer-top-contact{margin-bottom:16px;font-weight:400;font-size:32px;line-height:37px;max-width:520px}.footer-top-contact a{transition:color .3s}.footer-top-contact a:hover{color:var(--primary)}.footer-top-contact:last-child{margin-bottom:0}.footer-top-contact address{font-style:normal}.footer-top{display:flex;justify-content:space-between;margin-bottom:104px}.footer-nav,.footer-navs{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer-nav a{font-weight:400;font-size:32px;line-height:37px;color:#fff;transition:color .3s}.footer-nav a:hover{color:var(--primary)}.footer-socials{display:flex;flex-wrap:wrap;gap:16px}.footer-social{font-weight:400;font-size:32px;line-height:120%;color:#fff;padding:8px 16px;border:1px solid #fff;border-radius:32px;transition:.3s}.footer-social:hover{background:#ff5c00;border-color:#ff5c00;color:#fff}.footer-top-contacts{margin-bottom:167px}.footer-soc,.footer-top__left{display:flex}.footer-soc{align-items:center}.footer-soc li{margin-right:40px}.footer-soc li:last-child{margin-right:0}.footer-soc a{display:block;width:32px;height:32px;transition:all .3s;font-size:0;line-height:1}.footer-soc a:before{width:32px;height:32px;line-height:32px;font-size:32px;text-align:center}.footer-soc a:active{opacity:.72}@media(hover:hover){.footer-soc a:hover{opacity:.72}}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom__left{display:flex;flex-wrap:wrap;align-items:center;gap:16px 0}.footer-copyright,.footer-service-link{font-weight:400;font-size:16px;line-height:20px;display:block;opacity:.32}.footer-service-link{-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .3s}.footer-service-link:active{color:hsla(0,0%,100%,.72);text-decoration:none}@media(hover:hover){.footer-service-link:hover{color:hsla(0,0%,100%,.72);text-decoration:none}}.footer-dev{display:flex;align-items:center;font-size:0;line-height:1}.footer-dev p{font-weight:400;font-size:16px;line-height:20px;margin-right:16px;opacity:.32}.footer-dev a{transition:.3s;opacity:.32}.footer-dev a:hover{opacity:1}.footer-bottom__right{display:flex;align-items:center;gap:12px}.footer-socials--mobile{display:none}.footer-socials--desktop{max-width:56rem}@media(max-width:1420px){.footer-socials--desktop{max-width:41rem}}@media(max-width:1439px){.footer-nav a,.footer-top-contact{font-size:28px;line-height:32px}.footer-top-contact{max-width:367px}.footer-top-contacts{margin-bottom:187px}.footer-social{font-size:28px;line-height:120%}.footer-socials{gap:12px}.footer-top{margin-bottom:114px}.footer-dev p{font-size:14px;line-height:16px}.footer-bottom__right{gap:8px}.footer-copyright,.footer-service-link{font-size:14px;line-height:16px}}@media(min-width:1881px){.footer-navs{flex-direction:row;column-gap:193px}}@media(max-width:1410px){.footer-top__buttons{min-width:280px}}@media(max-width:1023px){.footer-nav a,.footer-top-contact{font-size:24px;line-height:120%}.footer-top-contact{max-width:295px}.footer-top-contacts{margin-bottom:0}.footer-social{font-size:20px;line-height:24px}.footer-top{margin-bottom:40px;flex-wrap:wrap}.footer-bottom{align-items:flex-end}.footer-bottom__right{gap:24px;flex-wrap:wrap;max-width:261px}.footer-copyright{display:flex;order:1}.footer-service-link--politics{display:flex;order:2}.footer-socials--desktop{display:none}.footer-socials--mobile{display:flex}.footer-socials{margin-top:96px}}@media(max-width:1199px){.footer-top__buttons{min-width:220px}}@media(max-width:990px){.footer-top__buttons{min-width:200px;display:flex;flex-wrap:wrap;flex-direction:row;margin-bottom:136px}.footer-top__buttons .btn{margin-right:16px}}@media(max-width:756px){.footer-top__buttons{min-width:170px;min-width:0;margin-right:-12px}.footer-top-contact{font-size:20px;line-height:23px;margin-bottom:24px}.footer-top-contact:last-child{margin-bottom:0}.footer-dev{display:flex;justify-content:space-between;align-items:center}}@media(max-width:750px){.footer{padding-top:48px;padding-bottom:28px}.footer-nav,.footer-navs{gap:12px}.footer-nav a{font-size:20px;line-height:23px}.footer-navs{margin-bottom:72px}.footer-top-contact{margin-bottom:12px;max-width:unset}.footer-socials{margin-top:32px}.footer-top{margin-bottom:100px}.footer-bottom{flex-direction:column-reverse;align-items:flex-start;gap:32px}.footer-bottom__right{gap:16px}.footer-bottom__right div:last-child{display:flex;order:3}.footer-top{flex-direction:column}.footer-bottom__left{width:100%}.footer-dev{width:100%;justify-content:space-between}}.AsidePopup_popup__Mum8P{position:fixed;z-index:102;width:100%;height:100%;left:0;top:0}.AsidePopup_popupOverlay__H3auG{width:100%;height:100%;left:0;top:0;position:absolute;background:rgba(10,19,45,.6)}.AsidePopup_popupAside__i7F5e{max-height:calc(var(--vh, 1vh) * 100);position:fixed;left:0;top:0;height:100%;background:#eaeaea;color:var(--black);width:100%;max-width:73.2rem}@media (max-width:1420px){.AsidePopup_popupAside__i7F5e{max-width:64.2rem}}@media (max-width:990px){.AsidePopup_popupAside__i7F5e{max-width:55rem}}@media (max-width:750px){.AsidePopup_popupAside__i7F5e{max-width:none;height:auto;max-height:100vh}}.AsidePopup_popupAsideScroll__a47Aj{height:100%;width:100%;overflow:auto;padding:9.6rem 4rem;max-height:100vh;max-height:calc(var(--vh, 1vh) * 100)}@media (max-width:1420px){.AsidePopup_popupAsideScroll__a47Aj{padding:9.6rem 3.2rem}}@media (max-width:750px){.AsidePopup_popupAsideScroll__a47Aj{padding:64px 12px}}.AsidePopup_popupClose__rbQ8b{position:absolute;width:4.5rem;height:4.5rem;top:2.4rem;right:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;background-color:var(--black);border-radius:8px;transition:background-color .3s}.AsidePopup_popupClose__rbQ8b svg{fill:#fff;width:2.7rem;height:2.7rem;transition:fill .3s}.AsidePopup_popupClose__rbQ8b:active{background-color:var(--primary)}.AsidePopup_popupClose__rbQ8b:active svg{fill:#fff}@media (hover:hover) and (pointer:fine){.AsidePopup_popupClose__rbQ8b:hover{background-color:var(--primary)}.AsidePopup_popupClose__rbQ8b:hover svg{fill:#fff}}@media (max-width:1420px){.AsidePopup_popupClose__rbQ8b{width:40px;height:40px;top:24px;right:24px}.AsidePopup_popupClose__rbQ8b svg{width:22px;height:22px}}@media (max-width:750px){.AsidePopup_popupClose__rbQ8b{width:35px;height:35px;top:12px;right:12px}.AsidePopup_popupClose__rbQ8b svg{width:17px;height:17px}}.Button_button__Nw3FH{display:inline-block;white-space:nowrap;font-weight:400;font-size:3.2rem;line-height:120%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;outline:0;background:none;transition:color .3s,background-color .3s,border-color .3s,box-shadow .3s,opacity .3s;border-radius:0;z-index:0;overflow:hidden;position:relative;font-family:var(--base-font);padding:.8rem 1.6rem;color:#fff;text-align:center;border:1px solid hsla(0,0%,100%,.32);border-radius:32px}.Button_button__Nw3FH svg{width:2.4rem;height:2.4rem;position:absolute;left:2.3rem;top:50%;margin-top:-1.2rem;transition:all .3s;transform:scale(0) rotate(-90deg);fill:#000;transition:fill .3s,transform .3s}.Button_button__Nw3FH:active:after{opacity:1}.Button_button__Nw3FH:active:before{transform:scale(0)}.Button_button__Nw3FH:active svg{transform:scale(1) rotate(-90deg)}.Button_button__Nw3FH:disabled{opacity:.8;cursor:default}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH:hover:not(:disabled):not(:active){background:var(--primary);border-color:var(--primary);color:#fff}.Button_button__Nw3FH:hover:not(:disabled):not(:active) svg{fill:#fff}}@media (max-width:1420px){.Button_button__Nw3FH{font-size:28px}}@media (max-width:990px){.Button_button__Nw3FH{font-size:24px}}@media (max-width:750px){.Button_button__Nw3FH{font-size:28px}}.Button_button__Nw3FH[data-color=orange]{border-color:var(--black);background-color:var(--primary);color:var(--black)}.Button_button__Nw3FH[data-color=gray]{border-color:#eaeaea;background-color:#eaeaea;color:var(--black);font-weight:400;font-size:1.6rem;line-height:2rem;padding:1.5rem 2rem}.Button_button__Nw3FH[data-color=black]{border-color:var(--black);background-color:var(--black);color:#fff;font-weight:400;font-size:1.6rem;line-height:2rem;padding:1.5rem 2rem}.Button_button__Nw3FH[data-color=orangeSmall]{border-color:var(--primary);background-color:var(--primary);color:#fff;font-weight:400;font-size:1.6rem;line-height:2rem;padding:1.5rem 2rem}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=orangeSmall]:hover{border-color:var(--primary-darker);background-color:var(--primary-darker)}}.Button_buttonIsLoading__MoEi1{color:transparent!important}.FormPopup_title__Id0Ri{font-weight:400;font-size:6.4rem;line-height:1.0625;margin-bottom:4.8rem}@media (max-width:1420px){.FormPopup_title__Id0Ri{font-size:4.8rem}}@media (max-width:990px){.FormPopup_title__Id0Ri{font-size:3.2rem;margin-bottom:32px}}.FormPopup_button__dDaJk{margin:2.4rem 0;width:100%;display:block}.FormPopup_formTerms__vI1KL{font-weight:400;font-size:1.6rem;line-height:1.25}.FormPopup_formTerms__vI1KL a{text-decoration:underline}@media (hover:hover) and (pointer:fine){.FormPopup_formTerms__vI1KL a:hover{text-decoration:none}}@media (max-width:1420px){.FormPopup_formTerms__vI1KL{font-size:1.3rem;max-width:42.8rem}}.LazyImage_image__t9tt4{transition:opacity .3s;opacity:0}.LazyImage_imageIsLoaded__CPTDI{opacity:1}.Gallery_wrapper__yqce_{background-color:var(--black);position:fixed;width:100%;height:100%;z-index:100;left:0;top:0}.Gallery_prev__9iGis{left:3.2rem}@media (max-width:1190px){.Gallery_prev__9iGis{left:2rem}}@media (max-width:1023px){.Gallery_prev__9iGis{display:none}}.Gallery_next__DOVUZ{right:3.2rem}@media (max-width:1190px){.Gallery_next__DOVUZ{right:2rem}}@media (max-width:1023px){.Gallery_next__DOVUZ{display:none}}.Gallery_close__2yuFv{position:absolute;width:4.5rem;height:4.5rem;top:2.4rem;right:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:3;background:hsla(0,0%,100%,.12);border-radius:8px;transition:background-color .3s}.Gallery_close__2yuFv svg{fill:#fff;width:2.7rem;height:2.7rem;transition:fill .3s}.Gallery_close__2yuFv:active svg{fill:var(--red)}@media (hover:hover) and (pointer:fine){.Gallery_close__2yuFv:hover{background:hsla(0,0%,100%,.24)}}@media (max-width:1420px){.Gallery_close__2yuFv{right:3.2rem}}@media (max-width:990px){.Gallery_close__2yuFv{right:2.4rem}}@media (max-width:750px){.Gallery_close__2yuFv{right:12px;top:12px}}.Gallery_gallery__38bps{height:100%;width:100%;position:relative;padding:6rem 13.4rem}@media (max-width:1420px){.Gallery_gallery__38bps{padding:4rem 11.8rem}}@media (max-width:990px){.Gallery_gallery__38bps{padding:0}}.Gallery_slider__1yCso{width:100%;height:100%}.Gallery_slider__1yCso .swiper-pagination{display:none}@media (max-width:990px){.Gallery_slider__1yCso .swiper-pagination{display:block}}.Gallery_slide__amMd3{position:relative;overflow:hidden;text-align:center;font-size:0;line-height:1}.Gallery_slide__amMd3:after{content:"";width:0;height:100%;display:inline-block;vertical-align:middle}.Gallery_slide__amMd3 img{position:relative!important;height:100%!important;width:auto!important;display:inline-block;object-fit:contain;object-position:center;max-width:calc(100vw - 26.8rem);margin-bottom:0 auto}@media (max-width:1420px){.Gallery_slide__amMd3 img{max-width:calc(100vw - 23.6rem)}}@media (max-width:990px){.Gallery_slide__amMd3 img{max-width:100%;border-radius:0}.Gallery_slide__amMd3{border-radius:0}}.SuccessMessage_message__JmzUS{display:inline-block;padding:12px 16px;background:#eaeaea;border-radius:12px;position:fixed;top:96px;left:50%;transform:translateX(-50%);font-weight:400;font-size:3.2rem;line-height:120%;z-index:99;color:var(--black)}.CenterPopup_popup__268gQ{position:fixed;z-index:102;width:100%;height:100%;left:0;top:0}.CenterPopup_popupOverlay__1l8vy{width:calc(100% + 4px);height:calc(100% + 4px);left:-2px;top:-2px;position:absolute;background:rgba(10,19,45,.6);z-index:-1}.CenterPopup_popupScroll__0n802{overflow:auto;width:100%;height:100%;text-align:center;padding:2rem 0}.CenterPopup_popupScroll__0n802:after{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}@media (max-width:750px){.CenterPopup_popupScroll__0n802:after{vertical-align:bottom}.CenterPopup_popupScroll__0n802{padding-bottom:0}}.CenterPopup_popupContainer__rQmJ9{display:inline-block;vertical-align:middle;position:relative;color:#4f4f4f;width:100%;max-width:43.8rem;text-align:left;padding:2rem 2.4rem;background:#fff;border-radius:8px;z-index:2}@media (max-width:750px){.CenterPopup_popupContainer__rQmJ9{vertical-align:bottom;width:100%;max-width:none;border-bottom-left-radius:0;border-bottom-right-radius:0}}.CenterPopup_popupClose__dk0fF{position:absolute;width:2.4rem;height:2.4rem;top:2rem;right:2.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;border-radius:.8rem}.CenterPopup_popupClose__dk0fF svg{fill:var(--black);width:2.4rem;height:2.4rem;transition:fill .3s}.CenterPopup_popupClose__dk0fF:active svg{fill:var(--rpimary)}@media (hover:hover) and (pointer:fine){.CenterPopup_popupClose__dk0fF:hover svg{fill:var(--rpimary)}}.Download3dModelPopup_title__Ej40p{font-weight:400;font-size:2.8rem;line-height:3.2rem;margin-bottom:.8rem}.Download3dModelPopup_descr__tkCAt{font-weight:400;font-size:1.6rem;line-height:2rem;margin-bottom:2.4rem}.Download3dModelPopup_formTerms__X1KYR{font-weight:400;font-size:1.1rem;line-height:1.3rem;color:var(--gray-3)}.Download3dModelPopup_formTerms__X1KYR a{color:#4f4f4f;transition:color .3s}@media (hover:hover) and (pointer:fine){.Download3dModelPopup_formTerms__X1KYR a:hover{color:var(--primary)}}.Download3dModelPopup_button__6u_rx{display:block;width:100%;margin-bottom:2.4rem}.GetConsultationForm_title__cbIj_{font-weight:400;font-size:2.8rem;line-height:3.2rem;margin-bottom:.8rem}.GetConsultationForm_descr__3zZJm{font-weight:400;font-size:1.6rem;line-height:2rem;margin-bottom:2.4rem}.GetConsultationForm_formTerms__CUnMJ{font-weight:400;font-size:1.1rem;line-height:1.3rem;color:var(--gray-3)}.GetConsultationForm_formTerms__CUnMJ a{color:#4f4f4f;transition:color .3s}@media (hover:hover) and (pointer:fine){.GetConsultationForm_formTerms__CUnMJ a:hover{color:var(--primary)}}.GetConsultationForm_button__BZmsG{display:block;width:100%;margin-bottom:2.4rem}.SelectColorPopup_popupContainer__YTVdZ{max-width:55.3rem}@media (max-width:750px){.SelectColorPopup_popupContainer__YTVdZ{max-width:none;padding-bottom:6.4rem}}.SelectColorPopup_title__RZ7xW{font-weight:400;font-size:24px;line-height:1.166667;margin-bottom:.4rem}.SelectColorPopup_descr___0zHO{font-weight:400;font-size:1.6rem;line-height:108%;color:var(--gray-3);margin-bottom:2.4rem}.SelectColorPopup_colors__Geram{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:auto;grid-gap:.8rem;gap:.8rem;margin-bottom:2.4rem}.SelectColorPopup_color__1XeXu{aspect-ratio:1/1;background:#f5f5f5;border-radius:.8rem;padding:.4rem;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s}.SelectColorPopup_color__1XeXu.SelectColorPopup_isActive__xhtNP{box-shadow:0 0 0 .2rem var(--primary)}.SelectColorPopup_color__1XeXu:hover .SelectColorPopup_colorName__1N7Gx{opacity:1}.SelectColorPopup_colorName__1N7Gx{position:absolute;padding:.6rem 1rem;background:#4f4f4f;border-radius:.8rem;font-weight:400;font-size:1.6rem;line-height:1.25;color:#fff;bottom:100%;margin-bottom:.7rem;left:50%;transform:translateX(-50%);transition:all .3s;opacity:0}.SelectColorPopup_colorName__1N7Gx:before{content:"";position:absolute;width:0;height:0;border-color:#4f4f4f transparent transparent;border-style:solid;border-width:6px 5px;top:100%;left:50%;margin-left:-.5rem}.SelectColorPopup_colorImage__9CPRO{position:relative;width:100%;height:100%}.SelectColorPopup_colorImage__9CPRO img{object-fit:contain;object-position:center;mix-blend-mode:multiply}.SelectColorPopup_pal__UJ0XZ{display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.4rem 0 .4rem 3.2rem;font-weight:400;font-size:14px;line-height:1.6rem;text-align:center;color:#4f4f4f;position:relative}.SelectColorPopup_palIcon__eYao1{position:absolute;width:2.4rem;height:2.4rem;left:0;top:0}.SelectColorPopup_palInfo__iWg6p{width:1.6rem;height:1.6rem;font-size:0;line-height:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;vertical-align:middle;margin-top:-.3rem}.SelectColorPopup_palInfo__iWg6p svg{width:100%;height:100%;fill:var(--black)}.SelectRALColorsPopup_popupContainer__xay_l{max-width:119.8rem;max-height:100%;display:inline-flex;flex-direction:column;padding:0}.SelectRALColorsPopup_header__GBlmM{padding:2rem 2.4rem 0}.SelectRALColorsPopup_title__4syOM{font-weight:400;font-size:28px;line-height:1.392857;margin-bottom:2.4rem}.SelectRALColorsPopup_title__4syOM:first-letter{text-transform:uppercase}.SelectRALColorsPopup_colorsGroup__a7RLR{margin-bottom:4.4rem}.SelectRALColorsPopup_colorsGroup__a7RLR:last-child{margin-bottom:0}.SelectRALColorsPopup_colorsGroupDefalut__jJ2of{position:relative;height:10.4rem;margin-bottom:3.4rem}.SelectRALColorsPopup_colorsDefault__kseCA{position:fixed;background-color:#fff;z-index:2;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;grid-gap:2.4rem 1.6rem;gap:2.4rem 1.6rem;padding-bottom:1rem;max-width:113.4rem;width:calc(100vw - 6rem);overflow:auto}.SelectRALColorsPopup_colors__1_9qG{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto;grid-gap:2.4rem .8rem;gap:2.4rem .8rem}@media (max-width:1220px){.SelectRALColorsPopup_colors__1_9qG{grid-template-columns:repeat(4,1fr);grid-template-rows:auto}}@media (max-width:990px){.SelectRALColorsPopup_colors__1_9qG{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}}@media (max-width:750px){.SelectRALColorsPopup_colors__1_9qG{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}.SelectRALColorsPopup_color__5rEfD{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:7.9rem}.SelectRALColorsPopup_colorCenter__7Afuq{text-align:center}.SelectRALColorsPopup_colorIsActive__GcvzZ .SelectRALColorsPopup_colorBgOkIcon__9Pawx{opacity:1}.SelectRALColorsPopup_colorBg__G7e_e{height:8rem;border-radius:.8rem;margin-bottom:8px;position:relative}.SelectRALColorsPopup_colorBgOkIcon__9Pawx{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);width:2.4rem;height:2.4rem;transition:all .3s;opacity:0;mix-blend-mode:difference}.SelectRALColorsPopup_colorTitle__eWnm8{font-weight:400;font-size:1.4rem;line-height:1.142857;-webkit-hyphens:auto;hyphens:auto}.SelectRALColorsPopup_colorTitleSm__9gRPL{font-size:1.3rem}.SelectRALColorsPopup_body__20JRj{overflow:auto;padding:0 2.4rem 2rem}.SelectRALColorsPopup_footer__atBe_{padding:2rem 2.4rem;display:flex;gap:2rem;justify-content:space-between;align-items:center;flex-wrap:wrap;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 0 4px rgba(0,0,0,.04),0 -8px 16px rgba(0,0,0,.04);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.SelectRALColorsPopup_footerButtons__qfLxM{display:flex;flex-wrap:wrap;gap:.8rem 1.6rem}.SelectRALColorsPopup_footerButton__GGbYq{min-width:13.2rem}.SelectRALColorsPopup_activeColor__gUY2V{display:flex;align-items:center}.SelectRALColorsPopup_activeColorCircle__68Exs{width:2.4rem;height:2.4rem;border-radius:50%;margin-right:.4rem;border:1px solid rgba(0,0,0,.1)}.SelectRALColorsPopup_activeColorName__aQTAU{font-size:2rem;font-style:normal;font-weight:400;line-height:2.4rem}.Dropdown_dropdown__2iR6D{position:relative}.Dropdown_dropdownTrans__uFFlP{border-radius:2.4rem;font-size:2.4rem;line-height:120%;transition:background-color .2 ease-in-out}.Dropdown_dropdownTrans__uFFlP button{border-radius:2.4rem;background:transparent;border:1px solid #15151552;height:4.9rem;font-size:2.4rem;padding-top:1rem}@media (max-width:1420px){.Dropdown_dropdownTrans__uFFlP button{font-size:2rem}}.Dropdown_dropdownTrans__uFFlP button .Dropdown_dropdownButtonPlaceholder__zqHTi{font-family:Suisse Intl;position:static;font-size:2.4rem;color:rgba(43,43,42,.48)}@media (max-width:1420px){.Dropdown_dropdownTrans__uFFlP button .Dropdown_dropdownButtonPlaceholder__zqHTi{font-size:2rem}}.Dropdown_dropdownTrans__uFFlP button:hover{background-color:initial}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3{background:#f5f5f5;border-radius:2.4rem;box-shadow:none;font-size:2.4rem;line-height:120%;margin-top:0;color:rgba(43,43,42,.48)}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo{position:relative;padding:.6rem 1.2rem .6rem 4.8rem;opacity:.5;font-size:2.2rem;transition:opacity .3s ease-in-out}@media (max-width:1420px){.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo{font-size:2rem}}@media (max-width:990px){.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo{padding-left:4.4rem}}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo.Dropdown_is-active__fw5b4{opacity:1}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo:before{content:"";position:absolute;left:1.2rem;top:.5rem;width:2.4rem;height:2.4rem;border-radius:50%;border:1px solid #151515;opacity:.6}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo:hover{opacity:1}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo.Dropdown_is-active__fw5b4:before{opacity:1;background-color:#fff;border:7px solid var(--primary)}.Dropdown_dropdownTrans__uFFlP .Dropdown_dropdownList__2DtP3 .Dropdown_dropdownListItem__YfBwo:last-child{margin-bottom:1rem}.Dropdown_dropdownTransOpen__XexMF{background:#f5f5f5}.Dropdown_dropdownTransOpen__XexMF button{border:none}.Dropdown_dropdownButton__o_vRm{display:block;width:100%;border:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.8rem;background:#f5f5f5;position:relative;font-size:1.6rem;font-style:normal;font-weight:400;line-height:108%;padding:2.3rem 4.2rem 1rem 1.6rem;height:5rem;text-align:left;transition:all .3s}.Dropdown_dropdownButton__o_vRm:hover{background-color:#ececec}.Dropdown_dropdownButton__o_vRm.Dropdown_is-error__RKAR4{box-shadow:0 0 0 2px #eb5757}.Dropdown_dropdownButtonPlaceholder__zqHTi{position:absolute;top:1.6rem;left:1.6rem;color:#828282;font-size:1.6rem;font-style:normal;font-weight:400;line-height:108%;pointer-events:none;transform-origin:0 0;transition:all .3s}.Dropdown_dropdownButtonCaret__MI56Z{position:absolute;width:1.6rem;height:1.6rem;right:1.6rem;top:50%;margin-top:-.8rem;fill:#6d7280;transition:all .3s}.Dropdown_dropdownButtonCaretPrimary__W1LgI{position:absolute;width:1.6rem;height:1.6rem;right:1.6rem;top:1.6rem;transition:transform .5s;transform:rotate(90deg)}.Dropdown_dropdownButtonHasValue__ZKOvw{background-color:#f8f8f9}.Dropdown_dropdownButtonHasValue__ZKOvw .Dropdown_dropdownButtonPlaceholder__zqHTi{transform:scale(.75) translateY(-1rem);color:#9da1ab}.Dropdown_dropdownButtonIsActive__NShZX .Dropdown_dropdownButtonCaret__MI56Z{transform:rotate(-180deg)}.Dropdown_dropdownButtonIsActive__NShZX .Dropdown_dropdownButtonCaretPrimary__W1LgI{transform:rotate(-90deg)}.Dropdown_dropdownButtonIsActive__NShZX .Dropdown_dropdownButtonCaretPrimary__W1LgI path{fill-opacity:.9}.Dropdown_dropdownList__2DtP3{position:absolute;width:100%;top:100%;border-radius:.8rem;border:0 solid EAEAEA;background:#fff;box-shadow:5px 4px 14px 0 rgba(0,0,0,.07);padding:.4rem;margin-top:.8rem;z-index:10;max-height:20.7rem;overflow:auto}.Dropdown_dropdownListItem__YfBwo{display:block;cursor:pointer;padding:1.6rem 1.2rem;border-radius:.8rem;color:var(--black);font-size:1.6rem;font-style:normal;font-weight:400;line-height:108%;transition:all .3s;position:relative}.Dropdown_dropdownListItem__YfBwo svg{display:none;position:absolute;width:2.4rem;height:2.4rem;fill:#6d7280;right:1.2rem;top:1.4rem}.Dropdown_dropdownListItem__YfBwo:hover{background-color:#f5f5f5}.Dropdown_dropdownListItem__YfBwo.Dropdown_is-active__fw5b4 svg{display:block}.QuantityItem_quantity__pFuQO{position:relative;width:11.8rem;height:5rem;z-index:2;display:flex;justify-content:space-between;align-items:center;background:#f4f4f4;border-radius:5rem;padding:0 1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.QuantityItem_quantityValue__JDY4z{color:var(--black);font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.25}.QuantityItem_quantityButton__R2WBR{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3.2rem;height:3.2rem;border-radius:10rem;display:flex;align-items:center;justify-content:center}.QuantityItem_quantityButton__R2WBR svg{width:1.6rem;height:1.6rem;fill:var(--black)}.ConfiguratorFormat_root__jDOmB{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;padding:2rem}@media (max-width:750px){.ConfiguratorFormat_root__jDOmB{padding:0}}.ConfiguratorFormat_overlay__xijWQ{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0;background-color:var(--black);opacity:.44}.ConfiguratorFormat_inner__riluy{border-radius:.8rem;border:1px solid #e0e0e0;background:#f5f5f5;box-shadow:0 8px 16px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.04);position:absolute;bottom:2rem;right:2rem;width:55.3rem;overflow:hidden;max-height:calc(100% - 4rem);display:flex;flex-direction:column}@media (max-width:750px){.ConfiguratorFormat_inner__riluy{bottom:0;right:0;width:100%}}.ConfiguratorFormat_close__UpDH5{position:absolute;font-size:0;line-height:1;width:2.4rem;height:2.4rem;right:2rem;top:2.6rem;cursor:pointer;z-index:10}.ConfiguratorFormat_close__UpDH5 svg{fill:var(--black);width:100%;height:100%;transition:fill .3s}@media (hover:hover) and (pointer:fine){.ConfiguratorFormat_close__UpDH5:hover svg{fill:var(--primary)}}@media (max-width:750px){.ConfiguratorFormat_close__UpDH5{right:1.4rem;top:2.4rem}}.ConfiguratorFormat_body__jc512{padding:2rem;overflow:auto;max-height:57rem}@media (max-width:750px){.ConfiguratorFormat_body__jc512{padding:2.4rem 1.4rem}}.ConfiguratorFormat_title__8Moxh{font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1.6rem}@media (max-width:750px){.ConfiguratorFormat_title__8Moxh{font-size:2rem;margin-bottom:1.6rem}}.ConfiguratorFormat_format___AqTe{cursor:pointer;display:block;margin-bottom:.8rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.ConfiguratorFormat_format___AqTe:last-child{margin-bottom:0}.ConfiguratorFormat_format___AqTe>input{display:none}:is(.ConfiguratorFormat_format___AqTe>input):checked~.ConfiguratorFormat_formatInner__zzx6t:after{opacity:1}:is(.ConfiguratorFormat_format___AqTe>input):checked~.ConfiguratorFormat_formatInner__zzx6t .ConfiguratorFormat_formatBodyGroupHidden__vTvyU{display:block}.ConfiguratorFormat_formatInner__zzx6t{display:block;padding:2.4rem 2.4rem 2.4rem 6.4rem;position:relative;background-color:#fff}.ConfiguratorFormat_formatInner__zzx6t:before{content:"";position:absolute;width:2.4rem;height:2.4rem;border-radius:10rem;border:.2rem solid #e0e0e0;background:#fff;top:2.6rem;left:2.4rem}@media (max-width:750px){.ConfiguratorFormat_formatInner__zzx6t:before{top:1.8rem;right:1.6rem;left:auto}}.ConfiguratorFormat_formatInner__zzx6t:after{content:"";position:absolute;width:1.4rem;height:1.4rem;border-radius:10rem;background:var(--primary);top:3.1rem;left:2.9rem;transition:opacity .3s;opacity:0}@media (max-width:750px){.ConfiguratorFormat_formatInner__zzx6t:after{top:2.3rem;right:2.1rem;left:auto}.ConfiguratorFormat_formatInner__zzx6t{padding:1.6rem}}.ConfiguratorFormat_formatTitle__2kTUU{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:2rem}@media (max-width:750px){.ConfiguratorFormat_formatTitle__2kTUU{margin-bottom:1.6rem;display:block}}.ConfiguratorFormat_formatDiscountPrice__ry0_T{font-size:1.6rem;font-style:normal;font-weight:400;line-height:2rem;color:var(--primary);display:flex;align-items:center;gap:.4rem}@media (max-width:750px){.ConfiguratorFormat_formatDiscountPrice__ry0_T{margin-top:.9rem}}.ConfiguratorFormat_formatDiscountPriceInfoIcon__xr_qt{position:relative}.ConfiguratorFormat_formatDiscountPriceInfoIcon__xr_qt:hover .ConfiguratorFormat_formatDiscountPriceInfo__uRsYb{opacity:1;visibility:visible}.ConfiguratorFormat_formatDiscountPriceInfo__uRsYb{display:block;position:absolute;z-index:2;padding:2.4rem;border-radius:.8rem;background:#4f4f4f;width:36.9rem;top:100%;right:0;color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2rem;margin-top:.9rem;opacity:0;visibility:hidden;transition:all .3s}.ConfiguratorFormat_formatDiscountPriceInfo__uRsYb:before{content:"";position:absolute;border-color:transparent transparent #4f4f4f;border-style:solid;border-width:.7rem .6rem;bottom:100%;right:.6rem}@media (max-width:750px){.ConfiguratorFormat_formatDiscountPriceInfo__uRsYb{right:auto;left:-12rem;width:32rem;font-size:1.4rem;padding:1.4rem}.ConfiguratorFormat_formatDiscountPriceInfo__uRsYb:before{right:auto;left:12.6rem}}.ConfiguratorFormat_formatDiscountPriceInfoTitle__4s2cS{display:block;margin-bottom:.4rem;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width:750px){.ConfiguratorFormat_formatDiscountPriceInfoTitle__4s2cS{font-size:2rem}}.ConfiguratorFormat_formatTitleLeft__Y2U4r{font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center}@media (max-width:750px){.ConfiguratorFormat_formatTitleLeft__Y2U4r{font-size:2rem}}.ConfiguratorFormat_formatTitleCircleDivider__70Bym{width:.6rem;height:.6rem;border-radius:50%;background-color:#bdbdbd;margin:.2rem 1rem 0}@media (max-width:750px){.ConfiguratorFormat_formatTitleCircleDivider__70Bym{margin:0 .8rem}}.ConfiguratorFormat_formatBodyGroup__CGINp{display:block;margin-top:2rem}.ConfiguratorFormat_formatBodyGroup__CGINp:first-child{margin-bottom:0}.ConfiguratorFormat_formatBodyGroupHidden__vTvyU{display:none;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.ConfiguratorFormat_formatBodyGroupHidden__vTvyU:last-child{border-bottom:0}.ConfiguratorFormat_formatBodyGroupTitle__FNu25{font-size:1.6rem;font-style:normal;font-weight:400;line-height:108%;color:#333;margin-bottom:.8rem;display:flex;align-items:center}.ConfiguratorFormat_formatBodyGroupTitle__FNu25 small{color:#828282}@media (max-width:750px){.ConfiguratorFormat_formatBodyGroupTitle__FNu25{font-size:1.4rem}}.ConfiguratorFormat_formatBodyGroupTitleGray__OdlJa{color:#828282}.ConfiguratorFormat_formatBodyGroupTitleInfoIcon__x8KSK{position:relative;margin-left:.4rem}.ConfiguratorFormat_formatBodyGroupTitleInfoIcon__x8KSK svg{width:1.6rem;height:1.6rem;fill:var(--black)}.ConfiguratorFormat_formatBodyGroupTitleInfoIcon__x8KSK:hover:hover .ConfiguratorFormat_formatBodyGroupTitleInfo__6kbXF{opacity:1;visibility:visible}.ConfiguratorFormat_formatBodyGroupTitleInfo__6kbXF{display:block;position:absolute;z-index:10;padding:2.4rem;border-radius:.8rem;background:#4f4f4f;width:30.9rem;top:100%;left:-.3rem;color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2rem;margin-top:.9rem;opacity:0;visibility:hidden;transition:all .3s}.ConfiguratorFormat_formatBodyGroupTitleInfo__6kbXF:before{content:"";position:absolute;border-color:transparent transparent #4f4f4f;border-style:solid;border-width:.7rem .6rem;bottom:100%;left:.6rem}@media (max-width:750px){.ConfiguratorFormat_formatBodyGroupTitleInfo__6kbXF{left:-10rem;font-size:1.4rem;padding:1.4rem}.ConfiguratorFormat_formatBodyGroupTitleInfo__6kbXF:before{left:10.2rem}}.ConfiguratorFormat_formatBodyGroupTitleCircleDivider__95_Rx{width:.4rem;height:.4rem;border-radius:50%;background-color:#bdbdbd;margin:.1rem .8rem 0}.ConfiguratorFormat_formatBodyGroupItemsSlide__GR570{width:5.6rem}.ConfiguratorFormat_formatBodyGroupItem__rrv7T{position:relative;width:5.6rem;height:5.6rem;border-radius:.4rem;background:#f5f5f5;overflow:hidden;display:block}.ConfiguratorFormat_formatBodyGroupItem__rrv7T img{object-fit:cover;object-position:center}.ConfiguratorFormat_footer__d1u9X{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;padding:1.5rem 2rem;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -8px 16px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.04);position:relative;bottom:0;width:100%;z-index:10}.ConfiguratorFormat_footerLeft__ENacC{display:flex;align-items:flex-end;flex-wrap:wrap;gap:1rem 2.2rem}.ConfiguratorFormat_footerTitle__GfETQ{font-weight:400;font-size:1.4rem;line-height:1.142857;color:var(--gray-3)}.ConfiguratorFormat_footerTitle__GfETQ:first-letter{text-transform:uppercase}.ConfiguratorFormat_footerPrice__3wXL6{font-weight:400;font-size:3.2rem;line-height:1.15625}.ConfiguratorFormat_button__ZUgvt{padding-left:4.8rem!important}.ConfiguratorFormat_button__ZUgvt svg{width:1.6rem;height:1.6rem;fill:#fff;transform:scale(1);margin-top:-.8rem}.ConfiguratorFormat_toggler__Y7JuM{display:inline-flex;border-radius:10rem;background:#f5f5f5}.ConfiguratorFormat_togglerButton__8pQ9N{cursor:pointer;flex:1 1}.ConfiguratorFormat_togglerButton__8pQ9N input{display:none}:is(.ConfiguratorFormat_togglerButton__8pQ9N input):checked~span{background-color:#fff;border-color:var(--primary);color:var(--primary)}.ConfiguratorFormat_togglerButton__8pQ9N span{display:block;font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.25;transition:color .3s,border-color .3s,background-color .3s;color:#4f4f4f;white-space:nowrap;padding:1.3rem 1.8rem;border-radius:10rem;border:.2rem solid transparent}@media (hover:hover) and (pointer:fine){.ConfiguratorFormat_togglerButton__8pQ9N span:hover{color:var(--primary)}}@media (max-width:750px){.ConfiguratorFormat_togglerButton__8pQ9N span{font-size:1.4rem;padding:1.1rem 1.3rem}}.SubmitConfiguratorPopup_title__lz2NJ{font-weight:400;font-size:2.8rem;line-height:3.2rem;margin-bottom:.8rem}.SubmitConfiguratorPopup_descr__p6Ylf{font-weight:400;font-size:1.6rem;line-height:2rem;margin-bottom:2.4rem}.SubmitConfiguratorPopup_formTerms___BSr4{font-weight:400;font-size:1.1rem;line-height:1.3rem;color:var(--gray-3)}.SubmitConfiguratorPopup_formTerms___BSr4 a{color:#4f4f4f;transition:color .3s}@media (hover:hover) and (pointer:fine){.SubmitConfiguratorPopup_formTerms___BSr4 a:hover{color:var(--primary)}}.SubmitConfiguratorPopup_button__jngRX{display:block;width:100%;margin-bottom:2.4rem}.DocumentPopup_popup__jijZT{position:fixed;z-index:102;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;align-items:center}.DocumentPopup_popupOverlay__yXeec{width:100%;height:100%;left:0;top:0;position:absolute;background:#0000003b;z-index:100}.DocumentPopup_popupScroll__nTGcP{width:100%;height:-moz-fit-content;height:fit-content;max-height:100vh;max-height:calc(var(--vh, 1vh) * 100);overflow:auto;z-index:105;display:flex;justify-content:center}.DocumentPopup_popupScroll__nTGcP::-webkit-scrollbar{display:none}.DocumentPopup_popupContainer__ecDPy{display:inline-block;vertical-align:middle;position:relative;max-width:95vw;z-index:2}.DocumentPopup_popupClose__mCSBF{position:absolute;z-index:105;width:2.4rem;height:2.4rem;top:0;right:-4rem;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;border-radius:.8rem;cursor:pointer}.DocumentPopup_popupClose__mCSBF svg{fill:var(--white);width:2.4rem;height:2.4rem;transition:fill .3s}.DocumentPopup_popupClose__mCSBF:active svg{fill:var(--rpimary)}@media (hover:hover) and (pointer:fine){.DocumentPopup_popupClose__mCSBF:hover svg{fill:var(--rpimary)}}@media (max-width:750px){.DocumentPopup_popupClose__mCSBF{right:-2.8rem}}.LoadingSpinner_loading__DoF6u{left:50%;top:50%;transform:translate(-50%,-50%);z-index:0;display:block;position:absolute;font-size:20px;width:1em;height:1em}.LoadingSpinner_loading__DoF6u span{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border:.1em solid var(--primary);border-radius:50%;animation:LoadingSpinner_lds-ring__OyN5Z 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--primary) transparent transparent transparent}.LoadingSpinner_loading__DoF6u span:first-child{animation-delay:-.45s}.LoadingSpinner_loading__DoF6u span:nth-child(2){animation-delay:-.3s}.LoadingSpinner_loading__DoF6u span:nth-child(3){animation-delay:-.15s}@keyframes LoadingSpinner_lds-ring__OyN5Z{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CityPopup_popup__dfC3s{position:fixed;z-index:102;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;padding-top:30vh;padding-top:calc(var(--vh, 1vh) * 30)}@media (max-width:650px){.CityPopup_popup__dfC3s{padding-top:24vh}}.CityPopup_popupOverlay__ehgYX{width:100%;height:100%;left:0;top:0;position:absolute;background:#0000003b;z-index:100}.CityPopup_popupScroll__6Hd9K{width:100%;height:-moz-fit-content;height:fit-content;max-height:100vh;max-height:calc(var(--vh, 1vh) * 100);overflow:auto;z-index:105;display:flex;justify-content:center}.CityPopup_popupScroll__6Hd9K::-webkit-scrollbar{display:none}.CityPopup_popupContainer__UF7xo{display:inline-block;vertical-align:middle;position:relative;max-width:95vw;height:-moz-fit-content;height:fit-content;z-index:2;background-color:#fff;border-radius:1.2rem;padding:3.2rem}@media (max-width:750px){.CityPopup_popupContainer__UF7xo{padding:2.4rem}}.CityPopup_popupClose__a6DaT{position:absolute;z-index:105;width:2rem;height:2rem;top:1.2rem;right:1.2rem;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;border-radius:.8rem;cursor:pointer}.CityPopup_popupClose__a6DaT svg{fill:#151515;width:2.4rem;height:2.4rem;transition:fill .3s}.CityPopup_popupClose__a6DaT:active svg{fill:var(--rpimary)}@media (hover:hover) and (pointer:fine){.CityPopup_popupClose__a6DaT:hover svg{fill:var(--rpimary)}}.CityPopup_popupTitle__h2Aiu{font-size:3.2rem}@media (max-width:750px){.CityPopup_popupTitle__h2Aiu{font-size:2.4rem}}.CityPopup_popupCities__bscpD{display:flex;flex-wrap:wrap;gap:2rem;margin:2.4rem 0 3.2rem}@media (max-width:750px){.CityPopup_popupCities__bscpD{gap:1.4rem}}.CityPopup_popupVerticalCities___DYh9{display:flex;flex-direction:column;gap:2rem}@media (max-width:750px){.CityPopup_popupVerticalCities___DYh9{gap:1.6rem}}.CityPopup_popupCity__egJGh{transition:color .2s ease-in-out;font-size:2rem;cursor:pointer}.CityPopup_popupCity__egJGh:hover{color:#f45f23}@media (max-width:750px){.CityPopup_popupCity__egJGh{font-size:1.6rem}}.CityPopup_popupActiveCity__bSO1q{color:#828282;cursor:auto}.CityPopup_popupActiveCity__bSO1q:hover{color:#828282}.CityPopup_popupDescr__BJdtZ{font-size:1.6rem;color:#828282;margin-bottom:1.2rem}.CityPopup_loading__1pfJh{position:absolute;left:50%;transform:translate(-50%,-50%);padding-top:60px;font-size:2.4rem}.HeaderMenu_popupContainer__LBTQn{top:8rem!important;position:fixed;left:0;z-index:100;min-height:calc(100vh - 8rem);min-height:calc(calc(var(--vh, 1vh) * 100) - 8rem);width:100vw;background-color:#15151570}@media (max-width:750px){.HeaderMenu_popupContainer__LBTQn{top:5rem!important}}.HeaderMenu_menuContainer__XK0Rn{width:100vw;height:-moz-fit-content;height:fit-content;min-height:10rem;background-color:#fff;border-top:1px solid #e0e0e0}@media (max-width:750px){.HeaderMenu_menuContainer__XK0Rn{display:grid;margin-top:0;overflow-y:scroll}}.HeaderMenu_menu__Vhn_9{display:flex;justify-content:space-between;align-items:center;padding:2.4rem;min-height:-moz-fit-content;min-height:fit-content}@media (max-width:985px){.HeaderMenu_menu__Vhn_9{align-items:flex-start}}@media (max-width:750px){.HeaderMenu_menu__Vhn_9{padding:0;width:100%;flex-direction:column;justify-content:space-between}}.HeaderMenu_menuLinks__2DZ__{display:flex;align-items:center;flex-wrap:wrap;column-gap:4.4rem;row-gap:2.4rem}@media (max-width:985px){.HeaderMenu_menuLinks__2DZ__{max-width:55rem}}@media (max-width:750px){.HeaderMenu_menuLinks__2DZ__{row-gap:0;width:100%;max-width:100%;align-items:flex-start;flex-direction:column}}.HeaderMenu_menuLink__eOeYz{display:flex;font-size:2rem;transition:color .25s ease-in-out}@media (max-width:750px){.HeaderMenu_menuLink__eOeYz{width:100%;padding:2.4rem;font-size:1.6rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}}.HeaderMenu_menuLink__eOeYz:hover{color:var(--primary)}@media (max-width:843px){.HeaderMenu_menuLink__eOeYz{flex-direction:column;align-items:center}}@media (max-width:750px){.HeaderMenu_menuLink__eOeYz{flex-direction:row;justify-content:space-between;align-items:flex-start}}.HeaderMenu_phoneLink__OJ2B2{display:none;height:-moz-fit-content;height:fit-content;font-size:1.6rem;transition:color .2s ease-in-out}.HeaderMenu_phoneLink__OJ2B2:first-child{display:none!important;padding-right:.4rem;flex-wrap:nowrap;align-items:center}@media (max-width:850px){.HeaderMenu_phoneLink__OJ2B2:first-child{display:flex!important}}.HeaderMenu_phoneLink__OJ2B2:last-child{border-bottom:none;padding-left:.4rem;text-wrap:nowrap}.HeaderMenu_phoneLink__OJ2B2 button{padding:0;font-size:1.6rem;border:none;background-color:initial;text-overflow:ellipsis;overflow:hidden;max-width:calc(100vw - 5.2rem - 16.8rem);white-space:nowrap}.HeaderMenu_phoneLink__OJ2B2:hover{color:var(--primary)}.HeaderMenu_phoneLink__OJ2B2:hover .HeaderMenu_caret__vmj5f{fill:var(--primary)}@media (max-width:850px){.HeaderMenu_phoneLink__OJ2B2{display:flex}}.HeaderMenu_caret__vmj5f{width:1rem;height:1rem;fill:var(--primary);margin-left:.6rem}.HeaderMenu_socialLinks__3cZh_{position:relative;height:100%;display:flex;align-items:center;gap:3.8rem;margin-right:1.2rem}@media (max-width:750px){.HeaderMenu_socialLinks__3cZh_{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;width:100%}.HeaderMenu_socialLinks__3cZh_:before{content:"";position:absolute;width:1px;height:100%;background-color:#e0e0e0};}.HeaderMenu_socialIcon__SHEK4{width:2.2rem;height:2.2rem;fill:#151515;transition:fill .25s ease-in-out}@media (max-width:750px){.HeaderMenu_socialIcon__SHEK4{height:1.9rem;width:1.9rem}.HeaderMenu_socialButton__LcRbm{padding:2.4rem}}.HeaderMenu_socialIcon__SHEK4:hover{fill:var(--primary)}.HeaderMenu_configButton__0UB_v{background-color:var(--primary);color:#fff;border-radius:40px;padding:1.4rem 1.7rem;display:flex;align-items:center;gap:3.2rem;font-size:1.6rem;margin-right:4rem;justify-self:flex-end;transition:opacity .2s ease-in-out}@media (max-width:750px){.HeaderMenu_configButton__0UB_v{border-radius:0;width:100%;padding:2.4rem;font-size:1.6rem}}.HeaderMenu_configButton__0UB_v:hover{opacity:.9}.HeaderMenu_plusIcon__F5XQ4{fill:#fff;width:1.6rem;height:1.6rem;transform:rotate(45deg)}.HeaderMenu_social__KBRmg{display:flex;align-items:flex-end;flex-direction:column-reverse;gap:2.6rem;background-color:#fff;height:-moz-fit-content;height:fit-content}@media (max-width:750px){.HeaderMenu_social__KBRmg{width:100%;flex-direction:column;align-items:flex-start;gap:0}}.HeaderMenu_phoneLinks__m49Wg{display:none}@media (max-width:750px){.HeaderMenu_phoneLinks__m49Wg{width:100%;display:flex;align-items:flex-start;flex-direction:column;margin-top:3.2rem}}.Container_container__7piu7{max-width:136rem;margin:0 auto}@media (max-width:1420px){.Container_container__7piu7{max-width:960px}}@media (max-width:990px){.Container_container__7piu7{max-width:720px}}@media (max-width:750px){.Container_container__7piu7{max-width:none;padding-left:12px;padding-right:12px}}.Container_containerWithPadding__vUodx{max-width:140rem;margin:0 auto;padding-left:4rem;padding-right:4rem}@media (max-width:1420px){.Container_containerWithPadding__vUodx{padding-left:4rem;padding-right:4rem}}@media (max-width:990px){.Container_containerWithPadding__vUodx{padding-left:3.2rem;padding-right:3.2rem}}@media (max-width:750px){.Container_containerWithPadding__vUodx{max-width:none;padding-left:1.2rem;padding-right:1.2rem}}.VideoPlayer_root__Sg_Ca{position:relative;height:-moz-fit-content;height:fit-content}.VideoPlayer_player__DaZp9 video{object-fit:contain;object-position:center}.Gallery_title__TqRSN{font-size:9.6rem;line-height:1;text-transform:uppercase;margin:0 0 4rem}@media (max-width:750px){.Gallery_title__TqRSN{font-size:3.2rem;margin-bottom:2.4rem;line-height:3.2rem}}.Gallery_block__LPMub{margin:6rem 0 12rem;mix-blend-mode:darken;position:relative;z-index:10}@media (max-width:990px){.Gallery_block__LPMub{margin-top:44px;margin-bottom:96px}}.Gallery_blockSmall__qU7JG{padding:0;margin:0}.Gallery_blockSmall__qU7JG .Gallery_container__ETbom{max-width:none;padding:0}.Gallery_blockSmall__qU7JG .Gallery_slider__EW1YP{overflow:clip;margin-bottom:2.1rem}@media (max-width:750px){.Gallery_blockSmall__qU7JG .Gallery_slider__EW1YP{border-radius:8px;margin-bottom:1.2rem}}.Gallery_blockSmall__qU7JG .Gallery_slide__DoeG9{width:100%;height:38.2rem}.Gallery_blockSmall__qU7JG .Gallery_slide__DoeG9 img{width:100%!important;object-fit:cover;object-position:center}@media (max-width:1420px){.Gallery_blockSmall__qU7JG .Gallery_slide__DoeG9{height:268px}}@media (max-width:990px){.Gallery_blockSmall__qU7JG .Gallery_slide__DoeG9{height:auto;min-height:202px;aspect-ratio:16/9}}@media (max-width:750px){.Gallery_blockSmall__qU7JG .Gallery_slide__DoeG9{border-radius:8px}}.Gallery_blockSmall__qU7JG .Gallery_thumbnails__molID{overflow:hidden}.Gallery_sliderWrapper__oauid{position:relative}.Gallery_sliderWrapper__oauid .swiper-button-prev{left:0}.Gallery_sliderWrapper__oauid .swiper-button-next{right:0}.Gallery_slider__EW1YP{overflow:clip;margin-bottom:2.4rem;border-radius:24px}@media (max-width:750px){.Gallery_slider__EW1YP{margin-bottom:1.2rem}}.Gallery_slide__DoeG9{height:67.5rem;width:101.4rem;border-radius:24px;overflow:clip;transition:opacity .3s;opacity:.8;font-size:0;line-height:1;background-color:#f5f5f5}.Gallery_slide__DoeG9 img{object-fit:cover}.Gallery_slide__DoeG9.swiper-slide-active{opacity:1}@media (max-width:1420px){.Gallery_slide__DoeG9{height:548px}}@media (max-width:990px){.Gallery_slide__DoeG9{height:409px}}@media (max-width:750px){.Gallery_slide__DoeG9{height:260px;width:260px}.Gallery_slide__DoeG9 img{object-fit:cover}}.Gallery_slideImage____TLP{mix-blend-mode:darken;border-radius:24px}.Gallery_slideContain__EDJMG{min-height:30rem!important}.Gallery_slideContainImage__LfzCh{object-fit:contain!important;mix-blend-mode:darken;object-position:center;max-height:105%}@media (max-width:630px){.Gallery_slideContainImage__LfzCh{margin:auto;max-height:90%}}.Gallery_thumbnails__molID{overflow:visible;mix-blend-mode:normal;background-blend-mode:normal;position:relative;z-index:10}.Gallery_thumbnail__seXkN{height:8rem;width:auto;position:relative;opacity:.32;border-radius:12px;overflow:hidden;transition:opacity .3s;cursor:pointer;background-color:#fff;mix-blend-mode:normal;background-blend-mode:normal}.Gallery_thumbnail__seXkN img{position:relative!important;width:auto!important;object-fit:cover}.Gallery_thumbnail__seXkN.swiper-slide-thumb-active,.Gallery_thumbnail__seXkN.swiper-slide-thumb-active:hover{opacity:1}.Gallery_thumbnail__seXkN:hover{opacity:.5}@media (max-width:750px){.Gallery_thumbnail__seXkN{height:80px;width:80px}.Gallery_thumbnail__seXkN img{width:100%!important;object-fit:cover;mix-blend-mode:darken}}.Gallery_thumbnailVideo__wNXIP{width:12rem;position:relative;display:flex;align-items:center;justify-content:center;opacity:.7}.Gallery_thumbnailVideo__wNXIP video{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.Gallery_thumbnailVideoPlay__MGwtB{width:4rem;height:4rem;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.Gallery_thumbnailVideoPlay__MGwtB svg{fill:#fff;width:2rem;height:2rem;margin-left:2px}.Gallery_thumbnailVideoPaused__AVZE0{width:1.2rem;height:1.6rem;border-left:3px solid #fff;border-right:3px solid #fff}.Gallery_videoWrapper__yazMD{height:38.2rem;border-radius:24px;overflow:hidden;position:relative}@media (max-width:1420px){.Gallery_videoWrapper__yazMD{height:268px}}@media (max-width:990px){.Gallery_videoWrapper__yazMD{height:auto;min-height:202px;aspect-ratio:16/9}}@media (max-width:750px){.Gallery_videoWrapper__yazMD{border-radius:8px}}.Gallery_video__T5DxA{height:100%!important;position:absolute;left:50%;transform:translateX(-50%);top:0;aspect-ratio:20/10}.Gallery_video__T5DxA>iframe{width:100%;height:100%}.Gallery_video__T5DxA.Gallery_videoAspect__Jn9Cz{width:100%;height:auto;left:0;top:50%;transform:translateY(-50%)}.Gallery_videoWrapperPlayWrapper__54YUn{position:absolute;z-index:2;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.Gallery_videoWrapperPlay__cwZIR{width:8.8rem;height:8.8rem;background:var(--primary);border-radius:16px;display:flex;align-items:center;justify-content:center}.Gallery_videoWrapperPlay__cwZIR svg{fill:#fff;width:4.8rem;height:4.8rem}@media (max-width:1420px){.Gallery_videoWrapperPlay__cwZIR{width:64px;height:64px}.Gallery_videoWrapperPlay__cwZIR svg{width:35px;height:35px}}.Gallery_link__GQI_p{color:var(--White,#fff);font-size:1.6rem;font-weight:400;line-height:2rem;padding:1.4rem 2.4rem;border-radius:4rem;background:hsla(0,0%,8%,.32);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);position:absolute;top:2.4rem;right:2.4rem;z-index:1}@media (max-width:750px){.Gallery_link__GQI_p{top:unset;right:unset;left:.8rem;bottom:.8rem;padding:1.4rem 1.6rem}.Gallery_next__opS3x,.Gallery_prev__yR8ok{display:none}}.CooperationFormats_format__qbajy{background-color:#f5f5f5;border-radius:1.2rem;padding:2.4rem;cursor:pointer;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.CooperationFormats_format__qbajy>input{display:none}:is(.CooperationFormats_format__qbajy>input):checked~.CooperationFormats_formatInner__nfByW:before{border:.6rem solid var(--primary)}:is(.CooperationFormats_format__qbajy>input):checked~.CooperationFormats_formatInner__nfByW .CooperationFormats_formatBodyGroupHidden__nPewN{display:block}@media (max-width:750px){.CooperationFormats_format__qbajy{padding:1.6rem}}.CooperationFormats_formatInner__nfByW{display:block;padding-left:4rem;position:relative}.CooperationFormats_formatInner__nfByW:before{content:"";position:absolute;width:2.4rem;height:2.4rem;border-radius:10rem;border:.2rem solid #e0e0e0;background:#fff;top:.3rem;left:0}@media (max-width:750px){.CooperationFormats_formatInner__nfByW:before{top:0;right:0;left:auto}.CooperationFormats_formatInner__nfByW{padding:0}}.CooperationFormats_formatTitle__JK8CD{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:2rem}@media (max-width:750px){.CooperationFormats_formatTitle__JK8CD{display:block}}.CooperationFormats_formatTitleLeft__6cnHA{font-size:2rem;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center}@media (max-width:750px){.CooperationFormats_formatTitleLeft__6cnHA{font-size:2rem}}.CooperationFormats_formatTitleCircleDivider__mX2rE{width:.6rem;height:.6rem;border-radius:50%;background-color:#bdbdbd;margin:.2rem 1rem 0}@media (max-width:750px){.CooperationFormats_formatTitleCircleDivider__mX2rE{margin:0 .8rem}}.CooperationFormats_formatBodyGroup__OugCp{display:block;margin-top:2rem}.CooperationFormats_formatBodyGroup__OugCp:first-child{margin-bottom:0}.CooperationFormats_formatBodyGroupHidden__nPewN{display:none;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.CooperationFormats_formatBodyGroupHidden__nPewN:last-child{border-bottom:0;padding-bottom:0}.CooperationFormats_formatBodyGroupTitle__689sg{font-size:1.6rem;font-style:normal;font-weight:400;line-height:108%;color:#333;margin-bottom:.8rem;display:flex;align-items:center}.CooperationFormats_formatBodyGroupTitle__689sg small{color:#828282}@media (max-width:750px){.CooperationFormats_formatBodyGroupTitle__689sg{font-size:1.4rem}}.CooperationFormats_formatBodyGroupTitleGray__HujE0{color:#828282}.CooperationFormats_formatOptions__hEbjW{display:flex;border-radius:10rem;background-color:#fff;color:#333;font-size:1.6rem;width:-moz-fit-content;width:fit-content}@media (max-width:750px){.CooperationFormats_formatOptions__hEbjW{font-size:1.4rem}}.CooperationFormats_formatOption__iKV0M{padding:1.3rem 1.8rem;border-radius:10rem;border:2px solid #fff;transition:color .2s,border-color .2s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center}@media (max-width:1320px){.CooperationFormats_formatOption__iKV0M{padding:1.3rem .9rem}}.CooperationFormats_formatOptionActive__nrTrX{color:#f45f23;border-color:#f45f23}.CooperationFormats_input__33QUb{background-color:#fff;border-radius:.8rem}.CooperationFormats_input__33QUb input{color:#333;font-size:1.6rem}.CooperationFormats_section__XNuFy{display:flex;flex-direction:column;gap:1.6rem;margin-top:2.4rem}@media (max-width:750px){.CooperationFormats_sectionTitle__dEGaL{font-size:2rem}}.CooperationFormats_sectionBlock__MZ_Wa{position:relative;width:100%;height:-moz-fit-content;height:fit-content;background-color:#f5f5f5;border-radius:1.2rem;padding:2.4rem;transition:height .3s ease-in-out}@media (max-width:750px){.CooperationFormats_sectionBlock__MZ_Wa{padding:1.6rem;font-size:1.6rem}}.CooperationFormats_sectionBlock__MZ_Wa button{background:transparent;border:none;color:#f45f23;padding:0;font-size:2.4rem}.CooperationFormats_sectionText__En4Ty{max-height:11.2rem;overflow:clip;height:-moz-fit-content;height:fit-content;transition:height .3s ease-in-out}.CooperationFormats_sectionTextFull__pcRjg{max-height:-moz-fit-content;max-height:fit-content}.CooperationFormats_popupBottom__BzwL1{position:absolute;width:100%;z-index:120;bottom:0;right:0;height:9.4rem;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:0 0 1.2rem 1.2rem;background-color:#fff;padding:1.8rem 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width:750px){.CooperationFormats_popupBottom__BzwL1{height:8.6rem}}.CooperationFormats_popupBottomSectioned__LX_96{width:50%}@media (max-width:990px){.CooperationFormats_popupBottomSectioned__LX_96{width:100%}}.CooperationFormats_bottomText__RNyAA{display:flex;flex-direction:column;gap:.4rem}.CooperationFormats_buy__WoS__{color:#828282;font-size:1.4rem}@media (max-width:750px){.CooperationFormats_buy__WoS__{font-size:1.1rem}}.CooperationFormats_priceGrey__Kt7HC{color:#0e0e0e;opacity:.6}.CooperationFormats_cartButton__isGBM{padding:0!important;display:flex;align-items:center;font-size:1.6rem;min-width:15.3rem;min-height:5.2rem;font-size:1.5rem}.CooperationFormats_cartButton__isGBM>span{font-size:1.5rem;margin-left:1.8rem}.CooperationFormats_cartButton__isGBM svg{width:4rem!important;height:5rem!important;position:static;min-width:1.6rem;padding:.6rem 1.2rem;fill:#fff;transform:scale(1);margin-top:0;transition:fill .2s,opacity .2s ease-in-out;cursor:pointer}.CooperationFormats_cartButton__isGBM svg:hover{fill:#f2f2f2;opacity:.6}.CooperationFormats_cartButton__isGBM svg:first-child{width:1.6rem!important;height:1.6rem!important;margin-left:2rem;padding:0;transform:rotate(0deg)}.CooperationFormats_cartButton__isGBM svg:first-child:hover{fill:#fff;opacity:1}.ProductPopup_popup__Tn5fp{height:calc(calc(var(--vh, 1vh) * 100) - 5rem);position:fixed;z-index:102;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;align-items:center;font-family:Suisse Intl,sans-serif}@media (max-width:750px){.ProductPopup_popup__Tn5fp{top:5rem;height:calc(100vh - 5rem);bottom:0}}.ProductPopup_popupOverlay__4_ZHN{width:100%;height:100%;left:0;top:0;position:absolute;background:#0000003b;z-index:100}@media (max-width:750px){.ProductPopup_popupOverlay__4_ZHN{display:none}}.ProductPopup_popupScroll__WJwjm{max-height:calc(calc(var(--vh, 1vh) * 100) - 5rem);height:calc(calc(var(--vh, 1vh) * 100) - 5rem);width:100%;height:-moz-fit-content;height:fit-content;max-height:100vh;max-height:calc(var(--vh, 1vh) * 100);z-index:105;display:flex;justify-content:center;overflow:clip;width:80vw;max-height:96vh;max-height:calc(var(--vh, 1vh) * 96);height:100%}@media (max-width:1320px){.ProductPopup_popupScroll__WJwjm{width:90vw}}@media (max-width:750px){.ProductPopup_popupScroll__WJwjm{width:100vw;height:calc(100vh - 5rem);max-height:calc(100vh - 5rem);position:fixed;top:5rem;bottom:0;border-radius:0}}.ProductPopup_popupContainer__FBSCs{display:inline-block;vertical-align:middle;position:relative;z-index:2;border-radius:1.2rem;background-color:#fff;height:100%;overflow:clip;min-width:40vw}@media (max-width:750px){.ProductPopup_popupContainer__FBSCs{border-radius:0}}.ProductPopup_popupClose__7U747{position:absolute;z-index:105;width:2rem;height:2rem;top:1.2rem;right:1.2rem;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;border-radius:.8rem;cursor:pointer}.ProductPopup_popupClose__7U747 svg{fill:#151515;width:2rem;height:2rem;transition:fill .3s}.ProductPopup_popupClose__7U747:active svg{fill:var(--rpimary)}@media (hover:hover) and (pointer:fine){.ProductPopup_popupClose__7U747:hover svg{opacity:.8}}@media (max-width:750px){.ProductPopup_popupClose__7U747{right:-2.8rem}}.ProductPopup_popupLayout__1Ecla{display:flex;height:100%}@media (max-width:990px){.ProductPopup_popupLayout__1Ecla{flex-direction:column;overflow:scroll}.ProductPopup_popupLayout__1Ecla::-webkit-scrollbar{display:none}}.ProductPopup_popupLayoutSectioned__8ICnm>div{min-width:50%;width:50%}@media (max-width:990px){.ProductPopup_popupLayoutSectioned__8ICnm>div{width:100%}}.ProductPopup_popupLeft__jiGxr{background-color:#f5f5f5;border-radius:1.2rem 0 0 1.2rem;max-width:50%}.ProductPopup_popupLeft__jiGxr>div{max-width:40vw}@media (max-width:1320px){.ProductPopup_popupLeft__jiGxr>div{max-width:calc(45vw)}}@media (max-width:990px){.ProductPopup_popupLeft__jiGxr>div{max-width:calc(90vw)}}@media (max-width:750px){.ProductPopup_popupLeft__jiGxr>div{max-width:calc(100vw)}}@media (max-width:990px){.ProductPopup_popupLeft__jiGxr{max-width:100%;border-radius:1.2rem 1.2rem 0 0;border-bottom:1px solid #e0e0e0}}@media (max-width:750px){.ProductPopup_popupLeft__jiGxr{border-radius:0;border-top:1px solid #e0e0e0}}.ProductPopup_popupGallery__H_mMY{position:relative;padding:4rem}@media (max-width:750px){.ProductPopup_popupGallery__H_mMY{padding:4rem 1.6rem 1.6rem;min-height:40rem}}.ProductPopup_popupGallery__H_mMY>.ProductPopup_block__jjyRl>.ProductPopup_container__vUeQg{min-height:100%!important}.ProductPopup_galleryBg__N9MdA{top:auto!important;right:auto!important;bottom:0!important;left:-.1%!important;max-height:60%;width:130%}.ProductPopup_popupRight__Ya9jh{padding:0 4rem 12rem;border-left:1px solid #e0e0e0;overflow:scroll}.ProductPopup_popupRight__Ya9jh::-webkit-scrollbar{display:none}@media (max-width:990px){.ProductPopup_popupRight__Ya9jh{overflow:visible}}@media (max-width:750px){.ProductPopup_popupRight__Ya9jh{padding:0 1.4rem 10.6rem}}.ProductPopup_title__yKi6c{margin-bottom:1rem;font-family:Suisse Intl,sans-serif}.ProductPopup_subtitle__k429G{font-size:1.6rem;color:#333}.ProductPopup_configLink__XpdFs{font-size:1.6rem;color:#f45f23;display:flex;align-items:center;gap:1.6rem;width:-moz-fit-content;width:fit-content;margin-top:2.4rem}@media (max-width:750px){.ProductPopup_configLink__XpdFs{margin-top:3.2rem 0}}.ProductPopup_configIcon__2bCyt{padding:1.4rem;border-radius:50%;border:1px solid #eaeaea}.ProductPopup_configIcon__2bCyt svg{width:2.2rem;height:2.2rem}.ProductPopup_configIcon__2bCyt path{fill:#f45f23}.ProductPopup_paintBlock__qN1IG{width:100%;background-color:#f45f231f;border-radius:1.2rem;padding:1.2rem;color:#f45f23;font-size:1.6rem;display:flex;justify-content:space-between;margin-top:2.4rem}@media (max-width:750px){.ProductPopup_paintBlock__qN1IG{margin-top:3.2rem 0}}.ProductPopup_paintBlock__qN1IG svg{width:2rem;height:2rem;fill:#f45f23}.ProductPopup_paintBlock__qN1IG div{display:flex;gap:1rem}.ProductPopup_section__LAovc{display:flex;flex-direction:column;gap:1.6rem;margin-top:4.4rem}@media (max-width:750px){.ProductPopup_section__LAovc{margin-top:3.2rem}.ProductPopup_sectionTitle__wr2Mw{font-size:2rem}}.ProductPopup_sectionBlock__CjF9g{position:relative;width:100%;background-color:#f5f5f5;border-radius:1.2rem;padding:2.4rem;margin-top:1.6rem}@media (max-width:750px){.ProductPopup_sectionBlock__CjF9g{padding:1.6rem;font-size:1.6rem}}.ProductPopup_sectionBlock__CjF9g button{background:transparent;border:none;color:#f45f23;padding:0;font-size:2.4rem;margin-top:.6rem}.ProductPopup_sectionText__BS7PE{max-height:11.2rem;overflow:clip}.ProductPopup_sectionTextFull__6RMfd{max-height:-moz-fit-content;max-height:fit-content}.ProductPopup_popupBottom__cTBeG{position:absolute;width:100%;z-index:120;bottom:0;right:0;height:9.4rem;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:0 0 1.2rem 1.2rem;background-color:#fff;padding:1.8rem 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width:750px){.ProductPopup_popupBottom__cTBeG{height:8.6rem}}.ProductPopup_popupBottomSectioned__F5ofz{width:50%}@media (max-width:990px){.ProductPopup_popupBottomSectioned__F5ofz{width:100%}}.ProductPopup_bottomText___vwrX{display:flex;flex-direction:column;gap:.4rem}.ProductPopup_buy__DAU2T{color:#828282;font-size:1.4rem}@media (max-width:750px){.ProductPopup_buy__DAU2T{font-size:1.1rem}}.ProductPopup_price__SaJji{color:#0e0e0e;font-size:3.2rem;font-size:2.4rem}.ProductPopup_formatDiscountPrice__zFDGs{font-size:1.6rem;font-style:normal;font-weight:400;line-height:2rem;color:var(--primary);display:flex;align-items:center;gap:.4rem}@media (max-width:750px){.ProductPopup_formatDiscountPrice__zFDGs{margin-top:.9rem}}.ProductPopup_formatDiscountPriceInfoIcon__e7NBW{position:relative}.ProductPopup_formatDiscountPriceInfoIcon__e7NBW:hover .ProductPopup_formatDiscountPriceInfo__wwUwg{opacity:1;visibility:visible}.ProductPopup_formatDiscountPriceInfo__wwUwg{display:block;position:absolute;z-index:2;padding:2.4rem;border-radius:.8rem;background:#4f4f4f;width:36.9rem;top:3.6rem;right:-1.4rem;color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2rem;margin-top:.9rem;opacity:0;visibility:hidden;transition:all .3s}.ProductPopup_formatDiscountPriceInfo__wwUwg:before{content:"";position:absolute;border-color:transparent transparent #4f4f4f;border-style:solid;border-width:.7rem .6rem;bottom:100%;right:1.8rem}@media (max-width:750px){.ProductPopup_formatDiscountPriceInfo__wwUwg{width:32rem;font-size:1.4rem;padding:1.4rem}.ProductPopup_formatDiscountPriceInfo__wwUwg:before{right:1.9rem}}.ProductPopup_formatDiscountPriceInfoTitle__E2b5J{display:block;margin-bottom:.4rem;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width:750px){.ProductPopup_formatDiscountPriceInfoTitle__E2b5J{font-size:2rem}}.ProductPopup_formatOptions___yaPj{display:flex;border-radius:10rem;background-color:#fff;color:#333;font-size:1.6rem;width:-moz-fit-content;width:fit-content}@media (max-width:750px){.ProductPopup_formatOptions___yaPj{font-size:1.4rem}}.ProductPopup_formatOption__iVnKT{padding:1.3rem 1.8rem;border-radius:10rem;border:2px solid #fff;transition:color .2s,border-color .2s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center}@media (max-width:1320px){.ProductPopup_formatOption__iVnKT{padding:1.3rem .9rem}}.ProductPopup_formatOptionActive__8qpaJ{color:#f45f23;border-color:#f45f23}.ProductPopup_input__zI4LD{background-color:#fff;border-radius:.8rem}.ProductPopup_input__zI4LD input{color:#333;font-size:1.6rem}.ProductPopup_cartButton__XlImb{display:flex;gap:1rem;align-items:center;font-size:1.6rem;min-width:15.3rem;min-height:5.2rem}.ProductPopup_cartButton__XlImb span{font-size:1.5rem}.ProductPopup_cartButton__XlImb svg{width:1.6rem!important;height:1.6rem!important;position:static;min-width:1.6rem;fill:#fff;transform:scale(1);margin-top:0}.ProductPopup_format__bwgaC{background-color:#f5f5f5;border-radius:1.2rem;padding:2.4rem;margin-top:.8rem;cursor:pointer;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.ProductPopup_format__bwgaC:first-child{margin-top:1.6rem!important}.ProductPopup_format__bwgaC>input{display:none}:is(.ProductPopup_format__bwgaC>input):checked~.ProductPopup_formatInner__qYJ4V:before{border:.6rem solid var(--primary)}:is(.ProductPopup_format__bwgaC>input):checked~.ProductPopup_formatInner__qYJ4V .ProductPopup_formatBodyGroupHidden__J7hyz{display:block}@media (max-width:750px){.ProductPopup_format__bwgaC{padding:1.6rem}}.ProductPopup_formatInner__qYJ4V{display:block;padding-left:4rem;position:relative}.ProductPopup_formatInner__qYJ4V:before{content:"";position:absolute;width:2.4rem;height:2.4rem;border-radius:10rem;border:.2rem solid #e0e0e0;background:#fff;top:.3rem;left:0}@media (max-width:750px){.ProductPopup_formatInner__qYJ4V:before{top:0;right:0;left:auto}.ProductPopup_formatInner__qYJ4V{padding:0}}.ProductPopup_formatSingle__7ckUX{cursor:auto}.ProductPopup_formatSingle__7ckUX>span{padding-left:0}.ProductPopup_formatSingle__7ckUX span:before{display:none}.ProductPopup_formatTitle__Ff2vU{display:flex;align-items:center;justify-content:space-between;width:100%}@media (max-width:750px){.ProductPopup_formatTitle__Ff2vU{display:block}}.ProductPopup_formatTitleLeft__dV6zq{font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center}@media (max-width:750px){.ProductPopup_formatTitleLeft__dV6zq{font-size:2rem}}.ProductPopup_formatTitleCircleDivider__Ahvyl{width:.6rem;height:.6rem;border-radius:50%;background-color:#bdbdbd;margin:.2rem 1rem 0}@media (max-width:750px){.ProductPopup_formatTitleCircleDivider__Ahvyl{margin:0 .8rem}}.ProductPopup_formatBodyGroup___630r{display:block;margin-top:2rem}.ProductPopup_formatBodyGroup___630r:first-child{margin-bottom:0}.ProductPopup_formatBodyGroupHidden__J7hyz{display:none;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.ProductPopup_formatBodyGroupHidden__J7hyz:last-child{border-bottom:0;padding-bottom:0}.ProductPopup_formatBodyGroupTitle__N0ILv{font-size:1.6rem;font-style:normal;font-weight:400;line-height:108%;color:#333;margin-bottom:.8rem;display:flex;align-items:center}.ProductPopup_formatBodyGroupTitle__N0ILv small{color:#828282}@media (max-width:750px){.ProductPopup_formatBodyGroupTitle__N0ILv{font-size:1.4rem}}.ProductPopup_formatBodyGroupTitleGray__oUtqv{color:#828282}.Checkbox_checkboxWrapper__JMIIO{display:flex;gap:1rem;position:relative;width:100%}.Checkbox_checkboxContainer__es2pw{position:relative;font-size:1.6rem;color:#151515;padding:2.4rem;border-radius:1.2rem;background-color:#f2f2f2;border:none;cursor:pointer;display:flex;gap:1rem}.Checkbox_checkbox__Xu1I5{display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:2rem;height:2rem;margin:-.4rem 0 0}@media (hover:hover) and (pointer:fine){.Checkbox_checkbox__Xu1I5:hover span:before{background:rgba(0,84,247,.08);border-color:#f45f23}}.Checkbox_checkbox__Xu1I5:checked:before{background-color:#f45f23;border-color:#f45f23}.Checkbox_checkIcon__5k7A6{position:absolute;width:1.6rem;height:1.6rem;top:2.4rem;left:2.4rem;transition:opacity .3s;opacity:1;fill:#fff}.Checkbox_checkbox__Xu1I5:before{content:"";position:absolute;width:2rem;height:2rem;top:2.3rem;left:2.2rem;background:#fff;border:2px solid #f45f23;border-radius:.4rem;transition:border-color .3s,background-color .3s}.Filter_filter__UFdw_{display:flex;flex-direction:column}.Filter_filterContent__uUTpJ{position:relative;font-size:1.6rem;color:#151515;padding:2.4rem;border-radius:1.2rem;background-color:#f2f2f2;border:none;cursor:pointer;display:flex;gap:1rem}.Filter_filterBadge__rq1KQ{position:absolute;top:-.4rem;left:-.4rem;width:2rem;height:2rem;border-radius:50%;color:#fff;font-size:1.2rem;background-color:#f45f23;display:flex;justify-content:center;align-items:center}.Filter_filterCaret__79lRO{width:2rem;min-width:2rem;height:1.8rem;fill:#151515;opacity:.2;margin-top:0;transform:rotate(-90deg);transition:transform .2s ease-in-out}.Filter_caretActive__IcJVS,.Filter_filterCaretActive__gyX9R{transform:rotate(0deg)}.Filter_subfilters__0OrfK{margin-top:.8rem;display:flex;flex-direction:column;gap:.8rem}.Filter_subfilter__9UgtX{position:relative;font-size:1.6rem;color:#151515;padding:2.4rem;border-radius:1.2rem;border:1px solid #f2f2f2;background-color:#fff;display:flex;gap:1rem;cursor:pointer}.Filters_blockContainer__qG_c_{position:-webkit-sticky;position:sticky;top:4rem;bottom:1rem;height:-moz-fit-content;height:fit-content;min-width:41rem;height:calc(100vh - 5rem);height:calc(calc(var(--vh, 1vh) * 100) - 5rem);border:1px solid #f2f2f2;border-radius:1.2rem;overflow:scroll;transition:height .4s,top .3s ease-in-out}@media (max-width:1420px){.Filters_blockContainer__qG_c_{position:static;min-width:100%;height:100%;border:none}}.Filters_blockContainerShrink__nFTgc{height:calc(calc(var(--vh, 1vh) * 100) - 13rem)}@media (min-width:1420px){.Filters_blockContainerShrink__nFTgc{height:calc(100vh - 13rem);top:12rem}}.Filters_block__l3AXF{position:relative;max-height:-moz-fit-content;max-height:fit-content;display:flex;flex-direction:column;gap:2.4rem}@media (max-width:1420px){.Filters_block__l3AXF{height:100%}}.Filters_top__sPtcI{display:flex;justify-content:space-between;padding:2.4rem 2.4rem 0}.Filters_text__eoCSr{font-size:2rem}.Filters_resetButton__TAapW{background-color:initial;border:none;outline:none;color:#f45f23;font-size:1.85rem}.Filters_filters__xbqqH{gap:.8rem;padding:0 2.4rem 2.4rem}.Filters_filter__X82QM,.Filters_filters__xbqqH{display:flex;flex-direction:column}.Filters_filterContent__v7_95{position:relative;font-size:1.6rem;color:#151515;padding:2.4rem;border-radius:1.2rem;background-color:#f2f2f2;border:none;cursor:pointer;display:flex;gap:1rem}.Filters_filterBadge__GrGar{position:absolute;top:-.4rem;left:-.4rem;width:2rem;height:2rem;border-radius:50%;color:#fff;font-size:1.2rem;background-color:#f45f23;display:flex;justify-content:center;align-items:center}.Filters_filterCaret__Ot8p3{width:2rem;min-width:2rem;height:1.8rem;fill:#151515;opacity:.2;margin-top:0;transition:transform .2s ease-in-out}.Filters_caretActive__EL_Jj,.Filters_filterCaretActive__vHZ8F{transform:rotate(180deg)}.Filters_subfilters__TUKYX{margin-top:.8rem;display:flex;flex-direction:column;gap:.8rem}.Filters_subfilter__m4Tqw{position:relative;font-size:1.6rem;color:#151515;padding:2.4rem;border-radius:1.2rem;border:1px solid #f2f2f2;background-color:#fff;display:flex;gap:1rem;cursor:pointer}.Filters_showWrapper__U76ra{bottom:0;width:100%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:center;align-items:end;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 85.29%);position:-webkit-sticky;position:sticky;padding:2.4rem}.Filters_showButton__Cmcrq{margin-top:-2.4rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:2rem;height:5.2rem;min-width:14.4rem}.Filters_allFiltersBadge__J6Gas{background-color:#fff;color:#f45f23;display:flex;justify-content:center;align-items:center;border-radius:1.8rem;font-size:1.2rem;height:2rem;min-width:2rem;padding:.2rem .5rem}.FiltersPopup_popup__hHOOs{height:calc(var(--vh, 1vh) * 100);position:absolute;z-index:1;width:100%;max-width:calc((100vw - 136rem) / 2 + 40rem);left:0;top:4rem;display:flex;flex-direction:column;align-items:flex-end;max-height:calc(100vh - 5rem);max-height:calc(calc(var(--vh, 1vh) * 100) - 5rem)}@media (max-width:1420px){.FiltersPopup_popup__hHOOs{position:fixed;top:0;justify-content:center;align-items:center;z-index:102;max-width:100%;padding-top:0;max-height:100%}}@media (max-width:750px){.FiltersPopup_popup__hHOOs{display:block;height:100vh;bottom:0}}.FiltersPopup_popupOverlay__vP01X{width:-moz-fit-content;width:fit-content;height:100%;left:0;top:0;position:absolute;z-index:10}@media (max-width:1420px){.FiltersPopup_popupOverlay__vP01X{z-index:100;width:100%;background:#0000003b}}@media (max-width:750px){.FiltersPopup_popupOverlay__vP01X{display:none}}.FiltersPopup_popupScroll__wbrwl{max-height:calc(calc(var(--vh, 1vh) * 100) - 5rem);height:calc(calc(var(--vh, 1vh) * 100) - 5rem);max-height:calc(var(--vh, 1vh) * 96);width:100%;height:100%;z-index:10;display:flex;justify-content:center;overflow:clip;max-height:calc(100vh - 4rem);max-height:calc(calc(var(--vh, 1vh) * 100) - 4rem);height:-moz-fit-content;height:fit-content;max-width:41rem;border:1px solid #f2f2f2;border-radius:1.2rem;position:-webkit-sticky;position:sticky;bottom:1rem}@media (max-width:1420px){.FiltersPopup_popupScroll__wbrwl{position:static;border:none;z-index:105;width:80vw;max-height:96vh;max-width:80rem}}@media (max-width:750px){.FiltersPopup_popupScroll__wbrwl{width:100vw;height:calc(100vh - 5rem);max-height:calc(100vh - 5rem);position:fixed;top:5rem;bottom:0;border-radius:0}}.FiltersPopup_popupScroll__wbrwl::-webkit-scrollbar{display:none}.FiltersPopup_popupContainer__gZc9V{display:inline-block;vertical-align:middle;position:relative;z-index:2;border-radius:1.2rem;background-color:#fff;height:100%;width:80vw;overflow-x:clip;overflow-y:scroll;padding-top:2.4rem}@media (max-width:750px){.FiltersPopup_popupContainer__gZc9V{padding-top:0;border-radius:0;width:100%}}.FiltersPopup_popupContainer__gZc9V::-webkit-scrollbar{display:none}.FiltersPopup_buttonWrapper__tt2W8{bottom:0;left:0;width:100%;height:12rem;padding-bottom:2.4rem;display:flex;justify-content:center;align-items:flex-end;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 85.29%)}.FiltersPopup_button__g49Q0{background-color:#f45f23;border:none;outline:none;color:#fff;border-radius:4rem;padding:1.6rem 2.4rem;display:flex;align-items:center;gap:.8rem;font-size:2rem;height:5.2rem}.FiltersPopup_popupClose__St1vp{position:absolute;z-index:105;width:2rem;height:2rem;top:1.2rem;right:1.2rem;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;border-radius:.8rem;cursor:pointer;display:none}.FiltersPopup_popupClose__St1vp svg{fill:#151515;opacity:.8;width:2.4rem;height:2.4rem;transition:fill .3s}.FiltersPopup_popupClose__St1vp:active svg{fill:var(--rpimary)}@media (hover:hover) and (pointer:fine){.FiltersPopup_popupClose__St1vp:hover svg{fill:var(--rpimary)}}@media (max-width:1420px){.FiltersPopup_popupClose__St1vp{display:flex}}@media (max-width:750px){.FiltersPopup_popupClose__St1vp{display:none}}.FiltersPopup_badge__vb07O{background-color:#fff;color:#f45f23;display:flex;justify-content:center;align-items:center;border-radius:1.8rem;font-size:1.2rem;height:2rem;min-width:2rem;padding:.2rem .5rem}.SubmitOrderPopup_popup__rV7q8{max-width:67.4rem}.SubmitOrderPopup_popup__rV7q8 .SubmitOrderPopup_title__2C5_x{margin-bottom:3.2rem}.SubmitOrderPopup_title__2C5_x{font-weight:400;font-size:2.8rem;line-height:3.2rem;margin-bottom:.8rem}.SubmitOrderPopup_descr__YnFfV{font-weight:400;font-size:1.6rem;line-height:2rem;margin-bottom:2.4rem}.SubmitOrderPopup_formTerms__Gh81B{font-weight:400;font-size:1.1rem;line-height:1.3rem;color:var(--gray-3)}.SubmitOrderPopup_formTerms__Gh81B a{color:#4f4f4f;transition:color .3s}@media (hover:hover) and (pointer:fine){.SubmitOrderPopup_formTerms__Gh81B a:hover{color:var(--primary)}}.SubmitOrderPopup_button__462ZW{display:block;width:100%;margin-bottom:2.4rem}.CookiePopup_popup__23gjF{position:fixed;bottom:4rem;background-color:#fff;border:1px solid #e0e0e080;left:50%;transform:translateX(-50%);padding:2.4rem;border-radius:2.4rem;display:flex;align-items:center;gap:1.2rem;z-index:100;box-shadow:0 8px 16px 0 #0000000a,0 0 4px 0 #0000000a;max-width:48rem;width:max-content}@media (max-width:520px){.CookiePopup_popup__23gjF{width:calc(100vw - 2.4rem);left:1.2rem;right:1.2rem;bottom:1.2rem;transform:none}}.CookiePopup_popupText__hHCAn{font-size:1.4rem}.CookiePopup_popupText__hHCAn a{color:#f45f23}.CookiePopup_popupButton__l7GId{height:-moz-fit-content;height:fit-content;min-width:max-content;padding:1.2rem .8rem}