@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #080704;
    font: 400 1em/1.3em "Cambria", 'Georgia', "Times New Roman", Times, serif;
}
#wrapper {
    position: relative;
    max-width: 680px;
    margin: 1rem auto;
    border: 1px solid #080704;
    background: #fff;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, h2, h3 {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}
h1, h3 {
    color: #D1232A;
    text-transform: uppercase;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.95em;
    line-height: 1.1;
    display: flex;
    gap: 0 0.75rem;
}
.big {
    font-size: 2.5em;
    line-height: 0.8;
}
h1 small {
    font-size: 0.65em;
    display: block;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    color: #D1232A;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
h3 {
    font-size: 3.6em;
    line-height: 1;
    margin-bottom: 0.75rem;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0.25rem;
    font-size: 1.125em;
    line-height: 1.5;
    background: #fff url('../images/icon_bg.jpg') no-repeat 0 7px;
    margin-left: -1rem;
    padding-left: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.text_big {
    font-size: 1.188em;
    line-height: 1.4;
}
.color {
    color: #D52029;
}
.box {
    position: absolute;
    left: 18.5rem;
    top: 7.5rem;
}
.box1 {
    margin-left: auto;
    width: 383px;
}
header {
    padding: 1.5rem 0.5rem 1rem;
    background: #9EC73D url('../images/bg_h.jpg') no-repeat top 138px right 0;
    display: flex;
    gap: 0.75rem;
}
article {
    padding: 1rem 0 1.5rem;
    background: #fff url('../images/bg_a.jpg') no-repeat left top 10px;
}
footer {
    padding: 0;
    position: absolute;
    left: 1.5rem;
    bottom: 1.75rem;
}
footer p {
    font-size: 0.7em;
    line-height: 1.3;
}
.width {
    display: inline-block;
    width: 42px;
}
figure {
    margin: 0;
}
@media only screen and (max-width:679px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    li {
        margin-left: 0;
    }
    .box {
        position: static;
        margin-bottom: 1rem;
    }
    .box1 {
        width: auto;
    }
    article {
        padding: 1rem;
        background: #fff;
    }
    footer {
        position: static;
        padding: 0 1rem;
    }
    footer p {
        font-size: 0.8em;
    }
    .width {
        width: 52px;
    }
    .hide_m, h1 br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 2.5em;
    }
}