

/* Start:/local/templates/duma2024/components/bitrix/news.detail/contacts/style.css?17345390501194*/
.contacts-first {
    width: 100%;
    display: flex;
}

.contacts-firs-left {
    width: 50%;
}

.caontacts-item {
    margin-bottom: 30px;
}

.contacts-firs-left div h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--color4);
}

.contacts-firs-left div p {
    margin: 10px 0;
}

.contact-zam {
    padding-bottom: 5px;
}

.contacts-first-right {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px var(--color8);
    width: 50%;
}

.contacts-first-right iframe {
    width: 100%;
}

.contacts-content table td {
    padding: 10px;
}

.contacts-content-item {
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color4);
}

.contacts-content-item h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--color4);
}

.contacts-content-item p {
    margin-bottom: 5px;
}

.contacts-content-item-deputy p {
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .contacts-first {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .contacts-firs-left,
    .contacts-first-right {
        width: 100%;
    }

    .contacts-first-right iframe {
        height: 300px;
    }
}
/* End */
/* /local/templates/duma2024/components/bitrix/news.detail/contacts/style.css?17345390501194 */
