

/* Start:/local/templates/glavdent/components/bitrix/news.list/contact-gorizontal/style.css?17793693211462*/
.map-container-tab-content > *{
    display: grid;
    grid-template-columns: 20px auto;
    gap: 5px;
}

.map-container-tab .icon {
    background-color: rgba(0, 173, 199, 1);
}

.map-container-tab address {
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.map-container-tab {
    font-size: 14px;
    line-height: 17px;
    color: rgba(30, 30, 30, 0.7);
}
.map-container-tab a {
    color: inherit;
}

.map-container-tab-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.map-container-tab {
    padding: 5px 0 ;
    border-top: 1px solid rgba(0, 173, 199, 0.4);
    border-bottom: 1px solid rgba(0, 173, 199, 0.4);
}

.map-container-tabs{
    background-color: var(--fourteen-color);
}
.map-container-tab .circle-icon .icon-location {
    width: 10px;
    height: 14px;
}
.map-container-tab._active .circle-icon .icon {
    background: white;
}
.map-container-tab._active .circle-icon{
    background-color: var(--secondary-color);
}
@media (min-width: 769px) {

    .map-container-tab-content > *{
        grid-template-columns: 30px auto;
        gap: 10px;
    }
    .map-container-tab {
        font-size: 16px;
        line-height: 19px;
    }
    .map-container-tab address {
        font-size: 18px;
        line-height: 21.5px;
    }

    .map-container-tab .circle-icon .icon-location {
        width: 14px;
        height: 18px;
    }
}
/* End */
/* /local/templates/glavdent/components/bitrix/news.list/contact-gorizontal/style.css?17793693211462 */
