@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");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Outfit:wght@100..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: "Outfit", sans-serif;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 18rem;
  line-height: 120%;
  background-image: url("/img/smoke-bg.webp");
  background-size: 1920px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: var(--primary-bg); }
  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 {
    width: 100%;
    margin: 0;
    background-color: var(--light-bg);
    border-radius: 5px;
    font-size: 20rem;
    letter-spacing: 1px;
    color: var(--text-hover);
    font-weight: 400;
    padding: 0 45px;
    border: 2px solid var(--light-bg);
    font-family: "roboto", sans-serif; }
    body input[type="number"]:focus, body input[type="text"]:focus, body input[type="tel"]:focus, body input[type="email"]:focus, body input[type="password"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body select.form-control:focus, body textarea:focus {
      border-color: var(--light-bg);
      background-color: var(--light-bg);
      color: var(--secondary-bg); }
  body input[type="radio"] {
    height: 16px;
    width: 16px !important;
    max-width: 16px;
    flex: unset !important;
    margin-right: 15px; }
  body input[type="checkbox"] {
    width: 18px !important;
    height: 18px;
    flex: unset !important;
    margin-right: 15px; }
  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 {
    width: 100%;
    margin: 0;
    background-color: var(--light-bg);
    border-radius: 5px;
    font-size: 20rem;
    letter-spacing: 1px;
    color: var(--text-hover);
    font-weight: 400;
    padding-left: 45px;
    padding-top: 25px;
    border: 2px solid var(--light-bg);
    font-family: "roboto", sans-serif;
    height: 150px; }
    body textarea.form-control::placeholder {
      color: var(--text-hover);
      font-family: "roboto", sans-serif; }
    body textarea.form-control:focus {
      border-color: var(--light-bg);
      color: var(--secondary-bg);
      background-color: var(--light-bg); }
  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: 835px;
  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: 13px; }
  .form-group label {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 22px;
    color: var(--primary-text); }
    .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[readonly], select.form-control[readonly], textarea.form-control[readonly] {
  background-color: var(--light-bg);
  color: var(--text-hover); }
  input.form-control[readonly]:hover, input.form-control[readonly]:focus, select.form-control[readonly]:hover, select.form-control[readonly]:focus, textarea.form-control[readonly]:hover, textarea.form-control[readonly]:focus {
    background-color: var(--light-bg);
    color: var(--text-hover); }
input.form-control, select.form-control, textarea.form-control {
  height: 61px;
  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, textarea.form-control::placeholder {
    color: rgba(var(--primary-text), 0.5); }
  input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: var(--element1-color); }
input.input-image, select.input-image, textarea.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: "Outfit", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  margin-bottom: 0px;
  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: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 19px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .checkbox-label .checkbox-styled span {
      color: #ffffff00;
      font-size: 20px; }
    .checkbox-label .checkbox-styled.checked span {
      color: var(--secondary-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-secondary .module-title .module-title-text, .mybg-secondary h1, .mybg-secondary h2, .mybg-secondary h3, .mybg-secondary h4, .mybg-secondary p, .mybg-secondary ul li, .mybg-secondary a, .mybg-secondary ol li {
    color: var(--secondary-text);
    text-shadow: none;
    filter: none; }

.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;
  margin-bottom: 10rem; }
  .text ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    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 15px 0px 15px; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 19rem;
  background-color: transparent;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 14px 29px;
  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: 14px 29px;
  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: none !important;
  background-image: url("/img/btn-bg.webp");
  color: var(--primary-text) !important;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-size: cover; }
  .btn-primary:hover {
    background-color: transparent !important;
    border: none !important;
    color: var(--primary-text) !important; }
  .btn-primary:active, .btn-primary:focus {
    background-color: transparent !important;
    border: none !important;
    color: var(--primary-text) !important; }

.btn-secondary {
  border: none !important;
  background-image: url("/img/btn-bg.webp");
  color: var(--primary-text) !important;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-size: cover; }
  .btn-secondary:hover {
    background-color: transparent !important;
    border: none !important;
    color: var(--primary-text) !important; }
  .btn-secondary:active, .btn-secondary:focus {
    background-color: transparent !important;
    border: none !important;
    color: var(--primary-text) !important; }

.btn.btn-save {
  border: 2px solid #e6e6e6 !important;
  background-color: transparent !important;
  color: #636363 !important;
  padding: 10px 27px;
  border-radius: 10px;
  min-width: 100px;
  transform: none !important;
  background-image: none; }
  .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: 10px 27px;
  border-radius: 10px;
  min-width: 100px;
  transform: none !important;
  background-image: none; }
  .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: 10px 27px;
  border-radius: 10px;
  min-width: 100px;
  transform: none !important;
  background-image: none; }
  .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) {
  .shop-cart .shop-product {
    padding: 10px 20px !important; }

  body {
    background-size: 2423px; }
    body textarea.form-control {
      padding: 0 20px;
      padding-top: 20px; }
    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 {
      padding: 0 15px; }

  input.form-control, select.form-control {
    height: 44px; }

  .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;
    flex-direction: column; }
    .buttons.buttons-left .btn {
      margin-right: 0px; }

  .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; }

  .form-group label {
    padding: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .shop-cart .shop-product {
    padding: 10px 20px !important; }

  body {
    background-size: 1342px; }
    body textarea.form-control {
      padding: 0 20px;
      padding-top: 20px; }
    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 {
      padding: 0 15px; }

  input.form-control, select.form-control {
    height: 50px; }

  .text .file {
    background-size: 20px; }

  .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) {
  body {
    background-size: 1342px; }
    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 {
      padding: 0 15px; }

  input.form-control, select.form-control {
    height: 50px; }

  .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: 12px 29px;
    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) {
  .shop-cart .shop-product {
    padding: 10px 20px !important; }

  body {
    background-size: 1200px; }
    body textarea.form-control {
      padding: 0 20px;
      padding-top: 20px; }
    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 {
      padding: 0 20px; }

  .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) {
  .shop-cart .shop-product {
    padding: 10px 20px !important; }

  body {
    background-size: 1580px; }
    body textarea.form-control {
      padding: 0 20px;
      padding-top: 20px; }
    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 {
      padding: 0 20px; }

  .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; } }
@media (min-width: 1580px) and (max-width: 1699.5px) {
  body {
    background-size: 1700px; }

  .container-block {
    width: 760px; } }
