/* 
 Theme Name: Frontal Fence
 Theme URI: https://www.frontalfence.pl
 Author: Frontal Fence
 Author URI: https://www.frontalfence.pl 
 Description: Szablon wordpress dla Frontal Fence
 Version: 0.1 
*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  min-height: 100vh;
  height: 100%;
  font-family: "Kumbh Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.no-scroll-overflow {
  overflow: hidden;
  padding-right: 17px;
}
body .btn {
  font-weight: 700;
  font-size: 16px;
  box-shadow: none !important;
  text-transform: none;
  padding: 16px 35px;
  border-radius: 50px;
  transition: all 0.5s;
  position: relative;
  border: none;
}
body .btn.btn-default {
  color: #fff;
  background: #9a1b26;
}
body .btn.btn-default:hover {
  background: #6f131b;
}
body .btn.btn-white {
  color: #9a1b26;
  background: #fff;
}
body .btn.btn-white:hover {
  background: rgba(255, 255, 255, 0.8);
}
body .btn:has(svg), body .btn:has(img) {
  display: inline-flex;
  align-items: center;
}
body .btn:has(svg) svg, body .btn:has(svg) img, body .btn:has(img) svg, body .btn:has(img) img {
  height: 20px;
  width: 20px;
  fill: #fff;
  margin-right: 10px;
  transition: all 0.5s;
}
body .btn.btn-border {
  color: #111212;
  background: #fff;
  border: 2px solid #9a1b26;
}
body .btn.btn-border svg {
  fill: #9a1b26;
}
body .btn.btn-border:hover {
  background: #9a1b26;
  color: #fff;
}
body .btn.btn-border:hover svg {
  fill: #fff;
}
body .btn.btn-small {
  padding: 10px 20px 8px 20px;
  font-size: 14px;
}
body .btn-video {
  display: inline-flex;
  align-items: center;
}
body .btn-video .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9a1b26;
}
body .btn-video .icon img, body .btn-video .icon svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
body .btn-video span {
  margin-left: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #111212;
  transition: all 0.5s;
}
body .btn-video:hover span {
  color: #9a1b26;
}
body ul, body ol, body p, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}

.intro {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111212;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  transition: all 1s;
  z-index: 2222;
}
.intro svg {
  fill: #fff;
  height: 80px;
  transition: all 1s;
}
.intro svg.hidden {
  opacity: 0;
}
.intro svg.position {
  opacity: 0;
  transform: translateY(-40px);
}
.intro p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: calc(25% - 65px);
  transform: translate(-50%, -50%);
  transition: all 1s;
}
.intro p.hidden {
  opacity: 0;
  transform: translate(-50%, 40px);
}
.intro.hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.tooltip .tooltip-arrow:before {
  border-top-color: #fff !important;
}
.tooltip .tooltip-inner {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  color: #111212 !important;
}
.tooltip .tooltip-inner h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #9a1b26;
}

.dark-tooltip .tooltip-inner {
  background: #000;
  color: #fff !important;
  padding: 15px;
}
.dark-tooltip .tooltip-arrow:before {
  border-top-color: #000 !important;
}

.pointer-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 49.5px;
  width: 49.5px;
  cursor: pointer;
}
.pointer-dot .dot-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  background: #9a1b26;
  opacity: 0.5;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
}
.pointer-dot .dot-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #9a1b26;
  box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}
.pointer-dot .dot-content {
  height: 100%;
  width: 100%;
  position: relative;
}
.pointer-dot:hover .dot-inner {
  height: 34px;
  width: 34px;
}

.input-service {
  margin-top: 15px;
}
.input-service label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0;
  color: #111212;
  text-align: left;
  width: 100%;
}
.input-service input, .input-service textarea {
  display: block;
  height: 45px;
  color: #111212;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  background: none;
  border: 1px solid #ddd;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #aaa;
  transition: all 0.5s;
}
.input-service input:focus, .input-service textarea:focus {
  outline: none;
  box-shadow: none;
  background: rgb(255, 255, 255);
  border-color: #9a1b26;
}
.input-service input.warning, .input-service textarea.warning {
  box-shadow: none;
}
.input-service input::-moz-placeholder {
  font-weight: 500;
  font-size: 13px;
}
.input-service input::placeholder {
  font-weight: 500;
  font-size: 13px;
}
.input-service .value {
  width: 100%;
  display: block;
  border: none;
  height: 45px;
  color: #111212;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.input-service .input-alert {
  margin-top: 7px;
  font-size: 11px;
  color: #dc3545;
}
.input-service .textarea-value {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 2px;
  color: #111212;
  font-size: 14px;
  font-weight: 300;
}
.input-service.white label {
  color: #fff;
}
.input-service.white input {
  border-color: #fff;
}
.input-service.service-alert label {
  color: #dc3545;
}
.input-service.service-alert input, .input-service.service-alert textarea {
  border-color: #dc3545;
}
.input-service textarea {
  height: 100px;
}

.select-wrapper {
  margin-top: 15px;
}
.select-wrapper label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0;
  color: #111212;
  text-align: left;
  width: 100%;
}
.select-wrapper .select-inner {
  position: relative;
  overflow: hidden;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #aaa;
  transition: all 0.5s;
}
.select-wrapper .select-inner select {
  cursor: pointer;
  padding: 10px;
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 45px;
  color: #111212;
  font-weight: 500;
  font-size: 16px;
}
.select-wrapper .select-inner:has(select:focus) {
  border-color: #9a1b26;
}
.select-wrapper .select-inner svg {
  position: absolute;
  height: 12px;
  min-width: 12px;
  max-width: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.select-wrapper .input-alert {
  margin-top: 7px;
  font-size: 11px;
  color: #dc3545;
}
.select-wrapper.white label {
  color: #fff;
}
.select-wrapper.service-alert label {
  color: #dc3545;
}
.select-wrapper.service-alert .select-inner {
  border-color: #dc3545;
}

.checkbox-wrapper {
  margin-top: 20px;
  cursor: pointer;
  display: block;
  position: relative;
}
.checkbox-wrapper .radio-box {
  display: flex;
  text-align: left;
}
.checkbox-wrapper .radio-box p {
  margin-left: 10px;
  margin-top: -2px;
  color: #111212;
  font-weight: 500;
  font-size: 13px;
}
.checkbox-wrapper .radio-box p a {
  color: #9a1b26;
  text-decoration: underline;
}
.checkbox-wrapper .radio-box .box-icon {
  display: block;
  height: 15px;
  min-width: 30px;
  max-width: 30px;
  border-radius: 20px;
  border: 1px solid #000;
  transition: all 0.5s;
  position: relative;
}
.checkbox-wrapper .radio-box .box-icon .icon-ball {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 2px;
  background: #000;
  transition: all 0.5s;
}
.checkbox-wrapper input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper.white .radio-box p {
  color: #fff;
}
.checkbox-wrapper.white .radio-box p a {
  color: inherit;
  text-decoration: underline !important;
}
.checkbox-wrapper.white .radio-box .box-icon {
  border: 1px solid #fff;
  opacity: 0.5;
}
.checkbox-wrapper.white .radio-box .box-icon .icon-ball {
  background: #fff;
}
.checkbox-wrapper.checkbox-alert .radio-box p {
  color: #dc3545;
}
.checkbox-wrapper.checkbox-alert .radio-box .box-icon {
  border-color: #dc3545;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 10px;
}

.checkbox-wrapper > input:checked + .radio-box .box-icon {
  border-color: #9a1b26;
}
.checkbox-wrapper > input:checked + .radio-box .box-icon .icon-ball {
  left: 16px;
  background: #9a1b26;
}

.checkbox-wrapper.white > input:checked + .radio-box .box-icon {
  opacity: 1;
  border: 1px solid #fff;
}
.checkbox-wrapper.white > input:checked + .radio-box .box-icon .icon-ball {
  background: #fff;
}

.checkbox-wrapper > input:focus-visible + .radio-box {
  outline: 2px solid #000;
}

@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  opacity: 0;
  overflow-y: scroll;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.8s;
}
.header-menu .close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 25px;
  width: 25px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
  transition: all 0.5s;
}
.header-menu .close-button img {
  width: 100%;
}
.header-menu .close-button:hover {
  transform: rotate(90deg);
}
.header-menu .menu-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  min-height: 100%;
}
.header-menu .menu-inner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-menu .menu-inner ul li {
  transition: all 0.8s;
  position: relative;
}
.header-menu .menu-inner ul li a, .header-menu .menu-inner ul li button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #111212;
  transition: all 0.8s;
}
.header-menu .menu-inner ul li.menu-point-animation {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.header-menu .menu-inner ul li + li {
  margin-top: 25px;
}
.header-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-menu-offer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s;
}
.header-menu-offer .close-button {
  position: absolute;
  top: 50px;
  left: 50px;
  height: 25px;
  width: 25px;
  transform: rotate(180deg);
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 111;
  transition: all 0.5s;
}
.header-menu-offer .close-button img {
  width: 100%;
}
.header-menu-offer .menu-offer-inner {
  position: relative;
  min-height: 100%;
  padding-top: 50px;
}
.header-menu-offer .menu-offer-inner .offer-item {
  position: relative;
  background: #fff;
  padding: 50px;
}
.header-menu-offer .menu-offer-inner .offer-item .item-heading {
  text-align: center;
  margin-bottom: 30px;
}
.header-menu-offer .menu-offer-inner .swiper-container .swiper-slide {
  min-height: 100%;
}
.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination {
  position: relative !important;
  padding: 50px 0 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: auto;
  bottom: auto !important;
  white-space: nowrap;
  margin: 0;
  transition: all 0.5s;
}
.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 30px;
  border-radius: 0;
  background: none;
  height: auto;
  width: 100% !important;
  opacity: 0.3 !important;
  text-align: center;
  background: none;
  transition: all 0.5s;
}
.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination .swiper-pagination-bullet .name {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #111212;
}
.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.header-menu-offer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-offer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.8s;
}
.header-offer .close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 25px;
  width: 25px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
  transition: all 0.5s;
}
.header-offer .close-button img {
  width: 100%;
}
.header-offer .close-button:hover {
  transform: rotate(90deg);
}
.header-offer .offer-background {
  background: linear-gradient(144deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header-offer .offer-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 100%;
}
.header-offer .offer-inner .inner-sidebar {
  width: 25%;
  padding: 50px 0 50px 100px;
}
.header-offer .offer-inner .inner-sidebar ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-offer .offer-inner .inner-sidebar ul li {
  height: 100%;
  transition: all 0.8s;
  position: relative;
}
.header-offer .offer-inner .inner-sidebar ul li a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 600;
  color: #111212;
  transition: all 0.8s;
}
.header-offer .offer-inner .inner-sidebar ul li.active a {
  color: #9a1b26;
}
.header-offer .offer-inner .inner-sidebar ul li.point-animation, .header-offer .offer-inner .inner-sidebar ul li.point-animation-backup {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.header-offer .offer-inner .inner-body {
  width: 75%;
  position: relative;
}
.header-offer .offer-inner .inner-body .body-service {
  position: absolute;
  top: 0;
  left: 0;
  padding: 110px 100px 90px 100px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s;
}
.header-offer .offer-inner .inner-body .body-service .service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.header-offer .offer-inner .inner-body .body-service .service-heading .section-heading {
  width: 100%;
}
.header-offer .offer-inner .inner-body .body-service .service-heading .heading-cta {
  margin-left: 100px;
  padding-top: 30px;
}
.header-offer .offer-inner .inner-body .body-service .service-heading .heading-cta .btn {
  white-space: nowrap;
}
.header-offer .offer-inner .inner-body .body-service .service-heading.hidden {
  opacity: 0;
  visibility: 0;
}
.header-offer .offer-inner .inner-body .body-service.active {
  opacity: 1;
  visibility: visible;
}
.header-offer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-offer.active .offer-inner .inner-body .body-service.active {
  pointer-events: auto;
}

.offcanvas .offcanvas-header .offcanvas-title {
  width: 100%;
  text-align: center;
  color: #111212;
  font-weight: 600;
}

.offcanvas-models {
  display: flex;
  justify-content: space-between;
}
.offcanvas-models .model-service {
  width: 23%;
  text-align: center;
}
.offcanvas-models .model-service img {
  width: 100%;
  max-width: 280px;
}
.offcanvas-models .model-service h3 {
  margin-top: 15px;
  color: #111212;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  transition: all 0.5s;
}
.offcanvas-models .model-service:hover h3 {
  color: #9a1b26;
}

.products-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 0;
}
.products-flexbox .product-service {
  width: 21%;
  border: none;
  padding: 0;
  outline: none;
  background: none;
  transition: all 0.5s;
}
.products-flexbox .product-service .service-image img {
  width: 100%;
  mix-blend-mode: multiply;
}
.products-flexbox .product-service .service-name {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #111212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  transition: all 0.5s;
}
.products-flexbox .product-service:hover .service-name {
  color: #9a1b26;
}
.products-flexbox .product-service.hidden {
  opacity: 0;
  visibility: 0;
}

.tiles-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 0;
}
.tiles-flexbox .flexbox-service {
  width: 23%;
  border: none;
  padding: 0;
  outline: none;
  background: none;
  text-align: center;
  transition: all 0.5s;
}
.tiles-flexbox .flexbox-service .service-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.tiles-flexbox .flexbox-service .service-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles-flexbox .flexbox-service h3 {
  color: #111212;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  transition: all 0.5s;
}
.tiles-flexbox .flexbox-service.item-lower .item-image {
  padding-top: 70%;
}
.tiles-flexbox .flexbox-service.hidden {
  opacity: 0;
  visibility: 0;
}

nav.section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
}
nav.section-header .header-flexbox {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 28px;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .flexbox-nav {
  display: flex;
  align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav > * + * {
  margin-left: 25px;
}
nav.section-header .header-flexbox .flexbox-nav ul {
  display: flex;
  align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav ul li a, nav.section-header .header-flexbox .flexbox-nav ul li button {
  color: #111212;
  padding: 0;
  border: none;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .flexbox-nav ul li a img, nav.section-header .header-flexbox .flexbox-nav ul li a svg, nav.section-header .header-flexbox .flexbox-nav ul li button img, nav.section-header .header-flexbox .flexbox-nav ul li button svg {
  margin-right: 10px;
  height: 20px;
  fill: #fff;
}
nav.section-header .header-flexbox .flexbox-nav ul li a.highlighted, nav.section-header .header-flexbox .flexbox-nav ul li button.highlighted {
  padding: 7px 17px;
  border-radius: 30px;
  background: #9a1b26;
  color: #fff;
  font-size: 15px;
}
nav.section-header .header-flexbox .flexbox-nav ul li + li {
  margin-left: 25px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 0 10px;
  border: none;
  position: relative;
  background: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 3px;
  width: 31px;
  background: #111212;
}
nav.section-header .header-flexbox .nav-button .button-bar + .button-bar {
  margin-top: 4px;
}
nav.section-header .header-flexbox .nav-button .name {
  position: absolute;
  left: 10px;
  bottom: -17px;
  text-align: center;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #111212;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar, nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
nav.section-header.scrolled {
  background: rgba(255, 255, 255, 0.9);
}
nav.section-header.scrolled .header-flexbox {
  padding: 15px 0;
}
nav.section-header.scrolled .header-flexbox .flexbox-logo img {
  height: 22px;
}
nav.section-header.scrolled .header-flexbox .nav-button .name {
  opacity: 0;
}

section.section-welcome {
  position: relative;
  overflow: hidden;
}
section.section-welcome .welcome-item {
  position: relative;
}
section.section-welcome .welcome-item .item-background {
  position: relative;
  width: 74%;
  margin-left: 26%;
}
section.section-welcome .welcome-item .item-background .background-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.section-welcome .welcome-item .item-background .background-image {
  width: 100%;
}
section.section-welcome .welcome-item .item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1l1;
  width: 74%;
  text-align: center;
  padding-top: 50px;
}
section.section-welcome .welcome-item .item-inner .inner-description h1, section.section-welcome .welcome-item .item-inner .inner-description h2, section.section-welcome .welcome-item .item-inner .inner-description h3 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
section.section-welcome .welcome-item .item-inner .inner-description h1 + p, section.section-welcome .welcome-item .item-inner .inner-description h2 + p, section.section-welcome .welcome-item .item-inner .inner-description h3 + p {
  margin-top: 10px;
}
section.section-welcome .welcome-item .item-inner .inner-description p {
  max-width: 350px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
}
section.section-welcome .welcome-item .item-inner .inner-description p + .btn {
  margin-top: 20px;
}
section.section-welcome .welcome-item.dark .item-inner .inner-description h1, section.section-welcome .welcome-item.dark .item-inner .inner-description h2, section.section-welcome .welcome-item.dark .item-inner .inner-description h3, section.section-welcome .welcome-item.dark .item-inner .inner-description p {
  color: #111212;
}
section.section-welcome .swiper-container .swiper-pagination {
  padding: 50px 0 0 50px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0 !important;
  width: 26% !important;
  margin: 0;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  opacity: 0.3 !important;
  text-align: left;
  background: none;
  transition: all 0.5s;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .number {
  padding-top: 8px;
  margin-right: 17px;
  font-weight: 800;
  color: #888;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name {
  width: 100%;
  position: relative;
  padding-right: 70px;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name .headline {
  font-size: 28px;
  font-weight: 700;
  color: #111212;
  transition: all 0.5s;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name .description {
  margin-top: 10px;
  font-size: 14px;
  transition: all 1s;
  max-height: 0px;
  overflow: hidden;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name:before {
  content: "";
  height: 0;
  width: 6px;
  position: absolute;
  top: 0;
  right: 0;
  background: #9a1b26;
  transition: all 0.5s;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 35px;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active .name .headline {
  color: #9a1b26;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active .name .description {
  max-height: 200px;
}
section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active .name:before {
  height: 100%;
}
section.section-welcome .swiper-welcome-mobile {
  display: none;
}

.section-heading {
  color: #111212;
}
.section-heading .backlink {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 15px;
}
.section-heading .backlink img, .section-heading .backlink svg {
  height: 13px;
  margin-right: 12px;
  fill: #111212;
  opacity: 0.5;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.section-heading .backlink span {
  margin-bottom: 0;
  font-weight: 500;
  color: #111212;
  transition: all 0.5s;
}
.section-heading .backlink:hover img, .section-heading .backlink:hover svg {
  fill: #9a1b26;
  opacity: 1;
}
.section-heading .backlink:hover span {
  color: #9a1b26;
  opacity: 1;
}
.section-heading span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
  margin-bottom: 15px;
  display: block;
}
.section-heading h1, .section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}
.section-heading p, .section-heading li {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.section-heading p b, .section-heading p strong, .section-heading li b, .section-heading li strong {
  font-weight: 700;
}
.section-heading li {
  padding-left: 17px;
  position: relative;
}
.section-heading li:before {
  content: "+";
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: 700;
  color: #9a1b26;
  font-size: 20px;
}
.section-heading ul {
  list-style: none;
}
.section-heading.white {
  color: #fff;
}
.section-heading.white .backlink img, .section-heading.white .backlink svg {
  fill: #fff;
}
.section-heading.white .backlink span {
  color: #fff;
}

.dynamic-text-wrapper {
  color: #111212;
}
.dynamic-text-wrapper h1 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}
.dynamic-text-wrapper h2 {
  font-size: 32.4px;
  line-height: 46.8px;
  font-weight: 700;
}
.dynamic-text-wrapper h3 {
  font-size: 28.8px;
  line-height: 41.6px;
  font-weight: 700;
}
.dynamic-text-wrapper h4 {
  font-size: 25.2px;
  line-height: 36.4px;
  font-weight: 700;
}
.dynamic-text-wrapper h5 {
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 700;
}
.dynamic-text-wrapper h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.dynamic-text-wrapper p, .dynamic-text-wrapper li {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.dynamic-text-wrapper p b, .dynamic-text-wrapper p strong, .dynamic-text-wrapper li b, .dynamic-text-wrapper li strong {
  font-weight: 700;
}
.dynamic-text-wrapper li {
  padding-left: 17px;
  position: relative;
}
.dynamic-text-wrapper li:before {
  content: "+";
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: 700;
  color: #9a1b26;
  font-size: 20px;
}
.dynamic-text-wrapper ul {
  list-style: none;
}
.dynamic-text-wrapper.white {
  color: #fff;
}
.dynamic-text-wrapper.white .backlink img, .dynamic-text-wrapper.white .backlink svg {
  fill: #fff;
}
.dynamic-text-wrapper.white .backlink span {
  color: #fff;
}

section.section-offer {
  margin-top: 150px;
}
section.section-offer .offer-inner {
  background: #9a1b26;
  border-radius: 0 6px 0 0;
}
section.section-offer .offer-inner.bottom-border-radius {
  border-radius: 0 0 6px 6px;
}
section.section-offer .offer-inner .inner-heading {
  padding: 100px 50px;
  display: flex;
  position: relative;
}
section.section-offer .offer-inner .inner-heading:before {
  content: "";
  height: 200%;
  width: 1000px;
  left: 0;
  top: 0;
  position: absolute;
  background: #9a1b26;
  transform: translateX(-100%);
}
section.section-offer .offer-inner .inner-heading .section-heading {
  max-width: 450px;
  min-width: 450px;
}
section.section-offer .offer-inner .inner-heading .heading-description {
  margin-top: 47px;
  margin-left: 100px;
}
section.section-offer .offer-inner .inner-heading .heading-description p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 27px;
}
section.section-offer .offer-inner .inner-navigation {
  padding: 15px 50px 0 50px;
}
section.section-offer .offer-inner .inner-navigation .nav-tabs {
  margin: 0;
  border: none;
}
section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link {
  margin: 0;
  border-radius: 3px 3px 0 0;
  padding: 20px 15px;
  outline: none;
  border: none;
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.25);
}
section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link.active {
  background: rgba(0, 0, 0, 0.5);
}
section.section-offer .offer-inner .tab-content {
  background: none;
}
section.section-offer .offer-inner .tab-content .tab-pane {
  height: 620px;
  border-radius: 6px 0 6px 6px;
  overflow: hidden;
  position: relative;
}
section.section-offer .offer-inner .tab-content .tab-pane .btn-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-image {
  height: 100%;
  width: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-offer .offer-inner .tab-content .tab-pane .tiles-flexbox-wrapper {
  padding: 50px;
  background: linear-gradient(144deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.section-offer .offer-inner .tab-content .tab-pane .tiles-flexbox-wrapper .section-heading {
  margin-bottom: 50px;
}
section.section-offer .offer-inner .tab-content .tab-pane .tiles-flexbox-wrapper .tiles-flexbox {
  width: 100%;
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles {
  display: flex;
  height: 100%;
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service .service-name {
  position: relative;
  transform: rotate(-90deg);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
  white-space: nowrap;
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service:not(:last-child):before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.35;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service:hover {
  width: 120%;
}
section.section-offer .offer-inner .inner-carousel {
  display: none;
}
section.section-offer .offer-inner .inner-carousel .full-width-item {
  text-align: center;
}
section.section-offer .offer-inner .inner-carousel .full-width-item .item-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
section.section-offer .offer-inner .inner-carousel .full-width-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-offer .offer-inner .inner-carousel .full-width-item h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 15px;
  transition: all 0.5s;
}
section.section-offer .offer-inner .inner-carousel .full-width-item.item-lower .item-image {
  padding-top: 70%;
}
section.section-offer .offer-inner .inner-carousel .swiper-outer-wrapper {
  position: relative;
  padding: 0 100px;
}
section.section-offer .offer-inner .inner-carousel .swiper {
  width: 100%;
}
section.section-offer .offer-inner .inner-carousel .swiper .swiper-slide {
  height: auto !important;
  width: auto;
}
section.section-offer .offer-inner .inner-carousel .swiper-navigation-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
  width: 100%;
  pointer-events: none;
  display: flex;
  z-index: 222;
  align-items: center;
  justify-content: space-between;
}
section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width, section.section-offer .offer-inner .inner-carousel .swiper-button-next-full-width {
  border-radius: 4px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #eee;
  background-image: url("img/pictures/right-chevron.svg");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  transition: all 0.5s;
  pointer-events: auto;
}
section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width:after, section.section-offer .offer-inner .inner-carousel .swiper-button-next-full-width:after {
  content: none;
}
section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width:hover, section.section-offer .offer-inner .inner-carousel .swiper-button-next-full-width:hover {
  background-color: #fff;
}
section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width {
  transform: rotate(180deg);
}

section.section-distributor {
  margin-top: 150px;
  overflow: hidden;
  position: relative;
}
section.section-distributor .distributor-map {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
}
section.section-distributor .distributor-inner {
  display: flex;
  justify-content: space-between;
  padding-right: 250px;
  padding-bottom: 150px;
  position: relative;
}
section.section-distributor .distributor-inner .inner-background {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px 0 0 0;
  width: 100%;
  height: 50%;
  transform: translateX(100%);
  background: #9a1b26;
}
section.section-distributor .distributor-inner .inner-image {
  width: 40%;
  padding-top: 58%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
section.section-distributor .distributor-inner .inner-image img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}
section.section-distributor .distributor-inner .inner-description {
  width: 50%;
}
section.section-distributor .distributor-inner .inner-description .btn {
  margin-top: 50px;
}

section.section-cta {
  padding: 100px 0;
  background: #9a1b26;
}
section.section-cta .cta-inner {
  display: flex;
  justify-content: center;
}
section.section-cta .cta-inner .inner-form {
  margin-left: 100px;
  width: 700px;
}
section.section-cta .cta-inner .inner-form .btn {
  margin-top: 30px;
}

section.oferta-section-content .content-welcome {
  margin-top: 116px;
  display: flex;
  overflow: hidden;
  transition: all 1s;
}
section.oferta-section-content .content-welcome .welcome-description {
  width: 31%;
  background: #fff;
  z-index: 111;
  padding: 120px 50px;
  display: flex;
  align-items: center;
  transition: all 1s;
}
section.oferta-section-content .content-welcome .welcome-description > * {
  transition: all 1s;
  opacity: 1;
}
section.oferta-section-content .content-welcome .welcome-description.width {
  width: 0%;
  padding-left: 0;
  padding-right: 0;
}
section.oferta-section-content .content-welcome .welcome-description.opacity > * {
  opacity: 0;
}
section.oferta-section-content .content-welcome .welcome-gallery {
  width: 69%;
  border-radius: 6px 0 0 0;
  overflow: hidden;
  transition: all 1s;
}
section.oferta-section-content .content-welcome .welcome-gallery .welcome-item {
  position: relative;
}
section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background {
  position: relative;
  height: calc(100vh - 181px);
  transition: all 1s;
}
section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background .background-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 2.5s;
}
section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background .background-image-desktop {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background .background-image-mobile {
  display: none;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section.oferta-section-content .content-welcome .welcome-gallery.width {
  width: 100%;
}
section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background {
  height: calc(100vh - 116px);
}
section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background .background-top {
  opacity: 1;
}
section.oferta-section-content .content-product-welcome {
  margin-top: 116px;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: calc(100vh - 181px);
  transition: all 1s;
}
section.oferta-section-content .content-product-welcome .welcome-description {
  width: 31%;
  z-index: 111;
  padding: 120px 50px;
  display: flex;
  align-items: center;
  transition: all 1s;
}
section.oferta-section-content .content-product-welcome .welcome-description .heading-inner {
  margin-bottom: 20px;
}
section.oferta-section-content .content-product-welcome .welcome-description > * {
  transition: all 1s;
  opacity: 1;
}
section.oferta-section-content .content-product-welcome .welcome-description.width {
  width: 0%;
  padding-left: 0;
  padding-right: 0;
}
section.oferta-section-content .content-product-welcome .welcome-description.opacity > * {
  opacity: 0;
}
section.oferta-section-content .content-product-welcome .welcome-products {
  width: 69%;
  padding: 0 50px 50px 0;
  display: flex;
  flex-wrap: wrap;
}
section.oferta-section-content .content-product-welcome .welcome-products-carousel {
  width: 100%;
  overflow: hidden;
  display: none;
}
section.oferta-section-content .content-product-welcome .product-item {
  width: 50%;
  position: relative;
  transition: all 0.8s;
}
section.oferta-section-content .content-product-welcome .product-item .item-image {
  display: inline-block;
  position: relative;
}
section.oferta-section-content .content-product-welcome .product-item .item-image img {
  height: 270px;
}
section.oferta-section-content .content-product-welcome .product-item .item-name {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
  bottom: 5px;
  left: -20px;
  color: #111212;
  opacity: 0.5;
  font-size: 13px;
}
section.oferta-section-content .content-product-welcome .product-item.hidden {
  opacity: 0;
}
section.oferta-section-content .content-product-welcome .swiper {
  padding-left: 50px;
}
section.oferta-section-content .content-product-welcome .swiper .swiper-slide {
  width: auto;
}
section.oferta-section-content .content-product-welcome .swiper .swiper-slide .product-item {
  width: 100%;
}
section.oferta-section-content .content-accessories-welcome {
  margin-top: 116px;
  overflow: hidden;
  transition: all 1s;
  padding: 100px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.oferta-section-content .content-accessories-welcome .welcome-description {
  width: 50%;
  transition: all 1s;
}
section.oferta-section-content .content-accessories-welcome .welcome-description.opacity {
  opacity: 0;
}
section.oferta-section-content .content-accessories-welcome .welcome-image {
  width: 40%;
  transition: all 1s;
}
section.oferta-section-content .content-accessories-welcome .welcome-image img {
  height: 100%;
}
section.oferta-section-content .content-accessories-welcome .welcome-image.opacity {
  opacity: 0;
}
section.oferta-section-content .content-outer-wrapper {
  position: relative;
  transition: all 1s;
  opacity: 1;
}
section.oferta-section-content .content-outer-wrapper.opacity {
  opacity: 0;
}
section.oferta-section-content .content-navigation {
  z-index: 555;
  position: sticky;
  background: #9a1b26;
  height: 65px;
  left: 0;
  top: 66.5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
section.oferta-section-content .content-navigation .backlink {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  outline: none;
}
section.oferta-section-content .content-navigation .backlink img, section.oferta-section-content .content-navigation .backlink svg {
  height: 13px;
  margin-right: 12px;
  fill: #fff;
  transform: rotate(180deg);
}
section.oferta-section-content .content-navigation .backlink span {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 14px;
  color: #fff;
}
section.oferta-section-content .content-navigation nav {
  height: 100%;
}
section.oferta-section-content .content-navigation nav ul {
  height: 100%;
  margin-left: 50px;
  display: flex;
  align-items: center;
}
section.oferta-section-content .content-navigation nav ul li {
  height: 100%;
}
section.oferta-section-content .content-navigation nav ul li.heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.5;
  display: flex;
  align-items: center;
}
section.oferta-section-content .content-navigation nav ul li a, section.oferta-section-content .content-navigation nav ul li button {
  height: 100%;
  color: #fff;
  padding: 0;
  border: none;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  transition: all 0.5s;
}
section.oferta-section-content .content-navigation nav ul li a:after, section.oferta-section-content .content-navigation nav ul li button:after {
  content: "";
  width: 0%;
  opacity: 0;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  border: 1px solid #fff;
  transition: all 0.5s;
}
section.oferta-section-content .content-navigation nav ul li a img, section.oferta-section-content .content-navigation nav ul li a svg, section.oferta-section-content .content-navigation nav ul li button img, section.oferta-section-content .content-navigation nav ul li button svg {
  margin-right: 10px;
  height: 20px;
  fill: #fff;
}
section.oferta-section-content .content-navigation nav ul li a.active, section.oferta-section-content .content-navigation nav ul li button.active {
  background: none;
}
section.oferta-section-content .content-navigation nav ul li a.active:after, section.oferta-section-content .content-navigation nav ul li button.active:after {
  width: 100%;
  opacity: 1;
}
section.oferta-section-content .content-navigation nav ul li .divider {
  height: 16px;
  width: 1px;
  opacity: 0.5;
}
section.oferta-section-content .content-navigation nav ul li + li {
  margin-left: 25px;
}
section.oferta-section-content .content-buttons-navigation {
  z-index: 555;
  position: sticky;
  left: 0;
  top: 66.5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 50px;
  background: #9a1b26;
}
section.oferta-section-content .content-buttons-navigation .navigation-heading {
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.8;
  white-space: nowrap;
}
section.oferta-section-content .content-buttons-navigation nav {
  margin-left: 10px;
}
section.oferta-section-content .content-buttons-navigation nav ul {
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
section.oferta-section-content .content-buttons-navigation nav ul li {
  margin: 3px 3px;
}
section.oferta-section-content .content-buttons-navigation nav ul li a, section.oferta-section-content .content-buttons-navigation nav ul li button {
  height: 100%;
  color: #fff;
  padding: 3px 10px;
  border: none;
  background: none;
  border: none;
  outline: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  transition: all 0.5s;
}
section.oferta-section-content .content-buttons-navigation nav ul li a img, section.oferta-section-content .content-buttons-navigation nav ul li a svg, section.oferta-section-content .content-buttons-navigation nav ul li button img, section.oferta-section-content .content-buttons-navigation nav ul li button svg {
  margin-right: 10px;
  height: 20px;
  fill: #fff;
}
section.oferta-section-content .content-buttons-navigation nav ul li a:hover, section.oferta-section-content .content-buttons-navigation nav ul li button:hover {
  background: rgba(255, 255, 255, 0.3);
}
section.oferta-section-content .content-buttons-navigation nav ul li a.active, section.oferta-section-content .content-buttons-navigation nav ul li button.active {
  background: #fff;
  color: #9a1b26;
}
section.oferta-section-content .content-buttons-navigation nav ul li .divider {
  height: 16px;
  width: 1px;
  opacity: 0.5;
}
section.oferta-section-content .content-inner-wrapper > * {
  padding: 120px 0;
  scroll-margin-top: 120px;
}
section.oferta-section-content .content-inner-wrapper > *:nth-child(even), section.oferta-section-content .content-inner-wrapper > *.background {
  background: linear-gradient(144deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
}
section.oferta-section-content .content-products {
  position: relative;
}
section.oferta-section-content .content-products .section-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode {
  display: flex;
  align-items: center;
}
section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode span {
  margin-right: 20px;
  font-size: 14px;
  color: #111212;
  letter-spacing: 1px;
}
section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button {
  padding: 10px;
  border: none;
  background: none;
  border-radius: 3px;
  transition: all 0.5s;
}
section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button svg, section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button img {
  height: 25px;
  width: 25px;
  fill: #111212;
  transition: all 0.5s;
}
section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active {
  background: #9a1b26;
}
section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active svg {
  fill: #fff;
}
section.oferta-section-content .content-products .model-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding-left: 50px;
}
section.oferta-section-content .content-products .model-item .item-image {
  width: 55%;
  padding-top: 40%;
  position: relative;
}
section.oferta-section-content .content-products .model-item .item-image .image-main {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.oferta-section-content .content-products .model-item .item-image .image-main img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.oferta-section-content .content-products .model-item .item-image .image-additional {
  position: absolute;
  right: 0;
  bottom: 20px;
  height: 45%;
  transform: translateX(80%);
}
section.oferta-section-content .content-products .model-item .item-description {
  width: 35%;
}
section.oferta-section-content .content-products .model-item .item-description .description-image {
  display: block;
  width: 60%;
}
section.oferta-section-content .content-products .model-item .item-description .description-name {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
section.oferta-section-content .content-products .model-item .item-description .btn {
  margin-top: 25px;
  pointer-events: auto;
}
section.oferta-section-content .content-products .products-carousel {
  margin-top: 80px;
}
section.oferta-section-content .content-products .products-carousel .swiper {
  width: 100%;
  padding: 0 75px;
}
section.oferta-section-content .content-products .products-carousel .swiper .swiper-slide {
  height: auto !important;
}
section.oferta-section-content .content-products .products-carousel .swiper .swiper-navigation-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 222 !important;
}
section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev, section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-next {
  border-radius: 4px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #eee;
  background-image: url("img/pictures/right-chevron.svg");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  pointer-events: auto;
  transition: all 0.5s;
}
section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev:after, section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-next:after {
  content: none;
}
section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev:hover, section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-next:hover {
  background-color: #9a1b26;
  background-image: url("img/pictures/right-chevron-white.svg");
}
section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev {
  transform: rotate(180deg);
}
section.oferta-section-content .content-products .products-carousel.hidden {
  display: none;
}
section.oferta-section-content .content-products .products-flexbox {
  margin-top: 80px;
}
section.oferta-section-content .content-products .products-flexbox.hidden {
  display: none;
}
section.oferta-section-content .content-products + .content-text-products-carousel {
  margin-top: 50px;
}
section.oferta-section-content .content-text-products-carousel {
  padding: 0;
}
section.oferta-section-content .content-text-products-carousel .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-image-absolute {
  position: absolute;
  left: 35%;
  bottom: 0;
  height: calc(100% + 25px);
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-description {
  width: 30%;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel {
  width: 45%;
  overflow: hidden;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product {
  display: flex;
  align-items: center;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image {
  width: 30%;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image img {
  width: 100%;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description {
  width: 70%;
  padding-left: 40px;
  color: #111212;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description p, section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description li {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  position: relative;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description li {
  padding-left: 17px;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description li:before {
  content: "+";
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: 700;
  color: #9a1b26;
  font-size: 20px;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description ul {
  list-style: none;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper {
  width: 100%;
  padding: 100px 0;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-slide {
  height: auto !important;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-navigation-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev, section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-next {
  border-radius: 0 4px 0 0;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #fff;
  background-image: url("img/pictures/right-chevron.svg");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev:after, section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-next:after {
  content: none;
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev:hover, section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-next:hover {
  background-color: #9a1b26;
  background-image: url("img/pictures/right-chevron-white.svg");
}
section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev {
  border-radius: 0 0 4px 0;
  transform: rotate(180deg);
}
section.oferta-section-content .content-carousel-full-width .section-inner {
  margin-top: 80px;
}
section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item {
  text-align: center;
}
section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item .item-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item h3 {
  color: #111212;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 15px;
  transition: all 0.5s;
}
section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item.item-lower .item-image {
  padding-top: 70%;
}
section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item:hover h3 {
  color: #9a1b26;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper-outer-wrapper {
  position: relative;
  padding: 0 100px;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper {
  width: 100%;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper .swiper-slide {
  height: auto !important;
  width: auto;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper-navigation-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
  width: 100%;
  pointer-events: none;
  display: flex;
  z-index: 222;
  align-items: center;
  justify-content: space-between;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width, section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-next-full-width {
  border-radius: 4px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #eee;
  background-image: url("img/pictures/right-chevron.svg");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  transition: all 0.5s;
  pointer-events: auto;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width:after, section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-next-full-width:after {
  content: none;
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width:hover, section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-next-full-width:hover {
  background-color: #9a1b26;
  background-image: url("img/pictures/right-chevron-white.svg");
}
section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width {
  transform: rotate(180deg);
}
section.oferta-section-content .content-text-accordion .section-inner {
  display: flex;
  justify-content: space-between;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-description {
  width: 30%;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion {
  width: 62%;
  overflow: hidden;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item {
  text-align: center;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item .item-image {
  width: 100%;
  padding-top: 65%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item h3 {
  margin-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #9a1b26;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item p {
  margin-top: 10px;
  font-size: 16px;
  color: #111212;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item:hover h3 {
  color: #9a1b26;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion {
  margin: 0;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item {
  background: none;
  border: none;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
  color: #111212;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: rgba(255, 255, 255, 0.3);
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-body {
  padding: 50px 0;
  position: relative;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item + .accordion-item {
  margin-top: 5px;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper {
  padding: 0 75px;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper .swiper {
  width: 100%;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper .swiper .swiper-slide {
  height: auto !important;
  width: auto;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-navigation-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  z-index: 222;
  align-items: center;
  justify-content: space-between;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation, section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-next-recommendation {
  border-radius: 4px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #fff;
  background-image: url("img/pictures/right-chevron.svg");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  transition: all 0.5s;
  pointer-events: auto;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation:after, section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-next-recommendation:after {
  content: none;
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation:hover, section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-next-recommendation:hover {
  background-color: #9a1b26;
  background-image: url("img/pictures/right-chevron-white.svg");
}
section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation {
  transform: rotate(180deg);
}
section.oferta-section-content .content-cta {
  padding-top: 150px;
}
section.oferta-section-content .content-cta .cta-inner {
  display: flex;
  justify-content: space-between;
}
section.oferta-section-content .content-cta .cta-inner .inner-service {
  background: #fff;
  border-radius: 6px;
  width: 30%;
  text-align: center;
  padding-bottom: 50px;
  box-shadow: 0px 20px 45px 0px rgba(154, 27, 38, 0.05);
}
section.oferta-section-content .content-cta .cta-inner .inner-service .service-image {
  width: 100%;
  margin-top: -100px;
  transition: all 0.5s;
}
section.oferta-section-content .content-cta .cta-inner .inner-service h3 {
  color: #111212;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}
section.oferta-section-content .content-cta .cta-inner .inner-service h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border-radius: 5px;
  height: 9px;
  width: 50px;
  background: #9a1b26;
  transition: all 0.5s;
}
section.oferta-section-content .content-cta .cta-inner .inner-service:hover .service-image {
  transform: scale(1.05);
}
section.oferta-section-content .content-cta .cta-inner .inner-service:hover h3:after {
  width: 75px;
}
section.oferta-section-content .content-full-width-parallax-image {
  padding: 0 !important;
  position: relative;
}
section.oferta-section-content .content-full-width-parallax-image .section-heading {
  position: absolute;
  top: 50px;
  left: 50px;
}
section.oferta-section-content .content-full-width-parallax-image .image-inner {
  min-height: 100vh;
}
section.oferta-section-content .content-text-photo {
  scroll-margin-top: 120px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
section.oferta-section-content .content-text-photo .photo-service {
  width: 45%;
  border-radius: 6px;
  overflow: hidden;
}
section.oferta-section-content .content-text-photo .photo-service img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.oferta-section-content .content-text-photo .text-service {
  width: 45%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
}
section.oferta-section-content .content-text-photo .text-service .btn-video {
  margin-top: 50px;
}
section.oferta-section-content .content-text-photo:nth-child(2n) {
  flex-direction: row-reverse;
}

section.o-firmie-section-content .content-welcome {
  display: flex;
  overflow: hidden;
}
section.o-firmie-section-content .content-welcome .welcome-image {
  width: 50%;
  min-height: 100vh;
  border-radius: 0 0 6px 0;
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
section.o-firmie-section-content .content-welcome .welcome-image .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.o-firmie-section-content .content-welcome .welcome-image .image-inner {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.o-firmie-section-content .content-welcome .welcome-image.width {
  width: 100%;
  border-radius: 0;
}
section.o-firmie-section-content .content-welcome .welcome-description {
  width: 50%;
  padding: 180px 100px 100px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 100vh;
  transition: all 1s;
}
section.o-firmie-section-content .content-welcome .welcome-description .btn {
  margin-top: 50px;
}
section.o-firmie-section-content .content-welcome .welcome-description.width {
  width: 0%;
  padding-left: 0;
  padding-right: 0;
}
section.o-firmie-section-content .content-welcome .welcome-description.opacity {
  opacity: 0;
}
section.o-firmie-section-content .content-technology {
  padding: 150px 0;
}
section.o-firmie-section-content .content-technology .section-heading {
  max-width: 900px;
  margin: 0 auto;
}
section.o-firmie-section-content .content-technology .technology-flexbox {
  margin-top: 80px;
  display: flex;
}
section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service {
  width: 100%;
  text-align: center;
}
section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service img {
  width: 70px;
}
section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service .name {
  margin-top: 25px;
  color: #111212;
  font-size: 19px;
  font-weight: 700;
}
section.o-firmie-section-content .content-full-width-parallax-image .image-inner {
  padding: 300px 0;
}
section.o-firmie-section-content .content-about {
  padding: 150px 0;
  background: linear-gradient(144deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
}
section.o-firmie-section-content .content-about .about-inner {
  display: flex;
  justify-content: space-between;
}
section.o-firmie-section-content .content-about .about-inner .inner-description {
  width: 55%;
}
section.o-firmie-section-content .content-about .about-inner .inner-sidebar {
  width: 35%;
}
section.o-firmie-section-content .content-video {
  padding: 150px 0 0 0;
}
section.o-firmie-section-content .content-video .section-heading {
  margin-bottom: 50px;
}
section.o-firmie-section-content .content-video .video-inner {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
section.o-firmie-section-content .content-video .video-inner iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

section.dla-dystrybutorow-section-content .content-welcome-wrapper {
  position: relative;
  overflow: hidden;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .welcome-background {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 41%;
  opacity: 0.45;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description {
  width: 35%;
  transition: all 1s;
  padding-top: 100px;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description .btn {
  margin-top: 50px;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app {
  width: 60%;
  transition: all 1s;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image {
  width: 32%;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image img {
  width: 100%;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description {
  width: 60%;
  padding-top: 100px;
}
section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description .btn {
  margin-top: 50px;
}
section.dla-dystrybutorow-section-content .content-advantages {
  background: #9a1b26;
}
section.dla-dystrybutorow-section-content .content-advantages .advantages-inner {
  padding: 70px 0;
}
section.dla-dystrybutorow-section-content .content-advantages .advantages-inner .section-heading {
  max-width: 900px;
  margin: 0 auto;
}
section.dla-dystrybutorow-section-content .content-cooperation {
  position: relative;
  display: flex;
  justify-content: space-between;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body {
  width: 70%;
  transition: all 1s;
  display: flex;
  justify-content: space-between;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-image {
  width: 40%;
  position: relative;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-image img {
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 90%;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description {
  padding: 100px 0;
  width: 60%;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description .btn {
  margin-top: 50px;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar {
  width: 25%;
  padding: 100px 0;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .heading {
  color: #111212;
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 700;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download {
  margin-top: 30px;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #f1f1f1;
  font-weight: 600;
  color: #111212;
  transition: all 0.5s;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a .icon {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a .icon svg, section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a .icon img {
  height: 20px;
  width: 20px;
  fill: #9a1b26;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a span {
  transition: all 0.5s;
  font-size: 16px;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a:hover {
  background: #ddd;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a:hover span {
  color: #9a1b26;
}
section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li + li {
  margin-top: 10px;
}

section.centrum-pomocy-section-content .content-heading {
  padding: 150px 50px 0 50px;
}
section.centrum-pomocy-section-content .content-heading .heading-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons {
  display: flex;
  align-items: center;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .heading {
  font-size: 18px;
  font-weight: 600;
  color: #111212;
  margin-right: 35px;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service {
  padding: 15px 30px;
  border-radius: 10px;
  background: #f1f1f1;
  font-weight: 600;
  color: #111212;
  transition: all 0.5s;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service + .button-service {
  margin-left: 10px;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service:hover {
  background: #ddd;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service.active {
  background: #9a1b26;
  color: #fff;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .section-heading {
  text-align: center;
}
section.centrum-pomocy-section-content .content-heading .heading-inner .section-heading span {
  margin-top: 5px;
  margin-bottom: 0;
}
section.centrum-pomocy-section-content .content-heading .heading-navigation {
  border-bottom: 1px solid #ddd;
  display: flex;
}
section.centrum-pomocy-section-content .content-heading .heading-navigation ul {
  margin-left: -20px;
  display: flex;
}
section.centrum-pomocy-section-content .content-heading .heading-navigation ul li {
  padding: 0 20px;
}
section.centrum-pomocy-section-content .content-heading .heading-navigation ul li a, section.centrum-pomocy-section-content .content-heading .heading-navigation ul li button {
  display: block;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  border: none;
  background: none;
  color: #111212;
  transition: all 0.5s;
}
section.centrum-pomocy-section-content .content-heading .heading-navigation ul li a.active, section.centrum-pomocy-section-content .content-heading .heading-navigation ul li button.active {
  color: #9a1b26;
  border-bottom: 3px solid #9a1b26;
}
section.centrum-pomocy-section-content .content-outer-wrapper {
  padding: 50px 50px 100px 50px;
}
section.centrum-pomocy-section-content .content-outer-wrapper.background {
  background: linear-gradient(144deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
  padding-bottom: 50px;
}
section.centrum-pomocy-section-content .section-heading + .content-map-legend {
  margin-top: 30px;
}
section.centrum-pomocy-section-content .content-map-legend {
  margin-top: -25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 25px;
}
section.centrum-pomocy-section-content .content-map-legend .legend-service {
  display: flex;
  align-items: center;
}
section.centrum-pomocy-section-content .content-map-legend .legend-service img {
  height: 35px;
}
section.centrum-pomocy-section-content .content-map-legend .legend-service span {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #111212;
}
section.centrum-pomocy-section-content .content-map {
  height: 80vh;
}
section.centrum-pomocy-section-content .content-map .map-service {
  border-radius: 6px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw button {
  top: -3px !important;
  right: -2px !important;
}
section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw button span {
  height: 17px !important;
  width: 17px !important;
}
section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw-d {
  font-size: 15px !important;
}
section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw-d a {
  font-weight: 700;
  color: #9a1b26;
}
section.centrum-pomocy-section-content .content-dynamic-page {
  display: flex;
  justify-content: space-between;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-body {
  width: 800px;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar {
  width: 350px;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .heading {
  color: #111212;
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 700;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download {
  margin-top: 30px;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #f1f1f1;
  font-weight: 600;
  color: #111212;
  transition: all 0.5s;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a .icon {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a .icon svg, section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a .icon img {
  height: 20px;
  width: 20px;
  fill: #9a1b26;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a span {
  transition: all 0.5s;
  font-size: 16px;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a:hover {
  background: #ddd;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a:hover span {
  color: #9a1b26;
}
section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li + li {
  margin-top: 10px;
}
section.centrum-pomocy-section-content .content-centered-wrapper {
  max-width: 500px;
  padding: 50px 0 100px 0;
  margin: 0 auto;
}
section.centrum-pomocy-section-content .content-centered-wrapper.wider {
  max-width: 650px;
}
section.centrum-pomocy-section-content .content-catalogs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.centrum-pomocy-section-content .content-catalogs .catalog-service {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
section.centrum-pomocy-section-content .content-catalogs .catalog-service img {
  width: 100%;
}
section.centrum-pomocy-section-content .content-catalogs .catalog-service h3 {
  color: #111212;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  transition: all 0.5s;
}
section.centrum-pomocy-section-content .content-catalogs .catalog-service span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #9a1b26;
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  pointer-events: none;
}
section.centrum-pomocy-section-content .content-catalogs .catalog-service:hover h3 {
  transform: translateY(-30px);
}
section.centrum-pomocy-section-content .content-catalogs .catalog-service:hover span {
  bottom: 0;
  opacity: 1;
}
section.centrum-pomocy-section-content .content-download .heading {
  color: #111212;
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 700;
  margin-bottom: 50px;
}
section.centrum-pomocy-section-content .content-download ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px 25px 25px 70px;
  font-weight: 600;
  color: #111212;
  position: relative;
  transition: all 0.5s;
  gap: 20px;
}
section.centrum-pomocy-section-content .content-download ul li a .icon {
  position: absolute;
  left: -60px;
  top: -15px;
  height: calc(100% + 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.centrum-pomocy-section-content .content-download ul li a .icon svg, section.centrum-pomocy-section-content .content-download ul li a .icon img {
  height: 100%;
}
section.centrum-pomocy-section-content .content-download ul li a .download {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  background: #9a1b26;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.centrum-pomocy-section-content .content-download ul li a .download svg, section.centrum-pomocy-section-content .content-download ul li a .download img {
  width: 20px;
  height: 20px;
  fill: #fff;
}
section.centrum-pomocy-section-content .content-download ul li a span {
  transition: all 0.5s;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.centrum-pomocy-section-content .content-download ul li a:hover {
  background: #f1f1f1;
}
section.centrum-pomocy-section-content .content-download ul li a:hover span {
  color: #9a1b26;
}
section.centrum-pomocy-section-content .content-download ul li + li {
  margin-top: 40px;
}
section.centrum-pomocy-section-content .content-opinions {
  padding-top: 20px;
}
section.centrum-pomocy-section-content .content-opinions .opinion-service .stars {
  height: 50px;
}
section.centrum-pomocy-section-content .content-opinions .opinion-service .service-source {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
section.centrum-pomocy-section-content .content-opinions .opinion-service .service-source img {
  height: 35px;
}
section.centrum-pomocy-section-content .content-opinions .opinion-service .service-source span {
  font-size: 14px;
  color: #111212;
  margin-left: 10px;
}
section.centrum-pomocy-section-content .content-opinions .opinion-service + .opinion-service {
  margin-top: 70px;
}
section.centrum-pomocy-section-content .content-realizations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -40px;
}
section.centrum-pomocy-section-content .content-realizations .realization-service {
  margin-top: 50px;
  width: 17%;
  text-align: center;
}
section.centrum-pomocy-section-content .content-realizations .realization-service .service-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
section.centrum-pomocy-section-content .content-realizations .realization-service .service-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.centrum-pomocy-section-content .content-realizations .realization-service h3 {
  color: #111212;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  transition: all 0.5s;
}
section.centrum-pomocy-section-content .content-realizations .realization-service:hover h3 {
  color: #9a1b26;
}
section.centrum-pomocy-section-content .content-realizations .realization-service.service-hidden {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
section.centrum-pomocy-section-content .content-faq {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 100px 50px;
}
section.centrum-pomocy-section-content .content-faq.subpage-padding {
  padding-top: 100px;
  background: linear-gradient(144deg, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper {
  width: 50%;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .heading {
  color: #111212;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion {
  margin: 0;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item {
  background: none;
  border: none;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: none;
  color: #9a1b26;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #111212;
  background: #f7f7f7;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item .accordion-body {
  padding: 25px 0;
  position: relative;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item + .accordion-item {
  margin-top: 5px;
}
section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
section.centrum-pomocy-section-content .content-faq .faq-form {
  width: 35%;
}
section.centrum-pomocy-section-content .content-faq .faq-form .form-inner .heading {
  color: #111212;
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 36px;
}
section.centrum-pomocy-section-content .content-faq .faq-form .form-inner .inner-service {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
}
section.centrum-pomocy-section-content .content-faq .faq-form .form-inner .inner-service .btn {
  margin-top: 30px;
}
section.centrum-pomocy-section-content .hidden-gallery-wrapper {
  display: none;
}
section.centrum-pomocy-section-content .buttons-wrapper {
  margin-top: 50px;
}

section.kontakt-section-content .content-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
  padding: 0 50px 100px 50px;
}
section.kontakt-section-content .content-inner .inner-border {
  border-top: 1px solid #ddd;
  width: 100%;
  margin-bottom: 50px;
}
section.kontakt-section-content .content-inner .inner-wrapper {
  width: 50%;
  position: relative;
  z-index: 1;
}
section.kontakt-section-content .content-inner .inner-wrapper .heading {
  color: #111212;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.kontakt-section-content .content-inner .inner-wrapper .contact-list {
  margin-top: 10px;
}
section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a {
  color: #111212;
  padding: 0;
  border: none;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a img, section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a svg {
  margin-right: 10px;
  height: 20px;
  fill: #111212;
}
section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a:hover {
  color: #9a1b26;
}
section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a:hover img, section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a:hover svg {
  fill: #9a1b26;
}
section.kontakt-section-content .content-inner .inner-wrapper .contact-list li + li {
  margin-top: 5px;
}
section.kontakt-section-content .content-inner .inner-wrapper .wrapper-details {
  margin-bottom: 5px;
  padding: 0 0 40px 0;
  border-radius: 4px;
  box-shadow: none;
  color: #111212;
}
section.kontakt-section-content .content-inner .inner-wrapper .wrapper-details .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion {
  margin: 0;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item {
  background: none;
  border: none;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: none;
  color: #9a1b26;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #111212;
  background: #f7f7f7;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body {
  padding: 25px 0;
  position: relative;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -3%;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service {
  margin-top: 3%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  width: 48.5%;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-icon svg, section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-icon img {
  height: 30px;
  width: 30px;
  fill: #9a1b26;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-inner .name {
  margin-top: 5px;
  color: #111212;
  font-size: 20px;
  font-weight: 700;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-inner .job {
  color: #111212;
  font-size: 13px;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item + .accordion-item {
  margin-top: 5px;
}
section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
section.kontakt-section-content .content-inner .inner-form {
  width: 35%;
  position: relative;
}
section.kontakt-section-content .content-inner .inner-form .form-image {
  position: absolute;
  left: 25px;
  width: 700px;
  bottom: -50px;
  transform: translateX(-100%);
}
section.kontakt-section-content .content-inner .inner-form .form-inner .heading {
  color: #111212;
  font-size: 21.6px;
  line-height: 31.2px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 36px;
  margin-left: 30px;
}
section.kontakt-section-content .content-inner .inner-form .form-inner .inner-service {
  background: #f7f7f7;
  background: #9a1b26;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
}
section.kontakt-section-content .content-inner .inner-form .form-inner .inner-service .btn {
  margin-top: 30px;
}

section.section-footer {
  padding: 100px 0;
}
section.section-footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
section.section-footer .footer-inner .inner-service.zaslepka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
section.section-footer .footer-inner .inner-service.zaslepka > * {
  margin-top: 0 !important;
}
section.section-footer .footer-inner .inner-service.zaslepka .service-contact {
  display: flex;
}
section.section-footer .footer-inner .inner-service.zaslepka .service-contact li + li {
  margin-top: 0;
  margin-left: 15px;
}
section.section-footer .footer-inner .inner-service.hidden-desktop {
  display: none;
}
section.section-footer .footer-inner .inner-service .service-logo {
  height: 22px;
}
section.section-footer .footer-inner .inner-service address {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #111212;
}
section.section-footer .footer-inner .inner-service .service-contact {
  margin-top: 30px;
}
section.section-footer .footer-inner .inner-service .service-contact li a {
  display: flex;
  align-items: center;
}
section.section-footer .footer-inner .inner-service .service-contact li a svg, section.section-footer .footer-inner .inner-service .service-contact li a img {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
section.section-footer .footer-inner .inner-service .service-contact li a span {
  transition: all 0.5s;
  color: #111212;
  font-size: 16px;
  font-weight: 700;
}
section.section-footer .footer-inner .inner-service .service-contact li a:hover span {
  color: #9a1b26;
}
section.section-footer .footer-inner .inner-service .service-contact li + li {
  margin-top: 8px;
}
section.section-footer .footer-inner .inner-service .service-buttons {
  margin-top: 30px;
  list-style: none;
  display: inline-block;
}
section.section-footer .footer-inner .inner-service .service-buttons li a {
  width: 100%;
}
section.section-footer .footer-inner .inner-service .service-buttons li + li {
  margin-top: 10px;
}
section.section-footer .footer-inner .inner-service .service-list li:not(:last-child) {
  margin-bottom: 7px;
}
section.section-footer .footer-inner .inner-service .service-list li.collapse {
  display: block;
}
section.section-footer .footer-inner .inner-service .service-list li.heading {
  font-size: 20px;
  font-weight: 600;
  color: #111212;
  margin-bottom: 18px;
}
section.section-footer .footer-inner .inner-service .service-list li.heading a, section.section-footer .footer-inner .inner-service .service-list li.heading button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  pointer-events: none;
  display: block;
}
section.section-footer .footer-inner .inner-service .service-list li.heading a img, section.section-footer .footer-inner .inner-service .service-list li.heading button img {
  display: none;
  position: absolute;
  top: 11px;
  right: 15px;
  height: 12px;
  min-width: 12px;
  max-width: 12px;
  transform: rotate(90deg);
}
section.section-footer .footer-inner .inner-service .service-list li.heading a:hover, section.section-footer .footer-inner .inner-service .service-list li.heading button:hover {
  color: #111212;
}
section.section-footer .footer-inner .inner-service .service-list li a {
  transition: all 0.5s;
  font-size: 15px;
  letter-spacing: 1px;
  color: #111212;
}
section.section-footer .footer-inner .inner-service .service-list li a:hover {
  color: #9a1b26;
}
section.section-footer .footer-inner .inner-service .service-list + .service-list {
  margin-top: 50px;
}

.footer-credits {
  padding: 15px;
  background: #eae7e7;
  text-align: center;
}
.footer-credits p {
  font-size: 12px;
  color: #111212;
}
.footer-credits p a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 1399.99px) {
  nav.section-header .container-fluid {
    padding: 0 50px;
  }
  nav.section-header .header-flexbox .flexbox-nav > * + * {
    margin-left: 50px;
  }
}
@media (max-width: 1399.98px) {
  section.section-welcome {
    margin-top: 116px;
  }
  section.section-welcome .swiper-container .swiper-pagination {
    padding: 50px 0 0 12px;
  }
  section.section-offer {
    background: #9a1b26;
  }
  section.section-offer .container.full-width {
    max-width: 100%;
    padding: 0;
  }
  section.section-offer .offer-inner {
    border-radius: 0;
  }
  section.section-offer .offer-inner.bottom-border-radius {
    border-radius: 0;
  }
  section.section-offer .offer-inner .inner-heading:before {
    content: none;
  }
  section.section-offer .offer-inner .tab-content .tab-pane {
    border-radius: 0;
  }
  section.centrum-pomocy-section-content .content-heading {
    padding: 150px 12px 0 12px;
  }
  section.centrum-pomocy-section-content .content-outer-wrapper {
    padding: 50px 12px 100px 12px;
  }
  section.centrum-pomocy-section-content .content-faq {
    padding: 50px 12px 100px 12px;
  }
  section.centrum-pomocy-section-content .content-faq .faq-wrapper {
    width: 55%;
  }
  section.centrum-pomocy-section-content .content-faq .faq-form {
    width: 40%;
  }
  section.kontakt-section-content .content-inner {
    padding: 0 12px 100px 12px;
  }
  section.kontakt-section-content .content-inner .inner-wrapper {
    width: 55%;
  }
  section.kontakt-section-content .content-inner .inner-form {
    width: 40%;
  }
}
@media (max-width: 1279.98px) {
  section.section-welcome .welcome-item {
    height: calc(100vh - 116px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.section-welcome .welcome-item .item-background {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }
  section.section-welcome .welcome-item .item-background .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  section.section-welcome .welcome-item .item-inner {
    width: 100%;
    position: relative;
    right: auto;
    transform: none;
    background: #fff;
    padding: 50px 15px;
    top: auto;
  }
  section.section-welcome .welcome-item .item-inner .container {
    max-width: 100%;
    padding: 0;
  }
  section.section-welcome .welcome-item .item-inner .container .inner-description h1, section.section-welcome .welcome-item .item-inner .container .inner-description h2, section.section-welcome .welcome-item .item-inner .container .inner-description h3 {
    color: #111212;
    font-size: 40px;
  }
  section.section-welcome .welcome-item .item-inner .container .inner-description p {
    color: #111212;
    font-size: 16px;
    max-width: 600px;
  }
  section.section-welcome .swiper-container .swiper-pagination {
    display: none;
  }
  section.section-welcome .swiper-welcome {
    display: none;
  }
  section.section-welcome .swiper-welcome-mobile {
    display: block;
  }
  section.section-welcome .swiper-welcome-mobile .swiper-wrapper .swiper-slide {
    height: auto;
    width: 100%;
  }
  section.section-offer {
    margin-top: 0;
  }
  section.section-offer .offer-inner .inner-navigation .nav-tabs {
    gap: 5px;
    margin-bottom: 15px;
  }
  section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item {
    width: calc(20% - 4px);
  }
  section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link {
    border-radius: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  section.oferta-section-content .content-product-welcome .welcome-description {
    padding: 80px 50px;
  }
  section.oferta-section-content .content-product-welcome .welcome-products {
    padding-bottom: 0;
  }
  section.oferta-section-content .content-product-welcome .product-item .item-image img {
    height: 220px;
  }
}
@media (max-width: 1199.98px) {
  .header-offer .close-button {
    top: 35px;
  }
  .header-offer .offer-inner .inner-sidebar {
    width: 25%;
    padding: 25px 0 25px 50px;
  }
  .header-offer .offer-inner .inner-sidebar ul li a {
    font-size: 26px;
  }
  .header-offer .offer-inner .inner-body .body-service {
    padding: 55px 50px 40px 60px;
  }
  .header-offer .offer-inner .inner-body .body-service .service-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-offer .offer-inner .inner-body .body-service .service-heading .heading-cta {
    margin-left: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav ul:nth-child(2) {
    display: none;
  }
  section.section-offer .offer-inner .inner-heading {
    padding: 70px 0;
  }
  section.section-cta .cta-inner .inner-form {
    margin-left: 80px;
    width: 550px;
  }
  section.oferta-section-content .content-welcome {
    position: relative;
  }
  section.oferta-section-content .content-welcome .welcome-description {
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 25px;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    width: 42%;
    border-radius: 6px;
    padding: 80px 40px;
  }
  section.oferta-section-content .content-welcome .welcome-description.width {
    width: 42%;
    margin-left: -42%;
  }
  section.oferta-section-content .content-welcome .welcome-description.opacity > * {
    opacity: 0;
  }
  section.oferta-section-content .content-welcome .welcome-gallery {
    width: 100%;
    border-radius: 0;
  }
  section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background {
    height: calc(100vh - 181px);
  }
  section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background {
    height: calc(100vh - 181px);
  }
  section.oferta-section-content .content-navigation {
    padding: 0 25px;
  }
  section.oferta-section-content .content-navigation nav ul {
    margin-left: 30px;
  }
  section.oferta-section-content .content-navigation nav ul li.heading {
    font-size: 14px;
  }
  section.oferta-section-content .content-navigation nav ul li a, section.oferta-section-content .content-navigation nav ul li button {
    font-size: 14px;
  }
  section.oferta-section-content .content-navigation nav ul li a:after, section.oferta-section-content .content-navigation nav ul li button:after {
    bottom: 2px;
  }
  section.oferta-section-content .content-navigation nav ul li + li {
    margin-left: 15px;
  }
  section.oferta-section-content .content-products .model-item {
    padding-left: 0;
  }
  section.oferta-section-content .content-products .model-item .item-image {
    width: 50%;
  }
  section.oferta-section-content .content-products .model-item .item-description {
    width: 42%;
  }
  section.oferta-section-content .content-text-products-carousel {
    margin-top: 0 !important;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-image-absolute {
    display: none;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-description {
    width: 35%;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel {
    width: 60%;
    overflow: hidden;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper {
    padding: 80px 0;
  }
  section.o-firmie-section-content .content-welcome {
    flex-direction: column;
  }
  section.o-firmie-section-content .content-welcome .welcome-image {
    width: 100%;
    min-height: auto;
    border-radius: 0;
  }
  section.o-firmie-section-content .content-welcome .welcome-description {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 12px 0 12px;
    max-height: 100%;
    text-align: center;
  }
  section.o-firmie-section-content .content-technology-wrapper {
    margin-top: 80px;
    background: linear-gradient(144deg, #fff, #e3e3e3);
  }
  section.o-firmie-section-content .content-technology {
    padding: 80px 0 100px 0;
  }
  section.o-firmie-section-content .content-technology .technology-flexbox {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 0;
  }
  section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service {
    width: 33.3333333333%;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description {
    padding-top: 30px;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description {
    padding-top: 30px;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body {
    width: 50%;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-image {
    display: none;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description {
    width: 100%;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar {
    width: 35%;
  }
  section.section-footer {
    padding: 80px 0;
  }
  section.section-footer .footer-inner {
    flex-wrap: wrap;
  }
  section.section-footer .footer-inner .inner-service:first-child {
    order: 999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  section.section-footer .footer-inner .inner-service address {
    display: none;
  }
  section.section-footer .footer-inner .inner-service .service-contact {
    margin-top: 0;
    margin-left: 50px;
    display: flex;
  }
  section.section-footer .footer-inner .inner-service .service-contact li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (max-width: 1099.98px) {
  section.oferta-section-content .content-product-welcome {
    padding-bottom: 60px;
    min-height: auto;
    flex-direction: column;
  }
  section.oferta-section-content .content-product-welcome .welcome-description {
    width: 100%;
    padding: 0 14px 50px 14px;
  }
  section.oferta-section-content .content-product-welcome .welcome-description .section-heading {
    display: flex;
  }
  section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-inner {
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-text {
    margin-left: 100px;
  }
  section.oferta-section-content .content-product-welcome .welcome-products {
    width: 100%;
    padding-left: 50px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-inner {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 30px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-inner .section-heading {
    margin-bottom: 35px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation {
    justify-content: center;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation ul {
    margin-left: 0;
  }
  section.centrum-pomocy-section-content .content-realizations .realization-service {
    width: 23%;
  }
}
@media (max-width: 991.98px) {
  .header-menu {
    display: block;
  }
  .header-menu-offer {
    display: block;
  }
  .header-offer {
    display: none;
  }
  nav.section-header .header-flexbox .flexbox-nav ul:nth-child(1), nav.section-header .header-flexbox .flexbox-nav ul:nth-child(3) {
    display: none;
  }
  nav.section-header .header-flexbox .flexbox-nav ul:nth-child(2) {
    display: flex;
  }
  nav.section-header .header-flexbox .nav-button {
    display: flex;
    margin-right: -10px;
  }
  section.section-offer .offer-inner .inner-heading {
    flex-direction: column;
  }
  section.section-offer .offer-inner .inner-heading .section-heading {
    min-width: auto;
  }
  section.section-offer .offer-inner .inner-heading .heading-description {
    margin-left: 0;
  }
  section.section-offer .offer-inner .inner-navigation {
    padding: 15px 12px 0 12px;
  }
  section.section-offer .offer-inner .tab-content .tab-pane {
    height: auto;
    padding-top: 65%;
  }
  section.section-offer .offer-inner .tab-content .tab-pane .pane-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.section-distributor {
    margin-top: 100px;
  }
  section.section-distributor .distributor-inner {
    padding-right: 0;
    padding-bottom: 100px;
  }
  section.section-distributor .distributor-inner .inner-background {
    display: none;
  }
  section.section-cta .cta-inner {
    flex-direction: column;
  }
  section.section-cta .cta-inner .inner-form {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  section.oferta-section-content .content-welcome {
    position: relative;
    flex-direction: column-reverse;
  }
  section.oferta-section-content .content-welcome .welcome-description {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    height: auto;
    width: 100%;
    padding: 25px;
  }
  section.oferta-section-content .content-welcome .welcome-description.width {
    width: 100%;
    margin-left: 100%;
  }
  section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background {
    height: auto;
  }
  section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background {
    height: auto;
  }
  section.oferta-section-content .content-accessories-welcome {
    padding: 20px 14px 50px 14px;
    flex-direction: column;
  }
  section.oferta-section-content .content-accessories-welcome .welcome-description {
    width: 100%;
  }
  section.oferta-section-content .content-accessories-welcome .welcome-image {
    display: none;
  }
  section.oferta-section-content .content-navigation {
    padding: 25px;
    top: 55px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  section.oferta-section-content .content-navigation nav ul {
    margin-top: 15px;
    margin-left: 0;
  }
  section.oferta-section-content .content-navigation nav ul li {
    margin-right: 15px;
  }
  section.oferta-section-content .content-navigation nav ul li + li {
    margin-left: 0;
  }
  section.oferta-section-content .content-buttons-navigation {
    top: 55px;
    padding: 5px 20px;
  }
  section.oferta-section-content .content-inner-wrapper > * {
    padding: 80px 0;
    scroll-margin-top: 80px;
  }
  section.oferta-section-content .content-products .container {
    max-width: 100%;
    padding: 0 25px;
  }
  section.oferta-section-content .content-products .section-heading-wrapper {
    flex-direction: column;
  }
  section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode {
    margin-top: 20px;
  }
  section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode span {
    margin-right: 20px;
    font-size: 14px;
    color: #111212;
    letter-spacing: 1px;
  }
  section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button {
    padding: 10px;
    border: none;
    background: none;
    border-radius: 3px;
    transition: all 0.5s;
  }
  section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button svg, section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button img {
    height: 25px;
    width: 25px;
    fill: #111212;
    transition: all 0.5s;
  }
  section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active {
    background: #9a1b26;
  }
  section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active svg {
    fill: #fff;
  }
  section.oferta-section-content .content-products .model-item .item-description .description-name {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  section.oferta-section-content .content-products .model-item .item-description .btn {
    margin-top: 20px;
  }
  section.oferta-section-content .content-text-products-carousel {
    padding-bottom: 0;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner {
    flex-direction: column;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-description {
    width: 100%;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel {
    margin-top: 50px;
    width: 100%;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper {
    padding: 0 0 60px 0;
  }
  section.oferta-section-content .content-text-accordion .section-inner {
    flex-direction: column;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-description {
    width: 100%;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-accordion {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
  }
  section.oferta-section-content .content-cta {
    padding-top: 150px;
  }
  section.oferta-section-content .content-cta .container {
    max-width: 100%;
    padding: 0 50px;
  }
  section.oferta-section-content .content-cta .cta-inner .inner-service {
    width: 32%;
  }
  section.oferta-section-content .content-cta .cta-inner .inner-service h3 {
    font-size: 22px;
    line-height: 30px;
  }
  section.oferta-section-content .content-text-photo {
    padding: 50px 20px;
  }
  section.oferta-section-content .content-text-photo .photo-service {
    width: 47%;
  }
  section.oferta-section-content .content-text-photo .text-service {
    width: 47%;
    padding: 80px 0;
    min-height: auto;
  }
  section.oferta-section-content .content-text-photo:nth-child(2n) {
    flex-direction: row-reverse;
  }
  section.o-firmie-section-content .content-welcome .welcome-description {
    max-width: 720px;
  }
  section.o-firmie-section-content .content-about {
    padding: 100px 0;
  }
  section.o-firmie-section-content .content-video {
    padding: 80px 0 0 0;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome {
    flex-direction: column;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description {
    padding-top: 0;
    width: 100%;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app {
    margin-top: 50px;
    padding-top: 50px;
    width: 100%;
    border-top: 1px solid #ddd;
    align-items: center;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image {
    width: 28%;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description {
    padding-top: 0;
  }
  section.dla-dystrybutorow-section-content .content-cooperation {
    flex-direction: column;
    padding: 80px 0;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body {
    width: 100%;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description {
    padding: 0;
  }
  section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar {
    width: 100%;
    padding: 50px 0 0 0;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation ul li.mobile-hidden {
    display: none;
  }
  section.centrum-pomocy-section-content .content-faq {
    flex-direction: column;
  }
  section.centrum-pomocy-section-content .content-faq .faq-wrapper {
    width: 100%;
  }
  section.centrum-pomocy-section-content .content-faq .faq-form {
    margin-top: 50px;
    width: 100%;
  }
  section.kontakt-section-content .content-inner {
    padding: 0 12px 100px 12px;
  }
  section.kontakt-section-content .content-inner .inner-wrapper {
    width: 100%;
  }
  section.kontakt-section-content .content-inner .inner-form {
    margin-top: 50px;
    width: 100%;
  }
  section.section-footer {
    padding: 40px 0 80px 0;
  }
  section.section-footer .footer-inner {
    justify-content: flex-start;
  }
  section.section-footer .footer-inner .inner-service {
    margin-top: 40px;
    width: 33.3333333333%;
  }
}
@media (max-width: 825.98px) {
  section.section-offer .offer-inner .inner-navigation {
    display: none;
  }
  section.section-offer .offer-inner .tab-content {
    display: none;
  }
  section.section-offer .offer-inner .inner-carousel {
    display: block;
    padding-bottom: 70px;
  }
  section.section-offer .offer-inner .inner-carousel .swiper-outer-wrapper {
    padding: 0;
  }
  section.section-offer .offer-inner .inner-carousel .swiper-navigation-wrapper {
    display: none;
  }
  section.section-offer .offer-inner .inner-carousel .swiper-slide {
    width: 250px !important;
  }
  section.oferta-section-content .content-product-welcome {
    flex-direction: column-reverse;
  }
  section.oferta-section-content .content-product-welcome .welcome-description {
    padding: 50px 20px 0 20px;
  }
  section.oferta-section-content .content-product-welcome .welcome-description .section-heading {
    display: block;
  }
  section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-inner {
    display: block;
  }
  section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-text {
    margin-top: 20px;
    margin-left: 0;
  }
  section.oferta-section-content .content-product-welcome .welcome-products {
    display: none;
  }
  section.oferta-section-content .content-product-welcome .welcome-products-carousel {
    display: block;
  }
  section.oferta-section-content .content-product-welcome .swiper {
    padding-left: 35px;
  }
  section.oferta-section-content .content-cta .container {
    max-width: 100%;
    padding: 0 30px;
  }
  section.oferta-section-content .content-cta .cta-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px 50px;
  }
  section.oferta-section-content .content-cta .cta-inner .inner-service {
    width: 39%;
  }
}
@media (max-width: 767.98px) {
  .products-flexbox .product-service {
    width: 32%;
  }
  nav.section-header .header-flexbox .flexbox-nav {
    transition: all 0.5s;
    padding-right: 20px;
  }
  nav.section-header .header-flexbox .flexbox-nav ul:nth-child(2) {
    display: none;
  }
  nav.section-header.scrolled .header-flexbox .flexbox-nav {
    padding-right: 0;
  }
  section.section-distributor .distributor-inner {
    flex-direction: column-reverse;
  }
  section.section-distributor .distributor-inner .inner-image {
    display: none;
    margin-top: 50px;
    width: 100%;
  }
  section.section-distributor .distributor-inner .inner-description {
    width: 100%;
  }
  section.section-distributor .distributor-inner .inner-description .btn {
    margin-top: 30px;
  }
  section.oferta-section-content .content-buttons-navigation {
    display: none;
  }
  section.oferta-section-content .content-products .model-item {
    flex-direction: column;
  }
  section.oferta-section-content .content-products .model-item .item-image {
    width: 100%;
    padding-top: 50%;
  }
  section.oferta-section-content .content-products .model-item .item-description {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.oferta-section-content .content-products .model-item .item-description .description-image {
    width: 45%;
  }
  section.oferta-section-content .content-products .model-item .item-description .description-inner {
    width: 50%;
  }
  section.oferta-section-content .content-products .model-item .item-description .description-name {
    margin-top: 0;
  }
  section.oferta-section-content .content-products .model-item .item-description .btn {
    margin-top: 20px;
  }
  section.oferta-section-content .content-carousel-full-width .section-inner .swiper-outer-wrapper {
    padding: 0;
  }
  section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item h3 {
    font-size: 22px;
    line-height: 30px;
  }
  section.oferta-section-content .content-carousel-full-width .section-inner .swiper .swiper-slide {
    width: 245px;
  }
  section.oferta-section-content .content-carousel-full-width .section-inner .swiper-navigation-wrapper {
    display: none;
  }
  section.oferta-section-content .content-text-photo {
    flex-direction: column;
  }
  section.oferta-section-content .content-text-photo .photo-service {
    width: 100%;
  }
  section.oferta-section-content .content-text-photo .text-service {
    width: 100%;
    padding: 50px 0 0 0;
    justify-content: center;
  }
  section.oferta-section-content .content-text-photo .text-service .btn-video {
    margin-top: 50px;
  }
  section.oferta-section-content .content-text-photo:nth-child(2n) {
    flex-direction: column;
  }
  section.o-firmie-section-content .content-welcome .welcome-description {
    max-width: 540px;
  }
  section.o-firmie-section-content .content-about .about-inner {
    flex-direction: column;
  }
  section.o-firmie-section-content .content-about .about-inner .inner-description {
    width: 100%;
  }
  section.o-firmie-section-content .content-about .about-inner .inner-sidebar {
    margin-top: 40px;
    width: 100%;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image {
    margin-left: -20%;
    width: 40%;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description {
    width: 70%;
    padding-top: 0;
  }
  section.centrum-pomocy-section-content .content-heading {
    padding-top: 120px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service {
    padding: 15px 8px;
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: -0.7px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service + .button-service {
    margin-left: 5px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation {
    border: none;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation ul li {
    padding: 0 10px;
  }
  section.centrum-pomocy-section-content .content-heading .heading-navigation ul li a, section.centrum-pomocy-section-content .content-heading .heading-navigation ul li button {
    padding: 0 0 2px 0;
  }
  section.centrum-pomocy-section-content .content-download {
    padding-bottom: 20px;
  }
  section.centrum-pomocy-section-content .content-download ul li {
    padding-left: 50px;
  }
  section.centrum-pomocy-section-content .content-download ul li a {
    padding: 15px 15px 15px 33px;
  }
  section.centrum-pomocy-section-content .content-download ul li + li {
    margin-top: 40px;
  }
  section.centrum-pomocy-section-content .content-catalogs .catalog-service {
    width: 100%;
  }
  section.centrum-pomocy-section-content .content-catalogs .catalog-service img {
    max-width: 450px;
  }
  section.centrum-pomocy-section-content .content-catalogs .catalog-service h3 {
    margin-top: -15px;
  }
  section.centrum-pomocy-section-content .content-catalogs .catalog-service span {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    opacity: 1;
  }
  section.centrum-pomocy-section-content .content-catalogs .catalog-service:hover h3 {
    transform: none;
  }
  section.centrum-pomocy-section-content .content-realizations .realization-service {
    margin-top: 40px;
    width: 31%;
  }
  section.centrum-pomocy-section-content .content-realizations .realization-service h3 {
    font-size: 18px;
  }
  section.kontakt-section-content .content-inner .inner-wrapper {
    width: 100%;
  }
  section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service {
    width: 100%;
  }
  section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item + .accordion-item {
    margin-top: 5px;
  }
  section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item:last-child .accordion-body {
    padding-bottom: 0;
  }
  section.section-footer .footer-inner {
    justify-content: center;
  }
  section.section-footer .footer-inner .inner-service {
    width: 50%;
    text-align: center;
    justify-content: center;
  }
  section.section-footer .footer-inner .inner-service.zaslepka .service-contact {
    margin-top: 20px !important;
  }
  section.section-footer .footer-inner .inner-service:first-child {
    flex-direction: column;
    align-items: center;
  }
  section.section-footer .footer-inner .inner-service .service-contact {
    margin-top: 20px;
    margin-left: 0;
  }
  section.section-footer .footer-inner .inner-service .service-list li.heading button {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .products-flexbox .product-service {
    width: 48%;
  }
  .header-menu .close-button {
    top: 20px;
    right: 20px;
  }
  .header-menu-offer .close-button {
    top: 20px;
    left: 20px;
  }
  .header-menu-offer .menu-offer-inner {
    padding-top: 10px;
  }
  .header-menu-offer .menu-offer-inner .offer-item {
    padding: 20px;
  }
  nav.section-header .header-flexbox {
    padding: 25px 0;
  }
  nav.section-header .header-flexbox .flexbox-nav {
    padding-right: 0;
  }
  section.section-welcome {
    margin-top: 78px;
  }
  section.section-welcome .welcome-item {
    height: calc(100vh - 78px);
  }
  section.section-welcome .welcome-item .item-inner {
    padding: 25px 15px;
  }
  section.section-welcome .welcome-item .item-inner .container {
    max-width: 100%;
    padding: 0;
  }
  section.section-welcome .welcome-item .item-inner .container .inner-description h1, section.section-welcome .welcome-item .item-inner .container .inner-description h2, section.section-welcome .welcome-item .item-inner .container .inner-description h3 {
    font-size: 35px;
  }
  section.section-welcome .welcome-item .item-inner .container .inner-description .btn {
    padding: 10px 20px 8px 20px;
    font-size: 14px;
  }
  section.oferta-section-content .content-welcome {
    margin-top: 78px;
  }
  section.oferta-section-content .content-product-welcome {
    margin-top: 100px;
  }
  section.oferta-section-content .content-product-welcome .product-item .item-image img {
    height: 180px;
  }
  section.oferta-section-content .content-accessories-welcome {
    margin-top: 78px;
  }
  section.oferta-section-content .content-products .container {
    padding: 0;
  }
  section.oferta-section-content .content-products .section-heading-wrapper {
    padding: 0 12px;
  }
  section.oferta-section-content .content-products .model-item .item-description {
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  section.oferta-section-content .content-products .model-item .item-description .description-image {
    width: 100%;
    max-width: 230px;
  }
  section.oferta-section-content .content-products .model-item .item-description .description-inner {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  section.oferta-section-content .content-products .products-carousel {
    margin-top: 60px;
  }
  section.oferta-section-content .content-products .products-carousel .swiper {
    padding: 0;
  }
  section.oferta-section-content .content-products .products-carousel .swiper .swiper-slide {
    width: 340px;
  }
  section.oferta-section-content .content-products .products-carousel .swiper .swiper-navigation-wrapper {
    display: none;
  }
  section.oferta-section-content .content-products .products-flexbox {
    margin-top: 60px;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description {
    padding-left: 30px;
    width: 100%;
  }
  section.oferta-section-content .content-text-accordion .container {
    max-width: 100%;
    padding: 0;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-description {
    padding: 0 12px;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-header {
    padding: 0 12px;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper {
    padding: 0;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper .swiper .swiper-slide {
    width: 245px;
  }
  section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-navigation-wrapper {
    display: none;
  }
  section.oferta-section-content .content-cta {
    padding-top: 120px;
  }
  section.oferta-section-content .content-cta .container {
    padding: 0 12px;
  }
  section.oferta-section-content .content-cta .cta-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px 50px;
  }
  section.oferta-section-content .content-cta .cta-inner .inner-service {
    width: 100%;
    max-width: 380px;
  }
  section.o-firmie-section-content .content-welcome .welcome-description {
    max-width: 100%;
  }
  section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service {
    width: 50%;
  }
  section.o-firmie-section-content .content-about {
    padding: 80px 0;
  }
  section.o-firmie-section-content .content-video {
    padding: 70px 0 0 0;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image {
    margin-left: -20%;
    width: 40%;
  }
  section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description {
    width: 77%;
  }
  section.centrum-pomocy-section-content .content-outer-wrapper {
    padding-bottom: 70px;
  }
  section.centrum-pomocy-section-content .content-centered-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  section.centrum-pomocy-section-content .content-realizations .realization-service {
    width: 48%;
  }
  section.section-footer .footer-inner .inner-service {
    width: 100%;
  }
  section.section-footer .footer-inner .inner-service.hidden-desktop {
    display: block;
  }
  section.section-footer .footer-inner .inner-service.hidden-mobile {
    display: none;
  }
  section.section-footer .footer-inner .inner-service .service-list li.heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.section-footer .footer-inner .inner-service .service-list li.heading a, section.section-footer .footer-inner .inner-service .service-list li.heading button {
    text-align: center;
    font-size: 20px;
    position: relative;
    padding: 0 30px;
    pointer-events: auto;
  }
  section.section-footer .footer-inner .inner-service .service-list li.heading a img, section.section-footer .footer-inner .inner-service .service-list li.heading button img {
    display: block;
  }
  section.section-footer .footer-inner .inner-service .service-list li.collapse {
    display: none;
  }
  section.section-footer .footer-inner .inner-service .service-list li.collapse.show {
    display: block;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  section.section-footer .footer-inner .inner-service + .inner-service:last-child {
    border: none;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
  section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description {
    padding-left: 20px;
  }
}