
.verify-stars {
  width: 80px;
  background: url(../images/star.png) repeat-x;
  height: 16px;
}
a,
body,
div,
footer,
h1,
h3,
hr,
html,
img,
li,
nav,
span,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  border: 0;
  margin: 0;
  padding: 0;
  /* font-family: 'Roboto', sans-serif; */
  font-family: arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  background: #f3f3f3;
}

.site-header {
  line-height: 0px;
}
.site-header .logo {
  height: 130px;
  background-image: url(../images/header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .logo img {
  position: relative;
  max-width: 100% !important;
}

* {
  box-sizing: border-box;
}

hr {
  height: 1px;
  background: #ccc;
}
.green {
  color: green;
}
.color-green {
  color: #117528;
}
.lt {
  text-decoration: line-through;
}
p {
  /*font-family:'georgia';*/
}

.mobile-opinion {
  display: none;
}

.d-flex {
  display: flex;
}

.clear {
  clear: both;
}

/* MAIN MENU */

nav.main-menu-section {
  background: #deebf2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 2px solid #018dca;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.main-menu-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-section li {
  width: 25%;
  text-align: center;
  display: block;
  line-height: 1.2;
  opacity: 1;
}

.main-menu-section li a {
  padding: 15px 20px;
  display: block;
  color: #000;
  opacity: 1;
  transition: color 0.5s ease-in-out;
}

.main-menu-section li a:hover {
  color: #fff;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu-section ul li {
  --c: #018dca;
  color: var(--c);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.main-menu-section ul li span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(-140%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.main-menu-section ul li:hover {
  color: #fff;
}

.main-menu-section ul li:hover span {
  transform: translateY(0) scale(2);
}

.main-menu-section ul li span:nth-child(1) {
  --n: 1;
}

.main-menu-section ul li span:nth-child(2) {
  --n: 2;
}

.main-menu-section ul li span:nth-child(3) {
  --n: 3;
}

.main-menu-section ul li span:nth-child(4) {
  --n: 4;
}
/* OWL */

aside p {
  font-size: 17px;
  line-height: 27px;
}

h3 {
  padding: 15px 0px;
}
.pullLeft {
  float: left;
}

.popupText button:hover:not(:disabled) {
  opacity: 0.7;
}

a {
  transition: 0.2s linear;
}

.pullRight {
  float: right;
}
div.mainContainer {
  width: 1050px;
  background: #fff;
  margin: 0 auto;
}

div.sideBoxes {
  width: 100%;
  padding: 30px;
}

div.mainContent {
  width: 70%;
  padding-right: 30px;
}

aside {
  width: 30%;
}

div.promoBox {
  text-align: center;
}

.promoBox > * {
  margin-bottom: 20px;
}

.promoBox > *:last-child {
  margin-bottom: 0px;
}

.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;
}

.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;
}

footer {
  padding-top: 20px;
  margin-top: 25px;
  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;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

span.otherStyle {
  background: #f9cb37;
  padding: 5px 10px;
  font-weight: 900;
  color: #000;
}

.green {
  color: green;
}

img {
  max-width: 100%;
}

.popupBox {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0000008c;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
}

.popupContent {
  width: 750px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #000;
  max-width: 750px;
}
span.closePopup {
  position: absolute;
  right: -10px;
  top: 10px;
  cursor: pointer;
}

.popupLeftText {
  width: 100%;
  background: #fff9;
  position: relative;
}

.popupProduct {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 220px;
  height: auto;
  top: 0px;
  margin: auto;
  display: flex;
}

.popupText span.otherStyle {
  padding: 3px 10px;
}

.popupText {
  font-family: "Roboto", sans-serif;
}

.popupText h3 {
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
}

.popupText span.otherStyle {
  font-size: inherit;
}

.popupText a.promo {
  width: 100%;
}

.popupText a.defaultBtn.promo {
  margin: 0px;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
}

.popupText a.defaultBtn {
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #4472c4b5;
}

.priceDiscPopup {
  position: absolute;
  background: #28a745;
  border-radius: 50%;
  padding: 41px 7px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  top: -7px;
  transform: rotate(-17deg);
  left: -13px;
}

a:hover {
  opacity: 0.8;
}

.popupProduct img {
  width: 100%;
  object-fit: contain;
}

@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: 680px) {
  .popupProduct img {
    display: none;
  }

  .popupText a.promo,
  .popupText a.defaultBtn {
    width: 100%;
    margin-right: 0px;
  }

  .popupLeftText {
    height: auto;
    max-height: 100%;
  }

  .main-menu-section li {
    width: 33.3333%;
  }

  .main-menu-section ul li:nth-child(1) {
    display: none;
  }
}

/* Additional */

/*.yellowBg {
    background: #FFFF00;
}*/

/* Style dla tresci z wysiwyga */
.mainContent {
  line-height: 1.4;
}

.mainContent ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.mainContent p {
  margin: 15px 0px;
}

.mainContent p:first-child {
  margin-top: 0px;
}

.mainContent p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 500px) {

  .main-menu-section li {
    width: 50%;
  }

  .main-menu-section ul li:nth-child(2) {
    display: none;
  }
}

@media (max-width: 400px) {
  .main-menu-section li {
    width: 100%;
  }

  .main-menu-section ul li:nth-child(3) {
    display: none;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

a {
  text-decoration: none;
}

.is-center {
  text-align: center;
}

.font-sherif,
.font-sherif * {
  font-family: "Times New Roman", Times, serif;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.lt {
  text-decoration: line-through;
}

.clear {
  clear: both;
}

hr {
  border: 0px;
  height: 2px;
}

.font-lg {
  font-size: 28px;
  line-height: 38px;
}

.o-hidden {
  overflow: hidden;
}

.font-xxl {
  font-size: 40px;
  line-height: 50px;
}

.bg-green {
  background: #208411;
}

.bg-blue {
  background: #1c376c;
}

.bg-blue-light {
  background: #e9f7fe;
}

.bg-yellow {
  background: #ffd966;
}

.bg-light-blue {
  background: #e1e9f1;
}

.bg-light-green {
  background: #daf6d5;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #146125;
}

.color-blue {
  color: #2556b8;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-1 {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-blue {
  border-color: #1c376c;
}

.border-green {
  border-color: #146125;
}

.mw-250 {
  max-width: 250px;
}

.mw-300 {
  max-width: 300px;
}

.mw-350 {
  max-width: 350px;
}

.mw-450 {
  max-width: 450px;
}

.p-20 {
  padding: 20px;
}

.p-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-15 {
  margin-bottom: 15px;
}

h1 {
  font-weight: bold;
  line-height: 42px;
  font-size: 35px;
  padding-bottom: 25px;
}

h2 {
  font-size: 25px;
  line-height: 35px;
  margin: 20px 0px;
  color: #c00;
}

h3 {
  font-size: 23px;
  line-height: 33px;
}

.img {
  border-radius: 5px;
  border: 8px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, 0.13);
  box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, 0.13);
  line-height: 0;
}

.img-max-width img {
  width: 100%;
  height: auto;
}

.img-center {
  margin: 10px auto;
}

.img-left {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img > img {
  max-width: 100%;
  border-radius: 5px;
}
.under-links a {
    word-wrap: break-word;
    margin-bottom: 5px;
    display: block;
}
.img.no-frames {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin-top: 25px !important;
}
.custom-list {
  text-align: left;
}

.custom-list ul {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.custom-list ul li {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-list ul li:first-child {
  margin-top: 0px;
}

.custom-list ul li:last-child {
  margin-bottom: 0px;
}

.custom-list ul li:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
}

.custom-list .list-check li:before {
  background-image: url("../images/check.png");
  width: 25px;
  height: 25px;
}

.custom-list .list-cross li:before {
  background-image: url("../fonts/cross.svg");
  width: 22px;
  height: 22px;
}

ul {
  list-style-type: none;
}

.product {
  width: 160px !important;
  display: block;
  margin: 0 auto ;
}



input {
    color: inherit;
    font: inherit;
    margin: 0
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}






input {
    font-family: sans-serif;
    font-size: inherit;
    line-height: inherit
}


input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

#order_form {
    width: 100%;
    max-width: 350px;
    margin: 15px auto 10px
}

.input-roulette {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    border: 1px #bbb solid;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 46px
}
.submit-roulette {
    margin-bottom: 0 !important;
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

#order_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

#order_form input, #order_form select {
    display: flex
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: auto !important
}

#order_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0
}

#order_form input, #order_form select {
    margin-bottom: 15px;
    height: 45px;
    width: 100% !important;
    padding-left: 10px;
    box-sizing: border-box
}

.submit-roulette {
    cursor: pointer;
    background: #bb1919;
    border: none;
    color: #fff
}

.ring-loading {
    animation: loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.submit-roulette {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }

@media screen and (max-width: 1200px) {
  div.mainContainer {
    width: 100%;
    margin: 0;
    margin-top: 0px;
  }

    .site-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .popupContent {
    width: 95%;
  }
}
.content-accent {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 990px) {
  aside {
    display: none;
  }



  div.sideBoxes {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .mobile-opinion {
    display: block;
  } */

  .sideBoxes .mainContent {
    width: 100%;
    padding-right: 0px;
    margin: 0px;
  }
}

@media screen and (max-width: 850px) {
  .main-menu-section ul li span {
    transform: translateY(-150%);
  }
}

@media screen and (max-width: 800px) {
  .img {
    float: none !important;
    margin: 10px auto !important;
  }
}

@media screen and (max-width: 700px) {

  .popupProduct {
    display: none;
  }
 h1 {
  padding-top: 0;
  margin-top: 0 !important;
 }
  .mainPopupTextCont {
    width: 100% !important;
  }
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  h1 {
    margin-top: 30px;
    line-height: 36px;
    font-size: 29px;
  }
  .site-header .logo img {
    width: initial !important;
  }

  /* div.mainContainer {
    width: calc(100% - 20px);
    margin: 0 auto;
  } */

  /* .sideBoxes .mainContent {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin: 0px 0px;
    padding-top: 20px;
  } */

  h2 {
    line-height: 32px;
    font-size: 25px;
    text-align: left;
  }

  img {
    width: 100%;
    height: auto;
  }
}


  .scroll {
    display: none;
  }



@media all and (max-width:600px) {
    .close-popup {
        right: 0 !important
    }
  
    .scroll {
        display: block;
        margin: 0 auto 10px;
        width: 40px !important;
        transform: translateX(0px);
        animation: moving 2s infinite;
    }
  
    @keyframes moving {
        0% {
          transform: translateX(10px);
        }
      
        50% {
          transform: translateX(-10px);
        }
      
        100% {
          transform: translateX(10px);
        }
      }
  
      .scroll-x {
        overflow-x: scroll;
        margin-bottom: 10px;
      }
  

    
      .scroll-x img {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
        max-width: none;
      }
  }

  .footer p {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer p a {
    color: #aaa;
    text-decoration: underline;
  }
  .footer p a:hover {
    text-decoration: none;
  }