@import url(reset.css);
*, *:before, *:after {
 box-sizing: border-box;
}
img {
 max-width: 100%;
}
@font-face {
 font-family: "Lato Regular";
 font-style: normal;
 font-weight: normal;
 src: url("../fonts/Lato/Lato-Regular.ttf");
}
body, html {
 font-family: "Lato Regular";
 font-size: 12pt;
 display: flex;
 flex-direction: column;
 min-height: 100%;
 flex: auto;
 margin: 0px;
 padding: 0px;
}
p {
 padding: 5px 0px;
}
a {
 color: #000000;
}
div.top {
 margin: 0 auto;
 width: 100%;
 max-width: 1180px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
div.top > div {
 display: flex;
 flex-wrap: wrap;
}
div.top > div:last-of-type {
 flex-direction: column;
}
div.top > div:last-of-type img {
 position: relative;
 top: 5px;
 margin-right: 5px;
}
div.top > div div {
 padding: 10px;
}
h1 {
 padding: 10px 0 0 10px;
}
div.top > div img {
 width: 20px;
}
h1 {
 color: #33b083;
 font-size: 1.2em;
 font-weight: bold;
}
div.header {
 margin: 0 auto;
 width: 100%;
 max-width: 1180px;
}
div.content_wrapper {
 display: flex;
 align-items: stretch;
 flex-direction: column;
 flex: auto;
}
div.content {
 margin: 10px auto;
 padding: 0 50px;
 line-height: 1.2em;
 text-align: justify;
 max-width: 1180px;
 display: flex;
 flex-wrap: wrap;
}
div.oferta {
 margin: 10px auto;
 max-width: 1180px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
div.oferta_lista {
 margin: 10px auto;
 width: 100%;
 max-width: 1180px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
}
div.oferta_lista > div {
 width: 100%;
 max-width: 224px;
 margin: 10px;
}
div.oferta_lista > div div.header {
 display: flex;
 flex-wrap: nowrap;
 justify-content: flex-start;
 align-items: center;
 font-size: 0.8em;
 font-weight: bold;
}
div.oferta_lista > div div.header div:last-of-type {
 text-align: center;
 width: 100%;
}
div.oferta_lista div div.box {
 width: 50px;
 height: 30px;
 background-color: #33b083;
 display: inline-block;
 flex: none;
}
div.oferta_lista div.detale {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
div.oferta_lista div.detal {
 width: 100%;
 max-width: 90px;
 margin: 10px;
 font-size: 0.8em;
 text-align: center;
}
ul {
 margin: 5px;
 padding-left: 20px;
}
li {
 list-style: disc;
 font-size: 0.8em;
 margin: 0 0 5px 0;
}
div.stopka {
 width: 100%;
 max-width: 1180px;
 margin: 10px auto;
 padding: 10px;
 background-color: #e6e7eb;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
div.stopka > div {
 margin: 0 10px;
}
div.stopka > div img {
 max-width: 150px;
}
