.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5) !important; /* Полупрозрачный черный фон */
}

.modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 30px;
    border: 1px solid transparent;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background-color: #f1f8f9;
    min-width: 395px;
}

.modal-content h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.modal-content .form-group .form-control {
    margin-bottom: 20px;
}

.close-call,
.close-priem,
.close-konsult {
    color: black;
    float: right;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-call:hover,
.close-call:focus,
.close-priem:hover,
.close-priem:focus,
.close-konsult:hover,
.close-konsult:focus {
    color: #69ae19;
    text-decoration: none;
    opacity: 1;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.header-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-detail p {
    margin-bottom: 25px;
}

.news-detail ul li p,
.news-detail ol li p {
    margin-bottom: 2px;
}