

/* Start:/local/templates/main/components/bitrix/news.list/contacts/style.css?17455035781202*/
.contacts__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    color:#0c004b;
}

.contacts__email {
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    color:#0c004b;
}

.contacts__tel {
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #e53935;
}

.contacts .contacts__center-tel {
    font-weight: bold;
    font-size: 30px;
    line-height: 160% !important;
    color: #e53935;
    text-align: center;
}

.contacts .contacts__center-tel span {
    white-space: nowrap
}

.contacts__map iframe {
    width: 500px;
    height: 300px;
}
.contacts__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts__card {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1368px) {
    .contacts__card {
        flex-direction: column;
    }
    .contacts {
        align-items: center;
    }
    .contacts__card {
        gap: 30px;
        flex-direction: column-reverse;
    }
}

@media (max-width: 764px) {
    .contacts__map iframe {
        width: 100%;
        height: 300px;
    }


}
/* End */
/* /local/templates/main/components/bitrix/news.list/contacts/style.css?17455035781202 */
