html {
  position: relative;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  color: inherit; }

/* visited link */
a:visited {
  text-decoration: none;
  outline: none;
  color: inherit; }

/* mouse over link */
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit; }

/* selected link */
a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

a:link {
  text-decoration: none;
  outline: none;
  color: inherit; }

button {
  outline: none;
  border: none; }

option:disabled {
  color: blue; }

*:focus {
  outline: none; }

*:active {
  outline: none; }

*:active:focus {
  outline: none; }

* {
  -webkit-tap-highlight-color: transparent; }

/* placeholders */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: .75rem;
  font-family: 'Open Sans',sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: .75rem;
  font-family: 'Open Sans',sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: .75rem;
  font-family: 'Open Sans',sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: .75rem;
  font-family: 'Open Sans',sans-serif; }

body {
  font: normal 1rem/1.5 'Open Sans', sans-serif;
  background-color: white; 
 padding-top:3.9em;}

button {
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  background: transparent; }

h3, h2 {
  text-transform: uppercase;
  font-size: 1.5rem; }

/* header - element z kolorowymi kulkami */
.header_kulki {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  border-bottom: 4px solid #ed008c;
  border-top: 4px solid #ed008c;
  background: white;
  font-size: 1.2rem;
  font-weight: bold; }
  @media all and (min-width: 568px) {
    .header_kulki {
      border: none;
      padding: 28px 15px 35px 15px; } }
  @media all and (min-width: 1200px) {
    .header_kulki {
      padding: 28px 70px 35px 70px; } }
  .header__h2 {
    text-align: center;
    padding: 15px 0; }
    @media all and (min-width: 568px) {
      .header__h2 {
        padding: 0;
        text-align: left; } }
  .header__circles {
    margin-top: 10px; }
    @media all and (min-width: 992px) {
      .header__circles {
        margin-top: 18px; } }
    .header__circles__item {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      margin-right: 26px;
      display: inline-block; }
      @media all and (min-width: 992px) {
        .header__circles__item {
          width: 26px;
          height: 26px; } }
      .header__circles__item--last {
        margin-right: 0; }
  .header__wrapper {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (min-width: 568px) {
      .header__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

/*promocje super cena*/
.offer__container--promo .offer__container__h3 {
  font-size: 2rem; }

.offer__container--promo .promobtn {
  text-transform: none;
  font-size: 1.5rem;
  width: auto;
  padding: .5rem 0;
  border: none; }

.extra {
  position: absolute;
  width: 200px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  line-height: 60px;
  text-align: center;
  font-size: 2rem;
  color: white; }
  .extra--ligth {
    font-weight: 300; }
  .extra--cross {
    text-decoration: line-through; }
  .extra span {
    font-size: 1.5rem; }

.-left-caption {
  top: 215px;
  right: 112px; }
  @media all and (min-width: 568px) {
    .-left-caption {
      top: 148px; } }

.-rigth-caption {
  top: 215px;
  right: 112px; }
  @media all and (min-width: 568px) {
    .-rigth-caption {
      top: 148px; } }
  @media all and (min-width: 992px) {
    .-rigth-caption {
      top: 148px;
      left: 100px; } }

/* nasza oferta - kolorowe kwadraty */
.offer {
  padding-top: 1rem; }
  @media all and (min-width: 568px) {
    .offer {
      padding-top: 0; } }
  .offer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .offer__container h3 {
      text-align: center;
      font-size: 1.5rem;
      font-family: "Open Sans",sans-serif;
      font-weight: 300; }
      @media all and (min-width: 568px) {
        .offer__container h3 {
          text-align: left; } }
    .offer__container p {
      font-size: .85rem;
      text-transform: none;
      text-align: left; }
    .offer__container button {
      margin-left: auto;
      margin-right: auto;
      width: 252px;
      height: 43px;
      background: transparent;
      border: 1px solid white;
      color: white;
      text-transform: uppercase;
      margin-top: 13px; }
      @media all and (min-width: 568px) {
        .offer__container button {
          margin-left: 0;
          margin-right: 0; } }
    @media all and (min-width: 992px) {
      .offer__container .-right {
        margin-left: auto; } }
    .offer__container__item {
      width: 100%;
      padding: 0 15px;
      color: white; }
      @media all and (min-width: 568px) {
        .offer__container__item {
          padding: 0 50px 0 10px;
          width: 320px; } }
      @media all and (min-width: 992px) {
        .offer__container__item {
          padding: 0 15px 0 10px; } }
      @media all and (min-width: 1200px) {
        .offer__container__item {
          padding: 0 50px 0 10px; } }
      @media all and (min-width: 568px) {
        .offer__container__item--even {
          padding: 0 50px 0 10px; } }
      @media all and (min-width: 992px) {
        .offer__container__item--even {
          padding: 0 10px 0 15px; } }
      @media all and (min-width: 1200px) {
        .offer__container__item--even {
          padding: 0 10px 0 50px; } }
      .offer__container__item--circle {
        overflow: hidden;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: auto;
        margin-left: auto;
        width: 180px;
        height: 180px;
        padding: 0;
        border-radius: 50%;
        background: white; }
        @media all and (min-width: 568px) {
          .offer__container__item--circle {
            margin-right: 0; } }
        @media all and (min-width: 992px) {
          .offer__container__item--circle {
            width: 130px;
            height: 130px; } }
        @media all and (min-width: 1200px) {
          .offer__container__item--circle {
            width: 180px;
            height: 180px;
            margin-left: 0; } }
        .offer__container__item--circle img {
          width: 100%;
          height: auto; }
  .offer__outer {
    width: 100%; }
    @media all and (min-width: 992px) {
      .offer__outer {
        width: 50%; } }
  .offer__wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding-right: 15px; }
    @media all and (min-width: 568px) {
      .offer__wrapper {
        width: 500px; } }
    @media all and (min-width: 992px) {
      .offer__wrapper {
        width: 487px;
        margin-right: 0; } }
    @media all and (min-width: 1200px) {
      .offer__wrapper {
        width: 500px; } }
    @media all and (min-width: 1200px) {
      .offer__wrapper {
        margin-right: 32px;
        padding-right: 0; } }
    @media all and (min-width: 992px) {
      .offer__wrapper--even {
        padding-left: 15px;
        margin-left: 0; } }
    @media all and (min-width: 1200px) {
      .offer__wrapper--even {
        margin-left: 32px;
        padding-left: 0; } }
    @media all and (min-width: 992px) {
      .offer__wrapper--even p, .offer__wrapper--even h3 {
        text-align: right; } }

/*slider 1 - popularne produkty */
#slider_1 {
  width: 100%;
  background: #f0f0f0; }

/*slider - elementy */
.slider__outer {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.48);
  width: 92%;
  height: 274px;
  overflow: hidden;
  margin: 0 auto; }
  @media all and (min-width: 568px) {
    .slider__outer {
      height: 214px; } }
  @media all and (min-width: 768px) {
    .slider__outer {
      width: 170px; } }
  @media all and (min-width: 992px) {
    .slider__outer {
      width: 210px;
      height: 294px; } }
  @media all and (min-width: 1200px) {
    .slider__outer {
      width: 240px; } }

