.title__map {
    z-index: 1;
    background-color: #fff;
    margin: 0;
    padding: 8px 16px 0;
    font-size: 14px;
}

[x-cloak] { display: none !important; }

#footer, .footer_wrapper {
    display: none!important;
}
.layer {
    padding-bottom: 0!important;
}
#chart {
    display: flex;
}
#main_menu {
    margin-bottom: 0!important;
}

.layer {
    max-width: unset;
}


#main_menu .layer {
    max-width: 1000px;
}

.realty {
    font-weight: 400;
    display: flex;
    width: 100%;
    min-width: 1024px;
    position: relative;
    height: calc(100vh - 163px);
}
.realty__filter.hide ~ .realty {
    height: calc(100vh - 87px)!important;
}

.realty .loading {
    z-index: 999;
    cursor: wait;
    position: relative;
    padding: 0;
}
.realty .loading:after{
    z-index: 3;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}

.search-params {
    margin: 12px 8px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 12px;
    font-size: 12px!important;
    border-radius: 8px;
    border: 1px solid #F1F3F9;
    background: #F8F9FA;
}

.search-params__title {
    color: #2F3237;
    font-size: 14px;
    font-weight: 500;
}

.search-params .underSearchRow.filled_buttons .usr_button > span.gray {
    font-size: 12px;
}

.search-params .underSearchRow .usr_button {
    padding: 4px 8px;
}

.search-params .underSearchRow {
    margin: 0;
    padding: 0;
    gap: 4px;
}

.search-params .reset-filter-button {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 2px;
    border: 1px solid #FEEBEE;
    background: #fff;
}

.w-100 {
    width: 100%;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.realty .loading:before{
    content: '';
    z-index: 4;
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 80px);
    width: 160px;
    height: 160px;
    background-image: url(/img/spinner_1.svg);
    background-size: 100%;
}
.realty__map {
    width: 100%;
    height: 100%;
    position: relative;
}

.realty-map-colors {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 5px;
    background: #FFFFFF;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
}

