html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--brand-text-primary-color, #292929);
  background: #f6f3ef;
  font-family: var(--brand-font-family, "Open Sans", sans-serif);
}

img,
iframe,
video {
  max-width: 100%;
}

.header-top.colored,
.header-top {
  background: #111111 !important;
  color: #ffffff !important;
}

.header-top a,
.header-top i,
.header-top .social-links li a {
  color: #ffffff !important;
}

.header-top a:hover,
.header-top a:focus,
.header-top .social-links li a:hover,
.header-top .social-links li a:focus {
  color: var(--brand-primary-color, #ed8500) !important;
}

.header-container,
.header,
.header .navbar-default,
.header .navbar-collapse {
  background: #ffffff !important;
}

.header {
  border: 0 !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.header #logo_img {
  width: auto;
  max-width: 260px;
  max-height: 92px;
  transition: transform 180ms ease;
}

.header #logo_img:hover {
  transform: translateY(-2px);
}

@media (min-width: 1200px) {
  .header-container > header.header > .container > .col-md-2 {
    flex: 0 0 280px;
    width: 280px;
  }

  .header-container > header.header > .container > .col-md-10 {
    flex: 1 1 auto;
    width: auto;
  }

  .header #logo_img {
    display: block;
    width: 100%;
    max-width: 250px;
    max-height: none;
    height: auto;
    object-fit: contain;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-container > header.header {
    position: relative;
  }

  .header-container > header.header > .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 104px;
    padding: 10px 18px;
  }

  .header-container > header.header > .container > .col-md-2,
  .header-container > header.header > .container > .col-md-10 {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: auto;
  }

  .header-container > header.header > .container > .col-md-2 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-container > header.header > .container > .col-md-10 {
    position: static;
    flex: 0 0 auto;
  }

  .header .header-first,
  .header .header-second,
  .header .main-navigation,
  .header #logo,
  .header .logo {
    margin: 0;
  }

  .header .header-second,
  .header .main-navigation,
  .header .navbar.navbar-default,
  .header .navbar-header {
    position: static;
  }

  .header #logo_img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 94px;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
  }

  .header .navbar.navbar-default {
    min-height: 0;
    margin: 0;
    border: 0;
    background: transparent !important;
  }

  .header .navbar-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-height: 0;
    width: auto;
  }

  .navbar-mobile-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #111111;
    font-size: 27px;
    line-height: 1;
    text-decoration: none;
  }

  .navbar-mobile-search:hover,
  .navbar-mobile-search:focus {
    color: var(--brand-primary-color, #ed8500);
    text-decoration: none;
  }

  .navbar-default .navbar-toggle {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    float: none;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    width: 28px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: #111111;
  }

  .header .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
  }

  .header .navbar-collapse.collapse.in {
    display: block !important;
  }

  .header .navbar-collapse {
    position: absolute;
    top: calc(100% - 1px);
    right: 14px;
    left: 14px;
    z-index: 1000;
    max-height: 72vh;
    overflow-y: auto;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  }

  .header .navbar-nav {
    display: block !important;
    float: none !important;
    margin: 0;
    white-space: normal !important;
  }

  .header .navbar-nav > li,
  .header .navbar-nav > li:first-child {
    display: block;
    float: none;
    margin: 0;
  }

  .header .navbar-nav > li > a {
    display: block;
    padding: 14px 18px !important;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 1.25;
    white-space: normal;
  }

  .header .navbar-nav > li > a::after {
    display: none;
  }

  .header .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .header .dropdown > a::before,
  .header.centered .dropdown > a::before {
    position: absolute;
    top: 16px;
    right: 18px;
  }
}

.header .navbar-nav > li > a {
  position: relative;
  color: #111111 !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  transition: color 180ms ease, background-color 180ms ease;
}

