.map {
    margin-bottom: 35px;
}

.mini-header {
    display: flex;
    align-items: center;
}

.mini-header.no-flex {
    display: block;
}

.material-icons.page-icon {
    font-size: 40px;
    color: #00A000;
}

.contacts-container {
    margin: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.left-part-contacts-container {
    width: 740px;
}

.right-part-contacts-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 350px;
}

.default-table th:nth-child(1),
.default-table td:nth-child(1) {
    width: 75%;
}

.default-table th:nth-child(2),
.default-table td:nth-child(2) {
    width: 25%;
}

.default-table th:first-child,
.default-table td:first-child {
    text-align: left;
}