@charset "UTF-8";
/* 100 – Thin */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* 200 – ExtraLight */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* 300 – Light */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* 400 – Regular */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* 500 – Medium */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* 600 – SemiBold */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* 700 – Bold */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* 800 – ExtraBold */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* 900 – Black */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Thin"), local("Inter-Thin"), url("fonts/Inter-Thin.ttf");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter ExtraLight"), local("Inter-ExtraLight"), url("fonts/Inter-ExtraLight.ttf");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Light"), local("Inter-Light"), url("fonts/Inter-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"), url("fonts/Inter-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter SemiBold"), local("Inter-SemiBold"), url("fonts/Inter-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Bold"), local("Inter-Bold"), url("fonts/Inter-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter ExtraBold"), local("Inter-ExtraBold"), url("fonts/Inter-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Black"), local("Inter-Black"), url("fonts/Inter-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "PoppinsRounded";
  src: local("PoppinsRounded"), local("PoppinsRounded-Rounded"), url("fonts/PoppinsRounded-Rounded.ttf");
  font-display: swap;
}
/* ================= FORMULARZE ================ */
input[type=file]::-webkit-file-upload-button {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

label {
  color: #160B2E;
  text-transform: none;
  margin: 5px 0;
  font-size: 14px;
}

span + label {
  margin-top: 0;
}

input,
select,
textarea,
.input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  height: 50px;
  line-height: 1;
}

.submit-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
.submit-controls .button {
  width: 100%;
}

.submit-controls > div {
  width: auto;
  margin-right: 20px;
}

.submit-controls > div:last-child {
  margin-right: 0;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%;
}

.columns .form-fields-wrapper {
  width: auto;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder,
textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

.input-wrapper.floating-label {
  position: relative;
}

.input-wrapper.floating-label > label[for] {
  margin-top: 0;
  pointer-events: none;
}

.input-wrapper.floating-label > label[for]:first-child {
  position: absolute;
  top: 25px;
  transform: translate(0, -50%);
  left: 10px;
  line-height: 1;
  display: inline-block;
  padding: 2px;
  background: #fff;
  cursor: text;
  opacity: 0.5;
  z-index: 1;
  transition: all 200ms;
}

.input-wrapper.floating-label > label[for].active:first-child,
.input-wrapper.floating-label > label[for].stay-active:first-child {
  top: 0;
  left: 5px;
  opacity: 1;
  font-size: 0.7rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
  max-width: 150px;
}

.input-number input {
  width: 50px;
  text-align: center;
}

.input-number > span {
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms;
}

.input-number > span.down {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up.disabled:after,
.input-number > span.down.disabled:after {
  line-height: 1;
}

.input-number > span.up:not(.disabled):after,
.input-number > span.down:not(.disabled):after {
  line-height: 1;
  opacity: 50%;
}

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png");
}

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png");
}

.input-number > span.down:hover,
.input-number > span.up:hover {
  background: #eee;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#page-products_listing .styledSelect {
  border-radius: 5px;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#page-products_listing .styledSelect ul, #page-products_listing .styledSelect li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.styledSelect:after {
  content: "";
  background: url(graphics/svg/accordion-arrow-select.svg);
  border: none;
  width: 1.3333rem;
  height: 1.3333rem;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  pointer-events: none;
}

.styledSelect.active:after {
  transform: rotate(180deg) translate(0, 50%);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 5px 10px;
  color: #81878d;
  margin: 3px;
  border-radius: 3px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #f6f6f9;
  color: #151843;
}

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.select2-results ul,
.select2-results ul li {
  text-align: left;
  margin: 0;
}

.select2-results ul li {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label,
input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #160B2E;
  border-radius: 20px;
  display: block !important;
}

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none;
}

.onoffswitch-label:before {
  display: none !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: PoppinsRounded, tahoma, arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04aa6d;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #160B2E;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #160B2E;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div:last-child {
  margin-right: 0;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* ================ Wyszukiwarka ================== */
.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

.custom-file {
  cursor: pointer;
}

.custom-file > input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-file .ico {
  position: static;
  height: 35px;
  width: 35px;
  background-image: url("graphics/svg/drop.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.custom-file-label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}

.required-star {
  color: #D6134B;
}

/* ========== helpery w formularzu ========= */
.card.trzecia, .card.trzyrezta {
  border-right: 1px solid #ddd;
}

.product-card {
  border-bottom: 1px solid #ddd;
}

body {
  scrollbar-gutter: stable;
}

html,
body,
input,
textarea {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.6rem;
  font-weight: 500;
}

h2 {
  font-size: 2.25rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5em;
  line-height: 1.4;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

#START h1 {
  font-size: 50px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

#START h2,
.contact-data-form-window-section h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 600;
}

#START p,
#START .content ul li,
#START .text-wrapper {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
}

.full_card p,
.full_card .text-wrapper {
  font-size: 16px !important;
}

span.subtitle {
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 900px;
  margin-top: 25px;
  font-family: Poppins, tahoma, arial, sans-serif;
}

#START span.subtitle {
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.banner-header span {
  color: white;
}

.container,
.container.alt {
  padding: 0 60px;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#copy_link_sharing {
  position: relative;
}

#copy_link_sharing:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0);
}

#copy_link_sharing.link-copied:after {
  transform: scale(1);
}

.links ul li {
  list-style: none;
  margin-left: 0;
}

.links ul li a {
  text-decoration: none;
  transition: all 300ms;
}

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%;
}

.header {
  max-width: 100%;
}

.header.center h2,
.header.center .text-wrapper {
  text-align: center;
}