.header .navbar-nav > li > a::after {
  position: absolute;
  right: 15px;
  bottom: 8px;
  left: 15px;
  height: 2px;
  content: "";
  background: var(--brand-primary-color, #ed8500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus,
.header .navbar-nav > .active > a,
.header .navbar-nav > .active > a:hover,
.header .navbar-nav > .active > a:focus,
.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
  color: var(--brand-primary-color, #ed8500) !important;
  background: #ffffff !important;
}

.header .navbar-nav > li > a:hover::after,
.header .navbar-nav > li > a:focus::after,
.header .navbar-nav > .active > a::after,
.header .navbar-nav > .open > a::after {
  transform: scaleX(1);
}

.header .dropdown-menu {
  min-width: 255px;
  padding: 10px 0;
  border: 0;
  border-radius: 4px;
  background: #111111 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.header .dropdown-menu > li > a {
  padding: 11px 20px !important;
  color: #ffffff !important;
  background: #111111 !important;
  font-weight: 650 !important;
  line-height: 1.4;
  white-space: normal;
}

.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > .active > a,
.header .dropdown-menu > .active > a:hover,
.header .dropdown-menu > .active > a:focus {
  color: var(--brand-primary-color, #ed8500) !important;
  background: #1b1b1b !important;
}

.header .navbar-toggle {
  border-color: #111111;
  background: #ffffff;
}

.header .navbar-toggle .icon-bar {
  background: #111111;
}

.main-container,
main {
  padding-top: 0 !important;
}

.peci-home {
  color: #292929;
  background: #ffffff;
  font-family: var(--brand-font-family, "Open Sans", sans-serif);
}

.peci-home *,
.peci-home *::before,
.peci-home *::after {
  box-sizing: border-box;
}

.peci-home h2,
.peci-home h3,
.peci-home p {
  margin-top: 0;
}

.peci-home h2,
.peci-home h3 {
  color: #171717;
  font-family: var(--brand-font-family, "Open Sans", sans-serif);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.peci-home p {
  font-size: 17px;
  line-height: 1.72;
}

.peci-home__hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: clamp(570px, 72vh, 760px);
  margin-left: -50vw;
  overflow: hidden;
  background: #111111;
}

.peci-home__slides,
.peci-home__slide,
.peci-home__hero-shade {
  position: absolute;
  inset: 0;
}

.peci-home__slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  animation: peci-home-slide 40s infinite;
}

.peci-home__slide--1 {
  animation-delay: 0s;
}

.peci-home__slide--2 {
  animation-delay: 8s;
}

.peci-home__slide--3 {
  animation-delay: 16s;
}

.peci-home__slide--4 {
  animation-delay: 24s;
}

.peci-home__slide--5 {
  animation-delay: 32s;
}

.peci-home__hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.9) 0%, rgba(20, 15, 11, 0.68) 43%, rgba(12, 10, 8, 0.24) 70%, rgba(12, 10, 8, 0.1) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 50%);
}

.peci-home__hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(1180px, calc(100% - 48px));
  min-height: clamp(570px, 72vh, 760px);
  margin: 0 auto;
  padding: 80px 0 92px;
  color: #ffffff;
}

.peci-home__hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(40px, 5.1vw, 72px);
  font-weight: 780;
  line-height: 1.04;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.38);
}