.overlay_filter--access {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.realty-map-colors__item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.realty-map-colors__item:last-child {
    margin-right: 0;
}

.realty-map-colors__color {
    width: 6px;
    height: 6px;
    flex-grow: 0;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #1e98ff;
}
.realty-map-colors__color--orange {
    background: #FFB600;
}
.realty-map-colors__color--mint {
    background: #4AC126;
}

.realty-map-colors__color--purple {
    background: #8F00FF;
}

.realty-map-colors__color--blue {
    background: #0085FF;
}

.realty-map-colors__color--active {
    background: #333333;
}

.realty-map-colors__desc {
    font-size: 13px;
}

.realty__left-block {
    background: #fff;
    height: 100%;
    min-width: 362px;
    width: 362px;
    position: relative;
}

.realty__left {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.realty__lots {
    width: 100%;
    position: relative;
}
.block__count__search {
    padding: 8px 16px 16px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    color: #676767;
    font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
}

.block__count__search i {
    display: none;
}

#btnMainSearch {
    display: none;
}
.avito__statistics.load .realty-f__spinner {
    display: block;
    margin: 40px auto;
    font-size: 40px;
}
.avito__statistics.load .avito__statistics--content {
    display: none;
}
.avito__statistics .avito__statistics--content {
    display: block;
}
.avito__statistics .realty-f__spinner {
    display: none;
}
.realty__lots .lot{
    padding: 16px 16px 16px 12px;
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    background-color: #fff;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-left: 4px solid #fff;
    cursor: pointer;
}

.realty__lots .lot:hover {
    background: #f9f9f9;
    border-left: 4px solid #1aafd0;
}

.realty__lots .lot .head {
    display: flex;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    align-items: center;
}
.realty__lots .lot .head a{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    margin-right: 5px;
    max-width: 80%;
}
.realty__lots .lot .head a:after{
    color: #717b8b;
    content: '\f14c';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    width: 1em;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    text-align: center;
}

.realty__lots .lot .head .reality-favorite__icon{
    margin-left: auto;
}
.realty__lots .lot .head img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.realty__lots .lot .status {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-right: 4px!important;
    margin-bottom: 2px!important;
}
.status_text {
    color: #9B9B9B;
}
.realty__lots .lot .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info__block__lot {
    width: 194px;
    display: flex;
    flex-direction: column;
}
.realty__lots .lot .price {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    line-height: 18px;
}
.arrow__trade {
    height: 12px;
    width: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.public .arrow__trade {
    background-image: url("/img/a_down.png") !important;
}

.auction .arrow__trade {
    background-image: url("/img/a_up.png");
}

.realty__lots .lot .price_currency, .reality-f-prices__price .price_currency {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 4px;
}
.realty__lots .lot .lot_image{
    min-width: 110px;
    width: 110px;
    height: 100px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hide {
    display: none!important;
}
.lot-link {
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
}
.realty__lots .lot .lot_image.blurImage{
    position: relative;
}
.realty__lots .lot .lot_image.blurImage:after, .reality-f-photos.blurImage:after{
    position: absolute;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 4px;
}
.realty__lots .lot .description{
    color: #676767;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    margin: 0;
}
.realty__lots .lot .description--fixed-height {
    height: 65px;
    overflow: hidden;
}

.panel_closed_filter {
    display: none;
}

.realty__filter * {
    box-sizing: border-box;
}

.realty__filter {
    border-radius: 10px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.realty__filter .select_modal {
    max-width: unset;
}

.realty__filter .search_extended {
    z-index: 10;
    top: 50px;
    width: 100%;
    padding: 20px 200px;
    background: rgba(128, 121, 121, 0.4);
    max-height: 100dvh;
    height: 100%;
    overflow: auto;
    position: absolute;
}

.separator_layers {
    padding: 0 12px;
    color: #8F96A3;
}

.button_tab_layers {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 4px 12px;
}

.button_tab_layers button {
    display: flex;
    align-items: center;
    gap: 5px;
}

.button_tab_layers button.active {
    background: #156CE1!important;
    color: #fff!important;
    border: 1px solid #156CE1!important;
}

.button_tab_layers button.active .counter {
    background: #fff;
    color: #2F3237;
}

.btn-show__filters {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    color: #9497A3;
    font-size: 14px;
    width: 20%;
    position: relative;
    cursor: pointer;
    margin: 0!important;
    border-left: 1px solid #DDDFE0;
}

.realty__filter .search_extended .search_group,
.realty__filter .search_extended .search_footer {
    background: #fff;
}

.realty__filter .search .search_short {
    max-width: 1000px;
    margin: 0 auto;
}

.realty__filter__show-button {
    font-size: 30px;
    color: #2e3c54;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    justify-content: flex-end;
    display: none;
    z-index: 99;
}

.access__block .button.stroke {
    background: #ffffff;
    border: 1px solid #BED600;
}

.access__block .button {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 50px;
    margin: 0;
}

.access__block.left {
    align-items: start;
    text-align: start;
}

.access__block {
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: initial;
    padding: 12px;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.realty__filter.show {
    z-index: 999;
    display: flex;
}

.info_ad-circleStatus {
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.info_ad-circleStatus.status-0 {
    background: #F5364C;
}

.info_ad-circleStatus.status-1 {
    background: #2DBF47;
}

.realty__filter .close__filter {
    padding: 10px;
    font-size: 10px;
    color: #2e3c54;
    align-content: center;
    justify-content: flex-end;
    display: none;
}
.additional__filter .realty__filterRow-input{
    width: 285px;
}
.realty__filterBody {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1293px;
    gap: 8px;
    padding: 8px;
}
.btn__open__filter__all {
    width: 136px!important;
    margin-right: 149px;
}
.realty__filterBody .realty__filterRow:last-child .realty__filterRow-input {
    left: 50%;
    width: 285px;
}
.realty__filterRow--drop-down {
    padding: 10px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.realty__filterRow-title {
    display: flex;
    justify-content: space-between;
    color: #202027;
    font-weight: 400;
    font-size: 14px;
    width: 240px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}

.realty__filterRow-title:hover {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #fff;
}

.realty__filterRow--drop-down .realty__filterRow-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
}

.realty__filterRow {
    position: relative;
}

.realty__filterRow:hover .realty__filterRow-input {
    display: flex;
}

.realty__filterRow-input {
    display: none;
    width: 240px;
    padding: 12px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    z-index: 999;
    position: absolute;
    align-items: center;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: auto;
}

.regions__filerRow * {
    box-sizing: border-box;
}

.regions__filerRow {
    position: absolute;
    left: 45px!important;
    top: 10px;
    width: 215px;
    height: 28px;
    z-index: 3;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.regions__filerRow .realty__filterRow-input {
    width: inherit;
}

.realty__filterRow-input.active {
    display: flex;
}
.realty__filterRow-input--inline {
    display: block;
}
.realty__filterRow-input--inline label{
    align-items: center;
    cursor: pointer;
    display: block;
}
.realty__filterRow-input label{
    cursor: pointer;
    color: #666;
    font-size: 14px;
    user-select: none;
}
.section {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.06px;
}

.realty__filterRow-input label.btn{
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    background: #ffffff;
}
.realty__filterRow-input label.btn.active{
    background: #bad407;
    color: #2e3c54;
    border-color: #bad407;
}
.realty__filterRow-input input:not([type=checkbox]){
    width: 104px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    padding: 5px;
}
.realty__filterRow-input input + label{
    margin-left: 10px;
}
.realty__filterRow-input ul{
    margin: 0;
    padding: 0;
}

.realty__filterRow--drop-down ul {
    margin-top: 5px;
    margin-bottom: 0;
}

.realty__filterRow-input ul li{
    display: flex;
    align-items: center;
    padding: 2px 0;
}
.realty__filterRow-input ul li input{
    margin: 0;
}
.realty__filterRow-input ul li label{
    margin-left: 10px;
    cursor: pointer;
}
.realty__filterRow-input ul li label:hover{
    color: #2e3c54;
    font-weight: 500;
}
.realty__filterRow-toggle {
    font-family: "fontello";
    font-size: 14px;
    color: #E6E6E6;
}

.realty__filter-button{
    padding: 0;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background: rgba(186, 212, 7, 0.75);
    color: #2e3c54;
    font-size: 16px;
    text-decoration: none;
    border: none;
    margin: 20px 20px 0;
    width: 150px;
    font-weight: 500;
    cursor: pointer;}
.realty__filter-button:hover{
    background: rgba(186, 212, 7, 1);
}
.cluster-list_items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
}

.cluster_cat--item {
    display: flex;
    gap: 8px;
}

.cluster-ads {
    display: flex;
    align-items: center;
    z-index: 1;
    width: max-content;
    font-size: 13px;
    padding: 4px 8px 4px 4px;
    gap: 5px;
    position: relative;
    text-align: center;
    background: #0AADFF;
    color: #fff!important;
    font-weight: 500;
    border-radius: 14px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.cluster-ads__count {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
    color: #0AADFF;
}

.cluster-ads::after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 5px solid #1e98ff;
}

.myMapIcon {
    display: flex;
    align-items: center;
    z-index: 1;
    width: max-content;
    font-size: 13px;
    padding: 4px 12px;
    gap: 5px;
    position: relative;
    text-align: center;
    background: #ffffff;
    color: #2F3237!important;
    font-weight: 500;
    border: 2px solid #FFF;
    border-radius: 99px;
}
.myMapIcon i {
    color: #ef383f;
    font-size: 10px;
    margin: 0;
}
.myMapIcon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 5px solid #1e98ff;
}

.myMapIcon.active {
    box-shadow: 0 0px 1px 4px rgba(47,50,55,0.3)
}

.cluster-deals {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ba0aff;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.realty__myLocation {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    width: 28px;
    height: 28px;
    color: #2e3c54;
    text-align: center;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 3px;
    top: 56px;
    left: 10px;
}

#createPolygon {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    width: 33px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #fff;
    top: 10px;
    right: 10px;
}

#createPolygon.active {
    border: 1px solid #156CE1;
    background: #fff;
}

#searchAddress {
    background: #fff;
    z-index: 2;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 128px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

#searchAddress .search-address__item {
    padding: 4px 12px;
    cursor: pointer;
}

#searchAddress .search-address__item:hover {
    background: #f5f7fa;
}

#searchAddress .search-address {
    display: flex;
    flex-direction: column;
    background: #fff;
}

#btnShowSearch {
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnShowSearch .btn--search__icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnShowSearch input {
    width: 250px;
    border: none;
}

.myMapIcon.closed {
    background: #ff3333;
    padding: 0;
    width: 16px;
    height: 16px;
    border: unset;
}

.myMapIcon.closed::after {
    display: none;
}

#balloonKadObj * {
    box-sizing: border-box;
}

