.site-modal {
    display: none;
    position: fixed;
    z-index: 1200;
    inset: 0;
    overflow-y: auto;
    padding: 30px 15px;
    background: rgba(11, 11, 11, .8);
}

.site-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-modal .popup-default {
    margin: auto;
}

.site-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    color: #343333;
    font: 32px/1 Arial, sans-serif;
    cursor: pointer;
}

.site-modal .form-consent {
    display: flex;
    align-items: flex-start;
    order: 1;
    gap: 10px;
    color: rgba(137, 155, 183, .9);
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
}

.site-modal .form-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: #188bbe;
    cursor: pointer;
}

.site-modal .form-consent a {
    color: #188bbe;
    text-decoration: underline;
}

.site-modal .popup-form .btn {
    order: 2;
}

.site-modal .field-hint {
    margin-top: 4px;
    color: #d60000;
    font-size: 12px;
}

body.site-modal-open {
    overflow: hidden;
}