.header.center .text-wrapper {
  margin: 0 auto;
}

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.header.with-button .button {
  margin: 0;
  margin-bottom: 10px;
}

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px;
}

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms;
}

.logo-box:hover .thb {
  filter: grayscale(0);
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.quote-section h2,
.quote-section blockquote,
.quote-section p,
.quote-section span,
.quote-section a {
  color: #fff;
}

.quote-section h2 {
  text-align: center;
}

.quote-section .header {
  padding-bottom: 0;
}

.quote-section blockquote,
.quote-section span.signature {
  text-align: center;
  display: block;
}

blockquote span.signature {
  text-transform: uppercase;
}

.quote-section .slick-next,
.quote-section .slick-prev {
  display: none !important;
}

.counter-wrapper .text-wrapper {
  margin: 0 auto;
  text-align: center;
}

.counter-section.columns {
  margin: 0;
}

.counter-section > div {
  border-right: 1px solid rgba(42, 42, 42, 0.1019607843);
}

.counter-section > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.counter-card .content {
  text-align: center;
}

.counter-card .content strong {
  min-height: 2lh;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
  color: #2a2a2a;
}

.counter-card .content .value-wrapper .count,
.counter-card .content .value-wrapper .unit {
  font-size: 2.5rem;
  color: #9D4971;
  font-weight: 500;
  font-family: PoppinsRounded, tahoma, arial, sans-serif;
  line-height: 1.6;
  font-size: 5.375rem;
}

.header h2 {
  text-align: left;
}

#START .header h2 {
  text-align: center;
}

.button.ico {
  padding: 0;
  border-radius: 10px;
}
.button.ico img {
  width: 50px;
  height: 50px;
}

.phone-wrapper .button .ico {
  padding: 10px;
}

.opSlider-control-prev,
.opSlider-control-next {
  display: none;
}

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: left;
}

.banner-content .button {
  font-size: 16px;
}

.footer {
  text-align: center;
  padding-top: 45px;
}

#SYSTEM-FOOT {
  background: white;
}

#SYSTEM-FOOT .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-section .container .text-wrapper ol {
  display: block;
}

.article-section.ordered-list .container .text-wrapper ol {
  counter-reset: item;
  display: block;
}

.article-section.ordered-list .container .text-wrapper li {
  display: block;
}

.ordered-list li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -1em;
}

#page-contactus .columns .contact_data h4:first-child,
#page-contactus .columns .form-wrapper h3:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h3 {
  font-size: 1.6em;
}

.company_name,
.add_company_name,
.address,
.phone,
.email,
.hours,
.add_descr,
.fax {
  display: block;
}

.company_name,
.add_company_name,
.address,
.phones-wrapper,
.emails-wrapper,
.hours,
.add_descr,
.fax {
  margin-bottom: 1em;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-box.small .contact-icon {
  align-items: center;
}

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

.contact-icon .button {
  margin: 0;
}

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #151843;
  font-family: PoppinsRounded, tahoma, arial, sans-serif;
}

.contact-icon .hours {
  margin-top: 0;
}

.email-wrapper .email,
.phone-wrapper .phone {
  display: none;
}

.email-wrapper.show-email .email,
.phone-wrapper.show-phone .phone {
  display: flex;
}

.email-wrapper.show-email .button.show-btn,
.phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.phone-number > a:hover {
  text-decoration: none;
}

.map iframe {
  width: 100% !important;
}

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.form-fields-wrapper > .col1 {
  padding-right: 5px;
}

.form-fields-wrapper > .col2 {
  padding-left: 5px;
}

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both;
  padding: 10px 0 20px 0;
}

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px);
}

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%;
}

.form-fields-wrapper .input-wrapper input,
.form-fields-wrapper .input-wrapper textarea {
  display: block;
}

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-radius: 25px;
}

.contact-data-form-section > div {
  box-sizing: border-box;
  padding: 50px;
}

.contact-data-form-section > div.contact-col {
  background: #eee;
  position: relative;
  width: 40%;
}

.contact-data-form-section > div.contact-col:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  transform: rotate(45deg);
}

.contact-data-form-section > div.add-module-col {
  width: 60%;
}

.contact-data-form-section h3,
#START .contact-data-form-section h3,
.contact-data-form-section h4,
#START .contact-data-form-section h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.4rem;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
}

.contact-data-section .contact-box.small {
  padding-right: 50%;
}

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%;
}

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px;
}

.contact-data-section h3,
#START .contact-data-section h3,
.contact-data-section h4,
#START .contact-data-section h4 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-form-section .contact-icon {
  align-items: center;
}

.reveal-phone-number-wrapper {
  position: relative;
  margin-left: 10px;
}

.phone-window-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

@keyframes slidein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.phone-window-wrapper.show-me {
  display: block;
  animation-duration: 400ms;
  animation-name: slidein;
  animation-timing-function: ease-in-out;
  padding: 0;
}

.phone-window-wrapper.show-me a {
  padding: 15px;
  color: #111;
}

.blog-article {
  display: flex;
  justify-content: space-between;
}

.mail-phone-combo {
  display: flex;
  gap: 5px;
}

#SYSTEM-FOOT .footer-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#SYSTEM-FOOT .footer-section a:hover {
  color: #9D4971;
}
#SYSTEM-FOOT .footer-section .phone-txt:hover {
  color: #9D4971;
}
#SYSTEM-FOOT .footer-section .links ul li {
  margin-bottom: 20px;
}

.right-footer-section {
  display: flex;
  gap: 80px;
}

#SYSTEM-FOOT .footer-section .links ul li {
  margin-bottom: 20px;
}

