.contact__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    padding: 0 12px;
}

.contact-input__label__normal {
    color: var(--var-search-text-color);
    font-weight: normal;
    vertical-align: bottom;
}

.contact-input__circle-checkbox {
    width: 20px;
    height: 20px;
    background-color: var(--var-white-color);
    border-radius: 50%;
}

.contact-input__circle-checkbox:checked {
    box-sizing: border-box;
    border: 6px solid #0064D8;
}

.textarea-element-message {
    width: 100%;
    height: 200px;
    padding: 12px;
    line-height: 1.5;
    font-size: 14px;
    background-color: var(--var-white-color);
    border-radius: 8px;
}

.textarea-element-message::placeholder {
    /*color: #9e9e9e !important;*/
}

.btn__container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
