.site-nav .search-wrap.mobile {
    position: relative;
    top: 28px;
    margin-bottom: 35px;
}

.site-nav-wrap.active .site-nav .search-wrap {
    display: block;
}

.site-nav .search-wrap input[type=text] {
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    border: none;
    border-radius: 4px;
    padding: 0 30px 0 12px;
}

.site-nav .search-wrap input[type=text]:focus {
    position: static;
    width: 100%;
}

.site-nav .search-wrap input[type=submit] {
    width: 34px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 4px;
    border: none;
    background: white url('/resources/images/icons/mag_glass.svg') no-repeat center center;
    background-size: 16px;
}

.main-nav .search-wrap.mobile input[type=submit] {
    color: transparent;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 34px;
    height: 28px;
    border: none;
    background-color: transparent;
    background: white url('/resources/images/icons/mag_glass.svg') no-repeat center center;
    background-size: 16px;
}

@media (min-width: 992px) {

    .site-nav .search-wrap {
        display: inline-block;
        width: calc(100% - 450px);
        position: relative;
        left: 0; top: 0;
        height: 32px;
    }
}