@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*

 *  Owl Carousel - Core

 */

.owl-carousel {

  display: none;

  width: 100%;

  -webkit-tap-highlight-color: transparent;

  /* position relative and z-index fix webkit rendering fonts issue */

  position: relative;

  z-index: 1; }

  .owl-carousel .owl-stage {

    position: relative;

    -ms-touch-action: pan-Y;

    touch-action: manipulation;

    -moz-backface-visibility: hidden;

    /* fix firefox animation glitch */ }

  .owl-carousel .owl-stage:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0; }

  .owl-carousel .owl-stage-outer {

    position: relative;

    overflow: hidden;

    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px); }

  .owl-carousel .owl-wrapper,

  .owl-carousel .owl-item {

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0); }

  .owl-carousel .owl-item {

    position: relative;

    min-height: 1px;

    float: left;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none; }

  .owl-carousel .owl-item img {

    display: block;

    width: 100%; }

  .owl-carousel .owl-nav.disabled,

  .owl-carousel .owl-dots.disabled {

    display: none; }

  .owl-carousel .owl-nav .owl-prev,

  .owl-carousel .owl-nav .owl-next,

  .owl-carousel .owl-dot {

    cursor: pointer;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none; }

  .owl-carousel .owl-nav button.owl-prev,

  .owl-carousel .owl-nav button.owl-next,

  .owl-carousel button.owl-dot {

    background: none;

    color: inherit;

    border: none;

    padding: 0 !important;

    font: inherit; }

  .owl-carousel.owl-loaded {

    display: block; }

  .owl-carousel.owl-loading {

    opacity: 0;

    display: block; }

  .owl-carousel.owl-hidden {

    opacity: 0; }

  .owl-carousel.owl-refresh .owl-item {

    visibility: hidden; }

  .owl-carousel.owl-drag .owl-item {

    touch-action: pan-y;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none; }

  .owl-carousel.owl-grab {

    cursor: move;

    cursor: grab; }

  .owl-carousel.owl-rtl {

    direction: rtl; }

  .owl-carousel.owl-rtl .owl-item {

    float: right; }



/* No Js */

.no-js .owl-carousel {

  display: block; }



/*

 *  Owl Carousel - Animate Plugin

 */