#balloonKadObj {
    width: 320px;
    min-height: 300px;
}

#balloonKadObj .kad__info {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #5E636E;
    font-size: 12px;
    line-height: 14px;
    max-height: 280px;
    padding-right: 4px;
}

#balloonKadObj .kad__info--list .kad__info--title {
    font-size: 12px;
    color: #1D1E20;
    font-weight: 600;
}

#balloonKadObj .kad__info--list {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 8px;
    line-height: 16px;
    border-radius: 4px;
    border: 1px dashed #DEE3ED;
}

#balloonKadObj .kad__info--item span {
    color: #2F3237;
}

#balloonKadObj .kad__info--item {
    display: flex;
    width: 100%;
    font-size: 13px;
}

#balloonKadObj .kad__info--item div:first-child{
    text-wrap: nowrap;
}


#balloonKadObj .kad__info--trade {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#balloonKadObj .kad__info--trade_image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#balloonKadObj .red {
    color: #F5364C!important;
}

#balloonKadObj .green {
    color: #2DBF47!important;
}

#balloonKadObj .circle-marker-list {
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin: 5px 10px 5px 0;
}

#balloonKadObj .kad__info--items {
    display: flex;
    flex-direction: column;
    padding: 4px 8px;
    font-size: 12px;
    color: #5E636E;
    gap: 6px;
}

#balloonKadObj .kad__info--slider_btn {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#balloonKadObj .kad__info--slider_btn img {
    cursor: pointer;
}

#balloonKadObj .kad__info--title {
    color: #2F3237;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

#analyzeSelectBlock * {
    box-sizing: border-box;
}

#analyzeSelectBlock .btn {
    margin-top: 20px;
    background: #BAD407;
}

#analyzeSelectBlock {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    gap: 8px;
    color: #2F3237;
    flex-direction: column;
    top: 50px;
    right: 10px;
    display: flex;
    padding: 12px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 360px;
    background: #fff;
    min-height: 165px;
    max-height: 540px;
}


#analyzeSelectBlock .options--analytics__block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 3px;
    border: 1px solid #DDDFE0;
    padding: 8px 10px;
}

#analyzeSelectBlock .analytics--metric__block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 2px;
    border: 1px solid #DDDFE0;
    padding: 8px 12px;
}

.red__text {
    color: #F5364C!important;
}

.gray__text {
    color: #8F96A3;
}

.black__text {
    font-weight: 500;
    color: #2F3237;
}

#analyzeSelectBlock .select__analyze--loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hint__analyzeArea {
    display: flex;
    flex-direction: column;
    color: #8F96A3;
    gap: 2px;
}

.hint__analyzeArea span {
    font-weight: 500;
    color: #000;
}

#analyzeSelectBlock .polygon__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#analyzeSelectBlock .polygon__info--items {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#analyzeSelectBlock .polygon__info--item {
    text-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

#analyzeSelectBlock .polygon__info--item div:last-child {
    color: #8F96A3;
}

#analyzeSelectBlock .select__analyze--title {
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    height: 28px;
}

#analyzeSelectBlock .filter__polygon--apply {
    border-radius: 4px;
    background: #156CE1;
    padding: 6px 12px;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    cursor: pointer;
}

#analyzeSelectBlock .filter__polygon--apply.disabled {
    background: #a5a5a5;
    color: #2F3237;
}

#analyzeSelectBlock .filter__polygon {
    display: flex;
    flex-direction: column;
    gap: 12px
}

#analyzeSelectBlock .analyze__polygons {
    max-height: 480px;
    padding-right: 4px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#analyzeSelectBlock .polygon__buttons {
    display: flex;
    gap: 4px;
}

#analyzeSelectBlock .polygon__buttons div {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #DEE3ED;
}

#analyzeSelectBlock .polygon__buttons div svg {
    fill: #2F3237;
}

