

/* Start:/bitrix/components/points/tb.points/templates/.default/style.css?17827300393673*/
.map__container {
    position: relative;
    width: fit-content;
    margin-top: 3rem;
    margin-bottom: 3rem;
    user-select: none;
    line-height: 0;
    /* overflow: hidden; */
    max-width: 100%;
}

.map__container img[data-main-map-image] {
    user-select: none;
    pointer-events: none;
    max-width: 100%;
}

.map__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.map__points {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.map__button {
    background: #26BCF4;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 21px 10px;
    min-width: 100px;
    flex-grow: 1;
    cursor: pointer;
    max-width: 300px;
}

.map__button:hover {
    background: #FF9706;
}

.map__button:disabled {
    background: #F5F7FA;
    color: #C6C6C6;
}

.map__point {
    border-radius: 50px;
    position: absolute;
    border: 2px solid transparent;
    cursor: pointer;
    z-index: 2;
}

.map__point.map__point-icon {
    border-radius: 0;
}

.map__point.map__point_active {
    border: 2px solid black;
}

.map__point img {
    user-select: none;
    pointer-events: none;
}

.map__popup-edit-container {
    background: rgba(19, 18, 18, 0.637);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.map__popup-edit-container input[name='name'].popup__input-erorr {
    border: red;
}

.map__popup-edit-container__active {
    display: block;
}

.map__popup-window {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #FFF;
    position: absolute;
    margin: 20% auto;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 30px;
    width: 100%;
    max-width: 410px;
    max-height: 455px;
    overflow: auto;
}

.map__popup-window label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.map__popup-window input,
.map__popup-window textarea {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #AEBFD2;
    padding: 17px;
    width: 100%;
    margin-top: 5px;
}

.map__popup-window textarea {
    resize: none;
    height: 110px;
}

.map__popup-window .map__button {
    background: #FF9706;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 60px;
    width: 100%;
    max-width: 100%;
}

.map__popup-window .map__button.map__button-cancel-popup {
    width: fit-content;
    background: none;
    padding: 0;
    margin-left: auto;
    min-width: auto;
    margin-bottom: -22px;
}

.map__popup-window .map__button svg {
    user-select: none;
    pointer-events: none;
}

.map__popup-window .map__button:hover {
    background: #26BCF4;
}

.map__popup-window .map__button.map__button-cancel-popup:hover {
    background: none;

}

.points__description-container {
    display: none;
    position: absolute;
    text-align: center;
    width: fit-content;
    z-index: 47;
    /* user-select: none; */
    /* pointer-events: none; */
    padding: 15px 29px 15px 15px;
    border-radius: 3px;
    border: 2px solid #BABBBB;
    background: #FFF;

    flex-direction: column;
    gap: 10px;
    max-height: 400px;
    overflow: auto;
}

.points__description-name {
    font-weight: bold;
}

@media(max-width: 767px) {
    .points__description-container {
        display: none !important;
    }
}
/* End */
/* /bitrix/components/points/tb.points/templates/.default/style.css?17827300393673 */