.footer-section,
.footer-section a,
.contact-footer-section .address,
.contact-footer-section .tel-mail-combo,
.tel-mail-combo a,
.footer-section .phone-txt {
  color: #160B2E;
  font-weight: 300 !important;
}

.footer-section .tel-mail-combo {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.footer-section .contact_data {
  display: flex;
  gap: 80px;
}
.footer-section .contact_data .image-wrapper {
  border-radius: 0;
  position: relative;
}

.social-footer-section span {
  margin-bottom: 10px;
}

.social-footer-section .social-icon {
  width: 24px;
  height: 24px;
}

.social-links .social-icon img {
  width: 100%;
  height: 100%;
}

.contact_data .address {
  margin-bottom: 0 !important;
}

.social-footer-section {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-section .links ul {
  margin-bottom: 0;
}

.investment-map {
  position: relative;
  background-color: #ddd;
}

.investment-map img {
  display: block;
  width: 100%;
  height: 100%;
}

.point {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 30px;
  margin-left: -11px;
  z-index: auto !important;
  cursor: pointer;
}

#page-article .point .image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 32px;
  overflow: visible;
}

.point .map-tooltip .image-wrapper img {
  left: 0;
  top: 0;
}

.point span {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.point::after {
  background-image: url("graphics/svg/marker.svg");
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.container.full.map-full-width {
  padding: 0;
  margin-bottom: 50px;
}

.map-tooltip {
  display: none;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 195px;
  height: auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1098039216);
  background-color: #fff;
  border-radius: 7px;
  padding-top: 100px;
  padding-left: 15px;
  z-index: 3;
  cursor: default;
}

.map-tooltip img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 180px;
  height: 75px;
  border-radius: 5px;
}

.map-tooltip.show-me,
.map-tooltip.show-me2 {
  display: block;
}

.map-tooltip .button {
  position: relative;
  height: 40px;
  width: 180px;
  padding: 10px;
  margin-top: 5px;
  justify-content: left;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.map-tooltip .button::after {
  background-image: url("graphics/svg/arrow-bw-right-orange.svg");
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 12px;
  width: 29px;
  height: 20px;
}

.map-tooltip .button:hover::after {
  right: -5px;
  transition: all 700ms;
}

.map-tooltip.flipped {
  left: -100px;
}

.title-tooltip {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 5px 0 8px 0;
  color: #000;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.loader {
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
}

/* Optional: Add a spinning animation */
.loader::after {
  content: " ⠋";
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    content: " ⠋";
  }
  20% {
    content: " ⠙";
  }
  40% {
    content: " ⠹";
  }
  60% {
    content: " ⠸";
  }
  80% {
    content: " ⠼";
  }
  100% {
    content: " ⠴";
  }
}
.multiblocks_slider.second_variant .splide__track {
  overflow: visible;
}
.multiblocks_slider.second_variant .splide__track::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: -10px;
  width: 2000px;
  background-color: white;
  z-index: 1;
}

.splide__pagination {
  bottom: -1em;
}

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

.splide__pagination__page {
  width: 40px;
  border-radius: 5px;
  height: 5px;
  margin-right: 10px;
  background: rgba(255, 0, 0, 0.4431372549);
}

.splide__pagination__page.is-active {
  background: #0f91fd; /* Highlight for active or progress dots */
  transform: none;
}

.scroll_trigger_animate #scroll-container {
  display: flex;
  gap: 4rem;
  justify-content: center;
  padding: 4rem 0;
}
.scroll_trigger_animate .trigger_content {
  max-width: 700px;
  width: 100%;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  align-items: center;
}
.scroll_trigger_animate .trigger_card {
  width: 100%;
  min-height: 60vh;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.scroll_trigger_animate .trigger_card h2,
.scroll_trigger_animate .trigger_card p {
  margin: 0 !important;
}
.scroll_trigger_animate .new_sticky-wrapper {
  flex-shrink: 0;
  position: relative;
  height: 100vh;
  width: 570px;
  display: block;
}
.scroll_trigger_animate .trigger_card h2,
.scroll_trigger_animate .trigger_card p {
  text-align: center;
}
.scroll_trigger_animate .sticky-box {
  position: fixed;
  width: 570px;
  height: 570px;
  min-height: 570px;
  min-width: 570px;
  border-radius: 12px;
  padding: 1.5rem;
  color: white;
}

#scroll_trigger_animate {
  transition: background-color 0.3s ease;
}

.sticky-box {
  position: fixed;
  width: 570px;
  height: 570px;
  overflow: hidden;
  border-radius: 12px;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.bg-layer.current {
  opacity: 1;
  z-index: 1;
}

.bg-layer.next {
  opacity: 0;
  z-index: 2;
}

.contact-box-form-window-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 60px;
  padding: 30px;
  padding-left: 60px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
}
.contact-box-form-window-wrapper .contact-data-image {
  border-radius: 10px;
  flex: 1;
}

.contact-data-form-window-section .buttons > div {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  width: -moz-max-content;
  width: max-content;
}
.contact-data-form-window-section .buttons > div span:hover {
  color: #9D4971;
}
.contact-data-form-window-section .buttons > div:last-child {
  margin-bottom: 0;
}
.contact-data-form-window-section .button {
  margin-top: 15px;
}

.img_links {
  gap: 100px;
  display: flex;
  align-items: center;
}
.img_links .right {
  text-align: left;
  width: 100%;
  max-width: 700px;
}
.img_links .right .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.img_links .right p {
  margin-bottom: 2em;
}
.img_links .right .link {
  display: block;
  padding: 25px 0;
  border-top: 1px solid #FEE4EF;
}
.img_links .right .link h4 {
  margin: 0;
  font-weight: 500;
}
.img_links .right .link:last-of-type {
  border-bottom: 1px solid #FEE4EF;
}

