.search-products-container {
    padding-bottom: 48px;
}

.search-products-container form {
    background-color: #D4D4D4;
    padding: 39px;
}

.search-products-container form input,
.search-products-container form select {
    color: #757575;
    font-family: Verdana;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    padding: 4px 9px;
    background-color: #fff;
    border: none;
}

.search-products-container form .keywords-form-search-products span {
    color: #333333;
    font-family: Verdana;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
}

.search-products-container form .options-form-search-products input,
.search-products-container form .options-form-search-products .select-machine-mark {
    width: 100%;
}

.search-products-container form .options-form-search-products span {
    color: #141415;
    font-family: Verdana;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.search-products-container form .btn-search-products-form button {
    padding: 12px 30px 12px 10px;
    background-color: var(--bellota-color-primary);
    border: none;
    color: #fff;
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
}

.search-products-container h1 {
    font-weight: 700;
    font-size: 32px;
}

.search-products-container h2 {
    color: var(--bellota-color-primary);
    font-weight: 700;
    font-size: 14px;
}

#search-products-button:hover {
    background-color: var(--bellota-color-primary-hover);
}

#search-products-button:disabled {
    background-color: var(--bellota-color-primary-hover);
    cursor: wait;
}

a.btn-download-catalog {
    background-color: var(--bellota-color-primary);
}

a.btn-download-catalog:hover {
    background-color: var(--bellota-color-primary-hover);
}

a.btn-download-catalog span.icon-download-catalog {
    background-color: var(--bellota-color-primary-hover);
    padding: 8px 12px;
    height: 100%;
    align-content: center;
}

a.btn-download-catalog span.label-download-catalog {
    padding: 8px 12px 8px 20px;
    color: #fff;
    font-family: Verdana;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .search-products-container form {
        padding: 48px 48px 48px 21px;
    }

    .search-products-container form .options-form-search-products input,
    .search-products-container form .options-form-search-products .select-machine-mark {
        width: 87%;
    }

    .search-products-container form .options-form-search-products span {
        text-align: right;
        width: 11%;
    }

    .search-products-container h1 {
        font-size: 32px;
    }

    .search-products-container h2 {
        font-size: 18px;
    }
}