#ya-site-form0 {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block;
    width: 200px;
    right: 0;
    z-index: 10000000;  
}

#ya-site-form0 .ya-site-form__wrap {
    table-layout: auto;
}

#ya-site-form0 .ya-site-form__search, 
#ya-site-form0 .ya-site-form__search td, 
#ya-site-form0 .yaform__precise-i {
    background: transparent !important;
}

#ya-site-form0 .ya-site-form__search {
    width: auto;
    margin-left: auto;
}

#ya-site-form0 .ya-site-form__search-input {
    padding: 5px;
    width: 330px;
    display: block;
    position: relative;
    float: right;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-color: #ffffff !important;
    padding-left: 5px;
    border-radius: unset !important;
    line-height: unset !important;
}

#ya-site-form0 .ya-site-form__submit {
    display: block;
    width: auto;
    margin: 0 0 0 5px;
    border: none;
    background-color: #26ace1;
    color: #fff !important;
    border-radius: 5px;
    height: 100%;
    padding: 2px 10px;        
}

#ya-site-results .b-serp-item__number
{
    font-size: 16px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    #ya-site-form0 {
        top: 0;
        width: 100%;
    }

    #ya-site-form0 .ya-site-form__form {
        margin: 10px;
    }

    #ya-site-form0 .ya-site-form__search {
        width: 100%;
        margin-left: auto;
    }

    #ya-site-form0 .ya-site-form__search-input {
        top: 0;
        width: 100%;
    }			
}  

@media screen and (min-width: 768px) {
    #ya-site-form0 {
        right: 25px;
        width: auto;
        position: absolute;
        top: 50px;
    }
}

@media screen and (min-width: 960px) {
    #ya-site-form0 {
        right: 20px;
        position: relative;
        top: -20px;
    }
}