* {
  margin: 0;
  padding: 0;
}

body {
  background: #ebebeb;
}

.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

p {
  margin: 10px 0;
}

body a:hover {
  cursor: pointer;
}

h1,
h2 {
  margin: 1em 0;
  color: #820000;
  text-align: left;
  font-weight: 400;
}

h3 {
  margin: 1em 0;
  color: #000;
  text-align: center;
  font-weight: bolder;
}

h1 {
  font-size: 40px;
  line-height: 1em;
}

h2 {
  font-size: 28px;
  line-height: 140%;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  min-height: 500px;
  width: 960px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  color: #3d3d3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  max-width: 980px;
  width: 100%;
}

@media (min-width: 769px) {
  #post {
    width: 70%;
    display: inline-block !important;
  }

  #post p {
    text-align: justify;
  }

  #side {
    width: 30% !important;
    top: 0;
    margin-top: 0;
    float: right;
  }
}

#side2 {
  display: none;
}

@media (max-width: 768px) {
  #side {
    width: 100% !important;
    display: inline-block !important;
    top: 0;
    margin-top: 0;
    float: none;
    display: none !important;
  }

  #side2 {
    max-width: 400px !important;
    width: 100% !important;
    display: inline-block !important;
    top: 0;
    margin: 0 auto;
    float: none;
    display: block !important;
  }

  #side ul {
    overflow: hidden;
    float: left;
  }

  #side li {
    width: 40% !important;
    margin: 20px;
    top: 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    float: left;
  }

  #post {
    width: 100%;
  }
}

@media (max-width: 425px) {
  #side li {
    width: 90% !important;
    margin: 20px;
    top: 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    float: left;
  }
}

#post {
  margin: 20px;
  max-width: 630px;
}

h1.a1 {
  margin-bottom: 30px;
}

ul.testimonials {
  border-radius: 5px;
  background: #fff;
  list-style: none;
}

ul.testimonials li.opinion {
  background-color: #fff;
  border: 3px inset green;
  margin: 20px 20px 20px 25px;
  padding: 0 10px 10px;
  text-align: center;
  position: relative !important;
}

ul.testimonials li.opinion:first-child {
  margin-top: 50px;
}

ul.testimonials li.opinion:last-child {
  margin-bottom: 0;
}

ul.testimonials li.opinion h3 {
  color: red;
  font-size: 14pt;
  margin: 0;
  padding: 0;
  font-size: 20px !important;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: center;
}

ul.testimonials li.opinion img {
  display: block;
  margin: 10px auto 20px;
  width: 90%;
}

ul.testimonials li.opinion p {
  font-weight: 400;
  line-height: 18px;
}

ul.testimonials li.opinion .author {
  line-height: 15pt;
  margin: 10px 0 0;
  display: block;
}

ul.testimonials li.opinion .author br {
  display: none;
}

#bottle {
  margin: 20px auto;
  width: 220px;
  text-align: center;
  position: relative;
}

#bottle img {
  display: block;
  margin: 0 auto 20px;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  #post {
    width: 67%;
  }
}

button {
  border: 0;
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

@media screen and (max-width: 767px) {
  .submit-button {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .submit-button {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.submit-button {
  border-radius: 14px;
  background-color: #00ac2b;
  box-shadow: 0 3px 6px -1px #000;
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

h1,
h2,
h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 22px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .testimonials {
    display: none;
  }

  #post {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 15px;
  }

  #wrapper {
    padding: 0;
  }
}

form {
  box-sizing: border-box;
  padding: 20px 20px 0;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

form label {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  position: relative;
}

form input {
  margin: 0 auto;
  margin-bottom: 15px;
}

form button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
  padding: 15px;
  border: none;
  background-color: #03bd03;
  color: #fff;
}

form button:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

ul li p {
  font-family: Arial, Helvetica, sans-serif;
}

ul li,
ul li p,
ul li img {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px;
}

header ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

header ul li:last-of-type {
  margin-right: 0;
}

.list-item {
  max-width: 193px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-item p {
  margin-bottom: 0;
  margin-left: 5px;
}

.libo {
  padding-left: 20px;
}

.libo li {
  position: relative;
  margin-bottom: 20px;
}

.libo li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -10px;
  background-color: #000;
  border-radius: 50%;
}

@media (max-width: 966px) {
  header ul li {
    display: none;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  #post {
    margin: 0 !important;
  }

  #licznikProduktow {
    float: none !important;
    margin: 0 auto;
  }

  #licznikProduktow span:nth-child(1) {
    display: block;
  }
}

.ileProduktow {
  background: url(../img/counterbg.png) repeat-x;
  background-size: 100% 115%;
  background-position: 0;
  font-size: 45px;
  color: #000;
  padding: 0 5px;
  border: 1px solid #000;
  border-radius: 5px;
}

#licznikProduktow {
  text-align: center;

  margin-top: 20px;
  margin-right: 0px;
}

#licznikProduktow p {
  font-size: 18px;
  font-weight: 700;
  word-wrap: break-word;
  max-width: 388px;
  padding-top: 20px;
}

.comments ul {
  margin: 0;
  padding: 0;
}

.comment {
  list-style: none;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}

.comment__head {
  margin-bottom: 10px;
}

.comment__text,
.comment__tail {
  padding-left: 60px;
}

.comment__head img {
  margin-right: 5px;
}

#wrapper .comment__head p {
  margin: 5px 2.5px;
  font-size: 15px;
  font-weight: 700;
}

.comment__head p:first-of-type {
  color: green;
}

#wrapper .comment__tail span {
  margin-right: 10px;
  color: green;
  font-size: 14px;
  text-decoration: none;
}

