.hero-section {
  max-width: 1440px;
  padding: 160px 0 0;
  margin: 0 auto;
}

body .storefront-breadcrumb {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#content {
  padding-top: 0;
}

body h1 {
  color: var(--brown-80);
}

body .woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

body .woocommerce-breadcrumb {
  color: var(--primary);
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

body .woocommerce-breadcrumb a {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

body .woocommerce-breadcrumb .breadcrumb-separator::after {
  content: ">";
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 1;
}

.storefront-breadcrumb .col-full {
  max-width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  background: var(--gray-light);
}

.storefront-breadcrumb .col-full .woocommerce-breadcrumb {
  max-width: 1148px;
  padding: 0 20px;
  margin: 0 auto;
}

.left-section > div {
  display: flex;
}

.left-section > div > div {
  width: 50%;
}

.left-section > div > div:last-of-type {
  padding: 52px 0 52px 32px;
}

.left-section img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.left-section .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  float: left;
  margin-top: 32px;
}

.right-section > div {
  display: flex;
}

.right-section > div > div {
  width: 50%;
}

.right-section > div > div:first-of-type {
  padding: 52px 44px 52px 0;
}

body section.full-image {
  padding-top: 96px;
  padding-bottom: 65px;
}

.full-image .description {
  padding-bottom: 12px;
}

.brands.business img {
  max-height: 90px;
  mix-blend-mode: multiply;
}

.brands-wrapper {
  padding: 32px 0 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 87px;
}

.brands-wrapper .brand {
  cursor: pointer;
}

.brand-wrapper > div {
  display: flex;
}

.brand-wrapper > div > div {
  width: 50%;
}

.brand-wrapper > div > div:first-of-type {
  padding: 52px 44px 52px 0;
}

section:not(.hero-section) {
  max-width: 1148px;
  padding: 0 20px;
  margin: 0 auto;
}

.brand-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 223px;
  float: right;
  margin-top: 32px;
}

.brand-wrapper img {
  object-fit: cover;
  height: 100%;
}

.brand-wrapper {
  position: relative;
}

.brands-wrapper > a:first-of-type img {
  width: 258px;
  max-width: 100%;
}

.brands-wrapper > a:nth-of-type(2) img {
  width: 170px;
  max-width: 100%;
}

.brands-wrapper > a:nth-of-type(3) img {
  width: 204px;
  max-width: 100%;
}

.brands-wrapper > a:nth-of-type(4) img {
  width: 232px;
  max-width: 100%;
}

.section-block {
  background: var(--gray-light);
}

.section-block strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.left-section img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.right-section img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

body .description--smaller {
  font-size: 18px;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.brands {
  background: var(--gray-light);
  position: relative;
}

.brands:before {
  z-index: -1;
  content: "";
  background: var(--gray-light);
  height: 100%;
  top: 0;
  left: -50vw;
  position: absolute;
  width: 100vw;
}

.brands:after {
  z-index: -1;
  content: "";
  background: var(--gray-light);
  height: 100%;
  top: 0;
  right: -50vw;
  position: absolute;
  width: 100vw;
}

body .brands h2 {
  text-align: center;
  padding-top: 72px;
}

.buttons {
  display: flex;
  gap: 24px;
  padding-top: 32px;
}

body section.certificates {
  padding-top: 56px;
  padding-bottom: 70px;
}

.certificates .description {
  padding-bottom: 80px;
}

.certificates__box {
  display: grid;
  align-items: center;
  grid-template-columns: 325px 380px;
  padding-left: 30px;
  padding-bottom: 32px;
}

.certificates__images {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 10px;
}

.certificates__images img {
  max-width: 170px;
}

.certificates__images .certificates__image {
  max-width: 96px;
  padding-left: 8px;
}

.certificates .btn {
  min-width: 320px;
  justify-content: center;
}

.certificates__description {
  color: var(--brown);
}

.certificates-other .btn {
  /*    margin-left: 30px;*/
  justify-content: center;
}

.certificates-other .certificates__box {
  display: grid;
  align-items: center;
  padding-bottom: 32px;
  /*    grid-template-columns: 195px 3fr 2fr;*/
  /*    grid-template-columns: 195px 380px;*/
}

.certificates-other .certificates__images {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex-direction: column;
  margin-right: 30px;
}

.certificates-other .certificates__images p {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  padding-right: 10px;
}

body .lists-section h2 {
  text-align: center;
  margin-bottom: 56px;
}

.lists-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 56px;
}

