@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'made_saonararegular';
  src: url('../fonts/made_saonara_personal_use-webfont.woff2') format('woff2'), url('../fonts/made_saonara_personal_use-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Montserrat', 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;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body .btn.btn-default {
  color: #000000;
}
body .btn.btn-default:hover {
  opacity: 0.5;
}
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;
}
.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;
}
nav.section-header {
  position: relative;
  z-index: 222;
}
nav.section-header .header-flexbox {
  padding: 30px 0;
  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;
  position: relative;
}
nav.section-header .header-flexbox .flexbox-background {
  position: absolute;
  width: 2000px;
  height: 100%;
  bottom: 0;
  left: 330px;
  background: #000000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
nav.section-header .header-flexbox .flexbox-logo {
  position: relative;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 45px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .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 .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .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;
  cursor: pointer;
}
nav.section-header .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 .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 .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 .flexbox-nav-wrapper .flexbox-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .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 .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:hover {
  opacity: 0.5;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li:not(:last-child) {
  margin-right: 40px;
}
nav.section-header .header-flexbox .flexbox-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact ul li p {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 400;
  color: #aaa;
}
nav.section-header .header-flexbox .flexbox-contact ul li a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .flexbox-contact ul li a:hover {
  opacity: 0.5;
}
nav.section-header .header-flexbox .flexbox-contact ul li:not(:last-child) {
  margin-right: 20px;
}
nav.section-header .header-flexbox .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;
  cursor: pointer;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #000000;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome {
  position: relative;
  z-index: 111;
}
section.section-welcome .welcome-background {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: #000000;
}
section.section-welcome .welcome-inner {
  position: relative;
  padding-left: 130px;
}
section.section-welcome .welcome-inner .inner-background {
  position: absolute;
  width: 2000px;
  height: calc(100% + 500px);
  bottom: 0;
  left: 330px;
  background: #000000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
section.section-welcome .welcome-inner .inner-slogan {
  z-index: 111;
  position: absolute;
  top: 90px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translateX(-100%);
      -ms-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
}
section.section-welcome .welcome-inner .inner-slogan .divider {
  width: 200px;
  height: 1px;
  background: #fff;
}
section.section-welcome .welcome-inner .inner-slogan span {
  font-size: 12px;
  display: block;
  color: #fff;
  margin-left: 20px;
}
section.section-welcome .welcome-inner .owl-carousel-wrapper {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
section.section-welcome .welcome-inner .owl-carousel-welcome .item {
  height: 560px;
  position: relative;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-number {
  width: 200px;
  height: 90px;
  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: #000000;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-number span {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  opacity: 0.2;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text {
  padding: 0 70px;
  height: 90px;
  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;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text span {
  color: #000000;
  font-family: 'made_saonararegular';
  font-size: 45px;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots {
  position: absolute;
  right: 5px;
  top: 40px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  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;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots .owl-dot {
  margin: 5px;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: 2.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots .owl-dot.active span {
  margin: 0;
  background: #000000;
  border: 1px solid transparent;
  width: 13px;
  height: 13px;
}
section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-nav {
  display: none;
}
.about-gallery {
  margin: 70px 0;
  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;
}
.about-gallery .gallery-description {
  min-width: 35%;
  margin-right: 5%;
}
.about-gallery .gallery-description h2 {
  font-family: 'made_saonararegular';
  font-size: 40px;
  color: #000000;
}
.about-gallery .gallery-description p {
  padding-right: 20%;
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  color: #777;
}
.about-gallery .gallery-description .btn {
  margin-top: 30px;
}
.about-gallery .gallery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-gallery .gallery-images a {
  display: block;
  height: 320px;
  width: 350px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
.about-gallery .gallery-images a img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.about-gallery .gallery-images a:hover img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.about-gallery .gallery-images a:not(:last-child) {
  margin-right: 40px;
}
.about-gallery .gallery-images .images-hidden {
  display: none;
}
section.section-about {
  position: relative;
  overflow: hidden;
}
section.section-about .about-background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: #000000;
}
section.section-about .about-inner {
  position: relative;
  background: #000000;
  padding-top: 100px;
}
section.section-about .about-inner .inner-background {
  position: absolute;
  width: 2000px;
  height: 100px;
  top: 0;
  right: 0;
  background: #000000;
}
section.section-about .about-inner .inner-service {
  background: #fff;
  padding: 90px 70px;
  -webkit-box-shadow: 20px -20px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 20px -20px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}
section.section-about .about-inner .inner-service .service-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
section.section-about .about-inner .inner-service .service-flexbox .flexbox-service {
  width: 24%;
  text-align: center;
}
section.section-about .about-inner .inner-service .service-flexbox .flexbox-service img {
  height: 50px;
}
section.section-about .about-inner .inner-service .service-flexbox .flexbox-service .name {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
section.section-about .about-inner .inner-service h2 {
  font-family: 'made_saonararegular';
  font-size: 50px;
  color: #000000;
}
section.section-about .about-inner .inner-service p {
  padding: 0 13%;
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  color: #777;
}
section.section-about .about-inner .inner-service .btn {
  margin-top: 30px;
}
section.section-shop {
  padding: 70px 0 0 0;
  margin-bottom: -40px;
  overflow: hidden;
}
section.section-shop .shop-inner {
  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;
}
section.section-shop .shop-inner .inner-image {
  width: 50%;
  position: relative;
}
section.section-shop .shop-inner .inner-image .image-background {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 2000px;
  background: #e9e9e9;
}
section.section-shop .shop-inner .inner-image .image-shadow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: calc(100% + 0px);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
section.section-shop .shop-inner .inner-image .image-service {
  height: 400px;
  position: relative;
}
section.section-shop .shop-inner .inner-description {
  width: calc(50% - 120px);
}
section.section-shop .shop-inner .inner-description h2 {
  font-family: 'made_saonararegular';
  font-size: 40px;
  color: #000000;
}
section.section-shop .shop-inner .inner-description p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  color: #777;
}
section.informacje-section-content {
  padding-top: 70px;
  overflow: hidden;
}
section.informacje-section-content p {
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
section.informacje-section-content p:not(first-of-type) {
  margin-top: 10px;
}
section.informacje-section-content .content-description {
  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;
}
section.informacje-section-content .content-description .description-inner {
  width: calc(50% - 120px);
}
section.informacje-section-content .content-description .description-inner h1 {
  font-family: 'made_saonararegular';
  font-size: 60px;
  color: #000000;
}
section.informacje-section-content .content-description .description-inner span {
  font-size: 16px;
  color: #777;
  display: inline-block;
  margin-bottom: 30px;
}
section.informacje-section-content .content-description .description-image {
  width: 50%;
  position: relative;
  height: 400px;
}
section.informacje-section-content .content-description .description-image .image-background {
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 2000px;
  background: #e9e9e9;
}
section.informacje-section-content .content-description .description-image .image-shadow {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: calc(100% + 0px);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
section.informacje-section-content .content-description .description-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.informacje-section-content .section-elements {
  padding-top: 70px;
}
section.informacje-section-content .section-elements h2 {
  font-family: 'made_saonararegular';
  font-size: 50px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
section.informacje-section-content .section-elements p {
  padding: 0 13%;
  text-align: center;
}
section.informacje-section-content .section-elements .elements-content {
  position: relative;
}
section.informacje-section-content .section-elements .elements-content .elements-background {
  position: absolute;
  z-index: -1;
  right: -100px;
  top: 50px;
  height: 100%;
  width: 1000px;
  background: #000000;
}
section.informacje-section-content .section-elements .elements-wrapper {
  padding: 40px 40px 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
section.informacje-section-content .section-elements .elements-wrapper .element {
  width: 30%;
  margin-top: 3%;
  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;
}
section.informacje-section-content .section-elements .elements-wrapper .element h3 {
  font-family: 'made_saonararegular';
  color: #000000;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
section.informacje-section-content .section-elements .elements-wrapper .element h3:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 10px;
  background-color: #000000;
}
section.informacje-section-content .section-elements .elements-wrapper .element p {
  padding: 0;
  text-align: left;
  font-size: 14px;
}
section.informacje-section-content .section-elements .elements-wrapper .box-hidden {
  visibility: hidden;
  width: 30%;
}
section.informacje-section-content .section-elements-list {
  background-color: #000000;
  padding: 100px;
}
section.informacje-section-content .section-elements-list .list-wrapper {
  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;
}
section.informacje-section-content .section-elements-list .list-wrapper .list-image {
  width: 45%;
  height: 100%;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
section.informacje-section-content .section-elements-list .list-wrapper .list-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.informacje-section-content .section-elements-list .list-wrapper .list-description {
  width: 55%;
  height: 100%;
  padding-left: 30px;
}
section.informacje-section-content .section-elements-list .list-wrapper .list-description h2 {
  color: #fff;
  font-family: 'made_saonararegular';
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 500;
}
section.informacje-section-content .section-elements-list .list-wrapper .list-description ul {
  list-style: none;
  padding-left: 35px;
}
section.informacje-section-content .section-elements-list .list-wrapper .list-description ul li {
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
}
section.informacje-section-content .about-gallery {
  padding-top: 30px;
}
section.galeria-section-content {
  padding: 80px 0 40px 0;
  overflow: hidden;
}
section.galeria-section-content .section-heading h1 {
  padding: 0 13%;
  font-family: 'made_saonararegular';
  font-size: 60px;
  color: #000000;
  text-align: center;
}
section.galeria-section-content .gallery-heading {
  padding-top: 60px;
}
section.galeria-section-content .gallery-heading h2 {
  font-family: 'made_saonararegular';
  font-size: 38px;
  color: #777;
}
section.galeria-section-content .gallery-heading h2 strong {
  color: #000000;
  letter-spacing: 1px;
  font-size: 34px;
}
section.galeria-section-content .gallery-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.galeria-section-content .gallery-wrapper .image-background {
  position: absolute;
  z-index: -1;
  top: 50%;
  height: 80%;
  width: 2000px;
  background: #e9e9e9;
}
section.galeria-section-content .gallery-wrapper:nth-of-type(2n + 1) .image-background {
  right: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.galeria-section-content .gallery-wrapper:nth-of-type(4n + 1) .image-background {
  left: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.galeria-section-content .gallery-wrapper a {
  width: 49%;
  margin-top: 2%;
  -webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
section.galeria-section-content .gallery-wrapper a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
section.galeria-section-content .gallery-wrapper a:hover img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
section.galeria-section-content .gallery-wrapper .box-hidden {
  width: 49%;
  opacity: 0;
  visibility: hidden;
}
section.kontakt-section-content {
  padding: 40px 0 120px 0;
}
section.kontakt-section-content .section-background {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background: #000000;
}
section.kontakt-section-content .section-inner {
  position: relative;
}
section.kontakt-section-content .section-inner .inner-background {
  position: absolute;
  z-index: -1;
  width: 2000px;
  height: calc(100% + 500px);
  bottom: 0;
  left: 330px;
  background: #000000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
section.kontakt-section-content .section-inner .inner-content {
  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.kontakt-section-content .section-inner .inner-content .map {
  position: relative;
  width: 73.6%;
  height: 550px;
}
section.kontakt-section-content .section-inner .inner-content .map iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
section.kontakt-section-content .section-inner .inner-content .map .map-caption {
  position: absolute;
  top: 0;
  right: 0;
}
section.kontakt-section-content .section-inner .inner-content .map .map-caption .caption-text {
  padding: 20px 80px;
  background: #fff;
}
section.kontakt-section-content .section-inner .inner-content .map .map-caption .caption-text h1 {
  color: #000000;
  font-family: 'made_saonararegular';
  font-size: 60px;
  letter-spacing: 1px;
}
section.kontakt-section-content .section-inner .inner-content .map .map-caption .caption-text h1 span {
  display: block;
  color: #777;
  font-size: 17px;
  text-align: right;
}
section.kontakt-section-content .section-inner .inner-content .address {
  width: 20%;
}
section.kontakt-section-content .section-inner .inner-content .address address,
section.kontakt-section-content .section-inner .inner-content .address a,
section.kontakt-section-content .section-inner .inner-content .address p {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
section.kontakt-section-content .section-inner .inner-content .address .open-hours {
  padding: 20px 0;
}
.section-cta {
  padding-top: 70px;
  text-align: center;
}
.section-cta h2 {
  color: #000000;
  font-family: 'made_saonararegular';
  font-size: 50px;
  font-weight: 500;
}
.section-cta h2 span {
  color: #777;
  font-size: 18px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}
.section-cta .contact-link {
  color: #000000;
  font-size: 36px;
  margin: 0 20px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.section-cta .contact-link:hover {
  color: #777;
}
.section-cta span {
  color: #000000;
  font-size: 36px;
}
.section-cta .btn-default {
  margin-top: 30px;
}
section.static-page-section-content {
  padding-top: 70px;
}
section.static-page-section-content .section-heading h1 {
  font-size: 50px;
  font-family: 'made_saonararegular';
  color: #000000;
  text-align: center;
}
section.static-page-section-content .section-description {
  padding-top: 20px;
}
section.static-page-section-content .section-description p {
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
section.static-page-section-content .section-description p:not(first-of-type) {
  margin-top: 20px;
}
section.static-page-section-content .section-description ul {
  list-style: none;
  padding: 20px 0 0 20px;
}
section.static-page-section-content .section-description ul li {
  position: relative;
  padding: 5px 0;
  font-size: 15px;
  color: #777;
}
section.static-page-section-content .section-description ul li:before {
  position: absolute;
  left: -15px;
  top: 11px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000000;
  display: block;
}
section.static-page-section-content .section-description ol {
  list-style: decimal;
  padding: 10px 0 0 40px;
}
section.static-page-section-content .section-description ol li:before {
  display: none;
}
section.domy-section-content .section-heading {
  margin-top: 70px;
  text-align: center;
}
section.domy-section-content .section-heading h1,
section.domy-section-content .section-heading h2 {
  font-family: 'made_saonararegular';
  font-size: 60px;
  color: #000000;
}
section.domy-section-content .content-render {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.domy-section-content .content-render .render-item {
  display: block;
  position: relative;
}
section.domy-section-content .content-render .render-item .img-main {
  height: 130px;
}
section.domy-section-content .content-render .render-item .img-hover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.domy-section-content .content-render .render-item .img-hover:hover {
  opacity: 1;
}
section.dom-section-content {
  padding-top: 70px;
  overflow: hidden;
}
section.dom-section-content .section-features {
  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;
}
section.dom-section-content .section-features .features-text {
  width: 45%;
}
section.dom-section-content .section-features .features-text h1 {
  font-family: 'made_saonararegular';
  font-size: 60px;
  color: #000000;
}
section.dom-section-content .section-features .features-text span {
  font-size: 16px;
  color: #777;
  display: inline-block;
  margin: 0 0 30px 10px;
}
section.dom-section-content .section-features .features-text span strong {
  color: #000000;
  font-size: 20px;
}
section.dom-section-content .section-features .features-text ul {
  list-style: none;
  margin: 20px 0 0 10px;
}
section.dom-section-content .section-features .features-text ul li {
  position: relative;
  font-family: 'made_saonararegular';
  color: #000000;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 5px 0;
}
section.dom-section-content .section-features .features-text ul li:after {
  position: absolute;
  top: 33px;
  content: '';
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 10px;
  background-color: #000000;
}
section.dom-section-content .section-features .features-text ul li span {
  margin: 35px 0 0 0;
  font-size: 14px;
  color: #777;
  font-family: 'Montserrat', sans-serif;
}
section.dom-section-content .section-features .features-text p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0 0 10px;
  color: #777;
}
section.dom-section-content .section-features .features-image {
  position: relative;
  width: 50%;
  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.dom-section-content .section-features .features-image .image-background {
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 78%;
  width: 2000px;
  background: #e9e9e9;
}
section.dom-section-content .section-features .features-image img {
  width: 100%;
}
section.dom-section-content .section-features .features-image .btn-default {
  display: block;
  width: 50%;
  margin: 30px auto 0 auto;
}
section.dom-section-content .section-features .features-image .btn-default img {
  width: 40px;
  margin-right: 15px;
}
section.dom-section-content .section-features .features-image .btn-default:hover {
  opacity: 1;
  color: #bbb;
}
section.dom-section-content .section-description {
  padding-top: 80px;
}
section.dom-section-content .section-description p {
  padding: 0 13%;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
section.dom-section-content .section-description p:not(:first-of-type) {
  margin-top: 10px;
}
section.dom-section-content .section-gallery {
  padding-top: 60px;
}
section.dom-section-content .section-gallery h2 {
  color: #000000;
  font-family: 'made_saonararegular';
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
section.dom-section-content .section-gallery .gallery-wrapper {
  margin-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.dom-section-content .section-gallery .gallery-wrapper a {
  width: 23%;
  height: 250px;
  margin-top: 2%;
  -webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
section.dom-section-content .section-gallery .gallery-wrapper a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
section.dom-section-content .section-gallery .gallery-wrapper a:hover img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
section.dom-section-content .section-gallery .gallery-wrapper .box-hidden {
  width: 23%;
  opacity: 0;
  visibility: hidden;
}
section.section-footer {
  overflow: hidden;
  padding-top: 70px;
}
section.section-footer .footer-inner {
  background: #ececec;
  padding: 70px;
}
section.section-footer .footer-inner .inner-heading h2 {
  font-family: 'made_saonararegular';
  font-size: 50px;
  color: #000000;
}
section.section-footer .footer-inner .inner-flexbox {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service {
  width: 50%;
  position: relative;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-cover {
  position: absolute;
  width: 70px;
  height: calc(100% + 265px);
  top: -20px;
  left: -20px;
  background: #000000;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service address {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 0;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service address a {
  color: inherit;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service address a:hover {
  opacity: 0.5;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service p {
  margin-top: 30px;
  font-weight: 300;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  margin-right: 45px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a span {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a:hover span {
  opacity: 0.5;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li:not(:first-child) {
  margin-top: 10px;
}
section.section-footer .footer-credits {
  height: 65px;
  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.section-footer .footer-credits p {
  font-size: 13px;
  line-height: 24px;
  color: #777;
}
section.section-footer .footer-credits p a {
  color: #000000;
  font-weight: 700;
}
section.section-footer .footer-credits p a:hover {
  color: #000000;
}
section.section-footer .footer-credits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits ul li p {
  font-size: 13px;
  line-height: 24px;
  color: #777;
}
section.section-footer .footer-credits ul li p a {
  color: #000000;
  font-weight: 700;
}
section.section-footer .footer-credits ul li p a:hover {
  color: #000000;
}
section.section-footer .footer-credits ul li.social-media a {
  display: block;
  height: 21px;
  width: 21px;
}
section.section-footer .footer-credits ul li.social-media a svg {
  height: 100%;
  width: 100%;
  fill: #999;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}
section.section-footer .footer-credits ul li.social-media a svg:hover {
  fill: #000000;
}
section.section-footer .footer-credits ul li:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 1350px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1199.98px) {
  nav.section-header .header-flexbox .flexbox-background {
    left: 255px;
  }
  section.section-welcome .welcome-inner .inner-background {
    left: 255px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-number {
    width: 125px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text {
    padding: 0 40px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots {
    position: absolute;
    right: 5px;
    top: 40px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    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;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots .owl-dot {
    margin: 5px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    margin: 2.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-dots .owl-dot.active span {
    margin: 0;
    background: #000000;
    border: 1px solid transparent;
    width: 13px;
    height: 13px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls .owl-nav {
    display: none;
  }
  section.kontakt-section-content .section-inner .inner-background {
    left: 255px;
  }
  section.kontakt-section-content .section-inner .inner-content .map {
    height: 450px;
  }
  section.kontakt-section-content .section-inner .inner-content .map .map-caption .caption-text {
    padding: 20px 40px;
  }
  section.kontakt-section-content .section-inner .inner-content .address address,
  section.kontakt-section-content .section-inner .inner-content .address a,
  section.kontakt-section-content .section-inner .inner-content .address p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  nav.section-header .header-flexbox .flexbox-background {
    left: 210px;
  }
  nav.section-header .header-flexbox .flexbox-logo img {
    height: 40px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li:not(:last-child) {
    margin-right: 20px;
  }
  nav.section-header .header-flexbox .flexbox-contact ul li p {
    display: none;
  }
  section.section-welcome .welcome-inner .inner-background {
    left: 210px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-number {
    width: 80px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text span {
    font-size: 32px;
  }
  section.informacje-section-content .content-description .description-inner {
    width: calc(50% - 50px);
  }
  section.informacje-section-content .content-description .description-image {
    width: 45%;
    height: 300px;
  }
  section.informacje-section-content .section-elements .elements-content .elements-background {
    right: -500px;
  }
  section.informacje-section-content .section-elements .elements-wrapper .element {
    width: 45%;
  }
  section.dom-section-content .section-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.dom-section-content .section-features .features-text {
    width: 100%;
  }
  section.dom-section-content .section-features .features-image {
    margin-top: 40px;
    width: 80%;
  }
  section.dom-section-content .section-description {
    padding-top: 60px;
  }
  section.dom-section-content .section-description p {
    padding: 0;
  }
  section.dom-section-content .section-gallery {
    padding-top: 60px;
  }
  section.dom-section-content .section-gallery h2 {
    color: #000000;
    font-family: 'made_saonararegular';
    font-size: 50px;
    font-weight: 500;
    text-align: center;
  }
  section.dom-section-content .section-gallery .gallery-wrapper {
    margin-top: 20px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.dom-section-content .section-gallery .gallery-wrapper a {
    width: 48.5%;
    margin-top: 3%;
  }
  section.dom-section-content .section-gallery .gallery-wrapper .box-hidden {
    width: 48.5%;
  }
  section.kontakt-section-content .section-inner .inner-background {
    left: 210px;
  }
  section.kontakt-section-content .section-inner .inner-content {
    -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 .section-inner .inner-content .map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 400px;
    margin-top: 60px;
  }
  section.kontakt-section-content .section-inner .inner-content .address {
    padding: 20px 0;
    width: 100%;
    text-align: right;
  }
  section.kontakt-section-content .section-inner .inner-content .address address,
  section.kontakt-section-content .section-inner .inner-content .address a,
  section.kontakt-section-content .section-inner .inner-content .address p {
    font-size: 22px;
    color: #444;
  }
  section.section-footer .footer-inner {
    padding: 60px;
  }
  section.section-footer .footer-inner .inner-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-inner .inner-flexbox .flexbox-service {
    width: 100%;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service:first-of-type {
    padding-left: 75px;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-cover {
    top: -205px;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service ul {
    margin-top: 30px;
  }
  section.section-footer .footer-credits {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-footer .footer-credits p {
    font-size: 11px;
    line-height: 24px;
    color: #777;
    text-align: center;
  }
  section.section-footer .footer-credits p a {
    color: #000000;
    font-weight: 700;
  }
  section.section-footer .footer-credits p a:hover {
    color: #000000;
  }
  section.section-footer .footer-credits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-footer .footer-credits ul li p {
    font-size: 13px;
    line-height: 24px;
    color: #777;
  }
  section.section-footer .footer-credits ul li p a {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
  }
  section.section-footer .footer-credits ul li p a:hover {
    color: #000000;
  }
  section.section-footer .footer-credits ul li.social-media a {
    display: block;
    height: 21px;
    width: 21px;
  }
  section.section-footer .footer-credits ul li.social-media a svg {
    height: 100%;
    width: 100%;
    fill: #999;
    -webkit-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
  }
  section.section-footer .footer-credits ul li.social-media a svg:hover {
    fill: #000000;
  }
  section.section-footer .footer-credits ul li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .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 .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .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: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80vh;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li {
    margin-right: 0 !important;
    padding: 10px 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
    color: #444;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  .about-gallery .gallery-description {
    margin-right: 0;
    min-width: 50%;
    width: 50%;
  }
  .about-gallery .gallery-description p {
    padding-right: 10%;
  }
  section.section-welcome .welcome-inner {
    padding-left: 50px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item {
    height: 450px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-number {
    width: 160px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text {
    padding: 0 20px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text span {
    font-size: 20px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .owl-controls {
    display: none;
  }
  section.section-about .about-inner .inner-service {
    padding: 40px 20px;
  }
  section.section-about .about-inner .inner-service .service-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-about .about-inner .inner-service .service-flexbox .flexbox-service {
    width: 100%;
    margin-top: 20px;
  }
  section.section-about .about-inner .inner-service h2 {
    font-size: 38px;
  }
  section.section-about .about-inner .inner-service p {
    padding: 0;
  }
  section.section-shop {
    padding: 70px 0 20px 0;
  }
  section.section-shop .shop-inner {
    -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-shop .shop-inner .inner-image {
    width: 100%;
  }
  section.section-shop .shop-inner .inner-image .image-service {
    height: 300px;
    position: relative;
  }
  section.section-shop .shop-inner .inner-description {
    margin-top: 40px;
    width: 100%;
  }
  section.informacje-section-content .content-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.informacje-section-content .content-description .description-inner {
    width: 100%;
  }
  section.informacje-section-content .content-description .description-image {
    margin-top: 60px;
    width: 100%;
  }
  section.informacje-section-content .section-elements .elements-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  section.informacje-section-content .section-elements .elements-wrapper .element {
    margin-top: 30px;
    width: 80%;
  }
  section.informacje-section-content .section-elements-list {
    padding: 60px;
  }
  section.informacje-section-content .section-elements-list .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-image {
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-description {
    width: 100%;
  }
  section.galeria-section-content {
    padding: 40px 0;
  }
  section.galeria-section-content .section-heading h1 {
    padding: 0;
    font-size: 50px;
  }
  section.galeria-section-content .gallery-heading {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  section.section-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  section.section-footer .footer-inner {
    padding: 60px 20px;
  }
  section.section-footer .footer-inner .inner-heading h2 {
    font-size: 44px;
  }
}
@media (max-width: 600.98px) {
  .about-gallery .gallery-images {
    min-width: 45%;
    width: 45%;
  }
  .about-gallery .gallery-images a {
    display: none;
  }
  .about-gallery .gallery-images a:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 220px;
    margin-right: 0;
  }
  .about-gallery .gallery-images a img {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.informacje-section-content .content-description .description-inner {
    text-align: center;
  }
  section.informacje-section-content .section-elements {
    padding-top: 50px;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-image img {
    height: 300px;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-description {
    text-align: center;
    padding-left: 0;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-description ul {
    padding-left: 0;
  }
  .section-cta {
    padding-top: 50px;
  }
  .section-cta .contact-link span {
    font-size: 24px;
  }
  .section-cta .line {
    display: none;
  }
  section.dom-section-content {
    padding-top: 40px;
  }
  section.dom-section-content .section-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.dom-section-content .section-features .features-text {
    width: 100%;
    text-align: center;
  }
  section.dom-section-content .section-features .features-text h1 {
    font-size: 50px;
  }
  section.dom-section-content .section-features .features-text p {
    text-align: center;
  }
  section.dom-section-content .section-features .features-text ul {
    text-align: left;
  }
  section.dom-section-content .section-features .features-image {
    width: 95%;
  }
  section.dom-section-content .section-features .features-image .image-background {
    height: 60%;
  }
  section.dom-section-content .section-description p {
    padding: 0;
  }
  section.dom-section-content .section-gallery h2 {
    font-size: 38px;
  }
  section.dom-section-content .section-gallery .gallery-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.dom-section-content .section-gallery .gallery-wrapper a {
    width: 80%;
    height: 220px;
  }
  section.dom-section-content .section-gallery .gallery-wrapper .box-hidden {
    width: 80%;
  }
  section.galeria-section-content .gallery-heading h2 {
    font-size: 26px;
    text-align: center;
  }
  section.galeria-section-content .gallery-heading h2 strong {
    font-size: 22px;
  }
  section.galeria-section-content .gallery-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.galeria-section-content .gallery-wrapper a {
    width: 80%;
    height: 220px;
  }
  section.kontakt-section-content {
    padding: 0 0 80px 0;
  }
  section.kontakt-section-content .section-inner .inner-background {
    left: 140px;
  }
  section.kontakt-section-content .section-inner .inner-content .map {
    margin-top: 40px;
  }
  section.kontakt-section-content .section-inner .inner-content .address address,
  section.kontakt-section-content .section-inner .inner-content .address a,
  section.kontakt-section-content .section-inner .inner-content .address p {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 28px;
  }
  section.static-page-section-content {
    padding-top: 40px;
  }
  section.static-page-section-content .section-description p {
    text-align: center;
  }
  section.section-footer .footer-inner {
    padding: 60px 40px;
  }
  section.section-footer .footer-inner .inner-heading h2 {
    font-size: 40px;
    text-align: center;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service address {
    font-size: 15px;
    line-height: 28px;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service ul {
    margin-top: 20px;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a span {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  nav.section-header .header-flexbox .flexbox-background {
    left: 140px;
  }
  nav.section-header .header-flexbox .flexbox-logo img {
    height: 25px;
  }
  nav.section-header .header-flexbox .flexbox-contact ul li a {
    font-size: 13px;
  }
  .about-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0;
  }
  .about-gallery .gallery-description {
    width: 100%;
    text-align: center;
  }
  .about-gallery .gallery-description h2 {
    font-size: 38px;
  }
  .about-gallery .gallery-description p {
    padding-right: 5px;
  }
  .about-gallery .gallery-images {
    margin-top: 40px;
    min-width: 100%;
    width: 100%;
  }
  section.section-welcome .welcome-inner .inner-background {
    left: 140px;
  }
  section.section-welcome .welcome-inner .inner-slogan {
    top: 25px;
  }
  section.section-welcome .welcome-inner .inner-slogan span {
    width: 200px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item {
    height: 300px;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-number {
    display: none;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text {
    width: 100%;
  }
  section.section-welcome .welcome-inner .owl-carousel-welcome .item .item-caption .caption-text span {
    font-size: 24px;
  }
  section.section-about .about-background {
    right: -129px;
    z-index: -1;
  }
  section.section-shop {
    padding: 20px 0;
  }
  section.section-shop .shop-inner .inner-image {
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.section-shop .shop-inner .inner-image .image-service {
    height: 220px;
  }
  section.section-shop .shop-inner .inner-description {
    text-align: center;
  }
  section.section-shop .shop-inner .inner-description h2 {
    font-size: 38px;
  }
  .section-cta h2 {
    font-size: 38px;
  }
  .section-cta h2 span {
    line-height: 28px;
  }
  section.informacje-section-content {
    padding-top: 40px;
  }
  section.informacje-section-content .content-description .description-inner h1 {
    font-size: 50px;
  }
  section.informacje-section-content .content-description .description-image {
    height: 220px;
  }
  section.informacje-section-content .section-elements h2 {
    font-size: 38px;
  }
  section.informacje-section-content .section-elements p {
    padding: 0;
  }
  section.informacje-section-content .section-elements-list {
    padding: 60px 0;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-description h2 {
    font-size: 46px;
  }
  section.informacje-section-content .section-elements-list .list-wrapper .list-image img {
    height: 220px;
  }
}
