@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.4em;
}

img {
    max-width: 100%;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 .625rem rgb(0 0 0 / 20%);
    padding: 0 2.375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: .875rem 0;
}

.center {
    text-align: center;
}

h1 {
    font-size: 1.562rem;
    line-height: 1.1;
    margin: 1.125rem 0;
    color: #000000;
}

.aside h2 {
    font-size: 1.312rem;
    line-height: 1.2;
    color: #fff;
    margin: 1.062rem 0 1.375rem;
}

section h2 {
    color: #0064AC;
    font-size: 1.312rem;
    line-height: 1.2;
    margin: 1.062rem 0 1.375rem;
}

h3 {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.1;
    color: #0064AC;
    margin: 1.125rem 0;
}

h4 {
    margin: .875rem auto;
    text-align: center;
    font-weight: bold;
    background: #009999;
    color: #fff;
    padding: .625rem;
    max-width: 9.375rem;
}

h5 {
    color: #00B050;
    font-size: 1.312rem;
    line-height: 1.2;
    margin: 1.062rem 0 1.375rem;
}

ul {
    list-style: none;
    margin: 0 0 .875rem .812rem;
    padding: 0;
}

ul li {
    padding-left: 1.062rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.062rem;
    font-size: 1.5rem;
    line-height: 0.75;
}

header {
    padding: 1.875rem .625rem .625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.container {
    width: 70%;
}

p i:last-of-type {
    margin-left: 1.25rem;
}

section {
    background-color: #FFF;
    padding: .062rem 1rem;
    margin: 0 0 1rem;
}

.aside {
    background-color: #009999;
    color: #fff;
    padding: .062rem 1rem;
    margin: 0 0 1rem;
}

.element {
    position: relative;
    padding-bottom: 2rem;
}

.logo_element {
    position: absolute;
    right: 1.25rem;
    bottom: 0.5rem;
    display: block;
    overflow: hidden;
}

footer {
    background-color: #009999;
    font-style: normal;
    margin: 1.5rem 0 2rem;
    text-align: center;
    color: #fff;
    padding: .875rem;
}

footer p {
    margin: 0;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    h1 {
        font-size: 1.375rem;
        margin: 1rem 0;
    }

    br {
        display: none
    }

    h2,
    h5 {
        font-size: 1.125rem;
        margin: .625rem 0;
    }

    h3 {
        font-size: 1.25rem;
        margin: 1rem 0;
    }

    header {
        padding: 0;
        display: block;
    }

    .container {
        width: 100%;
    }

    section {
        padding: .062rem .625rem;
        margin: 0;
    }

    .aside {
        padding: .062rem .625rem;
    }

    .element {
        position: relative;
        padding-bottom: 1rem;
    }

    .logo_element {
        position: static;
        margin: .625rem auto;
        display: block;
        max-width: 12.5rem;
    }

    footer {
        margin: 1rem 0;
        padding: .625rem;
    }


    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 23.437rem) {
    h1 {
        font-size: 1.187rem;
        text-align: center;
    }

    header img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    header p {
        text-align: center;
    }

    section {
        padding: 0;
    }
}
