@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-700.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #253718;
    font: 400 1em/1.45em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 780px;
    height: 1102px;
    margin: 1rem auto;
    border: solid 3px #536042;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 0;
}
h1, h2, h3, strong {
    font-weight: 700;
}
.ttu, h2 {
    text-transform: uppercase;
}
p {
    padding-bottom: 0.6rem;
}
h1 {
    margin: 0 0 0.75rem;
    font-size: 2.25em;
    line-height: 1.1;
}
h1 span {
    font-size: 1rem;
    display: inline-block;
}
h2 {
    font-size: 1.3em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1.25rem;
    list-style: none;
}
ul ul {
    padding-bottom: 0;
}
ul li {
    padding-left: 2rem;
}
ul li:before {
    content: "•";
    font-size: 2.3em;
    float: left;
    margin: -3px 0 0 -1.1rem;
}
ul li li::before {
    content: "\25CB";
    font-size: 1em;
    margin: 0 0 0 -1.3rem;
}
header {
    position: absolute;
    top: 71px;
    right: 0;
}
article {
    padding: 1rem 4.25rem 0.6rem;
}
.cuttom {
    position: absolute;
    top: 4rem;
    left: 1.5rem;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.5em;
    transform: rotate(-17deg);
}
.cuttom span {
    font-size: 1.2em;
    line-height: 1.3em;
}
.tt {
    margin: 16rem -3.5rem 2.25rem 14rem;
}
.tt p {
    font-size: 1.125em;
    line-height: 1.3;
}
footer {
    position: absolute;
    bottom: 3.25rem;
    right: 3rem;
}
.pss {
    position: absolute;
    bottom: 2.5rem;
    left: 11.5rem;
    font-size: 0.75em;
    line-height: 1.35;
}
@media only screen and (max-width: 779px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        height: auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    header{
         display: flex;
         justify-content: center;
         padding: 1rem;
    }
    header, footer, .cuttom{
        position: static;
    }
    article{
        padding: 0 2rem 1rem;
    }
    .cuttom, footer {
        background: #EADCC6;
        transform: rotate(0);
        padding: 1rem 2rem;
    }
    .tt{
        margin: 1rem 0 ;
    }
    br:not(.cuttom br, .pss br) {
        display: none;
    }
    .pss {
        position: static;
        text-align: center;
    }
    .cuttom {
        margin: 0 -2rem;
    }
}
@media only screen and (max-width: 480px){
    article, footer {
        padding-inline: 1rem;
    }
    h1{
        font-size: 1.7em;
    }
    ul li {
        padding-left: 1.1rem;
    }
}