@media (min-width: 1700px) {
  body {
    background-size: 100%; } }
.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.open {
    background-color: var(--primary-bg); }
    header.open .page-nav > li > a, header.open .customer > li > a, header.open #language-menu > li > a {
      background-color: transparent !important; }
  header.sticked {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-top: 0px;
    transform: translateY(-227px); }
    header.sticked .page-nav > li > a, header.sticked .customer > li > a, header.sticked #language-menu > li > a {
      background-color: transparent !important; }
    header.sticked #main-menu.mini-menu {
      top: 175px;
      padding-top: 100px; }
    header.sticked #main-nav {
      background-color: var(--primary-bg); }
    header.sticked .page-nav > li.special a span {
      padding: 16px 33px; }

#footer-kpo {
  background-color: white;
  width: 100%; }
  #footer-kpo .container {
    display: flex;
    justify-content: center; }
  #footer-kpo img {
    max-height: 100px;
    max-width: 100%; }

#page-login .userpanel-form .buttons {
  flex-direction: row; }

.products-buy .one-product {
  display: flex; }
  .products-buy .one-product .photo {
    width: 200px;
    min-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;
    color: var(--primary-text); }
  .products-buy .one-product .product-summary {
    color: var(--primary-text); }
  .products-buy .one-product .shop-product-one-feature {
    display: flex;
    justify-content: space-between; }

#ask-for-product-tadam .form-group {
  flex-direction: column !important; }

.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 .wrapper.ask-for-product-tadam {
      background-color: var(--secondary-bg) !important; }
      .window-open .wrapper.ask-for-product-tadam .form-control {
        background-color: white !important; }
      .window-open .wrapper.ask-for-product-tadam label {
        color: var(--secondary-text);
        padding-left: 0;
        padding-bottom: 10px; }
      .window-open .wrapper.ask-for-product-tadam .form-group {
        flex-direction: column !important; }
  .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; }

.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 label {
      margin-bottom: 0; }
    .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;
      color: var(--secondary-text) !important; }
      .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'] {
      color: var(--secondary-text) !important;
      height: 40px;
      border-radius: 0;
      width: 60px;
      text-align: center;
      appearance: none;
      -moz-appearance: textfield;
      -webkit-appearance: none;
      padding: 0;
      background-color: var(--secondary-bg);
      border-color: var(--element2-color); }
    .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 .total-price {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .shop-cart .total-price p {
    font-size: 24rem; }
.shop-cart .shop-product {
  background-color: var(--light-bg);
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 30px 45px; }
  .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-danger {
      font-size: 16rem;
      padding: 8px 15px;
      margin-top: 10px;
      text-transform: inherit;
      font-weight: 500; }
    .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 hr {
  border-top: 1px solid rgba(128, 128, 128, 0.3); }
.shop-cart .shop-product-one-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .shop-cart .shop-product-one-info p {
    color: #808080; }
.shop-cart .shop-product-one-feature {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(128, 128, 128, 0.3);
  margin-top: 7px; }
  .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-name strong {
      display: contents; }
  .shop-cart .shop-product-one-feature .feature-price {
    white-space: nowrap; }
.shop-cart .text-value {
  font-size: 16rem;
  color: #808080; }
.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;
  margin-top: 40px;
  justify-content: space-between; }
.shop-cart .old-price {
  text-decoration: line-through; }
.shop-cart .delivery-price {
  display: flex;
  justify-content: space-between; }

#order-summary .one-product.one-position .photo {
  height: 100%; }
#order-summary .one-product.one-position .address {
  margin-bottom: 20px; }
#order-summary .one-product.one-position .text {
  width: 100%; }
#order-summary .one-product.one-position .buttons-count {
  width: fit-content; }
#order-summary .one-product.one-position .one-date {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
#order-summary .one-product.one-position p {
  color: var(--primary-text); }

#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: 300px;
  background-color: transparent;
  background-image: url("/img/main-bg.webp");
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top; }

.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; }

#header-kpo {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0; }
  #header-kpo img {
    max-height: 100px;
    max-width: 100%; }

#top-bar {
  height: 114px;
  max-width: 100vw; }
  #top-bar.open {
    background-color: var(--primary-bg); }
    #top-bar.open .wcag-settings .contrast .btn {
      border: 2px solid var(--primary-text); }
  #top-bar .container-fluid {
    height: 100%; }
  #top-bar .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 25px; }
  #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: 0px; }
  #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: 0px;
    margin-right: 50px;
    position: relative;
    z-index: 2; }
  #top-bar .reservation {
    z-index: 2;
    position: relative; }

.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-right: 12px; }
  .socials a:hover {
    background-color: var(--element1-color); }

#logo {
  display: flex;
  align-items: center;
  padding: 0px 0;
  justify-content: center;
  display: flex;
  width: 100%;
  margin-top: -88px; }
  #logo.open {
    background-color: var(--primary-bg); }
  #logo img {
    width: 222px; }

#main-nav {
  opacity: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 60px; }
  #main-nav.open {
    background-color: var(--primary-bg); }
  #main-nav .customer {
    display: flex; }
    #main-nav .customer li {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 0 !important; }
      #main-nav .customer li:before {
        display: none; }
      #main-nav .customer li a {
        font-weight: 700;
        display: block;
        padding: 0;
        font-size: 18rem;
        color: var(--primary-text);
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0s; }
        #main-nav .customer li a:hover {
          color: var(--element1-color); }
        #main-nav .customer li a span {
          width: fit-content;
          width: -moz-fit-content;
          display: block;
          padding: 16px 20px;
          margin-left: 0;
          margin-right: 0px; }
    #main-nav .customer #link-konto img {
      display: none;
      max-width: 20px; }
    #main-nav .customer #link-konto span {
      display: flex;
      align-items: center; }
      #main-nav .customer #link-konto span span {
        padding: 0; }
    #main-nav .customer #link-koszyk span {
      display: flex;
      align-items: center;
      font-weight: 700; }
    #main-nav .customer #link-koszyk img {
      width: 25px;
      margin-right: 15px;
      margin-top: -5px; }
    #main-nav .customer .my-dropdown-mini {
      display: none; }
    #main-nav .customer .my-dropdown {
      position: relative; }
      #main-nav .customer .my-dropdown .my-dropdown-toggle {
        display: flex;
        align-items: center; }
        #main-nav .customer .my-dropdown .my-dropdown-toggle .caret {
          display: inline-block;
          content: "";
          width: 16px;
          height: 15px;
          background-image: url("/img/arrow-down.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          margin-left: 8px; }
        #main-nav .customer .my-dropdown .my-dropdown-toggle:after {
          display: none; }
      #main-nav .customer .my-dropdown .dropdown-menu {
        border-radius: 0px;
        box-shadow: none;
        left: 0px;
        right: auto;
        top: calc(100% - 2px);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
        background-color: var(--transparent-color2);
        min-width: 100%; }
        #main-nav .customer .my-dropdown .dropdown-menu .dropdown-menu {
          left: 100%;
          top: -8px; }
        #main-nav .customer .my-dropdown .dropdown-menu li {
          width: 100%;
          margin-left: 0; }
          #main-nav .customer .my-dropdown .dropdown-menu li a {
            width: 100%; }
            #main-nav .customer .my-dropdown .dropdown-menu li a span {
              padding: 8px 10px; }
  #main-nav .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0; }
  #main-nav .btn-menu {
    z-index: 1;
    margin-right: 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;
      transform: scaleX(-1);
      filter: drop-shadow(0 0 6px var(--secondary-text)); }