.start_slider .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.start_slider .header h2 {
  text-align: center;
}
.start_slider .splide__arrow {
  width: 40px;
  height: 40px;
  background: #f8c0c3;
  border: 2px solid white;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.13);
}
.start_slider .splide__arrow svg {
  fill: white;
}
.start_slider .splide__arrow--prev {
  left: -50px;
}
.start_slider .splide__arrow--next {
  right: -50px;
}

.listing-module .header {
  padding: 0;
}
.listing-module .splide__track {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.listing-module .footer .button {
  margin: 0;
}
.listing-module .footer {
  text-align: center;
}
.listing-module .card {
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.product-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .content {
  padding-top: 0;
  position: static;
}
.product-card .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0;
}

.splide__slide .image-wrapper img {
  width: 100%;
}

.vertical-list-section .text-wrapper {
  margin-bottom: 1em;
}
.vertical-list-section {
  position: relative;
  padding-left: 40%;
  gap: 140px;
}
.vertical-list-section .right-section {
  padding-left: 50px;
  box-sizing: border-box;
}
.vertical-list-section .tile-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  padding-right: 50px;
  box-sizing: border-box;
}
.vertical-list-section .list-item .circle-ball {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background-color: #9D4971;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9D4971;
  font-weight: 700;
}
.vertical-list-section .list-item {
  position: relative;
  padding-left: 120px;
  padding-bottom: 80px;
}
.vertical-list-section .list-item-content h3 {
  margin-top: 0;
  font-weight: 600;
}
.vertical-list-section .right-section .controls {
  padding-left: 120px;
}
.vertical-list-section .right-section .button {
  margin-bottom: 0;
}
.vertical-list-section .right-section .flex {
  max-width: 80%;
}
.vertical-list-section .list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  width: 3px;
  opacity: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(#9D4971 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 4px 30px;
  background-repeat: repeat-y;
}
.vertical-list-section .list-wrapper .list-item:last-child:before {
  display: none;
}
.vertical-list-section .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.vertical-list-section .list-wrapper .list-item:last-child .text-wrapper {
  margin-bottom: 0;
}
.vertical-list-section .right-section {
  padding-left: 50px;
  box-sizing: border-box;
}

.img_cards {
  position: relative;
}

.img_cards_header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.img_cards_header h2 {
  padding-top: 60px;
}
.img_cards_header .text-wrapper {
  max-width: 500px;
  padding-bottom: 30px;
}
.img_cards_header .text-wrapper p {
  margin-bottom: 0;
}
.img_cards_header .footer .button {
  margin-bottom: 30px;
}

.img_cards_header img {
  border-radius: 25px;
}

.full_card {
  display: block;
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
}

.full_card .content h3 {
  margin-top: 0;
}

.full_card .text-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1lh; /* Optional: define line-height explicitly if not inherited */
  height: 3lh; /* Ensures space for 3 lines */
}

.full_card .controls {
  margin-top: 1em;
  color: #d1a126;
  font-weight: 500;
}

a.full_card:hover .controls {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#BANER-CONTENT em {
  color: #FEE4EF;
}

.banner-content {
  padding: 0;
  bottom: calc(50% - 40px);
  transform: translateY(50%);
}
.banner-content .controls .button {
  margin-bottom: 0;
}

#START h2 em {
  color: #9D4971;
  font-size: 46px;
}

#START .sb-tile.tile ul {
  margin-bottom: 0;
}

.sb-tile.tile {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sb-tile.tile .image-wrapper,
.sb-tile.tile .content {
  flex: 1;
  padding: 0;
}
.sb-tile.tile .image,
.sb-tile.tile .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sb-tile.tile.right {
  flex-direction: row-reverse;
}

h3,
#START h3 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
}