@media all and (min-width: 568px) {
  .slider__outer:hover .slider__product__main {
    -webkit-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    transform: translateY(-34px); } }

@media all and (min-width: 768px) {
  .slider__outer:hover .slider__product__main {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); } }

@media all and (min-width: 1200px) {
  .slider__outer:hover .slider__product__main {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@media all and (min-width: 568px) {
  .slider__outer:hover .slider__product__caption {
    -webkit-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px); } }

@media all and (min-width: 768px) {
  .slider__outer:hover .slider__product__caption {
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px); } }

@media all and (min-width: 1200px) {
  .slider__outer:hover .slider__product__caption {
    -webkit-transform: translateY(-58px);
    -ms-transform: translateY(-58px);
    transform: translateY(-58px); } }

.slider__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (min-width: 1200px) {
    .slider__wrapper {
      padding: 20px 70px; } }

.slider__product {
  width: 50%;
  height: 280px;
  background: transparent; }
  @media all and (min-width: 568px) {
    .slider__product {
      width: 25%;
      height: 250px; } }
  @media all and (min-width: 768px) {
    .slider__product {
      height: 308px; } }
  @media all and (min-width: 1200px) {
    .slider__product {
      width: 260px; } }
  .slider__product__main {
    width: 100%;
    height: 234px;
    padding-top: 40px;
    background: white;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    @media all and (min-width: 992px) {
      .slider__product__main {
        height: 294px; } }
    .slider__product__main img {
      width: 72%;
      height: auto;
      margin: 0 auto; }
      @media all and (min-width: 992px) {
        .slider__product__main img {
          width: 90%; } }
  .slider__product__caption {
    width: 100%;
    height: 40px;
    line-height: 1;
    background: white;
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    @media all and (min-width: 568px) {
      .slider__product__caption {
        height: 60px; } }
    @media all and (min-width: 992px) {
      .slider__product__caption {
        line-height: 40px; } }
    .slider__product__caption__link--look {
      margin-right: 1rem; }
    .slider__product__caption__link--look:after {
      content: '\e801';
      display: inline;
      font-family: 'fontawesome';
      font-size: 1.5rem; }
    .slider__product__caption__link--add:after {
      content: '\e800';
      display: inline;
      font-family: 'fontawesome';
      font-size: 1.5rem; }
  .slider__product h4 span {
    text-transform: uppercase; }
  .slider__product h4, .slider__product .-price {
    text-align: center;
    font-weight: 600; }

.onas-content, .kontakt-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 15px 0 15px; }
  @media all and (min-width: 1200px) {
    .onas-content, .kontakt-content {
      padding: 0 70px 24px 70px; } }

.onas-content__container {
  display: block; }
  @media all and (min-width: 768px) {
    .onas-content__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.onas-content__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  .onas-content__img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px auto; }
    @media all and (min-width: 568px) {
      .onas-content__img img {
        max-width: none; } }
    @media all and (min-width: 768px) {
      .onas-content__img img {
        margin: 0  0 0 30px; } }

.onas-content__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.onas-content__text__par {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
  text-align: justify; }
  @media all and (min-width: 768px) {
    .onas-content__text__par {
      text-align: left; } }

.kontakt-content {
  display: block;
  padding: 1rem 15px 24px 15px;
  background: white;
  text-transform: none; }
  .kontakt-content ul > li {
    text-transform: none;
    text-align: center; }
    @media all and (min-width: 568px) {
      .kontakt-content ul > li {
        text-align: inherit; } }
  @media all and (min-width: 568px) {
    .kontakt-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media all and (min-width: 768px) {
    .kontakt-content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (min-width: 992px) {
    .kontakt-content {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1rem 70px 24px 70px; } }
  .kontakt-content input, .kontakt-content textarea, .kontakt-content button {
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    padding: 4px 12px;
    border: 1px solid #231f20; }
  .kontakt-content textarea {
    height: 124px; }
  .kontakt-content .submit {
    margin-bottom: 0;
    text-transform: uppercase;
    border: 1px solid #231f20;
    color: black; }

.kontakt-content__item--form {
  width: 100%;
  margin: 0 auto 1rem auto; }
  @media all and (min-width: 768px) {
    .kontakt-content__item--form {
      width: 80%; } }
  @media all and (min-width: 992px) {
    .kontakt-content__item--form {
      margin: 0;
      width: 70%; } }

.kontakt-content__item--2, .kontakt-content__item--3 {
  width: 100%;
  margin-top: 1rem; }
  @media all and (min-width: 568px) {
    .kontakt-content__item--2, .kontakt-content__item--3 {
      width: 40%;
      margin-top: 0; } }
  @media all and (min-width: 992px) {
    .kontakt-content__item--2, .kontakt-content__item--3 {
      width: 26%;
      padding-left: 20px; } }
  @media all and (min-width: 1200px) {
    .kontakt-content__item--2, .kontakt-content__item--3 {
      padding-left: 42px; } }

@media all and (min-width: 568px) {
  .kontakt-content__item--3 {
    text-align: right; } }

@media all and (min-width: 992px) {
  .kontakt-content__item--3 {
    text-align: left; } }

.kontakt-content__h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: .5rem;
  text-transform: none; }
  @media all and (min-width: 568px) {
    .kontakt-content__h3 {
      text-align: inherit; } }

#map {
  width: 100%;
  margin: 24px auto 0 auto;
  height: 264px; }
  @media all and (min-width: 768px) {
    #map {
      margin: 42px auto 0 auto; } }

footer {
  background: #231f20; }

.cr {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1rem;
  text-align: right; }
  @media all and (min-width: 768px) {
    .cr {
      text-align: left;
      font-size: 1.5rem; } }

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding-bottom: 1rem; }
  @media all and (min-width: 568px) {
    .newsletter {
      width: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-bottom: 0; } }
  .newsletter input {
    width: 203px;
    height: 38px;
    border-radius: 19px;
    padding: 4px .5rem;
    color: #231f20;
    font-size: 1.2rem;
    border: none;
    output: none; }
  .newsletter button {
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    margin-left: .5rem;
    border: 1px solid white; }
  .newsletter .newsletter__h3 {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-right: 2rem; }
    @media all and (min-width: 568px) {
      .newsletter .newsletter__h3 {
        width: auto;
        text-align: left; } }
    @media all and (min-width: 768px) {
      .newsletter .newsletter__h3 {
        font-size: 1.2rem; } }

.footer {
  display: block;
  padding: 1rem 15px;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  background: #231f20;
  color: white; }
  @media all and (min-width: 568px) {
    .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 88px;
      padding: 0 15px 0 15px; } }
  @media all and (min-width: 1200px) {
    .footer {
      padding: 0 70px 0 70px; } }

