@charset "UTF-8";
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
:root {
  --white:#fff;
  --black:#000;
  --main-color:#71f25e;
  --dmain-color:#57db43;
  --dark-main-color:#516563;
  --dark-text:#06031b;
  --dark: #080038;
  --second-color:var(--main-color);
  --light:#EEF3F5;
  --grey: #eee;
  --lddark-text: #414141;
  --dgrey:#c8c8c8;
  --ltext: #ececec;
  --text: #9b9aa0;
  --dtext: #7a7a7d;
  --ce: #eee;
  --cd: #ddd;
  --cc: #ccc;
  --ca: #aaa;
  --c1: #111;
  --c2: #222;
  --c3: #333;
  --c4: #444;
  --c5: #555;
  --c6: #666;
  --c7: #777;
  --c8: #888;
  --c9: #999;
  --fontfamily: "Mulish";
  --sfont: var(--fontfamily);
  --icons: "uicons-regular-rounded";
}

.main-color {
  color: var(--main-color);
}

.second-color {
  color: var(--second-color);
}

.main-bg {
  background-color: var(--main-color);
}

.second-bg {
  background-color: var(--second-color);
}

i.fi::before,
em.fi::before,
i.fi::after {
  font-family: var(--icons);
  font-style: normal;
}

i.fa {
  display: none !important;
}

i.ba-form-icons:before {
  font-family: "balbooa-form-icons" !important;
}

i.fi {
  line-height: 0;
}

img {
  max-width: 100%;
  width: auto;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  font-family: var(--fontfamily);
  list-style: none;
}

* h1, * h2, * h3, * h4, * h5, * h6 {
  font-family: var(--sfont) !important;
}
* h1 font,
* h1 *, * h2 font,
* h2 *, * h3 font,
* h3 *, * h4 font,
* h4 *, * h5 font,
* h5 *, * h6 font,
* h6 * {
  font-family: var(--sfont) !important;
}

h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: var(--sfont) !important;
}

span, i, :before, :after {
  caret-color: rgba(0, 0, 0, 0);
}

.sppb-addon-content > ul:not([class]), .sppb-addon-content > ul[class=""] {
  padding-inline-start: 40px;
}

.sppb-addon-content > * + * {
  margin-top: 1em;
}

.center {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1394px;
}

.com-content-article__body {
  margin-top: 100px;
}
.com-content-article__body > *:first-child {
  margin-top: 0 !important;
}
.com-content-article__body img {
  border-radius: 15px;
}
.com-content-article__body > * {
  line-height: 1.5em;
  color: var(--lddark-text);
}
.com-content-article__body h1, .com-content-article__body h2, .com-content-article__body h3, .com-content-article__body h4, .com-content-article__body h5, .com-content-article__body h6 {
  color: var(--dark-text);
  font-weight: 700;
  line-height: 1.3;
  margin: 1.2em 0 0.6em;
}
.com-content-article__body h1 a:not(.buttonLink), .com-content-article__body h2 a:not(.buttonLink), .com-content-article__body h3 a:not(.buttonLink), .com-content-article__body h4 a:not(.buttonLink), .com-content-article__body h5 a:not(.buttonLink), .com-content-article__body h6 a:not(.buttonLink) {
  color: var(--dark);
  text-decoration: underline;
}
.com-content-article__body h1 {
  font-size: 2.75rem;
}
.com-content-article__body h2 {
  font-size: 2.25rem;
}
.com-content-article__body h3 {
  font-size: 1.875rem;
}
.com-content-article__body h4 {
  font-size: 1.5rem;
}
.com-content-article__body h5 {
  font-size: 1.25rem;
}
.com-content-article__body h6 {
  font-size: 1rem;
}
.com-content-article__body > * + * {
  margin-top: 1em;
}
.com-content-article__body ul, .com-content-article__body ol {
  padding-left: 1em;
}
.com-content-article__body ul, .com-content-article__body ul li, .com-content-article__body ol {
  list-style: inside;
}
.com-content-article__body ul li p, .com-content-article__body ol li p {
  display: inline-block;
}
.com-content-article__body ul li + li, .com-content-article__body ol li + li {
  margin-top: 0.4em;
}
.com-content-article__body ol, .com-content-article__body ol li {
  list-style: decimal inside;
}
.com-content-article__body a:not([class]) {
  color: var(--dark-text);
  font-weight: 600;
  text-decoration: underline;
}
.com-content-article__body p {
  margin-bottom: 0;
}
.com-content-article__body ul li:has(p),
.com-content-article__body ol li:has(p) {
  display: list-item;
  list-style-position: outside;
  margin-left: 0.6em;
}
.com-content-article__body ul li:has(p)::marker {
  content: "• ";
}
.com-content-article__body ol li:has(p)::marker {
  content: counter(list-item) ". ";
}
.com-content-article__body ul li:has(p) p,
.com-content-article__body ol li:has(p) p {
  display: inline;
  margin: 0;
}

.flexBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexLeft {
  justify-content: flex-start;
}

.flexRight {
  justify-content: flex-end;
}

.flexCenter {
  justify-content: center;
}

.flexTop {
  align-items: flex-start;
}

.flexBottom {
  align-items: flex-end;
}

.flexFull {
  flex: auto;
}

.flexColumn {
  flex-direction: column;
}

.flexWrap {
  flex-wrap: wrap;
}

.addon-root-image:has(.absoluteRight) {
  right: 0;
}

.addon-root-image:has(.absoluteLeft) {
  left: 0;
}

.addon-root-image:has(.absoluteTop) {
  top: 0;
}

.addon-root-image:has(.absoluteBottom) {
  bottom: 0;
}

.sppb-btn-outline,
.buttonLink,
.sppb-btn-gradient {
  min-height: 54px;
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  min-width: 180px;
  border-radius: 30px;
  border-width: 1px;
}

.sppb-btn-gradient {
  border-width: 0px;
  gap: 5px;
  position: relative;
  overflow: hidden;
}
.sppb-btn-gradient:after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: var(--dark);
  opacity: 0;
  position: absolute;
}
.sppb-btn-gradient > * {
  position: relative;
  z-index: 2;
}
.sppb-btn-gradient:hover:after {
  opacity: 1;
  z-index: 1;
}

.sppb-btn.sppb-btn-block {
  width: calc(100% - 30px);
  display: flex;
  box-sizing: border-box;
}

.buttonLink {
  background-color: var(--main-color);
  color: var(--dark);
}
.buttonLink:hover {
  background-color: var(--dark);
  color: var(--white);
}
.buttonLink.border {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.buttonLink.border:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.buttonLink.border.main {
  border-color: var(--main-color);
  color: var(--white);
}
.buttonLink.border.main:hover {
  background-color: var(--main-color);
  color: var(--white);
}
.buttonLink.border.dark {
  border-color: var(--dark);
  color: var(--dark);
}
.buttonLink.border.dark:hover {
  background-color: var(--dark);
  color: var(--white);
}
.buttonLink.border.small {
  min-height: 48px;
  width: 174px;
  font-size: 15px;
  border-width: 1px;
}
.buttonLink.border.textstd {
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 178px;
}
.buttonLink.border.textstd i {
  font-size: 26px;
  color: var(--main-color);
}
.buttonLink.border.textstd span {
  text-align: left;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--dark);
}
.buttonLink.border.textstd span strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  margin-top: -3px;
}
.buttonLink.border.textstd:hover span {
  color: var(--white);
}