.credo {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.credo .lapa {
  position: absolute;
  bottom: -100px;
  left: -20px;
}
.credo .reka {
  position: absolute;
  right: -100px;
  top: 30px;
}
.credo .header {
  padding-bottom: 0;
}
.credo {
  position: relative;
}
.credo h2 {
  text-align: center;
}
.credo .text-wrapper {
  text-align: center;
  font-size: 20px;
}

.page-section {
  position: relative;
  z-index: 0;
}

.page-section:has(.contact-data-form-window-section)::after {
  background-color: #9D4971;
  content: "";
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.padding-x2 {
  padding-top: 160px !important;
}

.text-highlight,
.credo {
  line-height: 1.4;
  font-weight: 500;
  background-repeat: no-repeat;
}

.pr_card_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  max-height: 500px;
}
.pr_card_container .pr_card_item {
  border-radius: 10px;
  width: 33.33%;
  height: 400px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
  overflow: hidden;
  position: relative;
  justify-content: flex-end;
}
.pr_card_container .pr_card_item .pr_card_content {
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-radius: 5px;
  background-color: #fff;
}
.pr_card_container .pr_card_item .pr_card_content h3 {
  padding-left: 20px;
  height: 40px;
  color: #9D4971;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
}
.pr_card_container .pr_card_item .pr_card_content .pr_description {
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  color: #160B2E;
  padding: 0px 20px 0px 20px;
  max-width: 100%;
  height: 0px;
  opacity: 0;
}
.pr_card_container .pr_card_item .pr_image_wrapper {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pr_card_container .pr_card_item .pr_img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.pr_card_container .pr_card_item .pr_img.blank {
  background-color: rgba(26, 26, 26, 0.2549019608);
}
.pr_card_container .pr_card_item:hover .pr_card_content .pr_description {
  transition: 800ms;
  display: block;
  height: 160px;
  opacity: 1;
}
.pr_card_container .pr_card_item:hover .pr_image_wrapper {
  transition: 800ms;
  top: -160px;
}

.pr_card_container_vertical {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.pr_card_container_vertical .pr_card_item {
  width: 60%;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  position: relative;
  color: #fff;
}
.pr_card_container_vertical .pr_card_item h3 {
  color: #9D4971;
}
.pr_card_container_vertical .pr_description {
  width: 86%;
}
.pr_card_container_vertical .pr_description h3 {
  margin-top: 0;
}
.pr_card_container_vertical .pr_card_item:first-child {
  align-self: start;
  z-index: 0;
  transform: translateY(10px);
  background-color: #9D4971;
}
.pr_card_container_vertical .pr_card_item:nth-child(2) {
  background-color: #9D4971;
  z-index: 1;
  transform: translateY(0px);
}
.pr_card_container_vertical .pr_card_item:nth-child(3) {
  align-self: end;
  z-index: 2;
  transform: translateY(-10px);
  background-color: #9D4971;
}

.tile.sb-tile.pr_image_text {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 400;
  padding: 30px;
  gap: 30px;
  background: #fff;
  align-items: stretch;
  color: #160B2E;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
}
.tile.sb-tile.pr_image_text h3 {
  color: #9D4971;
}
.tile.sb-tile.pr_image_text .image-wrapper {
  border-radius: 10px;
}
.tile.sb-tile.pr_image_text .image-wrapper .image .img-placeholder {
  padding-bottom: 400px;
}
.tile.sb-tile.pr_image_text .content {
  align-self: flex-start;
}
.tile.sb-tile.pr_image_text .content .button {
  margin-top: 20px;
}

#TOP .dotations_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#TOP .dotations_container img {
  height: 70px;
}

.dotations_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #fff;
  overflow: hidden;
}
.dotations_container .image_wrapper {
  display: flex;
  align-items: center;
}
.dotations_container .image_wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 70px;
}

.tile.sb-tile.pr_image_text.right {
  margin-right: 0;
  margin-left: auto;
  background: #9D4971;
}
.tile.sb-tile.pr_image_text.right .controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0px;
  text-align: left;
}

.tile.sb-tile.pr_about_me {
  display: flex;
  gap: 30px;
  position: relative;
  align-items: stretch;
  background: #9D4971;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0px;
}
.tile.sb-tile.pr_about_me ::marker {
  color: #9D4971;
}
.tile.sb-tile.pr_about_me h3 {
  color: #9D4971;
  text-align: left;
  font-size: 1.6rem;
}
.tile.sb-tile.pr_about_me .content {
  box-sizing: border-box;
  padding: 50px 20px !important;
  padding: 0;
}
.tile.sb-tile.pr_about_me .content ul {
  margin: 0;
}
.tile.sb-tile.pr_about_me .content li {
  margin: 20px 0px 20px 1.2rem;
}
.tile.sb-tile.pr_about_me .content h5 {
  color: #fff;
}
.tile.sb-tile.pr_about_me .image-wrapper,
.tile.sb-tile.pr_about_me img {
  border-radius: 0px;
  flex: 1;
}

.tile.sb-tile.about_me {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
  overflow: hidden;
  gap: 80px;
}
.tile.sb-tile.about_me .image-wrapper {
  flex: 1;
  position: relative;
  overflow: visible;
}
.tile.sb-tile.about_me .image-wrapper img {
  border-radius: 25px;
}
.tile.sb-tile.about_me .image-wrapper .floating_box {
  position: absolute;
  right: -40px;
  bottom: -30px;
  z-index: 1;
  padding: 10px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
  padding: 20px 30px;
}
.tile.sb-tile.about_me .pr_content {
  box-sizing: border-box;
  flex: 1;
  padding: 20px 20px 20px 0px;
  display: flex;
  flex-direction: column;
}
.tile.sb-tile.about_me .pr_content .description {
  margin-bottom: 32px;
}
.tile.sb-tile.about_me .pr_content .pr_controls .button {
  font-size: 14px;
}
.tile.sb-tile.about_me .pr_content .pr_controls .button:first-child {
  margin-right: 20px;
}
.tile.sb-tile.about_me .pr_content .pr_controls .button:last-child {
  background: #ffffff;
  border: 1px solid #9D4971;
  color: #9D4971;
}
.tile.sb-tile.about_me .pr_content .pr_controls .button:last-child:hover {
  border: 1px solid transparent;
  background: #9D4971;
  color: #fff;
}

.clear-ico.phone, .clear-ico.mail {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

#page-contactus .floating_box {
  display: none;
}
#page-contactus .pr_controls .button {
  border: 0;
  color: white;
  background-color: #9D4971;
}
#page-contactus .pr_controls .button:hover {
  background-color: rgb(23.5, 141.8, 120);
}
#page-contactus .tile.sb-tile.about_me {
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
  padding-bottom: 0;
}
#page-contactus .tile.sb-tile.about_me img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.relation-products .columns > div:last-child .tile {
  border-bottom: 0;
}

.product-lead-content h1 {
  margin: 0;
}

.product-cta-wrapper .price-wrapper {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
}

