/* ================================
Animations
================================== */
@keyframes fadeIn  {
  /* from */
from  {
  opacity: 0;
}
/* to */
to  {
  opacity: 1;
}}
@-webkit-keyframes rotate-center  {
  /* 0% */
0%  {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* 100% */
100%  {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}}
@keyframes rotate-center  {
  /* 0% */
0%  {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* 100% */
100%  {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}}
/* ================================
Global Styles
================================== */
/* body */
body  {
  animation: fadeIn 0.28s ease-in-out;
}
/* [data-vertical-spacing*="top"] */
[data-vertical-spacing*="top"]  {
  padding-top: 100px;
}
/* [data-vertical-spacing*="bottom"] */
[data-vertical-spacing*="bottom"]  {
  padding-bottom: 100px;
}
/* ================================
Error Page
================================== */
/* .error404 main > .ct-container */
.error404 main > .ct-container  {
  padding-top: 150px;
  padding-bottom: 150px;
}
/* ================================
Header
================================== */
/* [data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] */
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"]  {
  background: rgba(0, 0, 0, 0.38);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
/* header .default-logo */
header .default-logo  {
  transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* header .default-logo:hover */
header .default-logo:hover  {
  transform: scale(1.05);
}
/* ================================
Footer
================================== */
/* .ct-footer .ct-widget:not(:first-child) */
.ct-footer .ct-widget:not(:first-child)  {
  margin-top: 0;
}
/* ================================
Posts
================================== */
.wp-block-stackable-posts .stk-img-wrapper img,
/* .wp-block-stackable-posts .stk-img-wrapper imgg */
.wp-block-stackable-posts .stk-img-wrapper imgg  {
  max-width: 300px !important;
}
/* .stk-block-posts .stk-block-posts__items .stk-block-posts__item:nth-child(even) > .stk-container */
.stk-block-posts .stk-block-posts__items .stk-block-posts__item:nth-child(even) > .stk-container  {
  flex-direction: row !important;
}
/* .stk-block-posts .stk-block-posts__items .stk-block-posts__item:nth-child(even) > .stk-container img */
.stk-block-posts .stk-block-posts__items .stk-block-posts__item:nth-child(even) > .stk-container img  {
  margin-right: 40px !important;
}
/* .stk-block-posts__items :is([class*="stk-block-posts__"], .stk-img-wrapper):not(.stk-block-posts__item) */
.stk-block-posts__items :is([class*="stk-block-posts__"], .stk-img-wrapper):not(.stk-block-posts__item)  {
  margin-bottom: 10px;
}
/* .stk-block-posts .stk-container-padding */
.stk-block-posts .stk-container-padding  {
  padding-left: 0 !important;
}
/* ================================
Buttons
================================== */
/* .stk-block-button .stk-button */
.stk-block-button .stk-button  {
  font-family: 'Roboto Condensed', Sans-Serif;
  font-weight: 900;
  font-size: 16px;
  padding: 14px 34px !important;
}
/* .stk-block-posts__readmore */
.stk-block-posts__readmore  {
  font-family: "Roboto Condenced", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}
/* .stk-block .stk-button.stk--hover-effect-darken:hover */
.stk-block .stk-button.stk--hover-effect-darken:hover  {
  background-color: #8e0700;
}
:is(.stk-6d506bb, .stk-8367911, .stk-3381189, .stk-cdd99ec) .stk-button:hover::after,
:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
/* :is(.stk-6d506bb, .stk-8367911, .stk-3381189, .stk-cdd99ec) .stk-button::after */
:is(.stk-6d506bb, .stk-8367911, .stk-3381189, .stk-cdd99ec) .stk-button::after  {
  background: #ffffff70 !important;
}
/* .stk-block-button .stk-button::before */
.stk-block-button .stk-button::before  {
  display: none !important;
}
/* ================================
Oferty
================================== */
/* .oferty > .stk--no-padding */
.oferty > .stk--no-padding  {
  height: 100%;
}
/* ================================
Rotate Animation
================================== */
/* .rotate-center svg */
.rotate-center svg  {
  -webkit-animation: rotate-center 10s linear infinite both;
  animation: rotate-center 10s linear infinite both;
}
/* Tabele Rejestracja */
.foo-table  {
  border: none !important;
}
/* .ninja_column_0.ninja_clmn_nm_Imie */
.ninja_column_0.ninja_clmn_nm_Imie  {
  width: 320px;
}
/* .ninja_column_1.ninja_clmn_nm_Pakiet */
.ninja_column_1.ninja_clmn_nm_Pakiet  {
  width: 180px;
}
/* .foo-table .footable-first-visible */
.foo-table .footable-first-visible  {
  width: 80px;
}
/* .ff-el-form-check-input */
.ff-el-form-check-input  {
  margin-right: 20px !important;
}
/* .ff-el-group.ff-el-form-hide_label.has-conditions.ff_cond_v */
.ff-el-group.ff-el-form-hide_label.has-conditions.ff_cond_v, .hidden  {
  display: none !important;
}
/* .foo-table tbody tr:nth-child(n) td */
.foo-table tbody tr:nth-child(n) td  {
  color: #fff;
  background-color: var(--theme-palette-color-7) !important;
}
/* .semantic_ui .ui.table thead tr:first-child > th:only-child */
.semantic_ui .ui.table thead tr:first-child > th:only-child  {
  background-color: #fff !important;
}}
/* .semantic_ui .ui.striped.table tbody tr:nth-child(2n) */
.foo-table tbody tr:nth-child(2n) td  {
  background-color: #222 !important;
}
/* LISTA ZAPISÓW */
.ff-default .ff-el-form-control  {
  height: 46px !important;
}
/* ================================
Mobile Menu
================================== */
/* .mobile-menu[data-toggle-type="type-2"] .ct-toggle-dropdown-mobile */
.mobile-menu[data-toggle-type="type-2"] .ct-toggle-dropdown-mobile  {
  border-radius: 50px !important;
}
/* [class*="ct-toggle-close"] */
[class*="ct-toggle-close"]  {
  position: absolute;
  top: 70px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 780px)  {
  /* .stk-block-posts .stk-block-posts__items .stk-block-posts__item:nth-child(even) > .stk-container */
.stk-block-posts .stk-block-posts__items .stk-block-posts__item:nth-child(even) > .stk-container  {
  flex-direction: column !important;
}
/* [class*="ct-toggle-close"] */
[class*="ct-toggle-close"]  {
  top: 40px;
  right: 30px;
}}