.owl-carousel .animated {

  animation-duration: 1000ms;

  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {

  z-index: 0; }

.owl-carousel .owl-animated-out {

  z-index: 1; }

.owl-carousel .fadeOut {

  animation-name: fadeOut; }



@keyframes fadeOut {

  0% {

    opacity: 1; }

  100% {

    opacity: 0; } }

/*

 * 	Owl Carousel - Auto Height Plugin

 */

.owl-height {

  transition: height 500ms ease-in-out; }



/*

 * 	Owl Carousel - Lazy Load Plugin

 */

.owl-carousel .owl-item {

  /**

  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong

  	calculation of the height of the owl-item that breaks page layouts

   */ }

  .owl-carousel .owl-item .owl-lazy {

    opacity: 0;

    transition: opacity 400ms ease; }

  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {

    max-height: 0; }

  .owl-carousel .owl-item img.owl-lazy {

    transform-style: preserve-3d; }



/*

 * 	Owl Carousel - Video Plugin

 */

.owl-carousel .owl-video-wrapper {

  position: relative;

  height: 100%;

  background: #000; }

.owl-carousel .owl-video-play-icon {

  position: absolute;

  height: 80px;

  width: 80px;

  left: 50%;

  top: 50%;

  margin-left: -40px;

  margin-top: -40px;

  background: url("owl.video.play.png") no-repeat;

  cursor: pointer;

  z-index: 1;

  -webkit-backface-visibility: hidden;

  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {

  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,

.owl-carousel .owl-video-playing .owl-video-play-icon {

  display: none; }

.owl-carousel .owl-video-tn {

  opacity: 0;

  height: 100%;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {

  position: relative;

  z-index: 1;

  height: 100%;

  width: 100%; }



/*

 * 	Default theme - Owl Carousel CSS File

 */

.owl-theme .owl-nav {

  margin-top: 10px;

  text-align: center;

  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-nav [class*='owl-'] {

    color: #FFF;

    font-size: 14px;

    margin: 5px;

    padding: 4px 7px;

    background: #D6D6D6;

    display: inline-block;

    cursor: pointer;

    border-radius: 3px; }

    .owl-theme .owl-nav [class*='owl-']:hover {

      background: #869791;

      color: #FFF;

      text-decoration: none; }

  .owl-theme .owl-nav .disabled {

    opacity: 0.5;

    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {

  margin-top: 10px; }

.owl-theme .owl-dots {

  text-align: center;

  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-dots .owl-dot {

    display: inline-block;

    zoom: 1;

    *display: inline; }

    .owl-theme .owl-dots .owl-dot span {

      width: 10px;

      height: 10px;

      margin: 5px 7px;

      background: #D6D6D6;

      display: block;

      -webkit-backface-visibility: visible;

      transition: opacity 200ms ease;

      border-radius: 30px; }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

      background: #869791; }



/*

 * 	Green theme - Owl Carousel CSS File

 */

.owl-theme .owl-nav {

  margin-top: 10px;

  text-align: center;

  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-nav [class*='owl-'] {

    color: #FFF;

    font-size: 14px;

    margin: 5px;

    padding: 4px 7px;

    background: #D6D6D6;

    display: inline-block;

    cursor: pointer;

    border-radius: 3px; }

    .owl-theme .owl-nav [class*='owl-']:hover {

      background: #869791;

      color: #FFF;

      text-decoration: none; }

  .owl-theme .owl-nav .disabled {

    opacity: 0.5;

    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {

  margin-top: 10px; }

.owl-theme .owl-dots {

  text-align: center;

  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-dots .owl-dot {

    display: inline-block;

    zoom: 1;

    *display: inline; }

    .owl-theme .owl-dots .owl-dot span {

      width: 10px;

      height: 10px;

      margin: 5px 7px;

      background: #D6D6D6;

      display: block;

      -webkit-backface-visibility: visible;

      transition: opacity 200ms ease;

      border-radius: 30px; }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

      background: #869791; }



@keyframes preloader {

  0% {

    transform: rotate(0deg); }

  100% {

    transform: rotate(360deg); } }

body {

  font-family: "Montserrat", sans-serif;

  max-width: 2560px;

  margin-left: auto;

  margin-right: auto;

  float: none;

  font-size: 18rem;

  line-height: 120%; }

  body section {

    overflow-x: hidden;

    overflow-y: hidden; }

  body.compensate-for-scrollbar {

    margin-right: auto !important; }

  body h1 {

    color: var(--primary-title);

    font-size: 40rem;

    margin-bottom: 20rem; }

  body h2 {

    color: var(--primary-title);

    font-size: 28rem;

    margin-top: 20px;

    margin-bottom: 10px; }

  body h3 {

    color: var(--primary-title);

    font-size: 25rem;

    margin-top: 15px;

    margin-bottom: 10px;

    font-weight: 600; }

  body h4 {

    color: var(--primary-title);

    font-size: 23rem;

    margin-top: 15px;

    margin-bottom: 5px; }

  body p {

    color: var(--primary-text);

    font-size: 18rem;

    margin-bottom: 10rem;

    line-height: 1.3; }

  body a {

    color: var(--element1-color);

    transition: 0.3s;

    -webkit-transition: 0.3s;

    font-size: 18rem;

    line-height: 1.3; }

    body a[href="#"] {

      cursor: default; }

    body a:hover {

      color: var(--anhor);

      text-decoration: none; }

  body main ul li {

    display: flex; }

    body main ul li:before {

      margin-top: 7px; }

  body ul {

    list-style: none;

    padding-left: 10rem; }

    body ul li {

      margin-bottom: 10px;

      color: var(--primary-text);

      font-size: 18rem;

      white-space: normal;

      line-height: 1.3; }

      body ul li strong, body ul li span {

        display: contents; }

      body ul li:before {

        content: " ";

        display: inline-block;

        min-width: 0;

        width: 8px;

        height: 8px;

        background-color: var(--element1-color);

        border-radius: 50%;

        margin-right: 15px; }

  body ol {

    padding-left: 30rem; }

    body ol li {

      line-height: 1.3;

      margin-bottom: 10px; }

  body figure {

    margin: 0;

    max-width: 100%;

    width: 100% !important; }

    body figure.image-style-align-center {

      display: flex;

      justify-content: center; }

    body figure.image-style-align-left {

      display: flex;

      justify-content: flex-start; }

    body figure.image-style-align-right {

      display: flex;

      justify-content: flex-end; }

  body input[type="number"], body input[type="text"], body input[type="tel"], body input[type="email"], body input[type="password"], body input[type="datetime-local"], body input[type="date"], body select.form-control, body textarea {

    border: none;

    width: 100%;

    margin: 0;

    background-color: #fff;

    border-radius: 10px;

    font-size: 110%;

    color: #262626;

    font-weight: 300;

    padding-left: 20px;

    border: 2px solid var(--element2-color); }

  body .label-radio {

    width: calc(100% - 25px);

    cursor: pointer; }

  body input.form-radio {

    width: 25px;

    height: 25px;

    cursor: pointer; }

  body .label-file {

    width: 100%; }

  body input[type="file"] {

    height: auto;

    background-color: transparent;

    border: none;

    white-space: normal; }

  body textarea.form-control {

    height: 150px;

    border: none;

    width: 100%;

    margin: 0;

    background-color: #fff;

    border-radius: 10px;

    font-size: 110%;

    color: #262626;

    font-weight: 300;

    padding-left: 20px;

    padding-top: 5px;

    border: 2px solid var(--element2-color); }

    body textarea.form-control:focus {

      border-color: var(--element1-color); }

  body textarea {

    height: 300px; }



.pagination {

  display: flex;

  justify-content: center;

  align-items: center; }

  .pagination .button-nav {

    color: var(--primary-text);

    margin-left: 15px;

    margin-right: 15px; }

    .pagination .button-nav:hover {

      color: var(--primary-title); }

  .pagination .numbers {

    display: flex; }

    .pagination .numbers a {

      width: 30px;

      height: 38px;

      border: 1px solid var(--primary-text);

      display: flex;

      justify-content: center;

      align-items: center;

      margin-left: 4px;

      margin-right: 4px;

      color: var(--primary-text); }

      .pagination .numbers a.active {

        background-color: var(--bg-hover); }

      .pagination .numbers a:hover:not(.active) {

        border-color: var(--bg-hover);

        background-color: var(--bg-hover);

        color: var(--primary-text); }

    .pagination .numbers span {

      align-self: flex-end; }



.container-block {

  padding-top: 100px;

  padding-bottom: 100px;

  width: 760px;

  max-width: calc(100% - 70px); }

  .container-block .title {

    margin-bottom: 30px;

    display: flex;

    align-items: center; }

    .container-block .title h3 {

      font-size: 36rem;

      margin-top: 0;

      margin-bottom: 0; }

    .container-block .title .icon {

      min-width: 56px;

      width: 56px;

      height: 56px;

      margin-right: 15px; }

      .container-block .title .icon img {

        max-width: 100%;

        max-height: 100%; }

  .container-block.left {

    padding-right: 70px;

    margin-left: auto; }

  .container-block.right {

    padding-left: 70px; }



.reverse .container-block.left {

  margin-left: initial;

  padding-left: 70px;

  padding-right: 0; }

.reverse .container-block.right {

  margin-left: auto;

  padding-right: 70px;

  padding-left: 0; }



hr {

  margin-top: 10px;

  margin-bottom: 10px; }



html {

  font-size: 1px; }



nav ul {

  margin: 0;

  padding: 0;

  list-style: none; }



.image-style-align-right {

  width: 50%;

  max-width: 50%;

  padding-left: 30px;

  float: right; }



.image-style-align-left {

  width: 50%;

  max-width: 50%;

  padding-right: 30px;

  float: left; }



.hidden-element {

  display: none; }



.dropdown-menu {

  min-width: unset; }



.dropdown-item {

  margin-bottom: 0; }



.form-group {

  display: flex;

  align-items: flex-start;

  justify-content: center;

  margin-bottom: 25px;

  flex-wrap: wrap; }

  .form-group label {

    width: 100%;

    margin-bottom: 5px;

    padding: 0 22px; }

    .form-group label .required {

      font-size: 120%;

      color: #dF0000; }



.fieldset {

  margin-bottom: 15px;

  margin-top: 35px; }

  .fieldset p {

    font-size: 20rem;

    width: 100%;

    text-align: left;

    padding-bottom: 5px;

    border-bottom: 1px solid var(--primary-text);

    font-weight: 500; }



input.form-control, select.form-control {

  height: 48px;

  font-size: 16rem;

  border-radius: 0px;

  background-color: #f5f5f5;

  border: 1px solid #dfdfdf;

  color: var(--primary-text); }

  input.form-control::placeholder, select.form-control::placeholder {

    color: rgba(var(--primary-text), 0.5); }

  input.form-control:focus, select.form-control:focus {

    border-color: var(--element1-color); }

input.input-image, select.input-image {

  background-repeat: no-repeat;

  background-position: 15px center;

  background-size: 25px;

  padding-left: 50px; }



.checkbox-label {

  cursor: pointer;

  color: var(--primary-text);

  font-weight: 400;

  font-family: "Montserrat", sans-serif;

  letter-spacing: 0;

  text-transform: initial;

  display: flex;

  margin-bottom: 20px;

  width: 100%;

  transition: 0.3s;

  -webkit-transition: 0.3s; }

  .checkbox-label input[type='checkbox'] {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    width: 1px;

    height: 1px; }

  .checkbox-label .checkbox-styled {

    min-width: 25px;

    min-height: 25px;

    max-width: 25px;

    max-height: 25px;

    background-color: #f5f5f5;

    border: 1px solid #dfdfdf;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    margin-right: 5px;

    transition: 0.3s;

    -webkit-transition: 0.3s; }

    .checkbox-label .checkbox-styled span {

      color: #ffffff00;

      font-size: 24px; }

    .checkbox-label .checkbox-styled.checked span {

      color: var(--primary-text); }

  .checkbox-label:hover {

    color: var(--text-hover); }

  .checkbox-label .regulamin p {

    margin: 0;

    line-height: inherit; }



.overflow-y-hidden {

  overflow-y: hidden !important; }



.gradient-text {

  background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; }



.mybg-primary {

  background-color: var(--primary-bg); }



.mybg-secondary {

  background-color: var(--secondary-bg); }



.mybg-light {

  background-color: var(--light-bg); }



.mybg-light2 {

  background-color: var(--light-bg2); }



.mybg-dark {

  background-color: var(--dark-bg); }



.mybg-element1 {

  background-color: var(--element1-color); }



.mybg-element2 {

  background-color: var(--element2-color); }



.my-boxshadow {

  box-shadow: 0 0 10px 2px var(--transparent-color1); }



.bg-blur-dark {

  background-color: rgba(0, 0, 0, 0.6); }



.bg-blur-light {

  background-color: rgba(255, 255, 255, 0.6); }



.text img, .text iframe, .text video {

  max-width: 100%;

  height: auto; }

.text .file {

  background-image: url("/img/file-pink.svg");

  padding-left: 30px;

  background-size: 22px;

  background-repeat: no-repeat;

  background-position: left center; }

.text ul {

  list-style: none;

  padding-left: 10rem; }

  .text ul li {

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 10px;

    color: var(--primary-text);

    font-size: 18rem;

    white-space: normal;

    line-height: initial;

    position: relative;

    padding-left: 20px; }

    .text ul li ul {

      width: 100%;

      padding-top: 10px;

      margin-bottom: 0; }

    .text ul li strong, .text ul li span {

      display: contents; }

    .text ul li:before {

      content: " ";

      display: inline-block;

      content: " ";

      display: inline-block;

      min-width: 0;

      width: 8px;

      height: 8px;

      background-color: var(--element1-color);

      border-radius: 50%;

      margin-right: 15px;

      position: absolute;

      left: 0; }

    .text ul li a {

      display: contents; }



.buttons {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  width: 100%;

  margin-top: 20px; }

  .buttons.buttons-left {

    justify-content: flex-start; }

    .buttons.buttons-left .btn {

      margin-left: 0;

      margin-right: 50px; }

      .buttons.buttons-left .btn:last-child {

        margin-right: 0; }

  .buttons.buttons-right {

    justify-content: flex-end; }

    .buttons.buttons-right .btn {

      margin-left: 0;

      margin-right: 50px; }

      .buttons.buttons-right .btn:last-child {

        margin-right: 0; }

  .buttons .btn {

    margin: 15px 25px 0px 25px; }



.btn, .elementor-button {

  transition: 0.3s;

  -webkit-transition: 0.3s;

  border-radius: 10px;

  font-family: "Montserrat", sans-serif;

  font-size: 16rem;

  background-color: transparent;

  line-height: initial;

  display: flex;

  justify-content: center;

  align-items: center;

  text-transform: uppercase;

  padding: 16px 36px;

  font-weight: 700; }

  .btn:hover, .elementor-button:hover {

    transform: scale(0.95);

    -webkit-transform: scale(0.95); }



.btn-buy {

  border-radius: 10px;

  border: none;

  background-color: var(--element1-color);

  color: var(--secondary-text);

  display: flex;

  justify-content: center;

  align-items: center;

  text-transform: lowercase;

  padding: 16px 36px;

  font-weight: 500;

  font-size: 16px; }

  .btn-buy img {

    width: 25px;

    margin-right: 10px; }

  .btn-buy:hover {

    border-color: transparent !important;

    background-color: var(--element1-color) !important;

    color: var(--secondary-text) !important; }

  .btn-buy:active, .btn-buy:focus {

    border-color: transparent !important;

    background-color: var(--element1-color) !important;

    color: var(--secondary-text) !important; }



.btn-empty {

  border: 2px solid var(--element1-color);

  background-color: var(--primary-bg);

  color: var(--primary-text); }

  .btn-empty:hover {

    border: 2px solid var(--element1-color) !important;

    background-color: var(--primary-bg) !important;

    color: var(--primary-text) !important; }

  .btn-empty:active, .btn-empty:focus {

    border: 2px solid var(--element1-color) !important;

    background-color: var(--primary-bg) !important;

    color: var(--primary-text) !important; }



.btn-primary {

  border: 2px solid var(--element2-color);

  background-color: var(--element2-color);

  color: var(--primary-text); }

  .btn-primary:hover {

    border: 2px solid var(--element2-color) !important;

    background-color: var(--element2-color) !important;

    color: var(--primary-text) !important; }

  .btn-primary:active, .btn-primary:focus {

    border: 2px solid var(--element2-color) !important;

    background-color: var(--element2-color) !important;

    color: var(--primary-text) !important; }



.btn-secondary {

  border: 2px solid var(--element1-color);

  background-color: var(--element1-color);

  color: var(--secondary-text); }

  .btn-secondary:hover {

    border-color: var(--element1-color) !important;

    background-color: var(--element1-color) !important;

    color: var(--secondary-text) !important; }

  .btn-secondary:active, .btn-secondary:focus {

    border-color: var(--element1-color) !important;

    background-color: var(--element1-color) !important;

    color: var(--secondary-text) !important; }



.btn.btn-save {

  border: 2px solid #e6e6e6 !important;

  background-color: transparent !important;

  color: #636363 !important;

  padding: 15px 40px;

  border-radius: 15px;

  min-width: 100px;

  margin: 5px;

  transform: none !important; }

  .btn.btn-save.btn-green {

    border-color: #17ab3b !important; }

    .btn.btn-save.btn-green span {

      color: black !important; }

  .btn.btn-save span {

    color: #636363;

    transform: none !important;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    text-transform: initial !important; }

  .btn.btn-save:hover, .btn.btn-save:focus {

    border: 2px solid #cdcdcd !important;

    background-color: transparent !important;

    color: #4a4a4a !important;

    transform: none !important; }

    .btn.btn-save:hover span, .btn.btn-save:focus span {

      color: #4a4a4a !important; }

.btn.btn-accept {

  border: 2px solid #18ac3b !important;

  background-color: #18ac3b !important;

  color: white !important;

  padding: 15px 40px;

  border-radius: 15px;

  min-width: 100px;

  margin: 5px;

  transform: none !important; }

  .btn.btn-accept span {

    color: white;

    transform: none !important;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    text-transform: initial !important; }

  .btn.btn-accept:hover, .btn.btn-accept:focus {

    border: 2px solid #127f2c !important;

    background-color: #127f2c !important;

    color: white !important;

    transform: none !important; }

    .btn.btn-accept:hover span, .btn.btn-accept:focus span {

      color: white !important; }

.btn.btn-reject {

  border: 2px solid #dF0000 !important;

  background-color: transparent !important;

  color: #dF0000 !important;

  padding: 15px 40px;

  border-radius: 15px;

  min-width: 100px;

  margin: 5px;

  transform: none !important; }

  .btn.btn-reject span {

    color: #dF0000;

    transform: none !important;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    text-transform: initial !important; }

  .btn.btn-reject:hover, .btn.btn-reject:focus {

    border: 2px solid #ac0000 !important;

    background-color: transparent !important;

    color: #ac0000 !important;

    transform: none !important; }

    .btn.btn-reject:hover span, .btn.btn-reject:focus span {

      color: #ac0000 !important; }



button {

  transition: 0.3s;

  -webkit-transition: 0.3s; }



.media div {

  width: 100%; }



form {

  position: relative; }

  form .r-name {

    position: absolute;

    top: 0px;

    right: 0px;

    opacity: -1;

    z-index: -1; }



.table-responsive {

  margin-left: auto;

  margin-right: auto;

  width: 100%; }

  .table-responsive .table {

    width: 100%;

    margin-bottom: 50px; }

    .table-responsive .table thead {

      background-color: var(--primary-bg);

      color: var(--primary-text); }

      .table-responsive .table thead tr {

        background-color: var(--light-bg2); }

    .table-responsive .table thead, .table-responsive .table tbody {

      width: 100%; }

    .table-responsive .table tbody tr {

      background-color: rgba(var(--light-bg2), 0.4); }

    .table-responsive .table tr {

      width: 100%;

      padding: 0 25px; }

    .table-responsive .table th {

      padding: 10px 10px;

      font-size: 20rem;

      font-weight: 600;

      padding: 15px 20px; }

    .table-responsive .table td {

      color: var(--primary-text);

      font-size: 18rem;

      padding: 15px 20px; }



.my-tilt {

  transition: 0.3s;

  -webkit-transition: 0.3s; }

  .my-tilt:hover {

    transform: scale(0.95);

    -webkit-transform: scale(0.95); }



.max-linie-1 {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical; }



.max-linie-2 {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical; }



.max-linie-3 {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical; }



.max-linie-4 {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical; }



.max-linie-5 {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 5;

  -webkit-box-orient: vertical; }



.animation-group {

  overflow: hidden;

  position: relative; }



.animation-buttons {

  z-index: 5;

  position: absolute;

  top: calc(50% - 25px);

  width: 100%;

  pointer-events: none;

  display: flex;

  justify-content: space-between;

  padding: 2px 30px; }

  .animation-buttons .btn-animate {

    width: 50px;

    height: 50px;

    border: 2px solid var(--dark-bg2);

    padding: 0;

    border-radius: 50%;

    pointer-events: auto;

    display: flex;

    flex-direction: column; }

    .animation-buttons .btn-animate .line {

      background-color: var(--dark-bg2);

      border-radius: 10px;

      position: relative;

      transition: 0.3s;

      -webkit-transition: 0.3s; }

      .animation-buttons .btn-animate .line.line1 {

        width: 15px;

        height: 4px;

        transform: rotate(-40deg);

        right: 7px;

        bottom: 0px; }

      .animation-buttons .btn-animate .line.line2 {

        width: 25px;

        height: 4px; }

      .animation-buttons .btn-animate .line.line3 {

        width: 15px;

        height: 4px;

        transform: rotate(40deg);

        right: 7px;

        top: 0px; }

    .animation-buttons .btn-animate.btn-next {

      transform: rotate(180deg); }

    .animation-buttons .btn-animate.disabled {

      border-color: var(--dark-bg2);

      cursor: default;

      pointer-events: none; }

      .animation-buttons .btn-animate.disabled .line {

        background-color: var(--dark-bg2); }

    .animation-buttons .btn-animate:hover, .animation-buttons .btn-animate:focus {

      border-color: var(--element1-color); }

      .animation-buttons .btn-animate:hover .line, .animation-buttons .btn-animate:focus .line {

        background-color: var(--element1-color); }



.navigation-buttons {

  z-index: 5;

  position: absolute;

  bottom: 15px;

  width: 100%;

  pointer-events: none;

  display: flex;

  justify-content: center;

  padding: 2px 30px; }

  .navigation-buttons .btn {

    pointer-events: auto; }

    .navigation-buttons .btn.btn-stop-animation {

      border: none;

      padding: 0;

      width: 20px;

      height: 20px;

      margin: 0 5px;

      background-image: url(/img/owl-pause.svg);

      background-repeat: no-repeat;

      background-size: 14px;

      background-position: center; }

    .navigation-buttons .btn.btn-go-to-slide {

      border: 2px solid var(--dark-bg);

      padding: 0;

      width: 20px;

      height: 20px;

      margin: 0 5px; }

      .navigation-buttons .btn.btn-go-to-slide.active {

        background-color: var(--element1-color) !important;

        pointer-events: none; }

        .navigation-buttons .btn.btn-go-to-slide.active:hover, .navigation-buttons .btn.btn-go-to-slide.active:focus, .navigation-buttons .btn.btn-go-to-slide.active:active {

          border-color: var(--primary-text) !important; }

      .navigation-buttons .btn.btn-go-to-slide.disabled {

        pointer-events: none; }

    .navigation-buttons .btn.btn-start-animation {

      border: none;

      padding: 0;

      width: 20px;

      height: 20px;

      margin: 0 5px;

      background-image: url(/img/owl-start.svg);

      background-repeat: no-repeat;

      background-size: 14px;

      background-position: center; }



.animation-element {

  position: relative; }

  .animation-element:not(.slide) {

    opacity: 0; }

  .animation-element[data-class="slide"] {

    position: absolute;

    top: 0;

    left: 100%;

    width: 100%;

    height: 100%;

    z-index: 1; }

    .animation-element[data-class="slide"].active {

      left: 0;

      /* Aktywny slajd znajduje się na środku ekranu */

      z-index: 3; }

    .animation-element[data-class="slide"].next-slide {

      z-index: 2; }



@media (max-width: 575.5px) {

  .text .file {

    background-size: 19px; }



  .container-block {

    max-width: 100%;

    padding-top: 30px;

    padding-bottom: 30px;

    width: 100%; }

    .container-block .title {

      margin-bottom: 20px; }

      .container-block .title h3 {

        font-size: 20rem; }

      .container-block .title .icon {

        min-width: 20px;

        width: 20px;

        height: 20px;

        margin-right: 10px; }

    .container-block.left {

      padding-right: 15px;

      padding-left: 15px; }

    .container-block.right {

      padding-left: 15px;

      padding-right: 15px; }



  .reverse .container-block.right {

    padding-right: 15px;

    padding-left: 15px; }

  .reverse .container-block.left {

    padding-left: 15px;

    padding-right: 15px; }



  .btn, .elementor-button {

    padding: 10px 15px;

    font-size: 16rem; }



  .buttons .btn {

    margin: 15px 7px 0px 7px; }

  .buttons.buttons-left {

    justify-content: center; }

    .buttons.buttons-left .btn {

      margin-right: 15px; }



  .pt-big {

    padding-top: 40px; }



  .pt-medium {

    padding-top: 20px; }



  .pb-big {

    padding-bottom: 40px; }



  .pb-medium {

    padding-bottom: 20px; }



  .pb-big + div .module-title {

    padding-top: 20px; }



  .table-responsive .table tr {

    padding: 0; }

  .table-responsive .table th {

    font-size: 20rem;

    padding: 15px 15px; }

  .table-responsive .table td {

    font-size: 18rem;

    padding: 15px 15px; } }

@media (min-width: 576px) and (max-width: 767.5px) {

  .text .file {

    background-size: 20px; }



  .container {

    max-width: 100%; }



  .container-block {

    max-width: calc(540px - 30px);

    padding-top: 30px;

    padding-bottom: 30px;

    width: 100%;

    margin: 0 auto !important; }

    .container-block .title {

      margin-bottom: 20px; }

      .container-block .title h3 {

        font-size: 25rem; }

      .container-block .title .icon {

        min-width: 30px;

        width: 30px;

        height: 30px; }

    .container-block.left {

      padding-right: 0px;

      padding-left: 0px; }

    .container-block.right {

      padding-left: 0px;

      padding-right: 0px; }



  .reverse .container-block.right {

    padding-right: 0px;

    padding-left: 0px; }

  .reverse .container-block.left {

    padding-left: 0px;

    padding-right: 0px; }



  .btn, .elementor-button {

    padding: 10px 15px;

    font-size: 16rem; }



  .buttons .btn {

    margin: 15px 7px 0px 7px; }

  .buttons.buttons-left {

    justify-content: center; }

    .buttons.buttons-left .btn {

      margin-right: 15px; }



  .pt-big {

    padding-top: 50px; }



  .pt-medium {

    padding-top: 25px; }



  .pb-big {

    padding-bottom: 50px; }



  .pb-medium {

    padding-bottom: 25px; }



  .pb-big + div .module-title {

    padding-top: 25px; }



  .table-responsive .table tr {

    padding: 0; }

  .table-responsive .table th {

    font-size: 20rem;

    padding: 20px 20px; }

  .table-responsive .table td {

    font-size: 18rem;

    padding: 20px 20px; } }

@media (min-width: 768px) and (max-width: 991.5px) {

  .text .file {

    background-size: 21px; }



  .container-block {

    max-width: 690px;

    padding-top: 30px;

    padding-bottom: 30px;

    width: 100%;

    margin-left: 20px;

    margin: 0 auto !important; }

    .container-block .title {

      margin-bottom: 20px; }

      .container-block .title h3 {

        font-size: 25rem; }

      .container-block .title .icon {

        min-width: 30px;

        width: 30px;

        height: 30px; }

    .container-block.left {

      padding-right: 0px;

      margin: 0 auto; }

    .container-block.right {

      padding-left: 0px;

      margin: 0 auto; }



  .reverse .container-block.right {

    padding-right: 0px;

    margin: 0 auto; }

  .reverse .container-block.left {

    padding-left: 0px;

    margin: 0 auto; }



  .btn, .elementor-button {

    padding: 10px 15px;

    font-size: 16rem; }



  .buttons .btn {

    margin: 15px 7px 0px 7px; }

  .buttons.buttons-left {

    justify-content: center; }

    .buttons.buttons-left .btn {

      margin-right: 15px; }



  .pt-big {

    padding-top: 60px; }



  .pt-medium {

    padding-top: 30px; }



  .pb-big {

    padding-bottom: 60px; }



  .pb-medium {

    padding-bottom: 30px; }



  .pb-big + div .module-title {

    padding-top: 30px; }



  .table-responsive .table tr {

    padding: 0; }

  .table-responsive .table th {

    font-size: 20rem;

    padding: 20px 25px; }

  .table-responsive .table td {

    font-size: 18rem;

    padding: 20px 25px; } }

@media (min-width: 992px) and (max-width: 1199.5px) {

  .text .file {

    background-size: 21px; }



  .container-block {

    max-width: calc(100% - 20px);

    padding-top: 30px;

    padding-bottom: 30px;

    width: 496px; }

    .container-block .title h3 {

      font-size: 30rem; }

    .container-block .title .icon {

      min-width: 38px;

      width: 38px;

      height: 38px; }

    .container-block.left {

      padding-right: 20px; }

    .container-block.right {

      padding-left: 20px; }



  .reverse .container-block.right {

    padding-right: 20px; }

  .reverse .container-block.left {

    padding-left: 20px; }



  .btn, .elementor-button {

    padding: 13px 15px; }



  .buttons .btn {

    margin: 15px 10px 0px 10px;

    font-size: 15rem; }

  .buttons.buttons-left .btn {

    margin-right: 30px; }



  .pt-big {

    padding-top: 80px; }



  .pt-medium {

    padding-top: 40px; }



  .pb-big {

    padding-bottom: 80px; }



  .pb-medium {

    padding-bottom: 40px; }



  .pb-big + div .module-title {

    padding-top: 40px; } }

@media (min-width: 1200px) and (max-width: 1579.5px) {

  .container-block {

    max-width: calc(100% - 40px);

    padding-top: 40px;

    padding-bottom: 40px;

    width: 600px; }

    .container-block .title h3 {

      font-size: 35rem; }

    .container-block .title .icon {

      min-width: 46px;

      width: 46px;

      height: 46px; }

    .container-block.left {

      padding-right: 40px; }

    .container-block.right {

      padding-left: 40px; }



  .reverse .container-block.right {

    padding-right: 50px; }

  .reverse .container-block.left {

    padding-left: 50px; }



  .btn, .elementor-button {

    padding: 15px 20px; }



  .buttons .btn {

    margin: 15px 15px 0px 15px; }

  .buttons.buttons-left .btn {

    margin-right: 30px; }



  .pt-big {

    padding-top: 100px; }



  .pt-medium {

    padding-top: 50px; }



  .pb-big {

    padding-bottom: 100px; }



  .pb-medium {

    padding-bottom: 50px; }



  .pb-big + div .module-title {

    padding-top: 50px; } }

.animation-slide-left, .animation-slide-right, .animation-slide-bottom, .animation-slide-top {

  opacity: 0;

  /* Ukrycie przed animacją */

  transform: translateX(0);

  /* Neutralna pozycja */ }



.animate-left {

  animation: slideInLeft ease-out forwards; }



.animate-right {

  animation: slideInRight ease-out forwards; }



.animate-bottom {

  animation: slideInBottom ease-out forwards; }



.animate-top {

  animation: slideInTop ease-out forwards; }



@keyframes slideInLeft {

  from {

    opacity: 0;

    transform: translateX(-100px);

    /* Start od lewej strony */ }

  to {

    opacity: 1;

    transform: translateX(0);

    /* Normalna pozycja */ } }

@keyframes slideInRight {

  from {

    opacity: 0;

    transform: translateX(100px);

    /* Start od prawej strony */ }

  to {

    opacity: 1;

    transform: translateX(0);

    /* Normalna pozycja */ } }

@keyframes slideInBottom {

  from {

    opacity: 0;

    transform: translateY(100px);

    /* Start od dołu */ }

  to {

    opacity: 1;

    transform: translateY(0);

    /* Normalna pozycja */ } }

@keyframes slideInTop {

  from {

    opacity: 0;

    transform: translateY(-100px);

    /* Start od góry */ }

  to {

    opacity: 1;

    transform: translateY(0);

    /* Normalna pozycja */ } }

header {

  padding-top: 0px;

  transition: 0.3s;

  -webkit-transition: 0.3s;

  position: fixed;

  top: 0px;

  left: 0px;

  right: 0px;

  z-index: 8; }

  header.sticked {

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);

    padding-top: 0px;

    transform: translateY(-65px); }

    header.sticked #main-nav {

      height: 80px; }

    header.sticked .page-nav > li.special a span {

      padding: 16px 33px; }

    header.sticked .page-nav li a span {

      padding-top: 20px;

      padding-bottom: 20px; }



.products-buy .one-product {

  display: flex; }

  .products-buy .one-product .photo {

    width: 200px;

    margin-right: 20px; }

    .products-buy .one-product .photo img {

      width: 100%;

      object-fit: cover; }

    .products-buy .one-product .photo .no-photo {

      padding: 0px 30px 30px 30px; }

  .products-buy .one-product .buttons-count {

    display: flex;

    align-items: center;

    width: 100%;

    justify-content: flex-start; }

    .products-buy .one-product .buttons-count .btn {

      width: 30px;

      min-width: 30px; }

  .products-buy .one-product .buttons-count-inner {

    display: flex; }

  .products-buy .one-product .feature-name {

    display: flex;

    margin-right: 10px; }

  .products-buy .one-product .feature-price {

    white-space: nowrap; }

  .products-buy .one-product .product-text {

    margin: 0 5px; }

  .products-buy .one-product .shop-product-one-feature {

    display: flex;

    justify-content: space-between; }



.window-open {

  position: fixed;

  z-index: 99999;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  background-color: #00000055; }

  .window-open .container {

    max-height: calc(100vh - 80px);

    display: flex;

    flex-direction: column; }

  .window-open .wrapper {

    position: relative;

    display: none;

    width: 1000px;

    max-width: calc(100% - 40px);

    background-color: #fff;

    border-radius: 6px;

    box-shadow: 0 -1px 10px 0 #acabab;

    padding-bottom: 15px; }

  .window-open .image img {

    max-width: 100%; }

  .window-open .btn-close {

    border: none;

    position: absolute;

    right: 10px;

    top: 10px;

    width: 30px;

    height: 30px;

    background-color: red;

    display: flex;

    justify-content: center;

    align-items: center;

    color: white;

    border-radius: 6px;

    cursor: pointer;

    z-index: 1; }

    .window-open .btn-close:hover {

      background-color: #ff6666; }

  .window-open .scroll-content {

    overflow-y: auto;

    overflow-x: hidden;

    max-height: 100%; }

  .window-open .buttons {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    padding-top: 10px;

    margin-top: 10px;

    border-top: 1px solid var(--light-bg); }



.buttons-buy {

  width: fit-content;

  width: -moz-fit-content;

  margin-left: auto;

  margin-right: auto; }

  .buttons-buy .buttons {

    justify-content: space-between; }

    .buttons-buy .buttons p {

      margin-bottom: 0; }

      .buttons-buy .buttons p span {

        font-weight: 600; }

    .buttons-buy .buttons .summary-price {

      margin-right: 25px;

      display: flex;

      justify-content: flex-end;

      text-align: right; }

  .buttons-buy .product-count {

    display: flex;

    align-items: center; }

    .buttons-buy .product-count .btn-count {

      border: 2px solid var(--element2-color);

      display: flex;

      justify-content: center;

      align-items: center;

      padding: 10px;

      height: 40px;

      width: 30px;

      transition: 0.3s;

      -webkit-transition: 0.3s; }

      .buttons-buy .product-count .btn-count.prev {

        border-radius: 0;

        border-top-left-radius: 10px;

        border-bottom-left-radius: 10px;

        border-right: none;

        margin-right: 0;

        margin-top: 0; }

        .buttons-buy .product-count .btn-count.prev:hover {

          transform: none; }

      .buttons-buy .product-count .btn-count.next {

        border-radius: 0;

        border-top-right-radius: 10px;

        border-bottom-right-radius: 10px;

        border-left: none;

        margin-left: 0;

        margin-top: 0; }

        .buttons-buy .product-count .btn-count.next:hover {

          transform: none; }

      .buttons-buy .product-count .btn-count:hover {

        background-color: #dbdbdb; }

    .buttons-buy .product-count input[type='number'] {

      height: 40px;

      border-radius: 0;

      width: 60px;

      text-align: center;

      appearance: none;

      -moz-appearance: textfield;

      -webkit-appearance: none;

      padding-left: 0; }

    .buttons-buy .product-count input[type='number']::-webkit-outer-spin-button, .buttons-buy .product-count input[type='number']::-webkit-inner-spin-button {

      appearance: none;

      -webkit-appearance: none;

      margin: 0; }



.shop-go-to-summary .btn-go-to-cart {

  display: none; }



.shop-go-to-cart .btn-go-to-summary {

  display: none; }

.shop-go-to-cart #shop-delivery {

  display: none; }

.shop-go-to-cart #shop-discount {

  display: none; }



.shop-cart .shop-product {

  background-color: #f5f5f5;

  border: 1px solid #dfdfdf;

  margin-bottom: 10px;

  padding: 5px; }

  .shop-cart .shop-product .price {

    margin-left: 15px;

    white-space: nowrap; }

  .shop-cart .shop-product .product-count-buttons {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    margin-top: 5px; }

    .shop-cart .shop-product .product-count-buttons .btn-count {

      border-radius: 0px;

      display: flex;

      justify-content: center;

      align-items: center;

      padding: 10px;

      height: 30px;

      width: 30px;

      transition: 0.3s;

      -webkit-transition: 0.3s;

      background-color: var(--element2-color);

      color: var(--secondary-text); }

      .shop-cart .shop-product .product-count-buttons .btn-count.prev {

        margin-right: 5px; }

      .shop-cart .shop-product .product-count-buttons .btn-count:hover {

        background-color: var(--element1-color); }

  .shop-cart .shop-product p {

    margin-bottom: 0; }

.shop-cart .product-info {

  display: flex;

  justify-content: space-between;

  width: 100%; }

.shop-cart .shop-product-one-feature {

  display: flex;

  justify-content: space-between;

  width: 100%; }

  .shop-cart .shop-product-one-feature p {

    color: #808080; }

  .shop-cart .shop-product-one-feature .feature-name {

    display: flex;

    color: #808080; }

  .shop-cart .shop-product-one-feature .feature-price {

    white-space: nowrap; }

.shop-cart .summary-price {

  display: flex;

  justify-content: space-between; }

.shop-cart .packaging-price {

  display: flex;

  justify-content: space-between; }

.shop-cart .discount-price {

  display: flex;

  justify-content: space-between; }

.shop-cart .old-price {

  text-decoration: line-through; }

.shop-cart .delivery-price {

  display: flex;

  justify-content: space-between; }



#product-qr-link #order-summary .one-product-wrapper {

  width: 100%; }

#product-qr-link #order-summary .photo-video img {

  max-height: 100%;

  max-width: 100%;

  object-fit: contain; }

#product-qr-link #order-summary .photo-video .image {

  display: flex;

  justify-content: center;

  max-height: 100%; }

#product-qr-link #order-summary .photo-video .product-video {

  width: 100%;

  height: 326px; }



main {

  position: relative;

  padding-top: 195px; }



.preloader {

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-color: white;

  z-index: 9999999; }

  .preloader img {

    transition: 3s;

    -webkit-transition: 3s;

    width: 5vw;

    animation-name: preloader;

    animation-duration: 2s;

    animation-iteration-count: infinite;

    animation-timing-function: linear; }



#author-page .map-links ul {

  display: flex;

  flex-wrap: wrap;

  padding-left: 5px; }

  #author-page .map-links ul ul li {

    width: 100%; }

  #author-page .map-links ul li {

    width: 25%;

    height: fit-content;

    height: -moz-fit-content;

    padding-right: 10px; }



.better-info {

  display: none;

  position: fixed;

  top: 0px;

  bottom: 0px;

  left: 0px;

  right: 0px;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: 300;

  justify-content: center;

  align-items: center;

  padding: 30px; }

  .better-info .wrapper {

    max-width: 600px;

    font-weight: 500;

    position: relative;

    padding: 30px 45px 30px 145px;

    background-color: #fff;

    border-radius: 15px; }

    .better-info .wrapper.success {

      background-position: center left 45px;

      background-repeat: no-repeat;

      background-size: 65px;

      background-image: url("../img/send.svg"); }

    .better-info .wrapper.warning {

      background-position: center left 45px;

      background-repeat: no-repeat;

      background-size: 65px;

      background-image: url("../img/info-warning.svg"); }

    .better-info .wrapper.danger {

      background-position: center left 45px;

      background-repeat: no-repeat;

      background-size: 65px;

      background-image: url("../img/info-danger.svg"); }

    .better-info .wrapper.info {

      background-position: center left 45px;

      background-repeat: no-repeat;

      background-size: 65px;

      background-image: url("../img/info-info.svg"); }

    .better-info .wrapper .btn-close {

      color: black;

      position: absolute;

      right: 10px;

      top: 10px;

      font-size: 20px;

      font-weight: 600;

      padding: 0; }

    .better-info .wrapper a {

      color: #3499b5; }

      .better-info .wrapper a:hover {

        text-decoration: underline; }

    .better-info .wrapper h4 {

      text-transform: uppercase; }



#top-bar {

  height: 65px;

  max-width: 100vw; }

  #top-bar .container-fluid {

    height: 100%; }

  #top-bar .wrapper {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    height: 100%; }

  #top-bar .center {

    display: flex; }

  #top-bar .address p {

    font-size: 18rem; }

    #top-bar .address p br {

      display: none; }

  #top-bar p {

    margin-bottom: 0; }

  #top-bar .right {

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

    align-items: center;

    padding-right: 40px; }

  #top-bar .links a {

    display: flex;

    align-items: flex-end; }

  #top-bar .links span {

    font-size: 17rem;

    font-weight: 700;

    margin-right: 7px; }

  #top-bar .links img {

    width: 71px; }

  #top-bar .telephone a {

    font-weight: 400;

    color: var(--primary-text);

    font-size: 23rem; }

    #top-bar .telephone a strong {

      color: var(--element1-color);

      font-weight: 600; }

  #top-bar .socials {

    display: flex;

    align-items: center;

    margin-left: 50px;

    margin-right: 50px; }

    #top-bar .socials a {

      background-color: var(--dark-bg2);

      border-radius: 50%;

      width: 33px;

      min-width: 33px;

      height: 33px;

      display: flex;

      justify-content: center;

      align-items: center;

      margin-left: 5px; }

      #top-bar .socials a:hover {

        background-color: var(--element1-color); }