.tile.product-tile .image-wrapper img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-product h1 {
  margin-top: 0;
  margin-bottom: 15px;
}
#page-product .article-section:first-child {
  margin-top: 0;
}
#page-product .product-image-wrapper,
#page-product #splide-main {
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}
#page-product .product-image-wrapper a,
#page-product .product-image-wrapper img,
#page-product #splide-main a,
#page-product #splide-main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 617/530;
}
#page-product #splide-thumbs {
  margin-top: 15px;
}
#page-product #splide-thumbs .splide__list {
  padding: 1px !important;
  box-sizing: border-box;
}
#page-product .variants_wrapper label {
  margin-top: 0;
}
#page-product .product-lead-content {
  display: flex;
  gap: 30px;
}
#page-product .product-lead-right,
#page-product .product-lead-left {
  flex: 1;
}
#page-product .product-cta-wrapper .price-wrapper {
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-top: 30px;
  padding: 30px;
}
#page-product .splide__track--nav > .splide__list > .splide__slide {
  border: 2px solid transparent;
}
#page-product .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid #9D4971 !important;
  box-shadow: 0 0 0 1px #ddd;
}
#page-product .variants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}
#page-product .variant-tile {
  margin: 0;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#page-product .variant-tile:hover {
  border-color: #bbb;
}
#page-product .variant-tile.is-active {
  border-color: #222;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04) inset;
  background: #fafafa;
}
#page-product .variant-name {
  display: block;
  font-weight: 600;
  line-height: 1.2;
}
#page-product .variant-badge {
  font-size: 0.75rem;
  padding: 0.15rem 0.4rem;
  border-radius: 0.4rem;
  background: #ffefef;
  border: 1px solid #ffcccc;
  font-weight: 600;
  white-space: nowrap;
}
#page-product .variant-diff {
  display: block;
  font-size: 13px;
  opacity: 0.8;
}
#page-product .variant-tile.is-active .variant-diff {
  display: none;
}

.nice-cart-quantity-controls .input-wrapper {
  padding-bottom: 0;
}
.nice-cart-quantity-controls .button {
  margin-right: 0;
  margin-bottom: 0;
}
.nice-cart-quantity-controls input#quantity {
  border-radius: 0;
}
.nice-cart-quantity-controls span.up {
  border-radius: 0px 5px 5px 0;
}
.nice-cart-quantity-controls span.down {
  border-radius: 5px 0px 0px 5px;
}

.product-cta .controls {
  text-align: left;
}

.product-cta-wrapper .product-cta .controls .button {
  margin: 0;
}

.product-price .price {
  font-size: 2rem;
  color: #151843;
  font-weight: 500;
}

.product-price .price.is-promo {
  text-decoration: line-through;
}

.product-price.promo .price {
  color: green;
}

.icon-card.border-style {
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
}

