﻿.banner
{
    padding-top:65px;
}
.search-wrap
{
    margin-bottom: 105px;
    position: relative;
    width: 70%;
}
.search-wrap input
{
    box-sizing: border-box;
    width: 100%;
    min-width: 150px;
    height: 44px;
    padding-left: 20px;
    border: 1px solid #3c3c3c;
    border-radius: 44px;
    outline: none;
    background-color: #f4f6f8;
    font-size: 16px;
    color: #3c3c3c;
}
.search-wrap button
{
    width: 36px;
    height: 36px;
    background: url(/ek-assets/vive/img/magnify.png) no-repeat;
    border: 0px;
    position: absolute;
    right: 3px;
    top: 13px;
    cursor:pointer;
}
@media only screen and (max-width: 1023px)
{
    .banner
    {
        padding-bottom:65px;
    }
}