.summary-reservation-buttons-error-date {
  display: none; }

.admin-mode {
  position: fixed;
  bottom: 25px;
  right: 80px;
  z-index: 11;
  max-width: calc(100% - 160px); }
  .admin-mode a:hover {
    color: black; }

#main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: fit-content;
  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: var(--primary-bg);
    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: 0;
    padding-top: 150px;
    justify-content: flex-start; }
    #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;
      width: 100%; }
      #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: var(--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: 1px solid #f7f7f7;
        border-bottom: 2px solid var(--primary-bg);
        font-size: 90%;
        background-color: transparent;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: block; }
        #main-menu.mini-menu .page-nav .dropdown-menu:before {
          display: none; }
        #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 !important; }
          #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 .reservation {
      justify-content: center;
      width: 100%; }
    #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; }

#facture-pre-form {
  padding: 0 22px; }

.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, .customer, #language-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content; }
  .page-nav .my-dropdown-mini, .customer .my-dropdown-mini, #language-menu .my-dropdown-mini {
    display: none; }
  .page-nav li, .customer li, #language-menu li {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px; }
    .page-nav li a, .customer li a, #language-menu li a {
      font-weight: 700;
      display: block;
      padding: 0;
      font-size: 18rem;
      color: var(--primary-text);
      white-space: nowrap;
      text-transform: uppercase;
      transition: 0s; }
      .page-nav li a.active, .customer li a.active, #language-menu li a.active {
        color: var(--element1-color); }
      .page-nav li a span, .customer li a span, #language-menu li a span {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        padding: 16px 20px;
        margin-left: 0;
        margin-right: 0px;
        text-shadow: 0 0 5px BLACK; }
      .page-nav li a:hover, .customer li a:hover, #language-menu li a:hover {
        color: var(--element1-color); }
    .page-nav li:before, .customer li:before, #language-menu li:before {
      display: none; }
  .page-nav > li.special:hover > a, .page-nav > li.special:focus > a, .customer > li.special:hover > a, .customer > li.special:focus > a, #language-menu > li.special:hover > a, #language-menu > li.special:focus > a {
    transform: scale(0.95); }
  .page-nav > li.special > a, .customer > li.special > a, #language-menu > 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, .customer > li.special > a span, #language-menu > li.special > a span {
      padding: 16px 33px; }
  .page-nav .my-dropdown, .customer .my-dropdown, #language-menu .my-dropdown {
    position: relative; }
    .page-nav .my-dropdown .my-dropdown-toggle, .customer .my-dropdown .my-dropdown-toggle, #language-menu .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center; }
      .page-nav .my-dropdown .my-dropdown-toggle .caret, .customer .my-dropdown .my-dropdown-toggle .caret, #language-menu .my-dropdown .my-dropdown-toggle .caret {
        display: inline-block;
        content: "";
        width: 16px;
        height: 15px;
        background-image: url("/img/arrow-down.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 8px; }
      .page-nav .my-dropdown .my-dropdown-toggle:after, .customer .my-dropdown .my-dropdown-toggle:after, #language-menu .my-dropdown .my-dropdown-toggle:after {
        display: none; }
    .page-nav .my-dropdown .dropdown-menu, .customer .my-dropdown .dropdown-menu, #language-menu .my-dropdown .dropdown-menu {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      padding-bottom: 5px;
      left: 0px;
      right: auto;
      top: calc(100% - 2px);
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
      background-color: var(--transparent-color2);
      min-width: 100%; }
      .page-nav .my-dropdown .dropdown-menu:before, .customer .my-dropdown .dropdown-menu:before, #language-menu .my-dropdown .dropdown-menu:before {
        display: block;
        content: " ";
        height: 4px;
        width: 100%;
        background-image: url(/img/btn-bg.webp);
        background-repeat: no-repeat;
        background-position: center; }
      .page-nav .my-dropdown .dropdown-menu .dropdown-menu, .customer .my-dropdown .dropdown-menu .dropdown-menu, #language-menu .my-dropdown .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -8px; }
      .page-nav .my-dropdown .dropdown-menu li, .customer .my-dropdown .dropdown-menu li, #language-menu .my-dropdown .dropdown-menu li {
        width: 100%;
        margin-left: 0; }
        .page-nav .my-dropdown .dropdown-menu li a, .customer .my-dropdown .dropdown-menu li a, #language-menu .my-dropdown .dropdown-menu li a {
          width: 100%; }
          .page-nav .my-dropdown .dropdown-menu li a:hover, .page-nav .my-dropdown .dropdown-menu li a:focus, .customer .my-dropdown .dropdown-menu li a:hover, .customer .my-dropdown .dropdown-menu li a:focus, #language-menu .my-dropdown .dropdown-menu li a:hover, #language-menu .my-dropdown .dropdown-menu li a:focus {
            background: var(--primary-bg) !important; }
          .page-nav .my-dropdown .dropdown-menu li a span, .customer .my-dropdown .dropdown-menu li a span, #language-menu .my-dropdown .dropdown-menu li a span {
            padding: 8px 10px; }

#language-menu .my-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  width: fit-content; }
#language-menu img {
  width: 24px; }
#language-menu button {
  padding: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--primary-text); }
  #language-menu button span {
    display: flex;
    align-items: center; }
    #language-menu button span:after {
      display: block;
      content: "";
      height: 15px;
      width: 2px;
      min-height: 15px;
      background-color: var(--primary-text);
      margin: 0 15px; }
