@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNig.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Work Sans', 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;
  background: #f9f9f9;
  position: relative;
}
body.no-js .intro {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body .intro {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn.btn-default {
  padding: 0;
  border-radius: 0;
}
body .btn .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .btn .inner-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
body .btn .inner-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: inherit;
}
body .btn.pulse-animate {
  position: relative;
}
body .btn.pulse-animate:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #845740;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 15px;
  -webkit-animation: pulse-dot 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-dot {
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes pulse-dot {
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
body .btn-border {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 2px;
  display: inline-block;
  outline: none;
  background: none;
}
body .btn-empty {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  border: none;
  display: inline-block;
  outline: none;
  background: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body .btn-empty:hover {
  text-decoration: underline;
}
body .btn-fill {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #000;
  display: inline-block;
  outline: none;
}
body .btn-fill.btn-icon {
  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;
}
body .btn-fill.btn-icon svg {
  min-width: 15px;
  max-width: 15px;
  fill: #fff;
  margin-right: 10px;
}
body .btn-fill.btn-icon span {
  white-space: nowrap;
}
body .btn-fill.btn-small {
  padding: 5px 20px;
}
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;
}
.color-default {
  color: #845740 !important;
}
.color-default.color-default-hover:hover {
  color: #62402f !important;
}
.color-default-hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.color-default-hover:hover {
  color: #845740 !important;
}
.background-default {
  background-color: #845740 !important;
}
.background-default.background-default-hover:hover {
  background-color: #62402f !important;
}
.background-default-hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.background-default-hover:hover {
  background-color: #845740 !important;
}
.border-default {
  border-color: #845740 !important;
}
.border-default.border-default-hover:hover {
  border-color: #62402f !important;
}
.border-default-hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.border-default-hover:hover {
  border-color: #845740 !important;
}
.fill-default {
  fill: #845740 !important;
}
.fill-default.fill-default-hover:hover {
  fill: #62402f !important;
}
.fill-default-hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.fill-default-hover:hover {
  fill: #845740 !important;
}
.toast-container {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}
.toast-container .toast {
  z-index: 999;
  position: relative;
  left: 0;
  bottom: 0;
  border: none;
}
.toast-container .toast .toast-header {
  border-radius: 2px 2px 0 0;
}
.toast-container .toast .toast-header.success {
  background: olivedrab;
}
.toast-container .toast .toast-header.warning {
  background: crimson;
}
.toast-container .toast .toast-body {
  background: #fff;
  border-radius: 0 0 2px 2px;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  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: 550px;
  max-width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  height: calc(100% + 40px);
  width: calc(100% + 40px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  z-index: 222;
  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 .inner-content {
  position: relative;
  z-index: 111;
}
.modal-service-wrapper .modal-service .service-inner .inner-content img {
  max-width: 100%;
}
.breadcrumb-wrapper {
  padding: 0 0 30px 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumb-wrapper .breadcrumb {
  border-radius: 0;
  padding: 0;
  background: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-weight: 200;
}
.checkbox-wrapper {
  cursor: pointer;
  display: block;
  margin: 0;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper .radio-box a {
  text-decoration: underline;
}
.checkbox-wrapper .radio-box .box-square {
  content: '';
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #999;
  margin-top: 3px;
  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;
}
.select-wrapper {
  position: relative;
  border: 1px solid #999;
  border-radius: 30px;
  overflow: hidden;
}
.select-wrapper select {
  cursor: pointer;
  padding: 6px 100px 5px 15px;
  border: none;
  border-radius: 50px;
  background: #fff;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  width: 100%;
}
.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);
}
.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 .product-service {
  margin-top: 3.5%;
  width: 23.5%;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.products-flexbox .product-service .badge-wrapper {
  position: absolute;
  z-index: 111;
  top: 7px;
  left: 7px;
  width: 100%;
}
.products-flexbox .product-service .badge-wrapper .badge {
  width: 90px;
  height: 25px;
  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;
  text-align: center;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 6px;
}
.products-flexbox .product-service .badge-wrapper .badge.promotion {
  background: tomato;
  display: none;
}
.products-flexbox .product-service .badge-wrapper .badge.new {
  background: olivedrab;
  display: none;
}
.products-flexbox .product-service .badge-wrapper .badge.bestseller {
  background: dodgerblue;
  display: none;
}
.products-flexbox .product-service .badge-wrapper .badge.own {
  background: #ef7b0a;
  display: none;
}
.products-flexbox .product-service .service-favorite {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border: none;
  background: #fff;
  border-radius: 2px;
  outline: none;
}
.products-flexbox .product-service .service-favorite svg {
  height: 15px;
  width: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.products-flexbox .product-service .service-favorite svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.products-flexbox .product-service .service-favorite svg path:nth-child(1) {
  fill: #fff;
}
.products-flexbox .product-service .service-favorite.checked svg path:nth-child(1),
.products-flexbox .product-service .service-favorite:hover svg path:nth-child(1) {
  fill: #e9b9b9;
}
.products-flexbox .product-service .service-image-wrapper {
  width: 100%;
  padding-top: 160%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background: #f3f3f3;
}
.products-flexbox .product-service .service-image-wrapper .image-cover {
  position: absolute;
  z-index: 121;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  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;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.products-flexbox .product-service .service-image-wrapper .image-cover .cover-inner {
  height: 43px;
  width: 43px;
  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-image-wrapper .image-cover .cover-inner img {
  height: 16px;
  width: 16px;
}
.products-flexbox .product-service .service-image-wrapper .service-image {
  text-align: center;
  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;
}
.products-flexbox .product-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.products-flexbox .product-service .service-image-wrapper.square {
  padding-top: 100%;
}
.products-flexbox .product-service .service-image-wrapper.cover .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.products-flexbox .product-service .info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  text-align: center;
  display: block;
}
.products-flexbox .product-service .info.list-view {
  display: none;
}
.products-flexbox .product-service .name {
  text-align: center;
  margin-top: 15px;
  color: #000;
  font-weight: 500;
  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 {
  text-align: center;
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.products-flexbox .product-service .price small {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  margin-right: 7px;
  position: relative;
  display: none;
}
.products-flexbox .product-service .price small:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  height: 0.5px;
  background: #666;
}
.products-flexbox .product-service .price span {
  font-weight: 400;
  color: #999;
  font-size: 12px;
}
.products-flexbox .product-service.promotion .promotion {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service.promotion .price {
  color: tomato;
}
.products-flexbox .product-service.promotion .price small {
  display: inline-block;
}
.products-flexbox .product-service.new .new {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service.bestseller .bestseller {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service.own .own {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-flexbox .product-service:hover .service-image-wrapper .image-cover {
  opacity: 1;
}
.products-flexbox .product-service:hover .name {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid !important;
          text-decoration-style: solid !important;
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
  text-decoration-thickness: 0.5px !important;
}
.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 {
  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;
}
.products-flexbox.grid-list .product-service header {
  min-width: 17%;
  margin-right: 15px;
}
.products-flexbox.grid-list .product-service .info {
  margin-top: 0;
  text-align: left;
}
.products-flexbox.grid-list .product-service .info.grid-view {
  display: none;
}
.products-flexbox.grid-list .product-service .info.list-view {
  display: block;
}
.products-flexbox.grid-list .product-service .name {
  margin-top: 0;
  text-align: left;
}
.products-flexbox.grid-list .product-service .name.grid-view {
  display: none;
}
.products-flexbox.grid-list .product-service .name.list-view {
  padding-right: 50px;
  display: block;
}
.products-flexbox.grid-list .product-service .price {
  text-align: left;
}
.products-flexbox.grid-list .product-service:not(:first-child) {
  margin-top: 30px;
}
.news-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;
}
.news-flexbox .news-service {
  margin-top: 3.5%;
  width: 31%;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-flexbox .news-service .service-image-wrapper {
  width: 100%;
  padding-top: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background: #f3f3f3;
}
.news-flexbox .news-service .service-image-wrapper .image-cover {
  position: absolute;
  z-index: 121;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  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;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-flexbox .news-service .service-image-wrapper .image-cover .cover-inner {
  height: 43px;
  width: 43px;
  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;
}
.news-flexbox .news-service .service-image-wrapper .image-cover .cover-inner img {
  height: 16px;
  width: 16px;
}
.news-flexbox .news-service .service-image-wrapper .service-image {
  text-align: center;
  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;
}
.news-flexbox .news-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-flexbox .news-service .date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
  font-size: 11px;
  display: block;
}
.news-flexbox .news-service .date.list-view {
  display: none;
}
.news-flexbox .news-service .name {
  margin-top: 3px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-flexbox .news-service .name.list-view {
  display: none;
}
.news-flexbox .news-service:hover .service-image-wrapper .image-cover {
  opacity: 1;
}
.news-flexbox .news-service:hover .name {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid !important;
          text-decoration-style: solid !important;
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
  text-decoration-thickness: 0.5px !important;
}
.news-flexbox .news-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
.body-wrapper {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.body-wrapper.active {
  -webkit-transform: translateX(-620px);
      -ms-transform: translateX(-620px);
          transform: translateX(-620px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.header-live {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-live .alert {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  background: #000;
  text-align: center;
}
.header-live .alert .alert-inner {
  font-size: 9.2px;
  padding: 7px 25px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.header-live .alert .alert-inner .btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 12px;
  width: 12px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: none;
  padding: 0;
  cursor: pointer;
}
.header-live .alert .alert-inner .btn-close span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
}
.header-live .alert .alert-inner .btn-close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.header-live .alert .alert-inner .btn-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.header-live .alert .alert-inner .btn-close:after {
  content: none;
}
.header-bag-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service {
  position: absolute;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  -webkit-box-shadow: -10px 5px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 5px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service .service-heading {
  padding: 40px;
  min-height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
.header-bag-sidebar .sidebar-service .service-heading .heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.header-bag-sidebar .sidebar-service .service-heading .delivery {
  text-align: right;
  font-size: 13px;
  line-height: 18px;
}
.header-bag-sidebar .sidebar-service .service-inner {
  padding: 0 40px 40px 40px;
  width: 620px;
  max-height: calc(100vh - 285px);
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper {
  margin-top: 30px;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .product-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper {
  min-width: 95px;
  max-width: 95px;
  padding-top: 152px;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #f3f3f3;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper .service-image {
  text-align: center;
  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;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper.square {
  padding-top: 95px;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper.cover .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name {
  width: 100%;
  padding-left: 20px;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name .info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  font-size: 10px;
  display: block;
  margin-top: 10px;
  padding: 0;
  text-align: left;
  border: none;
  background: none;
  outline: none;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name .info + .info {
  margin-top: 0;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name .name {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .breakpoint {
  display: none;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .price {
  min-width: 75px;
  max-width: 75px;
  margin-left: 20px;
  color: #000;
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .price span {
  font-weight: 400;
  color: #999;
  font-size: 11px;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity {
  margin-left: 20px;
  max-width: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number {
  width: 35px;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  background: none;
  border-radius: 0;
  border: none;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number,
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-decrement,
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-increment {
  height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-decrement,
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-increment {
  min-width: 20px;
  border-radius: 2px;
  background: #f3f3f3;
  color: #000;
  text-align: center;
  font-weight: 400;
  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: none;
  outline: none;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-decrement:active,
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-increment:active {
  background: #000;
  color: #fff;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity input[type=number]::-webkit-inner-spin-button,
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity input[type=number] {
  -moz-appearance: textfield;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-delete {
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15px;
  max-width: 15px;
  outline: none;
  margin-left: 20px;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-delete svg {
  width: 100%;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper:hover .name {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid !important;
          text-decoration-style: solid !important;
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
  text-decoration-thickness: 0.5px !important;
}
.header-bag-sidebar .sidebar-service .service-menu-wrapper {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 222;
  height: 100vh;
  width: 100%;
}
.header-bag-sidebar .sidebar-service .service-menu-wrapper.hidden {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1;
}
.header-bag-sidebar .sidebar-service .service-menu-wrapper + .service-menu-wrapper {
  z-index: 444;
}
.header-bag-sidebar .sidebar-service .service-menu {
  max-height: 100vh;
}
.header-bag-sidebar .sidebar-service .service-menu .backlink {
  display: block;
  outline: none;
  padding: 15px 20px;
  width: 100%;
  background: none;
  border: none;
}
.header-bag-sidebar .sidebar-service .service-menu .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service .service-menu .backlink .backlink-inner span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.header-bag-sidebar .sidebar-service .service-menu .backlink .backlink-inner img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
}
.header-bag-sidebar .sidebar-service .service-menu .backlink.backlink-close {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.header-bag-sidebar .sidebar-service .service-menu .backlink.backlink-close.hidden {
  display: none;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-filters-button {
  border: none;
  border-top: 45px solid #f1f1f1;
  font-size: 18px;
  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;
  width: 100%;
  background: none;
  outline: none;
  font-weight: 500;
  padding: 15px 20px;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-filters-button svg {
  margin-right: 10px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  fill: #000;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-filters-button span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-filters-button.hidden {
  display: none;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-heading {
  border-top: 45px solid #f1f1f1;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list {
  list-style: none;
  border-top: 45px solid #f1f1f1;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li a,
.header-bag-sidebar .sidebar-service .service-menu .menu-list li button {
  padding: 15px 50px 15px 20px;
  width: 100%;
  background: none;
  position: relative;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li a .icon,
.header-bag-sidebar .sidebar-service .service-menu .menu-list li button .icon {
  fill: #000;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  margin-right: 10px;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li a span,
.header-bag-sidebar .sidebar-service .service-menu .menu-list li button span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li a.has-child:after,
.header-bag-sidebar .sidebar-service .service-menu .menu-list li button.has-child:after {
  content: '';
  height: 10px;
  min-width: 10px;
  max-width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/right-chevron.svg) center;
  background-size: cover;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li a.background-default .icon,
.header-bag-sidebar .sidebar-service .service-menu .menu-list li button.background-default .icon {
  fill: #fff;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li a.background-default span,
.header-bag-sidebar .sidebar-service .service-menu .menu-list li button.background-default span {
  color: #fff;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-list li:not(:last-child) {
  border-bottom: 0.5px solid #ccc;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-filters-button:not(.hidden) + .menu-heading {
  border-top: none;
}
.header-bag-sidebar .sidebar-service .service-menu .menu-heading + .menu-list {
  border-top: 0.5px solid #ccc;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper {
  border-top: 45px solid #f1f1f1;
  padding: 20px;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav {
  margin-top: 0;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav .heading {
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav .heading:not(:first-of-type) {
  margin-top: 30px;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box {
  font-size: 17px;
  letter-spacing: 1px;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box .box-square {
  margin-top: 7px;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav .range-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .filter-nav .range-wrapper input[type=number] {
  margin: 0 10px;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .inner-footer {
  padding-top: 30px;
  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;
}
.header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .inner-footer > * + * {
  margin-left: 20px;
}
.header-bag-sidebar .sidebar-service .service-summary {
  bottom: 81px;
  right: 0;
  width: 100%;
  position: absolute;
  background: #fff;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  text-align: right;
  padding: 20px 42px 20px 40px;
}
.header-bag-sidebar .sidebar-service .service-footer {
  position: absolute;
  bottom: 0;
  padding: 0 40px 40px 40px;
  background: #fff;
  width: 100%;
  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;
}
.header-bag-sidebar .sidebar-service .product-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  max-height: 100vh;
  height: 100%;
  width: 100%;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner {
  padding: 40px;
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  padding-right: 15px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .btn-modal-close {
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  border: none;
  background: none;
  position: relative;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .btn-modal-close span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 25px;
  height: 1px;
  background: #000;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .btn-modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .btn-modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer {
  margin-top: 50px;
  max-width: 380px;
  width: 100%;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper {
  width: 100%;
  padding-top: 160%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background: #f3f3f3;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper .service-image {
  text-align: center;
  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;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper.square {
  padding-top: 100%;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper.cover .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features {
  margin-top: 50px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features .feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features .feature-inner p {
  text-transform: uppercase;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features .feature-inner p:nth-child(2) {
  margin-left: 20px;
  font-weight: 700;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-description {
  margin-top: 45px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-description p {
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-footer {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-footer > * + * {
  margin-left: 20px;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner.active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}
.header-bag-sidebar .sidebar-service .product-modal.active {
  opacity: 1;
  visibility: visible;
}
.header-bag-sidebar .sidebar-service.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header-bag-sidebar.favorite .sidebar-service .service-inner {
  max-height: calc(100vh - 236px);
}
.header-bag-sidebar.favorite .sidebar-service .service-footer {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.header-bag-sidebar.active {
  z-index: 555;
  visibility: visible;
  opacity: 1;
}
nav.section-header {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-top {
  padding: 13px 0;
  border-bottom: 0.5px solid #ccc;
  min-height: 50px;
  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 p {
  font-size: 9.2px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
nav.section-header .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 .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-top .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-top .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-top .nav-button:hover .button-bar,
nav.section-header .header-top .nav-button:focus .button-bar {
  width: 30px !important;
}
nav.section-header .header-top .top-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-top .top-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-top .top-social-media li a svg {
  height: 16px;
  width: 16px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-top .top-social-media li:not(:last-child) {
  margin-right: 10px;
}
nav.section-header .header-top .top-social-media:after {
  content: '';
  border-right: 0.5px solid #ccc;
  height: 14px;
  display: block;
  margin: 0 20px;
}
nav.section-header .header-top .top-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-top .top-navigation li a {
  font-size: 9.2px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  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 .top-navigation li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 0.5px solid #ccc;
}
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;
  padding: 30px 0;
}
nav.section-header .header-management .management-logo .logo-text {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.9px;
}
nav.section-header .header-management .management-logo .logo-text span {
  font-weight: 700;
  color: #c31432;
  font-size: 30px;
  line-height: 10px;
}
nav.section-header .header-management .management-logo .logo-image {
  width: auto;
  height: auto;
  max-height: 65px;
  max-width: 200px;
}
nav.section-header .header-management .management-logo .logo-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
nav.section-header .header-management .management-offer {
  position: relative;
}
nav.section-header .header-management .management-offer button {
  height: 37px;
  border-radius: 20px;
  border: none;
  padding: 0 20px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
nav.section-header .header-management .management-offer button svg {
  margin-left: 10px;
  fill: #fff;
  height: 6px;
  min-width: 6px;
  max-width: 6px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
nav.section-header .header-management .management-offer .offer-dropdown {
  position: absolute;
  min-width: 310px;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner {
  border-top-width: 2px;
  border-top-style: solid;
  padding: 10px 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: 5px 8px 32px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 8px 32px 0px rgba(0, 0, 0, 0.18);
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item {
  position: relative;
  padding: 0;
  background: none;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item .item-heading {
  padding: 15px 40px 15px 18px;
  background: none;
  font-size: 17px;
  display: block;
  color: #000;
  letter-spacing: 1px;
  border-right: 10px solid #fff;
  font-weight: 500;
  line-height: 13px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item .dropdown-menu-inner {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  padding: 10px;
  background: #fff;
  z-index: 444;
  -webkit-box-shadow: 15px 8px 20px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 15px 8px 20px 0px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item .dropdown-menu-inner .menu-item {
  display: block;
  font-size: 14px;
  color: #000;
  padding: 10px;
  letter-spacing: 0.7px;
  font-weight: 500;
  line-height: 13px;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item.active,
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item:hover {
  background: #f3f3f3;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item.active .dropdown-menu-inner {
  opacity: 1;
  visibility: visible;
}
nav.section-header .header-management .management-offer .offer-dropdown .offer-dropdown-inner .dropdown-item.has-child .item-heading:after {
  content: '';
  height: 6px;
  width: 6px;
  background: url('../img/icons/right-chevron.svg') center;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav.section-header .header-management .management-offer .offer-dropdown.active {
  opacity: 1;
  visibility: visible;
  z-index: 333;
}
nav.section-header .header-management .management-breakpoint {
  display: none;
}
nav.section-header .header-management .management-search-engine {
  border: 0.5px solid #000;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-search-engine input {
  width: 100%;
  min-width: 470px;
  height: 40px;
  padding: 10px 15px 10px 15px;
  border: none;
  background: none;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-search-engine input:focus {
  outline: none;
}
nav.section-header .header-management .management-search-engine input::-webkit-input-placeholder {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
nav.section-header .header-management .management-search-engine input::-moz-placeholder {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
nav.section-header .header-management .management-search-engine input:-ms-input-placeholder {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
nav.section-header .header-management .management-search-engine input::-ms-input-placeholder {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
nav.section-header .header-management .management-search-engine input::placeholder {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
nav.section-header .header-management .management-search-engine .btn-search {
  height: 40px;
  min-width: 40px;
  background: #000;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  color: #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;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
nav.section-header .header-management .management-search-engine .btn-search svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
nav.section-header .header-management .management-search-engine .btn-search:hover {
  background: #000000;
}
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-icons a,
nav.section-header .header-management .management-service .service-icons button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  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;
  position: relative;
}
nav.section-header .header-management .management-service .service-icons a svg,
nav.section-header .header-management .management-service .service-icons button svg {
  height: 20px;
  width: 20px;
  fill: #444;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-service .service-icons a .quantity-badge,
nav.section-header .header-management .management-service .service-icons button .quantity-badge {
  position: absolute;
  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;
  text-align: center;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  top: -7px;
  left: 15px;
}
nav.section-header .header-management .management-service .service-icons a .quantity-badge.pulse-badge:after,
nav.section-header .header-management .management-service .service-icons button .quantity-badge.pulse-badge:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #845740;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 15px;
  -webkit-animation: pulse-badge 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-badge 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-badge {
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes pulse-badge {
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
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: end;
      align-self: flex-end;
  -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 a:hover,
nav.section-header .header-management .management-service .service-icons button:hover {
  color: #000;
}
nav.section-header .header-management .management-service .service-icons a:hover svg,
nav.section-header .header-management .management-service .service-icons button:hover svg {
  fill: #000;
}
nav.section-header .header-management .management-service .service-icons:nth-child(2) {
  margin-left: 20px;
}
nav.section-header .header-management .management-service .service-icons:nth-child(2) a .quantity-badge {
  left: 13px;
}
nav.section-header .header-management .management-service .service-nav-button {
  display: none;
}
nav.section-header .header-management .management-service .service-nav-button .nav-button {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: -10px;
  padding: 10px;
  border: none;
  background: none;
  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;
  outline: none;
}
nav.section-header .header-management .management-service .service-nav-button .nav-button .button-bar {
  height: 1.5px;
  width: 25px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-management .management-service .service-nav-button .nav-button .button-bar:nth-child(2) {
  margin-top: 5px;
}
nav.section-header .header-management .management-service .service-nav-button .nav-button .button-bar:nth-child(3) {
  margin-top: 5px;
}
nav.section-header .header-management .management-service .service-nav-button .nav-button .button-name {
  font-size: 8px;
  letter-spacing: 0.7px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
  color: #000;
  line-height: 8px;
  text-transform: uppercase;
}
section.section-welcome {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-welcome.no-js {
  display: none;
}
section.section-welcome .welcome-item {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-item .item-image {
  width: 43%;
  height: 570px;
  position: relative;
  z-index: 111;
}
section.section-welcome .welcome-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-welcome .welcome-item .item-image img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-welcome .welcome-item .item-description {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  color: #000;
}
section.section-welcome .welcome-item .item-description:before {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 300px;
  width: 300px;
  left: -240px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #f9f9f9;
}
section.section-welcome .welcome-item .item-description .info {
  position: relative;
  font-size: 9.2px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.section-welcome .welcome-item .item-description .text {
  font-size: 39px;
  line-height: 45px;
  max-width: 400px;
  margin-bottom: 20px;
  position: relative;
}
section.section-welcome .welcome-item .item-description .description {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  max-width: 400px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 40px;
}
section.section-welcome .welcome-item .item-description.white {
  color: #fff;
}
section.section-welcome .welcome-item.full-width-background {
  height: 570px;
  position: relative;
}
section.section-welcome .welcome-item.full-width-background .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto;
}
section.section-welcome .welcome-item.full-width-background .item-description {
  width: 100%;
  position: relative;
  text-align: center;
}
section.section-welcome .welcome-item.full-width-background .item-description:before {
  content: none;
}
section.section-welcome .welcome-item.full-width-background .item-description .text {
  margin: 0 auto 20px auto;
}
section.section-welcome .welcome-item.full-width-background .item-description .description {
  margin: 0 auto 40px auto;
}
section.section-welcome .welcome-item.full-width-background .item-description .btn {
  background: #f3f3f3;
  padding: 5px 12px;
  border-radius: 15px;
}
section.section-welcome .welcome-item.full-width-background .item-description .btn.pulse-animate:after {
  left: 12px;
  top: 5px;
}
section.section-welcome .owl-carousel-welcome {
  position: relative;
}
section.section-welcome .owl-carousel-welcome .welcome-item .item-image img.position-animate {
  opacity: 0;
}
section.section-welcome .owl-carousel-welcome .welcome-item .item-description.position-animate {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
section.section-welcome .owl-carousel-welcome .owl-dots {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  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;
  position: relative;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot {
  margin: 5px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  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;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot span {
  background-color: #222;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot.active {
  border: 1px solid #000;
  background: #fff;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot.active span {
  background-color: #000;
}
section.section-welcome .owl-carousel-welcome .owl-nav {
  position: absolute !important;
  margin-top: 0;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev,
section.section-welcome .owl-carousel-welcome .owl-nav .owl-next {
  background-color: #f3f3f3;
  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: 2px;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 5px;
}
section.section-welcome .welcome-mobile-item {
  display: none;
}
section.section-welcome .welcome-mobile-item img {
  width: 100%;
}
section.section-welcome .owl-carousel-welcome-mobile {
  display: none;
}
section.section-advantages {
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-advantages .advantages-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-advantages .advantages-flexbox .flexbox-service {
  text-align: center;
  width: 25%;
  padding: 0 10px;
}
section.section-advantages .advantages-flexbox .flexbox-service .service-icon {
  height: 40px;
  width: 40px;
}
section.section-advantages .advantages-flexbox .flexbox-service .service-name {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-transform: none;
}
section.section-offer {
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-offer .section-heading {
  text-align: center;
}
section.section-offer .section-heading h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.section-offer .section-heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.section-offer .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
section.section-offer .nav-tabs .nav-item .nav-link {
  padding: 0;
  margin: 5px 10px;
  border: none;
  border-radius: 0;
  background: none;
  color: #000 !important;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: auto;
  font-size: 14px;
  text-transform: none;
}
section.section-offer .nav-tabs .nav-item .nav-link.active {
  color: inherit !important;
  opacity: 1;
}
section.section-offer .products-flexbox {
  margin-top: 10px;
}
section.section-cta {
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-cta.no-js {
  display: none;
}
section.section-cta .cta-item {
  position: relative;
}
section.section-cta .cta-item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.section-cta .cta-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-cta .cta-item .item-image img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-cta .cta-item .item-description {
  padding: 70px 40px;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 400px;
  color: #000;
}
section.section-cta .cta-item .item-description .info {
  position: relative;
  font-size: 9.2px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.section-cta .cta-item .item-description .text {
  font-size: 39px;
  line-height: 45px;
  max-width: 520px;
  margin: 0 auto 20px auto;
  position: relative;
}
section.section-cta .cta-item .item-description .description {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  max-width: 400px;
  line-height: 24px;
  opacity: 0.85;
  margin: 0 auto 40px auto;
}
section.section-cta .cta-item .item-description .btn {
  background: #f3f3f3;
  padding: 5px 12px;
  border-radius: 15px;
}
section.section-cta .cta-item .item-description .btn.pulse-animate:after {
  left: 12px;
  top: 5px;
}
section.section-cta .cta-item .item-description.white {
  color: #fff;
}
section.section-cta .owl-carousel-cta {
  background: #f3f3f3;
  position: relative;
}
section.section-cta .owl-carousel-cta .owl-dots {
  display: none;
}
section.section-cta .owl-carousel-cta .owl-nav {
  position: absolute !important;
  margin-top: 0;
  bottom: 17px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .owl-carousel-cta .owl-nav .owl-prev,
section.section-cta .owl-carousel-cta .owl-nav .owl-next {
  background-color: #f3f3f3;
  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: 2px;
}
section.section-cta .owl-carousel-cta .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 5px;
}
section.section-blog {
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-blog.subpage {
  background: #fff;
  margin-top: 0;
  padding: 70px 0 100px 0;
}
section.section-blog .section-heading {
  text-align: center;
}
section.section-blog .section-heading h1,
section.section-blog .section-heading h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.section-blog .section-heading h1 a,
section.section-blog .section-heading h2 a {
  color: inherit;
}
section.section-blog .section-heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.section-industries {
  margin-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-industries .section-heading {
  text-align: center;
}
section.section-industries .section-heading h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.section-industries .section-heading h2 a {
  color: inherit;
}
section.section-industries .section-heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.section-industries .industries-flexbox {
  max-width: 1100px;
  margin: 25px auto 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-industries .industries-flexbox .flexbox-service {
  margin: 10px;
  padding: 10px 20px;
  background: #f3f3f3;
  color: #000;
  border-radius: 2px;
  font-size: 16px;
}
section.section-industries .industries-flexbox .flexbox-service:hover {
  color: #fff;
}
section.section-newsletter {
  margin-top: 100px;
  padding: 100px 0;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-newsletter.subpage {
  margin-top: 0;
  padding-top: 0;
}
section.section-newsletter .section-heading {
  text-align: center;
}
section.section-newsletter .section-heading h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.section-newsletter .section-heading h2 a {
  color: inherit;
}
section.section-newsletter .section-heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.section-newsletter .newsletter-input {
  border: 0.5px solid #000;
  height: 40px;
  width: 580px;
  margin: 50px auto 0 auto;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  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.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-newsletter .newsletter-input input {
  width: 100%;
  height: 40px;
  padding: 10px 15px 10px 15px;
  border: none;
  background: none;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-newsletter .newsletter-input input:focus {
  outline: none;
}
section.section-newsletter .newsletter-input input::-webkit-input-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.section-newsletter .newsletter-input input::-moz-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.section-newsletter .newsletter-input input:-ms-input-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.section-newsletter .newsletter-input input::-ms-input-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.section-newsletter .newsletter-input input::placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.section-newsletter .newsletter-input .btn-search {
  height: 40px;
  min-width: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  white-space: nowrap;
  border: none;
  border-radius: 20px;
  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;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
section.section-newsletter .newsletter-input .btn-search:hover {
  background: #000000;
}
section.section-newsletter .checkbox-wrapper-outer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.kategoria-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 70px 0 100px 0;
  background: #fff;
}
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%;
  position: relative;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .heading {
  margin-bottom: 25px;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .heading p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 11px;
}
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;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-categories-button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 18px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-categories-button svg {
  fill: #fff;
  height: 14px;
  min-width: 14px;
  max-width: 14px;
  margin-right: 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-categories-button span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 11px;
}
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-wrapper {
  position: relative;
  margin-left: 30px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper:before {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 999;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1px solid #999;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #999;
  overflow: hidden;
  height: 29px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid a,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid button {
  margin: 0;
  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;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  height: 29px;
  width: 35px;
  -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-wrapper .heading-grid a svg,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid button svg {
  width: 15px;
  height: 15px;
  fill: #999;
  -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-wrapper .heading-grid a:hover svg,
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid button:hover svg {
  fill: #000;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid a:nth-child(1),
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid button:nth-child(1) {
  margin-left: 5px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid a:nth-child(2),
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper .heading-grid button:nth-child(2) {
  margin-right: 5px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading {
  display: none;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading .heading-backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 0.5px solid #ccc;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading .heading-backlink span {
  font-size: 17px;
  font-weight: 500;
  color: #666;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading .heading-backlink img {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .heading .heading-name {
  padding: 25px 0;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .btn-more-products-wrapper {
  margin-top: 80px;
}
section.kategoria-section-content .content-flexbox .flexbox-body .btn-more-products-wrapper .btn-more-products {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 2px;
  outline: none;
  background: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.kategoria-section-content .content-flexbox .flexbox-body .btn-more-products-wrapper .btn-more-products:hover {
  background: #f3f3f3;
}
section.kategoria-section-content .content-description {
  border-top: 0.5px solid #ccc;
  padding-top: 90px;
  margin-top: 100px;
}
section.kategoria-section-content .content-description .description-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
section.kategoria-section-content .content-description .description-inner h1,
section.kategoria-section-content .content-description .description-inner h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.kategoria-section-content .content-description .description-inner h1 a,
section.kategoria-section-content .content-description .description-inner h2 a {
  color: inherit;
}
section.kategoria-section-content .content-description .description-inner p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.category-nav-wrapper {
  position: relative;
}
.category-nav-wrapper .category-nav li {
  list-style: none;
}
.category-nav-wrapper .category-nav li a {
  font-size: 17px;
  display: block;
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 13px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.category-nav-wrapper .category-nav li.active > a {
  font-weight: 700;
}
.category-nav-wrapper .category-nav li:not(:last-child) {
  padding-bottom: 20px;
}
.category-nav-wrapper .category-nav li ul {
  margin-top: 17px;
  padding-left: 17px;
}
.category-nav-wrapper .category-nav li ul li {
  padding-bottom: 0 !important;
}
.category-nav-wrapper .category-nav li ul li a {
  padding: 5px 0;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #000;
}
.category-nav-wrapper .category-nav li ul li ul {
  margin-top: 14px;
}
.category-nav-wrapper .filter-nav {
  margin-top: 65px;
}
.category-nav-wrapper .filter-nav .heading:not(:first-of-type) {
  margin-top: 65px;
}
.category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box {
  font-size: 17px;
  letter-spacing: 1px;
}
.category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box .box-square {
  margin-top: 7px;
}
.category-nav-wrapper .filter-nav .range-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;
}
.category-nav-wrapper .filter-nav .range-wrapper input[type=number] {
  border: none;
  max-width: 100px;
  margin: 0 10px;
  outline: none;
  text-align: center;
  font-size: 14px;
  height: 30px;
  border-radius: 2px;
  background: #f3f3f3;
  width: 100%;
  -moz-appearance: textfield;
}
.category-nav-wrapper .filter-nav .range-wrapper input[type=number]::-webkit-outer-spin-button,
.category-nav-wrapper .filter-nav .range-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.category-nav-wrapper .filter-nav .range-wrapper input[type=number]:invalid,
.category-nav-wrapper .filter-nav .range-wrapper input[type=number]:out-of-range {
  border: 1px solid #ff6347;
}
.category-nav-wrapper .filter-nav .range-wrapper span {
  display: block;
  min-width: 12px;
}
.category-nav-wrapper .filter-nav .range-wrapper p {
  font-size: 13px;
  color: #000;
}
.category-nav-wrapper .filter-nav .buttons-wrapper {
  margin-top: 50px;
  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;
}
.category-nav-wrapper .filter-nav .buttons-wrapper .btn-clear {
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.category-nav-wrapper .filter-nav .buttons-wrapper .btn-filter {
  padding: 0;
  border: none;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 10px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.produkt-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 70px 0 100px 0;
  background: #fff;
}
section.produkt-section-content .heading {
  display: none;
}
section.produkt-section-content .heading .heading-backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 0.5px solid #ccc;
}
section.produkt-section-content .heading .heading-backlink span {
  font-size: 17px;
  font-weight: 500;
  color: #666;
}
section.produkt-section-content .heading .heading-backlink img {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
}
section.produkt-section-content .content-inner {
  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.produkt-section-content .content-inner .product-gallery {
  width: 38%;
}
section.produkt-section-content .content-inner .product-gallery img {
  width: 100%;
}
section.produkt-section-content .content-inner .product-gallery .lSSlideWrapper {
  position: relative;
}
section.produkt-section-content .content-inner .product-gallery .lSAction a {
  margin-top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSPrev {
  width: 25px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSPrev:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url('../library/lightslider-master/dist/img/right-chevron.svg') center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSNext {
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSNext:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url('../library/lightslider-master/dist/img/right-chevron.svg') center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.produkt-section-content .content-inner .product-gallery .lSGallery {
  margin-top: 23px !important;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li {
  border-radius: 0;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li a {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li.active,
section.produkt-section-content .content-inner .product-gallery .lSGallery li:hover {
  opacity: 1;
}
section.produkt-section-content .content-inner .product-info {
  width: 55%;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge {
  width: 90px;
  height: 25px;
  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;
  text-align: center;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 6px;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.promotion {
  background: tomato;
  display: none;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.new {
  background: olivedrab;
  display: none;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.bestseller {
  background: dodgerblue;
  display: none;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.own {
  background: #ef7b0a;
  display: none;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge:not(:last-child) {
  margin-right: 10px;
}
section.produkt-section-content .content-inner .product-info h1 {
  max-width: 650px;
  font-size: 28px;
  font-weight: 400;
  color: #000;
}
section.produkt-section-content .content-inner .product-info .info-features {
  margin-top: 40px;
}
section.produkt-section-content .content-inner .product-info .info-features > *:not(:first-child) {
  margin-top: 10px;
}
section.produkt-section-content .content-inner .product-info .info-features .feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.produkt-section-content .content-inner .product-info .info-features .feature-inner p {
  text-transform: uppercase;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.produkt-section-content .content-inner .product-info .info-features .feature-inner p:nth-child(2) {
  margin-left: 20px;
  font-weight: 700;
}
section.produkt-section-content .content-inner .product-info .info-features .select-wrapper-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.produkt-section-content .content-inner .product-info .info-features .select-wrapper-flexbox label {
  opacity: 0.7;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 20px;
}
section.produkt-section-content .content-inner .product-info .info-price {
  margin-top: 40px;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value {
  color: #000;
  font-size: 28px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value small {
  font-size: 28px;
  font-weight: 400;
  color: #999;
  margin-right: 7px;
  position: relative;
  display: none;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value small:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  height: 0.5px;
  background: #666;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value span {
  font-weight: 400;
  color: #999;
  font-size: 18px;
}
section.produkt-section-content .content-inner .product-info .info-add {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number {
  width: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  background: none;
  border-radius: 0;
  border: none;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number,
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 {
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
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 {
  min-width: 40px;
  border-radius: 2px;
  background: #f3f3f3;
  color: #000;
  text-align: center;
  font-weight: 400;
  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: none;
  outline: none;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number-decrement:active,
section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number-increment:active {
  background: #000;
  color: #fff;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity input[type=number]::-webkit-inner-spin-button,
section.produkt-section-content .content-inner .product-info .info-add .service-quantity input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
section.produkt-section-content .content-inner .product-info .info-add .service-quantity input[type=number] {
  -moz-appearance: textfield;
}
section.produkt-section-content .content-inner .product-info .info-add .btn-fill {
  margin-left: 30px;
}
section.produkt-section-content .content-inner .product-info .download-list {
  margin-top: 20px;
}
section.produkt-section-content .content-inner .product-info .download-list li a {
  display: block;
  background: rgba(247, 247, 247, 0.9372549);
  padding: 8px 10px;
  font-size: 13px;
  border-left: 2px solid transparent;
  color: #333;
}
section.produkt-section-content .content-inner .product-info .download-list li a:hover {
  border-color: #845740;
  color: #845740;
}
section.produkt-section-content .content-inner .product-info .download-list li.heading {
  margin-top: 0;
  text-align: left;
}
section.produkt-section-content .content-inner .product-info .download-list li:nth-child(even) a {
  background: #efefef;
}
section.produkt-section-content .content-inner .product-info .info-description {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}
section.produkt-section-content .content-inner .product-info .info-description h2 {
  text-transform: uppercase;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}
section.produkt-section-content .content-inner .product-info .info-description p,
section.produkt-section-content .content-inner .product-info .info-description li {
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.produkt-section-content .content-inner .product-info .info-description ul {
  padding-left: 17px;
}
section.produkt-section-content .content-inner .product-info.promotion .promotion {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.produkt-section-content .content-inner .product-info.promotion .price-value {
  color: tomato;
}
section.produkt-section-content .content-inner .product-info.promotion .price-value small {
  display: inline-block;
}
section.produkt-section-content .content-inner .product-info.new .new {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.produkt-section-content .content-inner .product-info.bestseller .bestseller {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.produkt-section-content .content-inner .product-info.own .own {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.static-page-section-content {
  padding: 100px 0;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.static-page-section-content .content-inner {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
section.static-page-section-content .content-inner .backlink {
  display: inline-block;
  margin-bottom: 30px;
}
section.static-page-section-content .content-inner .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.static-page-section-content .content-inner .backlink .backlink-inner span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
section.static-page-section-content .content-inner .backlink .backlink-inner img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 8px;
}
section.static-page-section-content .content-inner .heading {
  font-size: 32px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-info {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-info .info-service {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-right: 30px;
}
section.static-page-section-content .content-inner .inner-short-description {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .inner-short-description p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
section.static-page-section-content .content-inner .inner-main-image {
  margin-top: 35px;
  height: 400px;
  overflow: hidden;
}
section.static-page-section-content .content-inner .inner-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.static-page-section-content .content-inner .inner-gallery {
  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;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service {
  margin-top: calc(4% / 3);
  display: block;
  width: 24%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.static-page-section-content .content-inner .inner-gallery.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.static-page-section-content .content-inner .btn-gallery-more {
  margin-top: 30px;
}
section.static-page-section-content .content-inner .btn-gallery-more.hidden {
  display: none;
}
section.static-page-section-content .content-inner .inner-description {
  margin-top: 35px;
}
section.static-page-section-content .content-inner .inner-description p,
section.static-page-section-content .content-inner .inner-description li {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
section.static-page-section-content .content-inner .inner-description ol,
section.static-page-section-content .content-inner .inner-description ul {
  padding-left: 17px;
}
section.static-page-section-content .content-inner .inner-description h1 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h2 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
section.faq-section-content {
  padding: 100px 0;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.faq-section-content .content-inner {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
section.faq-section-content .content-inner .heading {
  text-align: center;
}
section.faq-section-content .content-inner .heading h1 {
  font-size: 50px;
  font-weight: 400;
  color: #000;
}
section.faq-section-content .content-inner .heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.faq-section-content .content-inner .accordion {
  margin-top: 60px;
}
section.faq-section-content .content-inner .accordion .accordion-item .accordion-header button {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.faq-section-content .content-inner .accordion .accordion-item .accordion-body p,
section.faq-section-content .content-inner .accordion .accordion-item .accordion-body li {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
section.faq-section-content .content-inner .accordion .accordion-item .accordion-body ol,
section.faq-section-content .content-inner .accordion .accordion-item .accordion-body ul {
  padding-left: 17px;
}
section.kontakt-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 100px 0;
  background: #fff;
}
section.kontakt-section-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
section.kontakt-section-content .content-inner .inner-contacts {
  width: 40%;
}
section.kontakt-section-content .content-inner .inner-contacts h1 {
  font-size: 48px;
  font-weight: 400;
  color: #000;
}
section.kontakt-section-content .content-inner .inner-contacts h1 span {
  font-size: 34px;
  opacity: 0.5;
  padding-left: 65px;
}
section.kontakt-section-content .content-inner .inner-contacts address {
  margin-top: 50px;
  padding-left: 65px;
  margin-bottom: 0;
}
section.kontakt-section-content .content-inner .inner-contacts address .address-service {
  display: inline-block;
}
section.kontakt-section-content .content-inner .inner-contacts address .address-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .content-inner .inner-contacts address .address-service .service-inner svg {
  height: 25px;
  width: 25px;
  margin-right: 12px;
}
section.kontakt-section-content .content-inner .inner-contacts address .address-service .service-inner span {
  font-size: 25px;
  font-weight: 700;
}
section.kontakt-section-content .content-inner .inner-contacts .contacts-social-media {
  margin-top: 30px;
  margin-left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .content-inner .inner-contacts .contacts-social-media li.heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  opacity: 0.7;
}
section.kontakt-section-content .content-inner .inner-contacts .contacts-social-media li a svg {
  height: 18px;
  width: 18px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.kontakt-section-content .content-inner .inner-contacts .contacts-social-media li:not(:last-child) {
  margin-right: 10px;
}
section.kontakt-section-content .content-inner .inner-company-data {
  width: 40%;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 50px;
  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;
  text-align: center;
}
section.kontakt-section-content .content-inner .inner-company-data address {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
section.kontakt-section-content .content-inner .inner-company-data address span {
  font-weight: 600;
  font-size: 21px;
}
section.kontakt-section-content .content-map {
  margin-top: 80px;
  padding: 0 5% 0 calc(5% + 65px);
}
section.kontakt-section-content .content-map .map-inner {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
section.kontakt-section-content .content-map .map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
section.kontakt-section-content .content-others {
  margin-top: 70px;
  padding: 0 5% 0 calc(5% + 65px);
}
section.kontakt-section-content .content-others .heading {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
}
section.kontakt-section-content .content-others .others-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.kontakt-section-content .content-others .others-inner .inner-service {
  margin: 1.5%;
  padding: 30px 20px 20px 20px;
  border-radius: 2px;
  border: 0.5px solid #ccc;
  position: relative;
  text-align: center;
  overflow: hidden;
  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;
  width: 30%;
}
section.kontakt-section-content .content-others .others-inner .inner-service * + * {
  margin-top: 10px;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-top {
  height: 25px;
  width: 25px;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-iframe {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-iframe + .service-name {
  margin-top: 15px;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-image {
  height: 70px;
  width: 70px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-name {
  color: #000;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-job {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.7;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-address {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
section.kontakt-section-content .content-others .others-inner .inner-service .service-name + .service-job {
  margin-top: 3px;
}
section.kontakt-section-content .content-others .others-inner .inner-service address {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.5px solid #ddd;
  margin-bottom: 0;
  position: relative;
}
section.kontakt-section-content .content-others .others-inner .inner-service address:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
section.kontakt-section-content .content-others .others-inner .inner-service address a {
  margin-top: 0 !important;
  display: block;
}
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;
}
section.section-footer .footer-inner .inner-service ul .heading {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-service .social-media {
  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-service .social-media li a svg {
  height: 18px;
  width: 18px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service .social-media li + li {
  margin-top: 0;
}
section.section-footer .footer-inner .inner-service .social-media li:not(:last-child) {
  margin-right: 10px;
}
section.section-footer .footer-inner .inner-service address {
  margin-bottom: 0;
}
section.section-footer .footer-inner .inner-service address a {
  display: block;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service address p {
  margin-top: 15px;
  font-size: 11px;
  color: #000;
}
section.section-footer .footer-inner .inner-service + .inner-service {
  margin-left: 125px;
}
section.section-footer .footer-credits {
  margin-top: 60px;
  padding: 35px 0;
  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;
  border-top: 1px solid #ccc;
}
section.section-footer .footer-credits .credits-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-text {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.9px;
}
section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-text span {
  font-weight: 700;
  color: #c31432;
  font-size: 30px;
  line-height: 10px;
}
section.section-footer .footer-credits .credits-copyright .divider {
  border-right: 1px solid #ccc;
  width: 1px;
  height: 30px;
  margin: 0 20px;
}
section.section-footer .footer-credits .credits-copyright p {
  font-size: 14px;
  color: #000;
}
section.section-footer .footer-credits .credits-copyright p a {
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-credits .credits-payment 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 .credits-payment ul li img {
  height: 15px;
}
section.section-footer .footer-credits .credits-payment ul li + li {
  margin-left: 15px;
}
section.section-footer.active {
  -webkit-transform: translateX(-620px);
      -ms-transform: translateX(-620px);
          transform: translateX(-620px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.cookies-alert {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 888;
  width: 330px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 20px 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cookies-alert .btn-close {
  top: 4px;
  right: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  width: auto;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: none;
  position: absolute;
  background: none;
  padding: 10px;
  cursor: pointer;
}
.cookies-alert .btn-close span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
}
.cookies-alert .btn-close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.cookies-alert .btn-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.cookies-alert .btn-close:after {
  content: none;
}
.cookies-alert p {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}
.cookies-alert p a {
  color: inherit;
  text-decoration: underline;
}
.cookies-alert.hidden {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1399.98px) {
  nav.section-header .header-management .management-search-engine input {
    min-width: 340px;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  nav.section-header .header-management .management-logo .logo-image {
    max-height: 52px;
    max-width: 160px;
  }
  section.kontakt-section-content .content-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.kontakt-section-content .content-inner .inner-contacts {
    width: 100%;
    text-align: center;
  }
  section.kontakt-section-content .content-inner .inner-contacts h1 span {
    padding-left: 0;
  }
  section.kontakt-section-content .content-inner .inner-contacts address {
    padding-left: 0;
  }
  section.kontakt-section-content .content-inner .inner-contacts .contacts-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  section.kontakt-section-content .content-inner .inner-company-data {
    margin-top: 40px;
    width: auto;
    padding: 50px 80px;
  }
  section.kontakt-section-content .content-map {
    margin-top: 60px;
    padding: 0;
  }
  section.kontakt-section-content .content-others {
    margin-top: 60px;
    padding: 0;
  }
  section.section-footer .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.section-footer .footer-inner .inner-service:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.section-footer .footer-inner .inner-service:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.section-footer .footer-inner .inner-service:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  section.section-footer .footer-inner .inner-service:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-left: 0;
    margin-top: 40px;
  }
  section.section-footer .footer-inner .breakpoint {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .products-flexbox .product-service {
    width: 31%;
  }
  .products-flexbox .product-service .badge-wrapper .badge {
    width: 80px;
    height: 20px;
    font-size: 9px;
  }
  .products-flexbox.full-width .product-service {
    width: 23.5%;
  }
  .products-flexbox.grid-list .product-service header {
    min-width: 27%;
  }
  .category-nav-wrapper {
    position: relative;
  }
  .category-nav-wrapper .category-nav li a {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .category-nav-wrapper .category-nav li:not(:last-child) {
    padding-bottom: 15px;
  }
  .category-nav-wrapper .category-nav li ul {
    margin-top: 12px;
    padding-left: 17px;
  }
  .category-nav-wrapper .category-nav li ul li {
    padding-bottom: 0 !important;
  }
  .category-nav-wrapper .category-nav li ul li a {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .category-nav-wrapper .category-nav li ul li ul {
    margin-top: 10px;
  }
  .category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box .box-square {
    margin-top: 4px;
  }
  .category-nav-wrapper .filter-nav .range-wrapper input[type=number] {
    margin: 0 3px;
    font-size: 13px;
  }
  .category-nav-wrapper .filter-nav .range-wrapper p {
    font-size: 13px;
  }
  .category-nav-wrapper .filter-nav .buttons-wrapper .btn-clear {
    font-size: 11px;
  }
  .category-nav-wrapper .filter-nav .buttons-wrapper .btn-filter {
    font-size: 11px;
    padding: 3px 7px;
  }
  nav.section-header .header-top p {
    display: none;
  }
  nav.section-header .header-top .top-service {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  nav.section-header .header-top .top-social-media:after {
    content: none;
  }
  nav.section-header .header-management {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
  nav.section-header .header-management .management-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  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 {
    height: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: block;
  }
  nav.section-header .header-management .management-search-engine {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  nav.section-header .header-management .management-service {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.section-welcome .welcome-item {
    display: none;
  }
  section.section-welcome .owl-carousel-welcome {
    display: none;
  }
  section.section-welcome .welcome-mobile-item {
    display: block;
  }
  section.section-welcome .owl-carousel-welcome-mobile {
    display: block;
  }
  section.produkt-section-content .content-inner .product-info .info-features {
    margin-top: 30px;
  }
  section.produkt-section-content .content-inner .product-info .info-features > *:not(:first-child) {
    margin-top: 7px;
  }
  section.produkt-section-content .content-inner .product-info .info-features .feature-inner {
    display: block;
  }
  section.produkt-section-content .content-inner .product-info .info-features .feature-inner p {
    font-size: 12px;
  }
  section.produkt-section-content .content-inner .product-info .info-features .feature-inner p:nth-child(2) {
    margin-left: 0;
  }
  section.produkt-section-content .content-inner .product-info .info-features .select-wrapper-flexbox {
    display: block;
  }
  section.produkt-section-content .content-inner .product-info .info-features .select-wrapper-flexbox label {
    font-size: 12px;
    margin-right: 0;
  }
  section.produkt-section-content .content-inner .product-info .info-price {
    margin-top: 30px;
  }
  section.produkt-section-content .content-inner .product-info .info-add .service-quantity .input-number {
    width: 50px;
  }
  section.section-footer .footer-inner .inner-service:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.section-footer .footer-inner .inner-service:nth-child(2) {
    margin-left: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.section-footer .footer-inner .inner-service:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  section.section-footer .footer-inner .inner-service:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 70px;
    margin-top: 0;
  }
  section.section-footer .footer-inner .breakpoint {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 40px;
  }
  section.section-footer .footer-credits .credits-payment {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .body-wrapper.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .breadcrumb-wrapper.subpage-hidden {
    display: none;
  }
  .products-flexbox .product-service {
    width: 31%;
    width: 48.25%;
  }
  .products-flexbox.full-width .product-service {
    width: 48.25%;
  }
  .news-flexbox .news-service {
    width: 48.25%;
  }
  .header-bag-sidebar {
    width: 100%;
  }
  .header-bag-sidebar .sidebar-service {
    width: 100%;
  }
  .header-bag-sidebar .sidebar-service .service-heading {
    padding: 20px;
    min-height: 76px;
  }
  .header-bag-sidebar .sidebar-service .service-inner {
    padding: 20px;
    width: 100%;
    max-height: calc(100vh - 205px);
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper {
    margin-top: 20px;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper {
    min-width: 80px;
    max-width: 80px;
    padding-top: 128px;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper.square {
    padding-top: 80px;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name .info {
    margin-top: 5px;
  }
  .header-bag-sidebar .sidebar-service .service-summary {
    bottom: 61px;
    padding: 10px 21px 10px 20px;
  }
  .header-bag-sidebar .sidebar-service .service-footer {
    padding: 0 20px 20px 20px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner {
    padding: 20px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .heading {
    font-size: 18px;
    line-height: 22px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .btn-modal-close {
    height: 22px;
    min-width: 22px;
    max-width: 22px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .btn-modal-close span {
    width: 22px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer {
    margin-top: 30px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features {
    margin-top: 30px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features .feature-inner p {
    font-size: 11px;
    letter-spacing: 0;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features .feature-inner p:nth-child(2) {
    margin-left: 10px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-description {
    margin-top: 25px;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-footer {
    padding-top: 30px;
  }
  .header-bag-sidebar.favorite .sidebar-service .service-inner {
    max-height: calc(100vh - 157px);
  }
  .header-bag-sidebar.favorite .sidebar-service .service-footer {
    padding-top: 20px;
  }
  nav.section-header .header-top {
    display: none;
  }
  nav.section-header .header-management .management-offer {
    display: none;
  }
  nav.section-header .header-management .management-search-engine {
    width: 100%;
  }
  nav.section-header .header-management .management-search-engine input {
    width: 100%;
    min-width: auto;
  }
  nav.section-header .header-management .management-service .service-icons a svg,
  nav.section-header .header-management .management-service .service-icons button svg {
    height: 21px;
    width: 21px;
  }
  nav.section-header .header-management .management-service .service-icons a .cost-line,
  nav.section-header .header-management .management-service .service-icons button .cost-line {
    display: none;
  }
  nav.section-header .header-management .management-service .service-icons:nth-child(2) {
    margin-left: 30px;
    margin-right: 20px;
  }
  nav.section-header .header-management .management-service .service-nav-button {
    display: block;
  }
  section.section-advantages {
    margin-top: 40px;
  }
  section.section-advantages .advantages-flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-advantages .advantages-flexbox .flexbox-service {
    margin-top: 30px;
    width: 33.33333333%;
  }
  section.section-offer {
    margin-top: 70px;
  }
  section.section-offer .section-heading h2 {
    font-size: 28px;
  }
  section.section-industries {
    margin-top: 70px;
  }
  section.section-industries .section-heading h2 {
    font-size: 28px;
  }
  section.section-industries .industries-flexbox .flexbox-service {
    margin: 5px;
    padding: 5px 13px;
    font-size: 14px;
  }
  section.section-cta {
    margin-top: 70px;
  }
  section.section-cta .cta-item .item-description {
    padding: 50px 30px;
  }
  section.section-cta .cta-item .item-description .text {
    font-size: 30px;
    line-height: 35px;
  }
  section.section-blog {
    margin-top: 70px;
  }
  section.section-blog.subpage {
    padding: 70px 0;
  }
  section.section-blog.subpage .news-flexbox .news-service:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.section-blog .section-heading {
    text-align: center;
  }
  section.section-blog .section-heading h1,
  section.section-blog .section-heading h2 {
    font-size: 28px;
  }
  section.section-blog .news-flexbox {
    margin-top: 15px;
  }
  section.section-blog .news-flexbox .news-service:nth-child(3) {
    display: none;
  }
  section.section-newsletter {
    margin-top: 70px;
    padding: 70px 0;
  }
  section.section-newsletter .section-heading h2 {
    font-size: 28px;
  }
  section.kategoria-section-content {
    padding-bottom: 70px;
    padding-top: 0;
  }
  section.kategoria-section-content .content-flexbox .flexbox-sidebar {
    display: none;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body {
    width: 100%;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .heading {
    display: block;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-categories-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-text {
    display: none;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .inner-wrapper .heading-grid-wrapper {
    display: none;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .btn-more-products-wrapper {
    margin-top: 50px;
  }
  section.kategoria-section-content .content-description {
    padding-top: 50px;
    margin-top: 60px;
  }
  section.kategoria-section-content .content-description .description-inner h1,
  section.kategoria-section-content .content-description .description-inner h2 {
    font-size: 28px;
  }
  section.produkt-section-content {
    padding-bottom: 70px;
    padding-top: 0;
  }
  section.produkt-section-content .heading {
    display: block;
  }
  section.produkt-section-content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.produkt-section-content .content-inner .product-gallery {
    width: 100%;
  }
  section.produkt-section-content .content-inner .product-info {
    margin-top: 40px;
    width: 100%;
  }
  section.static-page-section-content {
    padding: 70px 0;
  }
  section.static-page-section-content.no-padding-mobile {
    padding: 0 0 70px 0;
  }
  section.static-page-section-content .content-inner .backlink {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  section.static-page-section-content .content-inner .backlink .backlink-inner {
    padding: 12px 0;
    border-bottom: 0.5px solid #ccc;
  }
  section.static-page-section-content .content-inner .backlink .backlink-inner span {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: #666;
  }
  section.static-page-section-content .content-inner .backlink .backlink-inner img {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 10px;
  }
  section.static-page-section-content .content-inner .heading {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
  section.faq-section-content {
    padding: 70px 0;
  }
  section.faq-section-content .content-inner .heading h1 {
    font-size: 32px;
  }
  section.faq-section-content .content-inner .accordion {
    margin-top: 40px;
  }
  section.faq-section-content .content-inner .accordion .accordion-item .accordion-header button {
    font-size: 15px;
    font-weight: 500;
  }
  section.kontakt-section-content {
    padding: 70px 0;
  }
  section.kontakt-section-content .content-inner .inner-contacts h1 {
    font-size: 28px;
  }
  section.kontakt-section-content .content-inner .inner-contacts h1 span {
    font-size: 22px;
  }
  section.kontakt-section-content .content-inner .inner-contacts address .address-service .service-inner svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
  }
  section.kontakt-section-content .content-inner .inner-contacts address .address-service .service-inner span {
    font-size: 18px;
    letter-spacing: -0.3px;
  }
  section.kontakt-section-content .content-inner .inner-contacts .contacts-social-media li.heading {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 11.5px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    opacity: 0.7;
  }
  section.kontakt-section-content .content-inner .inner-company-data {
    padding: 40px;
  }
  section.kontakt-section-content .content-others .heading {
    font-size: 28px;
  }
  section.kontakt-section-content .content-others .others-inner .inner-service {
    margin: 1%;
    padding: 20px 10px;
    width: 48%;
  }
  section.section-footer {
    margin-top: 70px;
  }
  section.section-footer.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  section.section-footer .footer-credits {
    margin-top: 50px;
  }
  section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-text {
    font-size: 18px;
  }
  section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-text span {
    font-size: 25px;
  }
  section.section-footer .footer-credits .credits-copyright .divider {
    height: 25px;
    margin: 0 15px;
  }
  section.section-footer .footer-credits .credits-copyright p {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  body .btn-border {
    padding: 10px 18px;
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  body .btn-empty {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  body .btn-fill {
    padding: 10px 18px;
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  body .btn-fill.btn-small {
    padding: 7px 14px;
  }
  .toast-container {
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
  }
  .toast-container .toast {
    margin-left: 15px;
    margin-bottom: 15px;
    width: calc(100% - 30px);
  }
  .select-wrapper select {
    font-size: 10.5px;
    letter-spacing: 0.4px;
    padding-right: 30px;
  }
  .header-bag-sidebar .sidebar-service .service-inner {
    max-height: calc(100vh - 225px);
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .product-service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 25px);
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name {
    width: calc(100% - 80px);
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity {
    margin-left: 0;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number {
    width: 30px;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number,
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-decrement,
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-increment {
    height: 25px;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-decrement,
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-increment {
    min-width: 25px;
  }
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .breakpoint {
    height: 10px;
    display: block;
    width: 100%;
  }
  .header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .inner-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .inner-footer > * {
    width: 100%;
    text-align: center;
  }
  .header-bag-sidebar .sidebar-service .service-menu .category-nav-wrapper .inner-footer > * + * {
    margin-top: 10px;
    margin-left: 0;
  }
  .header-bag-sidebar .sidebar-service .service-summary {
    bottom: 105px;
    font-size: 14px;
    text-align: center;
  }
  .header-bag-sidebar .sidebar-service .service-summary br {
    content: '';
  }
  .header-bag-sidebar .sidebar-service .service-summary br:after {
    content: ' ';
  }
  .header-bag-sidebar .sidebar-service .service-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .header-bag-sidebar .sidebar-service .service-footer > * {
    width: 100%;
    text-align: center;
  }
  .header-bag-sidebar .sidebar-service .service-footer > * + * {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-footer > * {
    width: 100%;
    text-align: center;
  }
  .header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-footer > * + * {
    margin-bottom: 10px;
    margin-left: 0;
  }
  nav.section-header .header-management .management-logo .logo-text {
    font-size: 20px;
    letter-spacing: -0.7px;
  }
  nav.section-header .header-management .management-logo .logo-text span {
    font-size: 25px;
  }
  section.section-advantages .advantages-flexbox .flexbox-service {
    width: 50%;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-categories-button span {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .btn-more-products-wrapper {
    margin-top: 50px;
  }
  section.kategoria-section-content .content-flexbox .flexbox-body .btn-more-products-wrapper .btn-more-products {
    padding: 10px 18px;
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.static-page-section-content .content-inner .backlink {
    margin-bottom: 20px;
  }
  section.static-page-section-content .content-inner .inner-info {
    margin-top: 25px;
  }
  section.static-page-section-content .content-inner .inner-info .info-service {
    font-size: 10.5px;
    letter-spacing: 0.4px;
    margin-right: 20px;
  }
  section.static-page-section-content .content-inner .inner-short-description {
    margin-top: 25px;
    padding-top: 25px;
  }
  section.static-page-section-content .content-inner .inner-main-image {
    margin-top: 25px;
  }
  section.static-page-section-content .content-inner .inner-description {
    margin-top: 25px;
  }
  section.static-page-section-content .content-inner .inner-description h1 {
    font-size: 28px;
  }
  section.static-page-section-content .content-inner .inner-description h2 {
    font-size: 24px;
  }
  section.static-page-section-content .content-inner .inner-description h3 {
    font-size: 20px;
  }
  section.section-footer .footer-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;
    -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;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-left: 0;
    margin-top: 42px;
  }
  section.section-footer .footer-inner .breakpoint {
    display: none;
  }
  section.section-footer .footer-credits .credits-copyright {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.section-footer .footer-credits .credits-copyright .divider {
    display: none;
  }
  section.section-footer .footer-credits .credits-copyright p {
    margin-top: 15px;
    font-size: 12px;
  }
  section.section-footer .footer-credits .credits-payment 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 .credits-payment ul li img {
    height: 15px;
  }
  section.section-footer .footer-credits .credits-payment ul li + li {
    margin-left: 15px;
  }
  .cookies-alert {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px;
  }
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.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;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
}
body.no-js .intro {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body.no-js .section-header-project.intro {
  background: #ece9e6;
}
body.no-js .section-header-project.intro .header-management > * {
  opacity: 1;
}
body.no-js .section-header-project.intro .header-management .management-logo.position {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
body.no-scroll-fixed {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
body .btn-border {
  border-radius: 0;
}
body .btn-fill {
  border-radius: 0;
}
body .intro {
  opacity: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.breadcrumb-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  margin: -30px 0 50px 0;
}
.breadcrumb-page ul {
  list-style-type: none;
}
.breadcrumb-page ul li {
  display: inline-block;
  margin: 5px;
}
.breadcrumb-page ul li ::before {
  float: right;
  padding-left: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-page ul li a {
  color: #000;
  font-weight: 600;
}
.breadcrumb-page .breadcrumb-page-line {
  content: '';
  height: 0.5px;
  width: 70px;
  background: #000;
}
.section-search-engine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51, 31, 21, 0.65);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.section-search-engine .search-engine-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-search-engine .search-engine-inner .inner-heading {
  text-align: center;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.section-search-engine .search-engine-inner .inner-input {
  border-radius: 50px;
  -webkit-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  background: #fff;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-search-engine .search-engine-inner .inner-input input {
  border: none;
  height: 27px;
  outline: none;
  width: 100%;
  margin-right: 20px;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.7px;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-search-engine .search-engine-inner .inner-input button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.section-search-engine .search-engine-inner .inner-input button svg {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  height: 17px;
  width: 17px;
  fill: #000;
}
.section-search-engine.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(51, 31, 21, 0.65);
  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: 20px 50px;
  border-radius: 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;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  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: 18px;
  right: 25px;
  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: 12px;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.offer-products {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.offer-products .product-service {
  margin-top: -40px;
  width: 30%;
  padding: 0 40px 100px 40px;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.offer-products .product-service:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  border: 1px solid #dadada;
}
.offer-products .product-service .badge-wrapper {
  position: absolute;
  z-index: 111;
  top: 10px;
  left: 0;
  width: 100%;
}
.offer-products .product-service .badge-wrapper .badge {
  width: 90px;
  height: 22px;
  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;
  text-align: center;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  margin-bottom: 6px;
}
.offer-products .product-service .badge-wrapper .badge.promotion {
  background: #000;
  display: none;
}
.offer-products .product-service .badge-wrapper .badge.new {
  background: #000;
  display: none;
}
.offer-products .product-service .badge-wrapper .badge.bestseller {
  background: #000;
  display: none;
}
.offer-products .product-service .badge-wrapper .badge.own {
  background: #000;
  display: none;
}
.offer-products .product-service .service-image-wrapper {
  width: 100%;
  padding-top: 150%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background: #f3f3f3;
}
.offer-products .product-service .service-image-wrapper .service-image {
  text-align: center;
  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;
}
.offer-products .product-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.offer-products .product-service .service-image-wrapper .service-image img:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.offer-products .product-service .name {
  margin-top: 30px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.offer-products .product-service .price {
  margin-top: 20px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.offer-products .product-service .price small {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #999;
  margin-right: 7px;
  position: relative;
  display: none;
}
.offer-products .product-service .price small:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  height: 0.5px;
  background: #666;
}
.offer-products .product-service .price span {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #000;
}
.offer-products .product-service.promotion .promotion {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.offer-products .product-service.promotion .price small {
  display: inline-block;
}
.offer-products .product-service.new .new {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.offer-products .product-service.bestseller .bestseller {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.offer-products .product-service.own .own {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.offer-products .product-service:hover .service-image-wrapper .service-image img:nth-child(2) {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.offer-products .product-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
nav.section-header-project {
  background: #ece9e6;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
nav.section-header-project .header-management {
  padding: 50px 0;
  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-project .header-management > * {
  width: 33.33333333%;
}
nav.section-header-project .header-management .management-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header-project .header-management .management-menu .menu-search-engine {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
nav.section-header-project .header-management .management-menu .menu-search-engine svg {
  height: 15px;
  width: 15px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-menu .menu-search-engine:hover svg {
  fill: #845740;
}
nav.section-header-project .header-management .management-menu ul {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header-project .header-management .management-menu ul li {
  position: relative;
}
nav.section-header-project .header-management .management-menu ul li button,
nav.section-header-project .header-management .management-menu ul li a {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header-project .header-management .management-menu ul li button strong,
nav.section-header-project .header-management .management-menu ul li a strong {
  font-weight: 700;
}
nav.section-header-project .header-management .management-menu ul li button svg,
nav.section-header-project .header-management .management-menu ul li a svg {
  margin-right: 10px;
  height: 18px;
  width: 18px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-menu ul li:hover button,
nav.section-header-project .header-management .management-menu ul li:hover a {
  color: #845740;
}
nav.section-header-project .header-management .management-menu ul li:hover button svg,
nav.section-header-project .header-management .management-menu ul li:hover a svg {
  fill: #845740;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown {
  position: absolute;
  min-width: 250px;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner {
  padding: 10px 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: 5px 8px 32px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 8px 32px 0px rgba(0, 0, 0, 0.18);
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item {
  position: relative;
  padding: 0;
  background: none;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item .item-heading {
  padding: 10px 40px 10px 18px;
  background: none;
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
  border-right: 10px solid #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item .dropdown-menu-inner {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  padding: 10px;
  background: #fff;
  z-index: 444;
  -webkit-box-shadow: 15px 8px 20px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 15px 8px 20px 0px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item .dropdown-menu-inner .menu-item {
  display: block;
  font-size: 14px;
  color: #000;
  padding: 10px;
  letter-spacing: 0.7px;
  font-weight: 500;
  line-height: 13px;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item.active,
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item:hover {
  background: #ece9e6;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item.active .dropdown-menu-inner {
  opacity: 1;
  visibility: visible;
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown .offer-dropdown-inner .dropdown-item.has-child .item-heading:after {
  content: '';
  height: 6px;
  width: 6px;
  background: url('../img/icons/right-chevron.svg') center;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav.section-header-project .header-management .management-menu ul li .offer-dropdown.active {
  opacity: 1;
  visibility: visible;
  z-index: 333;
}
nav.section-header-project .header-management .management-menu ul li:not(:last-child) {
  margin-right: 20px;
}
nav.section-header-project .header-management .management-menu .gallery-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  margin-left: 10px;
  letter-spacing: 0.5px;
}
nav.section-header-project .header-management .management-menu .gallery-link a {
  color: #000;
  font-size: 11.5px;
  font-weight: 700;
}
nav.section-header-project .header-management .management-logo {
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 222;
  position: relative;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
nav.section-header-project .header-management .management-logo .logo-image img {
  height: 30px;
}
nav.section-header-project .header-management .management-service {
  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;
}
nav.section-header-project .header-management .management-service li {
  margin-left: 30px;
}
nav.section-header-project .header-management .management-service .search-engine-open-button {
  display: none;
  margin-left: 0;
}
nav.section-header-project .header-management .management-service .search-engine-open-button a,
nav.section-header-project .header-management .management-service .search-engine-open-button button {
  outline: none;
  padding: 0;
  border: none;
  background: none;
}
nav.section-header-project .header-management .management-service .search-engine-open-button a svg,
nav.section-header-project .header-management .management-service .search-engine-open-button button svg {
  height: 15px;
  width: 15px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-service .service-icons a,
nav.section-header-project .header-management .management-service .service-icons button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  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;
  position: relative;
}
nav.section-header-project .header-management .management-service .service-icons a svg,
nav.section-header-project .header-management .management-service .service-icons button svg {
  height: 18px;
  width: 18px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-service .service-icons a .quantity-badge,
nav.section-header-project .header-management .management-service .service-icons button .quantity-badge {
  background: #000;
  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;
  text-align: center;
  height: 17px;
  min-width: 17px;
  max-width: 17px;
  margin-left: 8px;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-service .service-icons a .cost-line,
nav.section-header-project .header-management .management-service .service-icons button .cost-line {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-left: 8px;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-service .service-icons a:hover svg,
nav.section-header-project .header-management .management-service .service-icons button:hover svg {
  fill: #845740;
}
nav.section-header-project .header-management .management-service .service-icons a:hover .quantity-badge,
nav.section-header-project .header-management .management-service .service-icons button:hover .quantity-badge {
  background: #845740;
}
nav.section-header-project .header-management .management-service .service-icons a:hover .cost-line,
nav.section-header-project .header-management .management-service .service-icons button:hover .cost-line {
  color: #845740;
}
nav.section-header-project .header-management .management-service .service-icons:nth-child(2) a .quantity-badge {
  left: 13px;
}
nav.section-header-project .header-management .management-service .service-nav-button {
  display: none;
}
nav.section-header-project .header-management .management-service .service-nav-button .nav-button {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: -10px;
  padding: 10px;
  border: none;
  background: none;
  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;
  outline: none;
}
nav.section-header-project .header-management .management-service .service-nav-button .nav-button .button-bar {
  height: 1.5px;
  width: 25px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header-project .header-management .management-service .service-nav-button .nav-button .button-bar:nth-child(2) {
  margin-top: 5px;
}
nav.section-header-project .header-management .management-service .service-nav-button .nav-button .button-bar:nth-child(3) {
  margin-top: 5px;
}
nav.section-header-project .header-management .management-service .service-nav-button .nav-button .button-name {
  font-size: 8px;
  letter-spacing: 0.7px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
  color: #000;
  line-height: 8px;
  text-transform: uppercase;
}
nav.section-header-project.intro {
  opacity: 1;
  background: #fff;
}
nav.section-header-project.intro .header-management > * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
nav.section-header-project.intro .header-management .management-logo.opacity {
  opacity: 1;
}
nav.section-header-project.intro .header-management .management-logo.position {
  -webkit-transform: translateY(calc(50vh - 65px));
      -ms-transform: translateY(calc(50vh - 65px));
          transform: translateY(calc(50vh - 65px));
}
section.section-welcome-project {
  position: relative;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.section-welcome-project .welcome-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #ece9e6;
  -webkit-animation: bg-animation 15s infinite;
          animation: bg-animation 15s infinite;
}
@-webkit-keyframes bg-animation {
  0% {
    background-color: #ece9e6;
  }
  33% {
    background-color: #edd3d7;
  }
  66% {
    background-color: #e1d8be;
  }
  99% {
    background-color: #ece9e6;
  }
}
@keyframes bg-animation {
  0% {
    background-color: #ece9e6;
  }
  33% {
    background-color: #edd3d7;
  }
  66% {
    background-color: #e1d8be;
  }
  99% {
    background-color: #ece9e6;
  }
}
section.section-welcome-project .welcome-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-welcome-project .welcome-inner .inner-sidebar {
  width: 100%;
  position: relative;
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-slogan {
  position: absolute;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: rotate(-90deg) translateY(-50%);
      -ms-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  left: 50%;
  bottom: calc(18% + 50px);
  white-space: nowrap;
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-slogan:after {
  content: '';
  height: 0.5px;
  width: 70px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-social-media {
  position: absolute;
  -webkit-transform: rotate(-90deg) translateY(-50%);
      -ms-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  left: 50%;
  bottom: calc(18% + 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-social-media li.heading {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  margin-left: 25px;
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-social-media li a svg {
  fill: #000;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-social-media li a:hover svg {
  fill: #845740;
}
section.section-welcome-project .welcome-inner .inner-sidebar .sidebar-social-media li:not(:last-child) {
  margin-right: 10px;
}
section.section-welcome-project .welcome-inner .inner-video {
  min-width: 1070px;
  max-width: 1070px;
}
section.section-welcome-project .welcome-inner .inner-video video {
  width: 100%;
}
.section-icons-project {
  padding-top: 100px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.section-icons-project .icons-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px 30px;
}
.section-icons-project .icons-inner .icons-inner-box {
  text-align: center;
  width: 120px;
}
.section-icons-project .icons-inner .icons-inner-box svg {
  width: 50px;
  height: auto;
}
.section-icons-project .icons-inner .icons-inner-box .icons-inner-title {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  text-transform: none;
}
.section-icons-project .icons-inner .icons-inner-box .icons-inner-title p {
  white-space: pre-line;
}
section.section-offer-project {
  padding-top: 100px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.section-offer-project .section-offer-tabs {
  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;
  gap: 10px;
  margin-bottom: 30px;
}
section.section-offer-project .section-offer-tabs ul li .offer-tab-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border: solid #000000 1px;
  border-radius: 0;
  -webkit-box-shadow: #000000 0px 0px 0px 0px;
          box-shadow: #000000 0px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 11.5px;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.section-offer-project .section-offer-tabs ul li .offer-tab-btn.active {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
section.section-offer-project .section-offer-tabs ul li .offer-tab-btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
section.section-offer-project .section-heading {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  font-family: 'made_saonararegular';
  padding-bottom: 20px;
}
section.section-offer-project .offer-products {
  max-width: 1070px;
}
section.section-offer-project .offer-products .product-service {
  padding: 0 43px 77px 43px;
  width: 34%;
  margin-top: 0;
}
section.section-offer-project .offer-products .product-service:nth-child(1) {
  margin-top: 80px;
}
section.section-offer-project .offer-products .product-service:nth-child(2) {
  margin-top: 160px;
  margin-left: -1.75%;
}
section.section-offer-project .offer-products .product-service:nth-child(3) {
  margin-left: -1.75%;
}
section.section-offer-project .offer-products .btn-more {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-offer-project .offer-products .btn-more:before {
  content: '- ';
}
section.section-offer-project .offer-products .btn-more:hover {
  color: #845740;
}
section.section-slogan-project {
  padding-top: 115px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.section-slogan-project .slogan-inner {
  text-align: center;
}
section.section-slogan-project .slogan-inner svg {
  fill: #845740;
  width: 100px;
  margin-bottom: 30px;
}
section.section-slogan-project .slogan-inner h2 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'made_saonararegular';
}
section.section-slogan-project .slogan-inner p {
  margin-top: 15px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
section.section-lookbook-project {
  padding-top: 130px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.section-lookbook-project .section-heading {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.5;
  font-family: 'made_saonararegular';
  margin: 0 auto;
  max-width: 1070px;
}
section.section-lookbook-project .lookbook-inner {
  margin-top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.section-lookbook-project .lookbook-inner .inner-service {
  width: 50%;
  padding-top: 50%;
  display: block;
  position: relative;
}
section.section-lookbook-project .lookbook-inner .inner-service .service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section-lookbook-project .lookbook-inner .inner-service .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.section-lookbook-project .lookbook-inner .inner-service .service-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px;
  background: #845740;
}
section.section-lookbook-project .lookbook-inner .inner-service .service-video.gray {
  background: #ece9e6;
}
section.section-lookbook-project .lookbook-inner .inner-service .service-video img {
  width: 100%;
}
section.section-lookbook-project .lookbook-inner .inner-service:nth-child(1) {
  margin-top: 100px;
}
section.kategoria-section-content {
  padding-bottom: 0;
}
section.kategoria-section-content .body-slogan {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kategoria-section-content .body-slogan:before {
  content: '';
  display: block;
  height: 0.5px;
  width: 70px;
  background: #000;
  margin-right: 20px;
}
section.kategoria-section-content .offer-products {
  margin-top: 100px;
}
section.kategoria-section-content .content-description {
  padding-top: 130px;
}
section.kategoria-section-content .content-description .description-inner h1,
section.kategoria-section-content .content-description .description-inner h2 {
  font-size: 30px;
  letter-spacing: 2px;
  font-family: 'made_saonararegular';
}
.top_page {
  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;
  background-color: #000;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
section.produkt-section-content {
  padding: 0;
}
section.produkt-section-content .heading .heading-backlink {
  padding: 20px 0;
  border-bottom: none;
}
section.produkt-section-content .heading .heading-backlink span {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
section.produkt-section-content .heading .heading-backlink img {
  height: 8px;
}
section.produkt-section-content .content-inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
section.produkt-section-content .content-inner .product-gallery {
  width: 50%;
}
section.produkt-section-content .content-inner .product-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.produkt-section-content .content-inner .product-info .container {
  height: 100%;
}
section.produkt-section-content .content-inner .product-info .product-info-inner {
  padding-top: 50px;
  width: 45%;
  margin-left: 55%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge {
  width: 90px;
  height: 22px;
  font-size: 8px;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.promotion {
  background: #000;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.new {
  background: #000;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.bestseller {
  background: #000;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.own {
  background: #000;
}
section.produkt-section-content .content-inner .product-info h1 {
  font-size: 38px;
  letter-spacing: 2px;
  font-family: 'made_saonararegular';
}
section.produkt-section-content .content-inner .product-info .info-features .feature-inner p {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 1;
}
section.produkt-section-content .content-inner .product-info .info-features .select-wrapper-flexbox label {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 1;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label {
  margin: 2.5px;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label .size-box {
  height: 40px;
  min-width: 40px;
  padding: 0 7px;
  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;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label > input {
  visibility: hidden;
  position: absolute;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label > input + .size-box {
  cursor: pointer;
  border: 1px solid #000;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label > input + .size-box:hover {
  background: #ece9e6;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label > input:disabled + .size-box {
  opacity: 0.6;
  background: #ece9e6;
  cursor: default;
  border: 1px solid #ece9e6;
}
section.produkt-section-content .content-inner .product-info .info-features .sizes label > input:checked + .size-box {
  background: #845740;
  color: #fff;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value {
  font-weight: 300;
  font-size: 22px;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value small {
  font-weight: 300;
  font-size: 22px;
}
section.produkt-section-content .content-inner .product-info .info-price .price-value span {
  color: #000;
  font-weight: 300;
  font-size: 22px;
}
section.produkt-section-content .content-inner .product-info .info-add .btn-fill {
  margin-left: 0;
}
section.produkt-section-content .content-inner .product-info .info-add .btn-fill.disabled {
  opacity: 0.7;
  position: relative;
}
section.produkt-section-content .content-inner .product-info .info-add .btn-fill.disabled:before {
  content: "Wybierz rozmiar";
  font-size: 10px;
  color: #000;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: -110px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.produkt-section-content .content-inner .product-info .info-add .btn-fill.disabled:hover:before,
section.produkt-section-content .content-inner .product-info .info-add .btn-fill.disabled:focus:before {
  opacity: 1;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper {
  padding-top: 40px;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-heading {
  color: #000;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 1;
  margin-bottom: 15px;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products .product-service {
  background: #ece9e6;
  padding: 7px;
  margin: 7px;
  width: 120px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products .product-service .service-image-wrapper {
  width: 100%;
  padding-top: 150%;
  display: block;
  position: relative;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products .product-service .service-image-wrapper .service-image {
  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;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products .product-service .service-image-wrapper .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products .product-service p {
  margin-top: 5px;
  font-size: 9px;
  color: #000;
  text-transform: uppercase;
}
section.produkt-section-content .content-inner .product-info .related-products-wrapper .related-products .product-service:hover {
  opacity: 0.7;
}
section.produkt-section-content .content-inner .product-info .info-description.description-table table {
  margin: 0 !important;
  border: none !important;
  width: 100% !important;
}
section.produkt-section-content .content-inner .product-info .info-description.description-table table tr td {
  padding: 3px 7px !important;
  width: auto !important;
  vertical-align: middle !important;
  color: #000 !important;
  font-size: 13px !important;
  letter-spacing: 0.3px !important;
  font-family: 'Poppins', sans-serif;
}
section.produkt-section-content .content-inner .product-info .info-description.description-table table tr td * {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 13px !important;
  letter-spacing: 0.3px !important;
  font-family: 'Poppins', sans-serif;
}
section.produkt-section-content .content-inner .product-info .info-description.description-table table tr td:first-child p {
  text-align: left !important;
}
section.produkt-section-content .content-inner .product-info .info-description.description-table table tr:first-child {
  font-weight: 700;
}
section.produkt-section-content .content-inner .product-info .info-description.description-table table tr:first-child td {
  background: #ece9e6;
}
section.produkt-section-content .content-inner .product-info.promotion .price-value {
  color: #000;
}
section.static-page-section-content {
  padding-bottom: 0;
}
section.static-page-section-content .content-inner .heading {
  font-size: 45px;
  letter-spacing: 3px;
  color: #000;
  font-family: 'made_saonararegular';
}
section.static-page-section-content .content-inner .button-download {
  margin-top: 50px;
  background: #ece9e6;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 13.5px;
  letter-spacing: 0.85px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.static-page-section-content .content-inner .button-download:hover {
  background: #845740;
  color: #fff;
}
section.lookbook-section-content-project {
  padding-top: 100px;
}
section.lookbook-section-content-project .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.lookbook-section-content-project .content-flexbox .flexbox-body {
  width: 67%;
}
section.lookbook-section-content-project .content-flexbox .flexbox-body .body-heading {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.5;
  font-family: 'made_saonararegular';
}
section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service {
  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;
}
section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service .service-image {
  margin-top: 4%;
  width: 48%;
}
section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service .service-image img {
  width: 100%;
}
section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service .service-image:nth-child(even) {
  margin-top: -35px;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar {
  width: 30.3%;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-heading {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.5;
  font-family: 'made_saonararegular';
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-iframe {
  margin-top: 8%;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description {
  margin-top: 35px;
  margin-bottom: 35px;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description p,
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description li {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description ol,
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description ul {
  padding-left: 17px;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description h1 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description h2 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
}
section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .inner-description h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
section.video-section-content-project {
  padding-top: 100px;
}
section.video-section-content-project .content-inner {
  max-width: 900px;
  margin: 0 auto;
}
section.video-section-content-project .content-inner .inner-heading {
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.5;
  font-family: 'made_saonararegular';
}
section.video-section-content-project .content-inner .inner-iframe {
  margin-top: 60px;
  width: 100%;
  padding-top: 57%;
  position: relative;
}
section.video-section-content-project .content-inner .inner-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.kontakt-section-content-project {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.kontakt-section-content-project .content-background {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.kontakt-section-content-project .content-background img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.kontakt-section-content-project .content-inner {
  position: relative;
}
section.kontakt-section-content-project .content-inner .inner-service {
  width: 50%;
  margin-left: 50%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}
section.kontakt-section-content-project .content-inner .inner-service h1 {
  margin-left: -126px;
  font-size: 60px;
  letter-spacing: 4px;
  color: #000;
  font-family: 'made_saonararegular';
}
section.kontakt-section-content-project .content-inner .inner-service h1 span {
  color: #fff;
}
section.kontakt-section-content-project .content-inner .inner-service .service-data {
  margin-top: 50px;
  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;
}
section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box {
  margin-top: 20px;
  width: 50%;
}
section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box .box-name {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
}
section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box .box-info {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
}
section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box .box-info a {
  font-weight: 600;
  color: inherit;
}
section.section-cta-project {
  padding-top: 100px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.section-cta-project .cta-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;
}
section.section-cta-project .cta-inner h2 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'made_saonararegular';
}
section.section-cta-project .cta-inner p {
  margin-top: 15px;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
section.section-cta-project .cta-inner a {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 0;
  font-size: 11.5px;
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
  margin-top: 25px;
}
section.section-footer {
  padding-top: 75px;
  background: #ece9e6;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.section-footer.no-margin {
  margin-top: 0;
}
section.section-footer .footer-inner .inner-service ul .heading {
  font-size: 11.5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 12px;
  letter-spacing: 1px;
}
section.section-footer .footer-inner .inner-service .social-media li a svg {
  height: 21px;
  width: 21px;
}
section.section-footer .footer-inner .inner-service address a {
  letter-spacing: 1px;
}
section.section-footer .footer-inner .inner-service address p {
  letter-spacing: 0.5px;
}
section.section-footer .footer-credits {
  border-top: 1px solid #ccc;
}
section.section-footer .footer-credits .credits-copyright p {
  font-size: 13px;
  letter-spacing: 1px;
}
@media (max-width: 1399.98px) {
  section.section-welcome-project .welcome-inner .inner-video {
    min-width: 950px;
    max-width: 950px;
  }
}
@media (max-width: 1199.98px) {
  section.section-welcome-project .welcome-inner .inner-video {
    min-width: 750px;
    max-width: 750px;
  }
}
@media (max-width: 991.98px) {
  nav.section-header-project .header-management {
    padding: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav.section-header-project .header-management > * {
    width: auto;
  }
  nav.section-header-project .header-management .management-menu {
    display: none;
  }
  nav.section-header-project .header-management .management-logo {
    text-align: left;
  }
  nav.section-header-project .header-management .management-logo .logo-image img {
    height: 22px;
  }
  nav.section-header-project .header-management .management-service .search-engine-open-button {
    display: block;
  }
  nav.section-header-project .header-management .management-service .service-nav-button {
    display: block;
  }
  nav.section-header-project.intro .header-management .management-logo.position {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translateX(calc(50vw - 73px));
        -ms-transform: translateX(calc(50vw - 73px));
            transform: translateX(calc(50vw - 73px));
  }
  section.section-welcome-project .welcome-inner .inner-sidebar {
    display: none;
  }
  section.section-welcome-project .welcome-inner .inner-video {
    min-width: 100%;
    max-width: 100%;
  }
  section.section-lookbook-project .lookbook-inner .inner-service {
    width: 54%;
    padding-top: 54%;
  }
  section.section-lookbook-project .lookbook-inner .inner-service .service-video {
    padding: 0;
  }
  section.section-lookbook-project .lookbook-inner .inner-service:nth-child(2) {
    margin-left: -8%;
    z-index: -1;
  }
  section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .offer-products .product-service {
    width: 48%;
  }
  section.section-offer-project {
    padding-top: 70px;
  }
  section.section-offer-project .offer-products .product-service {
    width: 52%;
  }
  section.section-offer-project .offer-products .product-service:nth-child(1) {
    margin-top: 60px;
  }
  section.section-offer-project .offer-products .product-service:nth-child(2) {
    margin-top: 140px;
    margin-left: -4%;
  }
  section.section-offer-project .offer-products .product-service:nth-child(3) {
    display: none;
  }
  section.section-offer-project .offer-products .btn-more {
    right: auto;
    left: 0;
    bottom: 0;
  }
  section.section-lookbook-project .section-heading {
    text-align: center;
  }
  section.section-lookbook-project .lookbook-inner {
    margin-top: 40px;
  }
  section.section-lookbook-project .lookbook-inner .inner-service {
    width: 100%;
    padding-top: 100%;
  }
  section.section-lookbook-project .lookbook-inner .inner-service .service-image {
    border: 80px solid #845740;
  }
  section.section-lookbook-project .lookbook-inner .inner-service:nth-child(1) {
    margin-top: 0;
  }
  section.section-lookbook-project .lookbook-inner .inner-service:nth-child(2) {
    display: none;
  }
  section.kategoria-section-content {
    padding-top: 70px;
  }
  section.kategoria-section-content .body-slogan {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.kategoria-section-content .body-slogan:before {
    margin-top: 30px;
    margin-right: 0;
  }
  section.kategoria-section-content .content-description {
    padding-top: 70px;
  }
  section.produkt-section-content .content-inner .product-gallery {
    width: 100%;
    max-width: 516px;
    margin: 0 auto;
  }
  section.produkt-section-content .content-inner .product-info {
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  section.produkt-section-content .content-inner .product-info .container {
    height: auto;
  }
  section.produkt-section-content .content-inner .product-info .product-info-inner {
    padding-top: 50px;
    width: 100%;
    margin-left: 0;
    position: relative;
    top: auto !important;
  }
  section.lookbook-section-content-project {
    padding-top: 70px;
  }
  section.lookbook-section-content-project .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-body {
    width: 100%;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service {
    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;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service .service-image {
    margin-top: 4%;
    width: 48%;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service .service-image img {
    width: 100%;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-body .body-service .service-image:nth-child(even) {
    margin-top: -35px;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-sidebar {
    width: 100%;
    padding-top: 45px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-heading {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-iframe {
    margin-top: 4%;
    width: 48%;
    padding-top: 48%;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-iframe:nth-child(odd) {
    margin-top: -35px;
  }
  section.kontakt-section-content-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.kontakt-section-content-project .content-background {
    width: 100%;
    height: 300px;
    position: relative;
  }
  section.kontakt-section-content-project .content-inner {
    padding: 70px 0;
  }
  section.kontakt-section-content-project .content-inner .inner-service {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    padding-left: 0;
    text-align: center;
  }
  section.kontakt-section-content-project .content-inner .inner-service h1 {
    margin-left: 0;
    font-size: 40px;
    letter-spacing: 2.5px;
  }
  section.kontakt-section-content-project .content-inner .inner-service h1 span {
    color: #000;
  }
  section.kontakt-section-content-project .content-inner .inner-service .service-data {
    margin-top: 30px;
  }
  section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  nav.section-header-project .header-management .management-service li {
    margin-left: 15px;
  }
  nav.section-header-project .header-management .management-service .service-icons a .cost-line,
  nav.section-header-project .header-management .management-service .service-icons button .cost-line {
    display: none;
  }
  section.section-slogan-project .slogan-inner svg {
    width: 60px;
  }
  section.section-slogan-project .slogan-inner h2 {
    font-size: 26px;
    letter-spacing: 1.5px;
  }
  section.section-lookbook-project .lookbook-inner .inner-service .service-image {
    border: 40px solid #845740;
  }
  section.kategoria-section-content .content-description .description-inner h1,
  section.kategoria-section-content .content-description .description-inner h2 {
    font-size: 26px;
    letter-spacing: 1.5px;
  }
  section.static-page-section-content .content-inner .heading {
    font-size: 30px;
    letter-spacing: 2px;
  }
  section.lookbook-section-content-project {
    padding-top: 50px;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-body .body-heading {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  section.lookbook-section-content-project .content-flexbox .flexbox-sidebar .sidebar-heading {
    font-size: 22px;
    letter-spacing: 1px;
  }
  section.kontakt-section-content-project .content-inner .inner-service .service-data .data-box {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .offer-products {
    margin-top: 15px !important;
  }
  .offer-products .product-service {
    padding: 0 43px 39px 43px;
    margin-top: 40px;
    width: 100%;
  }
  section.section-offer-project {
    padding-top: 70px;
  }
  section.section-offer-project .offer-products .product-service {
    width: 100%;
    margin-top: 40px !important;
    padding-bottom: 39px;
  }
  section.section-offer-project .offer-products .product-service:nth-child(1) {
    margin-top: 0;
  }
  section.section-offer-project .offer-products .product-service:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
  section.section-offer-project .offer-products .product-service:nth-child(3) {
    display: block;
  }
  section.section-offer-project .offer-products .btn-more {
    position: relative;
    margin: 65px auto 0 auto;
    font-weight: 500;
    display: block;
    right: auto;
    left: auto;
    bottom: auto;
  }
  section.section-offer-project .offer-products .btn-more:before {
    content: none;
  }
  section.section-offer-project .offer-products .btn-more:after {
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background: #ece9e6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}

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