@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #FFF;
    font: 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 820px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #000;
    overflow: hidden;
    padding: 1rem 1rem 0;
    text-transform: uppercase;
}
.boder, .boder2 {
    border-radius: 10px;
    margin-bottom: 1rem;
}
.boder {
    border: 1px solid #EE7A01;
    width: 322px;
    padding: 0.5rem 0.5rem 0;
}
.boder2 {
    border: 3px solid #EE7A01;
    padding: 0.5rem 0.5rem 0;
}
p span.color {
    color: #EE7A01;
}
p.pb_2 {
    padding-bottom: 2rem;
}
hr {
    border: none;
    background: #EE7A01;
    height: 3px;
    width: 100%;
    text-align: center;
    margin: 0.5rem auto;
}
p.pb_0 {
    padding-bottom: 0.3rem;
}
.boder_left {
    border-left: 2px solid #FFF;
    padding-left: 0.5rem;
    margin-left: 1rem;
}
p span.big {
    font-size: 1.3em;
    line-height: 1.3em;
}
.ttn p, p span.ttn {
    text-transform: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 3.392em;
    line-height: 0.9;
    position: relative;
    z-index: 999;
}
h1 span {
    font-size: 1.5em;
    line-height: 1.3em;
}
h1 sup {
    font-size: 0.5em;
}
h2 {
    margin-bottom: 0.5rem;
}
h3 {
    margin: 0 0.5rem 0.5rem 0.5rem;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: right;
}
h3, h3+p {
    color: #000;
}
h3+p {
    font-size: 0.8em;
    line-height: 1.3em;
    margin-left: 2rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    list-style: none;
}
ul li {
    padding: 0 0 1.3rem 3rem;
}
ul li:before {
    content: url('../images/icon_li.jpg');
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -3rem;
}
header {
    position: absolute;
    top: 12.4px;
    right: 0.1rem;
}
.center {
    align-items: center !important;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 33%;
}
.flex-s {
    display: flex;
    justify-content: start;
    gap: 0 1rem;
    align-items: center;
}
article {
    background: url('../images/bg.jpg') no-repeat bottom right -0.5rem;
}
footer {
    background: #013F6E;
    padding: 1rem 1rem 0;
    text-align: center;
    margin: 0.5rem -1rem 0;
}
footer img {
    vertical-align: middle;
}
@media only screen and (max-width: 819px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    h1 {
        text-align: center;
    }
    .boder {
        width: 100%;
    }
    .hide_m {
        display: none;
    }
    .flex-s p {
        width: 80%;
    }
    .bg {
        padding: 1rem;
        background: #EE7A01;
    }
    .boder_left {
        margin: 0;
        border-left: none;
    }
    .pb_0 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h3, h3+p {
        text-align: center;
    }
    p.pb_2 {
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 780px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: 100%;
    }
}