@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwaPHA.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  padding: 11px 20px;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
body .btn.btn-default {
  background: #ff4208;
  border: 1px solid #ff4208;
  color: #fff;
}
body .btn.btn-default:hover {
  background: #d43200;
}
body .btn.btn-empty {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
body .btn.btn-empty:hover {
  background: #fff;
  color: #6e6e6e;
}
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;
}
.select-wrapper {
  position: relative;
}
.select-wrapper select {
  cursor: pointer;
  padding: 5px 100px 5px 10px;
  border: none;
  background: #fff;
  height: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  appearance: none;
  outline: none;
  display: block;
  color: #666;
  width: 100%;
}
.select-wrapper:after {
  cursor: pointer;
  content: "";
  height: 10px;
  width: 10px;
  background: url("../img/pictures/down-chevron.svg") center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox-wrapper {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-transform: none;
  color: #414141;
  font-weight: 300;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper .radio-box:before {
  content: "";
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  display: block;
  background: url("../img/pictures/checkbox.svg") no-repeat;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper > input:checked + .radio-box {
  font-weight: 700;
}
.checkbox-wrapper > input:checked + .radio-box:before {
  background: url("../img/pictures/checkbox-checked.svg") no-repeat;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.products-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-flexbox.kategoria .product-service {
  width: 25%;
}
.products-flexbox.kategoria .product-service:nth-child(4n) {
  border-right: none;
}
.products-flexbox.wyszukiwanie .product-service {
  width: 20%;
}
.products-flexbox.wyszukiwanie .product-service:nth-child(5n) {
  border-right: none;
}
.products-flexbox .product-service {
  margin-top: 50px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-right: 1px solid #eee;
  text-align: center;
}
.products-flexbox .product-service .badge-wrapper {
  position: absolute;
  z-index: 111;
  top: 0;
  left: 25px;
  -webkit-transform: rotate(90deg) translateY(-100%);
      -ms-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.products-flexbox .product-service .badge-wrapper .badge {
  width: 78px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.products-flexbox .product-service .badge-wrapper .badge.promotion {
  background: #d52d00;
  display: none;
}
.products-flexbox .product-service .badge-wrapper .badge.new {
  background: #ff4208;
  display: none;
}
.products-flexbox .product-service .badge-wrapper .badge.bestseller {
  background: #aec906;
  display: none;
}
.products-flexbox .product-service .service-image-wrapper {
  width: 100%;
  padding-top: 100%;
  border-radius: 4px;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  position: relative;
}
.products-flexbox .product-service .service-image-wrapper .service-image {
  text-align: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 7px;
}
.products-flexbox .product-service .service-image-wrapper .service-image img {
  width: 100%;
}
.products-flexbox .product-service .service-image-wrapper.active:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d30e0e;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(211, 14, 14, 0.4);
          box-shadow: 0px 0px 8px 0px rgba(211, 14, 14, 0.4);
}
.products-flexbox .product-service .service-quantity {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-flexbox .product-service .service-quantity p {
  font-weight: 700;
  font-size: 12px;
}
.products-flexbox .product-service .service-quantity .quantity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
.products-flexbox .product-service .service-quantity input {
  width: 55px;
  height: 25px;
  border-radius: 0;
  border: 1px solid #ff4208;
  font-size: 14px;
  outline: none;
  padding-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.products-flexbox .product-service .service-quantity input.active {
  border: 1px solid #d30e0e;
}
.products-flexbox .product-service .service-quantity button {
  height: 25px;
  width: 25px;
  border-radius: 0;
  border: none;
  margin-left: 4px;
  background: #ff4208;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-flexbox .product-service .service-quantity button img {
  height: 14px;
}
.products-flexbox .product-service .service-quantity button:hover {
  background: #d43200;
}
.products-flexbox .product-service .name {
  margin-top: 20px;
  color: #222;
  font-weight: 600;
  font-size: 14.5px;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.products-flexbox .product-service .name.list-view {
  display: none;
}
.products-flexbox .product-service .price {
  margin-top: 10px;
  color: #ff4208;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.products-flexbox .product-service .price small {
  font-size: 18px;
  font-weight: 600;
  color: #6e6e6e;
  margin-right: 5px;
  position: relative;
  display: none;
}
.products-flexbox .product-service .price small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  height: 1px;
  background: #555;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.products-flexbox .product-service .price span {
  font-weight: 400;
  color: #6e6e6e;
  font-size: 12px;
}
.products-flexbox .product-service .price-small {
  font-size: 12px;
  color: #6e6e6e;
}
.products-flexbox .product-service .type {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}
.products-flexbox .product-service .type strong {
  color: #ff4208;
}
.products-flexbox .product-service .footer-quantity {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-flexbox .product-service .footer-quantity p {
  font-size: 11px;
  color: #333;
}
.products-flexbox .product-service .footer-quantity p:nth-child(2) {
  margin-left: 7px;
  font-weight: 700;
  color: #ff4208;
}
.products-flexbox .product-service .btn {
  margin-top: 17px;
}
.products-flexbox .product-service.promotion .promotion {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service.promotion .price {
  color: #d52d00;
}
.products-flexbox .product-service.promotion .price small {
  display: inline-block;
}
.products-flexbox .product-service.new .new {
  margin-top: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service.bestseller .bestseller {
  margin-top: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service:hover .service-image-wrapper {
  opacity: 0.7;
}
.products-flexbox .product-service:hover .name {
  color: #ff4208;
}
.products-flexbox .product-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
.products-flexbox.grid-list .product-service {
  margin-top: 30px;
  width: 100% !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  border-right: none;
  text-align: left;
}
.products-flexbox.grid-list .product-service header {
  min-width: 17%;
  margin-right: 15px;
}
.products-flexbox.grid-list .product-service .footer {
  width: 65%;
}
.products-flexbox.grid-list .product-service .badge-wrapper {
  right: auto;
  left: 0;
  top: 0;
}
.products-flexbox.grid-list .product-service .service-image-wrapper.active:after {
  left: auto;
  right: 0;
}
.products-flexbox.grid-list .product-service .price {
  position: absolute;
  right: 0;
  top: 25px;
  margin: 0;
}
.products-flexbox.grid-list .product-service .price-small {
  position: absolute;
  right: 0;
  top: 55px;
  margin: 0;
}
.products-flexbox.grid-list .product-service .service-quantity {
  position: absolute;
  right: 0;
  top: 90px;
  margin: 0;
}
.products-flexbox.grid-list .product-service .name {
  margin-top: 0;
}
.products-flexbox.grid-list .product-service .name.grid-view {
  display: none;
}
.products-flexbox.grid-list .product-service .name.list-view {
  display: block;
}
.products-flexbox.grid-list .product-service .footer-quantity {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-flexbox.grid-list .product-service:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
}
.breadcrumb-wrapper {
  margin: 40px 0;
}
.breadcrumb-wrapper .breadcrumb {
  border-radius: 0;
  padding: 0;
  background: none;
  margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #ff4208;
}
.pagination-nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-nav li a {
  display: block;
  padding: 10px;
  color: #999;
  text-transform: uppercase;
}
.pagination-nav li.active a {
  font-weight: 700;
  color: #ff4208;
}
nav.section-header.margin-bottom {
  margin-bottom: 70px;
}
nav.section-header .header-top-wrapper {
  background: #6e6e6e;
  padding: 13px 0;
}
nav.section-header .header-top-wrapper .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-top-wrapper .header-top p {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #fff;
}
nav.section-header .header-top-wrapper .header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-top-wrapper .header-top ul li a {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-top-wrapper .header-top ul li a svg {
  height: 15px;
  width: 15px;
  margin-left: 6px;
  fill: #ff4208;
}
nav.section-header .header-top-wrapper .header-top ul li a:hover {
  color: #ff4208;
}
nav.section-header .header-top-wrapper .header-top ul li:not(:last-child) {
  margin-right: 20px;
}
nav.section-header .header-top-wrapper .header-top .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-top-wrapper .header-top .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-top-wrapper .header-top .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-top-wrapper .header-top .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-top-wrapper .header-top .nav-button:hover .button-bar,
nav.section-header .header-top-wrapper .header-top .nav-button:focus .button-bar {
  width: 30px !important;
}
nav.section-header .header-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
nav.section-header .header-management .management-logo img {
  height: 45px;
}
nav.section-header .header-management .management-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-management .management-service .service-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-management .management-service .service-contact .contact-inner svg {
  height: 20px;
  width: 20px;
  fill: #ff4208;
}
nav.section-header .header-management .management-service .service-contact .contact-inner svg:nth-of-type(2) {
  margin-top: 7px;
}
nav.section-header .header-management .management-service .service-contact .contact-inner .divider {
  height: 15px;
  width: 1px;
  margin-right: 15px;
  background: #bbb;
}
nav.section-header .header-management .management-service .service-contact .contact-inner a {
  margin: 0 15px;
  font-size: 16px;
  font-weight: 900;
  color: #6e6e6e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-service .service-contact .contact-inner a:hover {
  color: #ff4208;
}
nav.section-header .header-management .management-service .service-contact p {
  margin: 5px 15px 0 0;
  color: #777;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
}
nav.section-header .header-management .management-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-management .management-service ul li {
  height: 90px;
  width: 90px;
  border-left: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-management .management-service ul li a {
  position: relative;
  text-align: center;
}
nav.section-header .header-management .management-service ul li a svg {
  height: 25px;
  width: 25px;
  fill: #ff4208;
}
nav.section-header .header-management .management-service ul li a p {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #6e6e6e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-service ul li a:hover p {
  color: #ff4208;
}
nav.section-header .header-management .management-service ul li:last-child {
  border-right: 1px solid #eee;
}
nav.section-header .header-flexbox-wrapper {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
nav.section-header .header-flexbox-wrapper .header-flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li {
  margin-right: 25px;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
  color: #6e6e6e;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding: 18px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:hover,
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a.active {
  color: #ff4208;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li:last-child {
  margin-right: 0;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine {
  height: 55px;
  position: relative;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .button-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 100%;
  width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  cursor: pointer;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .button-search svg {
  height: 25px;
  width: 25px;
  fill: #ff4208;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .button-search:hover,
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .button-search.active {
  background: #ff4208;
  border-color: #ff4208;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .button-search:hover svg,
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .button-search.active svg {
  fill: #fff;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper {
  right: 90px;
  top: 0;
  height: 100%;
  padding: 10px 10px 10px 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(12%, #ffffff), to(#ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 12%, #ffffff 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 12%, #ffffff 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper .button-close {
  position: absolute;
  padding: 0;
  height: 35px;
  width: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 111;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper .button-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  fill: #ff4208;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper .button-close:hover {
  background: #ff4208;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper .button-close:hover svg {
  fill: #fff;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper input {
  height: 100%;
  width: 450px;
  background: #eee;
  padding: 5px 10px 5px 40px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #666;
  outline: none;
  opacity: 0;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper input:focus,
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper input.active {
  border: 1px solid #ff4208;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper.active {
  visibility: visible;
  opacity: 1;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine .input-wrapper.active input {
  opacity: 1;
}
nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine.mobile {
  display: none;
}
section.section-welcome .owl-carousel .owl-controls {
  display: none;
}
section.section-welcome .welcome-inner {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-welcome .welcome-inner h1 {
  font-weight: 300;
  color: #fff;
  font-size: 60.5px;
  text-align: center;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
}
section.section-welcome .welcome-inner h1 strong {
  font-weight: 700;
  font-size: 56.5px;
}
section.section-welcome .welcome-inner .buttons-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .welcome-inner .buttons-wrapper .btn:not(:last-child) {
  margin-right: 30px;
}
section.section-welcome .welcome-inner .buttons-wrapper .btn.btn-empty {
  background-color: #fff;
  color: #444;
}
section.section-welcome .welcome-inner .buttons-wrapper .btn.btn-empty:hover {
  background-color: transparent;
  color: #fff;
}
section.section-latest {
  padding-top: 75px;
}
section.section-latest .nav-tabs {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
section.section-latest .nav-tabs .nav-item {
  padding: 10px;
  margin: 0;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #6e6e6e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-latest .nav-tabs .nav-item.active {
  color: #ff4208;
}
section.section-latest .tab-content .tab-pane .products-flexbox {
  margin-top: 10px;
}
section.section-latest .tab-content .tab-pane .products-flexbox .product-service {
  width: 20%;
}
section.section-latest .tab-content .tab-pane .products-flexbox .product-service:nth-child(5),
section.section-latest .tab-content .tab-pane .products-flexbox .product-service:nth-child(10) {
  border-right: none;
}
section.section-cta {
  padding-top: 70px;
}
section.section-cta .cta-flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.section-cta .cta-flexbox .flexbox-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-flexbox .flexbox-service:not(:last-of-type) {
  border-right: 1px solid #eee;
}
section.section-cta .cta-flexbox .flexbox-service .service-inner {
  position: relative;
  padding: 50px;
  text-align: center;
}
section.section-cta .cta-flexbox .flexbox-service .service-inner .inner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-flexbox .flexbox-service .service-inner .inner-heading svg {
  height: 40px;
  width: 40px;
  fill: #ff4208;
  margin-bottom: 10px;
}
section.section-cta .cta-flexbox .flexbox-service .service-inner .inner-heading p {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
section.section-cta .cta-flexbox .flexbox-service .service-inner .inner-description {
  margin-top: 20px;
}
section.section-cta .cta-flexbox .flexbox-service .service-inner .inner-description p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
section.kategoria-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar {
  width: 20%;
  padding: 32px 20px 20px 20px;
  background: #6e6e6e;
  position: relative;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .heading {
  margin-bottom: 20px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .heading p {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .nav-button {
  outline: none;
  padding: 10px;
  width: 100%;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  background: #ff4208;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  cursor: pointer;
  position: relative;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .nav-button:hover {
  background: #ff4208;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper {
  position: relative;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close .container:before,
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close .container:after {
  content: none;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li {
  list-style: none;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li a {
  color: #fff;
  opacity: 0.8;
  padding: 5px 0;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li a:hover {
  color: #ff4208;
  padding-left: 5px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li ul {
  padding-left: 20px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li ul li a {
  padding: 5px 0;
  display: block;
  font-size: 14px;
  color: #fff;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li.active > a {
  opacity: 1;
  font-weight: 700;
  color: #ff4208;
  padding-left: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li:last-child {
  margin-bottom: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav {
  margin-top: 50px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .heading:not(:first-of-type) {
  margin-top: 50px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .checkbox-wrapper .radio-box {
  color: #fff;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f5f5;
  padding: 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper input[type="number"] {
  border: none;
  margin: 0 5px;
  outline: none;
  text-align: center;
  background: #6e6e6e;
  color: #fff;
  font-size: 14px;
  height: 30px;
  width: 100%;
  -moz-appearance: textfield;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper input[type="number"]::-webkit-outer-spin-button,
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper input[type="number"]:invalid,
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper input[type="number"]:out-of-range {
  border: 1px solid #ff6347;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper span {
  display: block;
  min-width: 12px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider .slider-wrapper p {
  font-size: 13px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider svg,
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: -40px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]:focus {
  outline: none;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #cba42d;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]:focus::-ms-fill-lower {
  background: #cba42d;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]:focus::-ms-fill-upper {
  background: #cba42d;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #cba42d;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px #000;
          box-shadow: 0px 0px 0px #000;
  border: 1px solid #cba42d;
  height: 14px;
  width: 14px;
  border-radius: 25px;
  background: #ffeaa1;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #cba42d;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #cba42d;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ffeaa1;
  cursor: pointer;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-ms-fill-lower,
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-ms-fill-upper {
  background: #cba42d;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .range-slider input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #cba42d;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ffeaa1;
  cursor: pointer;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .buttons-wrapper {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .buttons-wrapper .btn-clear {
  color: #fff;
  border: none;
  font-size: 13px;
  background: none;
  cursor: pointer;
  padding: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .filter-nav .buttons-wrapper .btn-filter {
  padding: 0;
  border: none;
  background: #ff4208;
  font-size: 13px;
  border-radius: 0;
  color: #fff;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.kategoria-section-content .content-flexbox .flexbox-body {
  width: 75%;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  background: #f5f5f5;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-text {
  font-size: 13px;
  color: #777;
  position: relative;
  text-align: center;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid a,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid button {
  margin-right: 7px;
  padding: 0;
  border: none;
  background: #fff;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid a img,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid button img {
  width: 15px;
  opacity: 0.25;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid a:last-child,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid button:last-child {
  margin-right: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid a:hover img,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid button:hover img {
  opacity: 1;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid a.active,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid button.active {
  border: 1px solid #ff4208;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid a.active img,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid button.active img {
  opacity: 1;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading {
  margin-top: 60px;
  text-align: center;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading p {
  font-size: 18px;
  text-transform: uppercase;
  color: #6e6e6e;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-cta {
  margin-top: 40px;
  display: block;
  position: relative;
  -webkit-transition: border-radius 0.4s;
  -o-transition: border-radius 0.4s;
  transition: border-radius 0.4s;
  overflow: hidden;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-cta img {
  width: 100%;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-cta .cta-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding: 30px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-cta .cta-inner p {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-cta .cta-inner p strong {
  font-size: 31px;
  font-weight: 700;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-cta:hover {
  border-radius: 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .btn-fixed {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
}
section.kategoria-section-content .content-flexbox .flexbox-body .btn-fixed.active {
  opacity: 1;
  visibility: visible;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery {
  width: 38%;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery img {
  width: 100%;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery .lSAction .lSPrev {
  width: 25px;
  height: 25px;
  background: url("../library/lightslider-master/dist/img/prev.svg") center;
  background-size: cover;
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery .lSAction .lSNext {
  width: 25px;
  height: 25px;
  background: url("../library/lightslider-master/dist/img/prev.svg") center;
  background-size: cover;
  margin-top: 0px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 1px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery .lSGallery {
  margin-top: 23px !important;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery .lSGallery li {
  border: none;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery .lSGallery li.active,
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery .lSGallery li:hover {
  opacity: 1;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info {
  width: 55%;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .code {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .code strong {
  font-weight: 700;
  color: #ff4208;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .description {
  margin-top: 20px;
  line-height: 28px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .description p {
  font-size: 14px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features {
  margin-top: 20px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features > *:not(:first-child) {
  margin-top: 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features p {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features p strong {
  font-weight: 700;
  color: #999;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features .select-wrapper-flexbox label {
  font-size: 16px;
  font-weight: 300;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features .select-wrapper-flexbox .select-wrapper {
  position: relative;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features .select-wrapper-flexbox .select-wrapper select {
  cursor: pointer;
  padding: 10px 100px 10px 10px;
  border: none;
  border: 1px solid #eee;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  color: #666;
  width: 100%;
  height: auto;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .features .select-wrapper-flexbox .select-wrapper:after {
  cursor: pointer;
  content: "";
  height: 10px;
  width: 10px;
  background: url("../img/pictures/down-chevron.svg") center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price {
  margin-top: 20px;
  padding: 23px 20px 20px 20px;
  background: #f5f5f5;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .price-netto {
  color: #ff4208;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .price-netto span {
  font-weight: 400;
  color: #999;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .price-brutto {
  margin-top: 10px;
  font-weight: 400;
  color: #999;
  font-size: 18px;
  line-height: 18px;
  padding-left: 3px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper {
  margin-top: 20px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number {
  width: 100%;
  padding: 0 12px;
  text-align: center;
  outline: none;
  background: none;
  border: none;
  border: 1px solid #999;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number,
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number-decrement,
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number-increment {
  height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number-decrement,
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number-increment {
  min-width: 35px;
  background: #ff4208;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  cursor: pointer;
  border: 1px solid #999;
  outline: none;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number-decrement:active,
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner .input-number-increment:active {
  background: #6e6e6e;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner input[type="number"]::-webkit-inner-spin-button,
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner input[type="number"]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner input[type="number"] {
  -moz-appearance: textfield;
  margin: 0 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .btn {
  margin-top: 20px;
  width: 100%;
}
section.static-page-section-content {
  padding: 0 0 70px 0;
}
section.static-page-section-content .content-heading {
  text-align: center;
}
section.static-page-section-content .content-heading h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
section.static-page-section-content .content-inner {
  margin-top: 40px;
}
section.static-page-section-content .content-inner > *:not(:first-child) {
  margin-top: 20px;
}
section.static-page-section-content .content-inner p,
section.static-page-section-content .content-inner li {
  font-size: 15px;
  line-height: 26px;
  color: #444;
}
section.static-page-section-content .content-inner ul,
section.static-page-section-content .content-inner ol {
  padding-left: 17px;
}
section.kontakt-section-content {
  padding: 30px 0;
  position: relative;
}
section.kontakt-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.kontakt-section-content .content-flexbox .flexbox-heading {
  width: 35%;
}
section.kontakt-section-content .content-flexbox .flexbox-heading h2 {
  color: #444;
  font-size: 22px;
  font-weight: 400;
}
section.kontakt-section-content .content-flexbox .flexbox-heading h3 {
  margin-top: 8px;
  color: #ff4208;
  font-size: 45px;
  font-weight: 800;
}
section.kontakt-section-content .content-flexbox .flexbox-heading address {
  margin-top: 20px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
section.kontakt-section-content .content-flexbox .flexbox-heading address small {
  margin-top: 20px;
  display: block;
  color: #999;
  margin-bottom: 7px;
}
section.kontakt-section-content .content-flexbox .flexbox-heading address a {
  font-weight: 700;
  color: #ff4208;
}
section.kontakt-section-content .content-flexbox .flexbox-iframe {
  width: 57%;
  height: 400px;
  position: relative;
}
section.kontakt-section-content .content-flexbox .flexbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}
section.section-footer {
  background: #6e6e6e;
  position: relative;
}
section.section-footer .footer-partners {
  background: #fff;
  padding: 50px 0 40px 0;
}
section.section-footer .footer-partners .owl-carousel .owl-controls {
  display: none;
}
section.section-footer .footer-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.section-footer .footer-flexbox .flexbox-service {
  padding: 50px 0;
}
section.section-footer .footer-flexbox .flexbox-service.service-about .service-logo img {
  height: 45px;
}
section.section-footer .footer-flexbox .flexbox-service.service-about .service-description {
  margin-top: 20px;
}
section.section-footer .footer-flexbox .flexbox-service.service-about .service-description p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
section.section-footer .footer-flexbox .flexbox-service ul li {
  margin-top: 5px;
}
section.section-footer .footer-flexbox .flexbox-service ul li.heading {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
section.section-footer .footer-flexbox .flexbox-service ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-footer .footer-flexbox .flexbox-service ul li a b {
  font-size: 16px;
}
section.section-footer .footer-flexbox .flexbox-service ul li a span {
  font-size: 10px;
}
section.section-footer .footer-flexbox .flexbox-service ul li a:hover {
  color: #ff4208;
}
section.section-footer .footer-flexbox .flexbox-service ul li p {
  font-size: 12px;
  color: #444;
}
section.section-footer .footer-flexbox .flexbox-service ul li p b {
  font-weight: 400;
  font-size: 14px;
}
section.section-footer .footer-flexbox .flexbox-service ul li p span {
  font-size: 10px;
}
section.section-footer .footer-flexbox .flexbox-service .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.section-footer .footer-flexbox .flexbox-service .list-social li {
  margin-right: 20px;
}
section.section-footer .footer-flexbox .flexbox-service .list-social li a img {
  height: 25px;
}
section.section-footer .footer-flexbox .flexbox-service .list-social li:last-child {
  margin-right: 0;
}
section.section-footer .footer-flexbox .divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
section.section-footer .footer-alert-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}
section.section-footer .footer-alert-wrapper .alert {
  position: relative;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: none;
}
section.section-footer .footer-alert-wrapper .alert p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
section.section-footer .footer-alert-wrapper .alert p a {
  color: #ff4208;
  cursor: pointer;
}
section.section-footer .footer-credits-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
section.section-footer .footer-credits-wrapper .footer-credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.section-footer .footer-credits-wrapper .footer-credits p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
section.section-footer .footer-credits-wrapper .footer-credits p a {
  color: #ff4208;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment p {
  margin-right: 15px;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment img {
  margin-right: 10px;
  height: 19px;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment img:last-child {
  margin-right: 0;
}
@media (min-width: 1199.98px) {
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 991.98px) {
  .select-wrapper select {
    padding: 5px 60px 5px 10px;
  }
  .products-flexbox.grid-flex .product-service {
    width: 32%;
    padding: 0 10px;
  }
  nav.section-header .header-management {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  nav.section-header .header-management .management-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  nav.section-header .header-management .management-search-engine {
    margin-top: 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  nav.section-header .header-management .management-service {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
    text-align: center;
    padding: 0 10px;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
    padding: 15px 0;
    font-size: 11px;
  }
  section.section-latest .tab-content .tab-pane .products-flexbox .product-service {
    width: 32%;
  }
  section.section-cta .cta-flexbox .flexbox-service .service-inner {
    padding: 20px;
  }
  section.section-cta .cta-flexbox .flexbox-service .service-inner .inner-heading p {
    font-size: 14px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar {
    width: 25%;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body {
    width: 72%;
  }
  section.section-footer .footer-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-footer .footer-flexbox .flexbox-service {
    text-align: center;
    padding: 15px 0;
  }
  section.section-footer .footer-partners {
    padding: 30px 0;
  }
  section.section-footer .footer-alert-wrapper .alert {
    text-align: center;
  }
  section.section-footer .footer-credits-wrapper .footer-credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.section-footer .footer-credits-wrapper .footer-credits p {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  nav.section-header .header-management {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.section-header .header-management .management-service ul li:first-of-type {
    display: none;
  }
  nav.section-header .header-top-wrapper .header-top .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine.mobile {
    display: block;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine.mobile .button-search {
    border: none;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine.mobile .input-wrapper input {
    width: 300px;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine.desktop {
    display: none;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .management-logo.hide {
    display: none;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li {
    margin-right: 0;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
    font-size: 16px;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  section.section-welcome .welcome-inner h1 {
    font-size: 55px;
  }
  section.section-latest .tab-content .tab-pane .products-flexbox .product-service {
    width: 32%;
    padding: 0 20px;
  }
  section.section-cta .cta-flexbox {
    grid-template-columns: 1fr;
  }
  .products-flexbox.kategoria .product-service {
    width: 30%;
  }
  section.kategoria-section-content {
    padding: 0 0 50px 0;
  }
  section.kategoria-section-content .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar {
    width: 100%;
    padding: 20px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .heading {
    text-align: center;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .nav-button-close {
    display: block;
    margin-left: -15px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 50px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li {
    text-align: center;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li a {
    font-size: 17px;
    padding: 5px 0;
    color: #1a3c5e;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li ul {
    padding-left: 0;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper .category-nav-inner .category-nav li ul li a {
    color: #ff4208;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .category-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body {
    width: 100%;
    margin-top: 20px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-gallery {
    width: 100%;
    display: block;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  section.kontakt-section-content .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.kontakt-section-content .content-flexbox .flexbox-heading {
    width: 100%;
    text-align: center;
  }
  section.kontakt-section-content .content-flexbox .flexbox-iframe {
    margin-top: 30px;
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  nav.section-header .header-management .management-service .service-contact p {
    display: none;
  }
  nav.section-header .header-management .management-service .service-contact .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.section-header .header-management .management-service .service-contact .contact-inner svg,
  nav.section-header .header-management .management-service .service-contact .contact-inner .divider {
    display: none;
  }
  nav.section-header .header-management .management-service .service-contact .contact-inner a {
    margin: 5px 10px 0 0;
    font-size: 13px;
  }
  nav.section-header .header-top-wrapper .header-top ul li:nth-of-type(3) {
    display: none;
  }
  section.section-welcome .welcome-inner h1 {
    font-size: 46px;
    line-height: 50px;
  }
  section.section-welcome .welcome-inner h1 strong {
    font-size: 40px;
  }
  section.section-welcome .welcome-inner .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-welcome .welcome-inner .buttons-wrapper .btn:not(:last-child) {
    margin: 0;
  }
  section.section-welcome .welcome-inner .buttons-wrapper .btn-empty {
    margin-top: 15px;
  }
  .products-flexbox .product-service {
    border-right: none;
    padding: 0 10px;
  }
  .products-flexbox .product-service .service-quantity button {
    height: 35px;
    width: 55px;
  }
  .products-flexbox .product-service .service-quantity input {
    height: 35px;
    width: 60px;
    padding-left: 0;
  }
  .products-flexbox.grid-flex .service-quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products-flexbox.grid-flex .service-quantity .quantity-inner {
    margin-left: 0;
  }
  .products-flexbox.grid-flex .service-quantity button {
    height: 35px;
    width: 55px;
  }
  .products-flexbox.grid-flex .service-quantity input {
    height: 35px;
    width: 60px;
  }
  .products-flexbox.kategoria .product-service {
    width: 47%;
  }
  .products-flexbox.kategoria .product-service:last-of-type {
    display: none;
  }
  .products-flexbox.grid-list .product-service {
    text-align: left;
    padding: 20px 0;
  }
  .products-flexbox.grid-list .product-service:not(:first-child) {
    padding: 10px 0;
  }
  .products-flexbox.grid-list .product-service header {
    min-width: 22%;
  }
  .products-flexbox.grid-list .product-service .footer {
    width: 50%;
  }
  .products-flexbox.grid-list .product-service .name {
    font-size: 13px;
  }
  .products-flexbox.grid-list .product-service .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 20px;
  }
  .products-flexbox.grid-list .product-service .price-small {
    top: 70px;
  }
  .products-flexbox.grid-list .product-service .service-quantity {
    top: 125px;
  }
  .products-flexbox.grid-list .product-service .service-quantity input {
    height: 30px;
  }
  .products-flexbox.grid-list .product-service .service-quantity button {
    width: 50px;
    height: 30px;
  }
  .products-flexbox.grid-list .product-service .footer-quantity {
    margin-top: 8px;
  }
  section.section-latest .nav-tabs .nav-item {
    font-size: 16px;
  }
  section.section-latest .tab-content .tab-pane .products-flexbox .product-service {
    width: 50%;
    padding: 0 17px;
  }
  section.section-cta {
    padding-top: 40px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .quantity-wrapper .wrapper-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-product .product-info .price .price-netto {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 400px) {
  .breadcrumb-wrapper {
    display: none;
  }
  .products-flexbox.wyszukiwanie .product-service {
    width: 47%;
  }
  nav.section-header .header-flexbox-wrapper .header-flexbox .flexbox-search-engine.mobile .input-wrapper input {
    width: 230px;
  }
  section.static-page-section-content {
    padding: 50px 0 70px 0;
  }
  section.static-page-section-content .content-inner {
    text-align: center;
  }
  section.static-page-section-content .content-inner ul {
    text-align: left;
  }
  section.kategoria-section-content {
    padding: 20px 0 50px 0;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading {
    padding: 10px 10px 10px 0;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-text {
    font-size: 11.5px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid {
    margin-right: 10px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .select-wrapper {
    width: 130px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .select-wrapper select {
    padding: 5px 17px 5px 10px;
  }
  section.kontakt-section-content .content-flexbox .flexbox-iframe {
    height: 250px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
