body .btn-border {
  border-radius: 50px;
}
body .btn-fill {
  border-radius: 50px;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  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: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1111;
}
.page-loader.hidden {
  visibility: hidden;
  opacity: 0;
}
.page-loader img {
  height: 200px;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes spinner {
  from {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}
@keyframes spinner {
  from {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}
.input-service textarea {
  border-radius: 15px;
}
.select-wrapper {
  position: relative;
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
}
.select-wrapper select,
.select-wrapper .select2-selection--single {
  cursor: pointer;
  padding: 8px 100px 7px 15px;
  border: none;
  border-radius: 50px;
  background: #fff;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  width: 100%;
}
.select-wrapper.big-font .select2-selection--single {
  font-size: 16px;
}
.select-wrapper svg {
  position: absolute;
  fill: #000;
  height: 6px;
  min-width: 6px;
  max-width: 6px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.select-wrapper .select2-selection__arrow {
  display: none;
}
.select2-dropdown {
  border: 1px solid #999 !important;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.select2-dropdown .select2-search {
  border-radius: 2px;
}
.select2-dropdown .select2-search .select2-search__field {
  font-size: 14px !important;
}
.select2-dropdown .select2-search .select2-search__field:focus-visible {
  outline: none;
}
.select2-dropdown .select2-results__option {
  font-size: 14px !important;
}
.return-to-top {
  border-radius: 50px;
}
.breadcrumb-wrapper {
  padding: 20px 0 30px 0;
}
.products-flexbox .product-service .badge-wrapper .badge {
  border-radius: 7px;
}
.products-flexbox .product-service .service-favorite {
  border-radius: 7px;
}
.products-flexbox .product-service .service-image-wrapper {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.products-flexbox .product-service .service-image-wrapper .image-cover {
  border-radius: 10px;
}
.products-flexbox .product-service .service-image-wrapper .image-cover .cover-inner {
  border-radius: 8px;
}
.news-flexbox .news-service .service-image-wrapper {
  padding-top: 66%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.news-flexbox .news-service .name {
  font-size: 19px;
  font-weight: 400;
}
.news-flexbox .news-service:hover .name {
  text-decoration: none !important;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper {
  background: #fff;
  border-radius: 10px;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper .service-image {
  border-radius: 10px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper {
  border-radius: 20px;
  background: #fff;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper .service-image {
  border-radius: 20px;
}
nav.section-header .header-top {
  border: none;
}
nav.section-header .header-management-wrapper {
  background: #ededed;
}
nav.section-header .header-management .management-search-engine {
  width: 33.33333333%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  height: 40px;
  border-radius: 0;
  overflow: visible;
}
nav.section-header .header-management .management-search-engine input {
  margin-right: 20px;
  width: 130px;
  min-width: 130px;
  padding: 10px 2px 10px 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
nav.section-header .header-management .management-search-engine input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
nav.section-header .header-management .management-search-engine input::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
nav.section-header .header-management .management-search-engine input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
nav.section-header .header-management .management-search-engine input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
nav.section-header .header-management .management-search-engine input::placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
nav.section-header .header-management .management-search-engine .btn-search {
  background: #fff;
}
nav.section-header .header-management .management-search-engine .btn-search svg {
  fill: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-management .management-search-engine .btn-search:hover svg {
  fill: #fff;
}
nav.section-header .header-management .management-logo-wrapper {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-management .management-service {
  width: 33.33333333%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-management .management-service .service-icons .icon-wrapper {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  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;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-management .management-service .service-icons .icon-wrapper:hover {
  background: #B18C52;
}
nav.section-header .header-management .management-service .service-icons .icon-wrapper:hover svg {
  fill: #fff;
}
nav.section-header .header-management .management-service .service-icons a .quantity-badge,
nav.section-header .header-management .management-service .service-icons button .quantity-badge {
  left: 28px;
  top: -6px;
}
nav.section-header .header-management .management-service .service-icons a .cost-line,
nav.section-header .header-management .management-service .service-icons button .cost-line {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 11px;
  margin-left: 15px;
  color: #444;
}
nav.section-header .header-management .management-service .service-icons a .cost-line small,
nav.section-header .header-management .management-service .service-icons button .cost-line small {
  letter-spacing: 0;
  font-size: 11px;
}
nav.section-header .header-management .management-service .service-icons + .service-icons {
  margin-left: 10px !important;
}
nav.section-header .header-categories-wrapper .header-categories {
  margin-top: 10px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#e3b55f), color-stop(19%, #bb924b), color-stop(48%, #ebc068), color-stop(77%, #bb924b), to(#fbde77));
  background: -o-linear-gradient(left, #e3b55f 0%, #bb924b 19%, #ebc068 48%, #bb924b 77%, #fbde77 100%);
  background: linear-gradient(90deg, #e3b55f 0%, #bb924b 19%, #ebc068 48%, #bb924b 77%, #fbde77 100%);
  border: none;
}
nav.section-header .header-categories {
  padding: 0;
}
nav.section-header .header-categories > ul > li a {
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-categories > ul > li a:hover,
nav.section-header .header-categories > ul > li a.show {
  background: rgba(255, 255, 255, 0.3);
}
nav.section-header .header-categories > ul > li .dropdown a svg {
  fill: #fff;
}
nav.section-header .header-categories > ul > li .dropdown .dropdown-menu li a {
  padding: 0.25rem 1rem;
  color: #000;
}
nav.section-header .header-categories > ul > li .dropdown .dropdown-menu li a svg {
  fill: #000;
}
nav.section-header .header-categories > ul > li + li {
  margin-left: 0;
}
section.section-welcome {
  margin-top: 50px;
}
section.section-welcome .owl-carousel-welcome {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev,
section.section-welcome .owl-carousel-welcome .owl-nav .owl-next {
  border-radius: 6px;
}
section.section-welcome .welcome-item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
section.section-welcome .welcome-item.full-width-background .item-description {
  background: rgba(255, 255, 255, 0.5);
}
section.section-welcome .welcome-item.full-width-background .item-description.white {
  background: rgba(0, 0, 0, 0.4);
}
section.section-offer .owl-carousel {
  margin-top: 50px;
}
section.section-offer .owl-carousel .owl-stage,
section.section-offer .owl-carousel .owl-stage-outer,
section.section-offer .owl-carousel .owl-item {
  min-height: 100%;
}
section.section-offer .owl-carousel .products-flexbox {
  height: 100%;
}
section.section-offer .owl-carousel .products-flexbox .product-service {
  width: 100%;
}
section.section-offer .owl-carousel .owl-nav {
  position: absolute !important;
  margin-top: 0;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-offer .owl-carousel .owl-nav .owl-prev,
section.section-offer .owl-carousel .owl-nav .owl-next {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-image: url(../img/icons/right-chevron.svg);
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  border-radius: 6px;
}
section.section-offer .owl-carousel .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 12px;
  -webkit-box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.2);
}
section.section-cta .cta-item .item-description {
  background: rgba(255, 255, 255, 0.5);
}
section.section-cta .cta-item .item-description.white {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
section.section-cta .owl-carousel-cta {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
section.section-cta .owl-carousel-cta .owl-nav .owl-prev,
section.section-cta .owl-carousel-cta .owl-nav .owl-next {
  border-radius: 6px;
}
section.section-blog.subpage {
  background: none;
  padding: 70px 0 50px 0;
}
section.section-newsletter.subpage {
  padding-top: 100px;
}
section.kategoria-section-content {
  background: none;
}
section.produkt-section-content {
  background: none;
}
section.produkt-section-content .content-inner .product-gallery .lSSlideWrapper {
  border-radius: 20px;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li {
  border-radius: 10px;
}
section.produkt-section-content .content-inner .product-info .info-alert {
  background: #fff;
  border-radius: 15px;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge {
  border-radius: 7px;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number-decrement,
section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number-increment {
  border-radius: 50px;
  background: #ccc;
}
section.static-page-section-content {
  background: none;
}
section.static-page-section-content .content-inner .inner-main-image {
  border-radius: 20px;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service-wrapper {
  width: 30%;
  margin-top: 5%;
  text-align: center;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service-wrapper .gallery-service {
  margin-top: 0;
  width: 100%;
  padding-top: 160%;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service-wrapper .service-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service-wrapper .btn-fill {
  margin-top: 10px;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service {
  border-radius: 10px;
  background: #fff;
}
section.kontakt-section-content {
  background: none;
}
section.kontakt-section-content .content-inner .inner-company-data {
  background: #fff;
  border-radius: 20px;
}
section.kontakt-section-content .content-map .map-inner iframe {
  border-radius: 20px;
}
section.kontakt-section-content .content-others .others-inner .inner-service {
  border-radius: 12px;
}
section.kontakt-section-content .content-hours .hours-inner .inner-service {
  border-radius: 5px;
  background: #fff;
}
section.kalkulator-section-content {
  padding: 100px 0;
}
section.kalkulator-section-content .content-inner {
  max-width: 750px;
  margin: 0 auto;
  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.kalkulator-section-content .content-inner .inner-sidebar {
  width: 33%;
}
section.kalkulator-section-content .content-inner .inner-sidebar img {
  width: 100%;
}
section.kalkulator-section-content .content-inner .inner-body {
  width: 55%;
}
section.kalkulator-section-content .content-inner .inner-body .section-heading h1,
section.kalkulator-section-content .content-inner .inner-body .section-heading h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.kalkulator-section-content .content-inner .inner-body .section-heading p {
  max-width: 600px;
  margin: 10px auto 0 auto;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.kalkulator-section-content .content-inner .inner-body .body-form {
  margin-top: 15px;
}
section.kalkulator-section-content .content-inner .inner-body .body-form .buttons-wrapper {
  margin-top: 40px;
}
section.kalkulator-section-content .content-inner .inner-body .body-form .input-service .service-inner {
  position: relative;
}
section.kalkulator-section-content .content-inner .inner-body .body-form .input-service .service-inner input {
  padding-right: 110px;
}
section.kalkulator-section-content .content-inner .inner-body .body-form .input-service .service-inner .inner-unit {
  position: absolute;
  height: 25px;
  top: 10px;
  right: 10px;
  background: #ddd;
  color: #000;
  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;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 12px;
  min-width: 95px;
}
section.kalkulator-section-content .content-inner .inner-body .body-result {
  margin-top: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
section.kalkulator-section-content .content-inner .inner-body .body-result b {
  font-size: 24px;
  text-decoration: underline;
  font-weight: 500;
}
section.section-footer {
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199.98px) {
  section.section-footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  section.section-footer .footer-inner .inner-service .social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  nav.section-header .header-top .top-service {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.section-header .header-top .top-social-media:after {
    content: '';
  }
  nav.section-header .header-management .management-logo-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  nav.section-header .header-management .management-offer {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  nav.section-header .header-management .management-breakpoint {
    display: none;
  }
  nav.section-header .header-management .management-search-engine {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  nav.section-header .header-management .management-search-engine input {
    width: 155px;
  }
  nav.section-header .header-management .management-service {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  nav.section-header .header-categories-wrapper .container {
    max-width: 100%;
  }
  nav.section-header .header-categories-wrapper .container .header-categories > ul > li a {
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 20px 15px;
  }
  section.kalkulator-section-content {
    padding-top: 50px;
  }
  section.kalkulator-section-content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.kalkulator-section-content .content-inner .inner-sidebar {
    width: 100%;
    text-align: center;
  }
  section.kalkulator-section-content .content-inner .inner-sidebar img {
    width: 100%;
    max-width: 200px;
  }
  section.kalkulator-section-content .content-inner .inner-body {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  section.kalkulator-section-content .content-inner .inner-body .body-form .select2-container,
  section.kalkulator-section-content .content-inner .inner-body .body-form .select2-selection__rendered {
    width: 100% !important;
  }
  section.kalkulator-section-content .content-inner .inner-body .body-form .select2-selection__rendered {
    padding-right: 8px;
  }
  section.kalkulator-section-content .content-inner .inner-body .body-form .select2-selection--single {
    padding-right: 15px;
  }
  section.kalkulator-section-content .content-inner .inner-body .body-form .input-service label {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  nav.section-header .header-categories-wrapper {
    display: none;
  }
}

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