#main-nav {

  opacity: 0;

  display: flex;

  align-items: center;

  transition: 0.3s;

  -webkit-transition: 0.3s;

  height: 130px; }

  #main-nav .inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0px 0; }

    #main-nav .inner #logo {

      display: flex;

      align-items: center;

      margin-right: 100px;

      display: flex;

      align-items: center;

      justify-content: space-between;

      padding: 0px 0; }

      #main-nav .inner #logo img {

        width: 210px; }

  #main-nav .btn-menu {

    z-index: 1;

    margin-left: auto;

    display: none; }

    #main-nav .btn-menu span {

      display: block;

      height: 3px;

      width: 40px;

      background-color: var(--dark-bg);

      border-radius: 4px;

      margin-top: 7px;

      margin-bottom: 7px; }

    #main-nav .btn-menu.menu-small {

      display: block;

      padding: 0; }

    #main-nav .btn-menu img {

      width: 40px; }



#main-menu {

  display: flex;

  align-items: center;

  z-index: 1;

  width: 100%;

  transition: 0.3s;

  -webkit-transition: 0.3s; }

  #main-menu.big-menu .page-nav > li a {

    border-radius: 8px; }

  #main-menu.mini-menu {

    position: absolute;

    background-color: #fff;

    z-index: -1;

    width: 100vw;

    height: 100vh;

    left: 0;

    transform: translateY(-100%);

    align-items: flex-start;

    max-height: calc(100vh);

    overflow-y: auto;

    opacity: 0;

    padding-bottom: 30px;

    top: 50px; }

    #main-menu.mini-menu #link-konto, #main-menu.mini-menu #link-koszyk {

      margin: 0;

      margin-right: 10px; }

      #main-menu.mini-menu #link-konto .my-dropdown-mini .line1, #main-menu.mini-menu #link-konto .my-dropdown-mini .line2, #main-menu.mini-menu #link-koszyk .my-dropdown-mini .line1, #main-menu.mini-menu #link-koszyk .my-dropdown-mini .line2 {

        padding: 0; }

      #main-menu.mini-menu #link-konto a span, #main-menu.mini-menu #link-koszyk a span {

        padding: 20px 15px; }

      #main-menu.mini-menu #link-konto img, #main-menu.mini-menu #link-koszyk img {

        max-height: 20px; }

    #main-menu.mini-menu .page-nav {

      margin: 0 auto;

      list-style: none;

      padding: 0;

      order: 2;

      margin-bottom: 20px;

      flex-direction: column;

      max-width: 500px; }

      #main-menu.mini-menu .page-nav li {

        border-top: 1px solid #f7f7f7;

        margin-left: 0;

        width: 100%;

        border-radius: 0; }

        #main-menu.mini-menu .page-nav li:hover {

          background-color: bg-hover; }

        #main-menu.mini-menu .page-nav li a {

          padding: 0;

          color: var(--primary-text);

          width: 100%; }

          #main-menu.mini-menu .page-nav li a span {

            padding-top: 20px;

            padding-bottom: 20px; }

      #main-menu.mini-menu .page-nav > li.special {

        border-top: none;

        margin-left: 0;

        width: 100%;

        display: flex;

        justify-content: center; }

        #main-menu.mini-menu .page-nav > li.special a {

          padding: 0;

          color: var(--secondary-text);

          border-radius: 21px;

          background-color: var(--element1-color);

          font-weight: 400;

          width: fit-content; }

          #main-menu.mini-menu .page-nav > li.special a span {

            padding: 15px 30px; }

      #main-menu.mini-menu .page-nav .my-dropdown {

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        position: relative; }

        #main-menu.mini-menu .page-nav .my-dropdown:hover {

          background-color: var(--primary-bg); }

      #main-menu.mini-menu .page-nav .my-dropdown-toggle {

        width: calc(100% - 65px); }

        #main-menu.mini-menu .page-nav .my-dropdown-toggle .caret {

          display: none; }

        #main-menu.mini-menu .page-nav .my-dropdown-toggle:after {

          color: var(--element2-color); }

      #main-menu.mini-menu .page-nav .my-dropdown-mini {

        display: flex;

        justify-content: center;

        align-items: center;

        width: 35px;

        height: 35px;

        border-radius: 10px;

        border: none;

        background-color: transparent;

        margin-right: 15px;

        margin-left: 15px;

        position: relative; }

        #main-menu.mini-menu .page-nav .my-dropdown-mini .line1 {

          width: 2px;

          height: 20px;

          background-color: var(--primary-text);

          border-radius: 5px;

          position: absolute;

          transition: 0.3s;

          -webkit-transition: 0.3s;

          transform: rotate(45deg);

          height: 13px;

          margin-left: 9px;

          border-radius: 5px;

          display: block;

          padding: 0; }

        #main-menu.mini-menu .page-nav .my-dropdown-mini .line2 {

          width: 2px;

          height: 20px;

          background-color: var(--primary-text);

          border-radius: 5px;

          position: absolute;

          transition: 0.3s;

          -webkit-transition: 0.3s;

          transform: rotate(-45deg);

          height: 13px;

          margin-right: 9px;

          border-radius: 5px;

          display: block;

          padding: 0; }

        #main-menu.mini-menu .page-nav .my-dropdown-mini.open {

          background-color: transparent; }

          #main-menu.mini-menu .page-nav .my-dropdown-mini.open .line1 {

            transform: rotate(135deg); }

          #main-menu.mini-menu .page-nav .my-dropdown-mini.open .line2 {

            transform: rotate(-135deg); }

      #main-menu.mini-menu .page-nav .dropdown-menu {

        width: 100%;

        position: relative;

        box-shadow: none;

        border-top: 2px solid var(--primary-bg);

        border-bottom: 2px solid var(--primary-bg);

        font-size: 90%;

        background-color: transparent;

        top: 0;

        padding-top: 0;

        padding-bottom: 0; }

        #main-menu.mini-menu .page-nav .dropdown-menu > li:hover {

          background-color: var(--bg-hover); }

        #main-menu.mini-menu .page-nav .dropdown-menu .my-dropdown {

          background-image: none;

          border-top: 1px solid #e5e5e5;

          display: flex;

          padding-left: 0; }

          #main-menu.mini-menu .page-nav .dropdown-menu .my-dropdown + .my-dropdown {

            border-top: 1px solid var(--element2-color); }

          #main-menu.mini-menu .page-nav .dropdown-menu .my-dropdown > a {

            background-image: url("/img/right-arrow-mobile.svg?ver=0.5");

            background-repeat: no-repeat;

            background-position: 35px center;

            background-size: 15px;

            padding-left: 40px; }

        #main-menu.mini-menu .page-nav .dropdown-menu .dropdown-menu {

          border-bottom: none;

          left: 0;

          top: 0; }

          #main-menu.mini-menu .page-nav .dropdown-menu .dropdown-menu li {

            padding-left: 60px;

            background-position: 55px center; }

        #main-menu.mini-menu .page-nav .dropdown-menu li {

          background-image: url("/img/right-arrow-mobile.svg?ver=0.5");

          background-repeat: no-repeat;

          background-position: 35px center;

          background-size: 15px;

          padding-left: 40px;

          background-color: var(--primary-bg); }

          #main-menu.mini-menu .page-nav .dropdown-menu li:hover {

            background-color: var(--bg-hover); }

            #main-menu.mini-menu .page-nav .dropdown-menu li:hover a {

              background-color: transparent; }

          #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {

            margin-top: 0;

            border-top: none; }

            #main-menu.mini-menu .page-nav .dropdown-menu li:first-child a {

              color: var(--primary-text);

              border-radius: 0; }

          #main-menu.mini-menu .page-nav .dropdown-menu li:last-child {

            border-bottom: none; }

    #main-menu.mini-menu .phone {

      width: 100%;

      justify-content: center;

      margin-top: 30px; }

      #main-menu.mini-menu .phone a {

        font-weight: 400;

        color: var(--primary-text);

        font-size: 23rem; }

        #main-menu.mini-menu .phone a strong {

          color: var(--element1-color);

          font-weight: 600; }

    #main-menu.mini-menu .socials {

      display: flex;

      align-items: center;

      width: 100%;

      justify-content: center;

      margin-top: 30px;

      order: 2; }

      #main-menu.mini-menu .socials a {

        background-color: var(--dark-bg2);

        border-radius: 50%;

        width: 40px;

        min-width: 40px;

        height: 40px;

        display: flex;

        justify-content: center;

        align-items: center;

        margin: 0 5px; }

        #main-menu.mini-menu .socials a:hover {

          background-color: var(--element1-color); }

    #main-menu.mini-menu.open {

      transform: translateY(0);

      opacity: 1; }

  #main-menu #link-konto {

    margin-left: auto; }

    #main-menu #link-konto img {

      margin-right: 15px;

      width: 30px; }

    #main-menu #link-konto span {

      display: flex;

      align-items: center; }

  #main-menu #link-koszyk span {

    display: flex;

    align-items: center;

    font-weight: 700; }

  #main-menu #link-koszyk img {

    margin-right: 15px;

    width: 30px; }



