 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/mulish-v13-latin-regular.eot');
     src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/mulish-v13-latin-700.eot');
     src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 800;
     src: url('../fonts/mulish-v13-latin-800.eot');
     src: url('../fonts/mulish-v13-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-800.woff2') format('woff2'), url('../fonts/mulish-v13-latin-800.woff') format('woff'), url('../fonts/mulish-v13-latin-800.ttf') format('truetype'), url('../fonts/mulish-v13-latin-800.svg#Mulish') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Mulish', Arial, sans-serif;
     font-size: 15px;
     line-height: 20px;
     font-weight: 400;
 }

 #wrapper {
     margin: 1rem auto;
     max-width: 912px;
     border: 1px solid #000;
     background-color: #fff;
     position: relative;
 }

 header {
     background: url(../images/background-top.jpg) no-repeat;
     height: 249px;
     padding: 35px 55px;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
 }

 header p {
     font-size: 20px;
     padding-top: 45px;
     font-weight: 700
 }

 header p a {
     color: #fff !important
 }

 article {
     padding: 26px 55px;
 }

 .title {
     position: absolute;
     top: 127px;
     left: 55px
 }

 .title p {
     color: #fff;
     font-size: 21px;
 }

 .flex-box {
     display: flex;
     gap: 22px
 }

 .coloum {
     width: 388px;
 }

 .bottom {
     margin-bottom: 16px !important;
 }

 figure {
     padding: 10px 0 20px;
     margin: 0 -55px;
 }

 footer {
     margin: 0 55px 55px;
     background: url(../images/background_bottom.jpg) no-repeat;
     padding: 22px 35px;
     display: flex;
     gap: 10px;
     background-size: cover;
 }

 .footer-left {
     width: 365px;
     display: flex;
     gap: 26px;
     align-items: center;
 }

 .footer-left p {
     font-size: 19px;
     line-height: 25px
 }

 .footer-left div {
     width: 60%;
 }

 .footer-left p small {
     display: block;
     font-size: 81%;
     line-height: 19px;
 }

 .footer-right {
     width: 318px;
 }

 .footer-right p {
     line-height: 23px;
     font-weight: 700;
     font-size: 95%;
 }

 p:not(:first-of-type) {
     margin-top: 10px;
 }

 h1 {
     font-size: 40px;
     line-height: 1.1;
     color: #fff;
     margin: 5px 0 16px;
 }

 h1 span {
     font-size: 21px;
     font-weight: 700;
 }

 h2 {
     font-size: 19px;
     line-height: 24px;
     padding-bottom: 10px;
 }

 ul {
     list-style: none;
 }

 ul li {
     padding-left: 14px;
     margin-bottom: 18px;
 }

 li:before {
     content: "\2022";
     color: #000;
     float: left;
     font-size: 13px;
     text-indent: -14px;
     margin-top: -3px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, h2, strong) {
     font-weight: 900;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 .color {
     color: #7a9e3b
 }

 @media only screen and (max-width:912px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(header, article, footer) {
         padding: 16px
     }

     .title {
         left: 16px
     }

     figure {
         margin: 0 -16px
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     :is(p, ul) span {
         white-space: nowrap;
     }

     :is(p, ul) span {
         white-space: nowrap;
     }

     :is(.footer-left, .footer-right, .coloum) {
         width: 47%;
     }

     li br {
         display: none
     }

     footer {
         margin: 0 16px 16px
     }

     .footer-left p {
         font-size: 17px
     }
 }

 @media only screen and (max-width:760px) {
     :is(.footer-left, .footer-right, .coloum) {
         width: auto !important;
     }

     :is(.flex-box) {
         display: block;
     }

     footer {
         flex-direction: column;
         align-items: center;
         gap: 16px;
         background-size: cover;
     }

     .footer-left div {
         width: auto;
     }

     .footer-right p {
         text-align: center;
     }

     h1 {
         font-size: 28px
     }
 }

 @media only screen and (max-width:670px) {
     header {
         flex-direction: column;
         align-items: center;
         gap: 16px;
         height: auto;
         background-size: cover;
         padding: 40px 20px;
     }

     .title {
         position: static;
         padding-bottom: 20px
     }

     .title :is(p, h1) {
         color: #000;
         text-align: center;
     }
 }

 @media only screen and (max-width:568px) {
     .footer-left {
         flex-direction: column;
         align-items: center;
         gap: 15px;
     }

     .footer-left p {
         text-align: center;
     }

     .footer-left p br {
         display: none
     }
 }