a,
body,
div,
footer,
h1,
h3,
h5,
h6,
header,
hr,
html,
img,
li,
menu,
nav,
span,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "LatoR";
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  background: #fff;
}

.fixedButton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #b82011;
  font-weight: 800;
  width: 100%;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;

}
.bars-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.bar-text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  width: 100%;
}
.bar-text-box p {
  margin: 10px 0px !important;
}
.bar-text-box .bar {
  max-width: 600px;
  width: 100%;
  height: 20px;
  background-color: #dfdfdf;
  text-align: center;
  position: relative;
}
.bar-text-box .bar:after {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bar-text-box .bar:before {
  content: "";
  background-color: #8dd592;
  height: 20px;
  display: block;
}

.bar-text-box .bar:nth-of-type(1):before {
  width: 90%;
}
.bar-text-box .bar:nth-of-type(1):after {
  content: "90%";
}
.bar-text-box .bar:nth-of-type(2):before {
  width: 92%;
}
.bar-text-box .bar:nth-of-type(2):after {
  content: "92%";
}
.bar-text-box .bar:nth-of-type(3):before {
  width: 85%;
}
.bar-text-box .bar:nth-of-type(3):after {
  content: "85%";
}
.bar-text-box .bar:nth-of-type(4):before {
  width: 3%;
}
.bar-text-box .bar:nth-of-type(4):after {
  content: "3%";
}

.site-header {
  width: 100%;
  background-color: #f16965;
}
.site-header .header-img {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 1050px;
  margin: 0 auto;
  padding: 12px 20px 12px 20px;
}
.site-header .header-img img {
  max-width: 280px;
  width: 100%;
}
.site-header .info-bar {
  background-color: #ededed;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

* {
  box-sizing: border-box;
}

hr {
  height: 1px;
  background: #ccc;
}
.summary p {
  font-size: 15px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.green {
  color: green;
}
.color-red {
  color: #cc0000;
}
.lt {
  text-decoration: line-through;
}
p {
  /*font-family:'georgia';*/
}
.sources {
  margin-bottom: 20px;
}
.sources li {
  font-size: 16px !important;
  overflow-wrap: break-word;
}
.sources li a {
  color: black;
}

.d-flex {
  display: flex;
}

.clear {
  clear: both;
}

.only-mobile {
  display: none;
}

.mainProd {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.del {
  text-decoration: line-through;
  color: #ff0000;
}
.black {
  color: #000 !important;
}

.under-links a {
  word-wrap: break-word;
  margin-bottom: 5px;
  display: block;
}

.four-photos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.four-photos img {
  width: calc(50% - 15px);
}

.subtitle-underline {
  color: black;
  background-image: linear-gradient(
    to top,
    transparent 0%,
    transparent 6%,
    #f89291 6%,
    #f89291 24%,
    transparent 24%
  );
  display: inline;
  margin-bottom: 20px;
}




.fun-fact {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  margin: 20px auto 0px;
}

.fun-fact .fun-fact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f39d14;
  font-size: 22px;
  color: #fff;
  padding: 20px;
}

.fun-fact .fun-fact-content div {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
}

.fun-fact .fun-fact-content p {
  margin-top: 0px;
}

.fun-fact .fun-fact-content h3 {
  color: #f39d14;
  background: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  display: inline-block;
  margin: 0px;
  position: relative;
  top: -42px;
  text-transform: uppercase;
  text-align: center;
}

.fun-fact .fun-fact-content a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: transparent;
  border-radius: 20px;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  margin-left: auto;
}
.fun-fact .fun-fact-content a:hover{
    color: #f39d14;
    background:#fff;
}

.fun-fact-image{
    max-height:200px;
}

.fun-fact-image img{
    width:100%;
    object-fit: cover;
    line-height:0;
    height:200px;
}
.product-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.product-flex p {
  font-size: 20px;
  line-height: 30px;
}
.product-flex img {
  max-width: 400px;
}
.product-flex .product-prices {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.product-flex .product-prices p {
  margin: 0;
}
.product-flex .product-prices span {
  font-size: 32px;
  line-height: 42px;
}
.product-flex .product-prices .article-old-price {
  text-decoration: line-through;
  color: #ed2040;
}
.product-flex .product-prices .article-new-price {
  font-weight: bold;
  color: #1b5700;
}
aside p {
  font-size: 17px;
  line-height: 27px;
}

h3 {
  padding: 15px 0px;
}
.pullLeft {
  float: left;
}

input[type="submit"],
.popupText button {
  cursor: pointer;
  transition: 0.2s linear;
  font-weight: bold;
}

input[type="submit"]:hover,
.popupText button:hover:not(:disabled) {
  opacity: 0.7;
}

a {
  transition: 0.2s linear;
}

.promoBox a {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 37px;
}

.promoBox a:hover {
  text-decoration: none;
}

div.main {
  padding-bottom: 20px;
}

div.mainContainer {
  width: 1050px;
  background: #fff;
  margin: 0 auto;
}

div.sideBoxes {
  width: 100%;
  padding: 30px 20px;
}

div.mainContent {
  width: 100%;
}

aside {
  width: 30%;
}

aside .promo {
  margin-top: 0px;
}
.dashed-border {
  border: 3px dashed #f16965;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.dashed-border p {
  padding: 0;
  margin: 0;
}

.info {
  background: #fff6da;
  border: 1px solid #ffc308;
  padding: 20px 20px;
  margin: 20px 0px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: justify;
}

.alert {
  background: #ffdada;
  border: 1px solid #ff0808;
  padding: 30px 20px;
  margin: 20px 0px;
  height: 100%;
  text-align: center;
}

.mainArticle p {
  padding-bottom: 20px;
  text-align: justify;
}

div.promoBox {
  text-align: center;
}

.promoBox > * {
  margin-bottom: 20px;
}

.promoBox > *:last-child {
  margin-bottom: 0px;
}

.promo,
.popupText button.promo {
  background: #28a745;
  padding: 15px 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}
.promo:hover:not(:disabled),
.popupText button.promo:hover:not(:disabled) {
  background: #218838;
  opacity: 1 !important;
}

p.promo {
  text-align: center;
}

.promo img {
  width: 100%;
}

.verificated {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00000070;
  color: gold;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  gap: 5px;
}

p,
.mainContent li {
  font-size: 18px;
  line-height: 26px;
}

img.imgArticle {
  margin-left: 20px;
  margin-bottom: 6px;
}

footer {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.small {
  font-size: 12px;
  color: #888;
  line-height: 20px;
  word-wrap: break-word;
}

footer p.small {
  font-size: 12px;
  color: #aaa;
  line-height: 19px;
  text-align: center;
}

ul.list {
  padding-left: 20px;
}

.bigList {
  font-size: 22px;
  line-height: 29px;
}

ul.list li {
  padding-bottom: 5px;
}

.cert {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cert img {
  padding-left: 20px;
  width: 320px;
}

span.otherStyle {
  background: #f9cb37;
  padding: 5px 10px;
  font-weight: 900;
  color: #000;
}

.bigger {
  font-size: 19px;
  line-height: 28px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.formGroup {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

label {
  width: 170px;
  text-align: left;
}

.radioGroup label {
  width: 100%;
  margin-left: 10px;
}

.price-under-photo {
  text-align: center;
  text-decoration: none;
  padding-top: 0px;
}

.price-under-photo .old-price {
  text-decoration: line-through;
  color: #ff0000;
}

.price-under-photo .current-price {
  font-weight: bold;
  font-size: 50px;
}

h3.form-order-title {
  font-size: 45px;
  text-align: center;
  line-height: 55px;
}
.buyForm {
  margin-bottom: 30px;
  text-align: left;
}
.form-paddings {
  padding: 20px;
  padding-bottom: 20px;
}
.form-group label {
  font-weight: bold;
}
.form-group input {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid black;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}
.form-full-width {
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
}
.under-product-text {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.form-icons {
  flex-wrap: wrap;
  margin: 20px 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  justify-content: center;
}

.form-icons > img {
  width: initial !important;
}

.form-icons .form-single-icon {
  max-height: 30px;
  object-fit: contain;
  margin: 15px;
}

.form-icons-item {
  align-items: center;
  font-size: 14px;
  margin: 10px 15px;
}

.form-icons-item:first-child {
  margin-left: 0px;
}

.form-icons-item:last-child {
  margin-right: 0px;
}

.form-icons-item:last-child img {
  height: 35px;
}

.form-icons-item img {
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
  max-width: 40px;
}

img {
  max-width: 100%;
}

div.form {
  width: 540px;
  margin: 0 auto;
  text-align: center;
}

div.form h3 {
  text-align: center;
}

input,
.popupText button {
  padding: 8px 10px;
  background: #fff;
  outline: none;
  border: 1px solid black;
  border-radius: 5px;
}

input,
select {
  font-size: 17px;
  padding: 12px 10px 12px 12px;
}

input[type="submit"] {
  margin: 0 auto;
  display: inline-block;
  border: none;
  padding: 11px 20px;
  width: 100% !important;
  margin-top: 10px;
  font-size: 30px;
  line-height: 40px;
  border-radius: 10px;
}

.popupText button {
  margin: 0 auto !important;
  display: inline-block;
  border: none !important;
  padding: 25px 15px !important;
}

input:last-of-type {
  margin-right: 0px;
}

.col-sm-1 {
  width: 100%;
}

.col-sm-2 {
  width: 66%;
}

.col-sm-3 {
  width: 33%;
}

.formContent {
  width: 400px;
}

div.buyForm div.promoBox p.promo {
  background: none;
}

.smallCert {
  display: none;
}

.dr {
  width: 41%;
  float: right;
}

span.smileInfo {
  padding: 10px;
  display: block;
  margin-right: 137px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

a:hover {
  opacity: 0.8;
}

.rules * {
  word-break: break-word;
}

.rules h1 {
  padding-bottom: 15px;
}

.rules p {
  padding: 15px 0px;
  text-align: justify;
}

.rules ul.rulesList {
  list-style-type: decimal;
  margin-left: 27px;
}

.rules ul.rulesList li {
  padding-bottom: 8px;
  text-align: justify;
}

.rules ul.rulesList li ul.secondList {
  padding: 13px 22px 0px;
  list-style-type: lower-alpha;
}

.rules h2 {
  font-size: 22px;
  padding-bottom: 0px;
  font-weight: 500;
}

.footerMenu {
  text-align: center;
}

ul.footerMenuContent {
  list-style-type: none;
}

ul.footerMenuContent li {
  display: inline-block;
  margin: 5px;
}

ul.footerMenuContent li a {
  color: #888;
  font-size: 12px;
}

.path {
  margin: 7px 0px 15px;
}

/* Additional */
.errors {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

.red {
  color: #ff0000;
}

/*.yellowBg {
    background: #FFFF00;
}*/

.redBg {
  background: #ff0000;
}

.inlineBlock {
  display: inline-block;
}

.blueBg {
  background: #00ffff;
}

.nav {
  background: #525252;
  width: 100%;
  height: 44px;
}

.nav a {
  float: left;
  padding: 10px 0px;
  margin-right: 40px;
  font-size: 14px;
  color: #eee;
  text-decoration: none;
}

.nav a.logout {
  float: right;
  margin-right: 0px;
}

button.disabled:hover {
  opacity: 0.5;
}

select {
  padding: 8px 10px;
  background: #fff;
  outline: none;
  border: 1px solid black;
  border-radius: 5px;
}

.errors2 {
  color: #fb6363;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.errors2-title {
  background: #ff4545;
  color: #fff;
  /* border-radius: 28px; */
  padding: 9px 10px;
  text-transform: uppercase;
  font-size: 17px;
}

.error-field {
  border-color: red;
}

.successMsg {
  color: green;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.loader {
  display: inline-block;
  background: url("../img/loader.gif") no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.popupContent .errors2 {
  line-height: 16px;
  font-size: 14px;
}

.popupContent .errors2:empty {
  display: none;
}

.popupContent .successMsg {
  line-height: 16px;
  font-size: 14px;
  margin-top: 15px;
}

.popupContent .successMsg:empty {
  display: none;
}

.captchaSection {
  text-align: left;
}
.captchaSection > .iconNextCaptcha {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 4px;
  cursor: pointer;
}
.captchaSection > .captcha {
  height: 80px;
  vertical-align: bottom;
}
.captchaSection > input[type="text"] {
  margin-left: 5px;
  vertical-align: bottom;
  width: 80px;
  float: none;
  font-size: 12px;
  margin-left: -13px;
}

.editingSection label {
  display: inline-block;
}

/* Style dla tresci z wysiwyga */
.mainContent {
  line-height: 1.4;
}

.mainContent ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.mainContent p {
  margin: 20px 0px;
}

.mainContent p:first-child {
  margin-top: 0px;
}

.mainContent p:last-child {
  margin-bottom: 0px;
}

.productInfoVariant-1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.productInfoVariant-1 > .infoProd {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  color: #222;
  margin-right: 0px;
}
.productInfoVariant-1 > .infoProd > p {
  margin-bottom: 8px;
}
.productInfoVariant-1 > .infoProd > .oldPrice {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: line-through;
}
.productInfoVariant-1 > .infoProd > .newPrice {
  color: #f44336;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.productInfoVariant-1 > .imgProd {
  width: 100%;
  height: auto;
  max-width: 80%;
  max-height: 330px;
  object-fit: contain;
  margin-bottom: 20px;
}
.promo.promo2 {
  background: #ff8000;
  color: #fff;
}
.promo.promo2:hover {
  background: #218838;
  opacity: 1 !important;
}

.mainProdDiv {
  margin-bottom: 10px !important;
  overflow: hidden;
}
.mainProdDiv .mainProd {
  margin-top: -30px;
}
.desktop-hide {
  display: none;
}

@media screen and (max-height: 550px) {
  .popupContent {
    height: 90%;
    overflow: auto;
    padding: 0px 30px;
    margin-top: 0px;
    top: auto;
  }

  .popupLeftText {
    height: 480px;
    transform: none;
    top: auto;
  }
}

@media screen and (max-height: 600px) and (max-width: 500px) {
  .popupContent,
  .popupLeftText {
    width: 99% !important;
    height: 99vh;
    padding: 10px 3px;
  }
}

@media screen and (max-width: 1200px) {
  div.mainContainer {
    width: 100%;
    margin-top: 0px;
  }
  .site-header .header-img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .popupContent {
    width: 95%;
  }
  .mainProd {
    width: 55% !important;
  }
}

@media screen and (max-width: 990px) {
  aside {
    display: none;
  }

  div.sideBoxes {
    padding-top: 10px;
  }

  .sideBoxes .mainContent {
    width: 100%;
    padding-right: 0px;
    margin: 0px;
  }
}

@media screen and (max-width: 850px) {
  .info {
    flex-direction: column;
  }

  .cert img {
    display: none;
  }

  .smallCert {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .main-menu-section ul li span {
    transform: translateY(-150%);
  }
}

@media screen and (max-width: 800px) {
  .box .box-head {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .box .quote {
    padding: 20px;
    position: relative;
  }

  .box .quote:before,
  .box .quote:after {
    opacity: 0.3;
  }

  .box .box-head h2 {
    width: 100%;
  }

  .img {
    float: none !important;
    margin: 10px auto !important;
  }
}

@media (max-width: 780px) {
  .mainProdDiv {
    margin-bottom: 25px !important;
    width: 100% !important;
  }
  .mainProdDiv .mainProd {
    margin-top: -30px;
  }
}

@media (max-width: 660px) {
  .mainProdDiv {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 700px) {
  div.form {
    width: 100%;
  }

  .icons-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icons-section .form-icons-item {
    margin: 10px 0px;
  }

  p img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }

  .popupProduct {
    display: none;
  }

  .mainPopupTextCont {
    width: 100% !important;
  }

  .formGroup {
    display: block;
  }
  .formContent {
    width: 100%;
  }

  .radioGroup {
    display: flex;
  }
  .mainProd {
    width: 80% !important;
  }
}

@media screen and (max-width: 680px) {
  .popupContent,
  .popupLeftText {
    width: 98%;
  }
  .popupProduct img {
    display: none;
  }
  .desktop-mw-500 {
    max-width: 100% !important;
  }
  .popupText input,
  .popupText a.promo,
  .popupText a.defaultBtn,
  span.smileInfo,
  .popupText button.promo {
    width: 100%;
    margin-right: 0px;
  }

  .popupLeftText {
    height: auto;
    max-height: 100%;
    overflow: auto;
  }

  .main-menu-section li {
    width: 33.3333%;
  }

  .main-menu-section ul li:nth-child(1) {
    display: none;
  }
  .four-photos {
    flex-direction: column;
    gap: 20px;
  }
  .four-photos img {
    width: 100%;
  }
  .product-flex {
    flex-direction: column;
    gap: 20px;
  }
  .product-flex .product-prices {
    gap: 0;
  }
  h1 {
    padding-bottom: 0px !important;
  }
  .imgProd.only-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  img.dr {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  input,
  select {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }

  .main-menu-section li {
    width: 50%;
  }

  .main-menu-section ul li:nth-child(2) {
    display: none;
  }

  input[type="radio"] {
    width: initial !important;
  }
  .desktopContent {
    display: none;
  }

  .mobileContent {
    display: block;
  }
  .imgProd.only-desktop {
    display: none;
  }
  .mainProdDiv {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .desktopContent {
    display: block;
  }

  .mobileContent {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    line-height: 38px !important;
    font-size: 28px !important;
  }

  div.mainContainer {
    width: 100%;
    margin: 0 auto;
  }
  .dashed-border {
    padding: 10px;
  }

  .sideBoxes .mainContent {
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px;
  }

  h2 {
    line-height: 32px;
    font-size: 25px;
    text-align: left;
  }

  img {
    width: 100%;
    height: auto;
  }

  img.like {
    width: 11px;
  }
}

@media (max-width: 400px) {
  .mainProdDiv .mainProd {
    margin-top: -5px;
  }
  input[type="submit"] {
    font-size: 26px;
    line-height: 36px;
  }

  .main-menu-section li {
    width: 100%;
  }

  .main-menu-section ul li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 840px) {
  .productInfoVariant-1 > .imgProd {
    height: auto;
  }
  .productInfoVariant-1 > .infoProd {
    margin-right: 40px;
  }
}
@media (max-width: 700px) {
  .productInfoVariant-1 > .imgProd {
    height: auto;
    max-width: 100%;
    min-width: 260px;
  }
  .productInfoVariant-1 > .infoProd {
    margin-right: 0px;
  }
}

.verified {
  color: black;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verified > i {
  display: inline-block;
  background: url("../img/verified.png") no-repeat;
  background-size: 20px 20px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: cover;
}
