@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
 *  Owl Carousel - Core
 */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.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 borderExpand {
  0% {
    border-width: 0; }
  50% {
    border-width: 10px;
    /* Pośredni efekt dla środkowego borderu */ }
  100% {
    border-width: 3px;
    /* Maksymalna szerokość dla zewnętrznego borderu */ } }
@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
:root {
  --a: 0%;
  --hue: 170deg;
  --x: 50;
  --y: 50;
  --button: #e16fab;
  --edge: 20px;
  --size: 2em;
  --spring-easing: linear(
      0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
      1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
      1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
      0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
      0.998 84%, 1
  );
  --spring-duration: 1.66s; }

.btn-magic {
  background: transparent;
  color: hsla(var(--hue), 80%, 30%, 0.7);
  font-size: 18rem;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  padding: 32px 70px;
  animation: color 20s linear infinite both;
  transition: all 0.5s ease-in-out, scale var(--spring-duration) var(--spring-easing);
  scale: 0.92;
  isolation: isolate;
  border: none; }
  .btn-magic.btn-yellow {
    letter-spacing: 1px; }
    .btn-magic.btn-yellow:hover {
      color: var(--primary-text) !important; }
    .btn-magic.btn-yellow:active, .btn-magic.btn-yellow:focus {
      color: var(--primary-text) !important; }
    .btn-magic.btn-yellow:before {
      filter: blur(6px) url(#goo);
      background-image: linear-gradient(0deg, #dfa36f, #dfa36f), radial-gradient(40% 30% at calc(var(--x)* 1%) calc(var(--y)* 1%), #dfa36f 0%, transparent 90%); }
  .btn-magic.btn-violet {
    letter-spacing: 1px; }
    .btn-magic.btn-violet:hover {
      color: var(--primary-text) !important; }
    .btn-magic.btn-violet:active, .btn-magic.btn-violet:focus {
      color: var(--primary-text) !important; }
    .btn-magic.btn-violet:before {
      filter: blur(6px) url(#goo);
      background-image: linear-gradient(0deg, #9c6fe0, #9c6fe0), radial-gradient(40% 30% at calc(var(--x)* 1%) calc(var(--y)* 1%), #9c6fe0 0%, transparent 90%); }
  .btn-magic:hover {
    --a: 100%;
    transition-duration: 0.5s, 1s;
    box-shadow: none;
    opacity: 1; }

.btn-magic::before {
  content: "";
  position: absolute;
  inset: 0em;
  filter: blur(12px) url(#goo);
  background-image: linear-gradient(0deg, var(--button), var(--button)), radial-gradient(40% 30% at calc(var(--x) * 1%) calc(var(--y) * 1%), #e16fab 0%, transparent 90%);
  background-clip: content-box, border-box;
  padding: 15px;
  z-index: -1;
  border: inherit;
  animation: color 20s linear infinite both; }

@keyframes color {
  from {
    --hue: 170deg; }
  to {
    --hue: 530deg; } }
body {
  font-family: "Outfit", sans-serif;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 18rem;
  line-height: 120%;
  position: relative;
  cursor: url("/img/cursor-mini.png") 0 0, auto; }
  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(--primary-text);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 18rem;
    line-height: 1.3; }
    body a[href="#"] {
      cursor: default; }
    body a:hover {
      color: var(--anhor);
      text-decoration: none; }
  body main ul li {
    display: flex; }
    body main ul li:before {
      margin-top: 7px; }
  body ul {
    list-style: none;
    padding-left: 10rem; }
    body ul li {
      margin-bottom: 10px;
      color: var(--primary-text);
      font-size: 18rem;
      white-space: normal;
      line-height: 1.3; }
      body ul li strong, body ul li span {
        display: contents; }
      body ul li:before {
        content: " ";
        display: inline-block;
        min-width: 0;
        width: 8px;
        height: 8px;
        background-color: var(--element1-color);
        border-radius: 50%;
        margin-right: 15px; }
  body ol {
    padding-left: 30rem; }
    body ol li {
      line-height: 1.3;
      margin-bottom: 10px; }
  body figure {
    margin: 0;
    max-width: 100%;
    width: 100% !important; }
    body figure.image-style-align-center {
      display: flex;
      justify-content: center; }
    body figure.image-style-align-left {
      display: flex;
      justify-content: flex-start; }
    body figure.image-style-align-right {
      display: flex;
      justify-content: flex-end; }
  body input[type="number"], body input[type="text"], body input[type="tel"], body input[type="email"], body input[type="password"], body input[type="datetime-local"], body input[type="date"], body select.form-control, body textarea {
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 400;
    padding-left: 20px;
    border: 2px solid var(--primary-text); }
  body .label-radio {
    width: calc(100% - 25px);
    cursor: pointer; }
  body input.form-radio {
    width: 25px;
    height: 25px;
    cursor: pointer; }
  body .label-file {
    width: 100%; }
  body input[type="file"] {
    height: auto;
    background-color: transparent;
    border: none;
    white-space: normal; }
  body textarea.form-control {
    height: 150px;
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 5px;
    border: 2px solid var(--primary-text); }
    body textarea.form-control:focus {
      border-color: var(--element1-color); }
  body textarea {
    height: 300px; }
  body:not(.start-magic) {
    background-color: #071421; }
    body:not(.start-magic):after {
      display: block;
      content: "";
      width: 100%;
      height: 880px;
      position: absolute;
      background: linear-gradient(to top, var(--page-bg-color) 0%, var(--page-bg-color) 24.43%, rgba(55, 15, 19, 0) 100%);
      bottom: 0;
      z-index: -1; }
  body a, body button, body .btn, body .btn:not(:disabled):not(.disabled) {
    cursor: url("/img/cursor-mini.png") 0 0, auto !important; }

.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: 50px;
  padding-bottom: 50px;
  width: 760px;
  max-width: calc(100% - 70px); }
  .container-block .title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .container-block .title h3 {
      font-size: 30rem;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center;
      font-weight: 400; }
    .container-block .title .icon {
      min-width: 56px;
      width: 56px;
      height: 56px;
      margin-right: 15px; }
      .container-block .title .icon img {
        max-width: 100%;
        max-height: 100%; }
  .container-block.left {
    padding-right: 70px;
    margin-left: auto; }
  .container-block.right {
    padding-left: 70px; }

.reverse .container-block.left {
  margin-left: initial;
  padding-left: 70px;
  padding-right: 0; }
.reverse .container-block.right {
  margin-left: auto;
  padding-right: 70px;
  padding-left: 0; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

html {
  font-size: 1px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.image-style-align-right {
  width: 50%;
  max-width: 50%;
  padding-left: 30px;
  float: right; }

.image-style-align-left {
  width: 50%;
  max-width: 50%;
  padding-right: 30px;
  float: left; }

.hidden-element {
  display: none; }

.dropdown-menu {
  min-width: unset; }

.dropdown-item {
  margin-bottom: 0; }

.form-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap; }
  .form-group label {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 22px; }
    .form-group label .required {
      font-size: 120%;
      color: #dF0000; }

.fieldset {
  margin-bottom: 15px;
  margin-top: 35px; }
  .fieldset p {
    font-size: 20rem;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary-text);
    font-weight: 500; }

input.form-control, select.form-control {
  height: 63px;
  font-size: 18rem;
  border-radius: 14px;
  background-color: var(--secondary-bg);
  border: 1px solid var(--secondary-bg);
  color: var(--secondary-text);
  padding: 0 20px; }
  input.form-control::placeholder, select.form-control::placeholder {
    color: rgba(61, 70, 80, 0.5); }
  input.form-control:focus, select.form-control:focus {
    border-color: var(--element2-color); }
input.input-image, select.input-image {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px; }

.checkbox-label {
  cursor: pointer;
  color: var(--primary-text);
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  text-transform: initial;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .checkbox-label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 1px;
    height: 1px; }
  .checkbox-label .checkbox-styled {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px; }
    .checkbox-label .checkbox-styled span {
      color: #ffffff00;
      font-size: 24px; }
    .checkbox-label .checkbox-styled.checked span {
      color: var(--primary-text); }
  .checkbox-label:hover {
    color: var(--text-hover); }
  .checkbox-label .regulamin p {
    margin: 0;
    line-height: inherit; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.gradient-text {
  background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.mybg-primary {
  background-color: var(--primary-bg); }

.mybg-secondary {
  background-color: var(--secondary-bg); }

.mybg-light {
  background-color: var(--light-bg); }

.mybg-light2 {
  background-color: var(--light-bg2); }

.mybg-dark {
  background-color: var(--dark-bg); }

.mybg-element1 {
  background-color: var(--element1-color); }

.mybg-element2 {
  background-color: var(--element2-color); }

.my-boxshadow {
  box-shadow: 0 0 10px 2px var(--transparent-color1); }

.bg-blur-dark {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-blur-light {
  background-color: rgba(255, 255, 255, 0.6); }

.text img, .text iframe, .text video {
  max-width: 100%;
  height: auto; }
.text .file {
  background-image: url("/img/file-pink.svg");
  padding-left: 30px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left center; }
.text ul {
  list-style: none;
  padding-left: 10rem; }
  .text ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: var(--primary-text);
    font-size: 18rem;
    white-space: normal;
    line-height: initial;
    position: relative;
    padding-left: 20px; }
    .text ul li ul {
      width: 100%;
      padding-top: 10px;
      margin-bottom: 0; }
    .text ul li strong, .text ul li span {
      display: contents; }
    .text ul li:before {
      content: " ";
      display: inline-block;
      content: " ";
      display: inline-block;
      min-width: 0;
      width: 8px;
      height: 8px;
      background-color: var(--element1-color);
      border-radius: 50%;
      margin-right: 15px;
      position: absolute;
      left: 0; }
    .text ul li a {
      display: contents; }

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px; }
  .buttons.buttons-left {
    justify-content: flex-start; }
    .buttons.buttons-left .btn {
      margin-left: 0;
      margin-right: 50px; }
      .buttons.buttons-left .btn:last-child {
        margin-right: 0; }
  .buttons.buttons-right {
    justify-content: flex-end; }
    .buttons.buttons-right .btn {
      margin-left: 0;
      margin-right: 50px; }
      .buttons.buttons-right .btn:last-child {
        margin-right: 0; }
  .buttons .btn {
    margin: 15px 25px 0px 25px; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 16rem;
  background-color: transparent;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 16px 36px;
  font-weight: 700; }
  .btn:hover, .elementor-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.btn-buy {
  border-radius: 10px;
  border: none;
  background-color: var(--element1-color);
  color: var(--secondary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 16px 36px;
  font-weight: 500;
  font-size: 16px; }
  .btn-buy img {
    width: 25px;
    margin-right: 10px; }
  .btn-buy:hover {
    border-color: transparent !important;
    background-color: var(--element1-color) !important;
    color: var(--secondary-text) !important; }
  .btn-buy:active, .btn-buy:focus {
    border-color: transparent !important;
    background-color: var(--element1-color) !important;
    color: var(--secondary-text) !important; }

.btn-empty {
  border: 2px solid var(--element1-color);
  background-color: var(--primary-bg);
  color: var(--primary-text); }
  .btn-empty:hover {
    border: 2px solid var(--element1-color) !important;
    background-color: var(--primary-bg) !important;
    color: var(--primary-text) !important; }
  .btn-empty:active, .btn-empty:focus {
    border: 2px solid var(--element1-color) !important;
    background-color: var(--primary-bg) !important;
    color: var(--primary-text) !important; }

.btn-primary {
  border: 2px solid var(--element2-color);
  background-color: var(--element2-color);
  color: var(--primary-text); }
  .btn-primary:hover {
    border: 2px solid var(--element2-color) !important;
    background-color: var(--element2-color) !important;
    color: var(--primary-text) !important; }
  .btn-primary:active, .btn-primary:focus {
    border: 2px solid var(--element2-color) !important;
    background-color: var(--element2-color) !important;
    color: var(--primary-text) !important; }

.btn-secondary {
  border: 2px solid var(--element1-color);
  background-color: var(--element1-color);
  color: var(--secondary-text); }
  .btn-secondary:hover {
    border-color: var(--element1-color) !important;
    background-color: var(--element1-color) !important;
    color: var(--secondary-text) !important; }
  .btn-secondary:active, .btn-secondary:focus {
    border-color: var(--element1-color) !important;
    background-color: var(--element1-color) !important;
    color: var(--secondary-text) !important; }

.btn-dot {
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #00f5fd; }
  .btn-dot:hover {
    background-color: #00feff;
    transform: none;
    box-shadow: inset 0 0 5px 1px #0000005c; }
  .btn-dot.active {
    background-color: #00feff;
    box-shadow: 0 0 12px 3px #00feff, inset 0 0 5px 1px #0000005c;
    border-color: #009899; }

.btn.btn-save {
  border: 2px solid #e6e6e6 !important;
  background-color: transparent !important;
  color: #636363 !important;
  padding: 15px 40px;
  border-radius: 15px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }
  .btn.btn-save.btn-green {
    border-color: #17ab3b !important; }
    .btn.btn-save.btn-green span {
      color: black !important; }
  .btn.btn-save span {
    color: #636363;
    transform: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: initial !important; }
  .btn.btn-save:hover, .btn.btn-save:focus {
    border: 2px solid #cdcdcd !important;
    background-color: transparent !important;
    color: #4a4a4a !important;
    transform: none !important; }
    .btn.btn-save:hover span, .btn.btn-save:focus span {
      color: #4a4a4a !important; }
.btn.btn-accept {
  border: 2px solid #18ac3b !important;
  background-color: #18ac3b !important;
  color: white !important;
  padding: 15px 40px;
  border-radius: 15px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }
  .btn.btn-accept span {
    color: white;
    transform: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: initial !important; }
  .btn.btn-accept:hover, .btn.btn-accept:focus {
    border: 2px solid #127f2c !important;
    background-color: #127f2c !important;
    color: white !important;
    transform: none !important; }
    .btn.btn-accept:hover span, .btn.btn-accept:focus span {
      color: white !important; }
.btn.btn-reject {
  border: 2px solid #dF0000 !important;
  background-color: transparent !important;
  color: #dF0000 !important;
  padding: 15px 40px;
  border-radius: 15px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }
  .btn.btn-reject span {
    color: #dF0000;
    transform: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: initial !important; }
  .btn.btn-reject:hover, .btn.btn-reject:focus {
    border: 2px solid #ac0000 !important;
    background-color: transparent !important;
    color: #ac0000 !important;
    transform: none !important; }
    .btn.btn-reject:hover span, .btn.btn-reject:focus span {
      color: #ac0000 !important; }

button {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.media div {
  width: 100%; }

form {
  position: relative; }
  form .r-name {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: -1;
    z-index: -1; }

.table-responsive {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .table-responsive .table {
    width: 100%;
    margin-bottom: 50px; }
    .table-responsive .table thead {
      background-color: var(--primary-bg);
      color: var(--primary-text); }
      .table-responsive .table thead tr {
        background-color: var(--light-bg2); }
    .table-responsive .table thead, .table-responsive .table tbody {
      width: 100%; }
    .table-responsive .table tbody tr {
      background-color: rgba(var(--light-bg2), 0.4); }
    .table-responsive .table tr {
      width: 100%;
      padding: 0 25px; }
    .table-responsive .table th {
      padding: 10px 10px;
      font-size: 20rem;
      font-weight: 600;
      padding: 15px 20px; }
    .table-responsive .table td {
      color: var(--primary-text);
      font-size: 18rem;
      padding: 15px 20px; }

.my-tilt {
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .my-tilt:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.max-linie-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.max-linie-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.max-linie-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.max-linie-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.max-linie-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.animation-group {
  overflow: hidden;
  position: relative; }

.animation-buttons {
  z-index: 5;
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 2px 30px; }
  .animation-buttons .btn-animate {
    width: 50px;
    height: 50px;
    border: 2px solid var(--dark-bg2);
    padding: 0;
    border-radius: 50%;
    pointer-events: auto;
    display: flex;
    flex-direction: column; }
    .animation-buttons .btn-animate .line {
      background-color: var(--dark-bg2);
      border-radius: 10px;
      position: relative;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .animation-buttons .btn-animate .line.line1 {
        width: 15px;
        height: 4px;
        transform: rotate(-40deg);
        right: 7px;
        bottom: 0px; }
      .animation-buttons .btn-animate .line.line2 {
        width: 25px;
        height: 4px; }
      .animation-buttons .btn-animate .line.line3 {
        width: 15px;
        height: 4px;
        transform: rotate(40deg);
        right: 7px;
        top: 0px; }
    .animation-buttons .btn-animate.btn-next {
      transform: rotate(180deg); }
    .animation-buttons .btn-animate.disabled {
      border-color: var(--dark-bg2);
      cursor: default;
      pointer-events: none; }
      .animation-buttons .btn-animate.disabled .line {
        background-color: var(--dark-bg2); }
    .animation-buttons .btn-animate:hover, .animation-buttons .btn-animate:focus {
      border-color: var(--element1-color); }
      .animation-buttons .btn-animate:hover .line, .animation-buttons .btn-animate:focus .line {
        background-color: var(--element1-color); }

.navigation-buttons {
  z-index: 5;
  position: absolute;
  bottom: 15px;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  padding: 2px 30px; }
  .navigation-buttons .btn {
    pointer-events: auto; }
    .navigation-buttons .btn.btn-stop-animation {
      border: none;
      padding: 0;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      background-image: url(/img/owl-pause.svg);
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: center; }
    .navigation-buttons .btn.btn-go-to-slide {
      border: 2px solid var(--dark-bg);
      padding: 0;
      width: 20px;
      height: 20px;
      margin: 0 5px; }
      .navigation-buttons .btn.btn-go-to-slide.active {
        background-color: var(--element1-color) !important;
        pointer-events: none; }
        .navigation-buttons .btn.btn-go-to-slide.active:hover, .navigation-buttons .btn.btn-go-to-slide.active:focus, .navigation-buttons .btn.btn-go-to-slide.active:active {
          border-color: var(--primary-text) !important; }
      .navigation-buttons .btn.btn-go-to-slide.disabled {
        pointer-events: none; }
    .navigation-buttons .btn.btn-start-animation {
      border: none;
      padding: 0;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      background-image: url(/img/owl-start.svg);
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: center; }

.animation-element {
  position: relative; }
  .animation-element:not(.slide) {
    opacity: 0; }
  .animation-element[data-class="slide"] {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .animation-element[data-class="slide"].active {
      left: 0;
      /* Aktywny slajd znajduje się na środku ekranu */
      z-index: 3; }
    .animation-element[data-class="slide"].next-slide {
      z-index: 2; }

@media (max-width: 575.5px) {
  .text .file {
    background-size: 19px; }

  .container-block {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 0px; }
      .container-block .title h3 {
        font-size: 20rem; }
      .container-block .title .icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 10px; }
    .container-block.left {
      padding-right: 15px;
      padding-left: 15px; }
    .container-block.right {
      padding-left: 15px;
      padding-right: 15px; }

  .reverse .container-block.right {
    padding-right: 15px;
    padding-left: 15px; }
  .reverse .container-block.left {
    padding-left: 15px;
    padding-right: 15px; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left {
    justify-content: center; }
    .buttons.buttons-left .btn {
      margin-right: 15px; }

  .pt-big {
    padding-top: 40px; }

  .pt-medium {
    padding-top: 20px; }

  .pb-big {
    padding-bottom: 40px; }

  .pb-medium {
    padding-bottom: 20px; }

  .pb-big + div .module-title {
    padding-top: 20px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 15px 15px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 15px 15px; }

  input.form-control, select.form-control {
    height: 50px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  input.form-control, select.form-control {
    height: 55px; }

  .text .file {
    background-size: 20px; }

  .container {
    max-width: 100%; }

  .container-block {
    max-width: calc(540px - 30px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto !important; }
    .container-block .title {
      margin-bottom: 0px; }
      .container-block .title h3 {
        font-size: 25rem; }
      .container-block .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .container-block.left {
      padding-right: 0px;
      padding-left: 0px; }
    .container-block.right {
      padding-left: 0px;
      padding-right: 0px; }

  .reverse .container-block.right {
    padding-right: 0px;
    padding-left: 0px; }
  .reverse .container-block.left {
    padding-left: 0px;
    padding-right: 0px; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left {
    justify-content: center; }
    .buttons.buttons-left .btn {
      margin-right: 15px; }

  .pt-big {
    padding-top: 50px; }

  .pt-medium {
    padding-top: 25px; }

  .pb-big {
    padding-bottom: 50px; }

  .pb-medium {
    padding-bottom: 25px; }

  .pb-big + div .module-title {
    padding-top: 25px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 20px 20px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 20px 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .text .file {
    background-size: 21px; }

  .container-block {
    max-width: 690px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 20px;
    margin: 0 auto !important; }
    .container-block .title {
      margin-bottom: 15px; }
      .container-block .title h3 {
        font-size: 25rem; }
      .container-block .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .container-block.left {
      padding-right: 0px;
      margin: 0 auto; }
    .container-block.right {
      padding-left: 0px;
      margin: 0 auto; }

  .reverse .container-block.right {
    padding-right: 0px;
    margin: 0 auto; }
  .reverse .container-block.left {
    padding-left: 0px;
    margin: 0 auto; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left {
    justify-content: center; }
    .buttons.buttons-left .btn {
      margin-right: 15px; }

  .pt-big {
    padding-top: 60px; }

  .pt-medium {
    padding-top: 30px; }

  .pb-big {
    padding-bottom: 60px; }

  .pb-medium {
    padding-bottom: 30px; }

  .pb-big + div .module-title {
    padding-top: 30px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 20px 25px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 20px 25px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .text .file {
    background-size: 21px; }

  .container-block {
    max-width: calc(100% - 20px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 480px; }
    .container-block .title h3 {
      font-size: 28rem; }
    .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: 15px 20px; }

  .buttons .btn {
    margin: 15px 15px 0px 15px; }
  .buttons.buttons-left .btn {
    margin-right: 30px; }

  .pt-big {
    padding-top: 80px; }

  .pt-medium {
    padding-top: 40px; }

  .pb-big {
    padding-bottom: 80px; }

  .pb-medium {
    padding-bottom: 40px; }

  .pb-big + div .module-title {
    padding-top: 40px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .container-block {
    max-width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 570px; }
    .container-block .title h3 {
      font-size: 30rem; }
    .container-block .title .icon {
      min-width: 46px;
      width: 46px;
      height: 46px; }
    .container-block.left {
      padding-right: 40px; }
    .container-block.right {
      padding-left: 40px; }

  .reverse .container-block.right {
    padding-right: 50px; }
  .reverse .container-block.left {
    padding-left: 50px; }

  .btn, .elementor-button {
    padding: 15px 20px; }

  .buttons .btn {
    margin: 15px 15px 0px 15px; }
  .buttons.buttons-left .btn {
    margin-right: 30px; }

  .pt-big {
    padding-top: 100px; }

  .pt-medium {
    padding-top: 50px; }

  .pb-big {
    padding-bottom: 100px; }

  .pb-medium {
    padding-bottom: 50px; }

  .pb-big + div .module-title {
    padding-top: 50px; } }
.animation-slide-left, .animation-slide-right, .animation-slide-bottom, .animation-slide-top {
  opacity: 0;
  /* Ukrycie przed animacją */
  transform: translateX(0);
  /* Neutralna pozycja */ }

.animate-left {
  animation: slideInLeft ease-out forwards; }

.animate-right {
  animation: slideInRight ease-out forwards; }

.animate-bottom {
  animation: slideInBottom ease-out forwards; }

.animate-top {
  animation: slideInTop ease-out forwards; }

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
    /* Start od lewej strony */ }
  to {
    opacity: 1;
    transform: translateX(0);
    /* Normalna pozycja */ } }
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
    /* Start od prawej strony */ }
  to {
    opacity: 1;
    transform: translateX(0);
    /* Normalna pozycja */ } }
@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
    /* Start od dołu */ }
  to {
    opacity: 1;
    transform: translateY(0);
    /* Normalna pozycja */ } }
@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
    /* Start od góry */ }
  to {
    opacity: 1;
    transform: translateY(0);
    /* Normalna pozycja */ } }
header {
  padding-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8; }
  header.sticked {
    padding-top: 0px; }
    header.sticked #main-nav {
      height: 80px; }
    header.sticked #link-konto > a, header.sticked #link-koszyk > a, header.sticked .btn-menu {
      background: var(--primary-bg); }
    header.sticked .page-nav .languages .my-dropdown-toggle {
      background-color: var(--primary-bg); }
    header.sticked .page-nav > li.special a span {
      padding: 16px 33px; }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }
  header.start-magic {
    position: absolute !important; }

#product-menu-tadam .photo .image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: auto; }
#product-menu-tadam .text {
  padding: 0 15px; }
#product-menu-tadam .wrapper {
  border-radius: 20px;
  width: 500px;
  background-color: var(--page-bg-color); }

.fog-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1; }

.fog-container {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .fog-container canvas {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%); }

#page-foto-restaurant {
  padding-top: 0;
  padding-bottom: 0; }
  #page-foto-restaurant .restaurant-logo {
    display: flex;
    justify-content: center; }
    #page-foto-restaurant .restaurant-logo img {
      max-height: 15vw;
      min-height: 140px; }
  #page-foto-restaurant .container-fluid {
    padding-bottom: 13vw;
    background: linear-gradient(0deg, var(--page-bg-color), transparent);
    height: 100%; }
  #page-foto-restaurant #subpage-title {
    font-size: 48px;
    font-weight: 500;
    font-style: italic;
    font-family: "Playfair Display", sans-serif;
    margin-top: 10px; }

#brush {
  opacity: 0; }

.star-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden; }
  .star-wrapper .star {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* Makes it a circle */
    box-shadow: 0 0 20px 2px #fff, 0 0 40px 4px #fff, 0 0 60px 6px #fff, 0 0 80px 8px #fff, 0 0 100px 10px #fff, 0 0 10px 2px #fff, 0 0 30px 4px #fff, 0 0 50px 6px #fff, 0 0 70px 8px #fff, 0 0 90px 10px #fff;
    position: fixed;
    background-color: white; }

#start-magic {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh !important; }
  #start-magic .bg-image {
    position: absolute;
    z-index: -1; }
    #start-magic .bg-image .image {
      margin: 0;
      position: relative; }
      #start-magic .bg-image .image img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        object-position: center; }

b {
  color: #999;
  font-weight: 300; }

.stats {
  width: 150px;
  padding: 2px 5px;
  line-height: 1em;
  position: absolute;
  background: fade(#fff, 10%);
  display: table;
  border-spacing: 5px;
  display: none; }
  .stats > div {
    display: table-row; }
    .stats > div span {
      width: 70%; }
    .stats > div span, .stats > div b {
      display: table-cell; }

part {
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 100;
  width: 9px;
  height: 9px;
  margin: -4px;
  opacity: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKpJREFUeNpi/L+IgZGBgYEZiFmgmAmI/wHxHyj+ywJVwAXEfFDMCsS/gfgTFH+D6QZJSgGxBBBzAPEPIH7BAAG/kBVJMBj4ZDEISjsyvH+6n+HClmlAsS9A/IEJ6gZWsAlCMi4MTExsYIUQE8FuhDnyN9iKd0/2MPz/9wtsEsRKkMP/MQJ9B9IhgsNNz4D4DQtU9SeoI79g8d0fkKK/IG+CfAFyJLZwAggwAL7rODKpW/oeAAAAAElFTkSuQmCC") no-repeat;
  /* Jeśli chcesz przywrócić styl z obramowaniem i poświatą, odkomentuj poniższy fragment */
  /* 
  background: $color;
  border: 2px solid $color;
  box-shadow:
      0px 0px 2px 2px rgba($glowColor, 0.3),
      0px 0px 0px 2px rgba($glowColor, 0.3);
  */ }

.fog-bg {
  background-image: url(/img/fog-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  animation: fadeInFog 5s ease-in-out infinite alternate; }
@keyframes fadeInFog {
  from {
    opacity: 0.2; }
  to {
    opacity: 0.8; } }
.products-buy .one-product {
  display: flex; }
  .products-buy .one-product .photo {
    width: 200px;
    margin-right: 20px; }
    .products-buy .one-product .photo img {
      width: 100%;
      object-fit: cover; }
    .products-buy .one-product .photo .no-photo {
      padding: 0px 30px 30px 30px; }
  .products-buy .one-product .buttons-count {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start; }
    .products-buy .one-product .buttons-count .btn {
      width: 30px;
      min-width: 30px; }
  .products-buy .one-product .buttons-count-inner {
    display: flex; }
  .products-buy .one-product .feature-name {
    display: flex;
    margin-right: 10px; }
  .products-buy .one-product .product-text {
    margin: 0 5px; }
  .products-buy .one-product .shop-product-one-feature {
    display: flex;
    justify-content: space-between; }

#start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #start .container-block .title h3 {
    color: #fff; }
  #start label {
    display: none; }

.window-open, .tadam {
  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.open, .tadam.open {
    opacity: 1; }
    .window-open.open .wrapper, .tadam.open .wrapper {
      transform: scale(1); }
  .window-open .container, .tadam .container {
    max-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column; }
  .window-open .wrapper, .tadam .wrapper {
    position: relative;
    display: none;
    width: 1000px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab;
    padding-bottom: 15px; }
  .window-open .image img, .tadam .image img {
    max-width: 100%; }
  .window-open .btn-close, .tadam .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, .tadam .btn-close:hover {
      background-color: #ff6666; }
  .window-open .scroll-content, .tadam .scroll-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%; }
  .window-open .buttons, .tadam .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fafafa; }

.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 .summary-price {
      margin-right: 25px; }
  .buttons-buy .product-count {
    display: flex;
    align-items: center; }
    .buttons-buy .product-count .btn-count {
      border: 2px solid var(--element2-color);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      height: 40px;
      width: 30px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .buttons-buy .product-count .btn-count.prev {
        border-radius: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: none;
        margin-right: 0;
        margin-top: 0; }
        .buttons-buy .product-count .btn-count.prev:hover {
          transform: none; }
      .buttons-buy .product-count .btn-count.next {
        border-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: none;
        margin-left: 0;
        margin-top: 0; }
        .buttons-buy .product-count .btn-count.next:hover {
          transform: none; }
      .buttons-buy .product-count .btn-count:hover {
        background-color: #dbdbdb; }
    .buttons-buy .product-count input[type='number'] {
      height: 40px;
      border-radius: 0;
      width: 60px;
      text-align: center;
      appearance: none;
      -moz-appearance: textfield;
      -webkit-appearance: none;
      padding-left: 0; }
    .buttons-buy .product-count input[type='number']::-webkit-outer-spin-button, .buttons-buy .product-count input[type='number']::-webkit-inner-spin-button {
      appearance: none;
      -webkit-appearance: none;
      margin: 0; }

.shop-go-to-summary .btn-go-to-cart {
  display: none; }

.shop-go-to-cart .btn-go-to-summary {
  display: none; }
.shop-go-to-cart #shop-delivery {
  display: none; }
.shop-go-to-cart #shop-discount {
  display: none; }

.shop-cart .shop-product {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding: 5px; }
  .shop-cart .shop-product .price {
    margin-left: 15px;
    white-space: nowrap; }
  .shop-cart .shop-product .product-count-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px; }
    .shop-cart .shop-product .product-count-buttons .btn-count {
      border-radius: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      height: 30px;
      width: 30px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      background-color: var(--element2-color);
      color: var(--secondary-text); }
      .shop-cart .shop-product .product-count-buttons .btn-count.prev {
        margin-right: 5px; }
      .shop-cart .shop-product .product-count-buttons .btn-count:hover {
        background-color: var(--element1-color); }
  .shop-cart .shop-product p {
    margin-bottom: 0; }
.shop-cart .product-info {
  display: flex;
  justify-content: space-between;
  width: 100%; }
.shop-cart .shop-product-one-feature {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .shop-cart .shop-product-one-feature p {
    color: #808080; }
  .shop-cart .shop-product-one-feature .feature-name {
    display: flex;
    color: #808080; }
.shop-cart .summary-price {
  display: flex;
  justify-content: space-between; }
.shop-cart .packaging-price {
  display: flex;
  justify-content: space-between; }
.shop-cart .discount-price {
  display: flex;
  justify-content: space-between; }
.shop-cart .old-price {
  text-decoration: line-through; }
.shop-cart .delivery-price {
  display: flex;
  justify-content: space-between; }

main {
  position: relative;
  padding-top: 0 !important; }

.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; }

.newsy {
  margin-bottom: 140px;
  margin-top: 60px; }
  .newsy .one-news {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column; }
    .newsy .one-news .foto figure.image {
      margin: 0; }
    .newsy .one-news .foto img {
      max-width: 100%;
      height: 300px;
      object-fit: cover; }
    .newsy .one-news .text {
      display: flex;
      height: 100%; }
      .newsy .one-news .text .text-inner {
        padding: 40px 15px 40px 0; }
      .newsy .one-news .text .date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        padding: 0 20px;
        background-color: var(--light-bg2); }
        .newsy .one-news .text .date span:first-child {
          font-size: 25rem; }
  .newsy h3 {
    font-size: 24rem;
    font-weight: 500;
    margin-top: 0; }
  .newsy p {
    font-size: 16rem;
    font-weight: 400;
    font-family: "Outfit", sans-serif; }
  .newsy .buttons {
    margin-top: 0; }

.better-info {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 30px; }
  .better-info .wrapper {
    max-width: 600px;
    font-weight: 500;
    position: relative;
    padding: 30px 45px 30px 145px;
    background-color: #fff;
    border-radius: 15px; }
    .better-info .wrapper.success {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/send.svg"); }
    .better-info .wrapper.warning {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-warning.svg"); }
    .better-info .wrapper.danger {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-danger.svg"); }
    .better-info .wrapper.info {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-info.svg"); }
    .better-info .wrapper .btn-close {
      color: black;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      font-weight: 600;
      padding: 0; }
    .better-info .wrapper a {
      color: #3499b5; }
      .better-info .wrapper a:hover {
        text-decoration: underline; }
    .better-info .wrapper h4 {
      text-transform: uppercase; }

#top-bar {
  height: 65px;
  max-width: 100vw; }
  #top-bar .container-fluid {
    height: 100%; }
  #top-bar .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  #top-bar .address p {
    font-size: 18rem; }
    #top-bar .address p br {
      display: none; }
  #top-bar p {
    margin-bottom: 0; }
  #top-bar .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px; }
  #top-bar .links a {
    display: flex;
    align-items: flex-end; }
  #top-bar .links span {
    font-size: 17rem;
    font-weight: 700;
    margin-right: 7px; }
  #top-bar .links img {
    width: 71px; }
  #top-bar .telephone a {
    font-weight: 400;
    color: var(--primary-text);
    font-size: 23rem; }
    #top-bar .telephone a strong {
      color: var(--element1-color);
      font-weight: 600; }
  #top-bar .socials {
    display: flex;
    align-items: center;
    margin-left: 55px; }
    #top-bar .socials a {
      background-color: var(--dark-bg2);
      border-radius: 50%;
      width: 33px;
      min-width: 33px;
      height: 33px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 5px; }
      #top-bar .socials a:hover {
        background-color: var(--element1-color); }

