.mapPlacemark {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000000;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3px;
    letter-spacing: 0.35em;
    line-height: 1;
}

.mapPlacemark img {
    width: 40px;
    height: auto;
}

.mapPlacemark p {
    margin: 3px 0 0;
}

.contact-button:hover {
    background: rgba(78, 81, 87, 0.1);
    border-radius: 12px;
}

.cert-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 12px;
    text-decoration: none;
    width: fit-content;
}

.cert-button:hover {
    background: rgba(78, 81, 87, 0.102);
}

.cert-text {
    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #222325;
    margin-left: 8px;
}

@media (max-width: 991px) {
    .cert-button {
        flex-direction: column;
    }
}

.login-error {
    color: var(--critical-soft);
}

.code-check {
    display: none;
}