﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
    font-weight: 600;
}

#wrapper {
    position: relative;
    max-width: 57.5rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 2.5rem 5rem 6.25rem;

    background: url(../images/bg.jpg) bottom center no-repeat;
    background-size: 100%;

    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

p strong,
li strong {
    font-weight: 700;
}

p span {
    font-size: 1.75rem;
    font-weight: 700;
}

h1 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0;

}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul p {
    margin: 0 0 0 0;
}

ul li {
    padding-left: 3.437rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #000;
    margin-left: -1.562rem;
    top: .437rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -2.5rem -5rem 0;
    padding: 2.5rem 5rem 1.25rem;

}

header a {
    float: right;
}

header a img {
    width: 100%;
    max-width: 13.437rem
}

aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

aside > section:nth-of-type(2) a {
    background-color: #FF0000;
    color: #fff;
    padding: .312rem .625rem;
    width: 11.25rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
}

aside > section:nth-of-type(2) a:hover {
    text-decoration: none;
}

article > a {
    position: absolute;
    bottom: 0.8%;
    right: 8%;
    width: 12.5%;
    height: 2%;
    /*    border: 2px solid red;*/
}


footer {
    display: none;
}


@media only screen and (max-width: 57.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        background: #fff;
    }

    a {
        font-weight: bold;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    aside {
        display: block;
    }

    article > a {
        display: none;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
        display: block;
    }


    footer > p {
        font-weight: 400;
        color: #424C58;
    }

    footer > p strong {
        font-weight: 800;
    }

    footer > p span {
        color: #EC173C;
        font-size: .812rem;

    }

    footer > p small {
        font-size: .75rem;
    }

    footer > a {
        margin: 1.25rem -.625rem 0 -.625rem;
        background-color: #3F5266;
        color: #fff;
        padding: .625rem;
        display: block;
        text-align: right;
        position: relative;
    }

    footer > a:hover {
        text-decoration: none;
    }

    footer > a:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: .625rem;
        height: 100%;
        background-color: #E3051A;
    }

}

@media only screen and (max-width:29.937rem) {
    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
        width: .25rem;
        height: .25rem;
    }

}