#main-nav {
  opacity: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 130px; }
  #main-nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0; }
    #main-nav .inner #logo {
      display: flex;
      align-items: center;
      margin-right: 100px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 0; }
      #main-nav .inner #logo img {
        width: 210px; }
  #main-nav .btn-menu {
    z-index: 1;
    margin-left: auto;
    display: none;
    width: 56px;
    height: 50px;
    margin-left: 5px; }
    #main-nav .btn-menu.menu-small {
      display: block;
      padding: 0; }
    #main-nav .btn-menu img {
      width: 25px; }

#main-menu {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #main-menu.big-menu .page-nav > li a {
    border-radius: 8px; }
  #main-menu.mini-menu {
    position: absolute;
    background-color: #fff;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateY(-100%);
    align-items: flex-start;
    max-height: calc(100vh);
    overflow-y: auto;
    opacity: 0;
    padding-bottom: 30px;
    top: 50px;
    background: var(--page-bg-color);
    border-top-left-radius: 10px;
    border-left: 1px solid #e7b582;
    border-top: 1px solid #e7b582; }
    #main-menu.mini-menu #link-konto, #main-menu.mini-menu #link-koszyk {
      margin: 0;
      margin-right: 10px; }
      #main-menu.mini-menu #link-konto .my-dropdown-mini .line1, #main-menu.mini-menu #link-konto .my-dropdown-mini .line2, #main-menu.mini-menu #link-koszyk .my-dropdown-mini .line1, #main-menu.mini-menu #link-koszyk .my-dropdown-mini .line2 {
        padding: 0; }
      #main-menu.mini-menu #link-konto a span, #main-menu.mini-menu #link-koszyk a span {
        padding: 20px 15px; }
      #main-menu.mini-menu #link-konto img, #main-menu.mini-menu #link-koszyk img {
        max-height: 20px; }
    #main-menu.mini-menu .page-nav {
      margin: 0 auto;
      list-style: none;
      padding: 0;
      order: 2;
      margin-bottom: 20px;
      flex-direction: column;
      max-width: 500px; }
      #main-menu.mini-menu .page-nav li {
        border-bottom: 1px solid #e7b582;
        margin-left: 0;
        width: 100%;
        border-radius: 0; }
        #main-menu.mini-menu .page-nav li:hover {
          background-color: bg-hover; }
        #main-menu.mini-menu .page-nav li a {
          padding: 0;
          color: var(--primary-text);
          width: 100%; }
          #main-menu.mini-menu .page-nav li a span {
            padding-top: 20px;
            padding-bottom: 20px; }
      #main-menu.mini-menu .page-nav > li.special {
        border-top: none;
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: center; }
        #main-menu.mini-menu .page-nav > li.special a {
          padding: 0;
          color: var(--secondary-text);
          border-radius: 21px;
          background-color: var(--element1-color);
          font-weight: 400;
          width: fit-content; }
          #main-menu.mini-menu .page-nav > li.special a span {
            padding: 15px 30px; }
      #main-menu.mini-menu .page-nav .my-dropdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
        #main-menu.mini-menu .page-nav .my-dropdown:hover {
          background-color: var(--primary-bg); }
      #main-menu.mini-menu .page-nav .my-dropdown-toggle {
        width: calc(100% - 65px); }
        #main-menu.mini-menu .page-nav .my-dropdown-toggle .caret {
          display: none; }
        #main-menu.mini-menu .page-nav .my-dropdown-toggle:after {
          color: var(--element2-color); }
      #main-menu.mini-menu .page-nav .my-dropdown-mini {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 10px;
        border: none;
        background-color: transparent;
        margin-right: 15px;
        margin-left: 15px;
        position: relative; }
        #main-menu.mini-menu .page-nav .my-dropdown-mini .line1 {
          width: 2px;
          height: 20px;
          background-color: var(--primary-text);
          border-radius: 5px;
          position: absolute;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          transform: rotate(45deg);
          height: 13px;
          margin-left: 9px;
          border-radius: 5px;
          display: block;
          padding: 0; }
        #main-menu.mini-menu .page-nav .my-dropdown-mini .line2 {
          width: 2px;
          height: 20px;
          background-color: var(--primary-text);
          border-radius: 5px;
          position: absolute;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          transform: rotate(-45deg);
          height: 13px;
          margin-right: 9px;
          border-radius: 5px;
          display: block;
          padding: 0; }
        #main-menu.mini-menu .page-nav .my-dropdown-mini.open {
          background-color: transparent; }
          #main-menu.mini-menu .page-nav .my-dropdown-mini.open .line1 {
            transform: rotate(135deg); }
          #main-menu.mini-menu .page-nav .my-dropdown-mini.open .line2 {
            transform: rotate(-135deg); }
      #main-menu.mini-menu .page-nav .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
        border-top: 2px solid var(--primary-bg);
        border-bottom: 2px solid var(--primary-bg);
        font-size: 90%;
        background-color: transparent;
        top: 0;
        padding-top: 0;
        padding-bottom: 0; }
        #main-menu.mini-menu .page-nav .dropdown-menu > li:hover {
          background-color: var(--bg-hover); }
        #main-menu.mini-menu .page-nav .dropdown-menu .my-dropdown {
          background-image: none;
          border-top: 1px solid #e5e5e5;
          display: flex;
          padding-left: 0; }
          #main-menu.mini-menu .page-nav .dropdown-menu .my-dropdown + .my-dropdown {
            border-top: 1px solid var(--element2-color); }
          #main-menu.mini-menu .page-nav .dropdown-menu .my-dropdown > a {
            background-image: url("/img/right-arrow-mobile.svg?ver=0.5");
            background-repeat: no-repeat;
            background-position: 35px center;
            background-size: 15px;
            padding-left: 40px; }
        #main-menu.mini-menu .page-nav .dropdown-menu .dropdown-menu {
          border-bottom: none;
          left: 0;
          top: 0; }
          #main-menu.mini-menu .page-nav .dropdown-menu .dropdown-menu li {
            padding-left: 60px;
            background-position: 55px center; }
        #main-menu.mini-menu .page-nav .dropdown-menu li {
          background-image: url("/img/right-arrow-mobile.svg?ver=0.5");
          background-repeat: no-repeat;
          background-position: 35px center;
          background-size: 15px;
          padding-left: 40px;
          background-color: var(--primary-bg); }
          #main-menu.mini-menu .page-nav .dropdown-menu li:hover {
            background-color: var(--bg-hover); }
            #main-menu.mini-menu .page-nav .dropdown-menu li:hover a {
              background-color: transparent; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {
            margin-top: 0;
            border-top: none; }
            #main-menu.mini-menu .page-nav .dropdown-menu li:first-child a {
              color: var(--primary-text);
              border-radius: 0; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:last-child {
            border-bottom: none; }
    #main-menu.mini-menu .phone {
      width: 100%;
      justify-content: center;
      margin-top: 30px; }
      #main-menu.mini-menu .phone a {
        font-weight: 400;
        color: var(--primary-text);
        font-size: 23rem; }
        #main-menu.mini-menu .phone a strong {
          color: var(--element1-color);
          font-weight: 600; }
    #main-menu.mini-menu .socials {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 30px;
      order: 2; }
      #main-menu.mini-menu .socials a {
        background-color: var(--dark-bg2);
        border-radius: 50%;
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px; }
        #main-menu.mini-menu .socials a:hover {
          background-color: var(--element1-color); }
    #main-menu.mini-menu.open {
      transform: translateY(0);
      opacity: 1; }
  #main-menu #link-konto {
    margin-left: auto; }
    #main-menu #link-konto img {
      margin-right: 15px; }
    #main-menu #link-konto span {
      display: flex;
      align-items: center; }
  #main-menu #link-koszyk span {
    display: flex;
    align-items: center;
    font-weight: 700; }
  #main-menu #link-koszyk img {
    margin-right: 15px; }
  #main-menu #link-koszyk strong {
    color: #10af57; }

