@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');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #FFF;
    font: 400 1em/1.5em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 0 2.5rem;
    height: 1588px;
}
strong {
    font-weight: 500;
}
p span.color, .boder p span, p a.color {
    color: #ED1D23;
}
p span.color {
    font-style: italic;
}
p {
    padding-bottom: 1rem;
}
p.mt {
    margin-top: 3rem;
}
p span.small {
    font-size: 0.875em;
    line-height: 1.2em;
}
h1 {
    margin: 1rem 0 2rem;
    font-size: 2em;
    line-height: 1.1;
    font-weight: 700;
}
h1 span, h2 {
    font-weight: 400;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 -2.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
h2 span {
    position: relative;
    z-index: 999;
    padding: 0.5rem 1rem;
    display: inline-block;
    background: #286381;
}
h2:last-of-type span {
    background: #3b6c8a;
}
h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    right: 0;
    top: 22px;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #175C7B;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul {
    padding: 0.5rem 0;
    list-style: none;
}
li {
    padding-left: 1rem;
}
ul li:before {
    content: "•";
    display: inline-block;
    font-size: 1.6em;
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: -1rem;
}
.center {
    text-align: center;
}
.flex {
    display: flex;
    justify-content: start;
    gap: 0 1rem;
    align-items: center;
}
.big {
    font-size: 1.125em;
    line-height: 1.3em;
}
.boder {
    margin: 5rem 0rem 3rem -3.5rem;
    width: 260px;
    position: absolute;
    bottom: 9.8rem;
    right: -2.9rem;
}
.boder p {
    padding-bottom: 1.5rem;
}
.logo {
    display: flex;
    justify-content: center;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
header {
    margin: 0 -3rem 1rem;
}
header figure {
    display: none;
}
footer p {
    color: #175C7B;
    text-align: right;
}
footer p a.color {
    font-size: 1.3em;
    line-height: 1.3em;
    font-style: italic;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        padding: 1rem;
        background-image: linear-gradient(to bottom, #115D7C 40%, #FFFFFF);
    }
    p {
        text-align: left;
    }
    .boder, footer{
        position: static;
    }
    .boder {
        background-image: linear-gradient(to bottom, #A3B2C2, #FEFEFE);
        border: 2px dotted #ED1D23;
        padding: 1rem;
        margin: 1rem 0;
        width: 100%;
    }
    p.mt{
        margin-top: 1rem;
    }
    .hide_m {
        display: none;
    }
    .flex span:last-of-type {
        width: 80%;
    }
    .logo {
        margin-bottom: 1rem;
    }
    header figure {
        display: block;
        margin: 0 -1rem 1rem;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .ml {
        margin: 0;
        text-align: center;
    }
   h2:after{
    display: none;
    }
    h2 span {
        background: none !important;
    }
    footer p{
        text-align: center;
    }
}
 