 @font-face {
     font-display: swap;
     font-family: 'Hind';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/hind-v16-latin-regular.eot');
     src: url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), url('../fonts/hind-v16-latin-regular.woff') format('woff'), url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Hind';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/hind-v16-latin-600.eot');
     src: url('../fonts/hind-v16-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-600.woff2') format('woff2'), url('../fonts/hind-v16-latin-600.woff') format('woff'), url('../fonts/hind-v16-latin-600.ttf') format('truetype'), url('../fonts/hind-v16-latin-600.svg#Hind') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Hind';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/hind-v16-latin-700.eot');
     src: url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-700.woff2') format('woff2'), url('../fonts/hind-v16-latin-700.woff') format('woff'), url('../fonts/hind-v16-latin-700.ttf') format('truetype'), url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Amatic SC';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/amatic-sc-v26-latin-regular.eot');
     src: url('../fonts/amatic-sc-v26-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/amatic-sc-v26-latin-regular.woff2') format('woff2'), url('../fonts/amatic-sc-v26-latin-regular.woff') format('woff'), url('../fonts/amatic-sc-v26-latin-regular.ttf') format('truetype'), url('../fonts/amatic-sc-v26-latin-regular.svg#AmaticSC') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Hind', Arial, sans-serif;
     font-size: 16px;
     line-height: 22px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 555px;
     margin: 1rem auto;
     border: 1px solid #000;
     background: url(../images/background.jpg) bottom no-repeat;
     overflow: hidden;
 }

 header {
     background: #e01a29;
     padding: 35px;
     display: flex;
     justify-content: center;
     border-bottom: 5px solid #fff;
 }

 article {
     padding: 10px 24px;
     position: relative;
 }

 footer {
     padding: 0 24px 5px;
 }

 footer figure {
     display: none
 }

 footer p {
     font-size: 15px;
 }

 p:not(:first-of-type) {
     margin-top: 20px;
 }

 .font {
     font-size: 18px;
 }

 .background_red {
     background: #e02432;
     width: 170px;
     height: 170px;
     border-radius: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     top: 4px;
     right: -3px;
     -moz-transform: scale(1) rotate(351deg) translateX(1px) skewX(1deg);
     -webkit-transform: scale(1) rotate(351deg) translateX(1px) skewX(1deg);
     -o-transform: scale(1) rotate(351deg) translateX(1px) skewX(1deg);
     -ms-transform: scale(1) rotate(351deg) translateX(1px) skewX(1deg);
     transform: scale(1) rotate(351deg) translateX(1px) skewX(1deg);
     box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.88);
 }

 h1 {
     font-size: 21px;
     line-height: 24px;
     margin: 0;
 }

 h1 span {
     display: block;
     padding-left: 19px;
     margin-top: 5px;
 }

 h1 span:before {
     content: "\2022";
     color: #000;
     float: left;
     font-size: 21px;
     text-indent: -19px;
     margin-top: 2px;
 }

 h2 {
     font-size: 25px;
     line-height: 26px;
 }

 h3 {
     font-size: 16px;
     line-height: 24px;
     margin-top: 10px;
 }

 h3+p {
     margin-top: 0 !important;
 }

 h4 {
     font-size: 26px;
     line-height: 1.2;
     font-family: 'Amatic SC', Arial, sans-serif;
     text-align: center;
     color: #fff;
 }

 h4 span {
     font-size: 90%;
     margin-top: 5px;
     display: block;
 }

 :is(h2, h3) {
     font-weight: 600
 }

 ul {
     list-style: none
 }

 ul li {
     padding-left: 19px;
 }

 li:before {
     content: "\2022";
     color: #000;
     float: left;
     font-size: 19px;
     text-indent: -19px;
     margin-top: 2px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, strong) {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:555px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(p, ul) {
         hyphens: auto;
     }
 }

 @media only screen and (max-width:525px) {
     #wrapper {
         background: url(../images/background_mobile.jpg) no-repeat;
         background-size: cover;
     }

     article {
         padding: 16px
     }

     h4 br {
         display: block;
     }

     br {
         display: none
     }

     footer br {
         display: inline;
     }

     footer {
         padding: 0 0 16px 16px
     }

     footer figure {
         display: flex;
         justify-content: flex-end;
         margin-top: 09;
     }

     .background_red {
         position: static;
         margin: 10px auto;
     }
 }