.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.png"); }
  .socials a.instagram {
    background-image: url("/img/ig.png"); }
  .socials a.youtube {
    background-image: url("/img/yt.svg"); }

#link-konto > a, #link-koszyk > a, .btn-menu {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  position: relative; }
  #link-konto > a > span, #link-koszyk > a > span, .btn-menu > span {
    padding: 0;
    width: 56px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #link-konto > a::before, #link-koszyk > a::before, .btn-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(71deg, rgba(231, 181, 131, 0.996) 0%, rgba(251, 237, 203, 0.998) 48%, #bf7f51 99%, #bf7f51 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0; }

#link-konto, #link-koszyk, .page-nav li.languages {
  margin-left: 5px;
  margin-right: 5px; }

#link-konto:hover, #link-koszyk:hover {
  background-color: transparent; }
  #link-konto:hover > a, #link-koszyk:hover > a {
    background: rgba(0, 0, 0, 0.8); }
  #link-konto:hover img, #link-koszyk:hover img {
    transform: scale(1.2); }
#link-konto ul a:hover, #link-koszyk ul a:hover {
  background-color: #333; }
#link-konto img, #link-koszyk img {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.btn-menu:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: none; }
  .btn-menu:hover img {
    transform: scale(1.2); }
.btn-menu img {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .page-nav .languages:hover {
    background-color: transparent !important; }
  .page-nav .languages .my-dropdown-toggle {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    position: relative; }
    .page-nav .languages .my-dropdown-toggle::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 1px;
      border-radius: 10px;
      background: linear-gradient(71deg, rgba(231, 181, 131, 0.996) 0%, rgba(251, 237, 203, 0.998) 48%, #bf7f51 99%, #bf7f51 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      z-index: 0; }
    .page-nav .languages .my-dropdown-toggle .lang-wrapper {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 14px 12px; }
    .page-nav .languages .my-dropdown-toggle .lang-title {
      font-size: 19rem;
      font-family: "Playfair Display", sans-serif;
      font-weight: 800;
      padding-left: 30px;
      padding-right: 30px;
      text-transform: initial; }
    .page-nav .languages .my-dropdown-toggle .lang-code {
      font-size: 18rem;
      border-left: 2px solid #bbb;
      padding-left: 15px;
      font-style: normal; }
    .page-nav .languages .my-dropdown-toggle .caret {
      background-image: url("/img/caret.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 14px;
      height: 8px;
      margin-left: 15px; }
  .page-nav .languages .dropdown-menu .one-lang a {
    border-radius: 0 !important;
    text-transform: initial; }
    .page-nav .languages .dropdown-menu .one-lang a:hover {
      background-color: #444;
      color: var(--primary-text); }
  .page-nav .languages .dropdown-menu .one-lang span {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .page-nav .languages .dropdown-menu .one-lang img {
    width: 40px;
    height: 25px;
    object-fit: cover;
    margin-right: 20px; }
  .page-nav .my-dropdown-mini {
    display: none; }
  .page-nav li {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px; }
    .page-nav li a {
      display: block;
      padding: 0;
      font-size: 18rem;
      color: var(--primary-text);
      white-space: nowrap;
      text-transform: uppercase;
      transition: 0s; }
      .page-nav li a.active {
        font-weight: 600; }
      .page-nav li a span {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        padding: 40px 20px;
        margin-left: 0;
        margin-right: 0px; }
      .page-nav li a:hover {
        background-color: color-mix(in srgb, var(--page-bg-color), white 20%);
        color: var(--primary-text); }
    .page-nav li:before {
      display: none; }
  .page-nav > li.special:hover > a {
    transform: scale(0.95); }
  .page-nav > li.special > a {
    font-weight: 600;
    border-radius: 8px;
    color: var(--secondary-text);
    background-color: var(--element1-color);
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .page-nav > li.special > a span {
      padding: 16px 33px; }
  .page-nav > li:first-child {
    margin-left: auto; }
  .page-nav > .my-dropdown:first-child > .my-dropdown-toggle .caret {
    background-image: url("/img/caret.svg"); }
  .page-nav .my-dropdown {
    position: relative; }
    .page-nav .my-dropdown:hover {
      background-color: var(--bg-hover);
      color: var(--primary-text); }
    .page-nav .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center; }
      .page-nav .my-dropdown .my-dropdown-toggle .caret {
        display: inline-block;
        content: "";
        width: 13px;
        height: 7px;
        background-image: url("/img/caret-blue.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-right: 2px; }
      .page-nav .my-dropdown .my-dropdown-toggle:after {
        display: none; }
    .page-nav .my-dropdown .dropdown-menu {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      border-top: 3px solid var(--primary-title);
      padding: 5px 0px;
      left: 0px;
      right: auto;
      top: calc(100% - 2px);
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
      background-color: var(--primary-bg);
      min-width: 100%; }
      .page-nav .my-dropdown .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -8px; }
      .page-nav .my-dropdown .dropdown-menu li {
        width: 100%;
        margin-left: 0; }
        .page-nav .my-dropdown .dropdown-menu li a {
          width: 100%; }
          .page-nav .my-dropdown .dropdown-menu li a span {
            padding: 15px 10px; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-dots {
    display: flex;
    justify-content: center; }
    .owl-carousel .owl-dots .owl-dot {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid var(--primary-text);
      margin: 0 5px;
      background-color: var(--primary-bg); }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: var(--element1-color); }
  .owl-carousel .nav-wrapper {
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px; }
  .owl-carousel .nav-start {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 5px;
    background-image: url("/img/owl-start.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    padding: 0; }
  .owl-carousel .nav-stop {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 5px;
    background-image: url("/img/owl-pause.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    padding: 0; }
  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: calc(50% - 25px);
    border: 1px solid var(--element1-color) !important; }
    .owl-carousel .owl-nav button img {
      width: 15px; }
    .owl-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: -60px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -60px; }
    .owl-carousel .owl-nav button.disabled {
      opacity: 0.5; }
    .owl-carousel .owl-nav button:hover .owl-carousel .owl-nav button:not(.disabled) {
      opacity: 1; }
    .owl-carousel .owl-nav button:focus {
      outline: none; }
  .owl-carousel .one-news {
    color: var(--primary-title);
    display: block; }
    .owl-carousel .one-news img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .owl-carousel .one-news .wrapper {
      display: flex; }

#tadam-login .wrapper {
  width: 400px;
  max-width: 400px; }

#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.start-magic {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  footer.start-magic #footer p {
    color: rgba(255, 255, 255, 0.7); }
  footer.start-magic .top-footer {
    display: none; }
footer:not(.start-magic) #footer {
  position: relative; }
  footer:not(.start-magic) #footer:after, footer:not(.start-magic) #footer:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #e7b583 0%, #fbedcb 48%, #bf7f51 99%, #bf7f51 100%);
    position: absolute; }
  footer:not(.start-magic) #footer:after {
    bottom: 90px; }
  footer:not(.start-magic) #footer .bottom-footer {
    height: 90px;
    display: flex;
    align-items: center; }

.top-footer {
  padding-top: 80px;
  padding-bottom: 70px; }
  .top-footer .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .top-footer .footer-logo .photo {
      margin-bottom: 30px; }
      .top-footer .footer-logo .photo img {
        max-width: 220px; }
    .top-footer .footer-logo .footer-city {
      font-size: 19rem;
      letter-spacing: 7px;
      color: var(--primary-text);
      font-weight: 300;
      text-align: center;
      text-transform: uppercase; }
  .top-footer .footer-menu ul {
    padding-left: 0; }
    .top-footer .footer-menu ul li a {
      font-size: 18rem;
      letter-spacing: 1px;
      color: var(--primary-text);
      font-weight: 300;
      position: relative; }
      .top-footer .footer-menu ul li a:hover:after, .top-footer .footer-menu ul li a:focus:after {
        width: 100%; }
      .top-footer .footer-menu ul li a:after {
        content: " ";
        display: block;
        width: 0%;
        height: 2px;
        background-color: var(--primary-text);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        position: absolute;
        bottom: -2px;
        left: 0; }
    .top-footer .footer-menu ul li:before {
      display: none; }
  .top-footer .footer-menu .socials {
    display: flex;
    align-items: center;
    margin-top: 40px; }
    .top-footer .footer-menu .socials a {
      width: 26px;
      height: 26px;
      display: block;
      margin-right: 20px;
      background-size: contain;
      position: relative; }
      .top-footer .footer-menu .socials a:hover:before {
        width: 44px;
        /* Szerokość okręgu (dopasuj do swoich preferencji) */
        height: 44px;
        /* Wysokość okręgu (dopasuj do swoich preferencji) */
        border-width: 2px;
        opacity: 1; }
      .top-footer .footer-menu .socials a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border: 2px solid white;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s;
        pointer-events: none;
        opacity: 0; }
  .top-footer .footer-newsletter .newsletter-title {
    font-size: 36rem;
    color: #e7d2b4;
    font-weight: bold;
    font-style: italic;
    font-family: "Playfair Display", sans-serif; }
  .top-footer .footer-newsletter .newsletter-desc {
    font-size: 25rem;
    color: var(--primary-text);
    font-weight: 400;
    margin-bottom: 20px; }
  .top-footer .footer-newsletter .email-space {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .top-footer .footer-newsletter .email-space .btn-magic:before {
      padding: 12px 15px; }
  .top-footer .footer-newsletter .checkbox-label {
    padding: 0; }
    .top-footer .footer-newsletter .checkbox-label input[type='checkbox'] {
      margin-right: 10px; }
    .top-footer .footer-newsletter .checkbox-label a {
      text-decoration: underline; }

.bottom-footer {
  padding: 25px 0;
  overflow-y: hidden;
  position: relative; }
  .bottom-footer .container-fluid {
    padding: 0 100px; }
  .bottom-footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: space-between; }
  .bottom-footer p {
    color: var(--primary-text);
    font-size: 16rem;
    margin-bottom: 0; }
  .bottom-footer a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16rem; }
    .bottom-footer a:hover {
      color: var(--text-hover); }
  .bottom-footer .copyright {
    text-align: center; }
  .bottom-footer .author {
    text-align: center; }

