@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
@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");
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes obrot360 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes animacja-dymu {
  0% {
    bottom: 100%;
    transform: scale(0.5) translateX(0px);
    opacity: 1; }
  25% {
    transform: scale(1) translateX(10px); }
  50% {
    transform: scale(1.5) translateX(30px); }
  75% {
    transform: scale(2) translateX(60px); }
  100% {
    bottom: 200%;
    transform: scale(2.5) translateX(100px);
    opacity: 0; } }
body {
  font-family: "Montserrat", sans-serif;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 18rem;
  line-height: 120%; }
  body.compensate-for-scrollbar {
    margin-right: auto !important; }
  body h1 {
    color: #000;
    font-size: 40rem;
    margin-bottom: 20rem; }
  body h2 {
    color: #000;
    font-size: 28rem;
    margin-top: 20px;
    margin-bottom: 10px; }
  body h3 {
    color: #000;
    font-size: 25rem;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600; }
  body h4 {
    color: #000;
    font-size: 23rem; }
  body p {
    color: #000000;
    font-size: 18rem;
    margin-bottom: 10rem;
    line-height: initial; }
  body a {
    color: #f06092;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 18rem;
    line-height: initial; }
    body a:hover {
      color: #f06092;
      text-decoration: none; }
  body ul {
    list-style: none;
    padding-left: 10rem; }
    body ul li {
      margin-bottom: 10px;
      color: #000000;
      font-size: 18rem;
      white-space: normal;
      line-height: initial; }
      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: #f06092;
        border-radius: 50%;
        margin-right: 15px; }
  body ol {
    padding-left: 30rem; }
    body ol li {
      line-height: initial; }
  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 select, body textarea {
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 20px;
    border: 2px solid #e5e5e5; }
  body .label-file {
    width: 100%; }
  body input[type="file"] {
    height: auto;
    background-color: transparent;
    border: none;
    white-space: normal; }
  body textarea.form-control {
    height: 150px;
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 20px;
    padding-top: 5px;
    border: 2px solid #e5e5e5; }
    body textarea.form-control:focus {
      border-color: #f06092; }
  body textarea {
    height: 300px; }

.container-block {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 760px;
  max-width: calc(100% - 70px); }
  .container-block .title {
    margin-bottom: 30px;
    display: flex; }
    .container-block .title h3 {
      font-size: 40rem;
      margin-top: 0;
      margin-bottom: 0; }
    .container-block .title .icon {
      min-width: 56px;
      width: 56px;
      height: 56px;
      margin-right: 15px; }
      .container-block .title .icon img {
        max-width: 100%;
        max-height: 100%; }
  .container-block.left {
    padding-right: 70px;
    margin-left: auto; }
  .container-block.right {
    padding-left: 70px; }

.reverse .container-block.left {
  margin-left: initial;
  padding-left: 70px;
  padding-right: 0; }
.reverse .container-block.right {
  margin-left: auto;
  padding-right: 70px;
  padding-left: 0; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

html {
  font-size: 1px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.image-style-align-right {
  width: 50%;
  max-width: 50%;
  padding-left: 30px;
  float: right; }

.image-style-align-left {
  width: 50%;
  max-width: 50%;
  padding-right: 30px;
  float: left; }

.hidden-element {
  display: none; }

.dropdown-menu {
  min-width: unset; }

.dropdown-item {
  margin-bottom: 0; }

.form-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap; }
  .form-group label {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 22px; }
    .form-group label .required {
      font-size: 120%;
      color: red; }

input.form-control {
  height: 48px;
  font-size: 16rem;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #000000; }
  input.form-control:placeholder {
    color: rgba(0, 0, 0, 0.5); }
  input.form-control:focus {
    border-color: #f06092; }
input.input-image {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px; }

select.form-control {
  height: 44px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  color: #000000;
  padding: 0px 15px;
  background-color: #f5f5f5; }
  select.form-control:focus {
    border-color: #f06092; }

.checkbox-label {
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .checkbox-label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 1px;
    height: 1px; }
  .checkbox-label .checkbox-styled {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px; }
    .checkbox-label .checkbox-styled span {
      color: #ffffff00;
      font-size: 24px; }
    .checkbox-label .checkbox-styled.checked span {
      color: #000000; }
  .checkbox-label:hover {
    color: #f06092; }
  .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: #fff; }

.mybg-secondary {
  background-color: #0d23a5; }

.mybg-light {
  background-color: #fafafa; }

.mybg-dark {
  background-color: #000; }

.mybg-element1 {
  background-color: #f06092; }

.mybg-element2 {
  background-color: #e5e5e5; }

.my-boxshadow {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); }

.bg-blur-dark {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-blur-light {
  background-color: rgba(255, 255, 255, 0.6); }

.text p {
  text-align: justify; }

.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 .btn {
    margin: 15px 25px 0px 25px; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 21px;
  font-family: "Montserrat", sans-serif;
  font-size: 18rem;
  background-color: transparent;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 19px 40px;
  font-weight: 700; }
  .btn:hover, .elementor-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.btn-empty {
  border: 2px solid #f06092;
  background-color: #fff;
  color: #000000; }
  .btn-empty:hover {
    border: 2px solid #f06092 !important;
    background-color: #fff !important;
    color: #000000 !important; }
  .btn-empty:active, .btn-empty:focus {
    border: 2px solid #f06092 !important;
    background-color: #fff !important;
    color: #000000 !important; }

.btn-primary {
  border: 2px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #000000; }
  .btn-primary:hover {
    border: 2px solid #e5e5e5 !important;
    background-color: #e5e5e5 !important;
    color: #000000 !important; }
  .btn-primary:active, .btn-primary:focus {
    border: 2px solid #e5e5e5 !important;
    background-color: #e5e5e5 !important;
    color: #000000 !important; }

.btn-secondary {
  border: 2px solid #f06092;
  background-color: #f06092;
  color: #fff; }
  .btn-secondary:hover {
    border-color: #f06092 !important;
    background-color: #f06092 !important;
    color: #fff !important; }
  .btn-secondary:active, .btn-secondary:focus {
    border-color: #f06092 !important;
    background-color: #f06092 !important;
    color: #fff !important; }

button {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

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: #fff;
      color: #000000; }
      .table-responsive .table thead tr {
        background-color: #f1f1f1; }
    .table-responsive .table thead, .table-responsive .table tbody {
      width: 100%; }
    .table-responsive .table tbody tr {
      background-color: rgba(241, 241, 241, 0.4); }
    .table-responsive .table tr {
      width: 100%;
      padding: 0 25px; }
    .table-responsive .table th {
      padding: 10px 10px;
      border: none;
      font-size: 22rem;
      font-weight: 600;
      padding: 30px 25px; }
    .table-responsive .table td {
      color: #000000;
      border: none;
      font-size: 20rem;
      padding: 30px 25px; }

.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; }

.mr-1 {
  margin-right: 5rem !important; }

.mr-2 {
  margin-right: 10rem !important; }

.mr-3 {
  margin-right: 15rem !important; }

.mr-4 {
  margin-right: 20rem !important; }

.ml-1 {
  margin-left: 5rem !important; }

.ml-2 {
  margin-left: 10rem !important; }

.ml-3 {
  margin-left: 15rem !important; }

.ml-4 {
  margin-left: 20rem !important; }

.mt-1 {
  margin-top: 5rem !important; }

.mt-2 {
  margin-top: 10rem !important; }

.mt-3 {
  margin-top: 15rem !important; }

.mt-4 {
  margin-top: 20rem !important; }

.mb-1 {
  margin-bottom: 5rem !important; }

.mb-2 {
  margin-bottom: 10rem !important; }

.mb-3 {
  margin-bottom: 15rem !important; }

.mb-4 {
  margin-bottom: 20rem !important; }

.pt-big {
  padding-top: 120px; }

.pt-medium {
  padding-top: 60px; }

.pb-big {
  padding-bottom: 120px; }

.pb-medium {
  padding-bottom: 60px; }

.pb-big + div .module-title {
  padding-top: 60px; }

@media (max-width: 575px) {
  .container-block {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 20px; }
      .container-block .title h3 {
        font-size: 20rem; }
      .container-block .title .icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 10px; }
    .container-block.left {
      padding-right: 15px;
      padding-left: 15px; }
    .container-block.right {
      padding-left: 15px;
      padding-right: 15px; }

  .reverse .container-block.right {
    padding-right: 15px;
    padding-left: 15px; }
  .reverse .container-block.left {
    padding-left: 15px;
    padding-right: 15px; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left .btn {
    margin-right: 15px; }

  .pt-big {
    padding-top: 40px; }

  .pt-medium {
    padding-top: 20px; }

  .pb-big {
    padding-bottom: 40px; }

  .pb-medium {
    padding-bottom: 20px; }

  .pb-big + div .module-title {
    padding-top: 20px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 15px 15px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 15px 15px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .container-block {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 20px; }
      .container-block .title h3 {
        font-size: 25rem; }
      .container-block .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .container-block.left {
      padding-right: 20px;
      padding-left: 20px; }
    .container-block.right {
      padding-left: 20px;
      padding-right: 20px; }

  .reverse .container-block.right {
    padding-right: 20px;
    padding-left: 20px; }
  .reverse .container-block.left {
    padding-left: 20px;
    padding-right: 20px; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .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: 991px) {
  .container-block {
    max-width: calc(100% - 30px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 20px; }
      .container-block .title h3 {
        font-size: 25rem; }
      .container-block .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .container-block.left {
      padding-right: 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: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .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: 1199px) {
  .container-block {
    max-width: calc(100% - 20px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 496px; }
    .container-block .title h3 {
      font-size: 30rem; }
    .container-block .title .icon {
      min-width: 38px;
      width: 38px;
      height: 38px; }
    .container-block.left {
      padding-right: 20px; }
    .container-block.right {
      padding-left: 20px; }

  .reverse .container-block.right {
    padding-right: 20px; }
  .reverse .container-block.left {
    padding-left: 20px; }

  .btn, .elementor-button {
    padding: 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: 1579px) {
  .container-block {
    max-width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 600px; }
    .container-block .title h3 {
      font-size: 35rem; }
    .container-block .title .icon {
      min-width: 46px;
      width: 46px;
      height: 46px; }
    .container-block.left {
      padding-right: 40px; }
    .container-block.right {
      padding-left: 40px; }

  .reverse .container-block.right {
    padding-right: 50px; }
  .reverse .container-block.left {
    padding-left: 50px; }

  .btn, .elementor-button {
    padding: 15px 20px; }

  .buttons .btn {
    margin: 15px 15px 0px 15px; }
  .buttons.buttons-left .btn {
    margin-right: 30px; }

  .pt-big {
    padding-top: 100px; }

  .pt-medium {
    padding-top: 50px; }

  .pb-big {
    padding-bottom: 100px; }

  .pb-medium {
    padding-bottom: 50px; }

  .pb-big + div .module-title {
    padding-top: 50px; } }
header {
  padding-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8; }
  header.sticked {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-top: 0px;
    transform: translateY(-60px); }
    header.sticked #main-nav {
      height: 80px; }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

.chimney {
  position: relative;
  width: 100px;
  height: 200px;
  background: #333; }

.komin {
  position: absolute;
  width: 50px;
  /* Przykładowa szerokość komina */
  height: 100px;
  /* Przykładowa wysokość komina */
  top: 20px;
  left: 38px; }
  .komin .dym {
    position: absolute;
    bottom: 100%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    animation: animacja-dymu 6s linear infinite;
    opacity: 0; }
    .komin .dym:nth-child(1) {
      animation-delay: 0s; }
    .komin .dym:nth-child(2) {
      animation-delay: 0.66s; }
    .komin .dym:nth-child(3) {
      animation-delay: 1.33s; }
    .komin .dym:nth-child(4) {
      animation-delay: 2s; }
    .komin .dym:nth-child(5) {
      animation-delay: 2.66s; }
    .komin .dym:nth-child(6) {
      animation-delay: 3.33s; }
    .komin .dym:nth-child(7) {
      animation-delay: 4s; }
    .komin .dym:nth-child(8) {
      animation-delay: 4.66s; }
    .komin .dym:nth-child(9) {
      animation-delay: 5.33s; }

#nowa-postac-form .wyglad-postaci input[type='radio'] {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  position: absolute; }
#nowa-postac-form .wyglad-postaci .one-wyglad {
  width: 48px;
  padding: 0;
  display: flex;
  justify-content: center;
  border: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer; }
  #nowa-postac-form .wyglad-postaci .one-wyglad .img {
    width: 32px;
    height: 48px;
    background-position: 0 0;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  #nowa-postac-form .wyglad-postaci .one-wyglad:hover, #nowa-postac-form .wyglad-postaci .one-wyglad.active {
    border-color: grey; }
    #nowa-postac-form .wyglad-postaci .one-wyglad:hover .img, #nowa-postac-form .wyglad-postaci .one-wyglad.active .img {
      transform: scale(1.1); }
  #nowa-postac-form .wyglad-postaci .one-wyglad.active {
    background-color: lightgrey;
    border-color: black; }

#postacGracza {
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 1; }

.author p {
  margin-bottom: 0; }

.mapaMiasta {
  width: 1600px;
  height: 800px;
  margin: 0 auto;
  background-image: url("/img/mapa/ziemia.jpg");
  background-size: contain;
  position: relative; }
  .mapaMiasta .siatka {
    display: flex;
    flex-wrap: wrap; }
    .mapaMiasta .siatka .pole-siatki {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: yellow;
      width: 16px;
      height: 16px;
      position: absolute;
      border: 2px solid transparent;
      transition: 0.1s;
      -webkit-transition: 0.1s; }
      .mapaMiasta .siatka .pole-siatki.aktywna {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: yellow; }

.budynek {
  position: absolute;
  display: flex;
  justify-content: center; }
  .budynek .budynek-wrapper {
    position: relative; }
  .budynek .tooltip {
    margin-top: 10px; }

#budynek-kuznia .tooltip {
  left: 14px; }

#budynek-kuznia .tooltip {
  left: 14px; }

#budynek-swiatynia .tooltip {
  top: 60px; }

#budynek-piekarnia .komin {
  top: 20px;
  left: 38px; }
#budynek-piekarnia .tooltip {
  top: 60px; }

#budynek-laboratorium .komin {
  top: 20px;
  left: 38px; }

#budynek-mlyn .tooltip {
  top: 95px; }

.tooltip {
  font-size: 18rem;
  z-index: 10;
  background-color: #ffffff;
  border: 2px solid #763b36;
  border-radius: 5px;
  font-weight: 600;
  padding: 1px 5px;
  box-shadow: 0px 0px 5px black;
  display: none;
  opacity: 1; }

#budynek-mlyn .budynek-wiatrak {
  position: absolute;
  left: -46px;
  top: -55px;
  animation: obrot360 2s linear infinite; }

.alert {
  padding: 5px 10px;
  width: fit-content;
  margin: 20px auto; }

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 10px; }

.gracze-kafle .gracz-kafel {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .gracze-kafle .gracz-kafel:hover, .gracze-kafle .gracz-kafel.active {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5); }
  .gracze-kafle .gracz-kafel img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: top center; }
  .gracze-kafle .gracz-kafel .gracz-logowanie {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-bottom: 0;
    left: 0;
    right: 0;
    padding: 15px; }
  .gracze-kafle .gracz-kafel .nazwa-gracza {
    text-align: center;
    margin: 0; }

.wioski-kafle .wioska-kafel {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .wioski-kafle .wioska-kafel:hover, .wioski-kafle .wioska-kafel.active {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5); }
  .wioski-kafle .wioska-kafel img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: top center; }
  .wioski-kafle .wioska-kafel .wioska-logowanie {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-bottom: 0;
    left: 0;
    right: 0;
    padding: 15px; }
  .wioski-kafle .wioska-kafel .nazwa-gracza {
    text-align: center;
    margin: 0; }
  .wioski-kafle .wioska-kafel .buttons {
    margin-top: 0; }
    .wioski-kafle .wioska-kafel .buttons .btn {
      margin: 0; }

main {
  position: relative;
  padding-top: 190px; }

.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; }

.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; }
    .better-info .wrapper a {
      color: #3499b5; }
      .better-info .wrapper a:hover {
        text-decoration: underline; }
    .better-info .wrapper h4 {
      text-transform: uppercase; }

#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; }
      #main-nav .inner #logo img {
        width: 210px; }
  #main-nav .btn-menu {
    z-index: 1;
    margin-left: auto;
    display: none; }
    #main-nav .btn-menu span {
      display: block;
      height: 3px;
      width: 40px;
      background-color: #000;
      border-radius: 4px;
      margin-top: 7px;
      margin-bottom: 7px; }
    #main-nav .btn-menu.menu-small {
      display: block;
      padding: 5px 10px; }

#main-menu {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #main-menu.mini-menu {
    position: absolute;
    background-color: #fff;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateY(-100%);
    align-items: flex-start;
    max-height: calc(100vh);
    overflow-y: auto;
    opacity: 0;
    padding-bottom: 30px;
    top: 50px; }
    #main-menu.mini-menu .page-nav {
      margin: 0 auto;
      list-style: none;
      padding: 0;
      order: 2;
      margin-bottom: 20px;
      flex-direction: column;
      max-width: 500px; }
      #main-menu.mini-menu .page-nav li {
        border-top: 1px solid #e5e5e5;
        margin-left: 0;
        width: 100%; }
        #main-menu.mini-menu .page-nav li a {
          padding: 0;
          color: #000000;
          width: 100%; }
          #main-menu.mini-menu .page-nav li a span {
            padding-top: 20px;
            padding-bottom: 20px; }
        #main-menu.mini-menu .page-nav li:last-child {
          display: flex;
          justify-content: center;
          border-bottom: none;
          padding-top: 30px; }
          #main-menu.mini-menu .page-nav li:last-child a {
            width: fit-content; }
      #main-menu.mini-menu .page-nav .my-dropdown {
        flex-direction: column;
        position: relative; }
      #main-menu.mini-menu .page-nav .my-dropdown-toggle {
        width: 100%; }
        #main-menu.mini-menu .page-nav .my-dropdown-toggle:after {
          color: #e5e5e5; }
      #main-menu.mini-menu .page-nav .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
        border-top: 3px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
        font-size: 90%;
        background-color: transparent;
        top: 0; }
        #main-menu.mini-menu .page-nav .dropdown-menu li {
          background-image: url("/img/right-arrow.svg");
          background-repeat: no-repeat;
          background-position: 5px center;
          background-size: 15px;
          padding-left: 20px; }
          #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: #000000; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:last-child {
            border-bottom: none; }
    #main-menu.mini-menu .socials {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 30px; }
      #main-menu.mini-menu .socials a {
        background-color: #afafaf;
        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: #f06092; }
    #main-menu.mini-menu.open {
      transform: translateY(0);
      opacity: 1; }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .page-nav li {
    margin-bottom: 0px; }
    .page-nav li a {
      font-weight: 300;
      display: block;
      padding: 0;
      font-size: 18rem;
      color: #000000;
      white-space: nowrap;
      text-transform: uppercase;
      transition: 0s; }
      .page-nav li a span {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        padding: 40px 20px;
        margin-left: 10px;
        margin-right: 10px; }
      .page-nav li a:hover {
        background-color: #f2f2f2;
        color: #000000; }
    .page-nav li:before {
      display: none; }
  .page-nav > li:last-child a {
    font-weight: 700;
    border-radius: 21px;
    border: 2px solid #f06092; }
    .page-nav > li:last-child a span {
      padding: 21px 43px; }
  .page-nav .my-dropdown {
    position: relative; }
    .page-nav .my-dropdown:hover {
      background-color: #f2f2f2;
      color: #000000; }
    .page-nav .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center; }
      .page-nav .my-dropdown .my-dropdown-toggle .caret {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .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 #000;
      padding: 5px 0px;
      left: 0px;
      right: auto;
      top: calc(100% - 2px);
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
      background-color: #fff;
      min-width: 100%; }
      .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; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .button-nav {
    color: #000000;
    margin-left: 15px;
    margin-right: 15px; }
    .pagination .button-nav:hover {
      color: #000; }
  .pagination .numbers {
    display: flex; }
    .pagination .numbers a {
      width: 30px;
      height: 38px;
      border: 1px solid #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px;
      margin-right: 4px;
      color: #000000; }
      .pagination .numbers a.active {
        background-color: #f2f2f2;
        color: #fff; }
      .pagination .numbers a:hover:not(.active) {
        border-color: #f2f2f2;
        background-color: #f2f2f2;
        color: #000000; }
    .pagination .numbers span {
      align-self: flex-end; }

.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 #000000;
      margin: 0 5px;
      background-color: #fff; }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: #f06092; }
  .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: 0.7;
    position: absolute;
    top: calc(50% - 25px);
    border: 1px solid #fafafa !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:hover {
      opacity: 1; }
    .owl-carousel .owl-nav button:focus {
      outline: none; }
  .owl-carousel .one-news {
    color: #000;
    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 {
  z-index: 999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  .tadam .wrapper {
    position: relative;
    transform: scale(0);
    transform-origin: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    min-width: 280px;
    max-width: 80%;
    min-height: 200px;
    max-height: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
  .tadam .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #000;
    z-index: 9999;
    box-shadow: none;
    border: none;
    color: #fff; }
  .tadam.open {
    opacity: 1; }
    .tadam.open .wrapper {
      transform: scale(1); }

#movie-tadam {
  z-index: -999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  #movie-tadam .tadam-inner {
    position: relative;
    transform: scale(0);
    transform-origin: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    margin: 30px;
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #movie-tadam .tadam-inner .close-tadam {
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #000;
      z-index: 9999;
      box-shadow: none;
      border: none;
      color: #fff; }
    #movie-tadam .tadam-inner .movie-container {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center; }
      #movie-tadam .tadam-inner .movie-container .wideo {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        height: fit-content;
        height: -moz-fit-content;
        width: auto;
        border-radius: 15px 0px 15px 15px;
        position: relative; }
  #movie-tadam.open {
    z-index: 999;
    opacity: 1; }
    #movie-tadam.open .tadam-inner {
      transform: scale(1); }

.subsite figure.image {
  margin-top: 15px;
  margin-bottom: 15px; }

.page-foto {
  padding: 40rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fafafa; }
  .page-foto h1 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0; }

@media (max-width: 575px) {
  html {
    font-size: 0.8px; }

  header.sticked {
    transform: translateY(0px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 50px; }

  .gracze-kafle .gracz-kafel {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto; }
    .gracze-kafle .gracz-kafel img {
      height: calc(100vw - 30px);
      max-width: 315px;
      max-height: 315px; }

  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px; }

  #top-bar {
    display: none;
    height: 50px; }
    #top-bar .right .socials {
      margin-left: 30px; }

  #main-nav {
    height: 80px; }
    #main-nav .inner #logo img {
      width: 120px; }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 80px; }

  .bottom-footer {
    padding: 10px 0; }
    .bottom-footer .container-fluid {
      padding: 0 15px 0 75px; }
    .bottom-footer .wrapper {
      justify-content: center; }
    .bottom-footer .copyright {
      padding: 10px; }
    .bottom-footer .author {
      padding: 10px; }

  #main-menu.mini-menu {
    flex-direction: column;
    padding-top: 100px; }
    #main-menu.mini-menu .page-nav {
      order: 0; }
    #main-menu.mini-menu .socials {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 20px; }
      #main-menu.mini-menu .socials a {
        background-color: #afafaf;
        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: #f06092; }
      #main-menu.mini-menu .socials img {
        max-width: 19px;
        max-height: 19px; } }
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 0.85px; }

  header.sticked {
    transform: translateY(-50px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 60px; }

  .gracze-kafle .gracz-kafel img {
    height: 240px; }

  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px; }

  #top-bar {
    height: 50px; }
    #top-bar .right .socials {
      margin-left: 30px; }

  #main-nav {
    height: 90px; }
    #main-nav .inner #logo img {
      width: 140px; }

  #main-menu.mini-menu {
    top: 50px;
    flex-direction: column;
    padding-top: 100px; }
    #main-menu.mini-menu .page-nav {
      order: 0; }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 140px; }

  .bottom-footer {
    padding: 30px 0; }
    .bottom-footer .wrapper {
      flex-direction: column; }
    .bottom-footer .copyright {
      margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(-50px); }
    header.sticked #main-nav {
      height: 70px; }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

  .gracze-kafle .gracz-kafel img {
    height: 210px; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  #top-bar {
    height: 50px; }

  #main-menu.mini-menu {
    padding-top: 100px; }

  #main-nav {
    height: 90px; }
    #main-nav .inner #logo img {
      width: 160px; }

  .page-nav li a span {
    padding: 20px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 140px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  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(90px); }
  header.sticked .page-nav li a span {
    padding-top: 20px;
    padding-bottom: 20px; }

  body h1 {
    font-size: 53px; }
  body h2 {
    font-size: 40rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  .gracze-kafle .gracz-kafel img {
    height: 210px; }

  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(110px); }
    #main-menu.mini-menu .page-nav li:first-child {
      margin-top: 0; }
    #main-menu.mini-menu .page-nav li span {
      padding: 25px 15px; }

  #main-nav {
    height: 100px; }
    #main-nav .inner #logo img {
      width: 200px; }

  .page-nav li a span {
    padding: 30px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 160px; } }
@media (min-width: 1200px) and (max-width: 1579px) {
  html {
    font-size: 0.95px; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(90px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(90px); }
  header.sticked .page-nav li a span {
    padding-top: 15px;
    padding-bottom: 15px; }

  .gracze-kafle .gracz-kafel img {
    height: 224px; }

  body h2 {
    font-size: 40rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(140px); }
    #main-menu.mini-menu .page-nav li:first-child {
      margin-top: 0; }
    #main-menu.mini-menu .page-nav li span {
      padding-top: 20px;
      padding-bottom: 20px; }

  .page-nav li a {
    font-size: 17rem; }
    .page-nav li a span {
      padding: 40px 5px; }
  .page-nav li:last-child a span {
    padding: 15px 10px; }

  #big-slider #layerslider {
    height: 550px; }

  .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; } }
@media (min-width: 1580px) {
  .container {
    max-width: 1550px; }

  body.overflow-y-hidden {
    overflow: auto !important; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(90px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(90px); }

  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(140px); }

  #top-bar .container-fluid {
    padding: 0 40px; }

  #main-nav .container-fluid {
    padding: 0 40px; } }

/*# sourceMappingURL=main.css.map */