#language-menu li a {
  color: var(--primary-text);
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #language-menu li a img {
    margin-right: 5px; }
  #language-menu li a:hover {
    background-color: transparent; }
  #language-menu li a span {
    margin-right: 5px; }

.owl-dots {
  display: flex;
  justify-content: center; }
  .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    min-height: 23px;
    min-width: 23px;
    border-radius: 50%;
    border: none !important;
    margin: 0 8px;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
    background-image: linear-gradient(0deg, #d1d1d1 0%, #ffffff 100%); }
    .owl-dots .owl-dot:after {
      position: absolute;
      content: "";
      width: 18px;
      height: 18px;
      min-height: 18px;
      min-width: 18px;
      border-radius: 50%;
      background-image: url(/img/dots-bg.png);
      background-size: 18px;
      opacity: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    .owl-dots .owl-dot.active:after, .owl-dots .owl-dot:focus:after, .owl-dots .owl-dot:hover:after {
      opacity: 1; }

.nav-wrapper .nav-start {
  display: block;
  content: " ";
  width: 23px;
  height: 23px;
  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; }
.nav-wrapper .nav-stop {
  display: block;
  content: " ";
  width: 23px;
  height: 23px;
  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 {
  position: relative; }
  .owl-carousel .nav-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px; }
  .owl-carousel .owl-nav {
    display: flex;
    align-items: center; }
    .owl-carousel .owl-nav button {
      width: 16px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      opacity: 1; }
      .owl-carousel .owl-nav button:first-child {
        margin-right: 35px; }
      .owl-carousel .owl-nav button img {
        width: 16px; }
      .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; }

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  max-width: 100%;
  overflow-x: hidden; }
  #footer .logo {
    margin-bottom: 40px;
    display: flex;
    justify-content: center; }
    #footer .logo img {
      width: 222px; }
  #footer .socials {
    display: flex;
    justify-content: center; }
    #footer .socials a {
      background-color: var(--light-bg2);
      margin-top: 40px; }
      #footer .socials a:hover {
        background-color: var(--element1-color); }
      #footer .socials a.facebook {
        background-image: url("/img/fb-white.svg"); }
      #footer .socials a.instagram {
        background-image: url("/img/ig-white.svg"); }
      #footer .socials a.youtube {
        background-image: url("/img/yt-white.svg"); }
  #footer .bottom-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
    justify-content: center; }
    #footer .bottom-nav ul li {
      margin-bottom: 0; }
      #footer .bottom-nav ul li:before {
        display: none; }
      #footer .bottom-nav ul li a {
        color: var(--transparent-color2);
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 18rem;
        display: block; }
        #footer .bottom-nav ul li a:hover {
          color: var(--element1-color); }
        #footer .bottom-nav ul li a span {
          padding: 15px 27px;
          display: block; }

.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(--transparent-color2);
    font-size: 16rem;
    margin-bottom: 0;
    font-weight: 300; }
  .bottom-footer a {
    color: var(--transparent-color2);
    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, .title-inner {
  padding-top: 100px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-foto h1, .title-inner h1 {
    font-family: "Bangers", sans-serif;
    text-shadow: 0 0 23px var(--secondary-text);
    filter: drop-shadow(0 0 23px var(--secondary-text));
    font-size: 64rem;
    letter-spacing: 3px;
    color: var(--primary-title);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400; }

.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; }

.breadcrumbs-wrapper {
  background-color: var(--secondary-bg);
  border-bottom: 1px solid var(--secondary-bg); }

.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) !important;
      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(--secondary-text); }

.userpanel-form .form-group {
  flex-direction: column;
  align-items: center; }
  .userpanel-form .form-group.radio {
    flex-direction: row; }

.similar-products {
  padding-bottom: 60px;
  overflow-x: hidden; }

.product-page {
  padding-top: 25px;
  padding-bottom: 60px;
  background-color: var(--secondary-bg); }
  .product-page .userpanel-text-form {
    padding-left: 15px;
    padding-right: 15px; }
    .product-page .userpanel-text-form form {
      margin-top: 45px; }
    .product-page .userpanel-text-form .title {
      color: var(--secondary-text); }
    .product-page .userpanel-text-form p {
      color: var(--transparent-color2); }
  .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: "roboto", 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: 1410px;
    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 .inner {
      background-color: var(--secondary-bg); }
    .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: 40px;
      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 {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between; }
    .product-page .product-carousel .owl-nav button {
      width: 30px;
      height: 86px;
      top: 0;
      border: none !important;
      border-radius: 0;
      opacity: 1;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      pointer-events: auto; }
      .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 #answear-reviews input, .product-page #answear-reviews textarea {
    background-color: var(--secondary-bg) !important;
    border-color: var(--element2-color); }
    .product-page #answear-reviews input:focus, .product-page #answear-reviews input:active, .product-page #answear-reviews input:hover, .product-page #answear-reviews textarea:focus, .product-page #answear-reviews textarea:active, .product-page #answear-reviews textarea:hover {
      color: var(--text-hover); }
  .product-page #answear-reviews h3 {
    color: var(--transparent-color2); }
  .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: "roboto", sans-serif;
    color: var(--transparent-color2);
    width: auto; }
  .product-page .one-feature {
    border: 3px solid var(--element2-color);
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px; }
  .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;
      color: var(--transparent-color2); }
      .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: 0 15px;
    width: fit-content;
    color: var(--transparent-color2);
    font-size: 14px;
    margin: 0;
    font-family: "roboto", 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: "roboto", 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: "roboto", sans-serif;
      color: var(--secondary-text); }
    .product-page .price .old-before {
      letter-spacing: 0px;
      font-size: 22rem;
      color: #524e4e;
      margin-bottom: 0;
      font-family: "roboto", sans-serif; }
      .product-page .price .old-before span {
        text-decoration: line-through; }
    .product-page .price p {
      width: fit-content; }
  .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; }

.buttons-buy-group .btn {
  color: var(--primary-text) !important; }

#product .module-title {
  padding-top: 0; }
