body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'FontPrimary', 'Open Sans', sans-serif;

    font-size: 18px;
    line-height: 25px;
    color: #404040;
    background: rgba(255,255,255,0.62);
}

img {
    max-width: 100%;
    height: auto;


}

a {
    color: #004C7F;
    text-decoration: none;
}
a:hover {
    color: #4EC0E3;
    text-decoration: none;
}

a:active {
    /*text-decoration: underline;*/
}

h1, .h1 {
    opacity: 0.8;
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 30px;

}

h2 {
    opacity: 0.8;
    color: #000000;

    font-weight: 500;
    letter-spacing: 1px;

    margin-top: 0;
    margin-bottom: 30px;

    font-size: 30px;	line-height: 37px;

}

h4{

    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}
p{
    margin: 0;
}
p + ul.list,
p +p{
    margin:20px 0 0 0;
}

@media(max-width:570px){
    h1 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1.4em;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    p +p{
        margin:10px 0 0 0;
    }
}
