.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:#000;--primary:#ffce24;--primary-darker:#f1c219;--gray-90:#7a7a85;--gray-75:#b7b7c1;--gray-80:#6d7280;--gray-60:#cfd0d4;--gray-50:#e3e3ee;--gray-40:#e3e3ee;--gray-25:#f7f8f9;--red:#ec3030;--green:#27ae60;--base-font:"Golos Text","Helvetica Neue","Arial",-apple-system,BlinkMacSystemFont,sans-serif;--grtsk-font:"Grtsk Peta","Helvetica Neue","Arial",-apple-system,BlinkMacSystemFont,sans-serif}@font-face{font-family:Golos Text;src:url(/_next/static/media/GolosText-DemiBold.aa23c667.woff2) format("woff2"),url(/_next/static/media/GolosText-DemiBold.2c1b2c2a.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/_next/static/media/GolosText-Bold.351080f1.woff2) format("woff2"),url(/_next/static/media/GolosText-Bold.f69e7bc9.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/_next/static/media/GolosText-Medium.82d6e650.woff2) format("woff2"),url(/_next/static/media/GolosText-Medium.73479e27.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/_next/static/media/GolosText-Regular.3049c8cf.woff2) format("woff2"),url(/_next/static/media/GolosText-Regular.eb0438fb.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Grtsk Peta;src:url(/_next/static/media/GrtskPeta-Light.7ec4c196.woff2) format("woff2"),url(/_next/static/media/GrtskPeta-Light.6113ee3f.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400;margin:2.4rem 0;line-height:93%}.h1,h1{font-size:5.4rem}@media (max-width:1023px){.h1,h1{font-size:4.4rem}}@media (max-width:767px){.h1,h1{font-size:3.6rem}}.h2,h2{font-size:3.6rem}@media (max-width:1023px){.h2,h2{font-size:3.2rem}}@media (max-width:767px){.h2,h2{font-size:2.5rem}}.h3,h3{font-size:2.4rem;margin:.8rem 0}@media (max-width:767px){.h3,h3{font-size:2.2rem}}.h4,h4{font-size:2.2rem;margin:.8rem 0}@media (max-width:767px){.h4,h4{font-size:2rem}}.h5,h5{font-size:2rem;margin:.8rem 0}@media (max-width:767px){.h5,h5{font-size:1.8rem}}.h6,h6{font-size:1.8rem;margin:.8rem 0}@media (max-width:767px){.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}@media (max-width:1190px){.slider-buttons{left:auto;right:2rem;bottom:2rem}}@media (max-width:1023px){.slider-buttons{display:none}}.swiper-button-next,.swiper-button-prev{background:var(--black);border:1px solid hsla(0,0%,100%,.16);border-radius:1000px;width:5.6rem;height:5.6rem;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(--white);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:var(--white)}.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(--red)}.swiper-button-next:hover:not(.swiper-button-disabled)>svg,.swiper-button-prev:hover:not(.swiper-button-disabled)>svg{stroke:#000}.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%)}}.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-circle.is-animating{animation:circle 9.9s linear forwards}.swiper-button-circle.is-animating-long{animation:circle 60s linear forwards}.swiper-custom-pagination{display:none;width:100%;gap:0 1.2rem;position:absolute;bottom:1.8rem;left:0;z-index:20;justify-content:center}@media (max-width:1023px){.swiper-custom-pagination{display:flex}}.swiper-custom-pagination--start{justify-content:flex-start}.swiper-custom-pagination--end{justify-content:flex-end}.swiper-pagination-button{width:1.6rem;height:1.6rem;border:1px solid hsla(0,0%,100%,.16);border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swiper-pagination-button svg{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:.2rem;transform:rotate(-90deg)}.swiper-pagination-button:before{content:"";background:#fff;opacity:.6;width:.6rem;height:.6rem;border-radius:50%}.swiper-pagination-button--red{border-color:var(--gray-50)}.swiper-pagination-button--red:before{background-color:var(--gray-90)}.swiper-pagination-button--red svg{stroke:var(--red)}.swiper-pagination-button--red.swiper-pagination-button--active:before{background-color:var(--red)}.swiper-pagination-button--active:before{background-color:var(--primary);opacity:1}.swiper-pagination-button--active svg{animation:circle 8s linear forwards}@media (max-width:768px){.swiper-pagination-button--active svg{width:15.55px;height:15.6px;top:-1px}}@keyframes circle{0%{stroke-dashoffset:176}to{stroke-dashoffset:0}}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.44;pointer-events:all}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{width:auto;left:50%;transform:translateX(-50%);max-width:100%;padding:.4rem;background:#fff;-webkit-backdrop-filter:blur(37px);backdrop-filter:blur(37px);border-radius:40px;height:auto;bottom:1.2rem;box-sizing:border-box;font-size:0;line-height:1;display:flex}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 .4rem 0 0;width:.6rem;height:.6rem;background:var(--gray-60);opacity:1}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child{margin-right:0}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:var(--black)}.form-item{margin-bottom:4.4rem;position:relative;overflow:hidden}@media (max-width:1420px){.form-item{margin-bottom:2.4rem}}@media (max-width:1023px){.form-item{margin-bottom:2.8rem}}.form-item--black .form-field-placeholder{color:#000}.form-item--black .form-field-placeholder small{color:#000;opacity:.2}.form-item--black .form-field{color:#000;border-bottom-color:var(--gray-50)}@media (hover:hover) and (pointer:fine){:is(.form-item--black .form-field:hover)~.form-field-line{stroke:#000}}.form-item--black .form-field-line{stroke:var(--gray-50);fill:#fff}.form-item--error .form-field-line{stroke:var(--red)}.form-field-wrap{background:none;position:relative}.form-field-wrap__is-min{.form-field{padding:1.7rem 0 1rem!important;height:5.5rem}}.form-field-label{font-weight:400;font-size:1.2rem;line-height:100%;pointer-events:none;position:absolute;top:1.2rem;left:1.6rem}.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.8rem;line-height:140%;color:var(--white);padding:2rem 0;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:1.8rem}}@media (max-width:1023px){.form-field-placeholder{padding:1.6rem 0}}.form-field-placeholder.is-focus{opacity:0}.form-field-bonuses{position:absolute;pointer-events:none;font-weight:700;font-size:1.6rem;line-height:100%;background:linear-gradient(85.35deg,var(--primary) 11.54%,#d400f7 76.35%,#f11712 141.16%),#9da1ab;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;right:2rem;top:1.8rem}.form-field-bonuses svg{width:1.6rem;height:1.6rem;display:inline-block;vertical-align:middle;margin-left:.4rem;margin-top:-.2rem}.form-field{border-radius:0;background:none;border:0;outline:0;height:7.9rem;display:block;width:100%;padding:2rem 0;font-weight:400;font-size:2.8rem;line-height:140%;color:var(--white);font-family:var(--base-font);transition:border-color .3s}.form-field::placeholder{color:#fff;opacity:1}.form-field.form-field.is-focus~.form-field-line,.form-field:focus:not(.does-not-exist)~.form-field-line{stroke:#009e31;transform:translate3d(-66.6%,0,0)}.form-field.form-field.is-focus::placeholder,.form-field:focus:not(.does-not-exist)::placeholder{color:transparent}@media (hover:hover) and (pointer:fine){.form-field:hover~.form-field-line{stroke:#fff}}@media (max-width:1420px){.form-field{height:6.5rem;font-size:1.8rem}}@media (max-width:1023px){.form-field{height:5.7rem}}.form-field-line{position:absolute;bottom:-3px;left:0;stroke:hsla(0,0%,100%,.24);fill:#000;width:300%;transition:transform .7s,stroke .7s;transition-timing-function:cubic-bezier(0,.25,.5,1);pointer-events:none}.form-field-line--focused{transform:translate3d(-66.6%,0,0)}textarea.form-field{height:16rem;max-width:100%}.checkbox{display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 0 .8rem}.checkbox input{display:none}:is(.checkbox input):checked~span svg{opacity:1}:is(.checkbox input):checked~span:before{background-color:var(--primary);border-color:var(--primary)}.checkbox span{display:block;padding-bottom:.3rem;padding-left:3.2rem;font-weight:400;font-size:1.6rem;line-height:130%;position:relative}.checkbox span svg{position:absolute;width:1.6rem;height:1.6rem;top:.4rem;left:.4rem;transition:opacity .3s;opacity:0;fill:#fff}.checkbox span small{font-weight:400;font-size:1.6rem;line-height:130%;color:var(--gray-70);padding-left:.5rem}.checkbox span:before{content:"";position:absolute;width:2rem;height:2rem;top:.2rem;left:.2rem;background:#fff;border:2px solid var(--gray-60);border-radius:4px;transition:border-color .3s}@media (hover:hover) and (pointer:fine){.checkbox:hover span:before{border-color:var(--primary)}}.radio{display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0}.radio input{display:none}:is(.radio input):checked~span:before{border-color:var(--primary);box-shadow:inset 0 0 0 .4rem var(--primary)}.radio span{display:block;padding-left:4rem;font-weight:400;font-size:2.8rem;line-height:140%;position:relative}.radio span:before{content:"";position:absolute;width:2.4rem;height:2.4rem;top:50%;left:0;margin-top:-1.2rem;border:2px solid hsla(0,0%,100%,.32);border-radius:50%;transition:border-color .3s,box-shadow .3s}@media (hover:hover) and (pointer:fine){.radio:hover span:before{border-color:var(--primary)}}@media (max-width:1420px){.radio span{font-size:1.8rem}}:is(.radio--black input):checked~span:before{border-color:var(--primary);box-shadow:inset 0 0 0 .4rem var(--primary)}.radio--black span{color:#000}.radio--black span:before{border:2px solid var(--gray-50)}:is(.radio--red input):checked~span:before{border-color:var(--red);box-shadow:inset 0 0 0 .4rem var(--red)}@media (hover:hover) and (pointer:fine){.radio--red:hover span:before{border-color:var(--red)}}.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-track.simplebar-horizontal{height: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}@media (max-width:767px){.null-padding{margin-top:-7rem}}.list{margin:3.2rem 0}.list li{position:relative;padding-left:1.8rem;margin-bottom:1.3rem}.list li:before{content:"";position:absolute;width:.6rem;height:.6rem;left:0;top:1rem;background-color:red;border-radius:50%}.list li:last-child{margin-bottom:0}.title-auto-adaptive{font-size:6.4rem}@media (max-width:1440px){.title-auto-adaptive{font-size:5.6rem}}@media (max-width:1023px){.title-auto-adaptive{font-size:4.4rem}}@media (max-width:767px){.title-auto-adaptive{font-size:3.6rem}}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%;font-size:10px}body{overflow:auto!important;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:360px;font-size:1.8rem;line-height:140%;-webkit-overflow-scrolling:touch;position:relative}@media (max-width:1190px){body{font-size:1.6rem}}@media (max-width:768px){body{padding-right:0!important}}*,: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)}}.page-layout{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);width:100%;overflow:clip}.map-marker,.page-layout,main.main{position:relative}.map-marker{width:32px;height:40px;top:-40px;left:-16px;text-align:center;color:#fff;padding:2px;transition:transform 1s,opacity .5s;transform-origin:50% 100%;opacity:0;transform:translateY(-90px)}.map-marker svg{position:absolute;left:0;top:0;width:100%;height:100%;fill:var(--red);transition:fill .3s}.map-marker small{position:relative;z-index:2;top:.3rem;font-weight:400;font-size:14px;line-height:140%}@media (max-height:1000px){.map-marker small{top:-1px}}.map-marker.is-hovered svg{fill:#000}.map-marker.is-active{transform:scale(1.5)}.map-marker.is-active svg{fill:#000}.map-marker.is-visible{transform:translateY(0);opacity:1}.map-marker.is-visible.is-active{transform:scale(1.5)}.simplebar-content{height:100%!important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.ninja-hide{opacity:0!important}.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{position:fixed;right:0;top:0;height:100%;background:#fff;color:#000;width:100%;max-width:72.1rem}.AsidePopup_popupAsideScroll__a47Aj{height:100%;width:100%;overflow:auto;padding:3.2rem}.AsidePopup_popupClose__rbQ8b{position:absolute;width:5.8rem;height:5.8rem;top:3.2rem;left:-9rem;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:#fff;border-radius:50%;transition:border-color .3s,background-color .3s}.AsidePopup_popupClose__rbQ8b svg{fill:#000;width:2.4rem;height:2.4rem;transition:fill .3s}.AsidePopup_popupClose__rbQ8b:active svg{fill:#fff}@media (hover:hover) and (pointer:fine){.AsidePopup_popupClose__rbQ8b:hover{background-color:var(--red)}.AsidePopup_popupClose__rbQ8b:hover svg{fill:#fff}}@media (max-width:1023px){.AsidePopup_popupAsideScroll__a47Aj{padding:6rem 1.8rem}.AsidePopup_popupAside__i7F5e{max-width:none}.AsidePopup_popupAsideAlignBottom___9t9l{height:auto;top:auto;bottom:0}.AsidePopup_popupAsideAlignBottom___9t9l,.AsidePopup_popupAsideAlignBottom___9t9l .AsidePopup_popupAsideScroll__a47Aj{max-height:100vh;max-height:calc(var(--vh, 1vh) * 100)}.AsidePopup_popupClose__rbQ8b{right:1.8rem;left:auto;top:1.8rem;width:2.4rem;height:2.4rem;background:none}.AsidePopup_popupClose__rbQ8b svg{width:2.4rem;height:2.4rem}@media (hover:hover) and (pointer:fine){.AsidePopup_popupClose__rbQ8b:hover{background:none}.AsidePopup_popupClose__rbQ8b:hover svg{fill:var(--red)}}.AsidePopup_popupClose__rbQ8b.AsidePopup_popupCloseMobileWhite__VNhfW{background:none}.AsidePopup_popupClose__rbQ8b.AsidePopup_popupCloseMobileWhite__VNhfW svg{fill:#fff;opacity:1;transition:opacity .3s}@media (hover:hover) and (pointer:fine){.AsidePopup_popupClose__rbQ8b.AsidePopup_popupCloseMobileWhite__VNhfW:hover{background-color:none;opacity:1}.AsidePopup_popupClose__rbQ8b.AsidePopup_popupCloseMobileWhite__VNhfW:hover svg{opacity:1}}}.Button_button__Nw3FH{display:inline-block;white-space:nowrap;font-weight:500;font-size:1.6rem;line-height:100%;text-transform:uppercase;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;outline:0;background:var(--primary);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:2.1rem 3.2rem 2.1rem 7rem;color:var(--black);min-width:27.7rem;text-align:right}.Button_button__Nw3FH:before{content:"";position:absolute;width:.6rem;height:.6rem;border-radius:50%;background-color:var(--black);left:3.2rem;top:50%;margin-top:-.3rem;transition:all .3s}.Button_button__Nw3FH:after{content:"";position:absolute;z-index:-1;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);transition:opacity .3s;opacity:0}.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:not(:disabled):after{opacity:1}.Button_button__Nw3FH:active:not(:disabled):before{transform:scale(0)}.Button_button__Nw3FH:active:not(:disabled) svg{transform:scale(1) rotate(-90deg)}.Button_button__Nw3FH:disabled:before{transform:scale(1)!important;background:#b7b7c1!important}.Button_button__Nw3FH:disabled svg{display:none!important}.Button_button__Nw3FH:disabled{color:#b7b7c1!important;background:var(--gray-25)!important;cursor:default}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH:hover:not(:disabled):not(:active){background:var(--red);color:#fff}.Button_button__Nw3FH:hover:not(:disabled):not(:active) svg{fill:#fff}.Button_button__Nw3FH:hover:not(:disabled):not(:active):before{background-color:#fff;transform:scale(0)}.Button_button__Nw3FH:hover:not(:disabled):not(:active) svg{transform:scale(1) rotate(-90deg)}}@media (max-width:1420px){.Button_button__Nw3FH{min-width:26.7rem}}@media (max-width:1023px){.Button_button__Nw3FH{min-width:24.2rem;padding-left:6.5rem;padding-right:2.1rem}.Button_button__Nw3FH:before{left:2.5rem;opacity:0}.Button_button__Nw3FH svg{left:1.7rem;transform:scale(1) rotate(-90deg)}}@media (max-width:767px){.Button_button__Nw3FH{min-height:0;display:block;width:100%}}.Button_buttonSimple__Lbf6J{padding:1.2rem 1.6rem;min-width:0;text-align:center;font-weight:600;font-size:1.4rem;line-height:110%;border-radius:8px;text-transform:none}.Button_buttonSimple__Lbf6J svg,.Button_buttonSimple__Lbf6J:after,.Button_buttonSimple__Lbf6J:before{display:none}@media (max-width:767px){.Button_buttonSimple__Lbf6J{width:auto}}.Button_button__Nw3FH[data-color=red]{background-color:var(--red);color:var(--white)}.Button_button__Nw3FH[data-color=red] svg{fill:#fff}.Button_button__Nw3FH[data-color=red]:before{background-color:var(--white)}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=red]:hover:not(:disabled):not(:active){background:#000}}.Button_button__Nw3FH[data-color=white]{background-color:var(--white);color:var(--black)}.Button_button__Nw3FH[data-color=white] svg{fill:#000}.Button_button__Nw3FH[data-color=white]:before{background-color:var(--black)}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=white]:hover:not(:disabled):not(:active){background:#fff;color:var(--black)}.Button_button__Nw3FH[data-color=white] svg{fill:#000!important}}.Button_button__Nw3FH[data-color=gray]{background-color:#f5f7fa;color:#258ffb}.Button_button__Nw3FH[data-color=gray] svg{fill:#fff}.Button_button__Nw3FH[data-color=gray]:before{background-color:#258ffb}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=gray]:hover:not(:disabled):not(:active){background:#000}}.Button_button__Nw3FH[data-color=yellow]{background-color:var(--primary);color:#000}.Button_button__Nw3FH[data-color=yellow] svg{fill:#000}.Button_button__Nw3FH[data-color=yellow]:before{background-color:#000}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=yellow]:hover:not(:disabled):not(:active){background:var(--red);color:#fff}.Button_button__Nw3FH[data-color=yellow]:hover:not(:disabled):not(:active) svg{fill:#fff}.Button_button__Nw3FH[data-color=yellow]:hover:not(:disabled):not(:active):before{background-color:#fff}}.Button_button__Nw3FH[data-color=black]{background-color:var(--black);color:var(--white)}.Button_button__Nw3FH[data-color=black] svg{fill:#fff}.Button_button__Nw3FH[data-color=black]:before{background-color:var(--white)}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=black]:hover:not(:disabled):not(:active){background:var(--red)}}.Button_button__Nw3FH[data-color=blue]{background-color:#258ffb;color:var(--white)}.Button_button__Nw3FH[data-color=blue] svg{fill:var(--white)}@media (hover:hover) and (pointer:fine){.Button_button__Nw3FH[data-color=blue]:hover:not(:disabled):not(:active){background:#207fdf}}.Button_buttonIsLoading__MoEi1{color:transparent!important}.CustomCheckbox_checkbox__0Nnh_{border:.2rem solid rgba(255,255,221,.32);transition:all .3s;position:relative;border-radius:.2rem;width:2.4rem;height:2.4rem;background:rgba(255,255,221,.08)}.CustomCheckbox_isMin__wuAiF{width:1.8rem;height:1.8rem}.CustomCheckbox_active__QFlJ7{border-color:var(--primary)!important;background:var(--primary)}.CustomCheckbox_activeBlack__2DVv9{border-color:var(--black)!important;background:var(--black);fill:var(--white)!important}.CustomCheckbox_gray__2CMki{border:2px solid #e3e3ee;background:#fff}.CustomCheckbox_activeGray__25R0f{border-color:var(--black)!important;background:var(--black);fill:var(--white)!important}.CustomCheckbox_label__5dDJE{cursor:pointer}.CustomCheckbox_flag__pPg3c{position:absolute;top:50%;width:1.6rem;height:1.6rem;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}.CustomCheckbox_holder__8PWfN{color:#7a7a85;font-size:1.6rem;font-weight:400}.CustomCheckbox_holder__8PWfN a{color:var(--white)}.CustomCheckbox_root__kUJBG{display:flex;gap:1.6rem}.CustomCheckbox_error__ogkcI{border-color:var(--red)!important}.FormPopup_scroll__4QmBW{padding:0}.FormPopup_header__x0bZs{background-color:#000;color:#fff;padding:3.2rem}@media (max-width:767px){.FormPopup_header__x0bZs{padding:3.2rem 1.8rem}}.FormPopup_title__Id0Ri{position:relative;margin:0 0 4.4rem;color:var(--primary);font-size:6.6rem}@media (max-width:1420px){.FormPopup_title__Id0Ri{font-size:6rem}}@media (max-width:1190px){.FormPopup_title__Id0Ri{font-size:5.4rem}}@media (max-width:1023px){.FormPopup_title__Id0Ri{font-size:3.6rem;margin-bottom:3.2rem}}.FormPopup_tag__JEMHx{font-size:2.4rem!important;position:absolute;transform:rotate(16.817deg);padding:18px 16px;color:var(--white);line-height:10px;border-radius:3rem;background:var(--red);top:-1.4rem;right:-5rem;text-transform:uppercase}@media (max-width:767px){.FormPopup_tag__JEMHx{font-size:1.8rem!important;top:-1.8rem;right:-5rem;padding:14px 12px}}.FormPopup_get__7PpZk{width:auto;position:relative}.FormPopup_requrements__X6Pab{padding-top:1.6rem;border-top:1px solid var(--primary)}.FormPopup_requrementsTitle__ZHkCW{font-weight:500;font-size:1.6rem;line-height:100%;color:var(--primary);text-transform:uppercase;margin-bottom:3.2rem}.FormPopup_requrementsList__Q18ds{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-gap:3.2rem;gap:3.2rem}.FormPopup_requrementsList__Q18ds li{position:relative;padding-top:2.3rem;font-weight:400;font-size:1.8rem;line-height:140%}.FormPopup_requrementsList__Q18ds li:before{content:"";position:absolute;width:.7rem;height:.7rem;border-radius:50%;left:0;top:0;background-color:var(--primary)}@media (max-width:1023px){.FormPopup_requrementsList__Q18ds{gap:.8rem}}@media (max-width:767px){.FormPopup_requrementsList__Q18ds{grid-template-columns:1fr}.FormPopup_requrementsList__Q18ds li{padding-top:0;padding-left:1.5rem;font-size:1.6rem}.FormPopup_requrementsList__Q18ds li:before{top:.9rem}}.FormPopup_body__pAXKr{padding:4.4rem 3.2rem 3.6rem}@media (max-width:767px){.FormPopup_body__pAXKr{padding:3.2rem 1.8rem 8rem}}.FormPopup_formNote__gRynS{font-weight:400;font-size:1.4rem;line-height:140%;color:rgba(0,0,0,.5);max-width:26.5rem}.FormPopup_formNote__gRynS a{color:#000;transition:color .3s}@media (hover:hover) and (pointer:fine){.FormPopup_formNote__gRynS a:hover{color:var(--primary)}}@media (max-width:767px){.FormPopup_formNote__gRynS{margin:0 auto;text-align:center}}.FormPopup_formButtonWrapper__Li9hO{display:flex;align-items:start;gap:0 4.4rem;border-top:1px solid hsla(0,0%,100%,.24);padding-top:1.6rem}@media (max-width:1190px){.FormPopup_formButtonWrapper__Li9hO{padding-top:0;border:none;flex-direction:column-reverse;align-items:flex-start;gap:2rem 0}}.FormPopup_formChooseTariff__NFrrM{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;padding-top:2rem;margin-bottom:6.4rem}@media (max-width:1420px){.FormPopup_formChooseTariff__NFrrM{margin-bottom:4.4rem}}@media (max-width:1190px){.FormPopup_formChooseTariff__NFrrM{grid-template-columns:12fr 10fr}}@media (max-width:1023px){.FormPopup_formChooseTariff__NFrrM{grid-template-columns:1fr 1fr}}.FormPopup_formChooseTariffTitle__xvEVZ{font-weight:400;font-size:2.8rem;line-height:140%}@media (max-width:1420px){.FormPopup_formChooseTariffTitle__xvEVZ{font-size:1.8rem}}@media (max-width:1023px){.FormPopup_formChooseTariffTitle__xvEVZ{opacity:.6;padding-right:3rem}}.FormPopup_formChooseTariffRadioGroup__UrWqO{padding-top:.6rem}.FormPopup_formChooseTariffRadio__gQb7q{margin-bottom:.8rem}.FormPopup_formChooseTariffRadio__gQb7q:last-child{margin-bottom:0}.FormPopup_checkBox__NK_eK{border-color:var(--black)!important}.LazyImage_image__t9tt4{transition:opacity .3s;opacity:0}.LazyImage_imageIsLoaded__CPTDI{opacity:1}.HtmlContent_content__wZHD2{margin-bottom:8rem}.HtmlContent_content__wZHD2:last-child,.HtmlContent_content__wZHD2>:last-child{margin-bottom:0}.HtmlContent_content__wZHD2 p{margin:2.4rem 0}.HtmlContent_content__wZHD2 p:first-child{margin-top:0;margin-bottom:0}.HtmlContent_content__wZHD2 ul{margin:3.2rem 0}.HtmlContent_content__wZHD2 ul li{position:relative;padding-left:1.8rem;margin-bottom:1.3rem}.HtmlContent_content__wZHD2 ul li:before{content:"";position:absolute;width:.6rem;height:.6rem;left:0;top:1rem;background-color:red;border-radius:50%}.HtmlContent_content__wZHD2 ul li:last-child{margin-bottom:0}.HtmlContent_content__wZHD2 address{font-style:normal;margin:0}.HtmlContent_content__wZHD2 ol{margin:3.4rem 0;list-style:none;counter-reset:counter}.HtmlContent_content__wZHD2 ol:last-child{margin-bottom:0}.HtmlContent_content__wZHD2 ol>li{counter-increment:counter;padding-left:3.2rem;margin-bottom:1.6rem;position:relative}.HtmlContent_content__wZHD2 ol>li:before{content:counter(counter) ".";position:absolute;left:0;top:0}.HtmlContent_content__wZHD2 ol.ol-style>li{margin-bottom:3.2rem;padding-left:4rem}.HtmlContent_content__wZHD2 ol.ol-style>li:before{content:counter(counter);width:2.4rem;height:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:400;font-size:1.6rem;line-height:140%;background-color:var(--black)}.HtmlContent_content__wZHD2 ol.ol-style-green>li:before{background:#009e31}.HtmlContent_content__wZHD2 ol.ol-style-red>li:before{background:var(--red)}.HtmlContent_content__wZHD2 address{margin-bottom:2rem}.HtmlContent_content__wZHD2 address:last-child{margin-bottom:0}.HtmlContent_content__wZHD2 table{margin:8rem 0;text-align:left;border-collapse:collapse;border-bottom:1px solid var(--gray-50)}.HtmlContent_content__wZHD2 table:last-child{margin-bottom:0}.HtmlContent_content__wZHD2 table tr th{padding:1.6rem 3.2rem 1.6rem 0;font-weight:500;font-size:1.8rem;line-height:110%;vertical-align:top}.HtmlContent_content__wZHD2 table tr td{font-weight:400;font-size:1.8rem;line-height:140%;padding:1.6rem 3.2rem 1.6rem 0;vertical-align:top;border-top:1px solid var(--gray-50)}@media (max-width:1420px){.HtmlContent_content__wZHD2 table tr td{font-size:1.6rem}}.HtmlContent_content__wZHD2 table tr td b,.HtmlContent_content__wZHD2 table tr td:first-child{font-weight:500}.HtmlContent_content__wZHD2 table tr:first-child td{border:none;font-weight:500}@media (max-width:767px){.HtmlContent_content__wZHD2 table{margin:4.4rem 0}}.HtmlContent_content__wZHD2 a{text-decoration:none;color:var(--black);transition:border-color .3s,color .3s;border-bottom:1px solid var(--black);padding-bottom:.2rem}.HtmlContent_content__wZHD2 a:hover{color:var(--red);border-bottom-color:var(--red)}.HtmlContent_content__wZHD2>img{display:block;max-width:100%;height:auto}.HtmlContent_content__wZHD2 blockquote{padding:3.2rem;margin:8rem 0;background:rgba(255,206,36,.16);border-radius:0;font-weight:400;font-size:1.8rem;line-height:140%;position:relative}.HtmlContent_content__wZHD2 blockquote:before{content:"";position:absolute;width:3.8rem;height:2.7rem;background:url(/icons/quote.svg) no-repeat 0 0;background-size:contain;top:-1.3rem;left:3.2rem}@media (max-width:767px){.HtmlContent_content__wZHD2 blockquote{padding:1.8rem;font-size:1.6rem;margin:4.4rem 0}.HtmlContent_content__wZHD2 blockquote:before{width:3rem;height:1.9rem;top:-.7rem}}.HtmlContent_content__wZHD2>:first-child{margin-top:0}.HtmlContent_content__wZHD2 hr{border:0;border-top:1px solid #eeeef0;margin:4rem 0}.HtmlContent_content__wZHD2 figure{margin-bottom:8rem}.HtmlContent_content__wZHD2 figure img{max-width:none;width:100%;height:auto}.HtmlContent_content__wZHD2 figure figcaption{text-align:center;font-weight:400;font-size:1.4rem;line-height:140%;color:var(--gray-90);padding-top:1.6rem}@media (max-width:767px){.HtmlContent_content__wZHD2 figure{margin-bottom:4.4rem}}.HtmlContent_content__wZHD2 .highlighted-text{background:rgba(0,158,49,.12);padding:3.2rem;margin:4.4rem 0 8rem}.HtmlContent_content__wZHD2 .highlighted-text>:last-child{margin-bottom:0}@media (max-width:767px){.HtmlContent_content__wZHD2 .highlighted-text{margin-bottom:4.4rem;padding:1.8rem}}@media (max-width:1420px){.HtmlContent_content__wZHD2{font-size:1.6rem}}@media (max-width:767px){.HtmlContent_content__wZHD2{margin-bottom:4.4rem}}.FeaturesPopup_aside__2VQtg{max-width:108rem}@media (max-width:1199px){.FeaturesPopup_aside__2VQtg{max-width:85.4rem}}@media (max-width:1023px){.FeaturesPopup_aside__2VQtg{max-width:none}}.FeaturesPopup_popup__ZH_40{display:none}.FeaturesPopup_open__FuXC3{display:block}.FeaturesPopup_scroll__A0MBe{padding:0}@media (max-width:1023px){.FeaturesPopup_scroll__A0MBe{padding-top:6rem}}.FeaturesPopup_top__xOWXY{padding:3.2rem}@media (max-width:1023px){.FeaturesPopup_top__xOWXY{padding:2rem 1.8rem 3.4rem;border-top:1px solid var(--gray-50)}}@media (max-width:767px){.FeaturesPopup_top__xOWXY{padding-bottom:6.4rem}}.FeaturesPopup_icon__GqL8Z{width:4.4rem;height:4.4rem;margin-bottom:1.6rem}@media (max-width:1023px){.FeaturesPopup_icon__GqL8Z{display:none}}.FeaturesPopup_profitable__etOY6{max-width:54.7rem}.FeaturesPopup_title__a5WAu{margin:0 0 2.4rem;max-width:54.7rem;font-size:4.4rem}@media (max-width:1420px){.FeaturesPopup_title__a5WAu{font-size:3.6rem}}@media (max-width:1190px){.FeaturesPopup_title__a5WAu{font-size:3.2rem}}@media (max-width:1023px){.FeaturesPopup_title__a5WAu{font-size:2.8rem}}.FeaturesPopup_title__a5WAu span{color:var(--green)}.FeaturesPopup_lowPriceTitle__fk10v{padding:0 3.2rem}.FeaturesPopup_lowPriceTitle__fk10v span{color:var(--red)}@media (max-width:1023px){.FeaturesPopup_lowPriceTitle__fk10v{padding:0 1.8rem;margin-bottom:2.4rem}}.FeaturesPopup_lowPriceCols__5JMWt{margin-top:3.2rem;display:grid;grid-template-columns:2fr 1fr;border-top:1px solid var(--gray-50)}@media (max-width:1023px){.FeaturesPopup_lowPriceCols__5JMWt{display:flex;margin-top:2.4rem}}@media (max-width:767px){.FeaturesPopup_lowPriceCols__5JMWt{border:0;flex-direction:column-reverse}}.FeaturesPopup_lowPriceLeft__8atSj{padding:3.2rem}@media (max-width:1023px){.FeaturesPopup_lowPriceLeft__8atSj{flex:1 1 auto;padding:4.4rem 1.8rem}}@media (max-width:767px){.FeaturesPopup_lowPriceLeft__8atSj{flex:1 1}}.FeaturesPopup_lowPriceList__XcIi7{list-style:none;counter-reset:counter}.FeaturesPopup_lowPriceList__XcIi7 li{font-weight:400;font-size:1.8rem;line-height:140%;color:rgba(0,0,0,.7);margin:0 0 6.4rem;counter-increment:counter;position:relative;padding-left:6.8rem}.FeaturesPopup_lowPriceList__XcIi7 li:before{content:counter(counter);position:absolute;width:4.4rem;height:4.4rem;font-weight:500;font-size:1.8rem;line-height:140%;border-radius:50%;background-color:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;top:0;left:0}.FeaturesPopup_lowPriceList__XcIi7 li:last-child{margin-bottom:0}@media (max-width:1023px){.FeaturesPopup_lowPriceList__XcIi7 li{font-size:1.6rem;padding-left:0;padding-top:6.8rem;margin-bottom:4.4rem}.FeaturesPopup_lowPriceList__XcIi7 li:before{top:0}}.FeaturesPopup_lowPriceList__XcIi7 li span{display:block;margin-bottom:1.6rem;font-weight:400;font-size:2.8rem;line-height:110%;color:#000}@media (max-width:1023px){.FeaturesPopup_lowPriceList__XcIi7 li span{font-size:2.2rem;margin-bottom:.8rem}}.FeaturesPopup_lowPriceRight__6hPD7{background-color:var(--gray-25);padding:3.2rem;min-width:36rem}@media (max-width:1023px){.FeaturesPopup_lowPriceRight__6hPD7{min-width:25.6rem;width:25.6rem;padding:3.2rem 1.8rem;flex:0 1 auto}}@media (max-width:767px){.FeaturesPopup_lowPriceRight__6hPD7{flex:1 1;width:100%;min-width:0;border:0}}.FeaturesPopup_lowPriceDriversPhotos__eS1E4{display:flex;margin-bottom:1.6rem}.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img{width:4.4rem;height:4.4rem;border-radius:50%;object-fit:cover;object-position:center;margin-right:-.4rem;border:1px solid #fff}.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:first-child{z-index:6}.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:nth-child(2){z-index:5}.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:nth-child(3){z-index:4}.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:nth-child(4){z-index:3}.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:nth-child(5){z-index:2}@media (max-width:1023px){.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:nth-child(5){display:none}}@media (max-width:767px){.FeaturesPopup_lowPriceDriversPhotos__eS1E4 img:nth-child(5){display:block}}.FeaturesPopup_lowPriceDriversPhotosRest__iicik{width:4.4rem;min-width:4.4rem;height:4.4rem;border-radius:50%;background-color:#fff;border:1px solid var(--gray-50);font-weight:400;font-size:1.4rem;line-height:140%;color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.FeaturesPopup_lowPriceDriversTitle__WjDwh{font-weight:400;font-size:2.8rem;line-height:110%;margin-bottom:1.6rem}@media (max-width:1023px){.FeaturesPopup_lowPriceDriversTitle__WjDwh{font-size:2.2rem}}.FeaturesPopup_lowPriceDriversDescr__eLvsp{font-weight:400;font-size:1.8rem;line-height:140%;color:#000;opacity:.7}@media (max-width:1023px){.FeaturesPopup_lowPriceDriversDescr__eLvsp{font-size:1.6rem}}.YandexReview_yandexReview__VYKUj{margin-bottom:4.4rem}.YandexReview_yandexReview__VYKUj:last-child{margin-bottom:0}.YandexReview_avatar__KCNvr{width:4rem;height:4rem;min-width:4rem;border-radius:50%;background-color:#6b983c;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:1.4rem;line-height:1.6rem;text-align:center;letter-spacing:.05rem;color:hsla(0,0%,100%,.8);margin-right:1.2rem}.YandexReview_reviewHeader__SgGUO{display:flex;align-items:center;margin-bottom:1.6rem}.YandexReview_nameAndDescription__7CCjf{padding:.1rem 0}.YandexReview_name__zuAnx{font-weight:500;font-size:1.6rem;line-height:20px;margin-bottom:2px;color:var(--black)}.YandexReview_date__Qjs8l{font-weight:500;font-size:1.4rem;line-height:1.6rem;color:#999}.YandexReview_ratingAndDate__M8Bzb{display:flex;align-items:center;margin-bottom:.8rem}.YandexReview_rating__KJB_o{display:flex}.YandexReview_starIcon__ee9oM{display:inline-block;width:1.6rem;height:1.6rem;position:relative}.YandexReview_starIcon__ee9oM:after,.YandexReview_starIcon__ee9oM:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-position:0 0;background-repeat:no-repeat;background-size:contain}.YandexReview_starIcon__ee9oM:before{display:none;background-image:url(/icons/star.svg)}.YandexReview_starIcon__ee9oM:after{display:none;background-image:url(/icons/star-empty.svg)}.YandexReview_emptyStar__xRGAE:after,.YandexReview_filledStar__dj1aW:before{display:block}.YandexReview_reviewInfo__mAzvs{margin:0;font-weight:400;font-size:1.6rem;line-height:1.25}.YandexReview_readFull__OCGfC{cursor:pointer;color:#999;transition:color .3s;white-space:nowrap}@media (hover:hover) and (pointer:fine){.YandexReview_readFull__OCGfC:hover{color:var(--black)}}.PersonInfo_wrapper__AzYao{display:flex;align-items:center;gap:2rem}@media (max-width:1420px){.PersonInfo_wrapper__AzYao{gap:.8rem}}.PersonInfo_image__xLb_1{width:6.4rem;height:6.4rem;border-radius:50%;background-color:var(--primary);display:flex;justify-content:center;align-items:center;font-size:2.2rem;font-weight:500}@media (max-width:1420px){.PersonInfo_image__xLb_1{width:5.6rem;height:5.6rem;font-size:2rem}}@media (max-width:1190px){.PersonInfo_image__xLb_1{width:4.8rem;height:4.8rem;font-size:1.6rem}}.PersonInfo_name__W8D4S{font-style:normal;font-weight:500;font-size:2.2rem;line-height:102%;color:#000;display:block}@media (max-width:1420px){.PersonInfo_name__W8D4S{font-size:1.6rem}}.PersonInfo_role__mklgW{font-style:normal;font-weight:400;font-size:1.4rem;line-height:140%;color:#000;display:block}.VideoTestimonial_icon__kdldU{width:58px;height:58px;z-index:1;cursor:pointer;left:1rem;bottom:1rem}.VideoTestimonial_item__Vhfa7{display:flex;align-items:flex-start;max-width:68.8rem;width:100%}@media (max-width:1420px){.VideoTestimonial_item__Vhfa7{max-width:56.8rem}}@media (max-width:1190px){.VideoTestimonial_item__Vhfa7{opacity:1!important;transform:none!important;display:block}}.VideoTestimonial_link__eaXfk{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}@media (min-width:1191px){.VideoTestimonial_itemIsLarge__5d1uU{max-width:107.1rem}.VideoTestimonial_itemIsLarge__5d1uU .VideoTestimonial_videoWrapper__6Q9TX{width:68.8rem;min-width:68.8rem;min-height:38.7rem}}@media (max-width:1420px) and (min-width:1191px){.VideoTestimonial_itemIsLarge__5d1uU{max-width:85.2rem}.VideoTestimonial_itemIsLarge__5d1uU .VideoTestimonial_videoWrapper__6Q9TX{width:56.8rem;min-width:56.8rem;min-height:31.9rem}}@media (min-width:1191px){.VideoTestimonial_itemVerticalIsLarge__mymJz{max-width:91.8rem}.VideoTestimonial_itemVerticalIsLarge__mymJz .VideoTestimonial_videoWrapper__6Q9TX{width:53.5rem;min-width:53.5rem;min-height:67.7rem;height:67.7rem}}.VideoTestimonial_videoWrapper__6Q9TX{position:relative;width:30.5rem;min-width:30.5rem;min-height:17.2rem}@media (max-width:1420px){.VideoTestimonial_videoWrapper__6Q9TX{width:27.6rem;min-width:27.6rem;min-height:15.5rem}}@media (max-width:1190px){.VideoTestimonial_videoWrapper__6Q9TX{width:100%;min-width:0;margin-bottom:3.2rem;min-height:17.2rem}}@media (max-width:1023px){.VideoTestimonial_videoWrapper__6Q9TX{min-height:13.6rem;margin-bottom:2rem}}.VideoTestimonial_videoVerticalWrapper__zDsW0{overflow:hidden;min-height:38.5rem;height:38.5rem}@media (max-width:1420px){.VideoTestimonial_videoVerticalWrapper__zDsW0{min-height:35.2rem;height:35.2rem}}@media (max-width:1190px){.VideoTestimonial_videoVerticalWrapper__zDsW0{min-height:30.8rem;height:30.8rem;margin-bottom:2rem}}@media (max-width:1023px){.VideoTestimonial_videoVerticalWrapper__zDsW0{min-height:30.8rem}}.VideoTestimonial_video__3b1Ai{width:100%;position:relative}.VideoTestimonial_video__3b1Ai>*{cursor:pointer!important;width:100%}.VideoTestimonial_verticalVideo__gYbnK{overflow:hidden}@media (min-width:768px){.VideoTestimonial_verticalVideo__gYbnK div{top:-9rem}}.VideoTestimonial_videoWrapperOverlay__JQm5g{background-color:var(--primary);position:absolute;z-index:100;width:100%;height:100%;bottom:0;left:0}.VideoTestimonial_videoPlay__EzB59{position:absolute;width:5.8rem;height:5.8rem;z-index:1;left:1rem;bottom:1rem}.VideoTestimonial_videoPlay__EzB59 svg{width:100%;height:100%}@media (max-width:1023px){.VideoTestimonial_videoPlay__EzB59{width:4.4rem;height:4.4rem}}.VideoTestimonial_body__9ePKz{padding-left:2.3rem}@media (max-width:1190px){.VideoTestimonial_body__9ePKz{padding-left:0}}.VideoTestimonial_quote__mOn4K{margin:0;padding:0;font-weight:400;font-size:2.8rem;line-height:140%}.VideoTestimonial_quote__mOn4K cite{font-style:normal;font-weight:400;font-size:1.6rem;line-height:140%;color:#000;opacity:.5;padding-top:1.6rem;display:block}@media (max-width:1420px){.VideoTestimonial_quote__mOn4K{font-size:1.8rem}}@media (max-width:1190px){.VideoTestimonial_quote__mOn4K{font-size:1.6rem}}.VideoTestimonial_quotereviewsPage__xeR6O{margin:0;padding:2rem 0 0;font-weight:400;font-size:2.8rem;line-height:140%;display:flex;flex-direction:column;gap:1.6rem;border-top:.1rem solid #000}@media (max-width:1420px){.VideoTestimonial_quotereviewsPage__xeR6O{font-size:1.8rem;padding-top:1.2rem}}@media (max-width:1190px){.VideoTestimonial_quotereviewsPage__xeR6O{font-size:1.6rem}}.VideoTestimonial_progress__p2bcZ{position:absolute;bottom:-2px;left:0;background:#ec3030;height:4px;z-index:10;width:200px}.VideoTestimonial_progressBar__Cc9Nd{position:absolute;bottom:-2px;left:0;z-index:5;background:#b7b7c1;height:4px;width:100%}.VideoTestimonial_black___jlkj{position:absolute;width:100%;height:80px;bottom:0;left:0;z-index:3;background:linear-gradient(180deg,transparent,#000)}.VideoTestimonial_clickable__L3ASi{position:absolute;width:100%;height:100%;bottom:0;z-index:4}.VideoTestimonial_range__ri0BV[type=range]{-webkit-appearance:none;background:hsla(0,0%,100%,.44);border-radius:10px;height:4px;width:100px;cursor:pointer}.VideoTestimonial_volumeRange__BJIob{display:flex;align-items:center}.VideoTestimonial_volumeRange__BJIob div{cursor:pointer}.VideoTestimonial_range__ri0BV[type=range]::-webkit-slider-thumb{background:#fff!important;-webkit-appearance:none;width:16px;cursor:pointer;height:16px;border-radius:50%}.VideoTestimonial_wrapperRange__m_A1A{display:grid;height:20px;align-items:center;overflow:hidden;position:relative}.VideoTestimonial_fullIcon__GsdUL{position:absolute;display:block;cursor:pointer;z-index:5;top:10px;right:10px}.VideoTestimonial_controls__vVdcH{position:absolute;bottom:10px;left:10px;display:flex;align-items:center;gap:16px;z-index:5}.VideoTestimonial_volume__dOZrj{display:flex;align-items:center}.VideoTestimonial_volumeIcon__F9BJW{margin-right:16px;width:58px;cursor:pointer;height:58px}.VideoTestimonial_time__bmTPo{background:#000;z-index:5;position:absolute;font-size:16px;padding:2px 4px 3px;line-height:140%;text-align:right;color:#fff;bottom:10px;right:10px}@media (max-width:1023px){.VideoTestimonial_icon__kdldU,.VideoTestimonial_volumeIcon__F9BJW{width:40px;height:40px}.VideoTestimonial_range__ri0BV[type=range]{-webkit-appearance:none;background:hsla(0,0%,100%,.44);border-radius:10px;height:4px;width:70px;cursor:pointer}}.Container_container__7piu7{max-width:137.6rem;margin:0 auto}@media (max-width:1420px){.Container_container__7piu7{max-width:1136px}}@media (max-width:1190px){.Container_container__7piu7{max-width:984px}}@media (max-width:1023px){.Container_container__7piu7{max-width:732px}}@media (max-width:767px){.Container_container__7piu7{max-width:none;padding-left:18px;padding-right:18px}}.Container_max__hBIrh{max-width:100%;padding-left:3.2rem;padding-right:3.2rem}@media (max-width:768px){.Container_max__hBIrh{padding-left:2rem;padding-right:2rem}}.AnimatedText_text__qoVI_,.AnimatedText_text__qoVI_ .words{position:relative;display:block}.AnimatedText_text__qoVI_ .words .word{vertical-align:text-top}.AnimatedText_text__qoVI_ .words-lines{position:absolute;width:100%;top:0;left:0;display:block}.AnimatedText_text__qoVI_ .words-lines .words-line{overflow:hidden;position:relative;display:block}.AnimatedText_text__qoVI_ .words-lines .words-line .word{position:relative;vertical-align:text-top;display:inline-block}.AnimatedText_text__qoVI_ .words-lines .words-line .letter{position:relative;vertical-align:text-top}.AnimatedText_text__qoVI_.AnimatedText_resized__tBL5S .words{position:absolute;top:0;left:0;width:100%}.AnimatedText_text__qoVI_.AnimatedText_resized__tBL5S .words-lines{position:relative;width:100%}.YandexPreview_yandex__kh2GK{width:30.5rem;display:flex;align-items:center;border-color:#000;border-style:solid;border-width:1px 1px 0 0;padding-top:.2rem;padding-right:1.7rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.YandexPreview_yandex__kh2GK svg{margin-left:auto;margin-right:0}.YandexPreview_yandexRating__hGL6T{font-weight:400;font-size:2.8rem;line-height:140%;margin-right:.8rem}.YandexPreview_yandexCount__4e2YY{font-weight:400;font-size:1.6rem;line-height:140%;color:#000;opacity:.5;align-self:flex-end;margin-bottom:.5rem}.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-radius:50%;animation:LoadingSpinner_lds-ring__OyN5Z 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.1em solid transparent;border-top-color:#ec3030}.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)}}.Reviews_block__jLU8S{padding-top:11.8rem;position:relative;background:#fff;z-index:5;padding-bottom:10rem;overflow:hidden}@media (max-width:1190px){.Reviews_block__jLU8S{padding-top:8rem;padding-bottom:8rem}}.Reviews_minBlock__ruBLq{padding-top:0}.Reviews_container__4IMfP{position:relative}.Reviews_header___5Lj1{position:absolute;z-index:2;left:0;top:0;max-width:51.9rem}@media (max-width:1190px){.Reviews_header___5Lj1{position:relative;top:0;left:0;margin-bottom:4.4rem}}@media (max-width:1023px){.Reviews_header___5Lj1{display:flex;justify-content:space-between;align-items:flex-end;max-width:none}}@media (max-width:767px){.Reviews_header___5Lj1{display:block;margin-bottom:5rem}}.Reviews_gridHeader__nxnRD{display:flex;justify-content:space-between;padding-bottom:3.2rem}.Reviews_gridHeader__nxnRD h2{margin:0;max-width:80rem}.Reviews_gridHeader__nxnRD div{height:-moz-fit-content;height:fit-content}@media (max-width:1190px){.Reviews_gridHeader__nxnRD{align-items:flex-end}}@media (max-width:767px){.Reviews_gridHeader__nxnRD{align-items:flex-start;flex-direction:column;gap:3.2rem}}.Reviews_title__L70lW{font-weight:400;margin:0 0 11.7rem;font-size:6.6rem}@media (max-width:1420px){.Reviews_title__L70lW{font-size:6rem}}@media (max-width:1190px){.Reviews_title__L70lW{font-size:5.4rem}}@media (max-width:1023px){.Reviews_title__L70lW{font-size:3.6rem}}@media (max-width:1420px){.Reviews_title__L70lW{margin-bottom:7.6rem}}@media (max-width:1190px){.Reviews_title__L70lW{margin-bottom:4.4rem}}@media (max-width:1023px){.Reviews_title__L70lW{margin:0;max-width:32.4rem}}@media (max-width:767px){.Reviews_title__L70lW{margin-bottom:3.2rem}}@media (max-width:1190px){.Reviews_sliderWrapper__F7aQW{position:relative}}.Reviews_sliderButtons__EnXfI{top:-18.2rem;bottom:auto;right:0;left:auto}@media (min-width:1191px){.Reviews_sliderButtons__EnXfI{display:none}}.Reviews_slider__xgzIY{overflow:visible}@media (min-width:1191px){.Reviews_slider__xgzIY .swiper-wrapper{transform:none!important;display:block!important}}@media (max-width:1190px){.Reviews_slider__xgzIY{padding-bottom:3.4rem}}.Reviews_slide__Q8rGu{margin-bottom:10rem;animation:Reviews_appear__8QZha .25s linear}.Reviews_slide__Q8rGu:last-child{margin-bottom:0}.Reviews_slide__Q8rGu:nth-child(odd){display:flex;justify-content:flex-end}@media (min-width:1191px){.Reviews_slide__Q8rGu{margin-right:0!important}}@media (max-width:1420px){.Reviews_slide__Q8rGu{margin-bottom:8rem}.Reviews_slide__Q8rGu:first-child{margin-bottom:16rem}}@media (max-width:1190px){.Reviews_slide__Q8rGu{width:30.7rem;margin:0}.Reviews_slide__Q8rGu:first-child{margin-bottom:0}.Reviews_slide__Q8rGu:nth-child(odd){justify-content:flex-start}}@media (max-width:1023px){.Reviews_slide__Q8rGu{width:24.2rem}}.Reviews_sliderProgress__nUJHO{position:absolute;width:100%;bottom:0;left:0;height:.2rem;background-color:var(--gray-50);display:none}.Reviews_sliderProgress__nUJHO span{display:block;height:.2rem;background-color:var(--red)}@media (max-width:1190px){.Reviews_sliderProgress__nUJHO{display:block}}.Reviews_loader__yJW4F{position:relative;margin:9rem auto 12rem}@media (max-width:1190px){.Reviews_loader__yJW4F{margin:8rem auto 11rem}}@media (max-width:767px){.Reviews_loader__yJW4F{margin:5rem auto 6rem}}@keyframes Reviews_appear__8QZha{0%{opacity:0}to{opacity:1}}.Reviews_gridSlider__kdSHP{display:grid;grid-template-columns:repeat(3,1fr)}.Reviews_gridSlide__dX0kF{width:-moz-fit-content;width:fit-content}.Reviews_gridSlide__dX0kF div{flex-direction:column;padding-left:0;gap:2.4rem;max-width:46rem}.Reviews_gridSlide__dX0kF>div{padding:4rem 3.2rem 3.2rem;min-height:6rem;gap:6.4rem;height:100%;border:1px solid #e3e3ee}@media (max-width:1420px){.Reviews_gridSlide__dX0kF>div{gap:4.4rem;min-height:46rem;max-width:38rem}}.Reviews_buttonMore__xXHpn{margin:6.4rem auto 0;text-transform:uppercase;border:1px solid #e3e3ee;padding:2.1rem 3.2rem;display:flex;justify-content:space-between;align-items:center;background-color:initial;font-size:1.6rem;font-weight:500;line-height:140%;width:32rem}.Reviews_buttonMore__xXHpn svg{width:2.1rem;height:2.1rem}.YandexReviewsPopup_popup__mXc3n{display:flex;flex-direction:column;padding:2rem 2rem 3.2rem;border:1px solid #f3f1ed;border-radius:.8rem}.YandexReviewsPopup_popupAsideScroll__b_oGt{padding:4.4rem 8rem}.YandexReviewsPopup_hint__cQNRE{display:flex;gap:7px;align-items:center;font-weight:400;font-size:16px;line-height:20px;color:grey;background:#f6f6f6;border-radius:8px;margin-bottom:12px;padding:10px 17px}.YandexReviewsPopup_hint__cQNRE span{position:relative;top:-.5px}.YandexReviewsPopup_popupReviews__mZeWx{width:100%;height:auto;position:relative}.YandexReviewsPopup_popupAside__0dNe_{max-width:72.1rem}.YandexReviewsPopup_popupHeader__0D1Y1{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.YandexReviewsPopup_popupRating__VA6iB{display:flex;align-items:center;margin-bottom:16px}.YandexReviewsPopup_popupRatingValue__Oju7G{font-weight:400;font-size:5rem;line-height:1.12;letter-spacing:-.04em;margin-right:1.2rem}.YandexReviewsPopup_popupRatingStats__V59wa{font-weight:500;font-size:1.4rem;line-height:1.142857;color:#999;padding-top:.8rem;display:flex;align-items:center;flex-wrap:wrap}.YandexReviewsPopup_popupRatingStats__V59wa span{display:inline-block;margin-right:1.1rem;position:relative}.YandexReviewsPopup_popupRatingStats__V59wa span:before{content:"";position:absolute;width:.3rem;height:.3rem;background-color:#999;border-radius:50%;top:50%;margin-top:-.1rem;right:-.7rem}.YandexReviewsPopup_popupRatingStats__V59wa span:last-child:before{display:none}.YandexReviewsPopup_popupHeaderTitle__yryaH{font-weight:600;font-size:2rem;line-height:1.15}.YandexReviewsPopup_yandexLogo__cBAAq{width:9.4rem;height:2.2rem}.YandexReviewsPopup_popupButtonWrapper__HcPiP{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:1rem 0;background:#f6f6f6;border-radius:.6rem;padding:1.2rem;margin-bottom:3rem}.YandexReviewsPopup_popupButtonWrapperTitle__pDTAc{font-weight:600;font-size:1.4rem;line-height:110%;margin-right:1.6rem}.YandexReviewsPopup_viewMore__uSvS3{display:flex;padding-top:1.6rem;justify-content:center;position:relative;margin-top:-10rem;background-color:#fff}.YandexReviewsPopup_viewMore__uSvS3:before{content:"";position:absolute;width:100%;height:6.5rem;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);z-index:1;left:0;bottom:100%}@media (max-width:1023px){.YandexReviewsPopup_popupAside__0dNe_{max-width:none}.YandexReviewsPopup_popupAsideScroll__b_oGt{padding:6rem 2.4rem 2.4rem}}@media (max-width:767px){.YandexReviewsPopup_popup__mXc3n{padding:0;border:0}}@media (max-width:1023px){.SuccessPopup_scroll__WX1RW{padding-top:1.8rem}}.SuccessPopup_success__WoTzs{text-align:left}@media (max-width:1023px){.SuccessPopup_success__WoTzs{display:flex;align-items:flex-end}}@media (max-width:767px){.SuccessPopup_success__WoTzs{display:block}}@media (max-width:1023px){.SuccessPopup_titleAndDescr__iFeri{width:50%}}@media (max-width:767px){.SuccessPopup_titleAndDescr__iFeri{width:100%}}.SuccessPopup_successTitle__lYXog{margin:0 0 1.6rem;font-size:6.6rem}@media (max-width:1420px){.SuccessPopup_successTitle__lYXog{font-size:6rem}}@media (max-width:1190px){.SuccessPopup_successTitle__lYXog{font-size:5.4rem}}@media (max-width:1023px){.SuccessPopup_successTitle__lYXog{font-size:3.6rem;max-width:20rem}}.SuccessPopup_successDescr__qQJp_{margin-bottom:2.4rem;font-weight:400;font-size:2.8rem;line-height:140%;max-width:46.3rem}@media (max-width:1023px){.SuccessPopup_successDescr__qQJp_{font-size:1.6rem;margin:0;max-width:32.4rem}}@media (max-width:767px){.SuccessPopup_successDescr__qQJp_{margin-bottom:2.4rem}}.SuccessPopup_button__gMzXF{min-width:0}@media (max-width:1023px){.SuccessPopup_button__gMzXF{width:50%}}@media (max-width:767px){.SuccessPopup_button__gMzXF{width:100%}}.Gallery_wrapper__yqce_{background-color:#000;position:fixed;width:100%;height:100%;z-index:100;left:0;top:0;padding:3.2rem 0 16.4rem}@media (max-width:1190px){.Gallery_wrapper__yqce_{padding-bottom:14.8rem}}@media (max-width:1023px){.Gallery_wrapper__yqce_{padding-bottom:18.4rem}}.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:5.8rem;height:5.8rem;top:3.2rem;right:3.2rem;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:50%;transition:background-color .3s}.Gallery_close__2yuFv svg{fill:#fff;width:2.4rem;height:2.4rem;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:1190px){.Gallery_close__2yuFv{top:2rem;right:2rem}}@media (max-width:1023px){.Gallery_close__2yuFv{top:1.8rem;right:1.8rem;-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px)}}.Gallery_gallery__38bps{height:100%;width:100%;position:relative;padding:0 12.2rem}@media (max-width:1190px){.Gallery_gallery__38bps{padding:0 10.4rem}}@media (max-width:1023px){.Gallery_gallery__38bps{padding:0}}.Gallery_slider__1yCso{width:100%;height:100%}.Gallery_slide__amMd3{position:relative}.Gallery_slide__amMd3 img{object-fit:contain;object-position:center;z-index:1}.Gallery_thumbnailsWrapper__tiVjp{position:absolute;padding:3.2rem;width:100%;bottom:0;left:0;text-align:center;font-size:0;line-height:1}@media (max-width:1190px){.Gallery_thumbnailsWrapper__tiVjp{padding:2rem}}@media (max-width:1023px){.Gallery_thumbnailsWrapper__tiVjp{padding:6.4rem 1.8rem}}.Gallery_thumbnails__Y_gkC{display:inline-block;overflow:visible;max-width:100%}@media (max-width:1190px){.Gallery_thumbnails__Y_gkC{max-width:100%}}@media (max-width:1023px){.Gallery_thumbnails__Y_gkC{max-width:100%}}.Gallery_thumbnail__4grhz{width:10rem;aspect-ratio:1/1;transition:opacity .3;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Gallery_thumbnail__4grhz:before{content:"";position:absolute;transition:all .3s;width:100%;height:100%;z-index:2;top:0;left:0;box-shadow:inset 0 0 0 .3rem var(--primary);opacity:0}.Gallery_thumbnail__4grhz img{object-fit:cover;object-position:center;z-index:1}.Gallery_thumbnail__4grhz.swiper-slide-thumb-active,.Gallery_thumbnail__4grhz.swiper-slide-thumb-active:before{opacity:1}@media (max-width:1190px){.Gallery_thumbnail__4grhz{width:8rem}}@media (max-width:1023px){.Gallery_thumbnail__4grhz{width:5.8rem}}.CloseButton_button__ap05Z{width:5.8rem;height:5.8rem;background:#fff;border:1px solid var(--gray-50);border-radius:1000px;display:inline-flex;align-items:center;justify-content:center;padding:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .3s,background-color .3s}.CloseButton_button__ap05Z svg{fill:#000;width:2.4rem;height:2.4rem;transition:fill .3s}@media (hover:hover) and (pointer:fine){.CloseButton_button__ap05Z:hover{background-color:var(--primary);border-color:var(--primary)}}.MapLocationCard_card__M4PtH{position:absolute;top:0;left:-3.1rem;width:calc(50% + 3.2rem);height:100%;z-index:11;background-color:#fff}@media (max-width:1190px){.MapLocationCard_card__M4PtH{width:100%;left:0;top:50rem;height:calc(100% - 50rem)}}@media (max-width:1023px){.MapLocationCard_card__M4PtH{top:36rem;height:calc(100% - 36rem)}}.MapLocationCard_gradient__QC_Xg{position:absolute;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);display:none}@media (max-width:1023px){.MapLocationCard_gradient__QC_Xg{display:block}}.MapLocationCard_close__1Nt0y{position:absolute;z-index:2;top:3.2rem;left:3.2rem}@media (max-width:1190px){.MapLocationCard_close__1Nt0y{left:3.2rem}}@media (max-width:1023px){.MapLocationCard_close__1Nt0y{left:1.8rem;top:2rem}}.MapLocationCard_images__UzfUM{display:flex;position:relative}.MapLocationCard_image__UEc07{flex:1 1;height:24rem;position:relative;background-color:#000}.MapLocationCard_image__UEc07 img{object-fit:cover;object-position:center}@media (max-width:767px){.MapLocationCard_image__UEc07{height:18rem}}.MapLocationCard_imagesAll__e_1Z9{position:absolute;z-index:2;right:3.2rem;bottom:-3rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;width:5.8rem;height:5.8rem;background:rgba(0,0,0,.64);-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px);border-radius:1000px}.MapLocationCard_imagesAll__e_1Z9 svg{fill:#fff}.MapLocationCard_imagesAll__e_1Z9 small{width:2rem;height:2rem;position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background-color:var(--red);font-weight:500;font-size:1.2rem;line-height:100%;text-align:center;text-transform:uppercase}@media (max-width:1023px){.MapLocationCard_imagesAll__e_1Z9{right:1.8rem}}.MapLocationCard_showMaps__kYaDa{display:flex;gap:8px;font-weight:500;font-size:1.6rem;line-height:100%;text-transform:uppercase;align-items:center;background:none;border:none;color:#000;margin-bottom:4.8rem}.MapLocationCard_rating__pKz7L{cursor:pointer;margin-bottom:1.7rem;display:flex;gap:0 .7rem;align-items:center;font-weight:400;font-size:1.6rem;line-height:140%}.MapLocationCard_rating__pKz7L span{color:var(--gray-90)}@media (max-width:767px){.MapLocationCard_rating__pKz7L{margin-bottom:4.4rem}}.MapLocationCard_body__X8_Xk{padding:3.2rem}@media (max-width:1023px){.MapLocationCard_body__X8_Xk{padding:3.2rem 1.8rem}}.MapLocationCard_address__M_By3{font-weight:500;font-size:2.8rem;line-height:110%;margin-bottom:.4rem}@media (max-width:767px){.MapLocationCard_address__M_By3{font-size:2.2rem}}.MapLocationCard_descr__BC949{font-weight:400;font-size:1.8rem;line-height:140%;margin-bottom:2.8rem}@media (max-width:767px){.MapLocationCard_descr__BC949{display:none}}.MapLocationCard_group__wcOgL{border-top:1px solid var(--gray-50);padding:2rem 0;margin-bottom:2rem}.MapLocationCard_group__wcOgL:last-child{margin-bottom:0;padding-bottom:0}@media (max-width:767px){.MapLocationCard_group__wcOgL{border-top:0;padding:0;margin-bottom:4.4rem}.MapLocationCard_group__wcOgL:last-child{margin-bottom:0}}.MapLocationCard_groupCols__MPpvo{display:grid;align-items:start;grid-template-columns:1fr 1fr;grid-template-rows:auto}@media (max-width:767px){.MapLocationCard_groupCols__MPpvo{display:block}}.MapLocationCard_groupTitle__PEIYy{font-weight:400;font-size:2.8rem;line-height:140%}@media (max-width:767px){.MapLocationCard_groupTitle__PEIYy{font-size:2.2rem;margin-bottom:1.6rem}}.MapLocationCard_scheduleWeekdays__0g7oL{font-weight:400;font-size:1.6rem;line-height:140%;margin-bottom:.4rem}.MapLocationCard_scheduleWeekend__wmGuc{font-weight:400;font-size:1.6rem;line-height:140%;color:var(--gray-90)}.MapLocationCard_scheduleWeekend__wmGuc p{margin-bottom:.4rem}.MapLocationCard_scheduleWeekend__wmGuc p:last-child{margin-bottom:0}.MapLocationCard_routes__RGSJ_{padding-top:1rem;display:grid;grid-gap:1.2rem;gap:1.2rem}.MapLocationCard_route__vAmht{border-bottom:1px solid var(--gray-50);display:flex;padding-top:1.2rem;padding-bottom:3.2rem;gap:0 .8rem;align-items:flex-start}.MapLocationCard_route__vAmht:first-child{padding-top:0}.MapLocationCard_route__vAmht:last-child{border-bottom:0}.MapLocationCard_routeMetroIcon__q_G4z{position:relative;width:2.4rem;height:2.4rem;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center}.MapLocationCard_routeMetroIcon__q_G4z svg{margin:0 auto}.MapLocationCard_routeMetroName__AsyB7{font-weight:400;font-size:1.6rem;line-height:140%}.MapLocationCard_nearestItems__bmwJD{display:flex;flex-wrap:wrap;margin-right:-.4rem;margin-bottom:-.4rem;padding-top:2rem}@media (max-width:767px){.MapLocationCard_nearestItems__bmwJD{padding-top:0}}.MapLocationCard_nearestItem__AMmpU{margin-right:.4rem;margin-bottom:.4rem;padding:.6rem 1rem;font-weight:400;font-size:1.4rem;line-height:140%;color:var(--gray-90);background:var(--gray-25);border-radius:10rem;transition:all .3s}@media (hover:hover) and (pointer:fine){.MapLocationCard_nearestItem__AMmpU:hover{background-color:var(--gray-40)}}.MapLocationCard_none__balef{display:none}.OfficeDetailPopup_scroll__hl3_e{padding:0}.OfficeDetailPopup_card__zqcSs{position:relative;width:100%;left:0;top:0;height:auto;z-index:0}.VideoPopup_popup__F_Nbw{height:100vh!important;z-index:100!important;width:100%;top:0;left:0;position:fixed;height:calc(var(--vh, 1vh) * 100)!important;background:rgba(0,0,0,.9);display:grid;align-content:center;justify-content:center}.VideoPopup_video__4P1bP{width:700px}@media (max-width:768px){.VideoPopup_video__4P1bP{width:500px}}@media (max-width:600px){.VideoPopup_video__4P1bP{width:450px}}@media (max-width:500px){.VideoPopup_video__4P1bP{width:350px}}@media (max-width:400px){.VideoPopup_video__4P1bP{width:320px}}.CoockiesAlert_container__jKAlF{width:100%;display:flex;justify-content:center;align-items:center;position:fixed;bottom:3.2rem;z-index:150}@media (max-width:767px){.CoockiesAlert_container__jKAlF{bottom:0;left:0}}.CoockiesAlert_alert__OgwI6{padding:1.6rem;background:var(--white);border:1px solid #e3e3ee;display:flex;align-items:center;gap:2.4rem;max-width:109.5rem;margin:0 3.2rem}@media (max-width:1023px){.CoockiesAlert_alert__OgwI6{max-width:100%}}@media (max-width:767px){.CoockiesAlert_alert__OgwI6{flex-direction:column;gap:1.8rem;max-width:100%;margin:0;bottom:0;left:0}}.CoockiesAlert_button__XvOUA{text-align:right;max-width:18.8rem;min-width:18.8rem;max-height:5.8rem}@media (max-width:767px){.CoockiesAlert_button__XvOUA{max-width:100%;font-size:1.2rem}}.CoockiesAlert_title__ZSgQL{font-size:2.2rem;font-weight:500;line-height:110%;margin:0 0 12px}.CoockiesAlert_text__T5YOp{font-size:1.4rem}@media (max-width:767px){.CoockiesAlert_text__T5YOp{font-size:1.2rem}}.Widget_widget__utff9{position:fixed;bottom:3.2rem;right:3.2rem;z-index:99;pointer-events:none;display:flex;flex-direction:column-reverse}.Widget_widget__utff9.Widget_isOpen__eEqRJ{.Widget_triggerBtn__jkAAA{animation:none}.Widget_triggerBtnIcons__Szgly{transform:rotate(180deg)}.Widget_widgetItem__pkUH0{transform:translateY(0);opacity:1}.Widget_animated__nCtXA{animation:none}}.Widget_triggerBtn__jkAAA{display:flex;pointer-events:all;animation:Widget_pulse__UiYsH 2s linear infinite;cursor:pointer;z-index:1}.Widget_triggerBtnIcons__Szgly{transition:transform .3s}.Widget_animated__nCtXA{animation:Widget_rotate360__CQBHb .15s linear forwards}.Widget_widgetList__xdXYW{display:flex;flex-direction:column;gap:.8rem;margin-bottom:.8rem}.Widget_widgetItem__pkUH0{position:relative;transition:transform .3s,opacity .3s;opacity:0}.Widget_widgetItem__pkUH0:first-child{transform:translateY(26.4rem)}.Widget_widgetItem__pkUH0:nth-child(2){transform:translateY(19.8rem)}.Widget_widgetItem__pkUH0:nth-child(3){transform:translateY(13.2rem)}.Widget_widgetItem__pkUH0:nth-child(4){transform:translateY(6.6rem)}.Widget_widgetItem__pkUH0:hover .Widget_widgetItemHint__MOuU6{opacity:1}.Widget_widgetItemIcon__U8GSS{display:flex;cursor:pointer;pointer-events:all}.Widget_widgetItemHint__MOuU6{position:absolute;right:7.8rem;top:50%;transform:translateY(-50%);white-space:nowrap;color:#fff;font-size:1.6rem;font-weight:500;line-height:100%;text-transform:uppercase;padding:2.1rem 3.2rem;background:#000;transition:opacity .3s;opacity:0}.Widget_widgetItemHint__MOuU6:before{content:"";width:1.2rem;height:1.4rem;background:url(/icons/triangle-right.svg) 50% no-repeat;position:absolute;top:50%;transform:translateY(-50%);right:-1.2rem}.Widget_btn__zdPuO{position:absolute;right:7.8rem;pointer-events:all;min-width:unset}@keyframes Widget_pulse__UiYsH{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes Widget_rotate360__CQBHb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:767px){.Widget_widget__utff9{bottom:0;right:0;width:100%;align-items:flex-end}.Widget_btn__zdPuO{position:relative;right:0;order:1;width:100%;padding:2.1rem}.Widget_widgetList__xdXYW{order:3;padding-right:10px}.Widget_triggerBtn__jkAAA{order:2;margin-right:10px;margin-bottom:20px}}.SectionTitle_title__abKOV{font-weight:400;font-size:6.6rem;line-height:93%;margin:0 0 3.2rem}@media (max-width:1420px){.SectionTitle_title__abKOV{font-size:6rem}}@media (max-width:1190px){.SectionTitle_title__abKOV{font-size:5.4rem}}@media (max-width:1023px){.SectionTitle_title__abKOV{font-size:3.6rem}}@media (max-width:767px){.SectionTitle_title__abKOV{margin-bottom:2.4rem}}@media (max-width:768px){.SalePopup_aside__3NEif{top:auto;height:auto;bottom:0}}.SalePopup_scroll___N8Dw{padding-top:1.8rem;padding-bottom:1.8rem}.SalePopup_close__g_AqU{position:absolute;right:2rem;top:2.1rem}.SalePopup_sale__B5xjO{margin:0 0 3.2rem;padding-bottom:2rem;border-bottom:.1rem solid var(--gray-50)}.SalePopup_sale__B5xjO dd{margin:0}.SalePopup_title__AC0_P{max-width:47.4rem;margin-bottom:3.2rem}@media (max-width:768px){.SalePopup_title__AC0_P{max-width:30rem}}.SalePopup_label__pxWMA{font-size:2.4rem;line-height:1.1}.SalePopup_percent__TVOTS{color:var(--red);font-size:6rem;line-height:1;margin:.8rem 0}.SalePopup_date__ODsYZ{font-size:1.8rem;line-height:1.1;color:var(--gray-90)}.CenterPopup_popup__268gQ{position:fixed;z-index:102;width:100%;height:100%;left:0;top:0}.CenterPopup_popupOverlay__1l8vy{width:100%;height:100%;left:0;top:0;position:absolute;background:rgba(10,19,45,.6)}.CenterPopup_popupAside__ziRwm{position:fixed;right:0;top:0;height:100%;width:100%;overflow:auto;text-align:center;padding:2rem}.CenterPopup_popupAside__ziRwm:after{content:"";width:0;height:100%;display:inline-block;vertical-align:middle}@media (max-width:767px){.CenterPopup_popupAside__ziRwm{padding:2rem 0 0}.CenterPopup_popupAside__ziRwm:after{vertical-align:bottom}}.CenterPopup_popupAsideInner__ii7Zb{padding:12rem 2rem;background:#fff;border-radius:0;width:100%;display:inline-block;vertical-align:middle;max-width:60rem;position:relative}@media (max-width:767px){.CenterPopup_popupAsideInner__ii7Zb{vertical-align:bottom}}.CenterPopup_popupClose__dk0fF{position:absolute;width:5.6rem;height:5.6rem;top:2rem;right:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.CenterPopup_popupClose__dk0fF svg{fill:var(--gray-70);width:2.4rem;height:2.4rem;transition:fill .3s}.CenterPopup_popupClose__dk0fF:active svg{fill:var(--black)}@media (hover:hover) and (pointer:fine){.CenterPopup_popupClose__dk0fF:hover svg{fill:var(--black)}}@media (max-width:980px){.CenterPopup_popupAsideScroll__TgPS6{padding:80px 20px}.CenterPopup_popupAside__ziRwm{max-width:none}.CenterPopup_popupClose__dk0fF{right:5px;top:10px}}.OfficeRoutePopup_scroll__DthtF{padding:0}.OfficeRoutePopup_card__vhxgY{position:relative;width:100%;left:0;top:0;height:auto;z-index:0}