@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";body{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;margin:0;padding:0}header,footer,section,article,main,div,ul{box-sizing:border-box;display:block;margin:0;padding:0;border:0}button{cursor:pointer}.hidden{display:none}.header{position:fixed;top:12px;left:12px;width:calc(100% - 24px);height:75px;padding:16px;background-color:#1e1e1e;border-radius:15px;z-index:10;display:flex;justify-content:space-between}.header .logo{height:100%}.header .headerControls{display:flex;width:55%;justify-content:space-between;align-items:center;padding-right:80px}.header .headerControls .dropdownSection{display:flex;gap:20px}.header .headerControls .cabinetSection{display:flex;gap:12px}.header .cabinetSection{position:relative}.header .cabinetSection .cabinetDropdown{position:absolute;top:45px;right:0;width:150px;border:1px solid #19E8CC;background-color:#1e1e1e;border-radius:8px;padding:5px;z-index:100}.header .cabinetSection .cabinetDropdown__list{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0}.header .cabinetSection .cabinetDropdown__item{padding:8px 12px;background-color:#1e1e1e;color:#fff;font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;display:flex;align-items:center;gap:12px;border-radius:8px;cursor:pointer}.header .cabinetSection .cabinetDropdown__item:hover{background-color:#8d9694}.iconButton{display:flex;height:40px;width:40px;justify-content:center;align-items:center;border-radius:8px;border:none;cursor:pointer}.iconButton_transparent{background-color:transparent}.iconButton_header{background-color:#19e8cc8c;width:45px;height:45px}.iconButton_control{background-color:#1e1e1e}.iconButton:hover{background-color:#8d9694}.iconButton:active{background-color:#56867b}.dropdown__container{position:relative;display:inline-block}.dropdown__container .dropdown__button{border:none;padding:10px 12px;display:flex;align-items:center;gap:12px;font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;color:#fff;border-radius:8px;cursor:pointer}.dropdown__container .dropdown__button.active{border-radius:8px 8px 0 0}.dropdown__container .dropdown__list{position:absolute;list-style:none;margin:0;display:flex;flex-direction:column;border-radius:0 0 8px 8px;background-color:#1e1e1e;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff;padding:5px 0;width:100%}.dropdown__container .dropdown__list .dropdown__item{padding:5px 16px;cursor:pointer}.dropdown__container .dropdown__list .dropdown__item:hover{background-color:#8d9694}.dropdown__container.dropdown_control .dropdown__button{background-color:#1e1e1e}.dropdown__container.dropdown_header .dropdown__button{background-color:#4dfbde80}.guidesCard{width:100%;max-width:1070px;margin:0 20px;height:auto;background-color:#151515;border-radius:8px;overflow:hidden}.guidesCard__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center}.guidesCard__titleWrapper{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#358c7e8f;border-radius:8px 8px 0 0}.guidesCard__title{font-family:Inter;font-weight:600;font-size:28.47px;letter-spacing:0px;color:#fff;margin:0}.guidesCard__backButton{font-family:Inter;font-weight:600;font-size:20px;letter-spacing:0px;color:#fff;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px}.guidesCard__backButton:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='25'%20viewBox='0%200%2016%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.534705%2012.7674L12.7352%200.566864L15.582%203.41366L6.22829%2012.7674L15.582%2022.1211L12.7352%2024.9679L0.534705%2012.7674Z'%20fill='%2319E8CC'/%3e%3c/svg%3e")}.guidesCard__closeButton{background:none;border:none;cursor:pointer;font-size:16px;color:#fff}.guidesCard__searchWrapper{display:flex;padding:24px;justify-content:center}.guidesCard__contentWrapper{position:relative;min-height:200px}.guidesCard__contentTitle{padding:20px;margin:0;font-family:Inter;font-weight:400;font-size:26px;line-height:1.1px;letter-spacing:0px;color:#19e8cc}.guidesCard__contentList{list-style:none;padding:0;margin:0;max-height:550px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;overflow:auto;-webkit-overflow-scrolling:touch}.guidesCard__contentList::-webkit-scrollbar{width:8px;height:8px}.guidesCard__contentList::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.guidesCard__contentList::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.guidesCard__contentList::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.guidesCard__contentList_objectInfo{margin:25px 0 40px}.guidesCard__contentItem{padding:20px 70px 20px 35px;margin:0;position:relative;cursor:pointer;border-radius:15px;border:none}.guidesCard__contentItem:hover{background-color:#306c62}.guidesCard__contentItem:after{content:url("data:image/svg+xml,%3csvg%20width='13'%20height='8'%20viewBox='0%200%2013%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%207.875L0.5%201.875L1.9%200.474998L6.5%205.075L11.1%200.474998L12.5%201.875L6.5%207.875Z'%20fill='%2319E8CC'/%3e%3c/svg%3e");position:absolute;right:35px;top:50%;transform:translateY(-50%)}.guidesCard__contentItem__title{font-family:Inter;font-weight:400;font-size:28px;letter-spacing:0px;color:#fff;margin:0}.guidesCard__contentItem_guideEntry:after{transform:rotate(-90deg) translate(50%)}.guidesCard__contentItem_objectInfo{display:flex;border-bottom:1px solid #19E8CC;border-radius:0;margin:0 15px;cursor:default}.guidesCard__contentItem_objectInfo:hover{background-color:inherit}.guidesCard__contentItem_objectInfo:after{content:"";display:none}.guidesCard__contentItem_objectInfo span{font-family:Inter;font-weight:400;font-size:28.47px;letter-spacing:0px;color:#fff}.guidesCard__contentItem_objectInfo span:first-child{width:45%}.searchInput{position:relative;display:inline-block;width:100%;max-width:400px}.searchInput input{width:100%;background-color:#358c7e;padding:15px 50px 7px 26px;border:none;border-radius:15px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:24px;color:#fff;display:block;box-sizing:border-box}.searchInput input::placeholder{color:#ffffffb3}.searchInput input :hover{background-color:#8d9694}.searchInput input:focus{outline:none}.searchInput__button{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer}.searchInput__button svg{display:block}.searchInput__button:focus{outline:none}.searchInput_grey{max-width:800px}.searchInput_grey input{background:#8d9694;box-shadow:0 12.2px 24.4px #00103d0f}.loader{display:flex;position:fixed;top:0;left:0;justify-content:center;align-items:center;height:100vh;width:100vw;z-index:11000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loader-small{width:100%;height:100%;position:absolute;display:flex;justify-content:center;align-items:center;left:0;top:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loader-circle{border:5px solid transparent;border-top:5px solid orange;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}.map__container{position:absolute;width:100%;height:100%;z-index:0}.leaflet-container,.map{width:100%;height:100%}.tooltip{position:absolute;background:#000000b3;border-radius:4px;padding:4px 8px;color:#fff;white-space:nowrap;font-size:12px}.tooltip-static{background:#ffffffe6;color:#000;border:1px solid #ccc}.topMapControls{display:flex;justify-content:space-between;align-items:center;padding:10px;position:fixed;left:385px;top:103px;width:calc(100% - 405px);border:none;background:none;z-index:1000}.topMapControls__rightbar{display:flex;gap:8px;align-items:center}.topMapControls.fullscreen{justify-content:flex-end;top:12px;right:12px}.topMapControls__layersWrapper{width:fit-content;height:fit-content;position:relative}.topMapControls__layersWrapper button:after{content:url("data:image/svg+xml,%3csvg%20width='9'%20height='9'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.05231%200.947695C8.31591%201.2113%208.31591%201.63869%208.05231%201.90229L5.45475%204.49999L8.05231%207.0977C8.29394%207.33934%208.31408%207.7186%208.11272%207.98317L8.05231%208.0523C7.7887%208.3159%207.36132%208.3159%207.09771%208.0523L4.5%205.45474L1.9023%208.0523C1.63869%208.3159%201.21131%208.3159%200.947703%208.0523C0.684099%207.78869%200.684099%207.36131%200.947703%207.0977L3.54525%204.49999L0.947703%201.90229C0.706066%201.66065%200.68593%201.28139%200.887294%201.01682L0.947703%200.947695C1.21131%200.684091%201.63869%200.684091%201.9023%200.947695L4.5%203.54524L7.09771%200.947695C7.36132%200.684091%207.7887%200.684091%208.05231%200.947695Z'%20fill='%2319E8CC'/%3e%3c/svg%3e");position:absolute;top:0;right:-20px;width:21px;height:21px;background-color:#151515;border-radius:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}.contextWindow{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background-color:#151515;border-radius:8px;overflow:hidden;max-width:400px;z-index:1000}.contextWindow__header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background-color:#306c62}.contextWindow__header h3{font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;color:#fff;margin:0}.contextWindow__header button{background-color:transparent;border:none;cursor:pointer}.contextWindow__content ul{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0;justify-content:flex-start;align-items:stretch}.contextWindow__content ul li{padding:12px 18px;cursor:pointer;display:flex;align-items:center;gap:8px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff}.contextWindow__content ul li:hover{background-color:#8d9694}.bottomMapControls{display:flex;justify-content:space-between;align-items:center;padding:10px;position:fixed;left:385px;bottom:15px;width:calc(100% - 405px);border:none;background:none;z-index:1000}.bottomMapControls__rightbar{display:flex;gap:8px;align-items:center}.bottomMapControls .buttonLegend{padding:8px 12px;background-color:#1e1e1e;color:#fff;font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;display:flex;align-items:center;gap:12px;border-radius:8px}.bottomMapControls .buttonLegend .legendCounter{padding:0 6px;background-color:#8d9694;border-radius:12px}.bottomMapControls_tableShown{bottom:380px}.bottomMapControls .legendList{min-width:350px;min-height:30px}.bottomMapControls .legendList img{max-width:22px}.zoomControls__wrapper{display:flex;justify-content:flex-start;align-items:center;gap:10px}.mapStatusPanel{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#1e1e1e;color:#fff;border-radius:6px;min-width:356px;gap:12px;font-family:Inter;font-size:14px;line-height:24px;letter-spacing:0px}.mapStatusPanel__scale{font-weight:600;width:50%}.mapStatusPanel__coords{font-weight:400}.rightMapControls{position:fixed;right:30px;bottom:86px;display:flex;flex-direction:column;gap:8px;z-index:1000}.rightMapControls_tableShown{bottom:445px}.layersList{position:absolute;max-width:330px;margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:wrap;bottom:0;left:-330px;background-color:#151515;border-radius:8px}.layersList__item{padding:10px 15px;cursor:pointer;display:flex;flex-direction:column;border-radius:8px;align-items:center;gap:8px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;vertical-align:middle;color:#fff}.layersList__item:hover{background-color:#8d9694}.leftMapControls{position:fixed;left:11px;top:112px;width:25%;max-width:340px;border-radius:15px;background-color:#1e1e1ee5;z-index:1000;color:#fff}.leftMapControls__informationSection{padding:0 18px;margin-top:55px}.leftMapControls__button{font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;border-radius:0 0 15px 15px;border:none;color:#fff;background-color:#358c7e;position:absolute;left:50%;top:46px;transform:translate(-50%);padding:0 13px;display:flex;justify-content:flex-start;align-items:center;gap:8px}.leftMapControls__title{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;vertical-align:middle;color:#fff;padding:0 28px;margin-bottom:16px}.leftMapControls .administrativeDivision__item{display:flex;align-items:center;padding:12px 20px;border-radius:9px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff;gap:15px;width:100%;background-color:#be1f25;box-sizing:border-box}.leftMapControls .administrativeDivision__item img{cursor:pointer}.leftMapControls .layerSection__wrapper .leftMapControls__title{display:flex;align-items:center;gap:10px;padding-right:14px;cursor:pointer}.leftMapControls .layerSection__wrapper .leftMapControls__title .leftMapControls__title__text{flex:1}.leftMapControls_opened{height:calc(100% - 136px)}.leftMapControls_opened .searchButtons{display:flex;justify-content:space-between;align-items:center;padding:16px;position:absolute;left:0;bottom:0;border-top:1px solid #19E8CC;width:100%;gap:12px;border-radius:0 0 15px 15px;background-color:#1e1e1e}.leftMapControls_closed{height:auto}.leftMapControls_closed .searchButtons{display:none}.leftMapControls .suggestions{list-style-type:none;margin:0;position:absolute;top:40px;left:0;width:100%;display:flex;flex-direction:column;z-index:1100;padding:8px 0;background-color:#1e1e1e}.leftMapControls .suggestions .suggestion{display:block;box-sizing:border-box;padding:8px 12px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff;width:100%;cursor:pointer}.leftMapControls .suggestions .suggestion:hover{background-color:#c2c5c6;color:#1e1e1e}._button_tjkjt_1{border-radius:8px;border:none;display:flex;justify-content:center;align-items:center;color:#eff0f8;padding:8px;width:100%;font-family:Inter;font-size:16px;font-weight:700;line-height:19.36px;text-align:left;cursor:pointer}._button__red_tjkjt_17{background-color:#ce1004}._button__red_tjkjt_17:hover{background-color:#cc2e34}._button__red_tjkjt_17:active{background-color:#9f181d}._button__green_tjkjt_26{background-color:#358c7e}._button__green_tjkjt_26:hover{background-color:#8d9694}._button__green_tjkjt_26:active{background-color:#275850}._button_tjkjt_1:disabled{background-color:#767676;color:#fff;cursor:not-allowed}.layerSection{background-color:#8effea69;width:100%;border-radius:8px;margin-bottom:8px}.layerSection__title{display:flex;align-items:center;color:#fff;padding:14px 16px;font-family:Inter;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0px;vertical-align:middle;border-bottom:1px solid #19E8CC;cursor:pointer}.layerSection__title__text{flex:1}.layerSection__controls{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.layerSection__controls__button{display:flex;justify-content:center;align-items:center;border:none;background:none;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#19e8cc}.layerSection__list{list-style-type:none;padding:0;margin:0}.layerSection__list .layerSection__item{position:relative}.layerSection__list .layerSection__item__button{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:20px;background:none;border:none}.layerSection.closed .layerSection__title{border:none}.checkbox-container{display:flex;align-items:center;padding:10px 15px;border-radius:5px;cursor:pointer;color:#fff;font-family:Arial,sans-serif;gap:8px}.checkbox-container input{display:none}.checkmark{width:20px;height:20px;border-radius:4px;background-color:#1e1e1e;display:flex;align-items:center;justify-content:center}.label-text{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff}.objectDataCard{width:100%;max-width:1200px;margin:0 20px;height:auto;background-color:#151515;border-radius:8px}.objectDataCard__commonContentWrapper{max-height:calc(90vh - 155px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;overflow:auto;-webkit-overflow-scrolling:touch}.objectDataCard__commonContentWrapper::-webkit-scrollbar{width:8px;height:8px}.objectDataCard__commonContentWrapper::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.objectDataCard__commonContentWrapper::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.objectDataCard__commonContentWrapper::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.objectDataCard__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center}.objectDataCard__titleWrapper{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#1e1e1e;border-radius:8px 8px 0 0}.objectDataCard__title{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff}.objectDataCard__closeButton{background:none;border:none;cursor:pointer;font-size:16px;color:#fff}.objectDataCard__imageWrapper{display:flex;flex-wrap:wrap;padding:16px;gap:16px}.objectDataCard__mainImageContainer{width:60%;max-width:660px;height:auto;display:flex;justify-content:center;align-items:center}.objectDataCard__descriptionContainer{width:40%;max-width:490px;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-height:550px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;overflow:auto;-webkit-overflow-scrolling:touch}.objectDataCard__descriptionContainer::-webkit-scrollbar{width:8px;height:8px}.objectDataCard__descriptionContainer::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.objectDataCard__descriptionContainer::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.objectDataCard__descriptionContainer::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.objectDataCard__descriptionTitleContainer{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.objectDataCard__descriptionTitle{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;flex:1}.objectDataCard__descriptionTitleAdditional{display:flex;align-items:center;gap:16px}.objectDataCard__descriptionButton{background:none;border:none;cursor:pointer;padding:0}.objectDataCard__descriptionList{list-style-type:none;width:100%;margin:0;padding:0 0 30px;font-family:Inter;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff}.objectDataCard__descriptionItem{display:flex;justify-content:flex-start;align-items:center;padding:12px 0;gap:10px;border-bottom:1px solid #19E8CC}.objectDataCard__descriptionItemLabel{width:40%}.objectDataCard__descriptionItemValue{font-weight:400;width:59%}.objectDataCard__tablesWrapper{padding:16px}.objectDataCard__controlButtons{display:flex;justify-content:flex-start;gap:8px;flex-wrap:wrap;margin-bottom:16px}.objectDataCard__controlButton{font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;text-align:center;color:#e6eff1;padding:8px 12px;border-radius:99px;cursor:pointer}.objectDataCard__bottomTableWrapper{max-height:240px;scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;overflow:auto;-webkit-overflow-scrolling:touch;padding:16px}.objectDataCard__bottomTableWrapper::-webkit-scrollbar{width:8px;height:8px}.objectDataCard__bottomTableWrapper::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.objectDataCard__bottomTableWrapper::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.objectDataCard__bottomTableWrapper::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.objectDataCard__bottomTable{width:100%}.objectDataCard__bottomTable tr{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #19E8CC}.objectDataCard__bottomTable tr td,.objectDataCard__bottomTable tr th{padding:8px 12px;text-align:left;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff}.objectDataCard__buttons{display:flex;justify-content:space-between;padding:16px;background-color:#1e1e1e;border-radius:0 0 8px 8px}.objectDataCard__downloadButtons{display:flex;gap:10px}.objectDataCard__downloadButton,.objectDataCard__addImageButton,.objectDataCard__questionButton{padding:8px 12px;background-color:#4dfbdeb2;border:none;font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;color:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:background-color .3s ease}.objectDataCard__downloadButton:hover,.objectDataCard__addImageButton:hover,.objectDataCard__questionButton:hover{background-color:#56867b}.objectDataCard__questionButton{background-color:#ce1004;align-self:flex-start;margin-top:10px}.objectDataCard__questionButton:hover{background-color:#cc2e34}.input{font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;text-align:left;color:#fff;padding:8px 16px;border-radius:8px;border:1px solid #005A75;background-color:#767676}.input::placeholder{color:#c2c5c6}.input:focus-visible,.input:focus{outline:2px solid #7AA3FF}.input.inputError{border:1px solid #FF0000}.labelInput{width:100%;display:flex;flex-direction:column;font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;color:#bfd6dc}.select__container{position:relative;display:block;align-items:center;width:100%}.select__container .select__button{width:100%;background-color:#151515;border:1px solid #19E8CC;border-radius:15px;padding:8px 40px 8px 12px;font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;color:#fff;position:relative}.select__container .select__button svg{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.select__container .select__button.active{border-radius:15px 15px 0 0;border-bottom:0}.dropdown__list{position:absolute;background-color:#151515;border-radius:0 0 15px 15px;border:1px solid #19E8CC;padding:8px 0;z-index:10;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;overflow:auto;-webkit-overflow-scrolling:touch}.dropdown__list::-webkit-scrollbar{width:8px;height:8px}.dropdown__list::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.dropdown__list::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.dropdown__list::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.dropdown__list .dropdown__item{padding:8px 12px;font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;color:#fff;cursor:pointer}.dropdown__list .dropdown__item:hover{background-color:#56867b;color:#fff}.layerDataTable{background-color:#151515;border-radius:15px;position:fixed;bottom:10px;left:385px;max-height:370px;width:calc(100% - 415px);overflow:hidden;padding:22px 24px 10px}.layerDataTable__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.layerDataTable__header__left-controls,.layerDataTable__header__right-controls{display:flex;align-items:center}.layerDataTable__header__left-controls__button,.layerDataTable__header__right-controls__button{font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;color:#c2c5c6;background:#8d9694;border:.5px solid rgba(0,16,61,.1215686275);border-radius:8px;padding:3px 25px}.layerDataTable__header__left-controls{gap:10px}.layerDataTable__header__right-controls{gap:35px}.layerDataTable__header__right-controls .searchInput input{padding:5px 50px 5px 25px}.layerDataTable__header__close-button{background:none;border:none}.layerDataTable__body{scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;-webkit-overflow-scrolling:touch;overflow:auto;height:auto;max-height:285px}.layerDataTable__body::-webkit-scrollbar{width:8px;height:8px}.layerDataTable__body::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.layerDataTable__body::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.layerDataTable__body::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.layerDataTable__body__table{width:100%;border-collapse:collapse;color:#fff;font-family:Inter;font-weight:400;font-size:12px;line-height:130%;letter-spacing:0%;text-align:center;vertical-align:middle}.layerDataTable__body__table__header{background-color:#727272}.layerDataTable__body__table__header__cell{padding:10px;font-weight:700}.layerDataTable__body__table__row{background-color:#151515}.layerDataTable__body__table__row:hover{background-color:#306c62;cursor:pointer}.layerDataTable__body__table__row.selected{background-color:#275850;color:#fff}.layerDataTable__body__table td,.layerDataTable__body__table th{padding:10px 12px;text-align:left;border-width:1px;border-style:solid;border-color:#5b5b5b}.tooltip,.tooltip *{pointer-events:none!important}.filterWindow{width:100%;max-width:650px;margin:0 20px;height:auto;background-color:#151515;border-radius:16px}.filterWindow__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center}.filterWindow__header{padding:16px;display:flex;justify-content:space-between;align-items:center;background-color:#306c62;border-radius:16px 16px 0 0}.filterWindow__title{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;margin:0}.filterWindow__close{cursor:pointer}.filterWindow__label{font-family:Inter;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#fff;margin-bottom:12px;display:block}.filterWindow__mainSelect{padding:16px 16px 28px}.filterWindow__dictionaries{max-height:calc(90vh - 241px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#19E8CC transparent;-ms-overflow-style:auto;overflow:auto;-webkit-overflow-scrolling:touch;padding:0 16px 16px}.filterWindow__dictionaries::-webkit-scrollbar{width:8px;height:8px}.filterWindow__dictionaries::-webkit-scrollbar-thumb{background-color:#19e8cc;border-radius:8px}.filterWindow__dictionaries::-webkit-scrollbar-thumb:hover{background-color:#15d2b9}.filterWindow__dictionaries::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.filterWindow__dictionary{padding-bottom:16px}.filterWindow__buttons{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:0 0 16px 16px;gap:16px}.filterWindow__buttons button{padding:8px 0;font-family:Inter;font-weight:600;font-size:14px;line-height:24px;letter-spacing:0px;text-align:center;color:#fff}.filterWindow__buttons button:first-of-type:hover{background-color:#8d9694!important}.filterWindow__buttons button:first-of-type:active{background-color:#275850!important}.filterWindow__select--selected{background-color:#c2c5c6!important;border:1px solid #306C62!important;color:#151515!important;border-radius:4px}.mainContent{position:fixed;width:100vw;height:100vh;top:0;left:0;overflow:hidden}.loginPage{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:url(/assets/login-bg-MY9ALcrc.svg) no-repeat center center/cover}.loginFormWrapper{display:flex;padding:73px;flex-direction:column;border-radius:15px;background-color:#306c629e;gap:85px}.passwordInput{font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;text-align:left;color:#fff;padding:8px 16px;border-radius:8px;border:1px solid #005A75;background-color:#767676;display:block;box-sizing:border-box;width:100%}.passwordInput::placeholder{color:#c2c5c6}.passwordInput:focus-visible,.passwordInput:focus{outline:2px solid #7AA3FF}.passwordInput~span{cursor:pointer}.passwordInput.inputError{border:1px solid #FF0000}.passInputWrapper{position:relative;width:100%;display:flex;flex-direction:column;font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;color:#bfd6dc}.passInputWrapper__icon{width:42px;height:42px;display:flex;justify-content:center;align-items:center;position:absolute;right:12px;bottom:0}.passInputWrapper .inputWrapper{width:100%;position:relative}.error{font-family:Inter;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0px;color:red}.loginForm{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:24px;background-color:#151515;border-radius:15px;gap:24px;min-width:406px;box-sizing:border-box}.loginForm__title{font-family:Inter;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;text-align:left;margin:0}.loginForm button{max-width:200px;align-self:center;margin:8px auto 39px}