.peci-home__hero p:not(.peci-home__eyebrow) {
  max-width: 730px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.peci-home__eyebrow {
  margin-bottom: 13px !important;
  color: var(--brand-primary-color, #ed8500) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.peci-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.peci-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 15px !important;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.peci-home__button:hover,
.peci-home__button:focus {
  text-decoration: none !important;
  transform: translateY(-2px);
}

.peci-home__button--orange {
  border-color: var(--brand-primary-color, #ed8500);
  background: var(--brand-primary-color, #ed8500);
  box-shadow: 0 14px 30px rgba(237, 133, 0, 0.25);
  color: #ffffff !important;
}

.peci-home__button--orange:hover,
.peci-home__button--orange:focus {
  border-color: #c96e00;
  background: #c96e00;
  box-shadow: 0 16px 34px rgba(201, 110, 0, 0.32);
  color: #ffffff !important;
}

.peci-home__button--light {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.94);
  color: #171717 !important;
}

.peci-home__button--light:hover,
.peci-home__button--light:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--brand-primary-color, #ed8500) !important;
}

.peci-home__button--dark {
  border-color: #181818;
  background: #181818;
  color: #ffffff !important;
}

.peci-home__button--dark:hover,
.peci-home__button--dark:focus {
  border-color: var(--brand-primary-color, #ed8500);
  background: var(--brand-primary-color, #ed8500);
  color: #ffffff !important;
}

.peci-home__button--outline {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #ffffff !important;
}

.peci-home__button--outline:hover,
.peci-home__button--outline:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #171717 !important;
}

.peci-home__benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  margin: -54px auto 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(44, 32, 22, 0.16);
}

.peci-home__benefits article {
  display: flex;
  gap: 18px;
  min-width: 0;
  padding: 30px 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.peci-home__benefits article:last-child {
  border-right: 0;
}

.peci-home__benefits i {
  flex: 0 0 48px;
  color: var(--brand-primary-color, #ed8500);
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}

.peci-home__benefits h2 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.3;
}

.peci-home__benefits p {
  margin-bottom: 0;
  color: #66615d;
  font-size: 14px;
  line-height: 1.55;
}

.peci-home__section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.peci-home__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.peci-home__copy h2,
.peci-home__section-heading h2,
.peci-home__showroom h2,
.peci-home__final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 3.6vw, 48px);
  line-height: 1.14;
}

.peci-home__copy > p:not(.peci-home__eyebrow),
.peci-home__section-heading > p:not(.peci-home__eyebrow) {
  color: #625d57;
}

.peci-home__text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #171717 !important;
  font-size: 16px !important;
  font-weight: 750;
  text-decoration: none !important;
}

.peci-home__text-link i {
  color: var(--brand-primary-color, #ed8500);
  transition: transform 180ms ease;
}

.peci-home__text-link:hover,
.peci-home__text-link:focus {
  color: var(--brand-primary-color, #ed8500) !important;
}

.peci-home__text-link:hover i,
.peci-home__text-link:focus i {
  transform: translateX(4px);
}

.peci-home__feature-image {
  position: relative;
  height: clamp(430px, 54vw, 640px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(38, 25, 15, 0.18);
}

.peci-home__feature-image::before {
  position: absolute;
  inset: 20px auto auto -20px;
  z-index: -1;
  width: 70%;
  height: 70%;
  border: 3px solid var(--brand-primary-color, #ed8500);
  content: "";
}

.peci-home__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.peci-home__products,
.peci-home__references {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  background: #f6f3ef;
}

.peci-home__section-heading {
  max-width: 800px;
  margin: 0 auto 44px;
  text-align: center;
}

.peci-home__section-heading--left {
  max-width: 900px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.peci-home__product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.peci-home__product {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  border-radius: 7px;
  background: #1a1715;
  box-shadow: 0 12px 35px rgba(35, 28, 23, 0.14);
  color: #ffffff !important;
  text-decoration: none !important;
}

.peci-home__product::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.peci-home__product img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.peci-home__product span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  color: #ffffff;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.25;
  transition: color 180ms ease;
}

.peci-home__product:hover img,
.peci-home__product:focus img {
  transform: scale(1.055);
}

.peci-home__product:hover span,
.peci-home__product:focus span {
  color: var(--brand-primary-color, #ed8500);
}

.peci-home__center-action {
  margin-top: 38px;
  text-align: center;
}

.peci-home__diploma {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.peci-home__diploma-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #e6e2dc;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.peci-home__diploma-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 320ms ease;
}

.peci-home__diploma-image span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 13px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.76);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.peci-home__diploma-image:hover img,
.peci-home__diploma-image:focus img {
  transform: scale(1.018);
}

.peci-home__restoration {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  background: #1a1816;
  color: #ffffff;
}

.peci-home__restoration h2,
.peci-home__restoration .peci-home__section-heading > p:not(.peci-home__eyebrow) {
  color: #ffffff;
}

.peci-home__restoration .peci-home__section-heading > p:not(.peci-home__eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.peci-home__restoration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.peci-home__restoration-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #2a2724;
}

.peci-home__restoration-grid img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.peci-home__restoration-grid figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.peci-home__restoration-grid figcaption span {
  color: var(--brand-primary-color, #ed8500);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.peci-home__reference-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 14px;
}

.peci-home__reference-grid img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.peci-home__reference-grid img:nth-child(1),
.peci-home__reference-grid img:nth-child(4) {
  grid-column: span 5;
}

.peci-home__reference-grid img:nth-child(2),
.peci-home__reference-grid img:nth-child(5) {
  grid-column: span 4;
}

.peci-home__reference-grid img:nth-child(3),
.peci-home__reference-grid img:nth-child(6) {
  grid-column: span 3;
}

.peci-home__process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.peci-home__process li {
  position: relative;
  min-width: 0;
  padding: 28px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.peci-home__process li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.peci-home__process li > span {
  display: block;
  margin-bottom: 30px;
  color: var(--brand-primary-color, #ed8500);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.peci-home__process strong {
  display: block;
  margin-bottom: 9px;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.35;
}

.peci-home__process li p {
  margin-bottom: 0;
  color: #6a645f;
  font-size: 14px;
  line-height: 1.55;
}

.peci-home__showroom {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  min-height: 490px;
  margin-left: -50vw;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 14, 12, 0.91), rgba(17, 14, 12, 0.59) 56%, rgba(17, 14, 12, 0.2)),
    url("/h/peci-kumer-2026/hero-3.webp") center 48% / cover no-repeat;
}

.peci-home__showroom-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0;
  color: #ffffff;
}

.peci-home__showroom h2 {
  max-width: 680px;
  color: #ffffff;
}

.peci-home__showroom-inner > p:not(.peci-home__eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
}

.peci-home__showroom ul {
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.peci-home__showroom li {
  margin-bottom: 10px;
  font-size: 16px;
}

.peci-home__showroom li i {
  width: 24px;
  color: var(--brand-primary-color, #ed8500);
  text-align: center;
}

.peci-home__showroom a:not(.peci-home__button) {
  color: #ffffff !important;
  text-decoration: none;
}

.peci-home__showroom a:not(.peci-home__button):hover,
.peci-home__showroom a:not(.peci-home__button):focus {
  color: var(--brand-primary-color, #ed8500) !important;
}

.peci-home__final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  width: 100%;
  padding: 74px max(24px, calc((100vw - 1180px) / 2));
  background: var(--brand-primary-color, #ed8500);
  color: #ffffff;
}

.peci-home__final-cta .peci-home__eyebrow,
.peci-home__final-cta h2,
.peci-home__final-cta p {
  color: #ffffff !important;
}

.peci-home__final-cta h2 {
  max-width: 820px;
  margin-bottom: 12px;
}

.peci-home__final-cta p:not(.peci-home__eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86) !important;
}

.peci-home__final-cta .peci-home__button--orange {
  border-color: #ffffff;
  background: #ffffff;
  color: #171717 !important;
}

.peci-home__final-cta .peci-home__button--orange:hover,
.peci-home__final-cta .peci-home__button--orange:focus {
  border-color: #171717;
  background: #171717;
  color: #ffffff !important;
}

.aktualno-public {
  width: min(1180px, calc(100% - 48px));
  margin: 52px auto 82px;
  color: #292929;
}

.aktualno-public__header {
  max-width: 780px;
  margin-bottom: 32px;
}

.aktualno-public__title {
  margin-top: 0;
  color: #171717;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 750;
  line-height: 1.15;
}

.aktualno-public__lead {
  color: #66615d;
  font-size: 18px;
  line-height: 1.65;
}

.aktualno-public__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
  gap: 34px;
  align-items: start;
}

.aktualno-public__main,
.aktualno-public__side {
  min-width: 0;
}

.peci-aktualno-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.peci-aktualno-gallery a {
  display: block;
  min-height: 280px;
  overflow: hidden;
  border-radius: 6px;
  background: #ece8e3;
}

.peci-aktualno-gallery a:first-child {
  grid-column: 1 / -1;
}

.peci-aktualno-gallery img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 430px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.peci-aktualno-gallery a:hover img,
.peci-aktualno-gallery a:focus img {
  transform: scale(1.035);
}

.aktualno-public__side {
  position: sticky;
  top: 20px;
}

.aktualno-public__social {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.aktualno-public__social h2 {
  margin: 0 0 14px;
  color: #171717;
  font-size: 21px;
  font-weight: 750;
}

.aktualno-public__embed {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #f1efec;
}

.aktualno-public__embed iframe {
  display: block;
  width: 100% !important;
  height: 1647px;
  min-height: 1647px;
  border: 0;
}

.aktualno-public__social .btn {
  margin-top: 14px;
  border-color: var(--brand-primary-color, #ed8500);
  background: var(--brand-primary-color, #ed8500);
  color: #ffffff !important;
  font-weight: 700;
}

footer.footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 470px;
  padding: 68px 24px 28px !important;
  overflow: hidden;
  background: #111111 !important;
  color: #ffffff;
}

footer.footer::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.64) 48%, rgba(0, 0, 0, 0.82));
  pointer-events: none;
}

footer.footer .peci-footer__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

footer.footer .peci-footer__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

footer.footer .peci-footer__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 46px;
  width: min(1120px, 100%);
  text-align: left;
}

footer.footer .peci-footer__brand img {
  width: min(310px, 100%);
  height: auto;
  margin-bottom: 24px;
  padding: 12px 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.94);
}

footer.footer .peci-footer__brand p,
footer.footer .peci-footer__column p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

footer.footer .peci-footer__brand a,
footer.footer .peci-footer__column a,
footer.footer .peci-footer__legal a {
  color: #ffffff !important;
  text-decoration: none;
}

footer.footer .peci-footer__brand a:hover,
footer.footer .peci-footer__brand a:focus,
footer.footer .peci-footer__column a:hover,
footer.footer .peci-footer__column a:focus,
footer.footer .peci-footer__legal a:hover,
footer.footer .peci-footer__legal a:focus {
  color: var(--brand-primary-color, #ed8500) !important;
}

footer.footer .peci-footer__column h2 {
  margin: 4px 0 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

footer.footer .peci-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer .peci-footer__column li {
  margin-bottom: 11px;
  font-size: 14px;
}

footer.footer .peci-footer__legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

@keyframes peci-home-slide {
  0% {
    opacity: 0;
    transform: scale(1.035);
  }

  3%,
  17% {
    opacity: 1;
  }

  20%,
  100% {
    opacity: 0;
    transform: scale(1.09);
  }
}

@media (max-width: 1100px) {
  .peci-home__benefits article {
    padding: 26px 20px;
  }

  .peci-home__benefits i {
    flex-basis: 38px;
    font-size: 27px;
  }

  .peci-home__product-grid {
    gap: 16px;
  }

  .peci-home__product,
  .peci-home__product img {
    min-height: 290px;
    height: 290px;
  }

  .peci-home__process li {
    padding: 24px 17px;
  }
}

@media (max-width: 991px) {
  .header .navbar-nav > li > a::after {
    display: none;
  }

  .header .navbar-collapse {
    max-height: calc(100vh - 130px);
    overflow-y: auto !important;
  }

  .header .navbar-nav > li > a {
    padding: 13px 16px !important;
  }

  .header .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
  }

  .peci-home__benefits {
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .peci-home__benefits article {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }

  .peci-home__benefits article:last-child {
    border-bottom: 0;
  }

  .peci-home__split,
  .peci-home__diploma {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .peci-home__diploma-image {
    max-width: 620px;
  }

  .peci-home__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .peci-home__restoration-grid {
    grid-template-columns: 1fr;
  }

  .peci-home__restoration-grid figure {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.65fr);
  }

  .peci-home__restoration-grid img {
    height: 300px;
  }

  .peci-home__restoration-grid figcaption {
    align-content: center;
    justify-content: center;
  }

  .peci-home__process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .peci-home__process li:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.14);
  }

  .peci-home__process li:nth-child(3),
  .peci-home__process li:nth-child(4) {
    border-top: 0;
  }

  .peci-home__final-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .aktualno-public__layout {
    grid-template-columns: 1fr;
  }

  .aktualno-public__side {
    position: static;
  }

  .aktualno-public__embed iframe {
    height: 700px;
    min-height: 700px;
  }

  footer.footer .peci-footer__content {
    grid-template-columns: 1.2fr 1fr;
  }

  footer.footer .peci-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .header-top .col-xs-12,
  .header-top .col-sm-6 {
    text-align: center;
  }

  .header-top a[href^="tel:"],
  .header-top a[href^="mailto:"] {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
  }

  .header #logo_img {
    max-width: 205px;
    max-height: 78px;
  }

  .peci-home__hero,
  .peci-home__hero-inner {
    min-height: 600px;
  }

  .peci-home__hero-inner {
    width: min(100% - 32px, 1180px);
    padding: 66px 0 76px;
  }

  .peci-home__hero-shade {
    background: linear-gradient(90deg, rgba(12, 10, 8, 0.91), rgba(12, 10, 8, 0.53));
  }

  .peci-home__hero h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .peci-home__hero p:not(.peci-home__eyebrow) {
    font-size: 18px;
  }

  .peci-home__actions,
  .peci-home__actions .peci-home__button {
    width: 100%;
  }

  .peci-home__benefits,
  .peci-home__section,
  .aktualno-public {
    width: calc(100% - 32px);
  }

  .peci-home__benefits article {
    padding: 22px 18px;
  }

  .peci-home__section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .peci-home__products,
  .peci-home__restoration,
  .peci-home__references {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .peci-home__copy h2,
  .peci-home__section-heading h2,
  .peci-home__showroom h2,
  .peci-home__final-cta h2 {
    font-size: 31px;
  }

  .peci-home__feature-image {
    height: 470px;
  }

  .peci-home__product-grid {
    grid-template-columns: 1fr;
  }

  .peci-home__product,
  .peci-home__product img {
    min-height: 285px;
    height: 285px;
  }

  .peci-home__restoration-grid figure {
    display: block;
  }

  .peci-home__restoration-grid img {
    height: 330px;
  }

  .peci-home__reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 245px;
  }

  .peci-home__reference-grid img:nth-child(n) {
    grid-column: span 1;
  }

  .peci-home__process ol {
    grid-template-columns: 1fr;
  }

  .peci-home__process li,
  .peci-home__process li:nth-child(2),
  .peci-home__process li:nth-child(3),
  .peci-home__process li:nth-child(4),
  .peci-home__process li:last-child {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 0;
  }

  .peci-home__process li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .peci-home__process li > span {
    margin-bottom: 18px;
  }

  .peci-home__showroom-inner {
    width: calc(100% - 32px);
    padding: 68px 0;
  }

  .peci-home__final-cta {
    padding: 60px 16px;
  }

  .peci-aktualno-gallery {
    grid-template-columns: 1fr;
  }

  .peci-aktualno-gallery a:first-child {
    grid-column: auto;
  }

  .peci-aktualno-gallery a,
  .peci-aktualno-gallery img {
    min-height: 310px;
  }

  .aktualno-public__embed iframe {
    height: 700px;
    min-height: 700px;
  }

  footer.footer {
    min-height: 0;
    padding: 58px 18px 26px !important;
  }

  footer.footer .peci-footer__content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  footer.footer .peci-footer__brand,
  footer.footer .peci-footer__legal {
    grid-column: auto;
  }

  footer.footer .peci-footer__legal {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .peci-home__reference-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .peci-home__restoration-grid img {
    height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .peci-home__slide {
    display: none;
    animation: none;
    transform: none;
  }

  .peci-home__slide--1 {
    display: block;
    opacity: 1;
  }

  .peci-home *,
  .peci-home *::before,
  .peci-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

main.main-container > .image-box.style-3-b + .col-sm-12.col-md-12 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  float: none;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 52px;
}

main.main-container > .image-box.style-3-b + .col-sm-12.col-md-12 > .masonry-grid-item {
  position: static !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  width: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

main.main-container .masonry-grid-item .listing-item {
  display: flex;
  height: 100%;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 23, 23, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

main.main-container .masonry-grid-item .listing-item:hover,
main.main-container .masonry-grid-item .listing-item:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(23, 23, 23, 0.15);
}

main.main-container .masonry-grid-item .overlay-container {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex: 0 0 auto;
  background: #e9e5df;
}

main.main-container .masonry-grid-item .overlay-container > a:first-child {
  display: block;
  width: 100%;
  height: 100%;
}

main.main-container .masonry-grid-item .overlay-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
}

main.main-container .masonry-grid-item .listing-item:hover .overlay-container img,
main.main-container .masonry-grid-item .listing-item:focus-within .overlay-container img {
  transform: scale(1.035);
}

main.main-container .masonry-grid-item .listing-item .body {
  display: flex;
  min-height: 64px;
  max-height: none;
  margin: 0 !important;
  padding: 13px 15px !important;
  flex: 1 1 auto;
  align-items: center;
  background: var(--brand-primary-color, #ed8500);
}

main.main-container .masonry-grid-item .listing-item .body h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

main.main-container .masonry-grid-item .listing-item .body h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  main.main-container > .image-box.style-3-b + .col-sm-12.col-md-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 575px) {
  main.main-container > .image-box.style-3-b + .col-sm-12.col-md-12 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  main.main-container .masonry-grid-item .listing-item,
  main.main-container .masonry-grid-item .overlay-container img {
    transition: none !important;
  }
}
