@charset "utf-8";

@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Parkinsans';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/parkinsans-v3-latin-regular.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/parkinsans-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/parkinsans-v3-latin-regular.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/parkinsans-v3-latin-regular.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/parkinsans-v3-latin-regular.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/parkinsans-v3-latin-regular.svg#Parkinsans') format('svg');
   /* Legacy iOS */
}

@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Parkinsans';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/parkinsans-v3-latin-700.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/parkinsans-v3-latin-700.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/parkinsans-v3-latin-700.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/parkinsans-v3-latin-700.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/parkinsans-v3-latin-700.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/parkinsans-v3-latin-700.svg#Parkinsans') format('svg');
   /* Legacy iOS */
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 1em/1.5em 'Parkinsans', Calibri, sans-serif;
   color: #fff;
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 1000px;
   border: solid 1px #000;
   background: #fff;
}

p {
   padding-bottom: 1rem;
}

h1 {
   margin: 2rem 0rem;
   font-size: 2.3em;
   line-height: 1.1em;
}

h2 {
   color: #710B19;
   font-size: 1.8em;
   line-height: 1.3;
   padding-bottom: 1rem;
}

h3 {
   color: #FF4B33;
   font-size: 1.8em;
   line-height: 1.3;
   padding-bottom: 1rem;
}
.contact h3{
   text-align: center;
}
h4{
   font-size: 1.5em;
   line-height: 1.3;
   color: #FF4B33;
}
.small{
   font-size: 0.813em;
   line-height: 1.3;
   text-transform: uppercase;
}
:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

article :is(p, ul) {
   color: #6e7880;
}

ul {
   padding: 0rem 0rem 1rem 0rem;
   list-style: none;
}

li {
   padding: 0 0 0 40px;
}

ul li:before {
   content: "\2022";
   font-size: 1em;
   float: left;
   margin: 0 0 0 -16px;
}

.logo,
figure {
   margin: 0 0 1rem;
}

header {
   padding: 2rem;
   background: #710B19 url('../images/bg.png') no-repeat right top;
}

header p {
   text-transform: uppercase;
   font-weight: 700;
}

article {
   padding: 1rem 2rem 0;
}

.button:hover {
   background: #C91616;
}

.button {
   background: #FF4B33;
   color: white !important;
   border-radius: 30px 30px 30px 30px;
   padding: 15px 30px 15px 30px;
}
.contac{
   background: #F6F6F6;
}
footer {
   padding: 2rem;
   background: #3E4454;
}

footer p span {
   display: block;
   line-height: 1.7;
}

footer p span:hover {
   color: #FF4B33;
}
.contact{
   background: #F6F6F6;
   padding: 1rem 2rem;
   margin: 1rem -2rem 0;
}
.flex img{
   border-radius: 20px;
}
.flex{
   display: flex;
   justify-content: space-between;
   padding: 1rem 0 0;
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width:999px) {
   #wrapper {
      border: none;
      margin: 0 auto;
      hyphens: auto;
   }

   p :is(span, a) {
      display: inline-block;
   }
}

@media only screen and (max-width:780px) {

   header,
   article,
   footer {
      padding: 1.5rem;
   }
   article{
      padding-bottom: 0;
   }

   li {
      padding-left: 30px;
   }

   h1 {
      font-size: 1.9em;
      line-height: 1.3;

   }
}

@media only screen and (max-width:540px){
.contact{
   padding: 1rem;
   margin: 1rem -1rem 0;
}
.flex{
   flex-direction: column;
}
}
