

/* Start:/local/templates/main/components/guta/parent-page/contacts/style.css?17822967033420*/
.contacts-info {
    margin-top: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.contacts-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 40px 28px;
    border: 1px solid #506C60;
}

.contacts-info__item-content {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #506C60;
}

.contacts-info__item-content p {
    margin-top: 15px;
    text-align: center;
}

.contacts-map {
    margin-top: 40px;
}

.contacts-lincs {
    margin-top: 30px;
    margin-bottom: 28px;
}

.contacts-info__item-icon {
    width: clamp(42px, 5.208vw, 100px);
    height: clamp(42px, 5.208vw, 100px);
    flex-shrink: 0;
}

.contacts-info__item-icon svg {
    width: 100%;
    height: 100%;
}
@media  (max-width: 1150px) {
    .contacts-lincs {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .contacts-info {
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts-info__item {
        flex-direction: row;
        gap: 25px;
        padding: 20px;
    }

    .contacts-info__item-content {
        font-size: 13px;
    }

    .contacts-info__item-content p {
        text-align: left;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .contacts-info__item-content p:last-child {
        margin-bottom: 0;
    }

    .contacts-map {
        max-height: 315px;
        overflow: hidden;
    }

    .contacts-lincs {;
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.fancybox-slide--html .modal-video .fancybox-close-small {
    display: none;
}

.modal-video.fancybox-content {
    max-width: 90%;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.modal-video__player {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.modal-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.modal-video {
    width: 100%;
    max-width: 1280px;
}

.modal-video__content {
    background-color: white;
    border: 1px solid #506C60;
    border-radius: 20px;
    overflow: hidden;
    max-height: 98dvh;
}

.modal-video__header {
    padding: 28px 24px 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modal-video__header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
}
.modal-video__close {
    width: 40px;
    height: 40px;
    display: block;

}



@media (max-width: 1150px) {
    .modal-video {
        max-width: 767px;
        margin-inline: 20px;
    }

    .modal-video__close {
        width: 24px;
        height: 24px;
    }

    .modal-video__header {
        padding: 12px 12px 12px 24px;
    }

    .modal-video__header h3 {
        font-size: 18px;
    }
}



#map {
    width: 100%;
    height: 100%;
    touch-action: manipulation;
}
#map,
#map * {
    touch-action: auto; /* Разрешает браузеру обрабатывать тач‑события как скролл страницы */
}
.map__container {
    border-radius: 20px;
    overflow: hidden;
    height: 564px;
}

.map-marker {
    width: max-content;
    padding: 2px 12px;
    background-color: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 16px;
    border: 2px solid #506c60;
    font-size: 12px;
}
/* End */
/* /local/templates/main/components/guta/parent-page/contacts/style.css?17822967033420 */