.onlyLink {
  font-weight: 700;
  color: var(--dark);
  font-size: 17px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.onlyLink:after {
  font-family: var(--icons);
  content: "\e0ec";
  font-size: 28px;
  margin-top: 10px;
  color: var(--main-color);
}

.moreIconOnly {
  color: var(--white);
  font-size: 22px;
}

button {
  cursor: pointer;
  border: none;
}

.transition,
a, button, :before, :after, img,
path, circle, i.fi {
  transition: all 200ms linear;
}

.cc_div .c-bn,
#cm, #s-inr, .cc_div .c-bl, .cc_div .b-tl, #s-bl .act .b-acc {
  border-radius: 0 !important;
}

.cc-trigger.cc-trigger-icon svg {
  width: 30px;
}

.headerParent h3 {
  font-size: 53px;
  color: var(--dark);
  line-height: 68px;
  font-weight: 900;
  text-transform: uppercase;
}
.headerParent h3 strong, .headerParent h3 span {
  color: var(--main-color);
}
.headerParent.tc-1 h2, .headerParent.tc-1 h3, .headerParent.tc-1 h4 {
  color: var(--llight);
}

.headerBox p {
  color: var(--main-color);
  font-size: 24px;
}
.headerBox h3 {
  color: var(--dark);
  font-size: 53px;
  font-weight: 900;
}
.headerBox.dark h3 {
  color: var(--white);
}

body .ba-forms-authorize-field-wrapper .ba-alert-tooltip, .ba-form-field-item .ba-alert-tooltip {
  background-color: var(--main-color) !important;
}

body .ba-forms-authorize-field-wrapper .ba-alert-tooltip:before, .ba-form-field-item .ba-alert-tooltip:before {
  border-bottom: 5px solid var(--main-color) !important;
}

body .ba-alert .ba-checkbox-wrapper .ba-form-radio span:before,
body .ba-alert .ba-checkbox-wrapper .ba-form-checkbox > span,
body .ba-alert .ba-checkbox-wrapper .ba-form-radio span:before,
body .ba-alert .ba-checkbox-wrapper .ba-form-checkbox > span,
body .ba-form-acceptance-field .ba-alert label.ba-form-checkbox > span,
body .ba-form-radio-field.ba-alert .ba-form-checkbox-wrapper .ba-form-radio span:before,
body .ba-form-field-item.ba-alert .ba-form-checkbox-wrapper label.ba-form-checkbox > span {
  border: 2px solid var(--main-color) !important;
}

body .ba-alert.ba-forms-authorize-field-wrapper input[type=text], .ba-alert.calendar-field-wrapper input[type=text], .ba-alert .upload-file-input, .ba-alert .ba-field-container select, .ba-alert .ba-field-container textarea, .ba-form-calendar-field:not(.ba-form-calendar-field) .ba-alert .ba-field-container input[type=text], .ba-alert .ba-field-container input[type=text], .ba-alert .ba-field-container input[type=number], .ba-alert .ba-field-container input[type=password], .ba-alert .ba-field-container input[type=email] {
  box-shadow: inset 0px 0px 0px calc(2px - var(--field-border-width) * var(--field-border-right) * var(--field-border-left) * var(--field-border-bottom) * var(--field-border-top)) var(--main-color) !important;
  border-color: var(--main-color) !important;
}

body #ba-forms-notification {
  background-color: var(--main-color);
}