.tadam-cms.mytadam {

  align-items: center;

  justify-content: center;

  display: none;

  opacity: 0; }

  .tadam-cms.mytadam.position-top-left {

    justify-content: flex-start;

    align-items: flex-start;

    padding: 15px; }

  .tadam-cms.mytadam.position-top-right {

    justify-content: flex-end;

    align-items: flex-start;

    padding: 15px; }

  .tadam-cms.mytadam.position-bottom-left {

    justify-content: flex-start;

    align-items: flex-end;

    padding: 15px; }

  .tadam-cms.mytadam.position-bottom-right {

    justify-content: flex-end;

    align-items: flex-end;

    padding: 15px; }

  .tadam-cms.mytadam .wrapper {

    width: 1082px;

    left: 0; }

    .tadam-cms.mytadam .wrapper h2 {

      margin-top: 0; }

    .tadam-cms.mytadam .wrapper .btn-close {

      right: 5px;

      top: 5px;

      position: absolute;

      width: 25px;

      height: 25px;

      min-width: 25px;

      border-radius: 50%;

      padding: 0; }

    .tadam-cms.mytadam .wrapper .image {

      display: flex;

      justify-content: center;

      margin-bottom: 15px; }



.socials a {

  background-repeat: no-repeat;

  background-size: 19px;

  background-position: center; }

  .socials a.facebook {

    background-image: url("/img/fb.svg"); }

  .socials a.instagram {

    background-image: url("/img/ig.svg"); }

  .socials a.youtube {

    background-image: url("/img/yt.svg"); }



