
#headPage .page-width-2 .form-search.form-top {
    display: none;
}

#headPage .page-width-2 .form-search.form-top.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;

    height: 63px;
    margin: 0;
    padding-left: 40px;
    border-radius: 0;
}

.form-search.open input {
    width: 100%;
    height: 63px;
    line-height: 63px;
}

.form-search.open button {
    height: 63px;
    line-height: 63px;
}

.cq-search {
    box-shadow: none;
}

.cq-search__input {
    height: 40px;
    line-height: 40px;
    padding-right: 46px;
}

.cq-search__button {
    width: 42px;
}
