html {
  overflow: inherit !important;
  margin-right: inherit !important;
}

body .mfp-bg{
  z-index: 99999999;
}
body .mfp-wrap{
      z-index: 99999999;
}

body p {
  margin-bottom: 0;
}
body p + p {
  margin-top: 1em;
}
body img.mfp-img {
  max-width: 1280px !important;
  width: 100% !important;
}
body .sppb-btn.buttonOutline,
body .sppb-btn.shakeme {
  display: inline-flex;
  border-radius: 30px !important;
}
body .sppb-addon-image-overlay-icon,
body .sppb-addon-image-overlay-icon:hover {
  font-size: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin-left: 0;
  margin-top: 0;
  border-radius: 15px;
}
body .sppb-addon-single-image-container:has(.sppb-addon-image-overlay-icon:hover) img {
  opacity: 0.9;
}
body > header {
  min-height: 140px;
  padding: 0 30px;
  position: relative;
  z-index: 10000000;
}
body > header:before {
  z-index: -1;
  content: "";
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgb(17, 17, 17);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.7035189076) 0%, rgba(17, 17, 17, 0) 100%);
}
body > header .top {
  padding: 0 30px;
  height: 50px;
}
body > header .top .currency {
  display: flex;
  position: relative;
}
body > header .top .currency .currencyoption {
  font-size: 13px;
  color: var(--cd);
}
body > header .top .currency .currencyoption span {
  margin-left: 4px;
  color: var(--white);
  font-weight: 700;
}
body > header .top .currency .currencyoption i {
  margin-left: 4px;
  position: relative;
  top: 2px;
  font-size: 15px;
}
body > header .top .currency form {
  border: 1px solid var(--grey);
  display: none;
  position: absolute;
  background: var(--white);
  top: 24px;
  right: 0;
  width: 68px;
  border-radius: 15px;
  padding: 10px;
  z-index: 1000;
}
body > header .top .currency form #currency {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body > header .top .currency form #currency a {
  cursor: pointer;
  font-size: 15px;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--c7);
}
body > header .top .currency form #currency a b {
  color: var(--c1);
}
body > header .top .break {
  height: 20px;
  min-width: 1px;
  background: var(--white);
  opacity: 0.1;
  margin: 0 25px;
}
body > header .bottom {
  z-index: 100;
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  right: 0;
  position: relative;
}
body > header .bottom > div {
  box-shadow: inset 0 0 0px 1px var(--grey);
  background: var(--white);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
body > header .bottom > div > * {
  height: 100%;
  display: flex;
}
body > header .bottom > div .logo {
  padding: 0 35px;
  max-width: 270px;
  overflow: hidden;
}
body > header .bottom > div .logo img {
  width: 100%;
  min-width: 200px;
}
body > header .bottom nav li + li {
  margin-left: calc(2vw - 15px);
}
body > header .bottom nav a {
  font-size: 16px;
  color: var(--c1);
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 15px;
}
body > header .bottom nav li:not(.active) a:hover {
  opacity: 0.8;
}
body > header .bottom nav .active a {
  color: var(--main-color);
}
body > header .bottom .rightside {
  padding: 0 30px 0 35px;
  gap: 21px;
  overflow: hidden;
  position: relative;
  z-index: 1000000;
  bottom: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
body > header .bottom .rightside:after {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: var(--main-color);
  content: "";
  right: -10px;
  transition: all 400ms linear;
  z-index: -1;
}
body > header .bottom .rightside .icon {
  font-size: 26px;
  display: flex;
  color: var(--c1);
}
@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);
  }
}
body > header .bottom .rightside .contact .icon {
  font-size: 28px;
  display: inline-flex;
  animation: shake 5s infinite ease-in-out;
}
body > header .bottom .rightside .contact .text {
  margin: 0 7px 0 12px;
  font-weight: 800;
  font-size: 12px;
  color: var(--main-color);
  line-height: 1.1;
}
body > header .bottom .rightside .contact .text strong {
  display: block;
  font-weight: 800;
  color: var(--c1);
}
body > header .bottom .rightside .contact .arrow {
  font-size: 16px;
  color: var(--c9);
}
body > header .bottom.active {
  width: calc(100% - 40px);
  left: 20px;
  right: 20px;
}
body > header .bottom.active > div.flexBlock {
  position: relative;
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 95%, var(--main-color) 95%, var(--main-color) 100%);
}
body > header .bottom.active .rightside .icon,
body > header .bottom.active .rightside .text,
body > header .bottom.active .rightside .arrow {
  color: var(--white);
}
body > header .bottom.active .rightside:after {
  transform: scale(80);
  width: 10px;
  height: 10px;
}
body > header .bottom .searchstandard {
  display: none;
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  flex: auto;
  top: 60px;
  min-width: 240px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
  right: 0;
  padding-top: 31px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid #ececec;
}
body > header .bottom .searchstandard input {
  min-height: 68px;
  border: none;
  width: calc(100% - 34px);
  padding: 0 20px;
  font-size: 15px;
  display: inline-block;
  background: transparent;
  color: var(--c1);
}
body > header .bottom .searchstandard input::-moz-placeholder {
  color: var(--c4);
}
body > header .bottom .searchstandard input::placeholder {
  color: var(--c4);
}
body > header .bottom .searchstandard .fi-br-cross {
  color: var(--c1);
  font-size: 15px;
  vertical-align: middle;
  height: 100%;
  width: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
body > header .bottom .searchstandard .fi-br-cross:hover {
  transform: scale(1.1);
}
body > header.active:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  height: 90px;
}
body > .totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--main-color);
  border-radius: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  transition: all 200ms linear;
  pointer-events: none;
  z-index: 10000;
}
body > .totop.active {
  opacity: 1;
  pointer-events: all;
}
body > .totop:hover {
  color: var(--c1);
}
body > .totop:hover i {
  transition: all 50ms linear;
}
body .mfp-content .ba-form-page h5 {
  font-weight: 600;
  font-size: 20px;
}
body .socialmedia {
  gap: 15px;
}
body .socialmedia li {
  display: flex;
  align-items: center;
}
body .socialmedia li a {
  display: flex;
  font-size: 0;
}
body .socialmedia li a span {
  padding: 0 !important;
  font-size: 17px;
  color: var(--white);
  display: flex;
}
body .socialmedia li a span.fi-brands-youtube {
  font-size: 20px;
}
body .socialmedia li a:hover {
  opacity: 0.8;
}
body > section .ba-field-container .custom-select-display.active {
  z-index: 9991;
}
body > section .ba-field-container:has(.custom-select-display.active) .custom-select-list {
  z-index: 9990;
}
body > section .custom-select-display {
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  background: var(--white);
  border-radius: 15px;
  z-index: 9981;
  position: relative;
}
body > section .custom-select-display:before {
  font-family: uicons-bold-rounded !important;
  content: "\e07c";
  color: var(--c3);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
body > section .custom-select-list {
  display: none;
  box-shadow: 0px 10px 16px rgba(225, 225, 225, 0.5803921569);
  border-top: none;
  left: 0;
  position: absolute;
  background: var(--white);
  right: 0;
  padding: 60px 15px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 200px;
  top: 0;
  z-index: 9980;
  min-height: 50px;
  border-radius: 15px;
  transition: box-shadow 0.2s linear;
}
body > section .custom-select-list .custom-select-item {
  font-size: 15px;
  padding: 2px 0;
  cursor: pointer;
  color: var(--bs-dark-text-emphasis);
  transition: all 200ms linear;
}
body > section .custom-select-list .custom-select-item:hover {
  font-weight: 700;
}
body > section .custom-select-list .custom-select-item + .custom-select-item {
  margin-top: 4px;
}
body > section .filesbox .sppb-column-addons {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body > section .filesbox .sppb-column-addons .addon-root-text-block {
  margin-bottom: 1em !important;
}
body > section .filesbox .sppb-column-addons .sppb-addon-title {
  min-height: 67px;
}
body > section .filesbox .sppb-column-addons .addon-root-button {
  margin-top: auto !important;
}
body > section .offerbox * {
  transition: all 200ms linear;
}
body > section .offerbox .sppb-div-addon:hover:has(a):not(.blurbox) {
  background-color: var(--main-color) !important;
}
body > section .offerbox .sppb-div-addon:hover:has(a):not(.blurbox) .addon-root-image img {
  filter: brightness(0) invert(1);
  transition: all 50ms linear;
}
body > section .offerbox .sppb-div-addon:hover:has(a):not(.blurbox) .sppb-addon-content p {
  color: var(--white) !important;
}
body > section .offerbox .blurbox > * {
  filter: blur(6px);
}
body > section .offerbox .sppb-addon-wrapper:has(> .sppb-div-addon),
body > section .offerbox .sppb-addon-wrapper > .sppb-div-addon {
  height: 100%;
}
body > section .offerbox .addon-root-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
body > section .offerbox .addon-root-button a {
  opacity: 0;
  position: absolute;
  height: 100%;
}
body > section .offerbox .fadeInUp:hover .linkstd,
body > section .offerbox .fadeInUp:hover .linkstd:after {
  color: var(--c1);
}
body > section .offerbox .fadeInUp:hover .linkstd:before {
  background: var(--c1);
}
body > section .filterbox {
  background-color: var(--c1);
  padding: 40px 0;
  z-index: 9998 !important;
  position: relative;
}
body > section .filterbox h4 {
  color: var(--white);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
body > section .filterbox .showfilter {
  display: none;
  border-radius: 15px;
  padding: 10px 20px;
}
body > section .filterbox form {
  display: flex;
  gap: 20px;
}
body > section .filterbox form .item {
  width: 160px;
  flex: auto;
  max-width: 240px;
  display: flex !important;
  padding: 0 20px;
  background-color: var(--white);
  border-radius: 15px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
body > section .filterbox form .item p {
  width: 100%;
  margin: 0;
  color: var(--c9);
  font-size: 16px;
  font-weight: 400;
  z-index: 11;
  background: var(--white);
}
body > section .filterbox form .item p span {
  width: 10px;
  flex: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > section .filterbox form .item .list {
  display: none;
  border-top: none;
  left: 0;
  position: absolute;
  background: var(--white);
  right: 0;
  padding: 60px 10px 20px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 200px;
  top: 0;
  z-index: 10;
  min-height: 50px;
  border-radius: 15px;
  transition: box-shadow 0.2s linear;
}
body > section .filterbox form .item .list .box {
  overflow-y: auto;
  max-height: 300px;
  padding-right: 0;
}
body > section .filterbox form .item .list .box h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--c3);
}
body > section .filterbox form .item .list .box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body > section .filterbox form .item .list .box ul li + li {
  margin-top: 2px;
}
body > section .filterbox form .item .list .box ul label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 2px;
  font-size: 14.5px;
  color: var(--c6);
  cursor: pointer;
}
body > section .filterbox form .item .list .box ul label:before {
  border: 1px solid var(--cd);
  border-radius: 5px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  content: "";
}
body > section .filterbox form .item .list .box ul label:has(input[type=checkbox]:checked):before {
  content: "";
  border-color: var(--main-color);
  background: var(--main-color);
}
body > section .filterbox form .item .list .box ul label span {
  color: var(--c9);
  flex: auto;
  text-align: right;
}
body > section .filterbox form .item .list .box ul input {
  display: none;
}
body > section .filterbox form .item .list .box:has(> ul:not(:has(li))) {
  display: none;
}
body > section .filterbox form .item .list .box:has(li) + .box:has(li) {
  margin-top: 15px;
}
body > section .filterbox form .item.active .list {
  box-shadow: 0px 10px 16px rgba(225, 225, 225, 0.5803921569);
}
body > section .filterbox form .eshop-filter-reset-all {
  display: flex;
  gap: 20px;
}
body > section .filterbox form .eshop-filter-reset-all a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: var(--c3);
  color: var(--white);
  font-size: 22px;
  display: flex;
  position: relative;
}
body > section .filterbox form .eshop-filter-reset-all a .fi-br-cross {
  position: absolute;
  margin: auto;
  color: var(--white);
  opacity: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body > section .filterbox form .eshop-filter-reset-all .filter-button-reset {
  display: none;
}
body > section .filterbox form:has(input[type=checkbox]:checked) .eshop-filter-reset-all {
  pointer-events: all;
}
body > section .filterbox form:has(input[type=checkbox]:checked) .eshop-filter-reset-all a.filter-button-reset {
  display: flex;
}
body > section .filterbox form:has(input[type=checkbox]:checked) .eshop-filter-reset-all a.filter-button-reset .fi-br-search {
  opacity: 0;
}
body > section .filterbox form:has(input[type=checkbox]:checked) .eshop-filter-reset-all a.filter-button-reset .fi-br-cross {
  opacity: 1;
  color: var(--main-color);
}
body > section .filterbox form .eshop-filter-hidden {
  display: none;
}
body > section .filterbox .searchstandard {
  display: none;
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  flex: auto;
  bottom: -90px;
  min-width: 304px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
  right: 0;
  padding-top: 0px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #ececec;
}
body > section .filterbox .searchstandard input {
  min-height: 68px;
  border: none;
  width: calc(100% - 34px);
  padding: 0 20px;
  font-size: 15px;
  display: inline-block;
  background: transparent;
  color: var(--c1);
}
body > section .filterbox .searchstandard .fi-br-cross {
  color: var(--c1);
  font-size: 15px;
  vertical-align: middle;
  height: 100%;
  width: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
body > section .products-list-container {
  margin-top: 121px;
}
body > section .products-list-container .sortPagiBar {
  margin-bottom: 40px;
}
body > section .products-list-container .sortPagiBar .flexBlock .buttonLink:hover {
  background-color: var(--c1);
}
body > section .products-list-container .sortBox {
  gap: 30px;
}
body > section .products-list-container .sortBox b {
  font-size: 15px;
  color: var(--c3);
  margin-right: 15px;
  font-weight: 400;
  text-wrap: nowrap;
}
body > section .products-list-container .sortBox select {
  background-color: var(--grey);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  font-size: 15px;
  color: var(--c9);
  padding: 0 15px;
  height: 40px !important;
}
body > section .products-list-container .sortBox select#limit {
  min-width: 70px;
}
body > section .products-list-container .sortBox select#sort_options {
  width: 160px;
}
body > section .products-list-container .list {
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
body > section .products-list-container .list .item {
  border-radius: 15px;
  background-color: var(--grey);
  overflow: hidden;
  padding: 60px 5px 40px;
  max-width: 426px;
  width: 350px;
  flex: auto;
  position: relative;
  align-self: stretch;
  transition: all 200ms linear;
}
body > section .products-list-container .list .item a.fulllink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  font-size: 0;
  z-index: 100;
}
body > section .products-list-container .list .item.item.product_featured-1 {
  background-color: var(--c1);
}
body > section .products-list-container .list .item.item.product_featured-1 .eshop-product-price {
  background-color: var(--main-color);
  color: var(--white);
}
body > section .products-list-container .list .item.item.product_featured-1 .eshop-product-price > div > * {
  color: var(--white);
}
body > section .products-list-container .list .item.item.product_featured-1 .eshop-info:before {
  background-color: var(--c3);
}
body > section .products-list-container .list .item.item.product_featured-1 .eshop-info h2 a {
  color: var(--main-color);
}
body > section .products-list-container .list .item.item.product_featured-1 .eshop-info p {
  color: var(--c9);
}
body > section .products-list-container .list .item.item.product_featured-1 .eshop-product-desc {
  color: var(--c9);
}
body > section .products-list-container .list .item:hover {
  background-color: var(--main-color) !important;
}
body > section .products-list-container .list .item:hover .eshop-info:before {
  background-color: var(--second-color) !important;
}
body > section .products-list-container .list .item:hover .eshop-info h2 .small {
  color: var(--cd);
}
body > section .products-list-container .list .item:hover .eshop-info h2 a {
  color: var(--white) !important;
}
body > section .products-list-container .list .item:hover .eshop-info .eshop-product-desc, body > section .products-list-container .list .item:hover .eshop-info .manufacturer {
  color: var(--cd) !important;
}
body > section .products-list-container .list .item:hover a.buttonLink {
  color: var(--white);
  border-color: var(--white);
}
body > section .products-list-container .list .item:hover .eshop-product-price {
  background: var(--c1) !important;
}
body > section .products-list-container .list .item a.buttonLink {
  display: none;
}
body > section .products-list-container .list .item .eshop-product-price {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 150px;
  padding: 0 20px 0 15px;
  background-color: var(--c1);
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-left-radius: 15px;
  align-items: center;
  transition: all 200ms linear;
}
body > section .products-list-container .list .item .eshop-product-price > div > * {
  display: block;
  text-transform: lowercase;
}
body > section .products-list-container .list .item .eshop-product-price .preprice {
  text-align: left;
  font-size: 13px;
  color: var(--c9);
}
body > section .products-list-container .list .item .eshop-product-price .eshop-sale-price {
  font-size: 18px;
  color: var(--white);
  margin: -3px 0;
  font-weight: 700;
}
body > section .products-list-container .list .item .eshop-product-price .afterprice {
  text-align: right;
  font-size: 13px;
  color: var(--c9);
}
body > section .products-list-container .list .item .image img {
  margin: 0 auto;
}
body > section .products-list-container .list .item .eshop-info {
  text-align: center;
}
body > section .products-list-container .list .item .eshop-info:before {
  content: "";
  background-color: #e5e8eb;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
body > section .products-list-container .list .item .eshop-info h2 {
  font-size: 24px;
  max-width: 98%;
  margin: 0 auto 5px;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 3.9em;
  min-height: 3.9em;
}
body > section .products-list-container .list .item .eshop-info h2 a {
  color: var(--c1);
}
body > section .products-list-container .list .item .eshop-info h2 .small {
  font-size: 15px;
  color: var(--c7);
  font-weight: 700 !important;
  min-height: 19px;
}
body > section .products-list-container .list .item .eshop-info .manufacturer {
  font-weight: 800;
  color: var(--c7);
  font-size: 15px;
}
body > section .products-list-container .list .item .eshop-info .eshop-product-desc {
  color: var(--c7);
  font-size: 15px;
  line-height: 26px;
}
body > section .products-list-container .list .item.randcontact {
  padding: 0;
  overflow: hidden;
  min-height: 530px;
}
body > section .products-list-container .list .item.randcontact * {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body > section .products-list-container .list .item.randcontact * style {
  display: none !important;
}
body > section .products-list-container .list .item.randcontact * h3 {
  height: auto;
}
body > section .products-list-container .list .item.randcontact .sppb-column-addons > * {
  height: auto;
}
body > section .products-list-container .list .item.randcontact .addon-root-button:has(a) a {
  height: 50px;
  min-width: 180px;
}
body > section .products-list-container .list .item.randcontact .addon-root-raw-html:has(a) {
  position: absolute;
  top: 0;
  opacity: 0;
  margin: 0 -15px !important;
  width: calc(100% + 30px);
  z-index: 1000;
  bottom: 0;
  right: 0;
}
body > section .products-list-container .list .item.randcontact .addon-root-raw-html:has(a) a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
body > section .sppb-addon-table-main tr:has(td.bt-hide) {
  display: none;
}
body > section .paginationbox {
  background-color: var(--c1);
  height: 76px;
  border-radius: 15px;
  padding: 0 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin-top: 20px;
}
body > section .paginationbox .eshop-product-show {
  margin-left: 0;
}
body > section .paginationbox .eshop-product-show b {
  color: var(--c9);
  font-size: 15px;
  margin-right: 15px;
  font-weight: 400;
  text-wrap: nowrap;
}
body > section .paginationbox .eshop-product-show select {
  background-color: var(--c3);
  border-radius: 15px;
  border: none;
  font-size: 15px;
  min-width: 70px !important;
  color: var(--cd);
  padding: 0 15px;
  height: 40px !important;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23111' stroke='%23ddd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
body > section .standardHeaderBC {
  background-color: var(--c1);
  min-height: 360px;
  padding-top: 180px;
  margin-top: -140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
}
body > section .standardHeaderBC .center {
  width: 100%;
}
body > section .standardHeaderBC .mod-breadcrumbs {
  max-width: 100%;
}
body > section .standardHeaderBC h1, body > section .standardHeaderBC h2, body > section .standardHeaderBC h3 {
  font-weight: 800;
  font-size: 60px;
  color: var(--white);
}
body > section .standardHeaderBC h1 span, body > section .standardHeaderBC h2 span, body > section .standardHeaderBC h3 span {
  font-size: 0.5em;
  color: var(--c7);
}
body > section .standardHeaderBC + .filterbox {
  background-color: var(--c2);
}
body > section .filterbox + script + #eshop-main-container {
  position: relative;
  z-index: 9;
}
body > section .singleproductbox {
  background-color: var(--grey);
  padding: 121px 0;
}
body > section .singleproductbox .sppb-row-container {
  gap: 51px;
  align-items: flex-start;
}
body > section .singleproductbox .image {
  flex: auto;
  max-width: 760px;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--white);
  align-self: stretch;
}
body > section .singleproductbox .image a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 545px;
  height: 100%;
}
body > section .singleproductbox .image i {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--c9);
}
body > section .singleproductbox .textbox {
  flex: auto;
  width: 200px;
  max-width: 545px;
}
body > section .singleproductbox .textbox .headerinfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body > section .singleproductbox .textbox .headerinfo .mainheader {
  width: 100%;
  color: var(--c1);
  justify-content: flex-start;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
body > section .singleproductbox .textbox .headerinfo .mainheader .elementsicons {
  gap: 0px 40px;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
}
body > section .singleproductbox .textbox .headerinfo .mainheader .item {
  gap: 10px;
}
body > section .singleproductbox .textbox .headerinfo .mainheader .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid var(--c1);
  height: 30px;
  width: 30px;
  border-radius: 5px;
  position: relative;
  top: 2px;
}
body > section .singleproductbox .textbox .headerinfo .mainheader .item p .name {
  font-size: 12px;
}
body > section .singleproductbox .textbox .headerinfo .mainheader .item p .value {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: -6px;
  color: var(--main-color);
}
body > section .singleproductbox .textbox .headerinfo .mainheader .eshop-product-price {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: var(--c1);
  color: var(--white);
  padding: 10px 0;
  border-bottom-left-radius: 23px;
}
body > section .singleproductbox .textbox .headerinfo .mainheader .eshop-product-price .afterprice {
  color: var(--cd);
}
body > section .singleproductbox .textbox .headerinfo .mainheader:has(.eshop-product-price) .elementsicons:after {
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  bottom: 20px;
  background-color: var(--cd);
}
body > section .singleproductbox .textbox .headerinfo .product-availability {
  font-size: 17px;
  color: var(--main-color);
}
body > section .singleproductbox .textbox .headerinfo .product-availability p {
  margin: 0;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
body > section .singleproductbox .textbox .headerinfo .product-availability p span {
  text-wrap: nowrap;
}
body > section .singleproductbox .textbox .headerinfo .product-availability i {
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
body > section .singleproductbox .textbox .headerinfo .eshop-product-price > div > * {
  display: block;
  text-transform: lowercase;
  text-align: right;
  background-color: var(--c1);
}
body > section .singleproductbox .textbox .headerinfo .eshop-product-price > div {
  text-align: right;
}
body > section .singleproductbox .textbox .headerinfo .eshop-product-price .preprice {
  text-align: left;
  font-size: 16px;
  color: var(--cd);
}
body > section .singleproductbox .textbox .headerinfo .eshop-product-price .eshop-sale-price {
  font-size: 22px;
  color: var(--fff);
  margin: -3px 0;
  font-weight: 800;
}
body > section .singleproductbox .textbox .headerinfo .eshop-product-price .afterprice {
  font-size: 16px;
  color: var(--cd);
  display: inline-block;
}
body > section .singleproductbox .textbox > h2 {
  font-size: 25px;
  margin-top: 5px;
  color: var(--c1);
}
body > section .singleproductbox .textbox > .smallsku {
  font-size: 15px;
  margin-top: -5px;
  color: var(--c1);
  font-weight: 600;
}
body > section .singleproductbox .textbox .product-short-desc {
  margin-top: 15px;
  color: var(--c7);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}
body > section .singleproductbox .textbox .product-short-desc p {
  margin: 0;
}
body > section .singleproductbox .textbox .product-options {
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
  margin-bottom: 30px;
}
body > section .singleproductbox .textbox .product-options h5 {
  font-size: 17px;
  color: var(--c1);
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
}
body > section .singleproductbox .textbox .product-options .single {
  border-radius: 5px;
  padding: 5px 13px;
  border: 1px solid var(--cd);
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  color: var(--cc);
}
body > section .singleproductbox .textbox .product-options .single.active {
  color: var(--c1);
}
body > section .singleproductbox .textbox .quotebutton {
  gap: 30px;
  display: flex;
}
body > section .singleproductbox .textbox .quotebutton .buttonLink:first-child:hover {
  background-color: var(--c1);
}
body > section .singleproductbox .textbox .quotebutton .linkstd {
  align-items: center;
  align-self: center;
}
body > section .singleproductbox .textbox .quotebutton .linkstd:before {
  bottom: -4px;
}
body > section .singleproductbox .textbox .quotebutton .linkstd:after {
  display: none;
}
body > section .extrainfoproductbox .tracksticky ul,
body > section .extrainfoproductbox .linkboxscroll ul {
  gap: 20px;
  margin: 60px auto -60px;
  flex-wrap: wrap;
  list-style: none !important;
  padding-left: 0;
}
body > section .extrainfoproductbox .tracksticky ul li ::marker,
body > section .extrainfoproductbox .linkboxscroll ul li ::marker {
  display: none !important;
}
body > section .extrainfoproductbox .linkboxscroll {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 20px;
  padding: 40px 0 10px;
  left: 20px;
  right: 20px;
  background-color: rgba(17, 17, 17, 0.61);
  border-radius: 15px;
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid var(--c2);
}
body > section .extrainfoproductbox .linkboxscroll .sppb-row-container {
  gap: 20px;
}
body > section .extrainfoproductbox .linkboxscroll .listel {
  flex: auto;
  width: 300px;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
body > section .extrainfoproductbox .linkboxscroll .listel li {
  margin: 0 10px;
}
body > section .extrainfoproductbox .linkboxscroll ul {
  margin-bottom: 0;
  gap: 10px;
}
body > section .extrainfoproductbox .linkboxscroll ul a.buttonLinkDark {
  background-color: var(--white);
  color: var(--c1);
  height: 43px;
  min-width: 120px;
}
body > section .extrainfoproductbox .linkboxscroll ul a.buttonLinkDark.active, body > section .extrainfoproductbox .linkboxscroll ul a.buttonLinkDark.ac {
  color: var(--white);
  background-color: var(--main-color);
}
body > section .extrainfoproductbox .linkboxscroll.active {
  opacity: 1;
  pointer-events: all;
}
body > section .extrainfoproductbox .linkboxscroll.active.hide {
  opacity: 0;
  pointer-events: none;
}
body > section .maincarouselinfo .list {
  background-color: var(--c1);
  border-radius: 15px;
}
body > section .maincarouselinfo .list .slick-list {
  margin: 0 -10px;
}
body > section .maincarouselinfo .list .slick-track {
  display: flex;
}
body > section .maincarouselinfo .list .item {
  margin: 0 10px;
  color: var(--c7);
  align-self: stretch;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--c2);
  padding: 40px;
}
body > section .maincarouselinfo .list .item img {
  width: 80px;
  max-width: 80px;
  height: 80px;
}
body > section .maincarouselinfo .list .item h2 {
  font-size: 20px;
  color: var(--white);
  line-height: 28px;
  color: var(--white);
  min-height: 56px;
}
body > section .maincarouselinfo .list .item p,
body > section .maincarouselinfo .list .item p span{
  font-size: 15px;
  line-height: 26px;
  color: var(--c9) !important;
}
body > section .maincarouselinfo .arrowsstd {
  margin: 30px auto 0;
  justify-content: center;
}
body > section .maincarouselinit.grey .list {
  background-color: transparent;
}
body > section .maincarouselinit.grey .list .item {
  background-color: #e6eaef;
}
body > section .maincarouselinit.grey .list .item h2 {
  color: var(--c1);
}
body > section .ytiframe * {
  height: 100%;
}
body > section .stickybox .socialmedia {
  justify-content: center;
}
body > section .stickybox .socialmedia a .fi:before {
  font-size: 22px;
}
body > section .stickybox .sppb-icon-inner:has(.fab.fa-youtube) {
  transition: all 0ms linear;
}
body > section .stickybox .sppb-icon-inner:has(.fab.fa-youtube) .fab.fa-youtube:before {
  font-style: normal;
  font-family: "uicons-brands";
  content: "\f1d9";
}
body > section div#toform {
  position: absolute;
  top: -140px;
}
body > section .smallcarouseloptions {
  max-width: 1320px;
  background-color: var(--c1);
  border-radius: 15px;
  padding: 50px 0 50px 30px;
  overflow: hidden;
}
body > section .smallcarouseloptions .desc {
  max-width: 260px;
  flex: auto;
}
body > section .smallcarouseloptions .desc h3 {
  font-size: 35px;
  color: var(--white);
  line-height: 45px;
  font-weight: 800;
}
body > section .smallcarouseloptions .desc h3 span {
  color: var(--main-color);
}
body > section .smallcarouseloptions .desc p {
  color: var(--ce);
  font-size: 15px;
  max-width: 190px;
  line-height: 26px;
  margin-bottom: 20px;
}
body > section .smallcarouseloptions .list {
  flex: auto;
  width: 47%;
  margin-right: -80px;
}
body > section .smallcarouseloptions .list .carousel-item {
  padding: 10px;
}
body > section .smallcarouseloptions .list .item {
  padding: 50px 20px 20px;
  background-color: var(--c2);
  min-height: 210px;
  min-width: 305px;
  transition: all 100ms linear;
  margin-right: 0;
  width: 100%;
}
body > section .smallcarouseloptions .list .item .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
body > section .smallcarouseloptions .list .item h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  line-height: 24px;
  max-width: 240px;
  transition: all 200ms linear;
}
body > section .smallcarouseloptions .list .item p {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 20px;
  left: 20px;
  padding: 0 10px;
  color: var(--c9);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  top: 10px;
  bottom: 10px;
  display: flex;
  max-height: 100%;
  align-items: center;
  transition: all 200ms linear;
  opacity: 0;
  background-color: var(--c2);
  z-index: 1000;
}
body > section .smallcarouseloptions .list .item a {
  color: var(--c9);
}
body > section .smallcarouseloptions .list .item.item:has(p):hover {
  padding: 35px 20px;
}
body > section .smallcarouseloptions .list .item.item:has(p):hover p {
  opacity: 1;
  pointer-events: all;
}
body > section .smallcarouseloptions .list .item.item:has(p):hover .linkstd {
  opacity: 0;
}
body > section .smallcarouseloptions .list .item.item:not(:has(p)) {
  padding: 20px;
}
body > section .smallcarouseloptions .list .item.item:not(:has(p)) .text {
  justify-content: center;
}
body > section .smallcarouseloptions .list .item.item:not(:has(p)) h3 {
  margin-bottom: 0 !important;
  top: 0 !important;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body > section .smallcarouseloptions .list .slick-current .item {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
body > section .smallcarouseloptions.product {
  margin-top: 121px;
}
body > section .smallcarouseloptions.product .arrowsstd.hidden {
  display: none;
}
body > section .careerbox .sppb-div-addon {
  border-radius: 15px;
  overflow: hidden;
  transition: all 200ms linear;
}
body > section .careerbox .sppb-div-addon .sppb-btn-custom {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body > section .careerbox .sppb-div-addon h3 {
  min-height: 60px !important;
}
body > section .careerbox .sppb-div-addon:hover {
  background-color: var(--main-color) !important;
}
body > section .careerbox .sppb-div-addon:hover h3, body > section .careerbox .sppb-div-addon:hover a, body > section .careerbox .sppb-div-addon:hover h3 a, body > section .careerbox .sppb-div-addon:hover a:before {
  color: var(--white) !important;
}
body > section .careerbox .sppb-div-addon:hover a::before {
  background-color: var(--white);
}
body > section .careerbox .sppb-div-addon:hover p {
  color: var(--cd) !important;
}
body > section .careerbox .sppb-div-addon:hover .linkstd:before,
body > section .careerbox .sppb-div-addon:hover .linkstdbox a:before {
  animation: lineAnimation 2s infinite;
}
body > section .careerbox .sppb-div-addon:hover .linkstd:after,
body > section .careerbox .sppb-div-addon:hover .linkstdbox a:after {
  animation: iconSlide 2s infinite;
}
body > section .rotatetext .sppb-item {
  padding: 0;
}
body > section .rotatetext .sppb-item h3 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
}
body > section .rotatetext .sppb-row .sppb-col-sm-0:has(.sppb-text-right:empty) {
  display: none !important;
}
body > section #onav_specyfikacja {
  overflow: visible !important;
}
body > section #onav_specyfikacja .sppb-row-column:has(> .stickybox) {
  position: sticky;
  top: 195px;
}
body > section .galleryframe .galleryslider {
  width: 100%;
  height: 100%;
}
body > section .galleryframe .galleryslider * {
  width: 100%;
  height: 100%;
  background-size: contain !important;
}
body > section .gallerythumbs {
  margin-top: 121px;
}
body > section .gallerythumbs h3 {
  margin-bottom: 25px;
}
body > section .gallerythumbs .list a {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 10px;
  display: block;
  position: relative;
}
body > section .gallerythumbs .list a:has(.alttext):after {
  height: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
  content: "";
}
body > section .gallerythumbs .list a .alttext {
  position: absolute;
  z-index: 3;
  bottom: 42px;
  font-size: 20px;
  font-weight: 800;
  padding: 0 20px;
  line-height: 1.3;
  color: var(--white);
  left: 0;
  right: 0;
  text-align: center;
}
body > section .gallerythumbs .list img {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  max-width: 688px;
}
body > section .gallerythumbs .arrowsstd {
  margin-top: 23px;
  justify-content: center;
}
body > section .gallerybox ul.sppb-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0px !important;
}
body > section .gallerybox ul.sppb-gallery:before, body > section .gallerybox ul.sppb-gallery:after {
  display: none;
}
body > section .gallerybox ul.sppb-gallery li {
  margin: 0 !important;
  width: 100%;
}
body > section .gallerybox ul.sppb-gallery li a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
body > section .gallerybox ul.sppb-gallery li a img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
body > section .fulldescbox {
  margin-top: 121px;
  background-color: var(--grey);
  padding: 57px 0;
}
body > section .fulldescbox .sppb-row-container > h3 {
  font-size: 35px;
  color: var(--c1);
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 40px;
}
body > section .fulldescbox .sppb-row-container > h3 span {
  color: var(--main-color);
}
body > section .fulldescbox .sppb-row-container .textbox {
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 30px;
  color: var(--c7);
}
body > section .fulldescbox .sppb-row-container .textbox.active {
  max-height: 2000px;
}
body > section .fulldescbox .sppb-row-container .textbox p {
  color: var(--c7);
  font-size: 15px;
  line-height: 26px;
}
body > section .fulldescbox .sppb-row-container .textbox table[style*="border-width: 0"] colgroup {
  display: none !important;
}
body > section .fulldescbox .sppb-row-container .textbox table[style*="border-width: 0"] tr {
  gap: 30px 51px;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
body > section .fulldescbox .sppb-row-container .textbox table[style*="border-width: 0"] tr td {
  padding: 0;
  flex: auto;
  width: 200px;
  text-align: left;
}
body > section .fulldescbox .sppb-row-container .textbox table[style*="border-width: 0"] tr td > * {
  margin: 0;
}
body > section .fulldescbox .sppb-row-container .textbox table[style*="border-width: 0"] tr td > * + * {
  margin-top: 1.2em;
}
body > section .videobox,
body > section .showmore {
  position: absolute;
}
body > section .videobox a,
body > section .showmore a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  color: var(--white);
  padding-bottom: 42px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
body > section .videobox a:before,
body > section .showmore a:before {
  font-family: "uicons-brands";
  content: "\f1d9";
  font-size: 60px;
  color: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > section .videobox a:hover:before,
body > section .showmore a:hover:before {
  transform: scale(1.1);
}
body > section .videobox a strong,
body > section .showmore a strong {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 800;
  display: block;
}
body > section .videobox.showmore a:before,
body > section .showmore.showmore a:before {
  display: none;
}
body > section .mod-sppagebuilder:has(.popupform) {
  display: none;
}
body > section .eshop-empty-search-result {
  margin-top: 60px;
  font-size: 35px;
  font-weight: 800;
  color: var(--c1);
}
body > section .articlelist .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
body > section .articlelist .list .item {
  border-radius: 15px;
  background-color: var(--grey);
  max-width: 427px;
  width: 320px;
  flex: auto;
  overflow: hidden;
  align-self: stretch;
  transition: all 200ms linear;
  position: relative;
  display: flex;
  flex-direction: column;
}
body > section .articlelist .list .item > a.linkfull {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}
body > section .articlelist .list .item > a:not(.linkfull) {
  display: block;
}
body > section .articlelist .list .item.empty > a {
  height: 30svw;
  max-height: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cc);
  font-size: 24px;
  background: #eff0f1;
}
body > section .articlelist .list .item.empty > a img {
  filter: contrast(0);
  opacity: 0.2;
  max-width: 110px;
  margin: 0 auto;
}
body > section .articlelist .list .item .infobox {
  padding: 40px 30px;
  display: flex;
  flex: auto;
  flex-direction: column;
}
body > section .articlelist .list .item .infobox a.linkstd {
  margin-top: auto;
}
body > section .articlelist .list .item p.catname {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 0;
}
body > section .articlelist .list .item h2 {
  font-size: 24px;
  color: var(--c1);
  line-height: 1.3em;
  font-weight: 800;
}
body > section .articlelist .list .item p.desc {
  color: var(--c9);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 18px;
}
body > section .articlelist .list .item:hover {
  background-color: var(--main-color);
}
body > section .articlelist .list .item:hover h2 {
  color: var(--white);
}
body > section .articlelist .list .item:hover .catname,
body > section .articlelist .list .item:hover .desc {
  color: var(--cd);
}
body > section .articlelist .list .item:hover .linkstd {
  color: var(--white);
}
body > section .articlelist .list .item:hover .linkstd:after {
  color: var(--white);
}
body > section .articlelist .list .item:hover .linkstd:before {
  background: var(--white);
}
body > section .gallerycarousel .slick-slide {
  padding: 0 10px;
}
body > section .gallerycarousel ul.arrowsstd {
  margin: 30px auto 0;
  justify-content: center;
}
body > section .gallerycarousel a {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
body > section .gallerycarousel a:has(.alttext):after {
  height: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
  content: "";
}
body > section .gallerycarousel a .alttext {
  position: absolute;
  z-index: 3;
  bottom: 42px;
  font-size: 20px;
  font-weight: 800;
  padding: 0 20px;
  line-height: 1.3;
  color: var(--white);
  left: 0;
  right: 0;
  text-align: center;
}
body > section .videocarousel .sppb-gallery li a, body > section .videocarousel .sppb-gallery li span.video-popup {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}
body > section .videocarousel .sppb-gallery li a:after, body > section .videocarousel .sppb-gallery li span.video-popup:after {
  font-family: "uicons-brands";
  content: "\f1d9";
  font-size: 60px;
  color: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
body > section .videocarousel .sppb-gallery li a:before, body > section .videocarousel .sppb-gallery li span.video-popup:before {
  content: "";
  background-color: var(--c1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}
body > section .videocarousel .sppb-gallery li a:hover:after, body > section .videocarousel .sppb-gallery li span.video-popup:hover:after {
  transform: scale(1.1);
}
body > section .videocarousel .sppb-gallery li a .alttext, body > section .videocarousel .sppb-gallery li span.video-popup .alttext {
  position: absolute;
  z-index: 3;
  bottom: 42px;
  font-size: 20px;
  font-weight: 800;
  padding: 0 20px;
  line-height: 1.3;
  color: var(--white);
  left: 0;
  right: 0;
  text-align: center;
}
body > footer {
  background: var(--c1);
  padding: 121px 0 0;
}
body > footer .top .sppb-row-container {
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
body > footer .top .sppb-row-container > .item-1 {
  width: 320px;
}
body > footer .top .sppb-row-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > footer .top .sppb-row-container > * {
  flex: auto;
  width: 220px;
}
body > footer .top .sppb-row-container > * h3 {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
}
body > footer .top .sppb-row-container > * h3:after {
  width: 34px;
  height: 2px;
  background-color: var(--c3);
  content: "";
  margin: 12px 0 24px;
  display: block;
}
body > footer .top .sppb-row-container > .item-4 li + li {
  margin-top: 15px;
}
body > footer .top .sppb-row-container > .item-4 li p {
  margin: 0;
}
body > footer .top .sppb-row-container > .item-4 a {
  font-size: 17px;
  color: var(--cc);
}
body > footer .top .sppb-row-container > .item-4 a:hover {
  color: var(--white);
}
body > footer .top .sppb-row-container .item-1 img {
  max-width: 129px;
  margin-bottom: 33px;
}
body > footer .top .sppb-row-container .item-1 p {
  margin-bottom: 0;
  color: var(--cc);
  font-size: 14px;
  font-weight: 300;
}
body > footer .top .sppb-row-container .item-1 p strong {
  font-weight: 600;
}
body > footer .top .sppb-row-container .item-1 p + p {
  margin-top: 5px;
}
body > footer .top .sppb-row-container .item-1 p:nth-child(2) {
  font-weight: 600;
  color: var(--white);
}
body > footer .bottom {
  margin-top: 60px;
  border-top: 1px solid var(--c3);
  padding: 53px 0;
  color: var(--c4);
}
body > footer .bottom p {
  margin: 0;
}
body > footer .bottom .author a {
  font-size: 13px;
  color: var(--c4);
}
body > footer .bottom .author .break {
  margin: 0 28px;
  height: 30px;
  min-width: 1px;
  background-color: var(--c3);
  opacity: 0.6;
}
body > footer .bottom .author svg {
  height: 25px;
  margin-right: 10px;
}
body > footer .bottom .author svg * {
  fill: var(--c4);
}
body #cboxOverlay {
  background: rgb(11, 11, 11);
  opacity: 0.8 !important;
  transition: all 300ms linear;
}
body .white-popup-block:has(.com-baforms-wrapper) {
  padding: 0;
}
body .white-popup-block:has(.com-baforms-wrapper) h3.ba-input-label-wrapper {
  font-size: 35px;
  font-weight: 800;
}
body .white-popup-block:has(.com-baforms-wrapper) h4.ba-input-label-wrapper {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}
body .white-popup-block:has(.com-baforms-wrapper) .ba-form-row + .ba-form-row {
  margin-top: 25px;
}
body .white-popup-block:has(.com-baforms-wrapper) .ba-form-row:has(.hiddenurl) {
  margin: 0;
}
body .com-baforms-wrapper .span12:has(.ba-form-submit-field) {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: nowrap !important;
  flex-grow: inherit;
  flex-direction: row;
}
body .com-baforms-wrapper .span12:has(.ba-form-submit-field) > * {
  width: auto !important;
}
body .com-baforms-wrapper .span12:has(.ba-form-submit-field) > * + * p {
  font-size: 14px;
  color: var(--c7);
}
body .ba-form-page .ba-form-row > .ba-form-column-wrapper > .span4 {
  width: 31.914893617% !important;
}
body .ba-form-page .ba-form-row > .ba-form-column-wrapper > .span8 {
  width: 65.9574468085% !important;
}
body .ba-form-page .ba-form-column-wrapper:has(.span4) {
  gap: 0 20px;
}
body .ba-form-page .ba-form-column-wrapper:has(.span4) .span4,
body .ba-form-page .ba-form-column-wrapper:has(.span4) .span8 {
  width: calc(50% - 20px);
  margin: 0 !important;
}
body .ba-form-page .ba-form-column-wrapper:has(.span4) .ba-form-field-item:has(h4) {
  width: 100% !important;
}
body .ba-form-page .ba-form-column-wrapper:has(.span4) .span4:has(.ba-form-field-item + .ba-form-field-item),
body .ba-form-page .ba-form-column-wrapper:has(.span4) .span8:has(.ba-form-field-item + .ba-form-field-item) {
  display: flex !important;
  flex-direction: row;
  gap: 0 20px !important;
  width: 44%;
  flex-wrap: wrap;
  align-self: baseline;
}
body .ba-form-page .ba-form-column-wrapper:has(.span4) .span4:has(.ba-form-field-item + .ba-form-field-item) .ba-form-field-item,
body .ba-form-page .ba-form-column-wrapper:has(.span4) .span8:has(.ba-form-field-item + .ba-form-field-item) .ba-form-field-item {
  width: 265px;
  flex: auto;
}
body .ba-form-page .upload-file-input.drag-drop-upload-file .upload-file-btn {
  border: 1px solid var(--main-color) !important;
  background: transparent !important;
  color: var(--c1);
  font-weight: 700;
  border-radius: 30px;
  padding: 13px 30px;
  font-size: 15px !important;
  margin-top: 20px;
}
body .ba-form-page .upload-file-input.drag-drop-upload-file .upload-file-btn:hover {
  border-color: var(--c1) !important;
}
body .mfp-bottom-bar,
body .mfp-zoom-out-cur,
body .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  display: none !important;
}
body.mobile {
  overflow: hidden;
}
body.mobile a.mobile i {
  transform: rotate(90deg);
  color: var(--main-color);
}
body.mobile > .hm {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  z-index: 1000000;
}
body.mobile > .hm .navBoxe {
  position: absolute;
  top: 120px;
  right: 30px;
  height: calc(100svh - 150px);
  background-color: rgba(1, 1, 1, 0.9);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 324px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 15px 0 15px 30px;
  overflow: hidden;
}
body.mobile > .hm .navBoxe nav {
  margin-top: 20px;
  padding: 20px 30px 30px 0;
  color: var(--white);
  height: calc(100% - 60px);
}
body.mobile > .hm .navBoxe nav .navelements {
  overflow-x: auto;
  display: block;
  height: 100%;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav {
  flex-direction: column;
  margin-top: 16px;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li a {
  flex: auto;
  display: flex;
  color: var(--grey);
  min-height: 12px;
  padding: 9px 0;
  height: 3vh;
  font-size: 16px;
  order: 1;
  align-items: center;
  width: 100px;
  text-align: left;
  box-sizing: initial;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li i {
  order: 2;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 15px;
  font-size: 18px;
  color: var(--white);
  display: flex;
  opacity: 0.9;
  margin-right: 20px;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li.active > a {
  color: var(--main-color);
  font-weight: 800;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li.active > i:before {
  transform: rotate(180deg);
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li.current > ul {
  display: block;
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li ul {
  display: none;
  order: 3;
  padding-left: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.21);
  border-left: 1px solid var(--c3);
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li ul a {
  font-size: calc(16px - 0.1em);
}
body.mobile > .hm .navBoxe nav .navelements > ul.nav li + li {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--c2);
}
body.mobile > .hm .shadowclose {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.mobile > .hm .searchbox {
  border-top: 1px solid var(--c5);
  padding-top: 20px;
  margin-top: 20px;
  margin-right: 30px;
}
body.mobile > .hm .searchbox input {
  width: 100%;
  height: 53px;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 15px;
  border: none;
}
body .cc-trigger.cc-trigger-icon.cc-trigger-left {
  left: 15px;
}
body .cc-trigger.cc-trigger-icon.cc-trigger-left svg {
  width: 35px;
}
body .ba-field-container select:not([multiple]) {
  -webkit-appearance: none !important;
  background-color: var(--white);
}
body .ba-field-container:has(> select:not([multiple])):before {
  font-family: uicons-bold-rounded !important;
  content: "\e07c";
  color: var(--c3);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
body .ba-page-items h4 {
  bottom: -10px;
  position: relative;
  font-size: 20px !important;
  color: var(--c4) !important;
}
body .ba-page-items .ba-form-submit-btn {
  padding: 0 10px;
  min-width: 180px;
  height: 52px;
  min-width: 180px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
}
body .ba-page-items .ba-phone-selected-country:before {
  font-family: uicons-bold-rounded !important;
  content: "\e07c";
  border: none;
}
body #overlaysecret {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.9724264706) 100%);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
body #overlaysecret img:not(.logoshadow) {
  max-width: 250px;
}
body #overlaysecret .thanks4u {
  color: var(--white);
  font-size: 5vw;
  font-weight: 800;
}
body #overlaysecret .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
}
body #overlaysecret .logoshadow {
  width: 100px;
  height: auto;
  position: absolute;
}
body #overlaysecret .shadowelement {
  position: absolute;
  border-radius: 50%;
  transition: opacity 1s linear;
}
body #overlaysecret .shape {
  border-radius: 50%;
}
body:has(#ba-forms-notification.notification-in) .mfp-wrap form.ba-form-2:before {
  content: "";
  background-color: hsla(0, 0%, 7%, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(7px);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  opacity: 1;
}
body:has(.mfp-bg) #ba-forms-notification {
  background: var(--white);
  z-index: 10000000;
  color: var(--c1);
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
  height: -moz-max-content;
  height: max-content;
  padding: 50px 30px;
}
body:has(.mfp-bg) #ba-forms-notification i {
  top: 10px;
}
body:has(.mfp-bg) #ba-forms-notification * {
  color: var(--c1);
}/*# sourceMappingURL=template.css.map */