.page-nav {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  width: 100%; }

  .page-nav .my-dropdown-mini {

    display: none; }

  .page-nav li {

    margin-bottom: 0px;

    margin-left: 10px;

    margin-right: 10px; }

    .page-nav li a {

      display: block;

      padding: 0;

      font-size: 18rem;

      color: var(--primary-text);

      white-space: nowrap;

      text-transform: uppercase;

      transition: 0s; }

      .page-nav li a.active {

        font-weight: 600; }

      .page-nav li a span {

        width: fit-content;

        width: -moz-fit-content;

        display: block;

        padding: 40px 20px;

        margin-left: 0;

        margin-right: 0px; }

      .page-nav li a:hover {

        background-color: var(--bg-hover);

        color: var(--primary-text); }

    .page-nav li:before {

      display: none; }

  .page-nav > li.special:hover > a {

    transform: scale(0.95); }

  .page-nav > li.special > a {

    font-weight: 600;

    border-radius: 8px;

    color: var(--secondary-text);

    background-color: var(--element1-color);

    transition: 0.3s;

    -webkit-transition: 0.3s; }

    .page-nav > li.special > a span {

      padding: 16px 33px; }

  .page-nav > li:first-child {

    margin-left: auto; }

  .page-nav > .my-dropdown:first-child > .my-dropdown-toggle .caret {

    background-image: url("/img/caret-white.png"); }

  .page-nav .my-dropdown {

    position: relative; }

    .page-nav .my-dropdown:hover {

      background-color: var(--bg-hover);

      color: var(--primary-text); }

    .page-nav .my-dropdown .my-dropdown-toggle {

      display: flex;

      align-items: center; }

      .page-nav .my-dropdown .my-dropdown-toggle .caret {

        display: inline-block;

        content: "";

        width: 16px;

        height: 10px;

        background-image: url("/img/caret-blue.png");

        background-size: contain;

        background-position: center;

        background-repeat: no-repeat;

        margin-left: 15px; }

      .page-nav .my-dropdown .my-dropdown-toggle:after {

        display: none; }

    .page-nav .my-dropdown .dropdown-menu {

      border: none;

      border-radius: 0px;

      box-shadow: none;

      border-top: 3px solid var(--primary-title);

      padding: 5px 0px;

      left: 0px;

      right: auto;

      top: calc(100% - 2px);

      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);

      background-color: var(--primary-bg);

      min-width: 100%; }

      .page-nav .my-dropdown .dropdown-menu .dropdown-menu {

        left: 100%;

        top: -8px; }

      .page-nav .my-dropdown .dropdown-menu li {

        width: 100%;

        margin-left: 0; }

        .page-nav .my-dropdown .dropdown-menu li a {

          width: 100%; }

          .page-nav .my-dropdown .dropdown-menu li a span {

            padding: 15px 10px; }



