* {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.inner_block {
    margin-left: 20px;
}

.check {
    display: flex;
    align-items: center;
    margin: 14px 0
}

input[type='checkbox'] {
    zoom: 1.4;
}

.tip {
    font-size: 14px;
    color: gray;
}

.title {
    display: block;
    margin: 8px 0 8px 0
}

.check_title {
    margin-left: 4px;
}

button {
    margin: 16px 0 0 5px
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

.error {
    color: red;
    display: none;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.success {
    color: green;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
}