.banner {
    width: 100%;
    background-color: #ff7900;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
}

.banner .banner-logo {
    max-width: 100%;
    margin-bottom: 16px;
}

.banner .banner-logo img {
    max-width: 100%;
}

.banner .banner-h {
    font: 15px/17px 'Istok Web', sans-serif;
    margin-bottom: 14px;
}

.banner .form-row {
    margin-bottom: 13px;
}

.banner .form-row:last-child {
    margin-bottom: 0px;
}

.banner .form-row input[type="text"] {
    background: #fff;
    line-height: 46px;
    height: 46px;
    color: #000;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    outline: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
}

.banner .form-row input[type="text"]::placeholder {
    color: #9a9a9a;
}

.banner .banner-form {
    margin-bottom: 0px;
}

.banner .form-row .banner-btn {
    background-color: #ff7900;
    line-height: 46px;
    height: 46px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    font: 13px/46px 'Istok Web', sans-serif;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    text-decoration: none;
}