.owl-carousel {

  position: relative; }

  .owl-carousel .owl-dots {

    display: flex;

    justify-content: center; }

    .owl-carousel .owl-dots .owl-dot {

      display: block;

      width: 20px;

      height: 20px;

      border-radius: 50%;

      border: 2px solid var(--primary-text);

      margin: 0 5px;

      background-color: var(--primary-bg); }

      .owl-carousel .owl-dots .owl-dot.active {

        background-color: var(--element1-color); }

  .owl-carousel .nav-wrapper {

    display: none;

    width: 100%;

    justify-content: center;

    margin-top: 20px; }

  .owl-carousel .nav-start {

    display: block;

    content: " ";

    width: 20px;

    height: 20px;

    border-radius: 50%;

    border: 2px solid transparent;

    margin: 0 5px;

    background-image: url("/img/owl-start.svg");

    background-repeat: no-repeat;

    background-size: 14px;

    background-position: center;

    padding: 0; }

  .owl-carousel .nav-stop {

    display: block;

    content: " ";

    width: 20px;

    height: 20px;

    border-radius: 50%;

    border: 2px solid transparent;

    margin: 0 5px;

    background-image: url("/img/owl-pause.svg");

    background-repeat: no-repeat;

    background-size: 14px;

    background-position: center;

    padding: 0; }

  .owl-carousel .owl-nav button {

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    border-radius: 50%;

    opacity: 1;

    position: absolute;

    top: calc(50% - 25px);

    border: 1px solid var(--element1-color) !important; }

    .owl-carousel .owl-nav button img {

      width: 15px; }

    .owl-carousel .owl-nav button.owl-prev {

      transform: rotate(180deg);

      left: -60px; }

    .owl-carousel .owl-nav button.owl-next {

      right: -60px; }

    .owl-carousel .owl-nav button.disabled {

      opacity: 0.5; }

    .owl-carousel .owl-nav button:hover .owl-carousel .owl-nav button:not(.disabled) {

      opacity: 1; }

    .owl-carousel .owl-nav button:focus {

      outline: none; }

  .owl-carousel .one-news {

    color: var(--primary-title);

    display: block; }

    .owl-carousel .one-news img {

      height: 400px;

      width: 100%;

      object-fit: cover;

      object-position: center center; }

    .owl-carousel .one-news .wrapper {

      display: flex; }



#tadam-login .wrapper {

  width: 400px;

  max-width: 400px; }



.tadam {

  z-index: 999;

  top: 0px;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100vh;

  width: 100vw;

  opacity: 0;

  transition: 0.3s;

  -webkit-transition: 0.3s;

  position: fixed;

  background-color: rgba(0, 0, 0, 0.8); }

  .tadam .wrapper {

    position: relative;

    transform: scale(0);

    transform-origin: center;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    overflow: hidden;

    min-width: 280px;

    max-width: 80%;

    min-height: 200px;

    max-height: 90%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    background-color: var(--primary-bg); }

  .tadam .btn-close {

    position: absolute;

    top: 0px;

    right: 0px;

    background-color: red;

    z-index: 9999;

    box-shadow: none;

    border: none;

    color: #fff; }

  .tadam.open {

    opacity: 1; }

    .tadam.open .wrapper {

      transform: scale(1); }



#movie-tadam {

  z-index: -999;

  top: 0px;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100vh;

  width: 100vw;

  opacity: 0;

  transition: 0.3s;

  -webkit-transition: 0.3s;

  position: fixed;

  background-color: rgba(0, 0, 0, 0.8); }

  #movie-tadam .tadam-inner {

    position: relative;

    transform: scale(0);

    transform-origin: right;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    overflow: hidden;

    margin: 30px;

    width: 80%;

    height: 90%;

    display: flex;

    align-items: center;

    justify-content: center; }

    #movie-tadam .tadam-inner .close-tadam {

      position: absolute;

      top: 0px;

      right: 0px;

      background-color: #000;

      z-index: 9999;

      box-shadow: none;

      border: none;

      color: #fff; }

    #movie-tadam .tadam-inner .movie-container {

      max-height: 100%;

      max-width: 100%;

      position: absolute;

      display: flex;

      justify-content: center;

      align-items: center; }

      #movie-tadam .tadam-inner .movie-container .wideo {

        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);

        height: fit-content;

        height: -moz-fit-content;

        width: auto;

        border-radius: 15px 0px 15px 15px;

        position: relative; }

  #movie-tadam.open {

    z-index: 999;

    opacity: 1; }

    #movie-tadam.open .tadam-inner {

      transform: scale(1); }



.article-dates {

  padding: 30px 0; }

  .article-dates .one-date {

    display: flex;

    justify-content: center; }



.bottom-footer {

  padding: 35px 0;

  overflow-y: hidden; }

  .bottom-footer .container-fluid {

    padding: 0 100px; }

  .bottom-footer .wrapper {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between; }

  .bottom-footer p {

    color: var(--primary-text);

    font-size: 16rem;

    margin-bottom: 0; }

  .bottom-footer a {

    color: var(--primary-text);

    font-size: 16rem; }

    .bottom-footer a:hover {

      color: var(--text-hover); }

  .bottom-footer .copyright {

    text-align: center; }

  .bottom-footer .author {

    text-align: center; }



.subsite figure.image {

  margin-top: 15px;

  margin-bottom: 15px;

  z-index: 7;

  position: relative; }

  .subsite figure.image img {

    max-width: 100%; }



.page-foto {

  padding: 2vw 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  background-color: var(--light-bg); }

  .page-foto h1 {

    color: var(--primary-title);

    margin-top: 0;

    margin-bottom: 0; }



.gallery-simple {

  margin-top: 60px;

  display: flex;

  align-items: flex-start;

  margin-bottom: 200px; }

  .gallery-simple .column {

    width: 25%;

    box-sizing: border-box;

    display: flex !important;

    flex-wrap: wrap !important;

    justify-content: space-between !important; }

  .gallery-simple .image {

    margin: 0 !important; }

  .gallery-simple a {

    width: 100%;

    box-sizing: border-box;

    display: block;

    /* Zadbaj o to, aby zdjęcia nie były w linii poziomej */

    padding: 2px; }

  .gallery-simple img {

    width: 100%;

    height: auto;

    display: block; }



.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0; }



.breadcrumbs {

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  padding-top: 45px;

  padding-left: 90px; }

  .breadcrumbs li {

    display: flex; }

    .breadcrumbs li a {

      font-size: 14px;

      color: var(--transparent-color2);

      white-space: nowrap; }

    .breadcrumbs li span.slash {

      padding: 0 15px;

      display: block;

      font-size: 14px;

      color: var(--transparent-color2); }

    .breadcrumbs li:last-child span.slash {

      display: none; }

    .breadcrumbs li:last-child a {

      color: var(--primary-text); }



.similar-products {

  padding-bottom: 60px;

  overflow-x: hidden; }