.footer-nav {
  display: none;
  background: white; }
  @media all and (min-width: 768px) {
    .footer-nav {
      display: block; } }

.footer-navbar-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: .5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .footer-navbar-nav .nav-item {
    padding: 0 .5rem; }

.-price {
  color: #01aef0;
  font-size: 1.5rem;
  text-transform: uppercase; }

.-blue {
  background: #01aef0; }

.-red {
  background: #ed008c; }

.-yellow {
  background: #fff203; }

.-black {
  background: #231f20; }

.-lightGrey {
  background: #d1d1d1; }

.-mediumGrey {
  background: #818181; }

.-darkGrey {
  background: #3f3f3f; }

@media all and (min-width: 992px) {
  .-order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media all and (min-width: 992px) {
  .-order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.-fontBlack {
  color: #231f20; }
  .-fontBlack button {
    border: 1px solid #231f20;
    color: #231f20; }

.-fontYellow {
  color: #fff203; }
  .-fontYellow button {
    border: 1px solid #fff203;
    color: #fff203; }

.-squere {
  border-radius: 0;
  width: 150px;
  height: 187px;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media all and (min-width: 992px) {
  .-right {
    margin-left: auto; } }

.mobile_hidden {
  display: none; }
  @media all and (min-width: 568px) {
    .mobile_hidden {
      display: block; } }

@media all and (min-width: 568px) {
  .mobile_circle {
    display: none; } }


.onas-content__text p
{
 text-transform: none;
}

.offer__outer:hover .offer__container button
{
   color : #000000;
   border : 1px solid #000000;
}


.btn_small {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .2rem .75rem;
    font-size: 0.6rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.select_order
{
 
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    padding: 4px 12px;
    border: 1px solid #231f20;
 
}