.confirm {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: left;
}

.confirm_demover {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
}

.confirm__content {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    color: #747474;
    cursor: pointer;
}

.confirm__checkbox[type="checkbox"] {
    margin: 0;
    cursor: pointer;
}

.confirm_light .confirm__checkbox[type="checkbox"] {
    accent-color: #5b9f0b;
}

.confirm__text {
    color: inherit;
}

.confirm_light .confirm__text {
    color: rgba(255, 255, 255, 0.8);
}

.confirm__link {
    font-size: inherit !important;
    transition: 0.3s;
    text-decoration: underline;
}

.confirm_light .confirm__link {
    color: #7aeb89;
}

.confirm_light .confirm__link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.confirm__error {
    display: none;
    color: red;
}

.confirm_light .confirm__error {
    color: #ff9b9b;
}

.confirm__error_active {
    display: block;
}