.product-page {

  padding-top: 25px;

  padding-bottom: 60px; }

  .product-page .userpanel-text-form {

    padding-left: 15px;

    padding-right: 15px; }

  .product-page .product-count-info p {

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 0;

    margin-top: 20px; }

  .product-page .product-reviews-list {

    margin-bottom: 50px; }

    .product-page .product-reviews-list .one-review {

      padding: 20px;

      border: 2px solid var(--element2-color);

      border-radius: 15px;

      margin-bottom: 20px; }

      .product-page .product-reviews-list .one-review .sign {

        margin-bottom: 0; }

  .product-page .product-versions {

    margin-top: 30px; }

    .product-page .product-versions .version-label {

      color: var(--transparent-color2);

      font-size: 14px;

      font-family: "Poppins", sans-serif;

      font-weight: 500; }

    .product-page .product-versions .version-change {

      font-size: 16rem;

      cursor: pointer; }

      .product-page .product-versions .version-change:hover {

        border-color: var(--element1-color); }

  .product-page .item-answears {

    padding-top: 70px;

    max-width: 1230px;

    margin: 0 auto; }

    .product-page .item-answears p, .product-page .item-answears ul li, .product-page .item-answears ol li {

      color: var(--transparent-color2); }

    .product-page .item-answears p, .product-page .item-answears ul, .product-page .item-answears ol {

      margin-bottom: 30px; }

    .product-page .item-answears h2 {

      font-size: 24rem;

      color: var(--element1-color);

      font-weight: 700;

      margin-top: 0;

      margin-bottom: 55px;

      text-transform: uppercase; }

    .product-page .item-answears h4 {

      font-size: 17rem;

      color: var(--transparent-color2);

      font-weight: 700;

      margin-top: 0;

      margin-bottom: 10px; }

    .product-page .item-answears .one-answear {

      display: none; }

      .product-page .item-answears .one-answear.active {

        display: block; }

  .product-page .item-questions {

    display: flex;

    padding-top: 90px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

    .product-page .item-questions .one-question.active .title {

      color: var(--element1-color); }

      .product-page .item-questions .one-question.active .title:after {

        width: 100%; }

    .product-page .item-questions .one-question:first-child .title {

      padding-right: 60px; }

    .product-page .item-questions .title {

      color: var(--transparent-color2);

      font-size: 14px;

      letter-spacing: 1px;

      font-weight: 700;

      text-transform: unset;

      padding: 20px 50px;

      padding-left: 5px;

      margin: 0;

      margin-right: 10px;

      position: relative; }

      .product-page .item-questions .title:after {

        display: block;

        content: "";

        width: 0%;

        background-clip: padding-box;

        transform: translate3d(0, 0, 0);

        height: 9px;

        border-top-left-radius: 5px;

        border-top-right-radius: 5px;

        background-color: var(--element1-color);

        position: absolute;

        bottom: 0;

        left: 0;

        transition: 0.3s;

        -webkit-transition: 0.3s; }

      .product-page .item-questions .title:hover {

        transform: unset;

        color: var(--anhor); }

        .product-page .item-questions .title:hover:after {

          width: 100%; }

      .product-page .item-questions .title:focus {

        outline: none !important;

        box-shadow: none !important; }

  .product-page .product-carousel .owl-nav button {

    width: 30px;

    height: 80px;

    top: 0;

    border: none !important;

    border-radius: 0;

    opacity: 1;

    transition: 0.3s;

    -webkit-transition: 0.3s; }

    .product-page .product-carousel .owl-nav button.disabled {

      opacity: 0;

      pointer-events: none; }

    .product-page .product-carousel .owl-nav button:hover img {

      filter: brightness(1); }

    .product-page .product-carousel .owl-nav button.owl-next {

      right: 0;

      background: linear-gradient(90deg, rgba(255, 255, 255, 0.6082808123) 0%, rgba(255, 255, 255, 0.681109944) 50%, rgba(255, 255, 255, 0.7987570028) 100%); }

      .product-page .product-carousel .owl-nav button.owl-next img {

        transform: rotate(-90deg); }

    .product-page .product-carousel .owl-nav button.owl-prev {

      left: 0;

      transform: none;

      background: linear-gradient(180deg, rgba(255, 255, 255, 0.6082808123) 0%, rgba(255, 255, 255, 0.681109944) 50%, rgba(255, 255, 255, 0.7987570028) 100%); }

      .product-page .product-carousel .owl-nav button.owl-prev img {

        transform: rotate(90deg); }

    .product-page .product-carousel .owl-nav button img {

      filter: brightness(0.5);

      transition: 0.3s;

      -webkit-transition: 0.3s; }

  .product-page .product-carousel .one-image img {

    height: 70px;

    width: 100%;

    object-fit: contain; }

  .product-page .product-carousel .one-image .image {

    margin: 0;

    display: flex;

    justify-content: center;

    padding: 5px;

    border-radius: 5px;

    border: 3px solid var(--element2-color);

    transition: 0.3s;

    -webkit-transition: 0.3s; }

  .product-page .product-carousel .one-image:hover {

    cursor: pointer; }

    .product-page .product-carousel .one-image:hover .image {

      border: 3px solid #83bce6; }

  .product-page .photos {

    padding-right: 160px;

    padding-top: 20px; }

  .product-page #main-photo {

    margin-bottom: 15px; }

    .product-page #main-photo img {

      max-height: 100%;

      max-width: 100%;

      object-fit: contain; }

    .product-page #main-photo .image {

      display: flex;

      justify-content: center;

      max-height: 100%; }

    .product-page #main-photo .product-video {

      width: 100%;

      height: 326px; }

  .product-page .feature-value-price {

    padding-left: 15px;

    font-weight: 700;

    font-size: 15px;

    margin-bottom: 0;

    font-family: "Poppins", sans-serif;

    color: var(--transparent-color2);

    width: auto; }

  .product-page .feature-values {

    margin-top: 20px; }

    .product-page .feature-values .form-group {

      margin-bottom: 10px; }

    .product-page .feature-values input {

      margin-right: 15px;

      cursor: pointer; }

    .product-page .feature-values label {

      display: flex;

      justify-content: space-between;

      cursor: pointer;

      padding: 0;

      font-size: 14px; }

      .product-page .feature-values label:hover .feature-title, .product-page .feature-values label:hover .feature-value-price {

        color: var(--element1-color); }

      .product-page .feature-values label .feature-title {

        transition: 0.3s;

        -webkit-transition: 0.3s; }

  .product-page .input-group {

    flex-wrap: nowrap;

    align-items: center;

    width: auto; }

  .product-page input[type=radio] {

    height: 16px;

    width: 16px;

    flex: unset; }

  .product-page .feature-main-title {

    padding-top: 50px;

    color: var(--transparent-color2);

    font-size: 14px;

    margin: 0;

    font-family: "Poppins", sans-serif; }

  .product-page .title {

    font-size: 26rem;

    color: var(--primary-text);

    font-weight: 700;

    margin-top: 0;

    margin-bottom: 15px; }

  .product-page .ref {

    font-size: 23rem;

    font-family: "Poppins", sans-serif; }

  .product-page .price {

    display: flex;

    align-items: flex-end;

    padding-bottom: 10px;

    padding-top: 20px;

    padding-bottom: 20px; }

    .product-page .price .new-price {

      font-size: 30rem;

      letter-spacing: 1px;

      font-weight: 400;

      margin-right: 15px;

      margin-bottom: 0;

      font-family: "Poppins", sans-serif; }

    .product-page .price .old-before {

      letter-spacing: 0px;

      font-size: 22rem;

      color: var(--transparent-color2);

      margin-bottom: 0;

      font-family: "Poppins", sans-serif; }

      .product-page .price .old-before span {

        text-decoration: line-through; }

  .product-page .vat-delivery-information p {

    color: var(--transparent-color2);

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 0; }

    .product-page .vat-delivery-information p a {

      color: var(--transparent-color2);

      font-size: 14px;

      font-weight: 400;

      text-decoration: underline; }

      .product-page .vat-delivery-information p a:hover {

        color: var(--element1-color); }

  .product-page .sale-disabled {

    margin-top: 40px; }



#product .module-title {

  padding-top: 0; }

#product .only-text .title {

  text-align: center; }



@media (max-width: 575.5px) {

  html {

    font-size: 0.8px; }



  header.sticked {

    transform: translateY(0px); }

    header.sticked .page-nav li a span {

      padding-top: 15px;

      padding-bottom: 15px; }

    header.sticked #main-nav {

      height: 50px; }



  body h1 {

    font-size: 25rem; }

  body h2 {

    font-size: 22rem; }

  body h3 {

    font-size: 20rem; }

  body h4 {

    font-size: 18rem; }

  body ul li:before {

    min-width: 10px;

    width: 10px;

    height: 10px;

    margin-right: 10px; }



  #product-qr-link #order-summary .one-product-wrapper {

    width: 100%; }

  #product-qr-link #order-summary .photo-video img {

    max-height: 100%;

    max-width: 100%;

    object-fit: contain; }

  #product-qr-link #order-summary .photo-video .image {

    display: flex;

    justify-content: center;

    max-height: 100%; }

  #product-qr-link #order-summary .photo-video .product-video {

    width: 100%;

    height: 50vw; }

  #product-qr-link #order-summary .products-buy .one-product .shop-product-one-feature {

    flex-direction: column; }



  #author-page .map-links ul li {

    width: 100%;

    padding-right: 0; }



  #top-bar {

    height: 50px;

    display: none; }

    #top-bar .right {

      display: none; }

      #top-bar .right .socials {

        margin-left: 30px; }



  #main-nav {

    height: 80px; }

    #main-nav .inner #logo {

      margin-right: 0; }

      #main-nav .inner #logo a {

        width: auto; }

      #main-nav .inner #logo .motto {

        display: none !important; }

      #main-nav .inner #logo img {

        width: 120px; }



  .page-nav li a span {

    padding: 15px 10px;

    margin-left: 7px;

    margin-right: 7px; }



  main {

    padding-top: 80px; }



  .bottom-footer {

    padding: 10px 0; }

    .bottom-footer .container-fluid {

      padding: 0 75px; }

    .bottom-footer .wrapper {

      justify-content: center; }

    .bottom-footer .copyright {

      padding: 10px; }

    .bottom-footer .author {

      padding: 10px; }



  #main-menu.mini-menu {

    flex-direction: column;

    padding-top: 100px; }

    #main-menu.mini-menu .page-nav {

      order: 0; }

      #main-menu.mini-menu .page-nav li a span {

        white-space: normal; }

    #main-menu.mini-menu .socials {

      display: flex;

      align-items: center;

      width: 100%;

      justify-content: center;

      margin-top: 20px; }

      #main-menu.mini-menu .socials a {

        background-color: var(--dark-bg2);

        border-radius: 50%;

        width: 40px;

        min-width: 40px;

        height: 40px;

        display: flex;

        justify-content: center;

        align-items: center;

        margin: 0 10px; }

        #main-menu.mini-menu .socials a:hover {

          background-color: var(--element1-color); }

      #main-menu.mini-menu .socials img {

        max-width: 19px;

        max-height: 19px; }



  .gallery-simple {

    margin-top: 30px; }

    .gallery-simple .column {

      width: 50%; }



  .product-page .title {

    font-size: 25rem; }

  .product-page .sale-disabled {

    margin-top: 30px; }

  .product-page .feature-value-price {

    padding-top: 5px;

    padding-left: 30px; }

  .product-page .feature-values .form-group {

    margin-bottom: 20px; }

  .product-page .feature-values label {

    flex-direction: column; }

  .product-page .feature-main-title {

    padding-top: 35px; }

  .product-page .text {

    padding-top: 30px; }

  .product-page .item-questions {

    padding-top: 35px;

    flex-wrap: wrap; }

    .product-page .item-questions .one-question {

      display: flex;

      align-items: flex-end;

      width: 100%;

      background-color: var(--light-bg); }

      .product-page .item-questions .one-question .inner {

        width: 100%; }

      .product-page .item-questions .one-question.active {

        background-color: var(--anhor); }

        .product-page .item-questions .one-question.active .title {

          color: var(--secondary-title); }

      .product-page .item-questions .one-question:first-child .title {

        padding-right: 10px; }

    .product-page .item-questions .title {

      padding: 10px 10px;

      width: 100%;

      justify-content: flex-start; }

      .product-page .item-questions .title:after {

        display: none; }

  .product-page .item-answears {

    padding-top: 40px; }

    .product-page .item-answears h4 {

      font-size: 18rem; }

    .product-page .item-answears p, .product-page .item-answears ul, .product-page .item-answears ol {

      margin-bottom: 15px; }

    .product-page .item-answears h2 {

      margin-bottom: 25px;

      font-size: 22rem; }

  .product-page .product-carousel .owl-nav button {

    height: 84px; }

  .product-page .product-carousel .one-image img {

    height: 68px; }

  .product-page .photos {

    padding: 0px 15px; }

    .product-page .photos #main-photo {

      margin-bottom: 0px;

      height: 65vw; }

      .product-page .photos #main-photo .product-video {

        height: 53vw; }

      .product-page .photos #main-photo img {

        max-width: 80%; }



  .breadcrumbs {

    padding-left: 0px;

    padding-top: 20px; } }