.lists-section__box {
  width: calc(50% - 12px);
  padding: 24px;
  background: #faf7f5;
  border-radius: 4px;
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.lists-section__box:last-of-type {
  width: 100%;
  background: url("../img/bg-ornament.png"), #faf7f5;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.lists-section__box:last-of-type .lists-section__description {
  max-width: 700px;
}

.lists-section__top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
}

.lists-section__top h4 {
  margin-bottom: 0;
}

.lists-section__wrapper ul {
  list-style: none;
  margin-left: 30px;
}

.lists-section__wrapper li {
  position: relative;
  padding-top: 5px;
}

.lists-section__wrapper li:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  background: url("../icons/list-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -22px;
  top: 11px;
}

.page-id-3787 .section-2 .description--smaller {
  text-align: justify;
}

.video-container {
  position: relative;
  display: inline-block;
  max-width: 100%; /* Ensure it stays responsive */
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-thumbnail img {
  display: block;
  width: 100%; /* Make it responsive */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
}

.play-button:hover {
  background-color: rgba(161, 143, 95, 0.7);
  color: #fff;
  opacity: 1 !important;
}

#custom-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* Initially hide the video */
  transition: opacity 0.3s ease; /* Smooth transition for showing the video */
  height: 100%;
  object-fit: cover;
  object-position: 42%;
}

