/* Кастомные стили */
.custom-black {
    background-color: #141414 !important;
}

.custom-white {
    color: #FFFFFF !important;
}

.custom-button {
    background-color: #D9B58C !important;
}

.custom-form input, .custom-form select, .custom-form textarea {
    background-color: #141414;
    color: #FFFFFF;
    border: 1px solid #D9B58C;
    padding: 10px;
    border-radius: 0px;
}

.custom-form input:focus, .custom-form select:focus, .custom-form textarea:focus {
    border-color: #D9B58C;
    outline: none;
}

/* Стили для кнопки и других элементов */
.custom-button {
    background-color: #D9B58C !important;
    color: #141414 !important;
}

.custom-button:hover {
    background-color: #c0a07a !important;
}