@media (min-width: 576px) and (max-width: 767.5px) {

  html {

    font-size: 0.85px; }



  header.sticked {

    transform: translateY(-50px); }

    header.sticked .page-nav li a span {

      padding-top: 15px;

      padding-bottom: 15px; }

    header.sticked #main-nav {

      height: 60px; }



  .page-foto h1 {

    font-size: 30rem; }



  #author-page .map-links ul li {

    width: 100%;

    padding-right: 0; }



  body ul li:before {

    min-width: 10px;

    width: 10px;

    height: 10px;

    margin-right: 10px; }



  #top-bar {

    height: 50px; }

    #top-bar .right {

      padding-right: 15px; }

    #top-bar .address p {

      font-size: 17rem; }

    #top-bar .socials {

      margin-left: 20px; }

      #top-bar .socials a {

        margin-left: 5px; }



  #main-nav {

    height: 90px; }

    #main-nav .inner #logo img {

      width: 160px; }



  #main-menu.mini-menu {

    top: 50px;

    flex-direction: column;

    padding-top: 100px; }

    #main-menu.mini-menu .page-nav {

      order: 0; }



  main {

    padding-top: 140px; }



  .bottom-footer {

    padding: 30px 0; }

    .bottom-footer .wrapper {

      flex-direction: column; }

    .bottom-footer .copyright {

      margin-bottom: 10px; }



  .gallery-simple {

    margin-top: 30px; }

    .gallery-simple .column {

      width: 33.3%; }



  .product-page .feature-main-title {

    padding-top: 35px; }

  .product-page .text {

    padding-top: 60px; }

  .product-page .item-questions {

    padding-top: 35px; }

    .product-page .item-questions .one-question {

      display: flex;

      align-items: flex-end; }

      .product-page .item-questions .one-question:first-child .title {

        padding-right: 10px; }

    .product-page .item-questions .title {

      padding: 20px 10px; }

  .product-page .item-answears {

    padding-top: 40px; }

    .product-page .item-answears h4 {

      font-size: 18rem; }

    .product-page .item-answears p, .product-page .item-answears ul, .product-page .item-answears ol {

      margin-bottom: 15px; }

    .product-page .item-answears h2 {

      margin-bottom: 35px; }

  .product-page .product-carousel .owl-nav button {

    height: 110px; }

  .product-page .product-carousel .one-image img {

    height: 94px; }

  .product-page .photos {

    padding-right: 15px; }

    .product-page .photos #main-photo {

      margin-bottom: 50px; }

      .product-page .photos #main-photo .product-video {

        height: 53vw; }



  .breadcrumbs {

    padding-left: 0px;

    padding-top: 20px; } }

@media (min-width: 768px) and (max-width: 991.5px) {

  html {

    font-size: 0.9px; }



  header.sticked {

    transform: translateY(-50px); }

    header.sticked #main-nav {

      height: 70px; }

    header.sticked .page-nav li a span {

      padding-top: 20px;

      padding-bottom: 20px; }



  #author-page .map-links ul li {

    width: 50%; }



  #top-bar {

    height: 50px; }

    #top-bar .right {

      padding-right: 15px; }

    #top-bar .address p {

      font-size: 17rem; }

    #top-bar .socials {

      margin-left: 20px; }

      #top-bar .socials a {

        margin-left: 5px; }



  #main-menu.mini-menu {

    padding-top: 100px; }

    #main-menu.mini-menu.mini-menu {

      flex-direction: column; }



  #main-nav {

    height: 90px; }

    #main-nav .inner #logo img {

      width: 170px; }



  main {

    padding-top: 140px; }



  .gallery-simple .column {

    width: 33.3%; }



  .product-page .text {

    padding-top: 60px; }

  .product-page .item-questions {

    padding-top: 35px; }

    .product-page .item-questions .one-question:first-child .title {

      padding-right: 10px; }

    .product-page .item-questions .title {

      padding: 20px 10px; }

  .product-page .item-answears {

    padding-top: 40px; }

    .product-page .item-answears h2 {

      margin-bottom: 35px; }

  .product-page .product-carousel .owl-nav button {

    height: 100px; }

  .product-page .product-carousel .one-image img {

    height: 84px; }

  .product-page .photos {

    padding-right: 15px; }

    .product-page .photos #main-photo {

      margin-bottom: 50px; }

      .product-page .photos #main-photo .product-video {

        height: 390px; }



  .breadcrumbs {

    padding-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199.5px) {

  html {

    font-size: 0.9px; }



  header.sticked #main-menu.mini-menu {

    transform: translateX(100vw) translateY(90px); }

    header.sticked #main-menu.mini-menu.open {

      transform: translateX(calc(100vw - 500px)) translateY(95px); }



  body h1 {

    font-size: 35px; }

  body h2 {

    font-size: 30rem; }

  body.overflow-y-hidden {

    overflow: auto !important; }



  #top-bar .right {

    padding-right: 15px; }

  #top-bar .left {

    display: none; }

  #top-bar .socials {

    margin-left: 20px; }

    #top-bar .socials a {

      margin-left: 5px; }



  #main-menu #link-konto {

    margin-right: 10px;

    margin-left: auto; }

    #main-menu #link-konto span {

      padding: 16px 0px; }

    #main-menu #link-konto img {

      margin-right: 10px;

      max-height: 28px; }

  #main-menu #link-koszyk {

    margin-left: 10px;

    margin-right: 10px; }

    #main-menu #link-koszyk span {

      padding: 16px 15px; }

    #main-menu #link-koszyk img {

      margin-right: 10px;

      max-height: 29px; }

  #main-menu.mini-menu {

    transform: translateX(100vw) translateY(140px);

    width: 500px; }

    #main-menu.mini-menu.open {

      transform: translateX(calc(100vw - 500px)) translateY(115px); }

    #main-menu.mini-menu .page-nav li:first-child {

      margin-top: 0; }

    #main-menu.mini-menu .page-nav li span {

      padding: 25px 15px; }



  #author-page .map-links ul li {

    width: 50%; }



  #main-nav {

    height: 100px; }

    #main-nav .inner #logo {

      margin-right: 20px; }

      #main-nav .inner #logo .motto {

        font-size: 12rem; }

      #main-nav .inner #logo img {

        width: 180px; }



  .page-nav > li:first-child > a span {

    padding: 13px 15px; }

  .page-nav li {

    margin: 0 auto; }

    .page-nav li a span {

      padding: 30px 5px; }

  .page-nav .my-dropdown .my-dropdown-toggle .caret {

    margin-left: 10px; }



  main {

    padding-top: 160px; }



  .gallery-simple .column {

    width: 33.3%; }



  .product-page #main-photo .product-video {

    height: 225px; }

  .product-page .item-answears {

    padding-top: 40px; }

    .product-page .item-answears h2 {

      margin-bottom: 35px; }

  .product-page .product-carousel .owl-nav button {

    height: 108px; }

  .product-page .product-carousel .one-image img {

    height: 93px; }

  .product-page .photos {

    padding-right: 70px; }



  .breadcrumbs {

    padding-left: 20px; } }

@media (min-width: 1200px) and (max-width: 1579.5px) {

  html {

    font-size: 0.95px; }



  header.sticked #main-menu.mini-menu {

    transform: translateX(100vw) translateY(90px); }

    header.sticked #main-menu.mini-menu.open {

      transform: translateX(calc(100vw - 500px)) translateY(90px); }

  header.sticked .page-nav > li.special > a span {

    padding: 13px 15px; }



  body h2 {

    font-size: 25rem; }

  body.overflow-y-hidden {

    overflow: auto !important; }



  #top-bar .address p {

    font-size: 16rem; }

  #top-bar .socials {

    margin-left: 20px; }

    #top-bar .socials a {

      margin-left: 5px; }



  #main-menu #link-konto {

    margin-right: 10px;

    margin-left: auto; }

    #main-menu #link-konto span {

      padding: 16px 0px; }

    #main-menu #link-konto img {

      margin-right: 10px;

      max-height: 28px; }

  #main-menu #link-koszyk {

    margin-left: 10px;

    margin-right: 10px; }

    #main-menu #link-koszyk span {

      padding: 16px 15px; }

    #main-menu #link-koszyk img {

      margin-right: 10px;

      max-height: 29px; }

  #main-menu.mini-menu {

    transform: translateX(100vw) translateY(140px);

    width: 500px; }

    #main-menu.mini-menu.open {

      transform: translateX(calc(100vw - 500px)) translateY(140px); }

    #main-menu.mini-menu .page-nav li:first-child {

      margin-top: 0; }

    #main-menu.mini-menu .page-nav li span {

      padding-top: 20px;

      padding-bottom: 20px; }



  #main-nav .inner #logo {

    margin-right: 20px; }

    #main-nav .inner #logo .motto {

      font-size: 12rem; }

    #main-nav .inner #logo img {

      width: 180px; }



  .page-nav > li.special > a span {

    padding: 13px 15px; }

  .page-nav li {

    margin: 0 auto; }

    .page-nav li a {

      font-size: 16rem; }

      .page-nav li a span {

        padding: 16px 5px; }

  .page-nav .my-dropdown .my-dropdown-toggle .caret {

    margin-left: 10px; }



  #author-page .map-links ul li {

    width: 33.333%; }



  .services .wrapper .one-element .foto img {

    height: 290px; }

  .services .wrapper .one-element h3 {

    font-size: 25rem;

    margin-bottom: 15px; }



  .services-one-column .wrapper .one-element .foto img {

    max-height: 265px; }



  #galleries .foto img {

    height: 189px; }



  .product-page #main-photo .product-video {

    height: 275px; }

  .product-page .product-carousel .owl-nav button {

    height: 100px; }

  .product-page .product-carousel .one-image img {

    height: 84px; }

  .product-page .photos {

    padding-right: 70px; }



  .breadcrumbs {

    padding-left: 40px; } }

@media (min-width: 1580px) {

  .container {

    max-width: 1550px; }



  #product .container {

    max-width: 1510px; }



  body.overflow-y-hidden {

    overflow: auto !important; }



  header.sticked #main-menu.mini-menu {

    transform: translateX(100vw) translateY(90px); }

    header.sticked #main-menu.mini-menu.open {

      transform: translateX(calc(100vw - 500px)) translateY(90px); }



  #main-menu.mini-menu {

    transform: translateX(100vw) translateY(140px);

    width: 500px; }

    #main-menu.mini-menu.open {

      transform: translateX(calc(100vw - 500px)) translateY(140px); }



  #top-bar .container-fluid {

    padding: 0 40px; }



  #main-nav .container-fluid {

    padding: 0 40px; } }



/*# sourceMappingURL=main.css.map */

