form input.error, form select.error, form textarea.error, form .checkbox-item-error {
    outline: 1px solid red !important;
}
form p.error, form p.error {
    color: red;
    font-size: 13px;
    margin-top: 2px;
}
form .input.valid {
    border: 1px solid #3C7F79 !important;
}
#form27 .input {
    resize: vertical;
    display: block;
    outline: 0;
    width: 100%;
    border: 0;
    background-color: rgba(26, 34, 31, .1);
    border-radius: .375rem;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, "SF UI Text", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: normal;
    color: #3c4040;
    padding: 12px 16px;
    margin-top: 20px;
}
.oferta-check {
    font-size: .85rem;
    margin-top: 20px;
    position: relative;
}
.oferta-check a {
    color: #000;
}
#oferta-check {
    position: relative;
    top: 2px;
}
#oferta-check:hover {
    cursor: pointer;
}
#agreed-error {
    display: none !important;
}
#send_btn {
    cursor: pointer;
    margin-top: 20px;
    margin-left: 5px;
    border: none;
    background-color: #3C7F79;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 18px;
    overflow: hidden;
    width: 135px;
}
#send_btn:hover {
    background-color: #2c5c58;
}
.header .video {
    background-image: url(images/bc_frezer.jpg);
}
.logo img {
    width: 300px;
}