/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}: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:#ffffffb3;--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-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--default{background:var(--toastify-color-progress-colored)}.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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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(0)}to{transform:rotate(1turn)}}.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{--ui-gray-600: #494d4e;--ui-gray-500: #c4c4c4;--ui-gray-400: #c4c4c4;--ui-gray-300: #cccaca;--ui-gray-200: #e5e5e5;--ui-gray-100: #ededed;--ui-gray-50: #fafafa;--ui-blue-50: #f5fbff;--ui-primary: #fab54d;--ui-primary-fill: #fab54d;--ui-primary-hover: rgba(250, 181, 77, .4);--ui-white: #ffffff;--ui-danger: #ec1b2e;--ui-warning: #fab54d;--ui-success: #81cc20;--ui-info: #639df4;--ui-secondary: #979797}.dark-theme{--ui-gray-600: #f5f5f5;--ui-gray-500: #d0d0d0;--ui-gray-400: #a0a0a0;--ui-gray-300: #979696;--ui-gray-200: #444444;--ui-gray-100: #2f2f2f;--ui-gray-50: #1e1e1e;--ui-blue-50: #0e2233;--ui-primary: #fbd47a;--ui-primary-fill: rgba(251, 212, 122, .2);--ui-white: #1a1a1a;--ui-danger: #ff5a66;--ui-warning: #fbd47a;--ui-success: #9bd855;--ui-info: #82b1f8;--ui-secondary: #aaaaaa}[data-interface-color=blue]{--ui-gray-600: #494d4e;--ui-gray-500: #c4c4c4;--ui-gray-400: #c4c4c4;--ui-gray-300: #cccaca;--ui-gray-200: #e5e5e5;--ui-gray-100: #ededed;--ui-gray-50: #fafafa;--ui-blue-50: #f5fbff;--ui-primary: #639df4;--ui-primary-fill: rgba(99, 157, 244, .1490196078);--ui-primary-hover: rgba(99, 157, 244, .4);--ui-white: #ffffff;--ui-danger: #ec1b2e;--ui-warning: #fab54d;--ui-success: #81cc20;--ui-info: #639df4;--ui-secondary: #979797}.dark-theme[data-interface-color=blue]{--ui-gray-600: #f5f5f5;--ui-gray-500: #d0d0d0;--ui-gray-400: #a0a0a0;--ui-gray-300: #979696;--ui-gray-200: #444444;--ui-gray-100: #2f2f2f;--ui-gray-50: #1e1e1e;--ui-blue-50: #0e2233;--ui-primary: #639df4;--ui-primary-fill: rgba(99, 157, 244, .2);--ui-white: #1a1a1a;--ui-danger: #ff5a66;--ui-warning: #fbd47a;--ui-success: #9bd855;--ui-info: #82b1f8;--ui-secondary: #aaaaaa}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-ExtraLight.woff2) format("woff2");font-weight:200;font-display:swap;font-style:normal}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-Light.woff2) format("woff2");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-ExtraBold.woff2) format("woff2");font-weight:800;font-display:swap;font-style:normal}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-Black.woff2) format("woff2");font-weight:900;font-display:swap;font-style:normal}html{box-sizing:border-box;font-size:16px}*,*:after,*:before{scroll-behavior:smooth;box-sizing:inherit}body{position:relative;font-size:16px;font-family:Roboto,sans-serif;font-weight:400;line-height:normal;color:var(--ui-gray-600);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ui-white);transition:background-color .3s ease-in-out}body ::-webkit-scrollbar{width:10px;height:10px}body ::-webkit-scrollbar-track{background:var(--ui-blue-50);margin-block:2px}body ::-webkit-scrollbar-thumb{background:var(--ui-gray-400);border:1px solid var(--ui-blue-50);border-radius:20px;transition:background .3s ease-in-out}body ::-webkit-scrollbar-thumb:hover{background:#a7aaaf}a{text-decoration:none;color:var(--ui-gray-600)}img{height:100%;max-width:100%;width:100%;object-fit:contain}.dark-theme{color-scheme:dark}.button-reset{display:block;background-color:transparent;border:none;border-radius:0;color:var(--ui-gray-600)}.heading-reset{margin:0;padding:0}.list-reset{margin:0;padding:0;list-style:none}.input-reset{padding:0;border-radius:0;border:none;background-color:transparent}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.ui-field__input{font-family:Roboto,sans-serif!important;min-height:32px!important}.ui-sidebar>.list{padding:16px 16px 0!important}.list__link{padding:10px 4px 11px 16px!important;gap:8px!important;font-weight:400!important;color:var(--ui-gray-600)!important;border-radius:8px}.list__link:hover{background-color:var(--ui-primary)!important}.list__link--active{position:relative;background-color:var(--ui-primary)!important}.list__link--active:before{content:"";position:absolute;left:0;border-radius:0 8px 8px 0;background-color:var(--ui-primary);width:6px;height:100%;z-index:9;display:none}.pin{padding-bottom:8px;font-size:.75rem;font-style:normal;font-weight:400;line-height:1;color:var(--ui-gray-600)}.ui-sidebar .link__title{opacity:0}.ui-sidebar--expand .link__title{opacity:1}.expand{border-top:none!important}.ui-modal{align-items:center}.ui-modal__footer{display:flex;align-items:center;justify-content:center;gap:16px}.align-center .notification-body{display:flex;flex-direction:column;align-items:center;gap:8px}.align-center .notification-body__content{text-align:center}.align-center .ui-modal__footer{display:flex;align-items:center;justify-content:center;gap:16px}.btn{min-width:100px}.ui-modal__close .btn{min-width:auto}.skeleton-loader{align-items:center;display:flex;flex-wrap:wrap;position:relative;vertical-align:top}.skeleton-loader__bone{border-radius:inherit;display:flex;flex:0 0 auto;flex-wrap:wrap;overflow:hidden;position:relative}.skeleton-loader__bone:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;animation:loading 1.5s infinite;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);transform:translate(-100%);z-index:1}@keyframes loading{to{transform:translate(100%)}}@keyframes ymaps3--controls-spinner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ymaps3--controls-spinner{position:relative;display:block;width:16px;height:16px;margin:4px;animation-name:ymaps3--controls-spinner-spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.ymaps3--controls-spinner__circle{position:absolute;top:0;left:50%;overflow:hidden;width:100%;height:100%;color:#000}.ymaps3--controls-spinner__dark{color:#fff}.ymaps3--controls-spinner__circle:before{position:absolute;top:0;left:-50%;width:100%;height:100%;content:"";border-radius:100%;box-shadow:inset 0 0 0 2px}.ymaps3--geolocation-control{display:block;width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzE1IDYuNzNjLS40ODIuMjI3LS4zOS45NC4xMzQgMS4wMzdsNC4wNi43MjQuNzIzIDQuMDZjLjA5OC41MjUuODEuNjE3IDEuMDM3LjEzNWw0LjY3NS05LjlhLjU1LjU1IDAgMCAwLS43MzItLjczbC05LjkgNC42NzRoLjAwMnoiIGZpbGw9IiM0ZDRkNGQiLz48L3N2Zz4K) center / 24px 24px no-repeat}.ymaps3--geolocation-control__dark{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzE1IDYuNzNjLS40ODIuMjI3LS4zOS45NC4xMzQgMS4wMzdsNC4wNi43MjQuNzIzIDQuMDZjLjA5OC41MjUuODEuNjE3IDEuMDM3LjEzNWw0LjY3NS05LjlhLjU1LjU1IDAgMCAwLS43MzItLjczbC05LjkgNC42NzRoLjAwMnoiIGZpbGw9IiNjY2NjY2MiLz48L3N2Zz4K) center / 24px 24px no-repeat}.ymaps3--geolocation-control-is-loading{height:auto;background:inherit}.ymaps3--geolocation-control-self{display:block;width:40px;height:40px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDI4YzYuNjI3IDAgMTItNS4zNzMgMTItMTJTMjIuNjI3IDQgMTYgNCA0IDkuMzczIDQgMTZzNS4zNzMgMTIgMTIgMTJaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE2IDI1YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4WiIgZmlsbD0iI0Y0MyIvPjwvc3ZnPgo=) center / 24px 24px no-repeat;transform:translate(-50%,-50%)}.ymaps3--rotate-control{position:relative;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:56px;height:56px;font-size:19px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#34374a;border-radius:50%;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0NDQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjRjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center;background-size:48px;box-shadow:0 2px 6px #0003}.ymaps3--rotate-control:hover{color:#050d33;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzdCN0Q4NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjRjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=);transition:color,background-image .4s}.ymaps3--rotate-tilt_rotate{position:relative;display:flex;justify-content:center;align-items:center;width:56px;height:56px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ymaps3--rotate-tilt_rotate__ring{position:absolute;box-sizing:border-box;width:100%;height:100%;cursor:pointer;pointer-events:all;border:10px solid #fff;border-radius:50%;box-shadow:inset 0 2px 6px #0003,0 2px 6px #0003}.ymaps3--rotate-tilt_rotate__ring:before{position:absolute;width:56px;height:56px;content:"";border-radius:50%;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0NDQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjRjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=) center no-repeat;transform:translate(-10px,-10px)}.ymaps3--rotate-tilt_rotate__ring:hover:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzdCN0Q4NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDggMjRhMiAyIDAgMSAwIDAgNCAyIDIgMCAwIDAgMC00TTAgMjZhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwbTIzLjAwNCAyMy4wMDRhMiAyIDAgMSAxIDQgMCAyIDIgMCAwIDEtNCAwIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjRjQzIiBkPSJNMjQuODIxLjM1OGEuMi4yIDAgMCAxIC4zNTggMGwyLjY3NiA1LjM1M2EuMi4yIDAgMCAxLS4xNzguMjloLTUuMzUzYS4yLjIgMCAwIDEtLjE4LS4yOXoiLz48L3N2Zz4=) center no-repeat;transition:background .4s}.ymaps3--rotate-tilt_rotate__container{z-index:1}.ymaps3--rotate-tilt_tilt{display:flex;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;color:#4d4d4d;border-radius:50%;background-color:#fff}.ymaps3--rotate-tilt_tilt:hover{color:#050d33}.ymaps3--rotate-tilt_tilt__tilted{color:#fff;background-color:#196dff;transition:background-color .4s}.ymaps3--rotate-tilt_tilt__tilted:hover{color:#fff}.ymaps3--rotate-tilt_tilt__in-action{cursor:grabbing}.ymaps3--suggest-control{display:flex;flex-direction:column;gap:12px 0;padding:12px 4px;border-radius:12px;box-shadow:0 4px 24px #5f69830a,0 4px 12px #5f69831a;background-color:#fff}.ymaps3--suggest-control._dark{background-color:#111}.ymaps3--suggest-control._bottom{flex-direction:column-reverse}.ymaps3--suggest-control._hide{display:none}.ymaps3--suggest-item-control{cursor:pointer;display:flex;flex-direction:column;gap:4px 0;padding:6px 12px;box-sizing:border-box;border-radius:6px}.ymaps3--suggest-item-control._active{background-color:#5c5e660a}.ymaps3--suggest-item-control._active._dark{background-color:#9c9fa90a}.ymaps3--suggest-item-control__title{font-size:16px;font-weight:600}.ymaps3--suggest-item-control__title._dark{color:#fff}.ymaps3--suggest-item-control__subtitle{color:#6e7077}.ymaps3--suggest-item-control__subtitle._dark{color:#868892}.ymaps3--route-control_waypoint-input{display:flex;flex-direction:column;position:relative}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input_form{display:flex;flex-direction:row;padding:4px 4px 4px 2px;position:relative;align-items:center;align-self:stretch}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input_suggest{position:absolute;top:48px;z-index:1000}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input_suggest._bottom{top:unset;bottom:48px}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__indicator{display:flex;justify-content:center;align-items:center;margin-right:12px}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__indicator.ymaps3--route-control_waypoint-input__indicator_empty{color:#c8c9cc!important}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field{box-sizing:border-box;height:40px;padding:12px 30px 12px 12px;text-overflow:ellipsis;border:none;border-radius:8px;background:#f6f6f6;flex-grow:1;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus{border:1px solid #196dff}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons{display:none;position:relative}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus+.ymaps3--route-control_waypoint-input__field-buttons{display:inline-block}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:-moz-placeholder-shown+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__location{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:placeholder-shown+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__location{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:not(:-moz-placeholder-shown)+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__reset{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field:focus:not(:placeholder-shown)+.ymaps3--route-control_waypoint-input__field-buttons .ymaps3--route-control_waypoint-input__field-buttons__reset{display:flex}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__location{display:none;padding:8px;justify-content:center;align-items:center;position:absolute;transform:translate(-36px,-50%);border-radius:8px;background:none;outline:none;border:none;cursor:pointer;color:#196dff}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__location:hover{background:#122db20a;color:#3c83ff}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__reset{display:none;padding:8px;justify-content:center;align-items:center;position:absolute;transform:translate(-36px,-50%);border-radius:8px;background:none;outline:none;border:none;cursor:pointer;color:#878787}.ymaps3--route-control_waypoint-input .ymaps3--route-control_waypoint-input__field-buttons__reset:hover{background:#122db20a}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field{background:#111;color:#ccc}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field:focus{border:1px solid #3d7eff}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__indicator_empty{color:#666!important}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__location{color:#3d7eff}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__location:hover{background:#7d90f012;color:#5794ff}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__reset{color:#999}.ymaps3--route-control_waypoint-input._dark-input .ymaps3--route-control_waypoint-input__field-buttons__reset:hover{background:#7d90f012}.ymaps3--route-control{display:flex;flex-direction:column;gap:4px}.ymaps3--route-control.ymaps3--route-control_bottom{flex-direction:column-reverse}.ymaps3--route-control svg{display:block}.ymaps3--route-control_parameters{box-sizing:border-box;display:flex;width:330px;padding:12px;flex-direction:column;gap:12px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a}.ymaps3--route-control_parameters svg{display:block}.ymaps3--route-control_info{box-sizing:border-box;display:flex;width:330px;padding:12px 16px;align-items:flex-start;gap:20px;border-radius:12px;border:1px solid #eee;background:#fff;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a}.ymaps3--route-control_info.ymaps3--route-control_info__error{padding:20px 16px;flex-direction:column;align-items:center;gap:12px}.ymaps3--route-control_modes{width:100%;padding:4px}.ymaps3--route-control_modes .ymaps3--route-control_modes__container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;padding:2px;border-radius:8px;background:#f6f6f6}.ymaps3--route-control_modes input[type=radio]{display:none}.ymaps3--route-control_modes label{display:flex;justify-content:center;flex-grow:1;padding:6px;border-radius:8px;cursor:pointer;color:#878787}.ymaps3--route-control_modes input[type=radio]:checked+label{background:#fff;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a;color:#000}.ymaps3--route-control_waypoints{display:flex;flex-direction:column;gap:12px}.ymaps3--route-control_actions{display:flex;flex-direction:row;justify-content:space-between}.ymaps3--route-control_actions button{display:flex;justify-content:center;align-items:center;gap:6px;padding:8px 0;background:none;border:none;color:#196dff;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:16px;cursor:pointer}.ymaps3--route-control_actions button:hover{color:#2e4ce5}.ymaps3--route-control_actions button:disabled{color:#ccc}@keyframes ymaps3--spinner_rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ymaps3--route-control_info_loading{width:100%;display:flex;justify-content:center;align-items:center;color:#34374a}.ymaps3--route-control_info_loading svg{position:relative;animation:ymaps3--spinner_rotate 1.5s linear infinite}.ymaps3--route-control_info_container{display:flex;flex-direction:column;flex-grow:1}.ymaps3--route-control_info_container .ymaps3--route-control_info_container__label{color:#878787;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ymaps3--route-control_info_container .ymaps3--route-control_info_container__value{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:28px}.ymaps3--route-control_info_error__icon{display:flex;padding:10px;gap:10px;border-radius:12px;background:#ffeceb}.ymaps3--route-control_info_error__text-container{display:flex;flex-direction:column;align-items:center;gap:8px}.ymaps3--route-control_info_error__label{color:#000;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.ymaps3--route-control_info_error__description{color:#878787;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ymaps3--route-control_info_error__button{padding:8px 12px;border-radius:8px;border:none;background-color:#196dff;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:16px;cursor:pointer}.ymaps3--route-control_info_error__button:hover{background-color:#2e4ce5}.ymaps3--route-control._dark .ymaps3--route-control_parameters{background:#212326;box-shadow:0 4px 12px #12141a38,0 4px 24px #12141a24}.ymaps3--route-control._dark .ymaps3--route-control_modes .ymaps3--route-control_modes__container{background:#111}.ymaps3--route-control._dark .ymaps3--route-control_modes input[type=radio]:checked+label{background:#212326;color:#ccc}.ymaps3--route-control._dark .ymaps3--route-control_actions button{color:#3d7eff}.ymaps3--route-control._dark .ymaps3--route-control_actions button:disabled{color:#666}.ymaps3--route-control._dark .ymaps3--route-control_info{border:1px solid #393e46;background:#212326;box-shadow:0 4px 12px #12141a38,0 4px 24px #12141a24}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_container__value{color:#ccc}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_error__icon{background:#4f1f24}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_error__label{color:#ccc}.ymaps3--route-control._dark .ymaps3--route-control_info .ymaps3--route-control_info_loading{color:#f2f5fa}.ymaps3--search-control{display:flex;flex-direction:column;gap:4px 0;width:320px}.ymaps3--search-control._bottom{flex-direction:column-reverse}.ymaps3--search-control__form{position:relative}.ymaps3--search-control__input{outline:none;border:none;box-sizing:border-box;width:100%;height:48px;padding-left:16px;padding-right:50px;font-size:16px;border-radius:12px;box-shadow:0 2px 4px #5f698333,0 0 2px #5f698314}.ymaps3--search-control__input:focus{box-shadow:0 2px 12px #5f698333,0 0 6px #5f698314}.ymaps3--search-control__input::-moz-placeholder{color:#7b7d85}.ymaps3--search-control__input::placeholder{color:#7b7d85}.ymaps3--search-control__input._dark{color:#ccc;background-color:#111}.ymaps3--search-control__input._dark::-moz-placeholder{color:#92959f}.ymaps3--search-control__input._dark::placeholder{color:#92959f}.ymaps3--search-control__clear{display:block;border:0;outline:0;position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTQuMjkzLDE4LjI5MywxMC41ODYsMTIsNC4yOTMsNS43MDdBMSwxLDAsMCwxLDUuNzA3LDQuMjkzTDEyLDEwLjU4Nmw2LjI5My02LjI5M2ExLDEsMCwxLDEsMS40MTQsMS40MTRMMTMuNDE0LDEybDYuMjkzLDYuMjkzYTEsMSwwLDEsMS0xLjQxNCwxLjQxNEwxMiwxMy40MTQsNS43MDcsMTkuNzA3YTEsMSwwLDAsMS0xLjQxNC0xLjQxNFoiIGZpbGw9IiM0ZDRkNGQiLz48L3N2Zz4=) center no-repeat}.ymaps3--search-control__clear._hide{display:none}.ymaps3--tilt{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#34374a;border-radius:12px;background-color:#fff;box-shadow:0 2px 6px #0003}.ymaps3--tilt:hover{color:#050d33}.ymaps3--tilt_active{color:#2e4ce5;transition:color .4s}.ymaps3--tilt_active:hover{color:#2e4ce5}.ymaps3--tilt_indicator_in{width:8px;height:7px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIDU5MyAoU3Ryb2tlKSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjY2Nzk5IDAuNDk0MTFDMy44MjY0OSAwLjI1ODIzIDQuMTczNTEgMC4yNTgyMyA0LjMzMjAxIDAuNDk0MTExTDcuODE1OTMgNS42NzkwMUM3LjkyMjggNS44MzgwNiA3LjkwMTg2IDYuMDUwNTYgNy43NjYgNi4xODU3TDcuMTgxMTMgNi43Njc0NEM3LjA0NTM1IDYuOTAyNDkgNi44MzI5MSA2LjkyMjM2IDYuNjc0NDQgNi44MTQ4M0w0LjMzNjkgNS4yMjg2MkM0LjEzMzUxIDUuMDkwNTkgMy44NjY0OSA1LjA5MDU5IDMuNjYzMSA1LjIyODYyTDEuMzI1NTYgNi44MTQ4M0MxLjE2NzA5IDYuOTIyMzYgMC45NTQ2NDUgNi45MDI0OSAwLjgxODg2OSA2Ljc2NzQ0TDAuMjMzOTk4IDYuMTg1N0MwLjA5ODEzNzcgNi4wNTA1NiAwLjA3NzE5ODkgNS44MzgwNiAwLjE4NDA3MiA1LjY3OTAxTDMuNjY3OTkgMC40OTQxMVoiIGZpbGw9IiNFNEU2RUIiLz4KPC9zdmc+Cg==) center no-repeat}.ymaps3--tilt_indicator_out{width:8px;height:7px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIDU5MyAoU3Ryb2tlKSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjY2Nzk5IDAuNDk0MTFDMy44MjY0OSAwLjI1ODIzIDQuMTczNTEgMC4yNTgyMyA0LjMzMjAxIDAuNDk0MTExTDcuODE1OTMgNS42NzkwMUM3LjkyMjggNS44MzgwNiA3LjkwMTg2IDYuMDUwNTYgNy43NjYgNi4xODU3TDcuMTgxMTMgNi43Njc0NEM3LjA0NTM1IDYuOTAyNDkgNi44MzI5MSA2LjkyMjM2IDYuNjc0NDQgNi44MTQ4M0w0LjMzNjkgNS4yMjg2MkM0LjEzMzUxIDUuMDkwNTkgMy44NjY0OSA1LjA5MDU5IDMuNjYzMSA1LjIyODYyTDEuMzI1NTYgNi44MTQ4M0MxLjE2NzA5IDYuOTIyMzYgMC45NTQ2NDUgNi45MDI0OSAwLjgxODg2OSA2Ljc2NzQ0TDAuMjMzOTk4IDYuMTg1N0MwLjA5ODEzNzcgNi4wNTA1NiAwLjA3NzE5ODkgNS44MzgwNiAwLjE4NDA3MiA1LjY3OTAxTDMuNjY3OTkgMC40OTQxMVoiIGZpbGw9IiNFNEU2RUIiLz4KPC9zdmc+Cg==) center no-repeat;transform:rotate(180deg)}.ymaps3--tilt_indicator__active{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIDU5MyAoU3Ryb2tlKSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjY2Nzk5IDAuNDk0MTFDMy44MjY0OSAwLjI1ODIzIDQuMTczNTEgMC4yNTgyMyA0LjMzMjAxIDAuNDk0MTExTDcuODE1OTMgNS42NzkwMUM3LjkyMjggNS44MzgwNiA3LjkwMTg2IDYuMDUwNTYgNy43NjYgNi4xODU3TDcuMTgxMTMgNi43Njc0NEM3LjA0NTM1IDYuOTAyNDkgNi44MzI5MSA2LjkyMjM2IDYuNjc0NDQgNi44MTQ4M0w0LjMzNjkgNS4yMjg2MkM0LjEzMzUxIDUuMDkwNTkgMy44NjY0OSA1LjA5MDU5IDMuNjYzMSA1LjIyODYyTDEuMzI1NTYgNi44MTQ4M0MxLjE2NzA5IDYuOTIyMzYgMC45NTQ2NDUgNi45MDI0OSAwLjgxODg2OSA2Ljc2NzQ0TDAuMjMzOTk4IDYuMTg1N0MwLjA5ODEzNzcgNi4wNTA1NiAwLjA3NzE5ODkgNS44MzgwNiAwLjE4NDA3MiA1LjY3OTAxTDMuNjY3OTkgMC40OTQxMVoiIGZpbGw9IiMyRTRDRTUiLz4KPC9zdmc+Cg==) center no-repeat;transition:background .4s}.ymaps3--tilt_label{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:2px 0}.ymaps3--tilt-control__in-action{cursor:grabbing}.hide-indicator{display:none}.ymaps3--zoom-control{display:flex}.ymaps3--zoom-control_vertical{flex-direction:column}.ymaps3--zoom-control_horizontal{flex-direction:row-reverse}.ymaps3--zoom-control__in{display:block;width:24px;height:24px;border-bottom-right-radius:0;border-bottom-left-radius:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA1Ljk5MmMwLS41MzcuNDQ4LS45OTIgMS0uOTkyLjU1NiAwIDEgLjQ0NCAxIC45OTJWMTFoNS4wMDhjLjUzNyAwIC45OTIuNDQ4Ljk5MiAxIDAgLjU1Ni0uNDQ0IDEtLjk5MiAxSDEzdjUuMDA4YzAgLjUzNy0uNDQ4Ljk5Mi0xIC45OTItLjU1NiAwLTEtLjQ0NC0xLS45OTJWMTNINS45OTJDNS40NTUgMTMgNSAxMi41NTIgNSAxMmMwLS41NTYuNDQ0LTEgLjk5Mi0xSDExVjUuOTkyeiIgZmlsbD0iIzRkNGQ0ZCIvPjwvc3ZnPgo=) center no-repeat}.ymaps3--zoom-control__dark-in{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA1Ljk5MmMwLS41MzcuNDQ4LS45OTIgMS0uOTkyLjU1NiAwIDEgLjQ0NCAxIC45OTJWMTFoNS4wMDhjLjUzNyAwIC45OTIuNDQ4Ljk5MiAxIDAgLjU1Ni0uNDQ0IDEtLjk5MiAxSDEzdjUuMDA4YzAgLjUzNy0uNDQ4Ljk5Mi0xIC45OTItLjU1NiAwLTEtLjQ0NC0xLS45OTJWMTNINS45OTJDNS40NTUgMTMgNSAxMi41NTIgNSAxMmMwLS41NTYuNDQ0LTEgLjk5Mi0xSDExVjUuOTkyeiIgZmlsbD0iI2NjY2NjYyIvPjwvc3ZnPgo=) center no-repeat}.ymaps3--zoom-control__out{display:block;width:24px;height:24px;border-top-left-radius:0;border-top-right-radius:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDEyYTEgMSAwIDAgMSAxLTFoMTJhMSAxIDAgMSAxIDAgMkg2YTEgMSAwIDAgMS0xLTF6IiBmaWxsPSIjNGQ0ZDRkIi8+PC9zdmc+Cg==) center no-repeat}.ymaps3--zoom-control__dark-out{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDEyYTEgMSAwIDAgMSAxLTFoMTJhMSAxIDAgMSAxIDAgMkg2YTEgMSAwIDAgMS0xLTF6IiBmaWxsPSIjY2NjY2NjIi8+PC9zdmc+Cg==) center no-repeat}@keyframes ymaps3--popup-marker-show-top{0%{transform:translateY(12px);opacity:0}to{transform:none;opacity:1}}@keyframes ymaps3--popup-marker-show-bottom{0%{transform:translateY(-12px);opacity:0}to{transform:none;opacity:1}}@keyframes ymaps3--popup-marker-show-left{0%{transform:translate(12px);opacity:0}to{transform:none;opacity:1}}@keyframes ymaps3--popup-marker-show-right{0%{transform:translate(-12px);opacity:0}to{transform:none;opacity:1}}.ymaps3--popup-marker{--ymaps3-default-tail-height: 8px;--ymaps3-default-tail-width: 24px;--ymaps3-default-border-radius: 12px;--ymaps3-default-tail-height-and-offset: calc(var(--ymaps3-default-tail-height) + var(--ymaps3-default-offset));--ymaps3-default-popup-tail-rotate-offset: calc( var(--ymaps3-default-tail-width) / 2 - var(--ymaps3-default-tail-height) / 2 );--ymaps3-default-popup-tail-transform-top: translate(-50%, calc(-100% - var(--ymaps3-default-offset))) rotate(180deg);--ymaps3-default-popup-tail-transform-bottom: translate(-50%, var(--ymaps3-default-offset));position:absolute}.ymaps3--popup-marker.ymaps3--popup-marker__hide{display:none}.ymaps3--popup-marker svg{display:block}.ymaps3--popup-marker_container{width:-moz-max-content;width:max-content;max-width:500px;max-height:600px;display:block;position:absolute;padding:8px 12px;border-radius:var(--ymaps3-default-border-radius);background-color:#fff;color:#34374a;font-size:14px;font-style:normal;font-weight:400;line-height:20px;box-shadow:0 4px 12px #5f69831a,0 4px 24px #5f69830a;overflow:hidden;text-overflow:ellipsis}.ymaps3--popup-marker_container.ymaps3--popup-marker__dark{background-color:#272729;color:#c8c9cc}.ymaps3--popup-marker_tail{display:block;position:absolute;color:#fff}.ymaps3--popup-marker_tail.ymaps3--popup-marker__dark{color:#272729}.ymaps3--popup-marker_tail svg{filter:drop-shadow(0px 4px 24px rgba(95,105,131,.04)) drop-shadow(0px 4px 12px rgba(95,105,131,.1))}.ymaps3--popup-marker__position-top{animation:ymaps3--popup-marker-show-top .2s ease-out!important}.ymaps3--popup-marker__position-top .ymaps3--popup-marker_container{transform:translate(-50%,calc(-100% - var(--ymaps3-default-tail-height-and-offset)))}.ymaps3--popup-marker__position-top .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-top)}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-left .ymaps3--popup-marker_container{transform:translate(calc(-100% + var(--ymaps3-default-border-radius) + var(--ymaps3-default-tail-width) / 2),calc(-100% - var(--ymaps3-default-tail-height-and-offset)))}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-left .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-top)}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-right .ymaps3--popup-marker_container{transform:translate(calc(-1 * var(--ymaps3-default-border-radius) - var(--ymaps3-default-tail-width) / 2),calc(-100% - var(--ymaps3-default-tail-height-and-offset)))}.ymaps3--popup-marker__position-top.ymaps3--popup-marker__position-right .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-top)}.ymaps3--popup-marker__position-bottom{animation:ymaps3--popup-marker-show-bottom .2s ease-out!important}.ymaps3--popup-marker__position-bottom .ymaps3--popup-marker_container{transform:translate(-50%,var(--ymaps3-default-tail-height-and-offset))}.ymaps3--popup-marker__position-bottom .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-bottom)}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-left .ymaps3--popup-marker_container{transform:translate(calc(-100% + var(--ymaps3-default-border-radius) + var(--ymaps3-default-tail-width) / 2),var(--ymaps3-default-tail-height-and-offset))}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-left .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-bottom)}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-right .ymaps3--popup-marker_container{transform:translate(calc(-1 * var(--ymaps3-default-border-radius) - var(--ymaps3-default-tail-width) / 2),var(--ymaps3-default-tail-height-and-offset))}.ymaps3--popup-marker__position-bottom.ymaps3--popup-marker__position-right .ymaps3--popup-marker_tail{transform:var(--ymaps3-default-popup-tail-transform-bottom)}.ymaps3--popup-marker__position-left{animation:ymaps3--popup-marker-show-left .2s ease-out}.ymaps3--popup-marker__position-left .ymaps3--popup-marker_container{transform:translate(calc(-100% - var(--ymaps3-default-tail-height-and-offset) + 2px),-50%)}.ymaps3--popup-marker__position-left .ymaps3--popup-marker_tail{transform:translate(calc(-100% - var(--ymaps3-default-offset) + var(--ymaps3-default-popup-tail-rotate-offset)),-50%) rotate(90deg)}.ymaps3--popup-marker__position-right{animation:ymaps3--popup-marker-show-right .2s ease-out}.ymaps3--popup-marker__position-right .ymaps3--popup-marker_container{transform:translate(calc(var(--ymaps3-default-tail-height-and-offset) - 2px),-50%)}.ymaps3--popup-marker__position-right .ymaps3--popup-marker_tail{transform:translate(calc(var(--ymaps3-default-offset) - var(--ymaps3-default-popup-tail-rotate-offset)),-50%) rotate(-90deg)}@keyframes ymaps3--default-marker-hint-hover{0%{margin-left:-10px;opacity:0}to{margin-left:0;opacity:1}}.ymaps3--default-marker-point{position:absolute;cursor:pointer}.ymaps3--default-marker-point svg{display:block}.ymaps3--hint{box-sizing:border-box;position:absolute;max-width:190px;padding:4px 12px 4px 20px;flex-direction:column;align-items:center;border-radius:1000px;background:#ffffffd6;line-height:16px;white-space:nowrap;z-index:-2}.ymaps3--hint__stable{display:inline-flex}.ymaps3--hint__hovered{display:none}.ymaps3--default-marker-point:hover .ymaps3--hint__hovered{display:inline-flex;animation:ymaps3--default-marker-hint-hover .2s ease-out}.ymaps3--hint-title{display:block;width:100%;color:#050d33;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.ymaps3--hint-subtitle{display:block;width:100%;color:#7b7d85;font-size:12px;font-weight:400;overflow:hidden;text-overflow:ellipsis}.ymaps3--pin .ymaps3--default-marker__background{position:absolute;transform:translate(-50%,calc(-100% + 2px));filter:drop-shadow(0px 2px 6px rgba(24,27,34,.4))}.ymaps3--pin .ymaps3--default-marker__stroke{position:absolute;transform:translate(-50%,-50%);z-index:-1}.ymaps3--pin .ymaps3--default-marker__icon{position:absolute;transform:translate(-50%,-49px);z-index:1}.ymaps3--pin .ymaps3--hint{transform:translate(11px,-49px)}.ymaps3--pin .ymaps3--hint.ymaps3--hint__big{transform:translate(11px,-57px)}.ymaps3--small-poi .ymaps3--default-marker__background{position:absolute;transform:translate(-50%,-50%)}.ymaps3--small-poi .ymaps3--default-marker__stroke{position:absolute;transform:translate(-50%,-50%);z-index:-1;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.1))}.ymaps3--small-poi .ymaps3--default-marker__icon{position:absolute;z-index:1;transform:translate(-50%,-50%)}.ymaps3--small-poi .ymaps3--default-marker__icon svg{transform:scale(calc(14 / 24))}.ymaps3--small-poi .ymaps3--hint{transform:translateY(-12px)}.ymaps3--small-poi .ymaps3--hint.ymaps3--hint__big{transform:translateY(-20px)}.ymaps3--micro-poi .ymaps3--default-marker__background{position:absolute;transform:translate(-50%,-50%)}.ymaps3--micro-poi .ymaps3--default-marker__stroke{position:absolute;transform:translate(-50%,-50%);z-index:-1;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.1))}.ymaps3--micro-poi .ymaps3--hint{transform:translate(-1px,-12px)}.ymaps3--micro-poi .ymaps3--hint.ymaps3--hint__big{transform:translate(-1px,-20px)}.ymaps3--default-marker-point_dark .ymaps3--hint{background:#1d1e1fd6}.ymaps3--default-marker-point_dark .ymaps3--hint-title{color:#f2f5fa}.ymaps3--default-marker-point_dark .ymaps3--hint-subtitle{color:#7b7d85}.ymaps3--default-ruler-point_icon{position:absolute;cursor:pointer;transform:translate(-50%,-50%)}.ymaps3--default-ruler-point_icon svg{display:block}.ymaps3--default-ruler-preview-point{position:absolute;cursor:pointer;opacity:.6;transform:translate(-50%,-50%)}.ymaps3--default-ruler-preview-point svg{display:block}.ymaps3--default-ruler-point_tooltip{position:relative}.ymaps3--default-ruler-point_tooltip svg{display:block}.ymaps3--default-ruler-point_measurements{position:absolute;display:inline-flex;align-items:flex-start;padding:2px 6px;font-size:14px;font-weight:500;font-style:normal;line-height:20px;text-align:center;white-space:nowrap;color:#050d33;border-radius:8px;background:#fff;box-shadow:0 0 2px #5f698314,0 2px 4px #5f698333;transform:translate(10px,-50%)}.ymaps3--default-ruler-point_measurements.ymaps3--default-ruler-point__hidden,.ymaps3--default-ruler-point_actions.ymaps3--default-ruler-point__hidden{display:none}.ymaps3--default-ruler-point_actions{position:absolute;display:inline-flex;align-items:center;padding:0;border-radius:8px;background:#fff;box-shadow:0 0 2px #5f698314,0 2px 4px #5f698333;transform:translate(10px,14px)}.ymaps3--default-ruler-point_actions button{display:flex;justify-content:center;align-items:center;padding:8px;cursor:pointer;border:none;border-radius:8px;background:#fff0}.ymaps3--default-ruler-point_actions .ymaps3--default-ruler-point_actions__finish{display:flex;justify-content:center;align-items:center;padding:8px;gap:6px}.ymaps3--default-ruler-point_actions button:hover{color:#122db2}#dynamic-white[data-v-b1dd08ec],#dynamic-white[data-v-db7af396]{fill:var(--ui-white)}.st0[data-v-2cb5e7be]{fill:#ec008c}.st1[data-v-2cb5e7be]{fill:#fff}.st2[data-v-2cb5e7be]{fill:#00aaad}.st3[data-v-2cb5e7be]{fill:#f9a01b}.st4[data-v-2cb5e7be]{fill:#b2d235}