#analyzeSelectBlock .polygon__buttons div:hover svg,
#analyzeSelectBlock .polygon__buttons div.active svg {
    fill: #156CE1;
}

#analyzeSelectBlock .polygon__buttons div:hover,
#analyzeSelectBlock .polygon__buttons div.active {
    color: #156CE1;
    border: 1px solid #156CE1;
}

#analyzeSelectBlock .filter__polygon--date {
    display: flex;
    border-radius: 3px;
    border: 1px solid #DDDFE0;
    margin-bottom: 8px;
}

#analyzeSelectBlock .filter__polygon--date input {
    width: 100%;
    padding: 4px 4px;
}

#analyzeSelectBlock .filter__polygon--inputs {
    display: flex;
    align-items: center;
    border-radius: 3px;
    height: 32px;
    border: 1px solid #DDDFE0;
}

#analyzeSelectBlock .filter__polygon--date input:first-child,
#analyzeSelectBlock .filter__polygon--inputs input:first-child {
    border-right: 1px solid #DDDFE0;
}

#analyzeSelectBlock img {
    width: 12px;
    height: auto;
    transition: transform 200ms;
}

#analyzeSelectBlock img.rotate {
    transform: rotate(180deg);
}

#analyzeSelectBlock .analyze__polygons--title {
    font-size: 14px;
    font-weight: 500;
}

#analyzeSelectBlock .filter__polygon--buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #DDDFE0;
}

#analyzeSelectBlock .analytics__ads {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

#analyzeSelectBlock .analytics__show--ads {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    color: #156CE1;
}

#analyzeSelectBlock .analytics__ad--item {
    border-bottom: 1px solid #F1F3F9;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#analyzeSelectBlock .analytics__ad--photo {
    width: 78px;
    height: 64px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#analyzeSelectBlock .filter__polygon--buttons img {
    height: 12px;
    width: 12px;
}

#analyzeSelectBlock .analyze__polygons--table {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

#analyzeSelectBlock .analyze__polygons--table td {
    border: 1px solid #DEE3ED;
    padding: 2px 4px;
    color: #2F3237;
    text-align: left;
}

#analyzeSelectBlock .filter__polygon--options {
    display: flex;
    width: 100%;
    font-size: 12px;
    flex-direction: column;
    padding: 8px;
    gap: 4px;
}

#analyzeSelectBlock .filter__polygon--inputs input {
    height: 100%;
    width: 100%;
    padding: 0 10px;
}

#analyzeSelectBlock .create__polygon--btn {
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 28px;
    width: 28px;
    border: 1px solid #DEE3ED;
}

#analyzeSelectBlock .status__polygon--text {
    color: #8F96A3;
}

#analyzeSelectBlock .status__polygon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(225, 123, 21, 0.7);
}

#analyzeSelectBlock .status__polygon.green {
    background: rgba(113, 225, 21, 0.7);
}

#analyzeSelectBlock .filter__polygon--count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 17px;
    height: 17px;
    color: #fff;
    border-radius: 50%;
    background: #156CE1;
}

#analyzeSelectBlock .analyze__polygons--item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #fff;
}

#analyzeSelectBlock .analyze__polygons--item:hover,
#analyzeSelectBlock .analyze__polygons--item.active {
    border: 1px solid #DEE3ED;
    box-shadow: 0 5px 34px -12px rgba(31, 31, 31, 0.32);
}

#analyzeSelectBlock .select__analyze--cancel {
    position: absolute;
    right: -20px;
    top: -20px;
}

.dashed-line {
    border-bottom: 1px dashed #C2C9D6;
    width: 100%;
    margin: 4px;
    flex: 1;
}

#analyzeSelectBlock .select__analyze--cancel img {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

#analyzeSelectBlock .select__analyze--type {
    display: flex;
    flex-direction: column;
}
#analyzeSelectBlock .select__analyze--item {
    cursor: pointer;
    padding: 12px;
}

#analyzeSelectBlock .select__analyze--item:hover {
    background: #F2F2F2;
}

#analyzeSelectBlock .analyze__create {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

#analyzeSelectBlock .analyze__create input {
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    padding: 4px;
}

#footer > div:first-child{
    height: 0!important;
    margin: -143px auto 0 auto!important;
}
.realty-f * {
    box-sizing: border-box;
}

.realty-f {
    display: none;
    position: absolute;
    width: 362px;
    height: 100%;
    background: #FFFFFF;
    top: 0;
    left: 362px;
    z-index: 5;
}

.realty-f__wrapper {
    overflow-y: auto;
    height: 100%;
    padding: 16px;
    width: 362px;
}
.realty-f--show {
    display: block;
}

.realty-f--collapse {
    width: 0;
}



.realty .reality-favorite__icon:before {
    font-family: "fontello";
    content: '\e825';
    font-size: 16px;
    color: #8F96A3;
    cursor: pointer;
}
.realty .reality-favorite__icon.active:before,
.realty .reality-favorite__icon:hover:before {
    color: #BAD407!important;
}
.btn__goto__lot {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #BED600;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none!important;
}
.reality-f-undertop {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
}

.reality-f-undertop__date {
    margin-left: auto;
    font-size: 11px;
    color: #9B9B9B;
}


.reality-f-date {
    font-size: 12px;
    color: #9B9B9B;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.reality-f-date span {
    color: #000;
    font-weight: 500;
}

.reality-f-prices__main {
    display: flex;
    align-items: flex-end;
}
.reality-f-prices__price-sq {
    font-size: 12px;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 99px;
    background: #F2F2F2;
    margin-left: 8px;
}

.reality-f-prices__price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-right: 4px;
}


