@charset "UTF-8";:root{--primary-accent: #E75010;--primary-light: #FCF9EA;--primary-color-light30: #FCF9EA30;--primary-color: #FCF9EA30;--dark-color: #291E1E;--primary-gray: #E7E4D6;--default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif}.btn{border:none;padding:12px 20px;font-size:16px;width:100%;display:block;font-family:Manrope;text-decoration:none;border-radius:30px;background:#c7c7c7;color:#fcf9ea;text-align:center;font-weight:500;font-style:normal;line-height:22px;letter-spacing:-.6px}.btn:disabled{background-color:#c7c7c7!important;color:#fff!important}.btn.btn-primary{background-color:#e75010;color:#fff}.btn.btn-light{background-color:#fcf9ea!important;color:#e75010!important}.btn.btn-secondary{background-color:#c7c7c7;color:#fff}.btn.btn-success{background-color:#28a745;color:#fff}.btn.btn-danger{background-color:#dc3545;color:#fff}.btn.btn-warning{background-color:#ffc107;color:#fff}.btn.btn-info{background-color:#17a2b8;color:#fff}.btn.btn-light{background-color:#fff;color:#000}.btn.btn-dark{background-color:#291e1e;border:2px solid #291E1E;color:#fff}.btn.btn-outline{background-color:transparent;border-radius:8px;border:2px solid #291E1E;color:#291e1e}.btn.btn-outline-rounded{background-color:transparent;border:2px solid #291E1E;color:#291e1e}.btn.btn-outline-primary{background-color:transparent;border:2px solid #E75010;color:#e75010}.base-input{display:flex;width:100%;padding:12px 16px;align-items:flex-start;gap:8px;border-radius:26px;border:2px solid var(--primary-dark, #291E1E);color:#291e1e}.base-input .left-icon,.base-input .right-icon{width:20px;height:20px;flex-shrink:0;aspect-ratio:1/1}.base-input .right-icon{margin-left:auto}.base-input input{width:100%;height:100%;background:transparent;border:none;color:var(--primary-dark, #291E1E);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.base-radio{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;gap:8px;border-radius:26px;border:2px solid var(--primary-dark, #291E1E);color:#291e1e}.base-radio__label{display:flex;flex-direction:column;flex:1;gap:4px}.base-radio__label-text{color:var(--primary-dark, #291E1E);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.base-radio__input{width:22px;height:22px;border:2px solid var(--primary-accent, #291E1E);border-radius:100%;padding:2px;display:flex;align-items:center;justify-content:center}.base-radio__input .base-radio__dot{width:100%;height:100%;background:var(--primary-accent, #291E1E);border-radius:100%;transition:transform .2s ease-in-out;visibility:hidden}.base-radio__input.checked .base-radio__dot{visibility:visible}.base-checkbox{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;gap:8px;border-radius:26px;border:2px solid var(--primary-dark, #291E1E);color:#291e1e}.base-checkbox__label{color:var(--primary-dark, #291E1E);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.base-checkbox__input{width:22px;height:22px;border:2px solid var(--primary-accent, #291E1E);border-radius:4px;transition:transform .2s ease-in-out;display:flex;align-items:center;justify-content:center}.base-checkbox__input.checked{background:var(--primary-accent, #291E1E)}.base-textarea{display:flex;flex-direction:column;width:100%;align-items:flex-start;gap:8px}.base-textarea .caption{display:block;width:100%;color:var(--primary-dark, #291E1E);text-align:right;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.base-textarea textarea{border:2px solid var(--primary-dark, #291E1E);color:#291e1e;width:100%;background:transparent;height:200px;border-radius:26px;padding:12px 16px}.main-container{position:relative;width:100%;max-width:768px;min-height:100%;margin:0 auto;background:#e75010;display:flex;flex-direction:column;padding:0 12px 20px}.main-container.without-padding{padding:0}.main-container,.main-container *{box-sizing:border-box}html,body,#app{height:100%}body{min-height:unset}*,*:before,*:after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}input,textarea{outline:none}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mobile-menu[data-v-767a2438]{position:sticky;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:center;padding:5px 12px;background:var(--primary-light);border-top:1px solid #e7e4d6;margin-top:auto}.mobile-menu__link[data-v-767a2438]{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--primary-dark, #291e1e)}.mobile-menu__link.router-link-active .mobile-menu__link-text[data-v-767a2438]{color:var(--primary-accent, #fcf9ea)}.mobile-menu__link.router-link-active svg[data-v-767a2438]{stroke:var(--primary-accent, #fcf9ea)}.mobile-menu__link:first-child.router-link-active svg[data-v-767a2438]{fill:var(--primary-accent, #fcf9ea);stroke:none}.mobile-menu__link-text[data-v-767a2438]{color:#a7a198;text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.bottom-sheet-overlay[data-v-245befdb]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:flex-end;z-index:-1;transition:background-color .3s ease-out}.bottom-sheet-overlay.activate[data-v-245befdb]{z-index:1000}.bottom-sheet[data-v-245befdb]{background-color:#fff;border-radius:16px 16px 0 0;width:100%;max-height:100vh;display:flex;flex-direction:column;overflow:hidden}.bottom-sheet-header[data-v-245befdb]{padding:0px E yfc 4px}.bottom-sheet-content[data-v-245befdb]{flex:1;overflow-y:auto;padding:0 16px}.bottom-sheet-footer[data-v-245befdb]{padding:16px;border-top:1px solid #eee}.header-content[data-v-245befdb]{display:flex;align-items:center;justify-content:space-between}.close-btn[data-v-245befdb]{background:none;border:none;padding:9px;cursor:pointer;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.close-btn[data-v-245befdb]:hover{background-color:#0000000d}.close-btn[data-v-245befdb]:active{background-color:#0000001a}.bottom-sheet-enter-active[data-v-245befdb],.bottom-sheet-leave-active[data-v-245befdb]{transition:transform .3s ease-out}.bottom-sheet-enter-from[data-v-245befdb],.bottom-sheet-leave-to[data-v-245befdb]{transform:translateY(100%)}.bottom-sheet-enter-active .bottom-sheet-overlay[data-v-245befdb],.bottom-sheet-leave-active .bottom-sheet-overlay[data-v-245befdb]{transition:opacity .3s ease-out}.bottom-sheet-enter-from .bottom-sheet-overlay[data-v-245befdb],.bottom-sheet-leave-to .bottom-sheet-overlay[data-v-245befdb]{opacity:0}.payment-success[data-v-5692e86a]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:var(--primary-accent, #e75010);padding:0 12px 20px}.home-page[data-v-5692e86a]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.home-page .logo[data-v-5692e86a]{width:169px;height:61px;flex-shrink:0;margin-bottom:32px;margin-left:auto;margin-right:auto}.home-page__content[data-v-5692e86a]{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page__content__title[data-v-5692e86a]{color:var(--primary-light, #fcf9ea);text-align:center;font-family:"Sofia Sans Extra Condensed",var(--default-font-family);font-size:60px;font-style:normal;font-weight:700;line-height:54px;letter-spacing:-.6px;text-transform:uppercase;margin-bottom:16px}.home-page__content__description[data-v-5692e86a],.home-page__content__offert[data-v-5692e86a]{color:var(--primary-light, #fcf9ea);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.home-page__content__button[data-v-5692e86a]{margin-top:24px}.base-drawer[data-v-71d5b8fd]{position:fixed;padding:0 12px 20px;top:0;left:0;right:0;bottom:0;z-index:1001;background-color:var(--primary-light);display:flex;flex-direction:column}.base-drawer__navbar[data-v-71d5b8fd]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.base-drawer__navbar button[data-v-71d5b8fd]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.base-drawer__navbar-title[data-v-71d5b8fd]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.base-drawer__content[data-v-71d5b8fd]{overflow-y:auto;overflow-x:hidden;padding:20px 0}.base-drawer__footer[data-v-71d5b8fd]{padding:12px 0;margin-top:auto}.page-drawer-enter-active[data-v-71d5b8fd],.page-drawer-leave-active[data-v-71d5b8fd]{transition:transform .3s ease-out}.page-drawer-enter-from[data-v-71d5b8fd],.page-drawer-leave-to[data-v-71d5b8fd]{transform:translate(100%)}.page-drawer-enter-active .page-drawer-overlay[data-v-71d5b8fd],.page-drawer-leave-active .page-drawer-overlay[data-v-71d5b8fd]{transition:opacity .3s ease-out}.page-drawer-enter-from .page-drawer-overlay[data-v-71d5b8fd],.page-drawer-leave-to .page-drawer-overlay[data-v-71d5b8fd]{opacity:0}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);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:var(--swiper-pagination-bullet-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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, 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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cities-list_content[data-v-3afd7e4b]{display:flex;flex-direction:column;gap:12px}.events-page[data-v-6025fe36]{padding-left:0;padding-right:0;padding-bottom:0;position:relative;background:var(--primary-light, #fcf9ea);display:flex;flex-direction:column;height:100%}.events-page.drawer[data-v-6025fe36]{position:fixed;top:0;left:0;right:0;bottom:0;padding-bottom:60px}.events-page .user-event[data-v-6025fe36]{overflow:auto}.events-page .user-event__info[data-v-6025fe36]{padding:32px 12px 12px}.events-page .user-event__controls[data-v-6025fe36]{padding:12px}.events-page .user-event__contents[data-v-6025fe36]{padding:12px;display:flex;flex-direction:column;gap:16px}.events-page .user-event__content[data-v-6025fe36]{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:12px;border-radius:12px;border:2px solid var(--primary-dark, #291e1e)}.events-page .user-event__content-title[data-v-6025fe36]{display:flex;align-items:center;gap:8px}.events-page .user-event__content .event-group__items[data-v-6025fe36]{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px;width:100%}.events-page .user-event__content .event-group__items .event-group__item[data-v-6025fe36]{width:54px;height:55px;border:2px solid var(--primary-accent, #e75010);border-radius:100%;overflow:hidden;background:var(--primary-gray)}.events-page .user-event__content .event-group__items .event-group__item img[data-v-6025fe36]{width:100%;height:100%;object-fit:cover}.events-page .user-event__content-info[data-v-6025fe36]{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:12px}.events-page .user-event__content .icon[data-v-6025fe36]{display:flex;width:20px;height:20px;padding:4px;justify-content:center;align-items:center;border-radius:10px;background:var(--primary-accent, #e75010)}.events-page .user-event__content span[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.events-page .user-event__content .label[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.events-page .user-event__content .info[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.events-page .user-event__title p[data-v-6025fe36]{display:flex;align-items:center;gap:8px;margin-bottom:4px;color:var(--primary-dark);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.events-page .user-event__item[data-v-6025fe36]{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-bottom:1px dashed var(--dark-color)}.events-page .user-event__item .label[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.events-page .user-event__item .info[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.events-page__title[data-v-6025fe36]{padding:12px 0;margin-bottom:12px}.events-page__title h1[data-v-6025fe36]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase}.events-page__header[data-v-6025fe36]{height:43.103vh;position:relative;text-align:center}.events-page__header img[data-v-6025fe36]{width:100%;height:100%;object-fit:cover}.events-page__header .location-btn[data-v-6025fe36]{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:16px;padding-bottom:16px}.events-page__header .location-btn .change-location_btn[data-v-6025fe36]{margin-top:8px;width:fit-content;border:2px solid var(--primary-light, #fcf9ea);border-radius:30px;padding:8px 24px;font-family:Manrope;font-weight:500;font-size:12px;leading-trim:NONE;line-height:16px;letter-spacing:-.4px}.events-page__header .location-btn button[data-v-6025fe36]{border:0;background:transparent;text-align:center;color:var(--primary-light, #fcf9ea);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px;display:flex;align-items:center;gap:4px}.events-page__footer[data-v-6025fe36]{padding:32px 12px;background:var(--primary-light)}.events-page__events[data-v-6025fe36]{height:100%;padding:20px 12px;background:var(--primary-light);flex-grow:1;overflow:auto}.events-page .event-items[data-v-6025fe36]{display:flex;flex-direction:column;gap:12px}.events-page .event-item[data-v-6025fe36]{display:flex;flex-direction:column;gap:6px}.events-page .event-item__header[data-v-6025fe36]{display:flex;align-items:center;gap:8px}.events-page .event-item__date[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.6px}.events-page .event-item__type[data-v-6025fe36]{margin-left:auto;display:flex;align-items:center;justify-content:center;width:66px;height:20px}.events-page .event-item__logo[data-v-6025fe36]{width:66px;height:20px;object-fit:contain}.events-page .event-item__badge[data-v-6025fe36]{display:inline-flex;align-items:center;justify-content:center;width:66px;height:20px;padding:0 8px;border-radius:999px;color:var(--primary-light, #fcf9ea);font-family:Manrope;font-size:12px;font-style:bold;font-weight:600;line-height:16px;letter-spacing:-.4px}.payment-form__footer .payment-form__checkbox[data-v-6025fe36]{display:flex;justify-content:flex-start;align-items:center;padding:12px 0;width:100%;gap:12px}.payment-form__footer .payment-form__checkbox[data-v-6025fe36] .checkbox{padding:0;border:none;width:auto}.payment-form__footer .payment-form__checkbox[data-v-6025fe36] .checkbox .base-checkbox__input{width:24px;height:24px;border-color:var(--dark-color)}.payment-form__footer .payment-form__checkbox[data-v-6025fe36] .checkbox .base-checkbox__input.checked{border-color:var(--primary-accent)}.payment-form__footer .payment-form__checkbox span[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.payment-form__footer .payment-form__checkbox span a[data-v-6025fe36]{color:var(--primary-dark, #291e1e);text-decoration:underline}.payment-form__footer .btn[data-v-6025fe36]{margin-top:12px;margin-bottom:12px}.payment-form__header[data-v-6025fe36]{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;padding:12px 0}.payment-form__content[data-v-6025fe36]{display:flex;flex-direction:column;gap:12px}.payment-form__inputs[data-v-6025fe36]{display:flex;flex-direction:column;gap:16px;padding:12px 0;align-items:flex-start;width:100%}.payment-form__total[data-v-6025fe36]{display:flex;justify-content:space-between;width:100%;color:var(--primary-dark, #291e1e);text-align:right;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.payment-form__total .input-text span[data-v-6025fe36]{color:var(--primary-dark, #291e1e);text-align:right;opacity:.4;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px;text-decoration-line:line-through;margin-right:8px}.payment-form__input[data-v-6025fe36]{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;border-bottom:1px dashed var(--dark-color);width:100%}.payment-form__input .label[data-v-6025fe36],.payment-form__input .promocode-message[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.payment-form__input .input-text[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.payment-form__input .input[data-v-6025fe36]{display:flex;gap:12px;align-items:center;width:100%}.payment-form__input .input .btn[data-v-6025fe36]{width:max-content}.payment-form__input:last-child .label[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.payment-form__offerta[data-v-6025fe36]{margin-top:56px}.payment-form__offerta .offerta-description[data-v-6025fe36]{display:flex;flex-direction:column;gap:10px;color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.payment-form__offerta .offerta-description a[data-v-6025fe36]{text-decoration:underline;color:var(--primary-dark, #291e1e)}.card-form .btn[data-v-6025fe36]{margin-top:12px;margin-bottom:12px}.card-form__scanner[data-v-6025fe36]{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:12px 0}.card-form__scanner span[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.card-form__inputs[data-v-6025fe36]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;padding:12px 0}.card-form__inputs label[data-v-6025fe36]:first-child{grid-column:1/3}.card-form__inputs label[data-v-6025fe36]{display:flex;flex-direction:column;gap:8px}.card-form__inputs label span[data-v-6025fe36]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.bottom-sheet-overlay[data-v-6025fe36]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:flex-end;z-index:1000}.payment-success-frame[data-v-6025fe36]{position:fixed;z-index:20;top:0;left:0;right:0;bottom:0}.bottom-sheet-enter-active[data-v-6025fe36],.bottom-sheet-leave-active[data-v-6025fe36]{transition:transform .3s ease-out}.bottom-sheet-enter-from[data-v-6025fe36],.bottom-sheet-leave-to[data-v-6025fe36]{transform:translateY(100%)}.bottom-sheet-enter-active .bottom-sheet-overlay[data-v-6025fe36],.bottom-sheet-leave-active .bottom-sheet-overlay[data-v-6025fe36]{transition:opacity .3s ease-out}.bottom-sheet-enter-from .bottom-sheet-overlay[data-v-6025fe36],.bottom-sheet-leave-to .bottom-sheet-overlay[data-v-6025fe36]{opacity:0}.payment-success-frame-enter-from[data-v-6025fe36],.payment-success-frame-leave-to[data-v-6025fe36]{opacity:1;z-index:20}.payment-success-frame-enter-active[data-v-6025fe36],.payment-success-frame-leave-active[data-v-6025fe36]{transition:transform .3s ease-out}.payment-success-frame-enter-from[data-v-6025fe36],.payment-success-frame-leave-to[data-v-6025fe36]{transform:translate(100%)}.payment-success-frame-enter-active .payment-success-frame-overlay[data-v-6025fe36],.payment-success-frame-leave-active .payment-success-frame-overlay[data-v-6025fe36]{transition:opacity .3s ease-out}.payment-success-frame-enter-from .payment-success-frame-overlay[data-v-6025fe36],.payment-success-frame-leave-to .payment-success-frame-overlay[data-v-6025fe36]{opacity:0}.event-game-drawer{padding:0!important;--swiper-navigation-top-offset: 80% }.event-game-drawer .event-game{background:var(--primary-accent, #fcf9ea);width:100%;height:100%}.event-game-drawer .swiper{width:100%;height:100%}.event-game-drawer .swiper .swiper-pagination{color:var(--primary-light, #fcf9ea);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px;padding-bottom:21px}.event-game-drawer .swiper .swiper-button-prev:after{content:url(/img/arrow_left.svg);width:24px;height:24px}.event-game-drawer .swiper .swiper-button-next:after{content:url(/img/arrow_right.svg);width:24px;height:24px}.event-game-drawer .base-drawer__content{padding:0;height:100%}.event-game-drawer .base-drawer__navbar{position:absolute;right:4px}.event-game-drawer .event-game__navbar{display:flex;align-items:center;padding:4px;justify-content:space-between;background:transparent;z-index:101}.event-game-drawer .event-game__navbar button{background:transparent;border:none;width:48px;height:44px;padding:10px 12px}.event-game-drawer .event-game__navbar button svg{width:24px;height:24px;fill:var(--primary-light, #fcf9ea)}.event-game-drawer .event-game__item{display:flex;justify-content:center;align-items:center;height:100%;padding:0 12px}.event-game-drawer .event-game__item p{color:var(--primary-light, #fcf9ea);text-align:center;font-family:Manrope;font-size:24px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.6px}.user-event__controls-btn{padding:6px 0}.user-event__controls-btn .btn{padding-top:12px;padding-bottom:12px}.success-modal{padding-bottom:40px!important}.event-type-modal{background:#fcf9ea;padding:14px 16px;height:100%;display:flex;flex-direction:column;position:relative}.event-type-modal .controls-modal__header{padding-bottom:0;gap:4px}.event-type-modal .controls-modal__header .modal-title{font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;letter-spacing:0;text-transform:uppercase;text-align:center}.event-type-modal__image{width:100%;max-height:180px;border-radius:0;overflow:hidden}.event-type-modal__image img{width:100%;height:100%;object-fit:cover;display:block}.event-type-modal__description{margin-top:-10px;flex:1;overflow-y:auto;text-align:center}.event-type-modal__description .modal-description{white-space:pre-line;font-family:Manrope;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.6px;text-align:center}.event-type-modal--with-photo{padding:16px;background:transparent}.event-type-modal--with-photo .controls-modal__header{display:flex;padding-top:0}.event-type-modal--with-photo .event-type-modal__image{display:none}.event-type-modal__hero{position:relative;width:100vw;margin-left:50%;transform:translate(-50%);border-radius:0;overflow:hidden;height:calc(55vh - 50px);flex-shrink:0}.event-type-modal__hero img{width:100%;height:100%;display:block;object-fit:cover}.event-type-modal__close{position:absolute;top:12px;right:12px;background:none;border:none;padding:4px;line-height:0;display:flex;align-items:center;justify-content:center}.event-type-modal__overlay{margin-top:-50px}.event-type-sheet--photo :deep(.bottom-sheet){border-radius:0}.event-type-sheet--photo :deep(.bottom-sheet-header){padding:0}.event-type-sheet--photo :deep(.bottom-sheet-content){padding:0}.event-type-sheet--photo :deep(.bottom-sheet-footer){padding:16px}.user-event__cancel-reason{display:flex;flex-direction:column;gap:12px;padding:12px}.slide-indicators[data-v-02e1074a]{position:absolute;top:0;left:0;right:0;display:flex;padding:12px;align-items:flex-start;gap:4px;z-index:3}.slide-indicators__item[data-v-02e1074a]{height:2px;border-radius:4px;background-color:var(--primary-color-light30, #FCF9EA);width:100%;position:relative;--indicator-width: 0%}.slide-indicators__item[data-v-02e1074a]:before{content:"";display:block;position:absolute;top:0;left:0;width:var(--indicator-width);height:100%;background:#fff;border-radius:4px}.onboarding-screen__footer[data-v-02e1074a]{position:absolute;bottom:0;padding:12px;z-index:3;left:0;right:0;margin-bottom:21px}.slides[data-v-02e1074a]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.slides-item[data-v-02e1074a]{position:absolute;top:0;left:0;right:0;bottom:0;gap:16px;opacity:0;transition:opacity .3s ease-in-out}.slides-item.active[data-v-02e1074a]{opacity:1;transition:opacity .3s ease-in-out}.slides-item__img[data-v-02e1074a]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.slides-item__img img[data-v-02e1074a]{width:100%;height:100%;object-fit:cover;object-position:center}.slides-item__content[data-v-02e1074a]{position:absolute;left:0;right:0;z-index:2;padding-left:12px;padding-right:12px;padding-bottom:35px}.slides-item__title[data-v-02e1074a]{color:var(--primary-light, #FCF9EA);font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:12px}.slides-item__description[data-v-02e1074a]{color:var(--primary-light, #FCF9EA);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.slides-item:nth-child(odd) .slides-item__content[data-v-02e1074a]{bottom:82px}.slides-item:nth-child(2n) .slides-item__content[data-v-02e1074a]{top:86px;bottom:unset}.onboarding-form_second-step[data-v-ee9c8643]{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.btn-outline[data-v-ee9c8643]{padding:0;width:52px;height:52px;color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.btn-outline.active[data-v-ee9c8643]{background-color:var(--primary-accent);border-color:var(--primary-accent);color:#fff}.onboarding-form_second-step[data-v-fbdf67d5]{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.btn-outline[data-v-fbdf67d5]{padding:0;width:100%;height:52px;color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.btn-outline.active[data-v-fbdf67d5]{background-color:var(--primary-accent);border-color:var(--primary-accent);color:#fff}.onboarding-form_second-step[data-v-cf7e0292]{display:grid;grid-template-columns:repeat(1,1fr);gap:8px}.btn-outline[data-v-cf7e0292]{padding:0;width:100%;height:52px;color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.btn-outline.active[data-v-cf7e0292]{background-color:var(--primary-accent);border-color:var(--primary-accent);color:#fff}.onboarding-form_second-step[data-v-982c3fde]{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(1,1fr);row-gap:24px}.opinion-rate-info[data-v-982c3fde]{color:var(--primary-dark, #291e1e);text-align:left;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px;display:grid;grid-template-columns:repeat(2,1fr)}.opinion-rate-info:last-child span[data-v-982c3fde]{grid-column-start:2;grid-column-end:3;text-align:end}.buttons[data-v-982c3fde]{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(var(--templates),1fr);gap:8px}.btn-outline[data-v-982c3fde]{width:100%;height:52px;color:var(--primary-dark, #291e1e);text-align:center;border-radius:100%;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px;margin-left:auto;margin-right:auto;border-color:var(--primary-accent);padding:5px}.btn-outline[data-v-982c3fde]:before{content:"";width:100%;height:100%;border-radius:100%;background-color:var(--primary-accent)}.btn-outline.active[data-v-982c3fde]:before{display:block}.onboarding-form_second-step[data-v-f9aca1ed]{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(1,1fr);row-gap:24px}.opinion-rate-info[data-v-f9aca1ed]{color:var(--primary-dark, #291e1e);text-align:left;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px;display:grid;grid-template-columns:repeat(2,1fr)}.opinion-rate-info:last-child span[data-v-f9aca1ed]{grid-column-start:2;grid-column-end:3;text-align:end}.buttons[data-v-f9aca1ed]{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(var(--templates),1fr);gap:8px}.btn-outline[data-v-f9aca1ed]{width:100%;height:52px;color:var(--primary-dark, #291e1e);text-align:center;border-radius:100%;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px;margin-left:auto;margin-right:auto;border-color:var(--primary-accent);padding:5px}.btn-outline[data-v-f9aca1ed]:before{content:"";width:100%;height:100%;border-radius:100%;background-color:var(--primary-accent)}.btn-outline.active[data-v-f9aca1ed]:before{display:block}.social-links[data-v-1ea8167a]{display:flex;flex-direction:column;justify-content:space-between}.input-wrapper[data-v-1ea8167a]{display:flex;align-items:center}.input-wrapper input[data-v-1ea8167a]{padding-left:0}.domain-input[data-v-1ea8167a]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.domain-input.empty-input[data-v-1ea8167a]{opacity:.5}.social-inputs[data-v-1ea8167a]{display:flex;flex-direction:column;gap:12px}[data-v-1ea8167a] .empty-input input{opacity:.5}.valid-url-info[data-v-1ea8167a]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px;display:flex;align-items:flex-end;justify-content:center;margin-top:100%}.user-photo[data-v-0be5f267]{display:flex;flex-direction:column;gap:12px;height:100%}.file-input[data-v-0be5f267]{display:flex;align-items:center;justify-content:center;border-radius:100%;border:2px solid var(--dark-color);width:200px;height:200px;margin:12px auto;overflow:hidden;position:relative}.file-input .loader[data-v-0be5f267]{position:absolute;top:0;left:0;bottom:0;right:0;background:#11111190;z-index:10;display:flex;justify-content:center;align-items:center}.file-input .loader svg path[data-v-0be5f267]{fill:var(--primary-accent)}.file-input img[data-v-0be5f267]{width:100%;height:100%;object-fit:cover}.user-preferences[data-v-14f1b0e2]{height:100%;overflow:auto;display:flex;flex-direction:column}.user-preferences__confirm[data-v-14f1b0e2]{border-radius:12px;background:var(--primary-accent, #e75010);display:flex;padding:24px;flex-direction:column;align-items:flex-start}.user-preferences__confirm-item[data-v-14f1b0e2]{display:flex;flex-direction:column;gap:8px;width:100%;padding:16px 0;border-bottom:2px dashed var(--primary-light, #fcf9ea)}.user-preferences__confirm-item[data-v-14f1b0e2]:last-child{border:none;padding-bottom:0}.user-preferences__confirm-item[data-v-14f1b0e2]:first-child{padding-top:0}.user-preferences__confirm-item__title[data-v-14f1b0e2]{color:var(--primary-light, #fcf9ea);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.user-preferences__confirm-item__values[data-v-14f1b0e2]{color:var(--primary-light, #fcf9ea);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.user-preference[data-v-14f1b0e2]{display:flex;flex-direction:column;gap:12px;padding-top:12px;padding-bottom:12px}.user-preference__items[data-v-14f1b0e2]{overflow:auto;height:100%}.user-preference__items__title[data-v-14f1b0e2]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:24px;margin-top:24px;display:block}.user-preference__title[data-v-14f1b0e2]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.user-preferences__footer[data-v-14f1b0e2]{display:flex;flex-direction:column;gap:24px;margin-top:auto}.base-checkbox-group[data-v-128cf070]{display:flex;flex-direction:column;gap:10px;width:100%}.btn-outline[data-v-128cf070]{padding:0;width:100%;height:52px;color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.btn-outline.active[data-v-128cf070]{background-color:var(--primary-accent);border-color:var(--primary-accent);color:#fff}.onboarding-form[data-v-ab7ddc22]{background-color:#fcf9ea;padding-bottom:34px}.onboarding-form__navbar[data-v-ab7ddc22]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.onboarding-form__navbar button[data-v-ab7ddc22]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.onboarding-form__navbar-title[data-v-ab7ddc22]{color:var(--primary-dark, #291E1E);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.slide-indicators[data-v-ab7ddc22]{top:0;left:0;right:0;display:flex;padding:24px 0;align-items:flex-start;gap:4px;z-index:3}.slide-indicators__item[data-v-ab7ddc22]{height:4px;border-radius:4px;background-color:var(--primary-gray, #FCF9EA);width:100%;position:relative}.slide-indicators__item.active[data-v-ab7ddc22]{background-color:var(--dark-color)}.onboarding-form__footer[data-v-ab7ddc22]{z-index:3;left:0;right:0;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end}.slides[data-v-ab7ddc22]{top:0;left:0;right:0;bottom:0;z-index:2;flex-grow:1;display:flex;flex-direction:column}.slides-item[data-v-ab7ddc22]{top:0;left:0;right:0;bottom:0;gap:16px;opacity:0;transition:opacity .3s ease-in-out;height:100%;flex-grow:1;display:none;flex-direction:column}.slides-item.active[data-v-ab7ddc22]{opacity:1;transition:opacity .3s ease-in-out;display:flex}.slides-item__content[data-v-ab7ddc22]{left:0;right:0;z-index:2;padding-left:12px;padding-right:12px;padding-bottom:32px}.slides-item__title[data-v-ab7ddc22]{color:var(--primary-dark, #291E1E);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:24px;margin-top:12px;display:block}.slides-item__description[data-v-ab7ddc22]{color:var(--primary-light, #FCF9EA);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.home-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;flex-grow:1}.home-page .logo{width:169px;height:61px;flex-shrink:0;margin-bottom:44px;margin-left:auto;margin-right:auto}.home-page__content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page__content__title{color:var(--primary-light, #FCF9EA);text-align:center;font-family:"Sofia Sans Extra Condensed",var(--default-font-family);font-size:60px;font-style:normal;font-weight:700;line-height:54px;letter-spacing:-.6px;text-transform:uppercase;margin-bottom:16px}.home-page__content__description{color:var(--primary-light, #FCF9EA);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.home-page__content__offert{color:var(--primary-light, #FCF9EA);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.home-page__content__button{margin-bottom:24px}.test-btn{position:absolute;top:0;left:0;z-index:9999}.profile-page[data-v-d0c60538]{background-color:#fcf9ea;position:fixed;top:0;left:0;right:0;bottom:0;padding:0 12px 60px;display:flex;flex-direction:column}.profile-page__navbar[data-v-d0c60538]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.profile-page__navbar button[data-v-d0c60538]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.profile-page__navbar-title[data-v-d0c60538]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.profile-page__content[data-v-d0c60538]{flex-grow:1;overflow:auto;display:flex;flex-direction:column}.profile-page__content-header[data-v-d0c60538]{display:flex;flex-direction:column;align-items:center;padding:12px 0 24px}.profile-page__content-header .user-avatar[data-v-d0c60538]{width:96px;height:96px;border-radius:100%;overflow:hidden;margin-bottom:8px;background:var(--primary-gray)}.profile-page__content-header .user-avatar img[data-v-d0c60538]{width:100%;height:100%;object-fit:cover}.profile-page__content-header .user-name[data-v-d0c60538]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:12px}.profile-page__content-header .user-location[data-v-d0c60538]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.profile-page__content-header .btn[data-v-d0c60538]{margin-top:6px;margin-bottom:6px}.profile-page__links[data-v-d0c60538]{display:flex;flex-direction:column;gap:12px;padding:12px 0}.profile-page__links .btn[data-v-d0c60538]{display:flex;align-items:center;gap:8px;text-align:left}.profile-page__links .btn svg[data-v-d0c60538]{width:20px;height:20px;fill:var(--primary-dark, #291e1e)}.profile-page__links .btn svg[data-v-d0c60538]:last-child{margin-left:auto}.profile-page__guide[data-v-d0c60538]{padding:24px;margin-top:12px;margin-bottom:12px;border-radius:12px;background:var(--primary-accent, #e75010)}.profile-page__guide .guide-title[data-v-d0c60538]{color:var(--primary-light, #fcf9ea);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px;margin-bottom:8px}.profile-page__guide .guide-description[data-v-d0c60538]{color:var(--primary-light, #fcf9ea);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.profile-page__guide .btn[data-v-d0c60538]{margin-top:16px}.base-radio-group[data-v-ce3da4c0],.base-checkbox-group[data-v-5f5f4a0c]{display:flex;flex-direction:column;gap:10px;width:100%}.profile-edit[data-v-85062029]{background-color:#fcf9ea;padding-bottom:0}.profile-edit.drawer[data-v-85062029]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100}.profile-edit__navbar[data-v-85062029]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.profile-edit__navbar button[data-v-85062029]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.profile-edit__navbar-title[data-v-85062029]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.profile-edit__content[data-v-85062029]{overflow:auto}.profile-edit__content-header[data-v-85062029]{display:flex;flex-direction:column;align-items:center;padding:12px 0}.profile-edit__content-header .user-avatar[data-v-85062029]{width:96px;height:96px;border-radius:100%;overflow:hidden;margin-bottom:8px;background:var(--primary-gray);position:relative}.profile-edit__content-header .user-avatar .loader[data-v-85062029]{position:absolute;top:0;left:0;bottom:0;right:0;background:#11111190;z-index:10;display:flex;justify-content:center;align-items:center}.profile-edit__content-header .user-avatar .loader svg path[data-v-85062029]{fill:var(--primary-accent)}.profile-edit__content-header .user-avatar img[data-v-85062029]{width:100%;height:100%;object-fit:cover}.profile-edit__content-header .user-name[data-v-85062029]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-top:8px;margin-bottom:12px}.profile-edit__content-header .user-location[data-v-85062029]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px;margin-bottom:12px}.profile-edit__content-header .btn[data-v-85062029]{margin-top:6px;margin-bottom:6px}.profile-edit__content-item[data-v-85062029]{display:flex;padding-bottom:12px;flex-direction:column;align-items:flex-start;margin-bottom:24px}.profile-edit__content-item[data-v-85062029] .textarea .caption{display:none}.profile-edit__content-item .title[data-v-85062029]{display:inline-flex;padding:12px;justify-content:space-between;align-items:center;gap:10px;width:100%}.profile-edit__content-item .title p[data-v-85062029]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.profile-edit__content-item .links[data-v-85062029]{display:flex;width:100%;padding:12px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:12px;border:2px solid #000}.profile-edit__content-item .link[data-v-85062029]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;border-bottom:1px dashed var(--dark-color)}.profile-edit__content-item .link[data-v-85062029]:last-child{border-bottom:none}.profile-edit__content-item .link .text[data-v-85062029]{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:12px}.profile-edit__content-item .link .text p[data-v-85062029]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.profile-edit__content-item .link .label[data-v-85062029]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.profile-edit__links[data-v-85062029]{display:flex;flex-direction:column;gap:12px;padding:12px 0}.profile-edit__links .btn[data-v-85062029]{display:flex;align-items:center;gap:8px;text-align:left}.profile-edit__links .btn svg[data-v-85062029]{width:20px;height:20px;fill:var(--primary-dark, #291e1e)}.profile-edit__links .btn svg[data-v-85062029]:last-child{margin-left:auto}.profile-edit__footer[data-v-85062029]{padding:12px 0;margin-top:auto}.profile-edit__title[data-v-85062029]{padding:12px 0}.profile-edit__title p[data-v-85062029]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.profile-page[data-v-9910375e]{background-color:#fcf9ea;padding-bottom:0}.profile-page.drawer[data-v-9910375e]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100}.profile-page__navbar[data-v-9910375e]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.profile-page__navbar button[data-v-9910375e]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.profile-page__navbar-title[data-v-9910375e]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.profile-page__content[data-v-9910375e]{overflow:auto;padding-bottom:20px}.profile-page__content-header[data-v-9910375e]{display:flex;flex-direction:column;align-items:center;padding:12px 0 24px}.profile-page__content-header .user-avatar[data-v-9910375e]{width:96px;height:96px;border-radius:100%;overflow:hidden;margin-bottom:8px;background:var(--primary-gray)}.profile-page__content-header .user-avatar img[data-v-9910375e]{width:100%;height:100%;object-fit:cover}.profile-page__content-header .user-name[data-v-9910375e]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:12px}.profile-page__content-header .user-location[data-v-9910375e]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.profile-page__content-header .btn[data-v-9910375e]{margin-top:6px;margin-bottom:6px}.profile-page__events[data-v-9910375e]{display:flex;gap:12px;padding:12px 0;width:100%}.profile-page__events .event-card[data-v-9910375e]{background-color:var(--primary-light);height:90px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;border:2px solid var(--primary-dark, #291e1e)}.profile-page__events .event-card .event-title[data-v-9910375e]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase}.profile-page__events .event-card .event-description[data-v-9910375e]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.profile-page__last-events[data-v-9910375e]{display:flex;flex-direction:column;gap:12px}.profile-page__last-event[data-v-9910375e]{display:flex;flex-direction:column;padding:12px;border-radius:12px;border:2px solid #000}.profile-page__last-event .last-event__item[data-v-9910375e]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-top:16px;padding-bottom:16px;border-bottom:1px dashed var(--primary-dark, #291e1e)}.profile-page__last-event .last-event__item[data-v-9910375e]:first-child{padding-top:0}.profile-page__last-event .last-event__item[data-v-9910375e]:last-child{border-bottom:none;padding-bottom:0}.profile-page__last-event .last-event__item:last-child .last-event__item-title[data-v-9910375e]{font-size:16px;font-style:normal;font-weight:700;line-height:22px}.profile-page__last-event .last-event__item-title[data-v-9910375e]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px;display:flex;align-items:center;gap:8px}.profile-page__last-event .last-event__item-title .icon[data-v-9910375e]{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--primary-accent, #e75010)}.profile-page__last-event .last-event__item-description[data-v-9910375e]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.profile-page__last-event .last-event__item-friends[data-v-9910375e]{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px;width:100%}.profile-page__last-event .last-event__item-friends .user-avatar[data-v-9910375e]{width:54px;height:55px;border:2px solid var(--primary-accent, #e75010);border-radius:100%;overflow:hidden;background:var(--primary-gray)}.profile-page__last-event .last-event__item-friends .user-avatar img[data-v-9910375e]{width:100%;height:100%;object-fit:cover}.profile-page__links[data-v-9910375e]{display:flex;flex-direction:column;gap:12px;padding:12px 0}.profile-page__links .btn[data-v-9910375e]{display:flex;align-items:center;gap:8px;text-align:left}.profile-page__links .btn svg[data-v-9910375e]{width:20px;height:20px;fill:var(--primary-dark, #291e1e)}.profile-page__links .btn svg[data-v-9910375e]:last-child{margin-left:auto}.profile-page__footer[data-v-9910375e]{padding:12px 0;margin-top:auto}.profile-page__title[data-v-9910375e]{padding:12px 0}.profile-page__title p[data-v-9910375e]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.profile-page[data-v-daefa316]{background-color:#fcf9ea;padding-bottom:0}.profile-page.drawer[data-v-daefa316]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100}.profile-page__navbar[data-v-daefa316]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.profile-page__navbar button[data-v-daefa316]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.profile-page__navbar-title[data-v-daefa316]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.profile-page__content-header[data-v-daefa316]{display:flex;flex-direction:column;align-items:center;padding:12px 0 24px}.profile-page__content-header .user-avatar[data-v-daefa316]{width:96px;height:96px;border-radius:100%;overflow:hidden;margin-bottom:8px;background:var(--primary-gray)}.profile-page__content-header .user-avatar img[data-v-daefa316]{width:100%;height:100%;object-fit:cover}.profile-page__content-header .user-name[data-v-daefa316]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:12px}.profile-page__content-header .user-location[data-v-daefa316]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.profile-page__content-header .btn[data-v-daefa316]{margin-top:6px;margin-bottom:6px}.profile-page__links[data-v-daefa316]{display:flex;flex-direction:column;gap:12px;padding:12px 0}.profile-page__links .btn[data-v-daefa316]{display:flex;align-items:center;gap:8px;text-align:left}.profile-page__links .btn svg[data-v-daefa316]{width:20px;height:20px;fill:var(--primary-dark, #291e1e)}.profile-page__links .btn svg[data-v-daefa316]:last-child{margin-left:auto}.profile-page__footer[data-v-daefa316]{padding:12px 0;margin-top:auto}.profile-page__title[data-v-daefa316]{padding:12px 0}.profile-page__title p[data-v-daefa316]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.contact-page[data-v-b1c9ba09]{background-color:#fcf9ea;padding-bottom:0}.contact-page.drawer[data-v-b1c9ba09]{position:fixed;top:0;left:0;right:0;bottom:0;padding-bottom:60px}.contact-page__navbar[data-v-b1c9ba09]{display:flex;align-items:center;padding-top:4px;padding-bottom:4px;margin-left:-8px;margin-right:-8px;justify-content:space-between}.contact-page__navbar button[data-v-b1c9ba09]{display:flex;padding:8px;align-items:center;gap:2px;border:none;background-color:transparent}.contact-page__navbar-title[data-v-b1c9ba09]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.contact-page__content[data-v-b1c9ba09]{padding:12px 0;height:100%;overflow:auto}.contact-page__content-header[data-v-b1c9ba09]{display:flex;flex-direction:column;align-items:center;padding:12px 0 24px}.contact-page__content-header .user-avatar[data-v-b1c9ba09]{width:96px;height:96px;border-radius:100%;overflow:hidden;margin-bottom:8px;background:var(--primary-gray)}.contact-page__content-header .user-avatar img[data-v-b1c9ba09]{width:100%;height:100%;object-fit:cover}.contact-page__content-header .user-name[data-v-b1c9ba09]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase;margin-bottom:12px}.contact-page__content-header .user-location[data-v-b1c9ba09]{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.contact-page__content-header .btn[data-v-b1c9ba09]{margin-top:6px;margin-bottom:6px}.contact-page__contacts[data-v-b1c9ba09]{display:flex;flex-direction:column;gap:12px}.contact-page__contact[data-v-b1c9ba09]{display:flex;padding:12px;align-items:center;gap:12px;align-self:stretch;border-radius:12px;width:100%;border:2px solid var(--primary-dark, #291E1E)}.contact-page__contact-info[data-v-b1c9ba09]{width:100%}.contact-page__contact img[data-v-b1c9ba09]{width:48px;height:48px;flex-shrink:0;border-radius:100%;overflow:hidden}.contact-page__contact-name[data-v-b1c9ba09]{color:var(--primary-dark, #291E1E);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px;display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.contact-page__contact-register-date[data-v-b1c9ba09]{color:var(--primary-dark, #291E1E);opacity:.4;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.4px}.contact-page__contact .arrow-icon[data-v-b1c9ba09]{margin-bottom:auto}.contact-page__links[data-v-b1c9ba09]{display:flex;flex-direction:column;gap:12px;padding:12px 0}.contact-page__links .btn[data-v-b1c9ba09]{display:flex;align-items:center;gap:8px;text-align:left}.contact-page__links .btn svg[data-v-b1c9ba09]{width:20px;height:20px;fill:var(--primary-dark, #291e1e)}.contact-page__links .btn svg[data-v-b1c9ba09]:last-child{margin-left:auto}.contact-page__footer[data-v-b1c9ba09]{padding:12px 0;margin-top:auto}.contact-page__title[data-v-b1c9ba09]{padding:12px 0}.contact-page__title p[data-v-b1c9ba09]{color:var(--primary-dark, #291e1e);font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.6px}.controls-modal .user-about-self{padding:12px 0}.controls-modal .user-about-self .modal-description{text-align:start}.controls-modal .user-avatar{width:96px;height:96px;flex-shrink:0;aspect-ratio:1/1;border-radius:100%;border:4px solid var(--primary-accent, #E75010);overflow:hidden;margin-bottom:4px}.controls-modal .user-avatar img{width:100%;height:100%;object-fit:cover}.controls-modal .user-socials{display:flex;flex-direction:column;gap:12px}.controls-modal .user-socials .btn{display:flex;align-items:center;gap:8px;text-align:start}.loading[data-v-e52b7cf4]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center}.page-drawer-enter-active[data-v-e52b7cf4],.page-drawer-leave-active[data-v-e52b7cf4]{transition:transform .3s ease-out}.page-drawer-enter-from[data-v-e52b7cf4]{transform:translate(100%)}.page-drawer-leave-to[data-v-e52b7cf4]{transform:translate(-100%)}.page-drawer-enter-active .page-drawer-overlay[data-v-e52b7cf4],.page-drawer-leave-active .page-drawer-overlay[data-v-e52b7cf4]{transition:opacity .3s ease-out}.page-drawer-enter-from .page-drawer-overlay[data-v-e52b7cf4],.page-drawer-leave-to .page-drawer-overlay[data-v-e52b7cf4]{opacity:0}.page-drawer-top-enter-active[data-v-e52b7cf4],.page-drawer-top-leave-active[data-v-e52b7cf4]{transition:transform .3s ease-out}.page-drawer-top-enter-from[data-v-e52b7cf4],.page-drawer-top-leave-to[data-v-e52b7cf4]{transform:translate(100%)}.page-drawer-top-enter-active .page-drawer-top-overlay[data-v-e52b7cf4],.page-drawer-top-leave-active .page-drawer-top-overlay[data-v-e52b7cf4]{transition:opacity .3s ease-out}.page-drawer-top-enter-from .page-drawer-top-overlay[data-v-e52b7cf4],.page-drawer-top-leave-to .page-drawer-top-overlay[data-v-e52b7cf4]{opacity:0}.controls-modal{padding:12px 0;display:flex;flex-direction:column;gap:12px}.controls-modal .controls-modal__header{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding-bottom:12px}.controls-modal .controls-modal__header svg{width:60px;height:60px}.controls-modal .controls-modal__header .modal-title{color:var(--primary-dark, #291e1e);text-align:center;font-family:Sofia Sans Extra Condensed;font-size:34px;font-style:normal;font-weight:800;line-height:34px;text-transform:uppercase}.controls-modal .controls-modal__header .modal-description{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px;white-space:pre-line}.controls-modal .controls-modal__header .modal-description1{color:var(--primary-dark, #291e1e);text-align:center;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.6px}.controls-modal__footer{padding:12px 0;display:flex;flex-direction:column;gap:12px}