.img_cards {
  padding: 0 60px;
  --container-max: 600px;
  --container-pad: 60px;
  --content-full: calc(var(--container-max) + 2 * var(--container-pad));
  display: grid;
  grid-template-columns: 1fr minmax(0, var(--content-full)) 1fr;
  align-items: start; /* pionowe wyśrodkowanie obrazu względem treści */
  position: relative;
  grid-column: 3; /* od lewej krawędzi do krawędzi contentu */
  justify-self: start;
}
.img_cards > .container {
  grid-column: 2;
  max-width: var(--container-max);
  padding: 0;
  text-align: left;
}
.img_cards > .container .img_cards_cards {
  position: absolute;
  z-index: 2;
  max-width: 1210px;
}
.img_cards > .container .img_cards_cards .full_card .button {
  margin: 0;
}
.img_cards > .container .image_icons_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.img_cards > .container .image_icons_wrapper h2 {
  text-align: start !important;
  color: #211c2e;
  margin: 0;
}
.img_cards > .container .image_icons_wrapper .icon_text {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(33, 28, 46, 0.1019607843);
  font-size: 1rem;
  width: 100%;
  margin: 16px 0 0 0;
  padding: 0 0 10px 0;
}
.img_cards > .container .image_icons_wrapper .icon_text img {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.img_cards > .container .image_icons_wrapper .icon_text .img_icon_blank {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: #f1f1f1; /* placeholder, opcjonalnie */
}
.img_cards > .container .image_icons_wrapper .icon_text p {
  color: #211c2e;
  margin: 0 0 0 10px;
  text-align: left !important;
}
.img_cards > .container .image_icons_wrapper .icon_text:last-child {
  border-bottom: none;
}
.img_cards > .container .image_icons_wrapper a {
  margin-top: 32px;
  color: #211c2e;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
}
.img_cards > .container .image_icons_wrapper a:hover, .img_cards > .container .image_icons_wrapper a:focus {
  text-decoration: underline;
}
.img_cards .image-wrapper {
  justify-self: end;
  align-self: center;
  width: min(924px, 50vw);
  max-height: 570px;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 1;
}
.img_cards .image-wrapper .image,
.img_cards .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.tile-image {
  position: relative;
}
.tile-image .image-wrapper {
  overflow: visible;
}
.tile-image .image {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  position: relative;
  background: linear-gradient(137deg, #19ad8d 0%, rgb(255, 255, 255) 57%);
  overflow: visible;
  border-radius: 25px;
}
.tile-image img {
  overflow: visible;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  max-width: 108%;
  max-height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ue-wrapper {
  position: relative;
  margin: 0px 10px 0px 0px;
}

.ue-wrapper .image {
  position: relative;
  height: 40px;
  overflow: hidden;
  border-radius: 0;
}

.ue-wrapper .ue-text {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.ue-wrapper:hover .ue-text {
  display: block;
  position: absolute;
  bottom: -70px;
  right: 0;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
  width: 200px;
  opacity: 1;
  animation: fadeIn 0.3s linear;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-dark {
  background: #fffafb;
  background: linear-gradient(180deg, #f7edee 0%, #fffafb 100%);
}

#page-cart .support-us {
  display: none;
}

#page-cart .input-wrapper span {
  font-size: 16px;
}

.banner-wrapper::after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: url("graphics/svg/baner_tlo.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-wrapper {
  position: relative;
  background: #f7edee;
  background: linear-gradient(0deg, rgb(255, 250, 251) 0% rgb(247, 237, 238) 100%);
}
.banner-wrapper .banner-inner {
  position: relative;
  max-height: 800px;
  height: calc(100svh - 230px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 80px 0px;
  gap: 40px;
}
.banner-wrapper .left,
.banner-wrapper .right {
  flex: 1;
  position: relative;
  height: 100%;
}
.banner-wrapper .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-wrapper .left .button {
  margin-bottom: 0;
}
.banner-wrapper .right .circle .image-wrapper {
  position: absolute;
  border-radius: 50%;
}
.banner-wrapper .right .circle .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrapper .right .circle-0::after {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  border-radius: 50%;
  top: -12px;
  left: -12px;
  border: 2px solid #c688a5;
  z-index: 1;
  background-color: white;
}
.banner-wrapper .right .circle-1::after {
  content: "";
  width: 370px;
  height: 370px;
  position: absolute;
  border-radius: 50%;
  bottom: -12px;
  right: -12px;
  border: 2px solid #c688a5;
  background-color: white;
  z-index: 2;
}
.banner-wrapper .right .circle-0 {
  width: 400px;
  height: 400px;
}
.banner-wrapper .right .circle-0 .image-wrapper {
  width: 400px;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner-wrapper .right .circle-1 {
  width: 350px;
  height: 350px;
}
.banner-wrapper .right .circle-1 .image-wrapper {
  width: 350px;
  height: 350px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
}

.aktualnosc-slide {
  height: 100%;
  box-sizing: border-box;
}
.aktualnosc-slide .card {
  padding: 20px;
}

.start_slider .card.product-card {
  border: 0;
  padding: 15px;
}
.start_slider .card.product-card .image-wrapper {
  padding: 0;
  border-radius: 20px;
}

.members-listing-module .splide__track {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.members-listing-module .card {
  padding: 0;
  box-shadow: none;
  background: none;
}
.members-listing-module .card .content {
  padding: 30px 30px 0 30px;
  text-align: center;
}
.members-listing-module .card .content span {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.members-listing-module .card .image-wrapper {
  margin: 0;
}

.card.vertical {
  min-height: auto;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(217, 217, 214, 0.4);
  padding: 15px;
}
.card.vertical .image-wrapper {
  height: 270px;
  margin-bottom: 15px;
}
.card.vertical .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.aboutus .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 60px;
  margin-bottom: 45px;
}
.aboutus .item:last-child {
  margin-bottom: 0;
}
.aboutus .item .content {
  flex: 1;
}
.aboutus .item .content h3 {
  margin-top: 0;
}
.aboutus .item.lewo {
  flex-direction: row;
}

.support-us {
  position: sticky;
  top: calc(50% - 150px);
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  z-index: 101;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  margin-top: -50px;
}
.support-us .button {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card .image-wrapper {
  border-radius: 10px;
  margin-bottom: 30px;
}

.cb-text_photo .cb-container > div {
  max-width: none;
  flex: 1;
  width: 100%;
}
.cb-text_photo .cb-container > div .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  border-top: 1px solid #ddd;
}

.contribution_wrapper {
  display: flex;
  gap: 40px;
}
.contribution_wrapper .contect-blocks-wrapper {
  padding-top: 54px;
}
.contribution_wrapper .contect-blocks-wrapper .container {
  padding: 0;
}
.contribution_wrapper .main {
  width: 100%;
}
.contribution_wrapper .main h1 {
  margin-top: 0;
}
.contribution_wrapper .main p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.contribution_wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contribution_wrapper .contribution_side_wrapper {
  width: 350px;
  min-width: 350px;
}
.contribution_wrapper .contribution_side {
  padding: 30px;
  border-radius: 25px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.contribution_wrapper .buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.contribution_wrapper .buttons .button {
  margin: 0;
  width: 100%;
  background-color: #0bf;
}
.contribution_wrapper .buttons .button:hover {
  background-color: rgb(0, 149.6, 204);
}

.contributors_number {
  font-weight: 600;
  font-size: 1.25rem;
  color: #151843;
  margin-right: 5px;
}

.progress_wrapper {
  margin-top: 15px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.progress_wrapper span {
  color: #151843;
  margin-top: 5px;
  display: block;
}
.progress_wrapper .progress_bar {
  height: 10px;
  border-radius: 25px;
  background-color: #f0f0f0;
  width: 100%;
}
.progress_wrapper .progress_bar .progress_fill {
  height: 100%;
  border-radius: 25px;
  background-color: #0bf;
  width: 0;
  transition: width 1s ease-in-out;
  position: relative;
}
.progress_wrapper .progress_bar .progress_number {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
.progress_wrapper .progress-text {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

.contribution_price_wrapper {
  font-size: 16px;
  text-align: center;
  line-height: normal;
}
.contribution_price_wrapper .curr_price {
  font-size: 32px;
  font-weight: 600;
  color: #9D4971;
}

#page-contribution:has(.is-simple-view) {
  padding: 0;
}
#page-contribution:has(.is-simple-view) .container.narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}

#page-contribution .small_main {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-bottom: 30px;
}
#page-contribution .small_main h1 {
  margin: 0px;
}
#page-contribution .small_main .image-wrapper {
  width: 200px;
  height: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contributions-wrapper .contribution {
  display: block;
  border: 1px solid #ddd;
  border-radius: 25px;
}
.contributions-wrapper .contribution .image-wrapper {
  width: 100%;
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.contributions-wrapper .contribution .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.contributions-wrapper .contribution .img-placeholder {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.contributions-wrapper .contribution .content {
  padding: 20px;
}
.contributions-wrapper .contribution .content h3 {
  margin: 0;
  font-size: 20px;
  line-height: normal;
}
.contributions-wrapper .contribution .content .contribution_price_wrapper {
  text-align: left;
}
.contributions-wrapper .contribution .content .curr_price {
  font-size: 20px;
}
.contributions-wrapper .contribution .controls {
  margin-top: 20px;
}
.contributions-wrapper .contribution .controls .button {
  background-color: #9D4971;
  width: 100%;
  margin: 0;
}
.contributions-wrapper .contribution.simple h3 {
  height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.contribution.disabled,
.contribution_side.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.contribution.disabled .controls .button,
.contribution.disabled .button,
.contribution_side.disabled .controls .button,
.contribution_side.disabled .button {
  background-color: #8f939c;
}

.ofiara_wrapper h2 {
  margin-top: 30px;
}
.ofiara_wrapper .choice-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0px 3px 3px 3px;
  border-radius: 25px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.ofiara_wrapper .choice-group.error {
  background-color: rgba(220, 53, 69, 0.08);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}
.ofiara_wrapper #step2 .choice-group {
  grid-template-columns: repeat(1, 1fr);
}
.ofiara_wrapper #step2 .choice-group .choice-box {
  padding: 10px 16px;
}
.ofiara_wrapper .error-message {
  display: none;
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
.ofiara_wrapper .additional_info {
  position: relative;
}
.ofiara_wrapper .additional_info input[type=email].error {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
}
.ofiara_wrapper .input-wrapper.error label span {
  color: #dc3545;
}
.ofiara_wrapper .choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ofiara_wrapper .choice-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  padding: 18px 16px;
  border-radius: 25px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ofiara_wrapper .choice-box:hover {
  border-color: #9D4971;
  color: #9D4971;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.ofiara_wrapper input[type=radio] + label::before,
.ofiara_wrapper input[type=radio]:checked + label::after {
  display: none;
}
.ofiara_wrapper .choice-label {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.ofiara_wrapper .choice-input:checked + .choice-box {
  border-color: #9D4971;
  color: #9D4971;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.ofiara_wrapper .choice-input:focus-visible + .choice-box {
  outline: 3px solid rgba(157, 73, 113, 0.35);
  outline-offset: 2px;
}
.ofiara_wrapper .choice-box--custom {
  gap: 10px;
  grid-column: 1/-1;
}
.ofiara_wrapper .choice-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 200px;
}
.ofiara_wrapper .choice-custom-input {
  flex: 1;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 16px;
}
.ofiara_wrapper .choice-custom-input:focus {
  border-color: #9D4971;
  box-shadow: 0 0 0 3px rgba(157, 73, 113, 0.18);
}
.ofiara_wrapper .choice-box--icon img {
  max-height: 28px;
  max-width: 100%;
}
.ofiara_wrapper .step {
  display: none;
}
.ofiara_wrapper .step.show-me {
  display: block;
  position: relative;
}
.ofiara_wrapper .step.show-me .head {
  display: flex;
  align-items: center;
}
.ofiara_wrapper .step.show-me .head h2 {
  margin: 0;
  margin-bottom: 20px;
}
.ofiara_wrapper .footer {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.ofiara_wrapper .footer .button {
  width: 100%;
  margin: 0;
}

.nice-cart-table {
  overflow: hidden;
}

#START .product-card .price-wrapper {
  position: absolute;
  bottom: 70px;
}
#START .product-card .product-actions-wrapper {
  padding-bottom: 100px;
}

#page-person .person_info_card {
  display: flex;
  flex-direction: row;
  border: 1px solid #9D4971;
  padding: 30px;
  gap: 30px;
  border-radius: 25px;
}
#page-person .person_info_card h2 {
  margin-top: 0;
}
#page-person .person_info_card .image-wrapper {
  width: auto;
  margin: 0;
  flex: none;
  height: -moz-max-content;
  height: max-content;
}

#TOP {
  top: 0;
  height: 160px;
  position: relative;
}

#TOP.sticked, #START #TOP.sticked {
  height: 160px;
}

.TopPlaceholder.active {
  display: block !important;
  height: 160px;
}

#TOP.sticked.showme {
  z-index: 101;
}
#TOP.sticked.showme #logo .primary-logo {
  max-height: 60px;
}

@media screen and (min-width: 1061px) {
  #TOP.scrollback {
    opacity: 0;
    position: fixed !important;
    top: -161px !important;
  }
  #TOP.scrollback #logo .primary-logo {
    max-height: 60px;
  }
}
#TOP.showme {
  opacity: 1;
  position: fixed !important;
  top: -80px !important;
  transition: top 0.3s !important;
}

.page-section:has(.contact-data-form-window-section) {
  position: relative;
  z-index: 100;
}

.logo_slider .title {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #f7edee;
  transition: all 0.3s ease;
  margin: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.logo_slider .logo_item {
  aspect-ratio: 1/1;
  position: relative;
  padding: 5px !important;
  border-radius: 25px;
}
.logo_slider a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.logo_slider .img-placeholder {
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.logo_slider .logo_item:has(a):hover .title {
  opacity: 1;
  transition: all 0.3s ease;
}
.logo_slider .no-img .title {
  opacity: 1 !important;
}/*# sourceMappingURL=theme.css.map */