body.yContrast {
  --green: #ffff00;
  --lgrey: #ffff00;
  --lbtext: #ffff00;
  --grey: #ffff00;
  --dark: #ffff00;
  --main-color: #ffff00;
  --dblue: #ffff00;
  --white: #000;
  --black: #000;
}
body.yContrast header div.logo:before {
  background: var(--black);
}
body.yContrast header .bottom .left:hover .searchBox form,
body.yContrast header .bottom .left:has(form.active) .searchBox form {
  border: 1px solid var(--dark) !important;
}
body.yContrast .gradient,
body.yContrast section .services .item h2:before {
  background: linear-gradient(120deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
body.yContrast #malopolskalogo .fil8 {
  fill: #fff !important;
}
body.yContrast header .bottom .left .logo .mainlogo span {
  color: #fff !important;
}
body.yContrast section .services .item h2:before,
body.yContrast header .bottom .rightside > a .fi-rr-headset {
  background: #ffff00 !important;
}
body.yContrast .atractbox {
  display: none;
}
body.yContrast > header .bottom .rightside > a .fi-rr-headset:before {
  color: #000 !important;
}
body.yContrast a.mobile span, body.yContrast > header .middle .logos ul > li img, body.yContrast > header .bottom .rightside > a .fi-rr-headset,
body.yContrast a.mobile span.symbol {
  background: #ffff00 !important;
}
body.yContrast,
body.yContrast *:not(.bigger):not(.fi-rr-headset):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country):not(.grid-item):not(.slick-slide):not(.slick-slide .item):not(.item a):not(.slick-dots):not(.infoItem a) {
  background: #000 !important;
}
body.yContrast .siBox .infoBox .infoItem.dla-rodzica:before {
  background-color: #000;
  color: var(--lgrey);
}
body.yContrast .slick-dots {
  background-color: transparent !important;
}
body.yContrast * .siBox .infoBox .infoItem a {
  background: transparent !important;
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.yContrast *:not(.slick-slide):not(.grid-item):not(a),
body.yContrast span.break {
  background: #ffff00 !important;
}
body.yContrast *:not(path),
body.yContrast *:before,
body.yContrast *:after,
body.yContrast > section .infopart ul li:before,
body.yContrast .item,
body.yContrast .contactbox .ba-field-container input[type=text],
body.yContrast .contactbox .ba-field-container input[type=email],
body.yContrast .contactbox > .formbox textarea,
body.yContrast .offerbox li p {
  border-color: #ffff00 !important;
  color: #ffff00 !important;
  box-shadow: none !important;
  -webkit-text-fill-color: inherit !important;
}
body.yContrast *::-moz-placeholder {
  color: #ffff00 !important;
}
body.yContrast *::placeholder {
  color: #ffff00 !important;
}
body.yContrast > section .infopart ul li:before, body.yContrast.activeMobile *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.yContrast .ba-phone-countries-wrapper div.ba-phone-selected-country {
  background: transparent !important;
}
body.yContrast .item,
body.yContrast .faqbox select,
body.yContrast .buttonLink,
body.yContrast .offer li {
  border: 1px solid;
  border-radius: 20px;
}
body.yContrast path,
body.yContrast polygon,
body.yContrast circle,
body.yContrast rect {
  fill: #ffff00 !important;
}
body.yContrast path.fil0 {
  fill: var(--black) !important;
}
body.yContrast > section .articlelist .blogarticle .bigger a {
  background: transparent !important;
}
body.yContrast > section .articlelist .blogarticle .bigger:after,
body.yContrast > section .stepsCarousel .single:before,
body.yContrast .map {
  display: none !important;
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]) .categorylist li a {
  background: transparent !important;
}
body.dContrast {
  --green: #fff;
  --lgrey: #fff;
  --lbtext: #fff;
  --grey: #fff;
  --dblue: #fff;
  --main-color: #fff;
  --dark: #fff;
  --white: #000;
  --black: #000;
}
body.dContrast header div.logo:before {
  background: var(--black);
}
body.dContrast .gradient,
body.dContrast section .services .item h2:before {
  background: linear-gradient(120deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
body.dContrast section .services .item h2:before {
  background: #fff !important;
}
body.dContrast .atractbox {
  display: none;
}
body.dContrast a.mobile span,
body.dContrast > header .middle .logos ul > li img {
  background: #fff !important;
}
body.dContrast,
body.dContrast *:not(.item a):not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country):not(.grid-item):not(.slick-slide):not(.slick-slide .item):not(.slick-dots):not(.infoItem a) {
  background: #000 !important;
}
body.dContrast .siBox .infoBox .infoItem:before {
  background-color: #fff;
  color: #000;
}
body.dContrast .siBox .infoBox .infoItem:before {
  background-color: #000;
  color: #fff;
}
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.dContrast span.break,
body.dContrast #betterslider .carousel-item:after {
  background: #fff !important;
}
body.dContrast *:not(path),
body.dContrast > section .infopart ul li:before,
body.dContrast .item,
body.dContrast .contactbox .ba-field-container input[type=text],
body.dContrast .contactbox .ba-field-container input[type=email],
body.dContrast .contactbox > .formbox textarea,
body.dContrast .offerbox li p {
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
  -webkit-text-fill-color: inherit !important;
}
body.dContrast path,
body.dContrast polygon,
body.dContrast rect {
  fill: #fff !important;
}
body.dContrast path.fil0 {
  fill: var(--black) !important;
}
body.dContrast > section .infopart ul li:before, body.dContrast.activeMobile *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.dContrast .ba-phone-countries-wrapper div.ba-phone-selected-country {
  background: transparent !important;
}
body.dContrast .item,
body.dContrast .faqbox select,
body.dContrast .buttonLink,
body.dContrast .offer li {
  border: 1px solid;
  border-radius: 20px;
}
body.dContrast > section .articlelist .blogarticle .bigger a {
  background: transparent !important;
}
body.dContrast > section .articlelist .blogarticle .bigger:after,
body.dContrast > section .stepsCarousel .single:before,
body.dContrast .map {
  display: none !important;
}
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]) .categorylist li a {
  background: transparent !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  border: 1px solid var(--grey);
  padding: 12px 15px;
  text-align: left;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignJustify {
  text-align: justify;
}

.w-100.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.w-100.pagination .counter {
  display: none !important;
}
.w-100.pagination .pagination__wrapper .pagination {
  list-style: none;
  display: flex;
  gap: 8px;
}
.w-100.pagination .pagination__wrapper .pagination li:first-child, .w-100.pagination .pagination__wrapper .pagination li:last-child {
  display: none !important;
}
.w-100.pagination .pagination__wrapper .pagination li.disabled .page-link {
  pointer-events: none;
  opacity: 0.4;
}
.w-100.pagination .pagination__wrapper .pagination li.active .page-link {
  background-color: var(--main-color);
  color: var(--white);
  border-color: var(--main-color);
}
.w-100.pagination .pagination__wrapper .pagination li .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--cc);
  background-color: var(--white);
  color: var(--dark);
  font-size: 15px;
  font-weight: 700;
}
.w-100.pagination .pagination__wrapper .pagination li .page-link span {
  display: block;
}
.w-100.pagination .pagination__wrapper .pagination li .page-link i {
  font-size: 20px;
}
.w-100.pagination .pagination__wrapper .pagination li .page-link:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}
.w-100.pagination .pagination__wrapper .pagination li .page-link:before {
  font-family: var(--icons);
  font-size: 20px;
  font-weight: 400;
}
.w-100.pagination .pagination__wrapper .pagination li:nth-child(2) .page-link:before {
  content: "\e0f0";
  font-weight: 400;
}
.w-100.pagination .pagination__wrapper .pagination li:nth-last-child(2) .page-link:before {
  content: "\e0f1";
  font-weight: 400;
}
@media (max-width: 768px) {
  .w-100.pagination .pagination__wrapper .pagination li .page-link {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

.overflowHidden {
  overflow: hidden;
}

.radius {
  border-radius: 20px;
}

.iconCounter {
  font-size: 100px;
  color: var(--main-color);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  2% {
    transform: translateY(-2px);
  }
  4% {
    transform: translateY(-2px) rotate(17deg);
  }
  6% {
    transform: translateY(-2px) rotate(-17deg);
  }
  8% {
    transform: translateY(-2px) rotate(17deg);
  }
  10% {
    transform: translateY(-2px) rotate(-17deg);
  }
  12% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}/*# sourceMappingURL=standard.css.map */