.reality-f-prices__square {
    font-size: 13px;
    margin-left: 10px;
}

.reality-f-price-p {
    display: flex;
    flex-direction: column;
}
.reality-f-price-p__price {
    padding-left: 18px;
}

.reality-f-price-p__title {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #9B9B9B;
}

.reality-f-price-p__title::before {
    content: url("/img/map/label.svg");
    width: 11px;
    height: 11px;
    margin-right: 6px;
}

.reality-f-prices__public {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    padding: 0 0 16px;
    border-bottom: 1px solid #E6E6E6;
}

.reality-f__desc {
    padding: 16px 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    border-bottom: 1px solid #E6E6E6;
}

.reality-f__desc h3 {
    color: #2E3C54;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
}

.reality-f__desc-text {
    font-size: 13px;
    overflow: hidden;
}

.reality-f__desc-text--fixed {
    height: 46px;
}

.lot__desc-toggle {
    display: none;
    align-items: center;
    font-weight: 300;
    font-size: 13px;
    color: #0072CE;
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 10px;
}

.lot__desc-toggle--rotate::after{
    transform: rotate(180deg);
}

.lot__desc-toggle::after {
    content: '';
    background-image: url("/img/map/arrow.svg");
    background-position: center;
    background-size: cover;
    display: block;
    width: 6px;
    height: 4px;
    margin-left: 5px;
}

.reality-f-graph__title {
    margin-top: 15px;
    text-align: center;
}

.reality-f-graph__title.show__analytics__price {
    color: #00afea;
    text-decoration: underline dashed;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    cursor: pointer;
}

.reality-f-photos {
    width: 100%;
    margin: 0 auto 12px;
    max-width: 362px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 6px;
    height: 203px;
    position: relative;
    padding: 6px;
}

.reality-f-photos > div {
    position: static;
    flex: 1;
    height: 100%;
}
.reality-f-photos:not(:hover) div:first-child .slider__image {
    opacity: 1;
}
.reality-f-photos .slider__item {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 5px 2px;
}
.slider__item::after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #cdcdcd;
    opacity: 0.5;
}
.slider__item:hover::after {
    opacity: 1;
    background: #00afea;
}
.slider__item:hover + .slider__image {
    opacity: 1;
}
.reality-f-photos .slider__image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.realty-f-actions {
    position: absolute;
    right: -24px;
    top: 0;
    padding-top: 15px;
}

.realty-f__action {
    z-index: 3;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

.realty-f__action--rotate::after {
    transform: rotate(180deg);
}

.realty-avito {
    width: 312px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.realty-avito__link {
    font-size: 13px;
    color: #0072CE;
    cursor: pointer;
}

.realty-avito__img {
    height: 100px;
    width: 110px;
    min-width: 110px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
}

.realty-avito__price {
    font-size: 19px;
    margin-bottom: 4px;
}

.realty-avito__date {
    font-size: 11px;
    color: #9B9B9B;
}

.realty-avito__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.realty-avito__desc {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.realty-f-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.realty-f__spinner {
    color: #caf556;
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Works on Firefox */
.custom-scrollbar {
    scrollbar-width: thin!important;
    scrollbar-color: #999a97 #f4f5f7;
}

/* Works on Chrome, Edge, and Safari */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f4f5f7;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #999a97;
    border-radius: 20px;
    border: 1px solid #f4f5f7;
}


.myClusterIcon {
    width: 15px;
    height: 15px;
    background-color: #00be00;
}
.realty .label{
    padding: 4px 6px;
    font-weight: 600;
    font-size: 10px;
    background: #E83E8C;
    border-radius: 4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.reality__show-full {
    cursor: pointer;
    background: #e5e5e5;
    border-radius: 3px;
    font-size: 12px;
    padding: 7px 10px;
}
.btn__show__kad {
    text-align: center;
    color: #00afea;
    cursor: pointer;
    padding: 10px;
}
.btn__show__kad.hide {
    display: none;
}
.reality-f-kad__item {
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
}

.reality-f-kad__item.hide {
    display: none;
}
.reality-f-kad__kadnum {
    font-size: 13px;
    color: #5D5D5D;
}
.reality-f-kad__link {
    margin-left: 10px;
    font-size: 14px;
    text-decoration-line: underline;
    color: #1AAFD0;
}

.reality-f-kad__head {
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.reality-f-kad__title {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
}

.reality-f-kad__body {
    display: flex;
    justify-content: space-between;
}

.reality-f-kad-feature {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.reality-f-kad-feature.kad__owners {
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.reality-f-kad__body > div:not(:first-child) {
    padding-left: 8px;
}
.reality-f-kad__body > div:not(:last-child) {
    padding-right: 8px;
}

.reality-f-kad-feature__value {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.reality-f-kad-feature__desc {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
}
.realty-map-filter {
    display: none;
    align-items: center;
    z-index: 2;
    position: absolute;
    right: 272px;
    top: 10px;
    background: #FFFFFF;
    height: 28px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 0 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 4px;
}

.realty-map-filter label {
    margin-right: 3px;
    cursor: pointer;
}


.title__fade__filter {
    margin-bottom: 8px;
}

.avitoMark {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    z-index: 999;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.12), 0 1px 2px 0 rgba(60, 64, 67, 0.12);
}

.dealsMark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: max-content;
    font-size: 14px;
    border-radius: 8px;
    background: #fff;
    z-index: 999;
    border: 2px solid #9815e3;
    box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.12), 0 1px 2px 0 rgba(60, 64, 67, 0.12);
}

.balloon__ads::-webkit-scrollbar {
    width: 12px!important;
}

.avitoMark.closed {
    border: 2px solid #F5364C;
}

.avitoMark.active {
    border: 2px solid #0AADFF;
}

.customCluster {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #1e98ff;
    background: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
}

.customCluster.active {
    border: 2px solid #FFB600;
    background: #FFB600;
}

#map .quick__search {
    border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    right: 157px;
    top: 10px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.15), 0 1px 2px 1px rgba(0, 0, 0, 0.15);
}


.sources__coords {
    font-size: 12px;
    color: #9B9B9B;
}

.sources__coords--block {
    display: flex;
    padding: 4px 8px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #DEE3ED;
    margin-bottom: 12px;
}

#map .quick__search a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 2px;
    border: 1px solid #fff;
    cursor: pointer;
}

#map .quick__search .quick__search--realty.active,
#map .quick__search .quick__search--realty:hover {
    border-color: #156CE1;
    background: rgba(21, 108, 225, 0.12);
}

#map .quick__search .quick__search--commercial.active,
#map .quick__search .quick__search--commercial:hover {
    border-color: #AC36F5;
    background: #FAEBFE;
}

