[data-tooltip]{position:relative;display:inline-block}[data-tooltip]:after,[data-tooltip]:before{position:absolute;left:50%;transform:translate(-50%, -12px);z-index:1000;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;transition:opacity .35s ease .25s}[data-tooltip]:before{content:attr(data-tooltip);background:#333;color:#eee;padding:8px 12px;white-space:nowrap;bottom:100%;border-radius:3px;box-shadow:0 5px 15px -5px rgba(0, 0, 0, 0.65)}[data-tooltip]:after{content:"";background:transparent;border:8px solid transparent;border-top-color:#333}[data-tooltip]:active:after,[data-tooltip]:active:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{opacity:1}[data-tooltip].tooltip-multiline:before{width:100vw;max-width:240px;white-space:normal}[data-tooltip][class*=tooltip-bottom]:after,[data-tooltip][class*=tooltip-bottom]:before{transform:translate(-50%, 12px)}[data-tooltip][class*=tooltip-bottom]:before{bottom:auto;top:100%}[data-tooltip][class*=tooltip-bottom]:after{bottom:0;border:8px solid transparent;border-bottom-color:#333}[data-tooltip].tooltip-bottom-left:before{transform:translate(-24px, 12px)}[data-tooltip].tooltip-bottom-right:before{left:auto;right:50%;transform:translate(24px, 12px)}[data-tooltip].tooltip-top-left:before{transform:translate(-24px, -12px)}[data-tooltip].tooltip-top-right:before{left:auto;right:50%;transform:translate(24px, -12px)}/*! 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;color:inherit;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}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:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{outline:none;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}.button{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:3px;box-sizing:border-box;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px;text-decoration:none;text-transform:uppercase;transition:300ms ease;outline:none}.button>*{margin-right:5px}.button>*:last-child{margin-right:0}.button.button_skin-default{background:transparent;border:1px solid #425cff;color:#343434}.button.button_skin-default:hover{color:#425cff}.button.button_skin-default:active,.button.button_skin-default.is-active{background:rgba(208,218,234,.7);color:#384ab9}.button.button_skin-main{background:#425cff;border:0 none;color:#fff}.button.button_skin-main:hover{background:#384ab9}.button.button_skin-main:active,.button.button_skin-main.is-active{color:#d0daea}.button.button_skin-secondary{background:#fff;border:0 none;color:#343434}.button.button_skin-secondary:hover{color:#425cff}.button.button_skin-secondary:active,.button.button_skin-secondary.is-active{color:#384ab9}.button.button_skin-third{background:#fff;border:1px solid #e6e6e6;color:#343434}.button.button_skin-third:hover{border-color:#ababab}.button.button_skin-third:active,.button.button_skin-third.is-active{background:#f7f8fa;border-color:#ababab}.button.button_skin-fourth{background:#fff;border:1px solid #e6e6e6;color:#343434;text-transform:unset;border-radius:11px;font-weight:normal;padding:0 8px}.button.button_skin-fourth:hover{background:#f7f8fa;border-color:transparent}.button.button_skin-fourth:active,.button.button_skin-fourth.is-active{background:#f7f8fa;border-color:transparent}.button.button_skin-text{background:transparent;border-color:transparent;text-transform:capitalize;font-size:14px;font-weight:normal;padding:0;border-style:none;color:#343434}.button.button_skin-text:hover{color:#425cff}.button.button_skin-text:active{color:#384ab9}.button:disabled{cursor:not-allowed;background:#d0daea;border-color:#d0daea;color:#fff}.button.button_size-lg{height:34px;padding:8px 25px}.button.button_size-sm{height:34px;padding:7px 16px}.button.button_size-xs{font-size:12px;font-weight:400;height:30px;padding:5px 10px;text-transform:unset}.checkbox{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;cursor:pointer;font-family:Inter,sans-serif;position:relative;user-select:none}.checkbox__input{-webkit-appearance:none;background-color:#fff;background-position:50% 40%;background-repeat:no-repeat;border:1px solid #e6e6e6;border-radius:3px;cursor:pointer;height:15px;margin-right:15px;margin-top:2px;min-width:15px;transition:300ms ease;width:15px}.checkbox:hover .checkbox__input{border-color:#425cff}.checkbox_size-sm .checkbox__input{margin-top:0}.checkbox__input:checked{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3 3 4-5' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E");border-color:#425cff}.checkbox_size-sm .checkbox__input{margin-right:10px}.checkbox__inner{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;color:#343434;font-size:14px;font-weight:400;line-height:20px}.checkbox__inner.fullwidth{width:100%}.checkbox__inner>*{margin-right:5px}.checkbox__inner>*:last-child{margin-right:0}.checkbox__inner>img,.checkbox__inner>svg{margin-top:3px;min-width:10px}.checkbox__inner_center{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.checkbox_accent .checkbox__inner{font-weight:500}.checkbox_color-bright .checkbox__inner{color:#575757}.checkbox_size-sm .checkbox__inner{font-size:12px;line-height:15px}.checkbox_size-md .checkbox__inner{font-size:14px;line-height:20px}.checkbox_size-lg .checkbox__inner{font-size:16px;line-height:20px}.heading{font-family:Inter,sans-serif}.heading_bold{font-weight:bold}.text-input{position:relative;margin:0}.text-input__label{display:none}.text-input__field{border:0 none;border-bottom:1px solid #c1c1c1;color:#343434;font-size:16px;font-weight:200;height:40px;line-height:19px;width:100%}.text-input__field::placeholder{color:#818181}.text-input__field:disabled{border-color:rgba(208,218,234,.5);cursor:not-allowed}.text-input__error{position:absolute;top:100%;right:0;color:#db5125;text-align:right;font-size:10px;line-height:10px}.radio{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;cursor:pointer;position:relative;user-select:none}.radio__input{-webkit-appearance:none;background-color:#fff;background-position:50% 50%;background-repeat:no-repeat;border:1px solid #e6e6e6;border-radius:50%;height:15px;margin-right:15px;margin-top:2px;min-width:15px;width:15px}.radio:hover .radio__input{border-color:#425cff}.radio__input:checked{background-image:url("data:image/svg+xml,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' fill='%23425CFF'/%3E%3C/svg%3E");border-color:#425cff}.radio_size-sm .radio__input{margin-right:10px;margin-top:0}.radio_icon .radio__input{display:none}.radio__inner{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;color:#343434;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.radio__inner>*{margin-right:5px}.radio__inner>*:last-child{margin-right:0}.radio_size-sm .radio__inner{font-size:12px;line-height:15px}.radio_icon .radio__inner{display:flex;flex-direction:row;justify-content:center;align-items:center;background:transparent;border-radius:3px;height:100%;transition:300ms ease;width:100%}.radio_icon .radio__input:checked+.radio__inner{background:#425cff}.badge{font-size:12px;display:flex;height:20px;min-width:20px;color:#fff;border-radius:10px;align-items:center;justify-content:center}.badge.blue{background-color:#425cff}.badge.red{background-color:#db5125}.inline{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.inline>*{margin-right:16px}.inline>*:last-child{margin-right:0}.space-min{margin-bottom:5px}.space-min:last-child{margin-bottom:0}.space-xxs{margin-bottom:6px}.space-xxs:last-child{margin-bottom:0}.space-xs{margin-bottom:15px}.space-xs:last-child{margin-bottom:0}.space-sm{margin-bottom:20px}.space-sm:last-child{margin-bottom:0}.space-md{margin-bottom:28px}.space-md:last-child{margin-bottom:0}.space-lg{margin-bottom:32px}.space-lg:last-child{margin-bottom:0}.space-xl{margin-bottom:48px}.space-xl:last-child{margin-bottom:0}.space-xxl{margin-bottom:64px}.space-xxl:last-child{margin-bottom:0}.space-max{margin-bottom:80px}.space-max:last-child{margin-bottom:0}.map-draw{position:relative}.map-draw__wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0}.map-draw__item{background:transparent;border:0 none;outline:none;padding:0;background:#fff;cursor:pointer;padding:4px;position:relative;transition:300ms ease}.map-draw__item:first-child{padding-left:8px}.map-draw__item:last-child{padding-right:8px}.map-draw__item:hover{background:#f7f8fa}.map-draw__item+.map-draw__item:before{content:"";display:block;position:absolute;border-left:1px solid #f7f8fa;height:20px;left:-4px;top:50%;transform:translateY(-50%)}.map-draw__icon{background:transparent;border:0 none;outline:none;padding:0;display:block;height:24px;width:24px}.map-draw__icon_line{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8l-8 8' stroke='%23425CFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='8' r='2' fill='%23425CFF'/%3E%3Ccircle cx='8' cy='16' r='2' fill='%23425CFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-draw__icon_polygon{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h8v8H8V8z' stroke='%23425CFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='8' r='2' fill='%23425CFF'/%3E%3Ccircle cx='8' cy='16' r='2' fill='%23425CFF'/%3E%3Ccircle r='2' transform='matrix(1 0 0 -1 16 16)' fill='%23425CFF'/%3E%3Ccircle r='2' transform='matrix(1 0 0 -1 8 8)' fill='%23425CFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-draw__icon_point{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19c-2-3-5-6-5-9s2-5 5-5 5 2 5 5-3 6-5 9z' stroke='%23425CFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-draw__icon_download{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.549 14.758c.05.053.12.088.204.088a.278.278 0 00.205-.088l1.927-2.081a.307.307 0 000-.406.282.282 0 00-.392 0l-1.467 1.587V6.282A.274.274 0 0011.753 6a.274.274 0 00-.273.282v7.576l-1.466-1.587c-.102-.106-.29-.123-.392 0-.102.106-.12.3 0 .406l1.927 2.081z' fill='%23425CFF' stroke='%23425CFF'/%3E%3Cpath d='M17.185 13.077c-.157 0-.28.12-.28.276v2.114c0 .81-.664 1.464-1.485 1.464H8.045a1.474 1.474 0 01-1.486-1.464v-2.114a.274.274 0 00-.28-.276c-.157 0-.279.12-.279.276v2.114c0 1.12.927 2.033 2.063 2.033h7.374c1.136 0 2.063-.913 2.063-2.033v-2.114c-.035-.155-.157-.276-.315-.276z' fill='%23425CFF' stroke='%23425CFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-draw__icon_upload{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.593 15.155h-2.438v2.438a.407.407 0 11-.813 0v-2.438h-2.437a.406.406 0 010-.812h2.438v-2.438a.407.407 0 01.813 0v2.438h2.438a.406.406 0 11-.001.812zM16.56 8.597c0-1.647-1.007-2.785-2.786-2.785H9.597c-1.779 0-2.785 1.071-2.785 2.785v4.178c0 1.648 1.094 2.786 2.785 2.786h.374v.811H9.25A3.25 3.25 0 016 13.122V8.25A3.25 3.25 0 019.25 5h4.874a3.25 3.25 0 013.25 3.25v.722h-.813v-.375z' fill='%23425CFF'/%3E%3Cpath d='M9.97 15.56h-.373c-1.691 0-2.785-1.137-2.785-2.785V8.597c0-1.714 1.006-2.785 2.785-2.785h4.178c1.779 0 2.786 1.138 2.786 2.785v.375m-6.59 6.589v.811H9.25A3.25 3.25 0 016 13.122V8.25A3.25 3.25 0 019.25 5h4.874a3.25 3.25 0 013.25 3.25v.722M9.97 15.561a.406.406 0 11-.002.811m7.405-7.4h-.813m.813 0a.407.407 0 11-.813 0m2.032 6.183h-2.438v2.438a.407.407 0 11-.813 0v-2.438h-2.437a.406.406 0 010-.812h2.438v-2.438a.407.407 0 01.813 0v2.438h2.438a.406.406 0 11-.001.812z' stroke='%23425CFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-draw__icon_remove{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10v6m-8-6v6m0 0h4m-4 0l1 1h6l1-1m0 0h-4m0-6v6M12 7H7h10-5zm0 0V5' stroke='%23425CFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-layers{border-radius:3px;box-shadow:0px 0px 8px rgba(0,0,0,.1);display:flex;align-items:center}.map-layers__item>label{position:relative}.map-layers__item>label input[type=radio]{position:absolute;left:-9999;visibility:hidden}.map-layers__item>label input[type=radio]:checked+*{background:#425cff;color:#fff}.map-layers__item>label>div{display:flex;flex-direction:row;justify-content:center;align-items:center;background:#fff;color:#343434;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:500;height:32px;line-height:20px;padding:0 10px;text-align:center;transition:300ms ease}.map-layers__item>label>div:hover{color:#425cff}.map-measure{background:transparent;border:0 none;outline:none;padding:0;background:#fff;cursor:pointer;padding:4px;position:relative;transition:300ms ease;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:32px;left:calc(100% + 10px);opacity:0;padding:4px 8px;pointer-events:none;position:absolute;top:0;white-space:nowrap}.map-measure:first-child{padding-left:8px}.map-measure:last-child{padding-right:8px}.map-measure:hover{background:#f7f8fa}.map-measure+.map-measure:before{content:"";display:block;position:absolute;border-left:1px solid #f7f8fa;height:20px;left:-4px;top:50%;transform:translateY(-50%)}.map-measure.is-visible{opacity:1;pointer-events:auto}.map-measure__title{color:#425cff;font-family:Inter,sans-serif;font-size:12px;font-weight:bold;line-height:16px;margin-right:4px}.map-measure__value{color:#575757;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px}.map-navigation{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0}.map-navigation__item{background:transparent;border:0 none;outline:none;padding:0;background:#fff;cursor:pointer;padding:4px;position:relative;transition:300ms ease}.map-navigation__item:first-child{padding-left:8px}.map-navigation__item:last-child{padding-right:8px}.map-navigation__item:hover{background:#f7f8fa}.map-navigation__item+.map-navigation__item:before{content:"";display:block;position:absolute;border-left:1px solid #f7f8fa;height:20px;left:-4px;top:50%;transform:translateY(-50%)}.map-navigation__icon{background:transparent;border:0 none;outline:none;padding:0;display:block;height:24px;width:24px}.map-navigation__icon_plus{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' stroke-width='2' stroke-linecap='round' d='M7 12h10M12 7v10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-navigation__icon_minus{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' stroke-width='2' stroke-linecap='round' d='M7 12h10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-navigation__icon_compass{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19l-3-5h6l-3 5z' fill='%23D0DAEA' stroke='%23D0DAEA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5l3 5H9l3-5z' fill='%23425CFF' stroke='%23425CFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.map-tooltip{background-color:rgba(0,0,0,.5);border-radius:3px;color:#fff;display:none;font-family:"PT Root UI",sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:10px;padding:3px 10px;position:absolute;transform:translateY(-100%);z-index:99999}.mapboxgl-popup{top:-5px;flex-direction:row;z-index:10}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{width:0;height:0;border-style:solid;border-width:0 30px 30px 0;border-color:transparent #fff transparent transparent;position:absolute;top:0;left:-20px;z-index:1}.mapboxgl-popup-content{padding:0;border-radius:10px}.mapboxgl-popup-content .row{display:flex}.mapboxgl-popup-content .row .col{font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:8px 16px;line-height:15px}.mapboxgl-popup-content .row .col:first-child{width:160px;border-right-style:solid;border-right-width:1px;color:#ababab}.mapboxgl-popup-content .row .col:last-child{width:240px}.mapboxgl-popup-content .row .col--caption{width:100% !important;border-right:0 !important;color:#343434 !important}.mapboxgl-popup-content .row:first-child .col{padding-top:16px}.mapboxgl-popup-content .row:last-child .col{padding-bottom:16px}.map-objects{width:100%;margin-bottom:10px;border-radius:10px !important;background-color:#fff}.map-objects__item{margin:0 10px;padding:10px 0}.map-objects__item:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#f7f8fa}.map-objects__row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.map-objects__row.hidden{display:none}.map-objects__col{display:flex}.map-objects__col:first-child{flex-grow:1}.map-objects__col>svg{margin-top:2px}.map-objects__legend{position:relative;margin-top:7px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.map-objects__legend_column>div{width:50%;min-height:70px;display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.map-objects__legend_years{justify-content:space-between;margin-left:25px;margin-right:10px;width:100%}.map-objects__legend-item{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px;width:50%;color:#575757;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:5px}.map-objects__legend-item:last-child{margin-bottom:0}.map-objects__legend-item svg{min-width:7px;margin-top:4px;margin-right:5px}.map-objects__legend_column .map-objects__legend-item{width:auto}.map-objects__legend_years .map-objects__legend-item{width:auto;margin-bottom:0}.map-objects.hidden{display:none}.map-forests{width:215px;margin-bottom:10px;border-radius:10px !important;background-color:#fff}.map-forests__item{margin:0 10px;padding:10px 0}.map-forests__item:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#f7f8fa}.map-licenses{width:100%;border-radius:10px !important;background-color:#fff}.map-licenses__item{display:flex;margin:0 12px;padding:8px 0;align-items:center;justify-content:space-between}.map-licenses__item:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#f7f8fa}.map-licenses__item:after{display:block;width:12px;height:12px;content:"";border-width:2px;border-style:solid;border-radius:50%}.map-licenses__item:nth-of-type(1):after{border-color:#db5125;background-color:rgba(219,81,37,.3)}.map-licenses__item:nth-of-type(2):after{border-color:#425cff;background-color:rgba(66,92,255,.3)}.geo_legend__title{font-weight:600}.geo_legend__row{font-size:10px;display:flex;justify-content:space-between}.geo_legend__row img{margin-top:1px;width:195px}.coordinates.hidden{opacity:0}.coordinates{color:#fff;height:32px;background-color:#fff;border-radius:10px;overflow:hidden;display:flex;flex-direction:row;align-items:center;padding:4px 8px;transition:300ms ease}.coordinates span{color:#425cff;font-family:Inter,sans-serif;font-size:12px;font-weight:bold;line-height:16px}.coordinates pre{color:#575757;padding-left:5px;font-family:monospace;font-size:12px;font-weight:400;line-height:16px}.coordinate-system{color:#425cff;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:4px 8px;font-weight:bold;background-repeat:no-repeat;background-position:center;background-color:#fff;border-radius:10px;cursor:pointer;height:32px;transition:300ms ease;width:76px;margin-right:15px;user-select:none}.coordinate-system:hover{color:#fff;background-repeat:no-repeat;background-position:center;background-color:#425cff}.coordinate-system.hidden{display:none}.map-control{overflow:hidden;min-height:32px;pointer-events:auto;border-radius:10px;box-shadow:0px 0px 8px rgba(0,0,0,.1)}.aside{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background:#f7f8fa;box-shadow:5px 0 10px rgba(18,28,41,.1);height:100%;position:relative;z-index:1}.aside>*{width:100%}.aside__wrapper{padding:15px 30px;scrollbar-width:thin;overflow:auto}.aside__wrapper_large{padding:30px}.aside__footer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:30px 0;position:relative;z-index:1}.aside__title_1{color:#425cff;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:32px;text-transform:uppercase}.aside__title_2{color:#425cff;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:24px;text-transform:uppercase}.aside__subtitle{color:#343434;font-family:"PT Root UI",sans-serif;font-size:16px;font-weight:300;line-height:24px;text-transform:uppercase}.aside__divider{background:#f7f8fa;height:1px;width:250px}.breadcrumbs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:#343434;font-family:"PT Root UI",sans-serif;letter-spacing:.01em;position:relative}@media(max-width: 1439px){.breadcrumbs{font-size:12px;font-weight:400;line-height:16px}}@media(min-width: 1440px){.breadcrumbs{font-size:16px;font-weight:500;line-height:20px}}.breadcrumbs__item{position:relative}@media(max-width: 1439px){.breadcrumbs__item{margin-right:18px}.breadcrumbs__item:last-child{margin-right:0}}@media(min-width: 1440px){.breadcrumbs__item{margin-right:36px}.breadcrumbs__item:last-child{margin-right:0}}.breadcrumbs__item:before{content:"";display:block;position:absolute;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6l-5.293 5.293a1 1 0 000 1.414L15 18' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;top:50%;transform:translateY(-50%)}@media(max-width: 1439px){.breadcrumbs__item:before{height:16px;left:-16px;width:16px}}@media(min-width: 1440px){.breadcrumbs__item:before{height:24px;left:-32px;width:24px}}.breadcrumbs__item:last-child{color:#575757}.chart{position:relative;margin-bottom:32px}.chart__canvas{overflow:hidden;height:85px;margin-bottom:10px;border-radius:3px;background-color:#fff}.chart__canvas .ct-chart-donut{height:170px !important}.chart__canvas .ct-series-a path{fill:#3ba1ff}.chart__canvas .ct-series-b path{fill:#30ee87}.chart__labels{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;bottom:15px;width:100%}.chart__label{font-family:Inter,sans-serif;font-size:14px;line-height:20px;margin:0 25px}.checkbox-collapse{position:relative}.checkbox-collapse__trigger{margin-bottom:10px;position:relative}.checkbox-collapse__trigger:after{content:"";display:block;position:absolute;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.293 5.293a1 1 0 001.414 0L13 1' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;cursor:pointer;height:20px;right:0;top:0;transition:300ms ease;width:20px}.checkbox-collapse.is-opened .checkbox-collapse__trigger:after{transform:rotate(180deg)}.checkbox-collapse__trigger-no-icon:after{content:none}.checkbox-collapse__wrapper{display:none;margin-left:30px}.checkbox-collapse.is-opened .checkbox-collapse__wrapper{display:block}.checkbox-collapse__halfs{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.checkbox-collapse__halfs>*{width:50%}.collapse{margin-bottom:15px;background:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.06);padding:0 20px;position:relative;user-select:none}.collapse:last-child{margin-bottom:0}.collapse__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#343434;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;height:50px;position:relative}.collapse__header:after{content:"";display:block;position:relative;background:url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.293 5.293a1 1 0 001.414 0L13 1' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center;height:8px;transition:300ms ease;width:14px}.collapse__inner{display:none;padding:15px 0 20px}.collapse.is-opened .collapse__header{border-bottom:1px solid #e6e6e6}.collapse.is-opened .collapse__header:after{transform:rotate(180deg)}.collapse.is-opened .collapse__inner{display:block}.collapse__block{margin-bottom:18px}.collapse__block:last-child{margin-bottom:0}.collapse__label{color:#343434;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px;margin-bottom:16px}.collapse__group>*{margin-bottom:11px}.collapse__group>*:last-child{margin-bottom:0}.collapse__group>* *{color:#343434}.collapse__icons{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:16px}.sp-container{background:transparent;border:0 none;width:100%}.sp-container .sp-picker-container{padding-left:0;padding-right:0;padding-top:0}.sp-container .sp-color{border:0 none}.sp-container .sp-hue{border:0 none;border-radius:3px}.sp-container .sp-dragger{background:transparent;border:2px solid #fff;height:7px;opacity:1;width:7px}.sp-container .sp-slider{background:transparent;border:2px solid #fff;height:5px;opacity:1}.sp-container .sp-button-container{display:none}.colorpicker-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.colorpicker-input>span{color:#343434;font-family:Inter,sans-serif;font-size:14px;line-height:20px}.colorpicker-input__list{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #e6e6e6;border-radius:10px;height:40px;padding:7px 20px;width:182px}.colorpicker-input__item{-moz-appearance:textfield;border:0 none;color:#343434;display:block;font-family:Inter,sans-serif;font-size:14px;line-height:20px;position:relative;max-width:30px;text-align:center}.colorpicker-input__item::-webkit-outer-spin-button,.colorpicker-input__item::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.colorpicker-input__divider{border-right:1px solid #e6e6e6;height:26px}.container{display:block;margin:0 auto;position:relative;width:100%}@media(max-width: 1439px){.container{max-width:1080px}}@media(min-width: 1440px)and (max-width: 1599px){.container{max-width:1180px}}@media(min-width: 1600px){.container{max-width:1380px}}.container:before,.container:after{content:"";display:block;position:absolute;border-left:1px solid transparent;border-right:1px solid transparent;pointer-events:none;user-select:none;width:33.3%;z-index:-1}.auth-layout .container:before,.auth-layout .container:after{border-color:#fff}.default-layout .container:before,.default-layout .container:after{border-color:#f7f8fa}.container:before{bottom:0;left:0;top:0}.container:after{bottom:0;right:0;top:0}.datepicker{position:relative}.datepicker input{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.293 5.293a1 1 0 001.414 0L13 1' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 15px top 50%;background-repeat:no-repeat;background-color:#fff;border:1px solid #e6e6e6;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:40px;height:40px;padding:0 20px;width:100%}.drawer{background:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;box-shadow:5px 0 10px rgba(18,28,41,.1);height:auto !important;max-height:85vh;left:-340px;overflow:hidden;position:absolute;top:15px;transition:600ms ease;width:300px;z-index:40}.drawer.is-active{left:340px}.drawer__wrapper{font-family:"PT Root UI",sans-serif;font-size:14px;font-weight:400;line-height:16px;max-height:85vh;overflow-y:auto;padding:20px 30px;position:relative;scrollbar-width:thin}.drawer__wrapper .content{margin-bottom:23px;color:#575757;font-family:"PT Root UI",sans-serif;font-size:14px;font-weight:400;line-height:16px}.drawer__wrapper .content:last-child{margin-bottom:0}.drawer__wrapper .content span{color:#425cff;display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:16px;margin-bottom:7px}.drawer__wrapper .caption{color:#343434;font-family:"PT Root UI",sans-serif;font-size:16px;font-weight:300;line-height:24px;margin-bottom:28px;margin-top:40px;text-transform:uppercase}.drawer__title{color:#343434;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin-bottom:20px;max-width:calc(100% - 20px)}.drawer .leftblock2__caption,.drawer__subtitle{border-bottom:1px solid #e6e6e6;color:#425cff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin-bottom:15px;padding-bottom:5px;padding-right:20px}.drawer .info-kad>div{color:#343434;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin-bottom:15px}.drawer .info-kad>div:last-child{margin-bottom:30px}.drawer .info-kad>div>span{color:#ababab;display:block;font-size:12px;line-height:15px}.drawer__close{cursor:pointer;opacity:1;position:absolute;right:15px;top:20px;transition:300ms ease}.drawer__close:hover{opacity:.6}@media screen{.modal__overlay{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;display:none;width:100vw;height:100vh;background-color:rgba(0,0,0,.25);align-items:center;justify-content:center}.modal__overlay.is-active{display:flex}.modal__wrapper{position:absolute;z-index:11;overflow:hidden;width:1200px;height:500px;transition:600ms ease;border-radius:10px;background:#fff;box-shadow:5px 0 10px rgba(18,28,41,.1)}.modal__close{position:absolute;top:24px;right:24px;cursor:pointer}.modal__body{display:flex;height:100%}.modal__body-view{width:55%}.modal__body-data{overflow:auto;width:45%;padding:24px}}@media print{.modal__overlay{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;background-color:#fff}.modal__wrapper{position:absolute;z-index:11;overflow:hidden;width:100%;height:100%;transition:600ms ease;background-color:#fff}.modal__close{display:none !important}.modal__body{-webkit-print-color-adjust:exact;display:block !important;width:100%;height:100%}.modal__body-view{height:50%}.modal__body-data{height:50%;margin-top:32px}}.download{display:inline-flex;align-items:center;margin-bottom:32px}.download__icon{margin-right:9px;width:20px;height:20px}.download:hover{color:#425cff}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#f7f8fa;box-shadow:0px 0px 10px rgba(0,0,0,.1);height:70px;padding:0;position:relative;width:100%;z-index:100}.header__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;padding:0 50px;width:100%}@media(max-width: 1439px){.header__wrapper>*{margin-right:24px}.header__wrapper>*:last-child{margin-right:0}}@media(min-width: 1440px){.header__wrapper>*{margin-right:32px}.header__wrapper>*:last-child{margin-right:0}}@media(max-width: 1439px){.header__logo{min-width:235px}}@media(min-width: 1440px){.header__logo{min-width:270px}}.header__breadcrumbs{flex:1}.header__links{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header__links>*{margin-right:40px}.header__links>*:last-child{margin-right:0}.header__link{color:#384ab9;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:16px;text-transform:uppercase;transition:300ms ease}.header__link:hover{color:#425cff}.header__auth{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#425cff;height:100%;min-width:332px;padding:0 30px}.header__user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.header__user span{color:#fff;font-size:13px;font-weight:500;line-height:16px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__user svg{margin-right:8px;display:block;min-width:22px}.header__user svg:last-child{margin-right:0}.header__logout button{max-width:70px}.icon{background-position:center;background-repeat:no-repeat;cursor:pointer;display:block;height:18px;transition:background-image 300ms ease;width:18px}.icon_close{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5.293 5.293a1 1 0 001.414 0L15 3M3 15l5.293-5.293a1 1 0 011.414 0L15 15' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.icon_potree-angle{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' d='M1.5 4v10M14 16.5H4'/%3E%3Crect width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect y='15' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect x='15' y='15' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Cpath d='M8.5 15A5.5 5.5 0 003 9.5' stroke='%23343434'/%3E%3C/svg%3E%0A")}.icon_potree-angle:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M1.5 4v10M14 16.5H4'/%3E%3Crect width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect y='15' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect x='15' y='15' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Cpath d='M8.5 15A5.5 5.5 0 003 9.5' stroke='%23425CFF'/%3E%3C/svg%3E%0A")}.icon_potree-area{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' d='M16.5 4v10M4 1.5h10M4 16.5h10'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 18 0)' fill='%23343434'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 3 0)' fill='%23343434'/%3E%3Cpath d='M6 9a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z' fill='%23343434'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 18 15)' fill='%23343434'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 3 15)' fill='%23343434'/%3E%3Cpath stroke='%23343434' d='M2.474 14.158l1-3M2.474 3.842l1 3'/%3E%3C/svg%3E%0A")}.icon_potree-area:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M16.5 4v10M4 1.5h10M4 16.5h10'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 18 0)' fill='%23425CFF'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 3 0)' fill='%23425CFF'/%3E%3Cpath d='M6 9a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z' fill='%23425CFF'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 18 15)' fill='%23425CFF'/%3E%3Crect width='3' height='3' rx='1.5' transform='matrix(-1 0 0 1 3 15)' fill='%23425CFF'/%3E%3Cpath stroke='%23425CFF' d='M2.474 14.158l1-3M2.474 3.842l1 3'/%3E%3C/svg%3E%0A")}.icon_potree-volume{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' d='M9 6.5H4M14 1.5H9M9 16.5H4M13.646 14.646l1-1M13.646 4.646l1-1M3.646 4.646l1-1M11.5 9v5M16.5 4v5'/%3E%3Cpath d='M0 6.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM5 1.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z' fill='%23343434'/%3E%3Crect x='10' y='5' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect x='15' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect y='15' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect x='10' y='15' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect x='15' y='10' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Cpath d='M1.5 14V9' stroke='%23343434'/%3E%3C/svg%3E%0A")}.icon_potree-volume:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M9 6.5H4M14 1.5H9M9 16.5H4M13.646 14.646l1-1M13.646 4.646l1-1M3.646 4.646l1-1M11.5 9v5M16.5 4v5'/%3E%3Cpath d='M0 6.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM5 1.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z' fill='%23425CFF'/%3E%3Crect x='10' y='5' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect x='15' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect y='15' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect x='10' y='15' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect x='15' y='10' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Cpath d='M1.5 14V9' stroke='%23425CFF'/%3E%3C/svg%3E%0A")}.icon_potree-profile{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' stroke='%23343434'%3E%3Cpath d='M17.5 8L12 4l-4 6-4-3-3 10'/%3E%3Cpath d='M.5.5h17v17H.5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon_potree-profile:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' stroke='%23425CFF'%3E%3Cpath d='M17.5 8L12 4l-4 6-4-3-3 10'/%3E%3Cpath d='M.5.5h17v17H.5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon_potree-circle{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23343434'/%3E%3Ccircle cx='15.5' cy='3.5' r='2' fill='%23343434' stroke='%23F7F8FA'/%3E%3C/svg%3E%0A")}.icon_potree-circle:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23425CFF'/%3E%3Ccircle cx='15.5' cy='3.5' r='2' fill='%23425CFF' stroke='%23F7F8FA'/%3E%3C/svg%3E%0A")}.icon_potree-distance{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.35355' y1='3.64645' x2='14.3536' y2='13.6464' stroke='%23343434'/%3E%3Crect width='3' height='3' rx='1.5' fill='%23343434'/%3E%3Crect x='15' y='15' width='3' height='3' rx='1.5' fill='%23343434'/%3E%3C/svg%3E%0A")}.icon_potree-distance:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.35355' y1='3.64645' x2='14.3536' y2='13.6464' stroke='%23425CFF'/%3E%3Crect width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3Crect x='15' y='15' width='3' height='3' rx='1.5' fill='%23425CFF'/%3E%3C/svg%3E%0A")}.icon_potree-point{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='2.5' fill='%23343434' stroke='%23343434'/%3E%3C/svg%3E%0A")}.icon_potree-point:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='2.5' fill='%23425CFF' stroke='%23425CFF'/%3E%3C/svg%3E%0A")}.icon_potree-height{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4v10' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cpath d='M6.5 1.5h-6v15h6M11.5 1.5h6v15h-6' stroke='%23343434'/%3E%3Cpath d='M7.5 1.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM7.5 16.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z' fill='%23343434'/%3E%3C/svg%3E%0A")}.icon_potree-height:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4v10' stroke='%23425CFF' stroke-dasharray='2 2'/%3E%3Cpath d='M6.5 1.5h-6v15h6M11.5 1.5h6v15h-6' stroke='%23425CFF'/%3E%3Cpath d='M7.5 1.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM7.5 16.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z' fill='%23425CFF'/%3E%3C/svg%3E%0A")}.icon_potree-bottom{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M4 16.5h10'/%3E%3Cpath stroke='%23E6E6E6' d='M1.5 4v10M16.5 4v10M4 1.5h10'/%3E%3Cpath fill='%23425CFF' d='M0 18v-3h3v3z'/%3E%3Cpath fill='%23E6E6E6' d='M0 3V0h3v3z'/%3E%3Cpath fill='%23425CFF' d='M15 18v-3h3v3z'/%3E%3Cpath fill='%23E6E6E6' d='M15 3V0h3v3z'/%3E%3C/svg%3E")}.icon_potree-bottom:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' d='M4 16.5h10'/%3E%3Cpath stroke='%237B8DFF' d='M1.5 4v10M16.5 4v10M4 1.5h10'/%3E%3Cpath fill='%23FFFFFF' d='M0 18v-3h3v3z'/%3E%3Cpath fill='%237B8DFF' d='M0 3V0h3v3z'/%3E%3Cpath fill='%23FFFFFF' d='M15 18v-3h3v3z'/%3E%3Cpath fill='%237B8DFF' d='M15 3V0h3v3z'/%3E%3C/svg%3E%0A")}.icon_potree-right{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M16.5 14V4'/%3E%3Cpath stroke='%23E6E6E6' d='M4 16.5h10M4 1.5h10M1.5 14V4'/%3E%3Cpath fill='%23425CFF' d='M18 18h-3v-3h3z'/%3E%3Cpath fill='%23E6E6E6' d='M3 18H0v-3h3z'/%3E%3Cpath fill='%23425CFF' d='M18 3h-3V0h3z'/%3E%3Cpath fill='%23E6E6E6' d='M3 3H0V0h3z'/%3E%3C/svg%3E%0A")}.icon_potree-right:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M16.5 14V4'/%3E%3Cpath stroke='%237B8DFF' d='M4 16.5h10M4 1.5h10M1.5 14V4'/%3E%3Cpath fill='%23fff' d='M18 18h-3v-3h3z'/%3E%3Cpath fill='%237B8DFF' d='M3 18H0v-3h3z'/%3E%3Cpath fill='%23fff' d='M18 3h-3V0h3z'/%3E%3Cpath fill='%237B8DFF' d='M3 3H0V0h3z'/%3E%3C/svg%3E%0A")}.icon_potree-left{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M1.5 4v10'/%3E%3Cpath stroke='%23E6E6E6' d='M14 1.5H4M14 16.5H4M16.5 4v10'/%3E%3Cpath fill='%23425CFF' d='M0 0h3v3H0z'/%3E%3Cpath fill='%23E6E6E6' d='M15 0h3v3h-3z'/%3E%3Cpath fill='%23425CFF' d='M0 15h3v3H0z'/%3E%3Cpath fill='%23E6E6E6' d='M15 15h3v3h-3z'/%3E%3C/svg%3E")}.icon_potree-left:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' d='M1.5 4v10'/%3E%3Cpath stroke='%237B8DFF' d='M14 1.5H4M14 16.5H4M16.5 4v10'/%3E%3Cpath fill='%23FFFFFF' d='M0 0h3v3H0z'/%3E%3Cpath fill='%237B8DFF' d='M15 0h3v3h-3z'/%3E%3Cpath fill='%23FFFFFF' d='M0 15h3v3H0z'/%3E%3Cpath fill='%237B8DFF' d='M15 15h3v3h-3z'/%3E%3C/svg%3E%0A")}.icon_potree-top{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M14 1.5H4'/%3E%3Cpath stroke='%23E6E6E6' d='M16.5 14V4M1.5 14V4M14 16.5H4'/%3E%3Cpath fill='%23425CFF' d='M18 0v3h-3V0z'/%3E%3Cpath fill='%23E6E6E6' d='M18 15v3h-3v-3z'/%3E%3Cpath fill='%23425CFF' d='M3 0v3H0V0z'/%3E%3Cpath fill='%23E6E6E6' d='M3 15v3H0v-3z'/%3E%3C/svg%3E")}.icon_potree-top:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' d='M14 1.5H4'/%3E%3Cpath stroke='%237B8DFF' d='M16.5 14V4M1.5 14V4M14 16.5H4'/%3E%3Cpath fill='%23FFFFFF' d='M18 0v3h-3V0z'/%3E%3Cpath fill='%237B8DFF' d='M18 15v3h-3v-3z'/%3E%3Cpath fill='%23FFFFFF' d='M3 0v3H0V0z'/%3E%3Cpath fill='%237B8DFF' d='M3 15v3H0v-3z'/%3E%3C/svg%3E%0A")}.icon_potree-front{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23E6E6E6' d='M1.5 4v10M14 1.5H4M14 16.5H4M16.5 4v10'/%3E%3Cpath fill='%23425CFF' d='M0 0h3v3H0zM15 0h3v3h-3zM0 15h3v3H0zM15 15h3v3h-3z'/%3E%3C/svg%3E")}.icon_potree-front:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%237B8DFF' d='M1.5 4v10M14 1.5H4M14 16.5H4M16.5 4v10'/%3E%3Cpath fill='%23FFFFFF' d='M0 0h3v3H0zM15 0h3v3h-3zM0 15h3v3H0zM15 15h3v3h-3z'/%3E%3C/svg%3E%0A")}.icon_potree-back{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M1.5 4v10M14 1.5H4M14 16.5H4M16.5 4v10'/%3E%3Cpath fill='%23E6E6E6' d='M0 0h3v3H0zM15 0h3v3h-3zM0 15h3v3H0zM15 15h3v3h-3z'/%3E%3C/svg%3E%0A")}.icon_potree-back:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' d='M1.5 4v10M14 1.5H4M14 16.5H4M16.5 4v10'/%3E%3Cpath fill='%237B8DFF' d='M0 0h3v3H0zM15 0h3v3h-3zM0 15h3v3H0zM15 15h3v3h-3z'/%3E%3C/svg%3E%0A")}.icon_potree-highlight{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3C/svg%3E%0A")}.icon_potree-highlight:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3C/svg%3E%0A")}.icon_potree-highlight.is-active{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3C/svg%3E%0A") !important}.icon_potree-show-inside{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3Cpath fill='%23343434' d='M4 4h10v10H4z'/%3E%3C/svg%3E%0A")}.icon_potree-show-inside:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3Cpath fill='%23425CFF' d='M4 4h10v10H4z'/%3E%3C/svg%3E%0A")}.icon_potree-show-inside.is-active{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3Cpath fill='%23FFFFFF' d='M4 4h10v10H4z'/%3E%3C/svg%3E%0A") !important}.icon_potree-show-outside{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' stroke-width='3' d='M1.5 1.5h15v15h-15z'/%3E%3Cpath stroke='%23343434' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3C/svg%3E%0A")}.icon_potree-show-outside:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' stroke-width='3' d='M1.5 1.5h15v15h-15z'/%3E%3Cpath stroke='%23425CFF' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3C/svg%3E%0A")}.icon_potree-show-outside.is-active{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='3' d='M1.5 1.5h15v15h-15z'/%3E%3Cpath stroke='%23FFFFFF' stroke-dasharray='2 2' d='M3.5 3.5h11v11h-11z'/%3E%3C/svg%3E%0A") !important}.icon_potree-cross-all{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23343434' d='M6.5.5h11v11h-11z'/%3E%3Cpath stroke='%23343434' d='M.5 6.5h11v11H.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12H6V6h6v6z' fill='%23343434'/%3E%3C/svg%3E%0A")}.icon_potree-cross-all:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23425CFF' d='M6.5.5h11v11h-11z'/%3E%3Cpath stroke='%23425CFF' d='M.5 6.5h11v11H.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12H6V6h6v6z' fill='%23425CFF'/%3E%3C/svg%3E%0A")}.icon_potree-cross-all.is-active{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' d='M6.5.5h11v11h-11z'/%3E%3Cpath stroke='%23FFFFFF' d='M.5 6.5h11v11H.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12H6V6h6v6z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") !important}.icon_potree-cross-any{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23343434' d='M6 0h12v12H6z'/%3E%3Cpath fill='%23343434' d='M0 6h12v12H0z'/%3E%3C/svg%3E%0A")}.icon_potree-cross-any:hover{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23425CFF' d='M6 0h12v12H6z'/%3E%3Cpath fill='%23425CFF' d='M0 6h12v12H0z'/%3E%3C/svg%3E%0A")}.icon_potree-cross-any.is-active{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M6 0h12v12H6z'/%3E%3Cpath fill='%23FFFFFF' d='M0 6h12v12H0z'/%3E%3C/svg%3E%0A") !important}.logo__link{display:block;margin-bottom:3px}.logo_size-lg .logo__link{font-size:28px;font-weight:bold;line-height:34px}.logo_size-sm .logo__link{font-size:18px;font-weight:bold;line-height:21px}.logo_size-lg .logo__text{font-size:15px;font-weight:500;line-height:19px}.logo_size-sm .logo__text{font-size:13px;font-weight:500;line-height:15px}.map{position:relative;height:100%;width:100%}.select{margin-bottom:24px}.select:last-child{margin-bottom:0}.select__label{color:#343434;display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-bottom:10px}.select .ui-selectmenu-button{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e6e6e6;border-radius:10px;height:40px;padding:10px 20px;outline:none;width:100%}.select .ui-selectmenu-button.ui-selectmenu-button-open{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.select .ui-selectmenu-button:hover .ui-selectmenu-text{color:#425cff}.select .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s{background:url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.293 5.293a1 1 0 001.414 0L13 1' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center;height:8px;transition:300ms ease;width:14px}.ui-selectmenu-button-open .select .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s{transform:rotate(180deg)}.select .ui-selectmenu-text{color:#343434;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.ui-selectmenu-menu .ui-menu{border:1px solid #e6e6e6;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0 none;list-style:none;margin:0;max-height:150px;overflow-x:hidden;overflow-y:auto;padding:0 20px}.ui-selectmenu-menu .ui-menu .ui-menu-item{border-top:1px solid #e6e6e6;cursor:pointer}.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper{border:0 none;box-sizing:border-box;color:#ababab;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;padding:10px 0}.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{color:#343434}.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active{background:unset;color:#425cff;margin:0}.details{position:relative;overflow:hidden;transition:min-height .15s linear,max-height .5s linear}.details summary{display:inline-block;cursor:pointer;width:100%;padding-bottom:4px;border-bottom-color:#d0daea;border-bottom-style:solid;border-bottom-width:1px;outline:0}.details summary::-webkit-details-marker{display:none}.details summary::-moz-list-bullet{list-style-type:none}.details summary:hover{color:#425cff}.details summary span{border-bottom:1px currentColor dotted}.details summary::after{position:absolute;top:0;right:0;width:14px;height:8px;content:"";transition:transform .3s linear;background:url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.293 5.293a1 1 0 001.414 0L13 1' stroke='%23425CFF' stroke-width='1.5'/%3E%3C/svg%3E")}.details summary~*{opacity:0}.details[open] summary{color:#425cff}.details[open] summary:after{transform:rotate(180deg)}.details[open] summary~*{opacity:1}.ct-chart--zu .class-processing{fill:#007bff}.ct-chart--zu .class-dkr{fill:#2fd05c}.ct-chart--zu .class-nedra{fill:rgba(255,0,0,.7)}.ct-chart--zu .class-otval{fill:#ffa900}.ct-chart--zu .class-nogeometry{fill:#fff155}.ct-chart--zu .class-kugi{fill:#7743b7}.js-chart text{fill:#343434}.js-chart .ct-series-a path{fill:#3ba1ff !important}.js-chart .ct-series-b path{fill:#30ee87 !important}.sp-container .sp-picker-container{box-sizing:border-box;width:100%}.sp-container .sp-color,.sp-container .sp-color .sp-sat,.sp-container .sp-color .sp-sat .sp-val{border-radius:3px}body .ui-datepicker{margin-top:10px;z-index:9999 !important}body .ui-datepicker.ui-widget-content{background:#fff;border:0 none;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.06);padding:15px 20px;width:270px}body .ui-datepicker .ui-datepicker-header{background:transparent;border:0 none;border-radius:10px;color:#343434;font-weight:400;padding:0;margin-bottom:5px}body .ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-size:14px;line-height:20px;margin:0;text-align:left}body .ui-datepicker .ui-datepicker-header .ui-datepicker-next{background:transparent !important;border:0 none !important;border-radius:0 !important;cursor:pointer;height:20px;left:unset;right:0;top:0;width:20px}body .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7L10.7071 12.2929C10.3166 12.6834 9.68342 12.6834 9.29289 12.2929L4 7' stroke='%23575757' stroke-width='1.5'/%3E%3C/svg%3E%0A");height:20px;margin:0;top:0;left:0;width:20px}body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{background:transparent !important;border:0 none !important;border-radius:0 !important;cursor:pointer;height:20px;left:unset;right:25px;top:0;width:20px}body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13L10.7071 7.70711C10.3166 7.31658 9.68342 7.31658 9.29289 7.70711L4 13' stroke='%23575757' stroke-width='1.5'/%3E%3C/svg%3E%0A");height:20px;margin:0;top:0;left:0;width:20px}body .ui-datepicker .ui-datepicker-calendar thead{color:#425cff}body .ui-datepicker .ui-datepicker-calendar thead th{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:20px;padding:0;text-transform:lowercase}body .ui-datepicker .ui-datepicker-calendar tbody td{border:0 none;padding:0}body .ui-datepicker .ui-datepicker-calendar tbody td a,body .ui-datepicker .ui-datepicker-calendar tbody td span{background:transparent;border:0 none;border-radius:3px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:500;height:26px;line-height:26px;margin:0 auto;padding:0;text-align:center;transition:300ms ease;width:26px}body .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled{cursor:not-allowed;opacity:1}body .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled a,body .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled span{color:#d0daea}body .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a,body .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day span{background:#d0daea;color:#343434}body .ui-datepicker .ui-datepicker-calendar tbody td:hover a{background:#425cff;color:#fff}.mapboxgl-ctrl-top-right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;box-sizing:border-box;margin:20px;flex-wrap:wrap;min-width:215px;max-width:215px;right:0;top:0}.mapboxgl-ctrl-bottom-right{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px;right:0;left:0;z-index:20}.mapboxgl-ctrl-bottom-right>*:not(:last-child){margin-right:16px}.mapboxgl-ctrl-group.mapboxgl-ctrl{display:none !important;pointer-events:none}.mapboxgl-ctrl-bottom-left>:last-child{display:none !important}.mapboxgl-ctrl-attrib{display:none !important}.ps .ps__rail-y{background-color:#fff !important;opacity:1 !important;width:7px !important}.ps .ps__rail-y:hover,.ps .ps__rail-y:focus{width:7px !important}.ps .ps__rail-y .ps__thumb-y{background-color:#425cff !important;border-radius:0;right:0;width:7px !important}body .ui-selectmenu-button.ui-button{background:url("/assets/images/icons/collapse-plus.svg") no-repeat,#fff;background-position:right 15px top 50%;border:1px solid #e6e6e6;border-radius:10px;cursor:pointer;display:block;height:40px;outline:none;padding:0 20px;z-index:9999 !important;width:100%}body .ui-selectmenu-button.ui-button.ui-selectmenu-button-open{border-bottom:0 none;border-bottom-left-radius:0;border-bottom-right-radius:0}body .ui-selectmenu-button.ui-button .ui-selectmenu-icon{display:none}body .ui-selectmenu-button.ui-button .ui-selectmenu-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:40px;width:100%}html{min-width:1280px}body{color:#343434;font-family:"PT Root UI",sans-serif;font-size:14px;font-weight:500;letter-spacing:.02em;line-height:16px;height:100%;position:relative;scrollbar-color:#425cff #f5f5f5 !important;scrollbar-width:thin;width:100%}body ::-webkit-scrollbar-track{background-color:#fff}body ::-webkit-scrollbar{width:7px;background-color:#f5f5f5}body ::-webkit-scrollbar-thumb{background-color:#425cff}*,::after,::before{box-sizing:border-box}canvas{outline:none !important}[data-tooltip]:after{content:none !important}