#product .only-text .title {
  text-align: center; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background-image: linear-gradient(0deg, #d1d1d1 0%, #ffffff 100%); }

.reservation-page {
  padding-top: 100px; }
  .reservation-page .reservation-form form {
    display: flex;
    flex-wrap: wrap; }
    .reservation-page .reservation-form form h2 {
      font-family: "roboto", sans-serif;
      font-size: 30px;
      letter-spacing: 1px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 35px;
      padding-top: 0; }
  .reservation-page .reservation-form .buttons {
    flex-direction: column;
    margin-top: 50px; }
    .reservation-page .reservation-form .buttons h3 {
      font-size: 27rem;
      font-weight: 500;
      font-family: "roboto", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .reservation-page input[type="number"] {
    /* Firefox */
    -moz-appearance: textfield;
    max-width: 90px;
    padding: 0 18px;
    text-align: center; }
    .reservation-page input[type="number"]:-webkit-outer-spin-button, .reservation-page input[type="number"]:-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .reservation-page .people-count {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-right: 15px; }
    .reservation-page .people-count label {
      width: fit-content;
      margin: 0;
      margin-right: 0px; }
  .reservation-page .reservation-price-info {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-start; }
    .reservation-page .reservation-price-info p {
      margin: 0; }
  .reservation-page .personal-data {
    padding-right: 80px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content; }
    .reservation-page .personal-data .form-group {
      width: 50%;
      padding-right: 10px; }
    .reservation-page .personal-data h2 {
      width: 100%; }
  .reservation-page .callendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 80px;
    width: 50%; }
    .reservation-page .callendar .reservation-tooltip {
      bottom: calc(100% + 10px);
      position: absolute;
      background-color: #352219;
      border: 2px solid var(--anhor);
      border-radius: 10px;
      padding: 5px;
      width: 250px;
      z-index: 2; }
      .reservation-page .callendar .reservation-tooltip .reservation-tooltip-text {
        text-transform: initial;
        font-size: 16rem;
        margin: 0; }
    .reservation-page .callendar .calendar-wrapper {
      display: flex; }
    .reservation-page .callendar .calendar-day-list {
      display: flex;
      flex-wrap: wrap; }
    .reservation-page .callendar .one-date {
      display: flex;
      flex-direction: column;
      width: calc(100% / 7);
      align-items: center;
      border: 2px solid transparent; }
      .reservation-page .callendar .one-date.selected {
        background-color: #352219;
        border: 2px solid #c4925a;
        border-radius: 0;
        border-left: none;
        border-right: none; }
        .reservation-page .callendar .one-date.selected .one-hour-label.disabled button {
          background-color: #ffafaf; }
      .reservation-page .callendar .one-date.selected-start {
        border-left: 2px solid #c4925a;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-left: 0; }
      .reservation-page .callendar .one-date.selected-end {
        border-right: 2px solid #c4925a;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
      .reservation-page .callendar .one-date .date-off {
        text-transform: unset;
        font-size: 14rem; }
      .reservation-page .callendar .one-date .day-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
      .reservation-page .callendar .one-date .one-hour-label {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        position: relative;
        border: 2px solid transparent; }
        .reservation-page .callendar .one-date .one-hour-label.selected {
          background-color: #352219;
          border: 2px solid #c4925a;
          border-radius: 10px;
          border: 2px solid #c4925a; }
        .reservation-page .callendar .one-date .one-hour-label.disabled.selected button {
          background-color: #ffafaf; }
        .reservation-page .callendar .one-date .one-hour-label.disabled button {
          background-color: var(--dark-bg2);
          opacity: 0.7; }
        .reservation-page .callendar .one-date .one-hour-label button {
          border: none !important;
          background-color: transparent;
          outline: none !important;
          height: 100%;
          width: 100%;
          position: relative;
          z-index: 1;
          width: 76px;
          height: 45px;
          background-color: var(--anhor);
          border-radius: 5px;
          margin: 5px 10px;
          position: relative; }
          .reservation-page .callendar .one-date .one-hour-label button:before {
            position: absolute;
            font-size: 14px;
            content: "‭✓";
            color: green;
            font-weight: 700;
            height: 10px;
            width: 10px;
            top: -2px;
            left: 2px;
            opacity: 0; }
        .reservation-page .callendar .one-date .one-hour-label.checked button {
          background-color: var(--secondary-bg); }
          .reservation-page .callendar .one-date .one-hour-label.checked button:before {
            opacity: 1; }
        .reservation-page .callendar .one-date .one-hour-label.hour-error button {
          background-color: #ffbbc1;
          border: 1px solid #ff223a; }
        .reservation-page .callendar .one-date .one-hour-label:hover button, .reservation-page .callendar .one-date .one-hour-label.hover button {
          background-color: var(--secondary-bg); }
        .reservation-page .callendar .one-date .one-hour-label span {
          font-size: 16rem;
          font-weight: 700;
          font-family: "roboto", sans-serif;
          letter-spacing: 1px; }
      .reservation-page .callendar .one-date input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 1px;
        height: 1px; }
      .reservation-page .callendar .one-date h4, .reservation-page .callendar .one-date p {
        text-align: center;
        text-transform: uppercase;
        font-size: 20rem;
        font-family: "roboto", sans-serif;
        letter-spacing: 1px;
        width: 100%; }
      .reservation-page .callendar .one-date .day-header {
        width: 100%;
        margin-bottom: 20px; }
        .reservation-page .callendar .one-date .day-header p {
          font-weight: 300; }
        .reservation-page .callendar .one-date .day-header h4 {
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 0;
          margin-bottom: 10px;
          text-shadow: 0 0 6px black; }
    .reservation-page .callendar .calendar-date-title {
      width: 100%;
      text-align: center; }
    .reservation-page .callendar .button-arrow {
      width: 5%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: fit-content;
      min-width: 26px; }
    .reservation-page .callendar .btn-arrow {
      display: block;
      padding: 0;
      border-radius: 50%;
      width: fit-content; }
      .reservation-page .callendar .btn-arrow:hover img {
        transform: scale(0.9); }
      .reservation-page .callendar .btn-arrow.next {
        transform: rotate(180deg); }
      .reservation-page .callendar .btn-arrow img {
        max-width: 100%;
        width: 26px;
        min-width: 26px;
        height: 26px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        filter: drop-shadow(0 0 6px black); }

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 10px 5px; }

#reservation-features .buttons {
  border-top: none; }
#reservation-features .people-count {
  flex-wrap: nowrap;
  align-items: center; }
  #reservation-features .people-count label {
    margin-right: 16px; }
#reservation-features .max-people-checbox {
  display: flex;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between; }
  #reservation-features .max-people-checbox .people-count label {
    white-space: nowrap; }
  #reservation-features .max-people-checbox label, #reservation-features .max-people-checbox p {
    font-size: 20rem !important;
    letter-spacing: 1px;
    font-family: "roboto", sans-serif;
    align-items: center;
    padding: 0; }