#map .quick__search .quick__search--land.active,
#map .quick__search .quick__search--land:hover {
    border-color: #2DBF47;
    background: rgba(45, 191, 71, 0.12);
}

#map .quick__search .quick__search--transport.active,
#map .quick__search .quick__search--transport:hover {
    border-color: #FF9E08;
    background: #FFF8E1;
}

#map .box__menu {
    position: absolute;
    right: 54px;
    top: 10px;
    z-index: 3;
}


.box__menu hr {
    margin: 0;
    height: 1px;
    width: 100%;
    background: #F1F3F9;
    border: none;
}

#map .btn__to__map,
#map .btn__open__menu
{
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 6px;
    gap: 4px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.14px;
    cursor: pointer;
}

body.ymaps-2-1-79-fullscreen .kadastr__maps .kadastr__maps-nav#coordsClickKadMap {
    background-color: #fff;
    left: 325px;
    top: 0;
    height: 28px;
    width: fit-content;
}

body.ymaps-2-1-79-fullscreen .kadastr__maps .kadastr__maps-nav#coordsClickKadMap > input {
    text-align: center;
    width: inherit;
}

.ymaps-2-1-79-balloon__layout, .ymaps-2-1-79-balloon {
    border-radius: 8px!important;
}

.ymaps-2-1-79-balloon__content {
    margin-right: 26px!important;
    font-family: "Lab Grotesque", sans-serif;
}

#map .popup__content {
    border-radius: 8px;
    width:320px;
    z-index: 999;
    position: absolute;
    background: #FFF;
    right: 0;
    top:38px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0 5px 24px -12px rgba(31, 31, 31, 2);
}

#mapMenu .toggle__map {
    width: 36px;
    height: 20px;
    padding: 2px;
    display: flex;
    align-items: center;
    border-radius: 99px;
    background: #F1F3F9;
    cursor: pointer;
}

#mapMenu .toggle__map input:checked ~ div {
    background: #C2C9D6;
    margin: 0;
}

#mapMenu .toggle__map > div {
    margin-left: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #BAD407;
}

.head_block_button {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}

#typeSelect {
    width: fit-content;
    padding: 2px 4px;
    border-radius: 8px;
    background: #F1F3F9;
    display: flex;
    flex-direction: row;
}

.kadastr__maps input {
    height: 16px;
    min-width: 16px;
}

.kadastr__maps hr {
    margin: 0;
    height: 1px;
    width: 100%;
    background: #F1F3F9;
    border: none;
}

#mapMenu .list__box {
    max-height: 184px;
}

#map .list__box {
    overflow: auto;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

#map .list__box--buttons {
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 5px;
    margin-bottom: 5px;
}

#map button {
    padding: 4px 8px;
    background: white;
    border: 1px solid #DEE3ED;
    border-radius: 4px;
    color: #2F3237;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

#map .list__box label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 4px 12px;
}

#map .btn__to__map {
    text-decoration: none;
    position: absolute;
    top: 10px;
    left: 118px;
    z-index: 999;
}

#map.list__box label:hover {
    background: #F1F3F9;
}

#map .custom__scroll::-webkit-scrollbar {
    width: 5px;
}

#map.custom__scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#map .custom__scroll::-webkit-scrollbar-thumb {
    background: #DEE3ED;
    border-radius: 5px;
}

#map .custom__scroll::-webkit-scrollbar-thumb:hover {
    background: #DEE3ED;
}

#typeSelect label input:checked ~ div {
    border: 1px solid #DEE3ED;
    background: #FFF;
    color: #2F3237;
    box-shadow: 0 4px 8px -12px rgba(31, 31, 31, 0.05);
}

#balloonInfoObjects {
    border-radius: 8px;
    width: 320px;
    height: 200px;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #5E636E;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}

#balloonInfoObjects .balloon__content {
    display: flex;
    flex-direction: column;
    gap: 2px
}

#balloonInfoObjects .balloon__btn__slide {
    cursor: pointer;
}

#balloonInfoObjects .balloon__content--title  {
    color: #8F96A3;
}

#balloonInfoObjects .balloon__content--text  {
    color: #5E636E;
}

#balloonInfoObjects .slide {
    border-radius: 8px;
    width: 100%;
    gap: 4px;
    display: flex;
    flex-direction: column;
    max-height: 170px;
    overflow: auto;
}

#balloonInfoObjects .slide.hide {
    display: none;
}

#balloonInfoObjects h3 {
    margin: 0 0 10px;
    color: #2F3237;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14px;
}