.subsite figure.image {
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 7;
  position: relative; }
  .subsite figure.image img {
    max-width: 100%; }

.page-foto {
  padding: 2vw 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--light-bg);
  width: 100%; }
  .page-foto h1 {
    color: var(--primary-title);
    margin-top: 0;
    margin-bottom: 0; }

.gallery-simple {
  column-count: 4;
  column-gap: 0;
  margin-top: 60px; }
  .gallery-simple a {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px; }
  .gallery-simple img {
    width: 100%;
    height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  padding-left: 90px; }
  .breadcrumbs li {
    display: flex; }
    .breadcrumbs li a {
      font-size: 14px;
      color: var(--transparent-color2);
      white-space: nowrap; }
    .breadcrumbs li span.slash {
      padding: 0 15px;
      display: block;
      font-size: 14px;
      color: var(--transparent-color2); }
    .breadcrumbs li:last-child span.slash {
      display: none; }
    .breadcrumbs li:last-child a {
      color: var(--primary-text); }

.similar-products {
  padding-bottom: 60px; }

.product-page {
  padding-top: 25px;
  padding-bottom: 60px; }
  .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: "Playfair Display", sans-serif;
      font-weight: 500; }
    .product-page .product-versions .version-change {
      font-size: 16rem;
      cursor: pointer; }
      .product-page .product-versions .version-change:hover {
        border-color: var(--element1-color); }
  .product-page .item-answears {
    padding-top: 70px;
    max-width: 1230px;
    margin: 0 auto; }
    .product-page .item-answears p, .product-page .item-answears ul li, .product-page .item-answears ol li {
      color: var(--transparent-color2); }
    .product-page .item-answears p, .product-page .item-answears ul, .product-page .item-answears ol {
      margin-bottom: 30px; }
    .product-page .item-answears h2 {
      font-size: 24rem;
      color: var(--element1-color);
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 55px;
      text-transform: uppercase; }
    .product-page .item-answears h4 {
      font-size: 17rem;
      color: var(--transparent-color2);
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px; }
    .product-page .item-answears .one-answear {
      display: none; }
      .product-page .item-answears .one-answear.active {
        display: block; }
  .product-page .item-questions {
    display: flex;
    padding-top: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .product-page .item-questions .one-question.active .title {
      color: var(--element1-color); }
      .product-page .item-questions .one-question.active .title:after {
        width: 100%; }
    .product-page .item-questions .one-question:first-child .title {
      padding-right: 60px; }
    .product-page .item-questions .title {
      color: var(--transparent-color2);
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 700;
      text-transform: unset;
      padding: 20px 50px;
      padding-left: 5px;
      margin: 0;
      margin-right: 10px;
      position: relative; }
      .product-page .item-questions .title:after {
        display: block;
        content: "";
        width: 0%;
        background-clip: padding-box;
        transform: translate3d(0, 0, 0);
        height: 9px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: var(--element1-color);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .product-page .item-questions .title:hover {
        transform: unset;
        color: var(--anhor); }
        .product-page .item-questions .title:hover:after {
          width: 100%; }
      .product-page .item-questions .title:focus {
        outline: none !important;
        box-shadow: none !important; }
  .product-page .product-carousel .owl-nav button {
    width: 30px;
    height: 80px;
    top: 0;
    border: none !important;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .product-page .product-carousel .owl-nav button.disabled {
      opacity: 0;
      pointer-events: none; }
    .product-page .product-carousel .owl-nav button:hover img {
      filter: brightness(1); }
    .product-page .product-carousel .owl-nav button.owl-next {
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.6082808123) 0%, rgba(255, 255, 255, 0.681109944) 50%, rgba(255, 255, 255, 0.7987570028) 100%); }
      .product-page .product-carousel .owl-nav button.owl-next img {
        transform: rotate(-90deg); }
    .product-page .product-carousel .owl-nav button.owl-prev {
      left: 0;
      transform: none;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.6082808123) 0%, rgba(255, 255, 255, 0.681109944) 50%, rgba(255, 255, 255, 0.7987570028) 100%); }
      .product-page .product-carousel .owl-nav button.owl-prev img {
        transform: rotate(90deg); }
    .product-page .product-carousel .owl-nav button img {
      filter: brightness(0.5);
      transition: 0.3s;
      -webkit-transition: 0.3s; }
  .product-page .product-carousel .one-image img {
    height: 70px;
    width: 100%;
    object-fit: contain; }
  .product-page .product-carousel .one-image .image {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    border: 3px solid var(--element2-color);
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .product-page .product-carousel .one-image:hover {
    cursor: pointer; }
    .product-page .product-carousel .one-image:hover .image {
      border: 3px solid #83bce6; }
  .product-page .photos {
    padding-right: 160px;
    padding-top: 20px; }
  .product-page #main-photo {
    height: 500px;
    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 .feature-value-price {
    padding-left: 15px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "Playfair Display", sans-serif;
    color: var(--transparent-color2); }
  .product-page .feature-values {
    margin-top: 20px; }
    .product-page .feature-values .form-group {
      margin-bottom: 10px; }
    .product-page .feature-values input {
      margin-right: 15px;
      cursor: pointer; }
    .product-page .feature-values label {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      padding: 0;
      font-size: 14px; }
      .product-page .feature-values label:hover .feature-title, .product-page .feature-values label:hover .feature-value-price {
        color: var(--element1-color); }
      .product-page .feature-values label .feature-title {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
  .product-page .input-group {
    flex-wrap: nowrap;
    align-items: center;
    width: auto; }
  .product-page input[type=radio] {
    height: 16px;
    width: 16px;
    flex: unset; }
  .product-page .feature-main-title {
    padding-top: 50px;
    color: var(--transparent-color2);
    font-size: 14px;
    margin: 0;
    font-family: "Playfair Display", 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: "Playfair Display", sans-serif; }
  .product-page .price {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-top: 20px; }
    .product-page .price .new-price {
      font-size: 30rem;
      letter-spacing: 1px;
      font-weight: 400;
      margin-right: 15px;
      margin-bottom: 0;
      font-family: "Playfair Display", sans-serif; }
    .product-page .price .old-before {
      letter-spacing: 0px;
      font-size: 22rem;
      color: var(--transparent-color2);
      margin-bottom: 0;
      font-family: "Playfair Display", sans-serif; }
      .product-page .price .old-before span {
        text-decoration: line-through; }
  .product-page .vat-delivery-information p {
    color: var(--transparent-color2);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0; }
    .product-page .vat-delivery-information p a {
      color: var(--transparent-color2);
      font-size: 14px;
      font-weight: 400;
      text-decoration: underline; }
      .product-page .vat-delivery-information p a:hover {
        color: var(--element1-color); }
  .product-page .sale-disabled {
    margin-top: 40px; }

#product .module-title {
  padding-top: 0; }

#canvas {
  width: 100% !important;
  height: 100% !important;
  position: absolute; }

@media (max-width: 575.5px) {
  html {
    font-size: 0.8px; }

  header.sticked {
    transform: translateY(0px); }
    header.sticked #main-menu.mini-menu {
      background: var(--page-bg-color); }
      header.sticked #main-menu.mini-menu.open {
        transform: translateY(-50px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }

  #page-foto-restaurant .restaurant-logo {
    justify-content: flex-start; }

  #page-foto-restaurant #subpage-title {
    font-size: 19px; }

  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; }

  #link-konto > a > span, #link-koszyk > a > span {
    width: 50px; }

  #author-page .map-links ul li {
    width: 100%;
    padding-right: 0; }

  #start-magic .bg-image {
    height: 100%; }
    #start-magic .bg-image .image {
      height: 100%; }
      #start-magic .bg-image .image img {
        height: 100%; }

  #top-bar {
    height: 50px;
    display: none; }
    #top-bar .right {
      display: none; }
      #top-bar .right .socials {
        margin-left: 30px; }

  footer .top-footer .footer-newsletter {
    margin-top: 40px; }
    footer .top-footer .footer-newsletter .newsletter-title {
      font-size: 26rem; }
    footer .top-footer .footer-newsletter .newsletter-desc {
      font-size: 22rem;
      margin-bottom: 10px; }
    footer .top-footer .footer-newsletter .form-group:last-child {
      margin-bottom: 0; }
    footer .top-footer .footer-newsletter .btn-magic {
      padding: 28px 38px; }
  footer .top-footer .footer-logo .photo img {
    max-width: 100px; }
  footer .top-footer .footer-logo .footer-city {
    font-size: 17rem;
    letter-spacing: 3px; }

  #main-nav {
    height: 80px; }
    #main-nav .inner #logo {
      margin-right: 0; }
      #main-nav .inner #logo a {
        width: auto; }
      #main-nav .inner #logo .motto {
        display: none !important; }
      #main-nav .inner #logo img {
        width: 120px; }

  .page-nav {
    justify-content: flex-end; }
    .page-nav li.languages {
      display: none; }
    .page-nav li a span {
      padding: 15px 10px;
      margin-left: 7px;
      margin-right: 7px; }

  footer.start-magic {
    position: absolute; }

  .bottom-footer {
    padding: 10px 0; }
    .bottom-footer .container-fluid {
      padding: 0 50px; }
    .bottom-footer .wrapper {
      justify-content: center; }
    .bottom-footer .copyright {
      padding: 10px;
      padding-bottom: 0; }
    .bottom-footer .author {
      padding: 10px; }

  #main-menu.mini-menu {
    flex-direction: column;
    padding-top: 100px; }
    #main-menu.mini-menu .page-nav {
      order: 0; }
      #main-menu.mini-menu .page-nav li a span {
        white-space: normal; }
    #main-menu.mini-menu .socials {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 20px; }
      #main-menu.mini-menu .socials a {
        background-color: var(--dark-bg2);
        border-radius: 50%;
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px; }
        #main-menu.mini-menu .socials a:hover {
          background-color: var(--element1-color); }
      #main-menu.mini-menu .socials img {
        max-width: 19px;
        max-height: 19px; }

  #main-menu.mini-menu {
    flex-direction: column;
    border: none;
    border-radius: 0;
    background: linear-gradient(180deg, #00000000, var(--page-bg-color) 10%, var(--page-bg-color) 100%);
    padding-top: 130px;
    top: 50px; }
    #main-menu.mini-menu.open {
      transform: translateY(-15px); }
    #main-menu.mini-menu .page-nav {
      order: 0; }

  .gallery-simple {
    column-count: 2;
    margin-top: 30px; }

  .newsy {
    margin-bottom: 60px; }
    .newsy .one-news .foto img {
      height: 60vw; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 21rem;
      margin-bottom: 5px; }
    .newsy p {
      font-size: 17rem; }

  .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; }
    .product-page .photos #main-photo {
      margin-bottom: 30px;
      height: 65vw; }
      .product-page .photos #main-photo img {
        max-width: 80%; }

  .breadcrumbs {
    padding-left: 0px;
    padding-top: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  html {
    font-size: 0.85px; }

  header.sticked {
    transform: translateY(0px); }
    header.sticked #main-menu.mini-menu {
      background: var(--page-bg-color); }
      header.sticked #main-menu.mini-menu.open {
        transform: translateY(-50px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 60px; }

  #page-foto-restaurant .restaurant-logo {
    justify-content: flex-start; }

  #page-foto-restaurant #subpage-title {
    font-size: 25px; }

  #author-page .map-links ul li {
    width: 100%;
    padding-right: 0; }

  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px; }

  #top-bar {
    height: 50px; }
    #top-bar .right {
      padding-right: 15px; }
    #top-bar .address p {
      font-size: 17rem; }
    #top-bar .socials {
      margin-left: 20px; }
      #top-bar .socials a {
        margin-left: 5px; }

  #main-nav {
    height: 90px; }
    #main-nav .inner #logo img {
      width: 160px; }

  #main-menu.mini-menu {
    flex-direction: column;
    border: none;
    border-radius: 0;
    background: linear-gradient(180deg, #00000000, var(--page-bg-color) 10%, var(--page-bg-color) 100%);
    padding-top: 130px;
    top: 50px; }
    #main-menu.mini-menu.open {
      transform: translateY(-15px); }
    #main-menu.mini-menu .page-nav {
      order: 0; }

  footer .footer-newsletter {
    margin-top: 40px; }
    footer .footer-newsletter .form-group:last-child {
      margin-bottom: 0; }
  footer:not(.start-magic) #footer:after {
    bottom: 90px; }
  footer:not(.start-magic) #footer .bottom-footer {
    height: 90px; }

  .bottom-footer {
    padding: 10px 0; }
    .bottom-footer .container-fluid {
      padding: 0 85px; }
    .bottom-footer .wrapper {
      flex-direction: column; }
    .bottom-footer .copyright {
      margin-bottom: 10px; }

  .gallery-simple {
    column-count: 3;
    margin-top: 30px; }

  .newsy {
    margin-bottom: 60px; }
    .newsy .one-news .foto img {
      height: 60vw; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 21rem; }
    .newsy p {
      font-size: 16rem; }

  .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: 0px; }
    .product-page .photos #main-photo {
      margin-bottom: 50px; }

  .breadcrumbs {
    padding-left: 0px;
    padding-top: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(0px); }
    header.sticked #main-nav {
      height: 70px; }
    header.sticked #main-menu.mini-menu {
      background: var(--page-bg-color); }
      header.sticked #main-menu.mini-menu.open {
        transform: translateY(-50px); }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

  footer .footer-newsletter {
    margin-top: 40px; }
    footer .footer-newsletter .form-group:last-child {
      margin-bottom: 0; }
  footer:not(.start-magic) #footer:after {
    bottom: 90px; }
  footer:not(.start-magic) #footer .bottom-footer {
    height: 90px; }

  #page-foto-restaurant #subpage-title {
    font-size: 30px; }

  #author-page .map-links ul li {
    width: 50%; }

  #top-bar {
    height: 50px; }
    #top-bar .right {
      padding-right: 15px; }
    #top-bar .address p {
      font-size: 17rem; }
    #top-bar .socials {
      margin-left: 20px; }
      #top-bar .socials a {
        margin-left: 5px; }

  #main-menu.mini-menu {
    flex-direction: column;
    border: none;
    border-radius: 0;
    background: linear-gradient(180deg, #00000000, var(--page-bg-color) 10%, var(--page-bg-color) 100%);
    padding-top: 130px; }
    #main-menu.mini-menu.open {
      transform: translateY(-15px); }

  #main-nav {
    height: 90px; }
    #main-nav .inner #logo img {
      width: 170px; }

  .gallery-simple {
    column-count: 3; }

  .newsy {
    margin-bottom: 60px; }
    .newsy .one-news .foto img {
      height: 240px; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 20rem; }
    .newsy p {
      font-size: 16rem; }

  .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: 0px; }
    .product-page .photos #main-photo {
      margin-bottom: 50px; }

  .breadcrumbs {
    padding-left: 0px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  html {
    font-size: 0.9px; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(90px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(95px); }

  #page-foto-restaurant #subpage-title {
    font-size: 35px; }

  body h1 {
    font-size: 35px; }
  body h2 {
    font-size: 30rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  #top-bar .right {
    padding-right: 15px; }
  #top-bar .left {
    display: none; }
  #top-bar .socials {
    margin-left: 20px; }
    #top-bar .socials a {
      margin-left: 5px; }

  #main-menu #link-konto {
    margin-right: 10px;
    margin-left: auto; }
    #main-menu #link-konto span {
      padding: 16px 0px; }
    #main-menu #link-konto img {
      margin-right: 10px;
      max-height: 28px; }
  #main-menu #link-koszyk {
    margin-left: 10px;
    margin-right: 10px; }
    #main-menu #link-koszyk span {
      padding: 16px 0px; }
    #main-menu #link-koszyk img {
      margin-right: 10px;
      max-height: 29px; }
  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(115px); }
    #main-menu.mini-menu .page-nav li:first-child {
      margin-top: 0; }
    #main-menu.mini-menu .page-nav li span {
      padding: 25px 15px; }

  #author-page .map-links ul li {
    width: 50%; }

  #main-nav {
    height: 100px; }
    #main-nav .inner #logo {
      margin-right: 20px; }
      #main-nav .inner #logo .motto {
        font-size: 12rem; }
      #main-nav .inner #logo img {
        width: 180px; }

  .page-nav > li:first-child > a span {
    padding: 13px 15px; }
  .page-nav li {
    margin: 0 auto; }
    .page-nav li a span {
      padding: 30px 5px; }
  .page-nav .my-dropdown .my-dropdown-toggle .caret {
    margin-left: 10px; }

  .gallery-simple {
    column-count: 3; }

  .newsy {
    margin-bottom: 90px; }
    .newsy .one-news .foto img {
      height: 240px; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 20rem; }
    .newsy p {
      font-size: 16rem; }

  .product-page .item-answears {
    padding-top: 40px; }
    .product-page .item-answears h2 {
      margin-bottom: 35px; }
  .product-page .product-carousel .owl-nav button {
    height: 108px; }
  .product-page .product-carousel .one-image img {
    height: 93px; }
  .product-page .photos {
    padding-right: 70px; }

  .breadcrumbs {
    padding-left: 20px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  html {
    font-size: 0.95px; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(30px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(30px); }
  header.sticked .page-nav > li.special > a span {
    padding: 13px 15px; }

  #page-foto-restaurant #subpage-title {
    font-size: 40px; }

  body h2 {
    font-size: 25rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  #top-bar .address p {
    font-size: 16rem; }
  #top-bar .socials {
    margin-left: 20px; }
    #top-bar .socials a {
      margin-left: 5px; }

  #main-menu #link-konto {
    margin-right: 10px;
    margin-left: auto; }
    #main-menu #link-konto span {
      padding: 16px 0px; }
    #main-menu #link-konto img {
      margin-right: 10px;
      max-height: 28px; }
  #main-menu #link-koszyk {
    margin-left: 10px;
    margin-right: 10px; }
    #main-menu #link-koszyk span {
      padding: 16px 0px; }
    #main-menu #link-koszyk img {
      margin-right: 10px;
      max-height: 29px; }
  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(70px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(70px); }
    #main-menu.mini-menu .page-nav li:first-child {
      margin-top: 0; }
    #main-menu.mini-menu .page-nav li span {
      padding-top: 20px;
      padding-bottom: 20px; }

  #main-nav .inner #logo {
    margin-right: 20px; }
    #main-nav .inner #logo .motto {
      font-size: 12rem; }
    #main-nav .inner #logo img {
      width: 180px; }

  .page-nav > li.special > a span {
    padding: 13px 15px; }
  .page-nav li {
    margin: 0 auto; }
    .page-nav li a {
      font-size: 16rem; }
      .page-nav li a span {
        padding: 16px 5px; }
  .page-nav .my-dropdown .my-dropdown-toggle .caret {
    margin-left: 10px; }

  #author-page .map-links ul li {
    width: 33.333%; }

  .services .wrapper .one-element .foto img {
    height: 290px; }
  .services .wrapper .one-element h3 {
    font-size: 25rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 265px; }

  #galleries .foto img {
    height: 189px; }

  .newsy {
    margin-bottom: 90px; }
    .newsy .one-news .foto img {
      height: 240px; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 20px 15px 20px 0; }
    .newsy h3 {
      font-size: 21rem; }
    .newsy p {
      font-size: 16rem; }

  .product-page .product-carousel .owl-nav button {
    height: 100px; }
  .product-page .product-carousel .one-image img {
    height: 84px; }
  .product-page .photos {
    padding-right: 70px; }

  .breadcrumbs {
    padding-left: 40px; } }
@media (min-width: 1580px) {
  .container {
    max-width: 1550px; }

  #product .container {
    max-width: 1510px; }

  body.overflow-y-hidden {
    overflow: auto !important; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(30px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(30px); }

  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(70px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(70px); }

  #top-bar .container-fluid {
    padding: 0 40px; }

  #main-nav .container-fluid {
    padding: 0 40px; } }

/*# sourceMappingURL=main.css.map */
