.search_block {
    background-color: white;
}

.search_block_main_item {
    padding: 4.4rem;
    border-bottom: 1px solid #d7d7d7;
}

.search_container {
    width: 100%;
    background-color: red;
    height: 0px;
    transition: height 0.3s;
}

.search_container input {
    size: 20px;
    height: 24px;
    margin:7px 0;
    line-height: 24px;
    border: none;
    color: white;
    width: 80%;
    background-color: transparent;
    border-bottom: 1px solid white;
}

.search_column_content {
    vertical-align: top;
}

.search_description {
    margin-left: 3.9rem;
    text-align: left;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #333333;
}

.search_block_main_item.last {
    border-bottom: none;
}

.search_icon {
    font-size: 16px;
    margin-right:10px;
    color: white;
}

.search_button.close {
    font-size: 16px;
    margin-left:10px;
    color: white;
}