#balloonInfoObjects .balloon__slide__box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#balloonInfoObjects .balloon__count--curr {
    margin-right: 2px;
}

#balloonInfoObjects .balloon__count--total {
    margin-left: 2px;
}

#balloonInfoObjects .balloon__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2E3C54;
    font-size: 13px;
    font-weight: 500;
}

#balloonInfoObjects .balloon__footer a {
    color: #156CE1;
    text-decoration: none;
    font-weight: 400;
}

#typeSelect label div {
    color: #5E636E;
    cursor: pointer;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

#showAdsLayers.active {
    filter: none;
    background: #FFF;
    color: #2F3237;
}

#showAdsLayers {
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 35px;
    min-width: 35px;
    width: fit-content;
    background: #F1F3F9;
    border: 1px solid #DEE3ED;
    color: #8F96A3;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 3px;
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.15), 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.block__ads {
    z-index: 3;
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-container {
    width: 100%;
    max-width: 300px;
    padding: 12px;
    background: white;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.filter-title {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #2F3237;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
}

#map .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #156CE1;
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    height: 19px;
    min-width: 10px;
    padding: 0 5px;
}

.filter-reset {
    padding: 6px 12px;
    background: white;
    border: 1px solid #DEE3ED;
    border-radius: 4px;
    color: #2F3237;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-reset:hover {
    background: #f5f7fa;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-category {
    border-radius: 4px;
    overflow: hidden;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.category-header:hover {
    background: #f5f7fa;
}

.category-icon {
    width: 9px;
    height: 9px;
    color: #C2C9D6;
    position: relative;
    transition: transform 0.2s;
}

.filter-category.open .category-icon {
    transform: rotate(180deg);
}

.category-title {
    flex: 1;
    color: #2F3237;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
}

.category-options {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
}

.filter-category.open .category-options {
    max-height: 500px; /* Adjust based on content */
}

.category-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 4px;
}

.category-option:hover {
    background: #f5f7fa;
}

.option-checkbox {
    min-width: 16px;
    width: 16px;
    height: 16px;
    background: #FCFCFC;
    border-radius: 3px;
    border: 1px solid #E1E5EE;
    position: relative;
}

.option-title {
    color: #2F3237;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.balloon__ads {
    height: 100%;
    min-height: 300px;
}

.balloon__ads-head {
    padding: 12px 12px 12px 0;
    color: #2F3237;
    font-size: 14px;
    font-weight: 600;
}

.balloon__ads-head span {
    color: #8F96A3;
}

.balloon__ads-items {
    overflow: auto;
    height: 100%;
    max-height: 350px;
    display: flex;
    width: 340px;
    flex-direction: column;
    gap: 8px;
}

.info_ad-textTitle {
    font-weight: 600;
}

.info_ad-date {
    color: #5E636E;
}

.balloon__ads-item {
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #F1F3F9;
}

.photo_ad {
    width: 64px;
    height: 64px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.cluster-once {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    aspect-ratio: 1/1; /* Соотношение сторон 1:1 */
    width: 20px; /* или любое другое значение */
    border-radius: 50%;
    border: 2px solid #0AADFF;
}

.info_ad {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    line-height: normal;
}
.ads__item-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}

.deal__item {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    color: #5E636E;
    flex-direction: column;
}

.object__deal {
    cursor: pointer;
    padding: 4px;
    line-height: 14px;
    font-size: 11px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #F1F3F9;
}

.btn__search--object {
    cursor: pointer;
    color: #156CE1;
}

.deal-row-deal_price, .deal-row-realestate {
    font-size: 13px;
    color: #2F3237;
    font-weight: 600;
}

.ads__item-additional-open {
    cursor: pointer;
    padding: 4px 0 8px 0;
    width: 100%;
    color: #156CE1;
    font-size: 12px;
    font-weight: 400;
}

.ads__item-additional-open.rotate i {
    display: inline-block;
    transform: rotate(180deg);
}

.additional-desc {
    color: #5E636E;
}

.additional-status {
    margin-top: 10px;
    width: fit-content;
    border-radius: 4px;
    padding: 2px 8px;
    background: #edfeeb;
    color: #2DBF47;
    font-size: 12px;
    font-weight: 400;
}

.additional-status.status-0 {
    background: #FEEBEE;
    color: #F5364C;
}

.additional-address {
    color: #2F3237;
}

.item__additional-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
    font-weight: 400;
}

.info_ad-title {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    color: #2F3237;
    font-size: 13px;
    font-weight: 500;
}

#tradeSearch {
    z-index: 999;
    position: unset;
}

#tradeSearch .close_btn_filter {
    position: absolute;
    right: -31px;
    top: -1px;
    z-index: 3;
    width: 24px;
    height: 24px;
    background: #00000099;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

#tradeSearch .search_extended .category_button.disable {
    background: #F7F7F7;
    border: 1px solid #EFEFEF;
    color: #8F96A3;
}

.cluster-chart.active {
    box-shadow: 0 0px 1px 4px rgba(47,50,55,0.3)
}

.cluster-chart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.cluster-chart__content {
    font-size: 12px;
    background: white;
    width: 30px;
    height: 30px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart__pie {

}

.legend__block {
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 5px 24px -12px rgba(31, 31, 31, 2);
}

.legend {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 10px;
}

.legend__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.legend__btn--close {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
}

.legend__btn--close img {
    height: 20px;
    width: 20px;
}

.btn__legend--open {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    background: white;
    border: 1px solid #DEE3ED;
    color: #2F3237;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 3px;
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.15), 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.legend__layer--name {
    margin: 8px 0;
    font-weight: 500;
    font-size: 13px;
}

.legend__scroll--block {
    max-height: 400px;
    width: 300px;
    overflow-y: auto;
}

.legend__row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #5E636E;
}

