body,
html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    /* padding-top: 80px; */
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

p {
    margin: 0 0 10px;
}

.banner {
    width: 100%;
    height: 480px;
    /*background-size: cover;*/
    background-position: center center;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
}

.banner img {
    display: block;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
}

.button--green {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #3b8070;
    color: #3b8070;
    text-decoration: none;
    padding: 10px 30px;
}

.button--green:hover {
    color: #fff;
    background-color: #3b8070;
}

.button--grey {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #35495e;
    color: #35495e;
    text-decoration: none;
    padding: 10px 30px;
    margin-left: 15px;
}

.button--grey:hover {
    color: #fff;
    background-color: #35495e;
}