.comment__tail a {
  text-decoration: none;
}

.order_btn {
  display: block;
  box-sizing: border-box;
  width: 400px;
  max-width: 100%;
  min-width: 200px;
  margin: 20px auto;
  padding: 15px;
  border: none;
  background-color: #03bd03;
  color: #fff;
  border-radius: 14px;
  background-color: #00ac2b;
  box-shadow: 0 3px 6px -1px #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.order_btn:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.yellowstar {
  color: #ffd700 !important;
  text-shadow: 1px 1px 1px #000;
}

.no {
  color: lightgray !important;
  text-shadow: 1px 1px #000;
}

.yellowstar {
  color: #ffd700 !important;
  text-shadow: 1px 1px 1px #000;
}

.no {
  color: lightgray !important;
  text-shadow: 1px 1px #000;
}

@media (max-width: 978px) {
  .moby {
    display: none !important;
  }

  header ul {
    justify-content: center;
  }
}

@media (max-width: 535px) {
  .moby-2 {
    display: none !important;
  }

  .list-item {
    margin: 0 auto;
  }

  h1.a1 {
    font-size: 25px;
    line-height: 28px;
  }
}

.container {
  max-width: 980px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container {
  text-align: left;
  color: #ccc;
  padding-bottom: 15px;
}

.container ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

a.non-attr {

  color: #ccc;
}

.inL_88899 {
  background-color: #4f853b;
}

.inL_571251 {
  background-position: 5px 0px
}

.inL_550488 {
  width: 100%
}

.inL_715032 {
  background-position: 65px 0px
}

.inL_795796 {
  width: 100%
}

.inL_742430 {
  background-position: -80px 0px
}

.inL_593354 {
  width: 100%
}

.inL_129685 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_28680 {
  background-position: -160px 0px
}

.inL_875372 {
  width: 100%
}

.inL_932452 {
  background-position: -160px -80px
}

.inL_509962 {
  width: 100%
}

.inL_984749 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_365492 {
  background-position: -80px -80px
}

.inL_481358 {
  width: 100%
}

.inL_248316 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_541037 {
  background-position: 0px -80px
}

.inL_566442 {
  width: 100%
}

.inL_207172 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_9259 {
  background-position: 0px -80px
}

.inL_613521 {
  width: 100%
}

.inL_881366 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_997652 {
  color: #820000;
}

.inL_176672 {
  border: 1px solid #000;
  padding: 15px;
  font-weight: 600;
}

.inL_695326 {
  font-weight: 600;
}

.inL_559873 {
  font-weight: 600;
}

.inL_959853 {
  max-width: 400px;
  display: block;
  margin: 10px auto;
  width: 100%;
}

.inL_767957 {
  font-weight: 600;
}

.inL_871877 {
  max-width: 600px;
  display: block;
  margin: 0px auto;
  width: 100%;
}

.inL_208441 {
  font-weight: 600;
}

.inL_565974 {
  font-weight: 600;
}

.inL_281602 {
  font-weight: 600;
}

.inL_503363 {
  max-width: 300px;
  display: block;
  margin: 0px auto;
  width: 100%;
}

#post .inL_869584 {
  font-style: italic;
  text-align: center;
}

.inL_999974 {
  font-weight: 600;
}

.inL_192222 {
  font-weight: 600;
}

.inL_170147 {
  max-width: 200px;
  display: block;
  margin: 0px auto 10px;
  width: 100%;
}

.inL_863387 {
  max-width: 600px;
  display: block;
  margin: 0px auto;
  width: 100%;
}

.inL_721320 {
  font-weight: 600;
}

.inL_610668 {
  font-weight: 600;
}

.inL_755540 {
  font-weight: 600;
}

.inL_689497 {
  font-weight: 600;
}

#post .inL_255526 {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}

.inL_519850 {
  color: #ff0000;
}

.inL_575651 {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}

.inL_904889 {
  max-height: 300px;
  margin-bottom: 0;
}

.inL_331359 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}

.inL_765966 {
  text-decoration: line-through;
  font-weight: bold;
}

.inL_668282 {
  font-weight: 900;
  font-size: 24px;
  color: #CC0000;
}

#post .inL_117928 {
  font-size: 16px;
  text-align: center;
  line-height: 140%;
}

.inL_765221 {
  white-space: nowrap;
  color: red;
  font-weight: bold;
}

.inL_615707 {
  padding: 0 20px;
}

.inL_39553 {
  margin-bottom: 40px;
  border-bottom: double;
}

.inL_113930 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_729050 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_833224 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_195868 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_556038 {
  background-position: 5px 0px
}

.inL_725818 {
  width: 100%
}

.inL_336663 {
  background-position: 65px 0px
}

.inL_293095 {
  width: 100%
}

.inL_838865 {
  background-position: -80px 0px
}

.inL_36654 {
  width: 100%
}

.inL_84055 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_176781 {
  background-position: -160px 0px
}

.inL_916925 {
  width: 100%
}

.inL_358203 {
  background-position: -160px -80px
}

.inL_24663 {
  width: 100%
}

.inL_836654 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_282018 {
  background-position: -80px -80px
}

.inL_775555 {
  width: 100%
}

.inL_224210 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_814563 {
  background-position: 0px -80px
}

.inL_543581 {
  width: 100%
}

.inL_767278 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

.inL_872043 {
  background-position: 0px -80px
}

.inL_80378 {
  width: 100%
}

.inL_505713 {
  text-decoration: underline;
  color: tomato;
  font-weight: bold;
}

@media screen and (max-width: 535px) {
  .inL_615707 {
    padding: 0;
  }
}