.legend__mark {
    height: 15px;
    width: 15px;
    min-width: 15px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.monitoring__logs {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pagination__monitoring {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    padding-top: 12px;
    gap: 5px;
}

.monitoring__logs a {
    color: #0AADFF;
}

.monitoring__logs .new__event {
    color: #156CE1;
    height: 12px;
    font-size: 12px;
}

.monitoring__logs img {
    height: 16px!important;
    width: 16px!important;
}

.group-monitoring--date {
    margin: 15px 0;
}

@media (max-width: 1293px) {
    .realty__filterBody {
        max-width: 1024px;
    }
    .realty__filterRow-title {
        width: 210px;
        padding: 6px;
    }
    .realty__filterRow-input {
        padding: 6px;
        gap: 6px;
        width: 210px;
    }
    .realty__filterRow-input input:not([type=checkbox]) {
        width: 100%;
    }
    .btn__open__filter__all {
        margin-right: 0;
    }
    .realty__filterRow-input ul li label {
        margin-left: 4px!important;
    }
    .additional__filter .realty__filterRow-input{
        right: 0;
    }

}


@media (max-width: 1023px) {
    .additional__filter .realty__filterRow-input{
        right: unset;
        left: 0;
    }
}
@media (max-width: 768px) {
    .analyze__create .gray__text {
        display: none;
    }

    .btn-show__filters {
        padding: 10px!important;
    }

    .realty__left--head {
        padding: 0 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        position: relative;
        z-index: 2;
    }

    #tradeSearch .close_btn_filter {
        display: none;
    }

    #searchAddress {
        left: 50px;
    }

    #map .btn__open__menu img:last-child,
    #map .btn__open__menu span,
    #showAdsLayers div {
        display: none;
    }

    .block__count__search i {
        display: inline-block;
    }

    .realty__left-block {
        position: absolute;
        height: 40px;
        bottom: 0;
        width: 100%;
    }

    .realty__left-block.open {
        height: 60dvh;
    }

    .block__count__search {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        gap: 4px;
        bottom: 0;
        z-index: 3;
        background: #fff;
        color: #676767;
        font-size: 14px;
        top: unset;
    }

    #btnMainSearch {
        display: flex;
    }

    #tradeSearch {
        position: absolute;
        top: 0;
        left: 0;
        height: 100dvh;
        max-height: 100dvh;
    }

    .panel_closed_filter {
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 16px 16px 0 0;
    }

    .panel_closed_filter img{
        display: flex;
        height: 24px;
        width: 24px;
    }

    .realty__filter .search_extended {
        padding: 0;
        background: unset;
        overflow: auto;
        position: relative;
    }

    #map .box__menu {
        right: 50px;
    }

    .realty {
        position: unset;
        z-index: 9;
        min-width: 100%;
        height: 100%;
    }
    .realty__left {
        width: 100%;
        z-index: 3;
        background: #ffffff;
        min-width: unset;
        max-width: unset;
        height: 100%;
    }

    .block__count__search {
        border: 1px solid #F2F2F2;
    }

    .realty__filterRow-title {
        width: 240px;
        border-bottom: none;
        justify-content: flex-start;
    }
    .realty__filterRow-title i {
        display: none;
    }
    .realty__filterRow-input:not(.region__filterRow-input) {
        width: 240px;
        display: flex;
        position: relative;
        border-top: none;
    }
    .btn__open__filter__all {
        width: 285px!important;
    }
    .realty-f__action {
        width: 24px;
        margin: 0 15px 0 0;
        height: 24px;
        box-shadow: none;
        cursor: pointer;
    }

    .realty__filter {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
    }

    .realty__lots {
        height: calc(60dvh - 40px);
        overflow: auto;
        z-index: 2;
        background: #FFFFFF;
        padding-bottom: 30px;
    }
    .realty__filter__show-button {
        display: flex;
    }
    .realty__lots .lot {
        margin: 5px 0 10px;
    }

    .realty-f {
        overflow: auto;
        width: 100%;
        height: calc(100% + 35px);
        background: #FFFFFF;
        left: 0;
        top: 0;
        z-index: 999;
    }
    .realty-f-actions {
        padding: 10px 0;
        top: 0;
        font-size: 20px;
        left: 0;
        position: sticky;
        background: #fff;
        display: flex;
        justify-content: flex-end;
    }
    .realty-f__wrapper {
        width: 100%;
        padding-top: 0;
    }
    .title__map {
        padding: 10px 0;
        color: #2E3C54;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    #footer {
        display: none;
    }
    .layer {
        padding: 0!important;
        height: calc(100dvh - 50px);
    }
    .realty-map-colors {
        bottom: 36px;
        padding: 4px 10px;
    }
    #user,
    #logout {
        display: none;
    }
    #mobile_menu_btn {
        top: 6px;
    }
    .realty__filter .close__filter {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .realty__filterRow:not(.regions__filerRow) {
        width: 100%;
    }
    .additional__filter .realty__filterRow-input{
        width: 100%;
    }
    .realty__filterRow-title {
        width: 100%;
    }
    .realty__filterRow-input:not(.region__filterRow-input) {
        width: 100% !important;
    }
    .realty__filterRow-input input:not([type=checkbox]) {
        width: 100%;
        margin-bottom: 10px;
    }
    .btn__open__filter__all {
        width: 100%!important;
        margin-right: 0;
    }
}
