

/* Start:/local/templates/.default/components/bitrix/news/neochemical_1.0_store_1.0/bitrix/news.detail/.default/style.css?17409993251870*/
.content .filials .items {
    display: block;
    margin: 0;
}

.state h1 {
    margin: 15px 0;
    padding-bottom: 35px;
}

.store-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.store-info {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 2em;
}

.info-item {
    margin-bottom: 1em;
}

.store-phones {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.store-phones strong {
    margin-right: 0.5em;
}

.store-phones a {
    display: block;
    color: inherit;
}

.store-phones a span {
    color: #38AC74;
}

.copy-tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.copy-tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.copy-tooltip:hover:after {
    opacity: 1;
}

.ym-map {
    display: block;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 100%;
    height: clamp(300px, 43.95vw, 450px);
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .store-section {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .store-info {
        margin-bottom: 2em;
        padding-right: 0;
    }

    .ym-map {
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/neochemical_1.0_store_1.0/bitrix/news.detail/.default/style.css?17409993251870 */
