.bg-fix,
body,
html {
    width: 100%;
    height: 100%
}

body {
	padding-top: 90px !important;
}

.logo span,
body {
    font-family: OpenSans
}

.contacts a,
.logo span {
    display: block
}

body,
html {
    padding: 0;
    margin: 0
}

.points,
.title {
    margin-top: 20px
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=submit] {
    cursor: pointer
}

img {
    border: none;
    outline: 0
}

@font-face {
    font-family: Bebas;
    src: url(../fonts/BebasNeueBold.eot);
    src: url(../fonts/BebasNeueBold.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeueBold.woff) format("woff"), url(../fonts/BebasNeueBold.ttf) format("truetype"), url(../fonts/BebasNeueBold.svg#Bebas) format("svg")
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans.eot);
    src: url(../fonts/OpenSans.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans.woff) format("woff"), url(../fonts/OpenSans.ttf) format("truetype"), url(../fonts/OpenSans.svg#OpenSans) format("svg")
}

@font-face {
    font-family: OpenSansLight;
    src: url(../fonts/OpenSans-Light.eot);
    src: url(../fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light.woff) format("woff"), url(../fonts/OpenSans-Light.ttf) format("truetype"), url(../fonts/OpenSans-Light.svg#OpenSansLight) format("svg")
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url(../fonts/OpenSans-Semibold.eot);
    src: url(../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Semibold.woff) format("woff"), url(../fonts/OpenSans-Semibold.ttf) format("truetype"), url(../fonts/OpenSans-Semibold.svg#OpenSansSemiBold) format("svg")
}

@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype"), url(../fonts/OpenSans-Bold.svg#OpenSansBold) format("svg")
}

@font-face {
    font-family: OpenSansExtrabold;
    src: url(../fonts/OpenSans-Extrabold.eot);
    src: url(../fonts/OpenSans-Extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Extrabold.woff) format("woff"), url(../fonts/OpenSans-Extrabold.ttf) format("truetype"), url(../fonts/OpenSans-Extrabold.svg#OpenSansExtrabold) format("svg")
}

body {
    background: url(../img/bg.jpg) center;
    font-size: 16px;
    color: #192d4c;
    background-size: cover
}

a,
a:hover {
    color: #fff;
    text-decoration: none
}

.bg-fix {
    position: fixed;
    left: 0;
    top: 0;
    background: url(../img/bg.jpg) center;
    background-size: cover;
    z-index: -1
}

.contacts,
.contacts a,
.contacts span {
    font-size: 16px;
    font-family: OpenSansSemiBold;
    color: #003485
}

.contacts {
    text-align: right
}

.cta-box,
.title {
    text-align: center
}

@media screen and (max-width:370px) {
    .contacts a {
        font-size: 14px
    }
}

.title h1 {
    font-size: 70px;
    font-family: OpenSansBold;
    color: #003485
}

@media screen and (max-width:1000px) {
    .title h1 {
        font-size: 30px
    }
}

.title h1 span {
    color: #03a944
}

.points .media {
    margin-bottom: 20px
}

.points span {
    font-size: 20px;
    font-family: OpenSansSemiBold;
    color: #003485
}

@media screen and (max-width:1000px) {
    .points span {
        margin-top: 0!important;
        font-size: 16px
    }
    .points img {
        width: 30px
    }
}

.cta {
    margin-top: 30px
}

h5 {
    font-size: 30px;
    font-family: OpenSansBold;
    color: #003485
}

@media screen and (max-width:370px) {
    h5 {
        font-size: 18px
    }
}

.button {
    display: inline-block;
    padding: 20px 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#03a944), to(#039a3e));
    background: linear-gradient(to bottom, #03a944, #039a3e);
    -webkit-box-shadow: #008835 0 5px 0 0;
    box-shadow: #008835 0 5px 0 0;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 0px;
    font-size: 20px;
    font-family: OpenSansBold;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

@media screen and (max-width:430px) {
    .button {
        font-size: 15px;
        padding: 10px 20px
    }
}

.button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer {
    margin-top: 40px;
    padding: 20px 0;
    background: #192d4c
}

.footer a,
.footer span {
    display: block;
    font-size: 14px;
    font-family: OpenSansLight;
    color: #fff
}

.contacts-footer {
    text-align: right
}

.head {
	position: fixed;
	top: 0px;
	z-index: 1;
	padding: 20px 0;
	color: #fff;
	background: #192d4c;
}

.head a, .head span {
	color: #fff
}

.logo img {
	width: 100px;
}

.logo span {
	font-size: 18px;
    font-family: OpenSans;
	color: #fff;
}