 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box
 }

 html {
     min-height: 100%;
 }

 body {
     color: #1c3b6c;
     font-family: 'Hind', sans-serif;
     font-size: 13px;
     line-height: 18px;
 }

 #wrapper {
     max-width: 750px;
     margin: 16px auto;
     border: 1px solid #1c3b6c;
     background: url('bg_top.jpg') top left no-repeat;
 }

 header {
     height: 400px;
     position: relative;
 }

 figure {
     display: none
 }

 .logo {
     padding: 20px 25px;
     display: flex;
     justify-content: flex-end
 }

 header p {
     padding: 18px 30px 0 330px;
 }

 header p span:nth-of-type(1) {
     padding-left: 17px;
 }

 header p span:nth-of-type(2) {
     padding-left: 12px;
 }

 header p span:nth-of-type(3) {
     padding-left: 10px;
 }

 header p span:nth-of-type(4) {
     padding-left: 7px;
 }

 header p span:nth-of-type(5) {
     padding-left: 4px;
 }

 article {
     padding: 0px;
 }

 .title {
     margin: -59px 0 0 26px;
     position: relative;
     padding: 7px 20px;
     height: 140px
 }

 .title :is(p, h1) {
     color: #fff;
 }

 .title p {
     font-weight: 600
 }

 .title p:first-of-type {
     padding-left: 15px;
 }

 .content {
     padding: 15px 40px 0px;
     display: flex;
     justify-content: space-between;
 }

 .column {
     width: 323px;
 }

 .kontakt {
     background: #f7e5d7;
     padding: 15px 40px;
     display: flex;
     justify-content: space-between;
 }

 .left {
     width: 455px;
 }

 .right {
     width: 200px;
     display: flex;
     gap: 10px;
     align-items: flex-start;
 }

 .right p {
     text-align: right;
     font-size: 11px;
     line-height: 13px;
 }

 .right img {
     margin-top: -15px;
 }

 .kontakt p strong {
     font-weight: 600
 }

 footer {
     padding: 20px 40px;
     display: flex;
     gap: 10px;
     justify-content: space-between;
     align-items: center;
 }

 p {
     margin-top: 5px;
 }

 p:first-of-type {
     margin-top: 0px;
 }

 h1 {
     font-weight: 400;
     font-size: 37px;
     line-height: 1;
     margin: 10px 0 0 4px;
 }

 h1 span {
     padding-left: 6px;
     display: block;
 }

 h2 {
     font-weight: 600;
     font-size: 14px;
     line-height: 20px;
 }

 ul {
     list-style: none;
     padding-bottom: 15px;
 }

 ul li {
     background: url(icon.jpg) 0 3px no-repeat;
     padding-left: 16px;
 }

 .ul {
     padding-bottom: 40px;
 }

 img {
     max-width: 100%;
     vertical-align: bottom;
 }

 a {
     color: #1c3b6c;
     text-decoration: none;
 }

 @media only screen and (max-width: 750px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     header p {
         padding: 0px 0px 0 328px;
     }

     :is(.content, .kontakt, footer) {
         padding: 16px
     }

     .column {
         width: 47%
     }
 }

 @media only screen and (max-width: 705px) {
     #wrapper {
         background: none
     }

     header {
         height: auto
     }

     .logo {
         padding: 16px;
         justify-content: center;
     }

     figure {
         display: block;
     }

     header p {
         padding: 16px
     }

     header p br {
         display: none
     }

     header p span {
         display: none
     }

     .title {
         background: #d77a3f;
         padding: 16px;
         margin: 0;
         height: auto;
     }

     .title p:first-of-type {
         padding-left: 0
     }

     h1 span {
         display: inline;
         padding-left: 0;
     }

     .left {
         width: 60%;
     }

     footer {
         flex-wrap: wrap;
         justify-content: center
     }
 }

 @media only screen and (max-width: 605px) {
     :is(.content, .kontakt) {
         display: block;
     }

     .column,
     .left {
         width: auto
     }

     .right {
         margin: 30px auto 0;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     :is(p, ul) span {
         white-space: nowrap;
     }

     ul,
     .ul {
         padding-bottom: 0
     }

     h2 {
         padding-top: 15px
     }

     h1 {
         font-size: 30px
     }
 }

 @media only screen and (max-width: 350px) {
     h1 {
         font-size: 27px;
     }
 }