@media (min-width: 768px) {
  .hero-section {
    max-width: unset;
  }
  .hero-section img {
    min-height: 300px;
    object-fit: cover;
    margin: 0 auto;
  }
  .hero-section--big img {
    min-height: 540px;
  }
  .page-template-30-lecie-php #content > .col-full {
    max-width: 100%;
  }
  .hero-section--big {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .hero-section__text {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .hero-section__text > div {
    max-width: 50%;
    padding-right: 30px;
  }
}

.hero-section--big-mobile .hero-section__text {
  padding: 36px 26px;
}

@media (min-width: 1065px) and (max-width: 1439px) {
  section:not(.hero-section),
  .hero-section__text {
    max-width: 100%;
    padding: 0 6%;
    margin: 0 auto;
  }

  body section.full-left {
    max-width: 100%;
    padding-left: 0;
    padding-right: 6%;
  }

  body section.full-right {
    max-width: 100%;
    padding-right: 0;
    padding-left: 6%;
  }

  .left-section > div > div:first-of-type {
    width: 58%;
  }

  .right-section > div > div:last-of-type,
  .brand-wrapper > div > div:last-of-type {
    width: 56%;
  }

  body section.blog-home {
    max-width: 100%;
    padding-right: 0;
    padding-left: 6%;
  }
}

@media (min-width: 1440px) {
  section:not(.hero-section) {
    max-width: 1440px;
    padding: 0 156px;
  }

  .right-section > div {
    width: calc(100% + 156px);
  }

  .right-section > div > div:last-of-type {
    width: calc(50% + 184px);
  }

  .left-section > div {
    margin-left: -156px;
  }

  .left-section > div > div:first-of-type {
    width: calc(50% + 184px);
  }
}

@media (max-width: 1064px) {
  .hide-medium-up {
    display: block;
  }

  .hide-medium-down {
    display: none;
  }

  .hero-section img {
    max-height: 470px;
  }

  .hero-section .swiper-slide {
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brands-wrapper {
    padding-top: 30px;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  #content .col-full {
    margin: 0;
  }

  section:not(.hero-section) {
    padding: 0 36px;
  }

  .left-section > div {
    display: flex;
    flex-direction: column-reverse;
  }

  .left-section > div > div {
    width: 100%;
  }

  .left-section > div > div:last-of-type {
    padding: 52px 0 52px 0;
  }

  .brand-wrapper img {
    width: 100%;
  }

  .right-section > div {
    display: flex;
    flex-direction: column;
  }

  .right-section > div > div:first-of-type {
    padding: 52px 0 52px 0;
    width: 100%;
  }

  .right-section > div > div {
    width: 100%;
  }

  body section.innovative-products {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .left-section .btn {
    float: right;
  }

  .certificates:not(.certificates-other) .certificates__images img {
    max-height: 110px;
  }

  .left-section img,
  .right-section img {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
  #custom-video {
    object-position: center;
    margin: 0 auto;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}

.page-template-30-lecie-php #content {
  padding-top: 160px;
}

.page-template-30-lecie-php .storefront-breadcrumb {
  display: none;
}

.catalogs {
  padding-top: 52px !important;
  padding-bottom: 63px !important;
  background: var(--gray-light);
  position: relative;
}

body section.catalogs:before {
  z-index: -1;
  content: "";
  background: var(--gray-light);
  height: 100%;
  top: 0;
  left: -50vw;
  position: absolute;
  width: 100vw;
}

body section.catalogs:after {
  z-index: -1;
  content: "";
  background: var(--gray-light);
  height: 100%;
  top: 0;
  right: -50vw;
  position: absolute;
  width: 100vw;
}

.catalogs-banner {
  display: flex;
  gap: 16px;
}

.catalogs-banner > div {
  width: 50%;
}

#history {
  padding-top: 88px;
}

body section.history {
  padding-top: 20px;
}

:is(.page-template-30-lecie, .page-template-jakosc) h1 {
  color: var(--primary);
}

.history h2 {
  text-align: center;
}

.history--visible {
  display: flex;
  gap: 216px;
  padding-top: 30px;
  padding-bottom: 64px;
}

.history--visible > div {
  width: 50%;
  position: relative;
}

body .history h3 {
  padding-top: 64px;
  color: var(--primary);
  text-align: left;
}

.history__text {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  min-height: 0;
  height: 100%;
  max-height: 600px;
  overflow-y: scroll;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px;
}

.history-inner {
  position: relative;
}

.history__text-wrapper {
  position: relative;
}

.history__text-wrapper:after {
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  background: linear-gradient(0, #fff 41.67%, rgba(255, 255, 255, 0) 80.08%);
}

.history__text::-webkit-scrollbar {
  display: none;
}

.history__text span {
  color: var(--primary);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  display: flex;
}

.history .history__dot {
  width: 30px;
  height: 30px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  right: -123px;
  top: calc(50% - 15px);
}

.history__lines {
  width: 8px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: calc(50% - 4px);
  top: 0;
  border: 1px solid var(--primary);
  z-index: 4;
}

.history .btn {
  height: auto;
}

.history__logo {
  max-width: 30%;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

.history--hidden__box {
  display: flex;
  gap: 216px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.history--hidden__box:not(.history--reverse) :is(h3, .description) {
  text-align: right;
}

.history--hidden__box:not(.history--reverse) .history__dot {
  right: unset;
  left: -123px;
}

.history--hidden__box.history--reverse {
  flex-direction: row-reverse;
}

.history--hidden__box > div {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history--hidden {
  position: relative;
  max-height: 0;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out;
  overflow: hidden;
  opacity: 0;
}

.history--hidden::-webkit-scrollbar,
.site::-webkit-scrollbar {
  display: none;
}

.history--hidden-background {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -156px;
  max-width: calc(100% + 156px * 2);
}

@media (max-width: 1439px) {
  .history--hidden-background {
    width: calc(100% + 156px * 2);
  }
}

.history-6 .history__text {
  max-width: 410px;
  text-align: center;
  margin: 0 auto;
}

.history-1 .history--hidden-background {
  background: #cfc8b8;
}

.history-2 .history--hidden-background {
  background: #ddbebc;
}

.history-3 .history--hidden-background {
  background: #e8cfa6;
}

.history-4 .history--hidden-background {
  background: #f1d3df;
}

.history-5 .history--hidden-background {
  background: #eac6b8;
}

.history-7 .history--hidden-background {
  background: #dfd3af;
}

body .history .history--hidden__box h3 {
  padding-top: 0;
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 0;
  }

  section:not(.hero-section) {
    padding: 0 26px;
  }

  .left-section .btn {
    max-width: 100%;
    width: 100%;
  }

  .btn-primary {
    max-width: 100%;
    width: 100%;
  }

  .certificates__box {
    display: flex;
    padding-bottom: 32px;
    flex-direction: column;
    gap: 24px;
    padding-left: 0;
  }

  .certificates-other .certificates__box {
    display: flex;
  }

  .certificates-other .certificates__images {
    display: flex;
    align-items: center;
    margin-right: 0;
  }

  body section.certificates:not(.certificates-other) {
    padding-bottom: 0;
  }

  body section.certificates-other {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .certificates .description {
    padding-bottom: 50px;
  }

  .lists-section__box {
    width: 100%;
  }

  .lists-section__wrapper {
    row-gap: 24px;
  }
  .certificates-other .btn {
    margin-left: 0;
    min-width: 100%;
  }
  .page-template-30-lecie-php #content {
    padding-top: 0;
  }
  .catalogs-banner {
    gap: 32px;
    flex-direction: column-reverse;
  }
  .catalogs-banner > div {
    width: 100%;
  }
  .catalogs-banner img {
    margin: 0 auto;
  }
  #history {
    padding-top: 42px;
  }
  .history--visible {
    display: flex;
    gap: 72px;
    padding-top: 30px;
    padding-bottom: 64px;
    flex-direction: column;
  }
  .history--visible > div {
    width: 100%;
  }
  .history__lines,
  .history .history__dot {
    display: none;
  }
  .history--hidden__box.history--reverse {
    flex-direction: column;
  }
  .history--hidden__box:not(.history--reverse) :is(h3, .description) {
    text-align: left;
  }
  .history--hidden__box.history--reverse {
    flex-direction: column;
  }
  .history--hidden__box {
    gap: 40px;
    flex-direction: column;
  }
  .history--hidden__box > div {
    width: 100%;
  }
  .buttons {
    flex-direction: column;
  }
}

/* 35 lat – page shell */

.page-template-35-lecie-php #content {
  padding-top: 160px;
}

.page-template-35-lecie-php .storefront-breadcrumb {
  display: none;
}

.page-template-35-lecie-php .hero-section img {
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 767px) {
  .page-template-35-lecie-php #content {
    padding-top: 0;
  }
}

/* Quote section */

.quote-section__logo {
  display: flex;
  gap: 40px;
  padding: 10px 0 60px;
}

.quote-section__logo > div {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
}

.quote-section__logo img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.quote-section__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-section__logo p {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.quote-section__logo p em {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.quote-section__text {
  padding-bottom: 0;
}

.quote-section__text p {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
}

/* Content sections / sliders */

.page-template-35-lecie-php .section-slider {
  padding: 0 30px 80px;
}

.section-slider h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
}

.section-slider .section-text p {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
}

.section-slider .section-inner {
  display: flex;
  gap: 60px;
}

.section-slider .section-inner > div {
  flex: 1 1 0;
  min-width: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-slider .section-images .swiper {
  width: 100%;
}

.section-slider .section-images img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-slider.reversed .section-inner {
  flex-direction: row-reverse;
}

.section-slider .swiper-wrapper {
  padding-bottom: 20px;
}

.section-slider .swiper-pagination {
    bottom: 0px;
}

.section-slider .swiper-pagination-bullet {
    border: 2px solid var(--primary);
}

.section-slider .swiper-pagination-bullet-active {
    background: var(--primary);
}

.section-slider:not(.reversed) .swiper-pagination-start {
    justify-content: flex-end;
}

.section-slider:not(:last-of-type) .swiper-button-next,.section-slider:not(:last-of-type) .swiper-button-prev {
    transform: translateY(-30px);
}

.section-slider .swiper-button-next:after,.section-slider .swiper-button-prev:after {
    color: var(--primary);
    font-size: 16px;
}

/* Button section */

.quote-section__text .headline {
  color: var(--primary);
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  text-transform: uppercase;
  letter-spacing: inherit;
  text-align: center;
  margin-top: 40px;
}

.btn-section.btn-primary {
  color: #fff;
  background-color: var(--primary);
  width: fit-content;
  display: flex;
  margin-top: 30px;
}

.btn-section.btn-primary:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
  background: var(--gray-light);
}

/* Responsive – quote & sliders */

@media (max-width: 991px) {
  .quote-section__logo {
    flex-direction: column;
    align-items: center;
  }

  .quote-section__logo > div {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  
  .quote-section__logo p {
    font-size: 16px;
    text-align: left;
  }
  
  .quote-section__text p {
  	text-align: left;
  	font-size: 18px;
  }
  
  .quote-section__logo {
	  display: flex;
	  gap: 30px;
	  padding: 40px 0 30px;
	}
	
	.quote-section__logo img {
    max-width: 220px;
    max-height: 110px;
  }
	
	.section-slider h2 {
		font-size: 28px;
		text-align: left;
	}
	
	.section-slider .section-text p {
	  text-align: left;
	}

  .section-slider .section-inner {
    flex-direction: column;
    gap: 20px;
  }

  .section-slider.reversed .section-inner {
    flex-direction: column;
  }
  
  .section-slider:not(.reversed) .swiper-pagination-start {
    justify-content: flex-start;
	}

  .section-slider .section-inner > div {
    width: 100%;
    text-align: left;

  }
  
  .section-slider .swiper-wrapper {
    padding-bottom: 40px;
	}
	
	.page-template-35-lecie-php .section-slider {
    padding: 0 30px 40px;
	}
	
	.quote-section__text .headline  {
	  font-size: 28px;
	  text-align: left;
	}
	
	.btn-section.btn {
		margin-bottom: 40px;
	}
}

.page-template-dotacje #content {
  padding-top: 160px;
}

.page-template-dotacje .entry-header,
.page-template-dotacje .storefront-breadcrumb {
  display: none;
}

.tenders :is(span, li, p) {
  color: var(--brown);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.tenders ul {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

.tenders .content-tenders {
  margin-top: 40px;

  padding-top: 1.25em;

  border-top: 1px solid #dac9b3;
}

@media (max-width: 767px) {
  .page-template-dotacje #content {
    padding-top: 0;
  }
  .tenders :is(span, li, p) {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders {
    margin-top: 10px;

    padding-top: 0;
  }
}

.tenders .content-tenders > li {
  display: block;

  padding: 1.375em 0.625em 1.875em 1.25em;

  border-bottom: 1px solid #dac9b3;

  font-weight: 300;

  transition: 0.2s;
}

.tenders .content-tenders > li .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #dac9b3;
  border-radius: 100%;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li {
    padding: 1.375em 0.625em 1.375em 0.625em;
  }
}

.tenders .content-tenders > li:hover,
.tenders .content-tenders > li:focus,
.tenders .content-tenders > li:active,
.tenders .content-tenders > li.active {
  color: #a48f66;
}

.tenders .content-tenders > li .number {
  font-weight: bold;

  display: inline-block;

  margin-right: 3px;

  display: none;
}

.tenders .content-tenders > li .title {
  cursor: pointer;

  display: block;

  position: relative;
}

.tenders .content-tenders > li > ul {
  display: none;
}

.tenders .content-tenders > li > ul li :is(span, a) {
  font-size: 16px;
}

.tenders .content-tenders > li li {
  font-size: 0.9375em;

  line-height: 1.6em;

  color: #686868;

  display: block;

  padding-top: 25px;

  padding-left: 50px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li {
    padding-top: 10px;

    padding-left: 20px;
  }
}

.tenders .content-tenders > li li:first-child {
  padding-top: 32px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li:first-child {
    padding-top: 10px;
  }
}

.tenders .content-tenders > li li a {
  display: inline-block;

  color: #a48f66;

  margin-left: 25px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li a {
    display: block;

    width: 10px;

    white-space: nowrap;
  }
}

.tenders ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tenders .content-tenders {
  margin-top: 40px;
  padding-top: 1.25em;
  border-top: 1px solid #dac9b3;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders {
    margin-top: 10px;
    padding-top: 0;
  }
}

.tenders .content-tenders > li {
  display: block;
  padding: 1.375em 0.625em 1.875em 1.25em;
  border-bottom: 1px solid #dac9b3;
  font-weight: 300;
  transition: 0.2s;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li {
    padding: 1.375em 0.625em 1.375em 0.625em;
  }
}

.tenders .content-tenders > li:hover > span,
.tenders .content-tenders > li:focus > span,
.tenders .content-tenders > li:active > span,
.tenders .content-tenders > li.active > span {
  color: #a48f66;
}

.tenders .content-tenders > li .number {
  font-weight: bold;
  margin-right: 3px;
  display: none;
}

.tenders .content-tenders > li .title {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 14px;
}

.tenders .content-tenders > li .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #dac9b3;
  border-radius: 100%;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li .title:before {
    top: 8px;
  }
}

.tenders .content-tenders > li > ul {
  display: none;
}

.tenders .content-tenders > li li {
  font-size: 0.9375em;
  line-height: 1.6em;
  color: #686868;
  display: block;
  padding-top: 25px;
  padding-left: 50px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li {
    padding-top: 10px;
    padding-left: 20px;
  }
}

.tenders .content-tenders > li li:first-child {
  padding-top: 32px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li:first-child {
    padding-top: 10px;
  }
}

.tenders .content-tenders > li li a {
  display: inline-block;
  color: #a48f66;
  margin-left: 25px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li a {
    display: block;
    width: 10px;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1063px) {
  .page-template-30-lecie-php section.hero-section {
    padding-top: 0;
  }
  .page-template-30-lecie-php .hero-section__text > div {
    /*       max-width: 100%;*/
    /*       padding-right: 0;*/
  }
  .page-template-30-lecie-php .hero-section__text {
    padding: 36px 36px;
    /*      position: unset;*/
  }
}

@media (min-width: 601px) and (max-width: 1128px) {
  .page-template-30-lecie-php .hero-section img {
    min-height: 540px !important;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section--big.hide-medium-down {
    display: none;
  }
  .hero-section--big-mobile.hide-medium-up {
    display: block;
  }
  .page-template-30-lecie-php .hero-section img {
    min-height: unset !important;
    width: 100%;
    max-height: unset;
  }
}

.video-gallery {
  margin-top: 20px;
}

@media only screen and (max-width: 1064px) {
  .video-gallery {
    display: flex;
    justify-content: center;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 800px;
}

.gallery-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
}

#lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 143, 95, 0.05);
  backdrop-filter: blur(2px);
  transition: all 0.3s ease-out;
  overflow: auto;
}

#lightbox-modal .lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #bbb;
  font-size: 50px;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s;
}

#lightbox-modal .lightbox-close:hover {
  color: #bbb;
}

#lightbox-modal .lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightbox-image {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;
  box-shadow: 5px 5px 5px 0px rgba(161, 143, 95, 0.25);
  border-radius: 10px;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brown);
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-20);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.lightbox-nav:hover {
  opacity: 1;
}

.lightbox-nav.prev {
  left: 30px;
}

.lightbox-nav.next {
  right: 30px;
}

#image-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  background-color: rgba(161, 143, 95, 0.6);
  padding: 10px 20px;
  border-radius: 20px;
}

