/* hsearchnews */
.hsearchnews {	
    position: absolute;
    z-index: 0;
    top: 66px;
    left: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: left;
}

.hsearchnews .ico_back_tomm {
    width: 56px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.hsearchnews .ico_back_tomm::before{
    display: block;
    width: 56px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.hsearchnews .hsearch_head .newskw_wrapper {
    float: left;
    width: calc(100% - 46px);
}

.hsearchnews .hsearch_head  input[type=text] {
    border-radius: var(--border-radius) 0  0  var(--border-radius);            
    border-right: 0;
    padding-left: 56px;
}

.hsearchnews fieldset label {
    left: 56px;
}

.hsearchnews .hsearch_head input[type=submit] {
    display: block !important;
    margin: 0;
}

.hsearchnews .hsearch_head .icon-search {
    display: block !important;
    position: absolute;
    right: 16px;
    top: 16px;
}

/*hsearchnews.focus*/
.hsearchnews.focus .hsearch_head fieldset-group {
    width: 100%;
}

.hsearchnews.focus .ico_back_tomm {
    display: none;
}

.hsearchnews.focus fieldset label {
    left: var(--spacer-default);
}

.hsearchnews.focus .hsearch_head  input[type=text] {
   padding-left: var(--spacer-default);
}