@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 100;
  src: local("Inter Thin"), local("Inter-Thin"), url("fonts/Inter-Thin.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  src: local("Inter ExtraLight"), local("Inter-ExtraLight"), url("fonts/Inter-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: local("Inter Light"), local("Inter-Light"), url("fonts/Inter-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: local("Inter Italic"), local("Inter-Italic"), url("fonts/Inter-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: local("Inter Medium"), local("Inter-Medium"), url("fonts/Inter-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: local("Inter SemiBold"), local("Inter-SemiBold"), url("fonts/Inter-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: local("Inter Bold"), local("Inter-Bold"), url("fonts/Inter-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: italic;
  src: local("Inter Bold Italic"), local("Inter-BoldItalic"), url("fonts/Inter-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: local("Inter ExtraBold"), local("Inter-ExtraBold"), url("fonts/Inter-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: local("Inter Black"), local("Inter-Black"), url("fonts/Inter-Black.ttf");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #777, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

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

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.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: 20px;
  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: 120px;
  max-width: 120px;
}

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

.input-number > span {
  height: 40px;
  width: 40px;
  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: 40px;
  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: #101010;
}

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

.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=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 #777;
  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: Inter, 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: #777;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #777;
  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 {
  padding-left: 40px;
  width: 200px !important;
  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: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 40px;
  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;
  align-items: center;
  justify-content: flex-end;
}

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

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

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

h1 {
  font-size: 2em;
  font-weight: 500;
}

h2 {
  font-size: 1.7em;
  font-weight: 500;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

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

#START h1 {
  font-size: 4.8em;
}

#START h2 {
  font-size: 3.8rem;
}

span.subtitle {
  color: #101010;
}

a {
  text-decoration: none;
}

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

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

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ff530d;
}

.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%;
}

.footer {
  text-align: center;
}

.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: 140px 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-card {
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
}

.counter-card > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.counter-card .icon-wrapper {
  background-color: #ff530d;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.counter-card .icon-wrapper .icon {
  width: 70px;
  height: 70px;
}

.counter-card .icon-wrapper .icon img {
  width: 50%;
}

.counter-card .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #000;
}

.counter-card .content strong {
  min-height: 2em;
  display: block;
}

.counter-card .content .value-wrapper .count {
  font-size: 2.5rem;
  color: #000;
}

.colage-box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 450px;
}

.colage-box-wrapper .colage-box {
  flex: 1;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 500ms;
  border-right: 4px solid #fff;
}

.colage-box-wrapper .colage-box:last-child {
  border-right: 0;
}

.colage-box-wrapper .colage-box .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 500ms;
}

.colage-box-wrapper .colage-box .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 60px 30px;
  z-index: 2;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #1c2532 0%, rgba(28, 37, 50, 0) 100%);
  box-sizing: border-box;
}

.colage-box-wrapper .colage-box .content h4 {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.colage-box-wrapper .colage-box .content .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 500ms;
}

.colage-box-wrapper .colage-box .content .controls .button {
  font-size: 0.8rem;
  padding: 0;
  color: #fff;
}

.colage-box-wrapper .colage-box .content .controls .button.txt::after {
  display: none;
}

.colage-box-wrapper .colage-box .content .controls .button:last-child {
  border: 0;
}

#START .contact-data-form-window-section h3,
.contact-data-form-window-section h3 {
  text-align: left;
  font-size: 2.4rem;
}

.colage-box-wrapper a.colage-box:hover,
.colage-box-wrapper .colage-box:hover {
  flex: 1.5;
  cursor: pointer;
}

.colage-box-wrapper .colage-box:hover {
  cursor: default;
}

.colage-box-wrapper .colage-box:hover .content .controls {
  opacity: 1;
  height: 50px;
}

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.9rem;
}

nav.desktop .nav-button > a span {
  position: relative;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #ff530d;
  transition: all 300ms;
}

nav.desktop .nav-button > a:hover span:after,
nav.desktop .nav-button.urhere > a span:after {
  height: 2px;
}

.header-modules {
  float: right;
  height: 100%;
}

#TOP-MAIN .header-modules {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}

#TOP-MAIN .header-modules:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #ddd;
}

#TOP.sticked,
#START #TOP.sticked {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

#TOP.sticked {
  box-shadow: none;
}

.header-modules .button {
  margin: 0;
  min-width: 0;
}

.header-modules .phone-wrapper {
  margin-left: 30px;
}

.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;
}

#SYSTEM-FOOT {
  background: #101010;
}

#SYSTEM-FOOT {
  border-top: 1px solid #434343;
}

#SYSTEM-FOOT .container {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#START h2 {
  text-align: center;
}

.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: #101010;
  font-family: Inter, tahoma, arial, sans-serif;
}

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

.contact-box-form-window-wrapper {
  background: #eef1f4;
  border-radius: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-box-form-window-wrapper .contact-box-content {
  padding: 70px;
  flex: 1;
}

.contact-box-form-window-wrapper .image-wrapper {
  width: 45%;
  box-sizing: border-box;
  margin-top: 70px;
  margin-right: 70px;
}

.contact-box-form-window-wrapper .contact_data {
  padding-top: 20px;
}

.contact-box-form-window-wrapper .contact-box-content .controls {
  padding-top: 30px;
}

.contact-box-form-window-wrapper .contact-icon {
  margin-bottom: 0;
}

.contact-box-form-window-wrapper .contact-icon a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}

.contact-box-form-window-wrapper .contact-icon .icon {
  margin-right: 10px;
}

.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;
}

.email-wrapper.show-email,
.phone-wrapper.show-phone {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

.contact-simple-layout {
  overflow: hidden;
}

.contact-simple-layout > div {
  float: left;
}

.contact-simple-layout > div h3:first-child,
.contact-layout > div h4:first-child {
  margin-top: 0;
}

.contact-simple-layout > div.contact-content {
  width: 35%;
}

.contact-simple-layout > div.contact-form {
  width: 65%;
}

.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;
}

.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: 10px;
}

.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-form-section .contact_data .button {
  min-width: 180px;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  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: 30px;
}

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

.header-modules .show-on-mobile .button {
  width: 50px;
  min-width: auto;
}

.header-modules .show-on-mobile .button.ico-left {
  padding: 0;
}

.header-modules .show-on-mobile .button a {
  padding: 0;
}

@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;
}

#START .contact-data-form-window-section h3,
.contact-data-form-window-section h3 {
  margin-top: 0;
}

.footer-logo {
  width: 70px;
  margin-bottom: 19px;
}

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

#SYSTEM-FOOT .footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact-footer-section img {
  max-width: 34%;
}

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

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

.footer-section .contact_data {
  margin-top: 10px;
}

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

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

.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;
  letter-spacing: normal;
  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;
}/*# sourceMappingURL=theme.css.map */