@charset "UTF-8";
@font-face {
  font-family: "lato";
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-style: italic;
  src: local("Lato Italic"), local("Lato-Italic"), url("fonts/Lato-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  font-style: italic;
  src: local("Lato BoldItalic"), local("Lato-BoldItalic"), url("fonts/Lato-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: 900;
  src: local("Lato Heavy"), local("Lato-Heavy"), url("fonts/Lato-Heavy.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: 500;
  src: local("Lato Semibold"), local("Lato-Semibold"), url("fonts/Lato-Semibold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("fonts/Montserrat-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  src: local("Montserrat -BoldItalic"), local("Montserrat-BoldItalic"), url("fonts/Montserrat-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("fonts/Montserrat-Thin.ttf");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #69716E, 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: 50px;
  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;
}

/* 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:after, .input-number > span.down:after {
  line-height: 1;
}

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

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 10px;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.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: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

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

/* 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;
  margin-top: 2px;
  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 #69716E;
  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: roc-grotesk, 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: #69716E;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #69716E;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.2em;
}

h2 strong {
  color: #367c2b;
}

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: 4em;
}

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

#START .article-section.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

a {
  color: #367c2b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  border: none;
  border-radius: 10px;
  padding-top: 7px;
}

.button.alt {
  color: #090112;
  border: solid 3px #367c2b;
  background: transparent;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #323a37;
  min-width: 0;
  padding-right: 35px;
}

.button.txt:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  transition: right 300ms;
}

.button.txt:hover:after {
  right: 0;
}

.button.cta {
  height: 50px;
  background: #367c2b;
  padding-right: 45px;
}

.button.cta:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  background-image: url("graphics/svg/arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  transition: right 300ms;
}

.button.cta:hover:after {
  right: 15px;
}

.button.alt.cta {
  background: none;
  border: 3px solid #367c2b;
  color: #090112;
}

.button.alt.cta:after {
  background-image: url("graphics/svg/arrow.svg");
}

.button.file-btn {
  padding-right: 75px;
}

.button.file-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  background-image: url("graphics/download.png");
  background-color: #26561e;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-origin: content-box;
}

.button.ico-btn {
  padding-right: 75px;
}

.button.ico-btn .ico {
  background: #367c2b;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}

.button.ico-left,
.button.ico-right,
.button.ico-left:hover,
.button.ico-right:hover {
  background: #367c2b;
  border: 0;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.ico-left {
  padding-left: 50px;
}

.button.ico-right {
  padding-right: 50px;
}

.button.ico-left .ico,
.button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 15px;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.button.ico-left .ico {
  left: 0;
}

.button.ico-right .ico {
  right: 0;
}

.button.alt.ico-left,
.button.alt.ico-right,
.button.alt.ico-left:hover,
.button.alt.ico-right:hover {
  background: transparent;
  border: solid 1px #090112;
  color: #090112;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

#CANVAS {
  padding-bottom: 150px;
}

.container,
.container.alt,
.container.full {
  padding: 0 80px;
}

#mobile-menu-button {
  background-color: transparent;
}

#mobile-menu-button span,
#mobile-menu-button span::after,
#mobile-menu-button span::before {
  background-color: #3fcc60;
}

.img-placeholder {
  background-image: none;
}

.breadcrumps {
  padding-bottom: 15px;
}

.breadcrumps img,
.breadcrumps svg {
  margin: 0 6px;
}

.cb-text_photo .image-wrapper {
  position: relative;
}

.cb-text_photo .image-wrapper .img-signature {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 4px 10px;
}

.cb-photo_banner .image-wrapper,
.card .image-wrapper,
.cb-text_photo .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.article-section .text-wrapper ul {
  list-style-type: none;
}

.article-section .text-wrapper ul li {
  padding-left: 30px;
  position: relative;
  margin-left: 0;
}

.article-section .text-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 25px;
  height: 25px;
  background: url("");
  background-image: url("graphics/svg/arrow.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-accordion-header,
h2.ui-accordion-header {
  border-radius: 10px;
}

.ui-accordion-content {
  margin-top: -18px;
}

.ui-accordion-header-active,
h2.ui-accordion-header-active {
  border-radius: 10px 10px 0 0;
}

.ui-accordion-header-active + .ui-accordion-content,
h2.ui-accordion-header-active + .ui-accordion-content {
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.article-section.cb-text_content.border-content .cb-container .text-wrapper {
  border-radius: 10px;
}

.updated {
  font-size: 0.9rem;
  font-weight: 500;
  color: #367c2b;
  margin-bottom: 6px !important;
}

.cb-container .gallery .image-wrapper {
  border-radius: 10px;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  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;
}

.link-file {
  border-radius: 10px;
}

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

.cb-table table {
  table-layout: fixed;
  max-width: 1000px;
}

.cb-table table tr td,
.cb-table table tr th {
  vertical-align: middle;
}

.cb-table table tr td .button,
.cb-table table tr th .button {
  margin: 0;
}

.footer {
  text-align: center;
}

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

.about-us-section {
  background: #f5f5f7;
  background-size: contain;
  background-position: 50% 0%;
}

.about-us-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-us-wrapper .header {
  max-width: 510px;
  margin-left: 0;
}

.about-us-wrapper .tile-wrapper .tile {
  margin-bottom: 100px;
}

.about-us-wrapper .tile-wrapper > div:last-child .tile {
  margin-bottom: 0;
}

.about-us-wrapper .image-wrapper {
  min-width: 350px;
  margin-bottom: 0;
  border-radius: 10px;
}

.about-us-wrapper .text-wrapper {
  margin-bottom: 40px;
}

.about-us-wrapper .image-wrapper img {
  border-radius: 10px;
}

.about-us-wrapper > div:first-child {
  max-width: 47%;
  padding-right: 6%;
}

#START .about-us-wrapper .header h2,
.about-us-wrapper .header h2 {
  text-align: left;
  margin-bottom: 0.2em;
}

.about-us-wrapper .content h3 {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}

.tile .image-wrapper {
  border-radius: 10px;
}

.new-category-card-wrapper {
  max-width: 50vw;
  margin: 0 auto;
}

.new-category-card,
a.new-category-card,
a.new-category-card:hover {
  display: block;
  text-decoration: none;
  color: #69716E;
}

.new-category-card .content {
  max-width: 35vw;
  margin: 0 auto;
}

.new-category-card .content,
.new-category-card .content h3 {
  text-align: center;
  transition: all 750ms;
}

.new-category-card .content h3 {
  font-size: 2rem;
}

.new-category-card .image-wrapper {
  background-image: url("graphics/svg/kolo.svg");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
}

.new-category-card .image-wrapper .image {
  position: absolute;
  width: 80%;
  height: 100%;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translatex(-50%);
}

.new-category-card .image-wrapper .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.new-category-card-wrapper .slick-prev,
.new-category-card-wrapper .slick-next {
  bottom: 15%;
  border: none;
  width: 24px;
  height: 24px;
  padding: 34px;
}

.new-category-card-wrapper .slick-prev {
  left: 0;
}

.new-category-card-wrapper .slick-next {
  right: 0;
}

.new-category-card-wrapper .slick-prev.slick-disabled,
.new-category-card-wrapper .slick-next.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.4;
}

.new-category-card-wrapper .slick-prev::after,
.new-category-card-wrapper .slick-next::after {
  background-image: url(graphics/svg/arrow.svg);
  background-position-y: 50%;
  background-size: 50%;
}

.new-category-card-wrapper .slick-prev::after {
  transform: rotate(180deg);
}

.new-category-card-wrapper .slick-list {
  overflow: visible !important;
}

.new-category-card-wrapper .slick-list .slick-slide {
  transform: scale(0.4);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 750ms;
  transform-origin: center right;
}

.new-category-card-wrapper .slick-list .slick-slide.slick-active {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
  transform-origin: center;
}

.new-category-card-wrapper .slick-list .slick-slide.slick-active + .slick-slide {
  transform-origin: center left;
}

.new-category-card-wrapper .slick-list .slick-slide .new-category-card .content {
  opacity: 0;
}

.new-category-card-wrapper .slick-list .slick-slide.slick-active .new-category-card .content {
  opacity: 1;
}

.used-offer-section .header .controls,
.new-offer-section .header .controls {
  padding-top: 35px;
}

#START .new-offer-section .header,
.new-offer-section .header {
  padding-bottom: 0;
}

#START .new-offer-section .header h2,
.new-offer-section .header h2 {
  text-align: center;
}

#START .new-offer-section .header .text-wrapper,
#START .new-offer-section .header .controls {
  margin: 0 auto;
  text-align: center;
}

.used-offer-section {
  padding-top: 160px;
  background-image: url("graphics/used-product-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.used-offer-section .header {
  margin: 0;
  padding-bottom: 100px;
}

#START .used-offer-section .header h2,
.used-offer-section .header h2 {
  text-align: left;
  margin-bottom: 40px;
}

#START .header .subtitle,
.header .subtitle {
  margin-bottom: 20px;
}

.used-offer-section .used-offer-slider {
  position: relative;
}

.used-offer-section .used-offer-slider::before {
  content: "";
  position: absolute;
  bottom: -1px;
  top: 50%;
  left: -1000px;
  right: -1000px;
  width: 4000px;
  background-color: #fff;
}

.used-offer-section .used-offer-slider .slick-slider {
  position: static;
  -webkit-clip-path: inset(-100vw -100vw -100vw -10px);
          clip-path: inset(-100vw -100vw -100vw -10px);
}

.used-offer-section .used-offer-slider .slick-slider .slick-list {
  overflow: visible;
}

.used-offer-section .used-offer-slider .slick-slider .slick-prev {
  right: 60px;
  left: auto;
}

.used-offer-section .used-offer-slider .slick-slider .slick-next {
  right: 0px;
}

.used-offer-section .used-offer-slider .slick-slider .slick-prev,
.used-offer-section .used-offer-slider .slick-slider .slick-next {
  top: -150px;
  border: none;
}

.used-offer-section .used-offer-slider .slick-slider .slick-prev::after,
.used-offer-section .used-offer-slider .slick-slider .slick-next::after {
  background-image: url(graphics/svg/arrow.svg);
  background-position-y: 0px;
}

.used-offer-section .used-offer-slider .slick-slider .slick-prev::after {
  rotate: 180deg;
  opacity: 0.6;
}

.offer-parts-wrapper .header,
.contact-section-extended .header {
  max-width: 1410px;
  display: flex;
}

.offer-parts-wrapper .content {
  position: relative;
  padding-left: 80px;
}

.offer-parts-wrapper .header .subtitle {
  text-transform: uppercase;
}

.offer-parts-wrapper .image-wrapper {
  width: 50%;
}

.header .header-content-wrapper {
  padding-left: 160px;
  margin-top: 90px;
  position: relative;
}

#START .header .header-content-wrapper {
  margin-top: 90px;
}

#START .header .header-content-wrapper h2,
.header .header-content-wrapper h2 {
  margin-top: 0;
}

.header .header-content-wrapper .subtitle {
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 140px;
}

.header .header-content-wrapper .text-wrapper {
  font-size: 2rem;
  color: #000;
}

.offer-parts-wrapper .content .controls {
  position: static;
  text-align: left;
  padding-top: 35px;
  margin-left: 0;
}

.offer-parts-wrapper .content ul {
  list-style-type: none;
  margin-bottom: 0;
}

.offer-parts-wrapper .content li {
  position: relative;
  padding-left: 40px;
  font-size: 1.5rem;
  color: #212121;
  margin-left: 0;
}

.offer-parts-wrapper .content li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 25px;
  height: 25px;
  background-image: url("graphics/svg/checked.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.offer-parts-wrapper .image-wrapper {
  width: 47%;
}

.offer-parts-wrapper .image-wrapper .image img {
  border-radius: 10px;
  margin-left: 0px;
  width: 100%;
}

.used-product-card a {
  display: block;
  color: #000;
}

.used-product-card a:hover {
  text-decoration: none;
}

.used-product-card .image-wrapper {
  border-radius: 10px;
  position: relative;
  padding-bottom: 100%;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
  margin-bottom: 0;
}

.used-product-card .content {
  padding-top: 15px;
}

.used-product-card .controls-placeholder {
  margin: 0;
}

.used-product-card .content h3 {
  margin-bottom: 0;
}

.used-product-card .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.used-product-card .image-wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.category-card .image-wrapper .image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.used-product-card .image-wrapper .image .img-placeholder {
  background: #f1f1f1;
  padding-bottom: 105%;
}

.icon-card-lux-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 90px;
}

.icon-card-lux-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
}

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

.icon-card-lux-section .container {
  position: relative;
  z-index: 1;
}

.icon-card-lux-section .icon-card .content {
  color: #fff;
}

.icon-card-lux-section .icon-card h3 {
  color: #367c2b;
}

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(90deg, #367c2b, #367c2b);
  width: 120px;
  height: 120px;
  margin: 0 auto 1em auto;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon img {
  width: 50%;
  height: 50%;
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 90px 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;
}

.article-columns.side {
  padding-right: 360px;
  padding-bottom: 0;
}

#logo {
  width: 225px;
  height: 49px;
}

#logo,
.sticked #logo {
  left: 80px;
}

nav.desktop {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  float: none;
  padding: 0 225px;
  z-index: 0;
}

nav.desktop ul {
  text-align: center;
}

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  color: #69716e;
}

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

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

nav.desktop .nav-button > a:hover span,
nav.desktop .nav-button.urhere > a span {
  color: #367c2b;
}

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

nav.desktop .submenu {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #367c2b;
}

nav.desktop .sub-nav-button > a {
  padding: 12px 15px;
}

nav.desktop .sub-nav-button > a:hover {
  background: none;
  color: #367c2b;
}

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

#START #TOP.unsticked,
#page-product #TOP.unsticked {
  background-color: #fff;
  border-bottom: 5px solid #367c2b;
}

#TOP-MAIN .header-modules {
  padding-left: 0;
  margin-left: 25px;
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  z-index: 1;
}

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

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

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

.logo-links-wrapper a {
  display: block;
  height: 35px;
}

.logo-links-wrapper a img {
  height: 35px;
  width: auto;
}

.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 .text-wrapper,
.banner-content h1,
.banner-content h2,
.banner-content h1 .subtitle,
.banner-content h2 .subtitle,
#START .banner-content h1 .subtitle,
#START .banner-content h2 .subtitle {
  text-shadow: none;
  color: #090112;
}

#START .banner-content h1 .subtitle {
  margin-bottom: 30px;
}

.banner-content h1 {
  font-weight: 500;
  max-width: 560px;
  margin-bottom: 30px;
}

.banner-content h1 strong,
#START .banner-content h1 .subtitle {
  color: #367c2b;
  font-weight: 500;
}

.banner-content .text-wrapper {
  color: #69716E;
  max-width: 550px;
  margin-bottom: 80px;
}

.article-section.padding-top h2:first-child {
  margin-top: 0;
}

#BOTTOM {
  padding: 100px 0;
}

#BOTTOM,
#SYSTEM-FOOT {
  background: #0d1713;
}

#BOTTOM h3:first-child {
  margin-top: 0;
}

#BOTTOM,
#BOTTOM h3,
#BOTTOM p,
#BOTTOM span,
#BOTTOM a,
#BOTTOM strong {
  color: rgba(255, 255, 255, 0.8);
}

#BOTTOM .social-links {
  margin-top: 1em;
}

#BOTTOM .social-icon {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

#BOTTOM .social-icon svg path {
  fill: #fff;
}

#BOTTOM .links ul li {
  padding-bottom: 5px;
}

#BOTTOM .links ul li a:hover {
  color: white;
}

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

.contact-data-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.contact-data-footer .image-wrapper {
  width: 250px;
}

.contact-data-footer .contact_data a,
#SYSTEM-FOOT a {
  color: #ababab;
}

.system-foot-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.system-foot-controls span {
  color: #ababab;
}

#SYSTEM-FOOT .links ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -99;
  width: 100%;
  min-height: 300px;
  padding-bottom: 0;
}

.bottom-bg .image-wrapper {
  margin-bottom: 0;
}

.article-footer-controls {
  padding-bottom: 0;
}

#START h2 {
  text-align: left;
}

#START .subtitle {
  font-weight: 500;
  color: #367c2b;
}

#MAIN-BANER .photo-section {
  padding-bottom: 100vh;
  z-index: 1;
}

#MAIN-BANER .photo-section .ps-image {
  background-size: cover;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-down-arrow {
  margin-top: -70px;
  z-index: 2;
  position: relative;
  display: none;
}

.arrow-wrapper {
  width: auto;
  height: 140px;
  background-image: url("graphics/svg/arrow-1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-wrapper a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes bounce {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -10px;
  }
  100% {
    margin-bottom: 0;
  }
}
.arrow-wrapper img {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  height: 30%;
}

#page-products_listing em {
  padding: 5%;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
}

.timeline {
  padding-bottom: 90px;
}

.timeline .timeline-cards > div {
  flex: 1;
}

.timeline .timeline-cards {
  display: flex;
  gap: 30px;
  width: 100%;
}

.timeline .timeline-content {
  width: 100%;
}

.timeline-icon {
  background-color: #daf0db;
  border-radius: 999px;
  width: 65px;
  height: 65px;
}

.timeline-card {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  position: relative;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timeline-card h3 {
  font-size: 1rem;
  margin: 0;
  color: #69716E;
  text-align: center;
  text-transform: none;
}

.timeline-icon {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  position: absolute;
}

.timeline-arrow {
  position: absolute;
  right: -25px;
  bottom: 50%;
  transform: translate(0, 50%);
}

.timeline .timeline-cards > div:last-child .timeline-arrow {
  display: none;
}

.product-tile {
  padding-bottom: 50px;
}

.product-lead-content h1 span.subtitle {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}

.product-lead-wrapper .product-lead-content {
  padding-left: 50%;
  min-height: 300px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 90px;
  padding-right: 0;
}

.product-lead-wrapper .product-lead-content .text-wrapper {
  padding-left: 50px;
}

.product-lead-wrapper .text-wrapper li {
  font-size: 1.1rem;
}

.product-tile .content p {
  overflow: hidden;
  display: box;
  box-orient: vertical;
  line-clamp: 3;
  display: -moz-box;
  -moz-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-tile .image-wrapper {
  border-radius: 10px;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper {
  width: 600px;
  height: 600px;
  border: 0;
}

.product-lead-cta-wrapper {
  margin-top: 50px;
  padding: 30px 30px 20px 30px;
  border: 1px solid #ddd;
}

.product-lead-cta-wrapper .controls {
  padding-top: 20px;
}

.product-lead-cta-wrapper h3 {
  margin: 0 0 10px 0;
  text-transform: none;
  font-size: 1.3rem;
}

.contact_data_product {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.contact_data_product h3:first-child {
  margin: 0;
}

.contact_data_product .phones-wrapper,
.contact_data_product .emails-wrapper {
  margin-bottom: 0;
}

.contact_data_product .phones-wrapper a,
.contact_data_product .emails-wrapper a {
  color: #69716E;
  font-size: 1.1rem;
}

.contact_data_product .contact-data-content {
  margin-top: 15px;
}

.specyfication-table {
  max-width: 100%;
  border-left: 0;
  border-top: 0;
}

.specyfication-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
}

.specyfication-table td.key {
  font-weight: normal;
  font-size: 0.9rem;
  width: 260px;
  padding-left: 0;
}

.specyfication-table td.value {
  font-weight: 600;
  text-align: left;
}

table.specyfication-table tr td,
table.specyfication-table tr th {
  border-right: 0;
}

.full-tree li a {
  font-weight: 600;
  color: #69716E;
  border: none;
}

.full-tree li a.main {
  background: none;
  color: #000;
  border: none;
}

.full-tree li ul > li a {
  color: #000;
}

.full-tree li ul > li ul > li a {
  color: #69716E;
}

.full-tree li a:hover,
.full-tree li a.urhere {
  background: none;
  color: #367c2b;
  border: none;
}

.section-downloads .tile #page-product #TOP.unsticked {
  background: none;
  border: none;
}

#page-product #TOP-PLACEHOLDER {
  display: none;
}

#PRODUCT-BANNER-WRAPPER {
  background: url("graphics/used-product-bg.png");
  padding-top: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-header-wrapper .container.alt {
  position: relative;
}

.product-header-wrapper .product-header {
  min-height: 200px;
  padding-left: 50%;
}

.product-header-wrapper h1 {
  color: #367c2b;
  margin: 0.5em 0;
  padding-left: 50px;
}

.product-header-wrapper .breadcrumps {
  padding-left: 50px;
}

.product-header-wrapper h1 .subtitle {
  font-size: inherit;
  color: #fff;
  display: inline;
  font-weight: inherit;
}

.product-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-left: 30px;
}

.product-image-wrapper img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}

.news-wrapper .tile {
  padding-bottom: 50px;
  border-bottom: 1px solid #69716E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-wrapper .tile .image-wrapper {
  max-width: 350px;
  min-width: 350px;
}

.news-wrapper .tile .image-wrapper .img-placeholder {
  padding-bottom: 100%;
}

.news-wrapper .tile .controls {
  position: relative;
  text-align: left;
  padding-top: 10px;
}

.news-wrapper .tile h3 {
  text-transform: none;
}

.news-wrapper > div:last-child .tile {
  border-bottom: 0;
  padding-bottom: 0;
}

#page-news h1 {
  text-transform: none;
  font-size: 2.2rem;
}

.promo-news .tile {
  gap: 50px;
}

.promo-news a.tile,
.promo-news .tile {
  border: 0;
}

.promo-news .tile .image-wrapper {
  max-width: 400px;
  min-width: 400px;
}

.promo-news .tile .content {
  padding: 50px 50px 100px 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
}

.promo-news .tile .controls {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  text-align: left;
}

.PAGE .article-section h2 {
  text-transform: none;
  max-width: 900px;
}

.contact-frame-style {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
}

.contact-frame-style h4 {
  font-size: 1.2rem;
  font-weight: 500;
}

.contact-frame-style h4:first-child {
  margin-top: 0;
}

.contact-frame-style.green {
  border: 2px solid #367c2b;
}

.contact-frame-style.green h4 {
  color: #367c2b;
  font-weight: 600;
}

.contact-frame-style .company_name {
  font-weight: 500;
  color: #000;
}

.contact-frame-style .company_name p {
  margin-bottom: 5px;
}

.multi-contact-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.multi-contact-wrapper .contact_data_icon {
  flex: 1;
}

.multi-contact-wrapper .contact_data_icon:last-child {
  padding-bottom: 0;
}

.contact_data_icon .controls {
  margin-top: 1em;
}

.contact_data_icon .controls .button {
  margin-bottom: 0;
}

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

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

#page-contactus .columns > div > div:first-child h4 {
  margin-top: 0;
}

#page-contactus .phones-wrapper,
#page-contactus .emails-wrapper {
  margin-bottom: 0;
}

#page-contactus .add_descr {
  padding-top: 10px;
}

.contact_data_icon .address,
.contact_data_icon .phones-wrapper,
.contact_data_icon .emails-wrapper,
.contact_data_icon .hours {
  padding-left: 30px;
}

.contact_data_icon .address .ico,
.contact_data_icon .phones-wrapper .ico,
.contact_data_icon .emails-wrapper .ico,
.contact_data_icon .hours .ico {
  width: 20px;
  top: 2px;
}

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

.contact-frame-style .add_descr,
.contact-frame-style .add_descr p {
  margin-bottom: 0;
}

.contact-frame-style .contact_data_icon a {
  color: #69716E;
}

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

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

.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: #090112;
  font-family: roc-grotesk, 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;
}

.email-wrapper.show-email,
.phone-wrapper.show-phone {
  height: 50px;
  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 h2:first-child,
.contact-layout > div h3: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 #367c2b;
}

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

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

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

#START .contact-data-form-section > div.contact-col,
#START .contact-data-form-section > div.contact-col h2,
#START .contact-data-form-section > div.contact-col h2 .subtitle,
.contact-data-form-section > div.contact-col,
.contact-data-form-section > div.contact-col h2,
.contact-data-form-section > div.contact-col h2 .subtitle {
  color: #fff;
}

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

.contact-data-form-section h2,
#START .contact-data-form-section h2,
.contact-data-form-section h3,
#START .contact-data-form-section h3 {
  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-product-section {
  border: 1px solid #ddd;
  padding: 50px;
}

.contact-data-product-section > div {
  float: left;
  box-sizing: border-box;
  padding-right: 100px;
}

.contact-data-product-section > div.contact-col {
  position: relative;
  width: 35%;
}

.contact-data-product-section > div.add-module-col {
  width: 65%;
  padding-right: 0;
}

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

.contact-data-product-section .contact_data {
  padding-top: 50px;
}

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

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  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 h2,
#START .contact-data-section h2,
.contact-data-section h3,
#START .contact-data-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

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

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

.col-item {
  margin-bottom: 0;
}

.contactus_multi {
  border: 2px solid #367c2b;
}

#page-contactus .contactus_multi {
  border: none;
}

.contactus_multi .header {
  padding-bottom: 0;
}

.contactus_multi.with-icon .header {
  padding-top: 50px;
  position: relative;
}

.contactus_multi.with-icon .header img {
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-section-extended {
  padding: 120px 0 0 0;
}

.contact-section-extended .contact-wrapper {
  display: block;
}

.contact-section-extended .subtitle {
  text-transform: uppercase;
}

.contact-section-extended .contact-content {
  padding-left: 160px;
  width: 100%;
  box-sizing: border-box;
}

.contact-section-extended .address {
  padding-top: 50px;
}

.contact-section-extended .text-wrapper,
.contact-section-extended .address {
  color: #212121;
  font-size: 1.4rem;
}

.contact-section-extended .contact-icon a {
  color: #000;
}

.contact-section-extended .contact-icon a:hover {
  text-decoration: none;
}

#START .contact-section-extended .contact-content h2,
.contact-section-extended .contact-content h2 {
  text-align: left;
}

.contact-section-extended .contact-content strong {
  font-weight: normal;
  text-decoration: underline;
}

#START .contact-section-extended .contact-content p,
.contact-section-extended .contact-content p {
  font-size: 2.5rem;
  max-width: 940px;
  color: #000;
}

.contact-section-extended .contact-content .contact-icon {
  font-size: 1.8rem;
  font-weight: 600;
}

.contact-section-extended .text-wrapper ul li::before {
  top: 6px;
}

.bg-color {
  background: linear-gradient(90deg, #367c2b, #367c2b);
}

.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color .subtitle,
#START .bg-color .subtitle,
.bg-color p,
.bg-color a,
.bg-color span {
  color: #fff;
}

.bg-color .green-alert,
.bg-color .red-alert,
.bg-color .yellow-alert {
  color: inherit;
}

.check-onscreen {
  position: relative;
}

.check-onscreen.offscreen-bottom {
  top: 100px;
  opacity: 0;
  transition: all 400ms;
}

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: all 400ms;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.slick-slider div {
  transition: none;
}

#advanced-cookie-info .container,
#cookie-info .container {
  border-radius: 10px;
}

.gallery > div .image a:after {
  display: none;
}

.gallery.x5 > div {
  width: 25%;
}

.video-wrapper .video video {
  border-radius: 10px;
}

.list.used-product-list {
  width: 100%;
}

.columns.x1.listing .category-list > a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 20px;
  border-bottom: 1px solid #eee;
  padding: 0;
  margin: 0;
}

.columns.x1.listing .category-list > a .image {
  display: flex;
  justify-content: center;
}

.columns.x1.listing .category-list > a h3 {
  text-align: center;
  margin: 0;
}

.puszka .contact-frame-style.green,
.puszka .contact-frame-style,
.puszka .contactus_multi {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.puszki-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  grid-gap: 30px;
}

.puszka {
  border: 2px solid #367c2b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.puszka .header h4 {
  color: #367c2b;
}

.puszka a:hover {
  color: #367c2b;
}

.custom-contact {
  border-bottom: 1px solid #367c2b;
  padding: 10px 0;
}
.custom-contact a {
  color: #69716E;
}
.custom-contact .oddzial {
  font-weight: 600;
  color: #367c2b;
  font-size: 1.1rem;
}
.custom-contact p {
  margin: 0;
}

.contact-data-content .custom-contact:last-child {
  border-bottom: none;
}

#page-products_listing .category-disabled {
  display: none;
}
#page-products_listing .category.urhere .category-disabled {
  display: block;
}

.socials-pill {
  position: fixed;
  top: 46%;
  right: 0;
  z-index: 100;
  background-color: #367c2b;
  padding: 10px 8px;
  transition: right 0.3s ease-in-out;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.socials-pill .social-icon {
  margin-right: 0;
}
.socials-pill .social-links {
  flex-direction: column-reverse;
  gap: 10px;
}

.sprzedaz-czesci .logo-box .thb {
  filter: none;
}

.logo-box-wrapper .header {
  padding: 0;
}
.logo-box-wrapper .header h2 {
  margin-bottom: 0;
}
.logo-box-wrapper .logo-box .thb {
  margin: 0;
}
.logo-box-wrapper .slick-next,
.logo-box-wrapper .slick-prev {
  border: none;
  width: 24px;
  height: 24px;
  padding: 34px;
}
.logo-box-wrapper .slick-next::after {
  background-image: url(graphics/svg/arrow.svg);
  background-position-y: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.logo-box-wrapper .slick-prev::after {
  transform: rotate(180deg);
  background-image: url(graphics/svg/arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top;
}

.sprzedaz-czesci .gallery.x5 > div {
  width: 33.33%;
}

.countdown_section .image-wrapper {
  margin-top: -50px;
}

.countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.countdown-wrapper strong {
  font-weight: 600;
}

#countdown {
  display: flex;
  gap: 10px;
  justify-content: center;
  font-family: "Arial", sans-serif;
}

.countdown-item {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  min-width: 60px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.countdown-value {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #367c2b;
}

.countdown-label {
  display: block;
  font-size: 0.75rem;
  color: #333;
}

.subtitle.main {
  max-width: 70%;
  font-weight: 400;
}/*# sourceMappingURL=theme.css.map */