#reservation-features .one-feature {
  background-color: #1f1b1b;
  padding: 15px;
  margin: 15px 0;
  border-radius: 20px; }
#reservation-features .one-feature-value label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0; }
#reservation-features .one-feature-value.text-value {
  flex-wrap: nowrap;
  align-items: flex-end; }
#reservation-features .feature-values .input-group {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100%; }
#reservation-features .feature-values input[type='text'], #reservation-features .feature-values input[type='email'], #reservation-features .feature-values input[type='tel'], #reservation-features .feature-values input[type='number'], #reservation-features .feature-values select {
  margin-right: 15px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  background-color: white; }
  #reservation-features .feature-values input[type='text']:focus, #reservation-features .feature-values input[type='email']:focus, #reservation-features .feature-values input[type='tel']:focus, #reservation-features .feature-values input[type='number']:focus, #reservation-features .feature-values select:focus {
    background-color: white;
    color: var(--text-hover); }
#reservation-features .feature-values input[type="number"] {
  width: fit-content;
  min-width: 83px;
  border-radius: 5px !important; }
#reservation-features .feature-value-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0; }
  #reservation-features .feature-value-price span {
    margin-right: 5px; }

.window-open .btn-close {
  right: 20px !important;
  top: 20px !important; }
.window-open .container {
  overflow: auto; }
.window-open .wrapper {
  background-color: var(--primary-bg) !important; }

.success-p {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
  border-radius: 10px;
  font-weight: 400; }

.error-p {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  border-radius: 10px;
  font-weight: 400; }

#summary-form .form-group {
  align-items: center; }

.payment-history .table-responsive .table thead tr {
  background-color: var(--light-bg); }
.payment-history .table-responsive .table thead th {
  border-top: 0; }

#reclamation-form .form-group {
  flex-direction: column; }

