

/* Start:/bitrix/templates/.default/components/bitrix/news.list/map-projects/style.css?17872213586298*/
/*#map {*/
/*    height: 550px;*/
/*}*/

/*#popup {*/
/*    position: absolute;*/
/*    bottom: 48px;*/
/*    right: 10%;*/
/*    display: block;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: .3s ease;*/
/*    background: white;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);*/
/*    !*padding: 16px;*!*/
/*    z-index: 1000;*/
/*    max-width: 350px;*/
/*    font-family: sans-serif;*/
/*    color: #202445;*/
/*}*/

/*#popup.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transition: .3s ease;*/
/*}*/

/*#popup img {*/
/*    width: 350px;*/
/*    height: 230px;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    margin-bottom: 28px;*/
/*}*/

/*#popup h4 a {*/
/*    font-size: 18px;*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #D9C3AE;*/
/*    padding: 0 36px;*/
/*    color: #202445;*/
/*}*/

/*.ymaps-2-1-79-controls__toolbar_left {*/
/*    display: none;*/
/*}*/

/*#popup h4 {*/
/*    margin: 0 0 16px;*/
/*}*/

/*#popup p {*/
/*    margin: 0;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 12px;*/
/*    padding: 0 36px;*/
/*}*/

/*#popup .close-btn {*/
/*    margin-top: 10px;*/
/*    font-size: 13px;*/
/*    color: #007aff;*/
/*    cursor: pointer;*/
/*}*/

/*.project-map {*/
/*    position: relative;*/
/*    overflow-x: hidden;*/
/*}*/

/*.ymaps-2-1-79-cluster-night-content {*/
/*    display: block;*/
/*    !*margin-top: -6px;*!*/
/*    font-size: 10px;*/
/*    font-weight: 700;*/
/*    color: #3C5598 !important;*/
/*}*/

/*.see-project {*/
/*    text-transform: uppercase;*/
/*    color: #D9C3AE;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 28px 36px;*/
/*    border-top: 1px solid #ECEEF5;*/
/*    margin-top: 28px;*/
/*    text-decoration: none;*/
/*    transition: .3s ease;*/
/*}*/

/*.see-project:hover {*/
/*    opacity: .7;*/
/*    transition: .3s ease;*/
/*}*/

.ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
}

.project-map {
    /*margin-top: 80px;*/
}

.project-map h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #fff;
}

.project-map .project-map__head {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    padding-top: 80px;
    background: linear-gradient(180deg, #0F1936 0%, rgba(15, 25, 54, 0) 100%);
    pointer-events: none;
}

@media (max-width: 500px) {
    .project-map h2 {
        font-size: 28px;
    }

    #popup {
        right: unset;
        bottom: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .project-map .project-map__head {
        /*padding-top: 48px;*/
    }
}

/*#popup-overlay {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(60, 85, 152, 0.8);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: .4s ease;*/
/*    display: none;*/
/*    z-index: 1;*/

/*}*/

/*@media (max-width: 500px) {*/
/*    #popup-overlay {*/
/*        display: block;*/
/*    }*/
/*}*/

/*#popup-overlay.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transition: .3s ease;*/
/*}*/
/*#popup-overlay .close-btn {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*    background: none;*/
/*    border: none;*/
/*    padding: 0;*/
/*}*/
#map {
    width: 100%;
    height: 80vh;
    min-height: 550px;
}

#popup {
    position: absolute;
    bottom: 48px;
    right: 10%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    z-index: 5002;
    max-width: 350px;
    font-family: sans-serif;
    color: #202445;
}

#popup-overlay {
    display: none !important;
    position: absolute;
    inset: 0;
    background: rgba(60, 85, 152, .8);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 5001;
    pointer-events: none; /* чтобы клики шли в карту, пока не active */
}

#popup-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: 0;
}

#popup-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#popup.active {
    opacity: 1;
    visibility: visible;
}

/* SINGLE */
.popup-single {
    padding-bottom: 0;
}

.popup-single img {
    width: 350px;
    height: 230px;
    object-fit: cover;
    display: block;
    margin-bottom: 28px;
}

.popup-single h4 {
    margin: 0 0 16px;
}

.popup-single h4 a {
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #D9C3AE;
    padding: 0 36px;
    color: #202445;
    display: inline-block;
}

.popup-single .popup-address {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 36px;
}

.popup-single .see-project {
    text-transform: uppercase;
    color: #D9C3AE;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 36px;
    border-top: 1px solid #ECEEF5;
    margin-top: 28px;
    text-decoration: none;
    transition: .3s ease;
}

.popup-single .see-project:hover {
    opacity: .7;
}

/* MULTI */
.popup-multi {
    max-height: 70vh;
    overflow-y: auto;
    width: 350px;
    padding: 16px 0;
}

.popup-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
}

.popup-item {
    margin-bottom: 16px;
}

.popup-item__imgwrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-bottom: 8px;
}

.popup-item__title {
    font-size: 18px;
    margin: 0 0 4px;
}

.popup-item__title a {
    color: #202445;
    text-decoration: underline;
    text-decoration-color: #D9C3AE;
}

.popup-item__addr {
    margin: 0;
    font-size: 14px;
    color: #202445;
}

.project-map {
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 500px) {
    #popup {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%);
        max-width: 90%;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/map-projects/style.css?17872213586298 */