@media (max-width: 575.5px) {
  html {
    font-size: 0.8px; }

  header.sticked {
    transform: translateY(calc(-12vw - 120px)); }
    header.sticked #main-menu.mini-menu {
      top: calc(12vw + 125px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }

  #header-kpo {
    height: 12vw; }

  #facture-pre-form {
    padding: 0; }

  #reservation-features .container {
    max-width: 100%; }
  #reservation-features .max-people-checbox {
    flex-direction: column;
    align-items: flex-start; }
  #reservation-features h2:first-child {
    margin-top: 60px; }
  #reservation-features .one-feature-value {
    flex-wrap: wrap; }
    #reservation-features .one-feature-value label {
      flex-wrap: wrap; }
  #reservation-features .feature-value-price {
    padding-left: 5px; }
  #reservation-features .input-group {
    padding-right: 5px; }

  .reservation-page {
    padding-top: 20px; }
    .reservation-page.per-object .btn-arrow {
      margin: 5px; }
    .reservation-page.per-object .callendar .calendar-wrapper {
      flex-direction: column; }
    .reservation-page.per-object .callendar .calendar-day-list {
      width: 100%;
      justify-content: center; }
    .reservation-page.per-object .callendar .one-date {
      width: fit-content;
      margin-bottom: 0;
      padding: 0;
      border: none; }
      .reservation-page.per-object .callendar .one-date.selected {
        border: 2px solid #c4925a;
        border-left: none;
        border-right: none; }
      .reservation-page.per-object .callendar .one-date.selected-start {
        border-left: 2px solid #c4925a; }
      .reservation-page.per-object .callendar .one-date.selected-end {
        border-right: 2px solid #c4925a; }
      .reservation-page.per-object .callendar .one-date .one-hour-label {
        margin: 5px; }
    .reservation-page.per-object .one-date-header {
      display: none; }
    .reservation-page .reservation-form form h2 {
      font-size: 21px;
      letter-spacing: 0px;
      margin-bottom: 20px; }
    .reservation-page input[type="number"] {
      padding: 0 15px; }
    .reservation-page .personal-data {
      padding-right: 0px;
      width: 100%;
      margin-bottom: 30px; }
      .reservation-page .personal-data .form-group {
        width: 50%; }
      .reservation-page .personal-data .reservation-price-info {
        width: 100%; }
      .reservation-page .personal-data .people-count {
        margin-right: 0;
        width: 100%; }
        .reservation-page .personal-data .people-count label {
          padding: 0 22px; }
    .reservation-page #callendar-form {
      width: 100%;
      padding-left: 0px;
      flex-direction: column;
      align-items: center; }
    .reservation-page .callendar .reservation-tooltip {
      width: 30vw; }
    .reservation-page .callendar .one-date {
      width: 100%;
      border-bottom: 2px solid #52504e;
      padding-bottom: 10px;
      margin-bottom: 15px; }
      .reservation-page .callendar .one-date h4 {
        font-size: 22rem; }
      .reservation-page .callendar .one-date p {
        font-size: 19rem;
        letter-spacing: 0px; }
      .reservation-page .callendar .one-date .one-hour-label button {
        width: 62px;
        height: 40px; }
      .reservation-page .callendar .one-date .day-header {
        margin-bottom: 0; }
      .reservation-page .callendar .one-date .day-inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; }
      .reservation-page .callendar .one-date .date-off {
        font-size: 17rem; }
    .reservation-page .callendar .button-arrow {
      width: auto; }
    .reservation-page .callendar .btn-arrow {
      margin-bottom: 15px;
      margin-left: 5px;
      margin-right: 5px; }
      .reservation-page .callendar .btn-arrow.next {
        transform: none; }

  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; }

  #language-menu button span {
    display: none; }
  #language-menu .dropdown-menu li {
    margin-right: 0; }
    #language-menu .dropdown-menu li a {
      padding: 5px;
      justify-content: center; }
      #language-menu .dropdown-menu li a img {
        margin: 0; }
      #language-menu .dropdown-menu li a span {
        display: none !important; }

  #top-bar {
    height: 45px; }
    #top-bar .wcag-settings .font-size {
      margin-right: 3px; }
    #top-bar .wrapper {
      padding-top: 10px; }
    #top-bar .reservation {
      height: 100%;
      display: flex;
      align-items: center; }
      #top-bar .reservation .btn {
        padding: 10px 5px;
        font-size: 12px; }
    #top-bar .right {
      height: 100%; }
    #top-bar .socials {
      display: none; }

  #logo {
    margin-right: 0;
    margin-top: -0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    #logo .motto {
      display: none !important; }
    #logo img {
      width: 120px; }

  #main-nav {
    height: 60px; }
    #main-nav .my-container {
      padding-left: 5px;
      padding-right: 5px; }
    #main-nav .customer {
      flex-wrap: nowrap; }
      #main-nav .customer #link-koszyk .kwota {
        white-space: break-spaces; }
      #main-nav .customer #link-koszyk img {
        width: 20px;
        margin-right: 10px;
        margin-top: -3px; }
      #main-nav .customer #link-koszyk a span {
        padding: 10px; }
      #main-nav .customer li {
        margin: 2px 5px; }
        #main-nav .customer li a {
          text-shadow: 0 0 23px var(--secondary-text);
          filter: drop-shadow(0 0 6px var(--secondary-text));
          font-size: 17rem; }
          #main-nav .customer li a span {
            padding: 10px; }
        #main-nav .customer li img {
          filter: drop-shadow(0 0 6px var(--secondary-text)); }
        #main-nav .customer li .caret {
          filter: drop-shadow(0 0 6px var(--secondary-text)); }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    background-size: 1020px;
    padding-top: 260px; }

  .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: calc(12vw + 195px); }
    #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; }
      #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: 70%; }

  .breadcrumbs {
    padding-left: 0px;
    padding-top: 20px; }

  #footer {
    padding-top: 50px; }
    #footer .socials a {
      margin-top: 20px; }
    #footer .bottom-nav ul li {
      width: 100%; }
      #footer .bottom-nav ul li a {
        display: flex;
        justify-content: center;
        text-align: center; }
        #footer .bottom-nav ul li a span {
          padding: 15px 15px; }
    #footer .logo {
      margin-bottom: 20px; }

  .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    min-height: 17px;
    min-width: 17px; }
    .owl-dots .owl-dot:after {
      width: 11px;
      height: 11px;
      min-height: 11px;
      min-width: 11px; }

  .owl-carousel .owl-nav button img {
    width: 12px; }

  .page-foto, .title-inner {
    padding-top: 40px;
    padding-bottom: 20px; }
    .page-foto h1, .title-inner h1 {
      font-size: 35rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  html {
    font-size: 0.85px; }

  header.sticked {
    transform: translateY(-250px); }
    header.sticked #main-menu.mini-menu {
      top: 275px;
      padding-top: 100px; }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 60px; }

  #reservation-features .container {
    max-width: 100%; }
  #reservation-features .max-people-checbox {
    flex-direction: column;
    align-items: flex-start; }

  .reservation-page {
    padding-top: 20px; }
    .reservation-page .reservation-form form h2 {
      font-size: 21px;
      letter-spacing: 0px;
      margin-bottom: 20px; }
    .reservation-page .people-count {
      margin-right: 0; }
    .reservation-page input[type="number"] {
      padding: 0 15px; }
    .reservation-page .personal-data {
      padding-right: 0px;
      width: 100%;
      margin-bottom: 30px; }
      .reservation-page .personal-data .form-group {
        width: 50%; }
    .reservation-page #callendar-form {
      width: 100%;
      padding-left: 0px; }
    .reservation-page .callendar .one-date h4, .reservation-page .callendar .one-date p {
      font-size: 19rem;
      letter-spacing: 0px; }
    .reservation-page .callendar .one-date .one-hour-label button {
      width: 56px;
      height: 40px; }
    .reservation-page .callendar .one-date .day-header {
      margin-bottom: 0; }

  .page-foto h1, .title-inner 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 .wcag-settings {
    justify-content: flex-start; }
    #top-bar .wcag-settings p {
      display: none; }

  #main-nav .customer li a {
    text-shadow: 0 0 23px var(--secondary-text);
    filter: drop-shadow(0 0 6px var(--secondary-text)); }
    #main-nav .customer li a span {
      padding: 15px 5px; }
  #main-nav .customer li img {
    filter: drop-shadow(0 0 6px var(--secondary-text)); }
  #main-nav .customer li .caret {
    filter: drop-shadow(0 0 6px var(--secondary-text)); }

  #logo {
    margin-top: -40px; }
    #logo img {
      width: 160px; }

  #main-menu.mini-menu {
    top: 0px;
    flex-direction: column;
    padding-top: 360px; }
    #main-menu.mini-menu .page-nav {
      order: 0; }

  main {
    background-size: 1460px; }

  .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; }

  #footer {
    padding-top: 50px; }
    #footer .socials a {
      margin-top: 20px; }
    #footer .bottom-nav ul li a span {
      padding: 15px 15px; }
    #footer .logo {
      margin-bottom: 20px; }

  .owl-dots .owl-dot {
    width: 19px;
    height: 19px;
    min-height: 19px;
    min-width: 19px; }
    .owl-dots .owl-dot:after {
      width: 13px;
      height: 13px;
      min-height: 13px;
      min-width: 13px; }

  .owl-carousel .owl-nav button img {
    width: 12px; }

  .page-foto {
    padding-top: 50px;
    padding-bottom: 40px; }
    .page-foto h1 {
      font-size: 40rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(-272px); }
    header.sticked #main-menu.mini-menu {
      top: 305px;
      padding-top: 100px; }
    header.sticked #main-nav {
      height: 70px; }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

  .reservation-page {
    padding-top: 20px; }
    .reservation-page.per-object .personal-data {
      width: 100%; }
      .reservation-page.per-object .personal-data .form-group {
        width: 50%; }
      .reservation-page.per-object .personal-data .people-count, .reservation-page.per-object .personal-data .reservation-price-info {
        width: 50%; }
      .reservation-page.per-object .personal-data .people-count {
        margin-right: 0;
        flex-direction: row;
        align-items: center; }
        .reservation-page.per-object .personal-data .people-count label {
          margin-bottom: 0px;
          padding: 0 22px; }
    .reservation-page.per-object #callendar-form {
      width: 100%;
      margin-top: 35px; }
    .reservation-page .reservation-form form h2 {
      font-size: 21px;
      letter-spacing: 0px;
      margin-bottom: 20px; }
    .reservation-page .people-count {
      margin-right: 0;
      flex-direction: column-reverse;
      align-items: flex-start; }
      .reservation-page .people-count label {
        margin-bottom: 10px;
        padding: 0; }
    .reservation-page .reservation-price-info {
      width: 100%; }
    .reservation-page input[type="number"] {
      padding: 0 15px; }
    .reservation-page .personal-data {
      padding-right: 10px;
      width: 30%; }
      .reservation-page .personal-data .form-group {
        width: 100%; }
    .reservation-page #callendar-form {
      width: 70%;
      padding-left: 10px; }
    .reservation-page .callendar .one-date h4, .reservation-page .callendar .one-date p {
      font-size: 19rem;
      letter-spacing: 0px; }
    .reservation-page .callendar .one-date .one-hour-label button {
      width: 56px;
      height: 40px; }
    .reservation-page .callendar .one-date .day-header {
      margin-bottom: 0; }

  #author-page .map-links ul li {
    width: 50%; }

  #top-bar .address p {
    font-size: 17rem; }
  #top-bar .socials {
    margin-right: 20px; }
    #top-bar .socials a {
      margin-right: 5px; }

  #main-menu.mini-menu {
    padding-top: 380px; }
    #main-menu.mini-menu.mini-menu {
      flex-direction: column; }

  #main-nav .customer li a {
    text-shadow: 0 0 23px var(--secondary-text);
    filter: drop-shadow(0 0 6px var(--secondary-text)); }
    #main-nav .customer li a span {
      padding: 15px 5px; }
  #main-nav .customer li img {
    filter: drop-shadow(0 0 6px var(--secondary-text)); }
  #main-nav .inner #logo img {
    width: 170px; }

  #logo {
    margin-top: -45px; }

  main {
    background-size: 1505px;
    padding-top: 330px; }

  .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; }

  #footer {
    padding-top: 50px; }
    #footer .socials a {
      margin-top: 20px; }
    #footer .logo {
      margin-bottom: 20px; }

  .owl-dots .owl-dot {
    width: 19px;
    height: 19px;
    min-height: 19px;
    min-width: 19px; }
    .owl-dots .owl-dot:after {
      width: 13px;
      height: 13px;
      min-height: 13px;
      min-width: 13px; }

  .page-foto, .title-inner {
    padding-top: 60px;
    padding-bottom: 30px; }
    .page-foto h1, .title-inner h1 {
      font-size: 40rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(-275px); }
    header.sticked #main-menu.mini-menu {
      transform: translateX(-100vw) translateY(90px); }
      header.sticked #main-menu.mini-menu.open {
        transform: translateX(0) translateY(125px); }

  .reservation-page.per-object .callendar {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
  .reservation-page .personal-data {
    padding-right: 10px;
    width: 40%; }
    .reservation-page .personal-data .form-group {
      width: 100%; }
  .reservation-page #callendar-form {
    width: 60%;
    padding-left: 10px; }
  .reservation-page .callendar .one-date .one-hour-label button {
    width: 60px;
    height: 40px; }

  body h1 {
    font-size: 35px; }
  body h2 {
    font-size: 30rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  #top-bar .socials {
    margin-left: 20px; }
    #top-bar .socials a {
      margin-left: 5px; }

  #main-menu.mini-menu {
    transform: translateX(-100vw) translateY(0px);
    width: 500px;
    padding-top: 265px; }
    #main-menu.mini-menu.open {
      transform: translateX(0) translateY(96px); }
    #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 .customer li a span {
    padding: 16px 5px; }

  #logo {
    margin-top: -40px; }

  .page-nav > li:first-child > a span {
    padding: 13px 15px; }
  .page-nav li a span {
    padding: 16px 5px; }
  .page-nav .my-dropdown .my-dropdown-toggle .caret {
    margin-left: 10px; }

  main {
    padding-top: 335px;
    background-size: 1445px; }

  .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; }

  #footer {
    padding-top: 50px; }
    #footer .socials a {
      margin-top: 20px; }
    #footer .logo {
      margin-bottom: 20px; }

  .page-foto, .title-inner {
    padding-top: 60px;
    padding-bottom: 40px; }
    .page-foto h1, .title-inner h1 {
      font-size: 50rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  html {
    font-size: 0.95px; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(-100vw) translateY(60px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(0) translateY(60px); }
  header.sticked .page-nav > li.special > a span {
    padding: 13px 15px; }

  .reservation-page .callendar .one-date .one-hour-label button {
    width: 60px;
    height: 45px; }
  .reservation-page.per-object .people-count, .reservation-page.per-object .reservation-price-info {
    width: 100%; }
  .reservation-page.per-object .personal-data {
    width: 40%; }
  .reservation-page.per-object .callendar {
    width: 60%; }
  .reservation-page .personal-data {
    padding-right: 20px; }
  .reservation-page #callendar-form {
    padding-left: 20px; }

  body h2 {
    font-size: 25rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  #top-bar .address p {
    font-size: 16rem; }
  #top-bar .socials {
    margin-right: 20px; }
    #top-bar .socials a {
      margin-right: 5px; }

  #main-menu #link-konto {
    margin-right: 10px; }
    #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(0) 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 .customer li a {
    font-size: 16rem; }
  #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 a {
    font-size: 16rem; }
  .page-nav .my-dropdown .my-dropdown-toggle .caret {
    margin-left: 10px; }

  main {
    background-size: 1722px; }

  #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; }

  #footer {
    padding-top: 70px; }
    #footer .socials a {
      margin-top: 30px; }
    #footer .logo {
      margin-bottom: 30px; }

  .page-foto, .title-inner {
    padding-top: 80px;
    padding-bottom: 60px; }
    .page-foto h1, .title-inner h1 {
      font-size: 58rem; } }
@media (min-width: 1580px) and (max-width: 1699.5px) {
  .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(0) translateY(90px); }

  #main-menu.mini-menu {
    transform: translateX(-100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(0) translateY(140px); }

  #top-bar .container-fluid {
    padding: 0 40px; }

  #main-nav .container-fluid {
    padding: 0 40px; }

  #footer {
    padding-top: 100px; }

  main {
    background-size: 1715px; }

  .product-page .item-answears {
    max-width: 1190px; }

  .product-page #main-photo img {
    height: auto;
    width: auto; } }
@media (min-width: 1700px) {
  .container {
    max-width: 1730px; }

  .product-page #main-photo img {
    height: auto;
    width: auto; } }

/*# sourceMappingURL=main.css.map */
