.wrappers {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

#main {
  margin-top: 0px !important;
  position: relative;
  z-index: 1;
  background: #fff;
}

body {
  padding-bottom: 525px;
}

.type-produkty .custom-post {
  min-height: 450px;
  width: 100%;
  background: #f4ede0;
}

.single-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
}

#footer {
  background: #f4ede0 url(./img/footerBG.webp) no-repeat center center;
  background-size: cover;
  min-height: 525px;
  max-width: 1920px;
}

#footer h4,
.box h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  color: #191818;
  margin-bottom: 20px;
}

#footer p,
.box p {
  font-size: 17px !important;
  color: #191818;
  line-height: 1.2;
  margin-bottom: 20px;
}
.box p {
  line-height: 1.4;
}

.amail,
.amail:hover,
.column-4 a,
.column-4 a:hover,
.box a,
.box a:hover {
  color: #191818;
  position: relative;
}
.amail::before,
.column-4 a::before,
.box a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #191818;

  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.amail:hover::before,
.column-4 a:hover::before,
.box a:hover::before {
  transform: scaleX(0);
}

.menu-footermenu-container ul {
  flex-direction: column;
}

.bottom-columns {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  row-gap: 40px;
  column-gap: 120px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 35px;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

#footer .copyright p {
  color: #5f5f5f;
  font-size: 15px;
}

#footer .copyright p a,
#footer .copyright p a:hover {
  color: #5f5f5f;
  position: relative;
}
#footer .copyright p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #191818;

  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#footer .copyright p a:hover::before {
  transform: scaleX(0);
}

@media (max-width: 1024px) {
  .bottom-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .bottom-columns {
    grid-template-columns: 1fr;
  }
}

.three-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 35px;
}

.three-box .box {
  padding: 60px 50px;
  background: #f4ede0;
  border-radius: 30px;
}

.helper {
  position: relative;
  width: 100%;
}

.inside-hero {
  margin-top: -240px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 100px;
}
.contact-breadcrumb {
  margin-bottom: 75px;
}

.map-wrapper {
  width: 100%;
  height: 430px;
  border-radius: 30px; /* opcjonalnie */
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.navbar-brand img {
  height: 132px;
}

.logo {
  position: absolute;
  z-index: 10;
  left: -60px;
  top: -15px;
}

.logo img {
  height: 105px;
  width: auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  transition: all 0.3s ease;
}

#header .logo img {
  max-height: 105px;
  transition: all 0.3s ease;
}

#header.header-small {
  height: 75px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

#header.header-small .logo img {
  max-height: 80px;
}

#wrapper {
  padding-top: 75px;
}

.contact-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contact-hero {
  height: 780px;
}

.btn-top {
  position: absolute;
  z-index: 10;
  right: -60px;
}

.btn-top .link-red {
  padding-left: 40px;
  padding-right: 40px;
}

#header {
  height: 105px;
}

.why {
  padding: 100px 0;
}

.iconbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.iconbox h3 {
  font-size: 26px;
  font-weight: 600;
  color: #c72c25;
  font-family: "Figtree", sans-serif;
  margin-bottom: 25px;
}

.iconbox p {
  color: #191818;
  font-size: 20px;
  font-weight: 300;
}

.why h2 {
  font-size: 40px;
  font-weight: 400;
  color: #191818;
  font-family: "Figtree", sans-serif;
  margin-bottom: 60px;
  padding-left: 25px;
  position: relative;
}

.why h2:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #c72b25;
  position: absolute;
  left: 0px;
  top: 17px;
}

.why h2 strong {
  color: #c72c25;
  font-weight: 600;
}

.why .icon {
  margin-bottom: 20px;
}

.why {
  position: relative;
}

.why .container-home::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 420px;
  height: 420px;
  transform: translateY(-50%);
  background: url("img/head_bg_meet.svg") no-repeat center;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

.why > * {
  position: relative;
  z-index: 1;
}

.top {
  background: #f4ede0;
  padding-top: 100px;
  padding-bottom: 120px;
}

.top h2 {
  color: #191818;
  font-size: 40px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
.top p {
  color: #191818;
  font-size: 18px;
  font-weight: 300;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0px;
}

.top .product-grid {
  margin-top: 0px;
  max-width: 1335px;
  column-gap: 100px;
  padding-bottom:0px;
}

.company {
  background: url(img/rodzina.webp) no-repeat center center;
  background-size: cover;
}

.company li p {
  font-size: 28px;
  margin-bottom: 25px;
  color: #fff;
}

.company li:last-child p {
  margin-bottom: 0px;
}

.company ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.company ul li {
  padding-left: 65px;
  position: relative;
}

.company ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 38px;
  height: 38px;

  background: url("img/check.png") center/contain no-repeat;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 200px;
  min-height: 860px;
}

.company-right {
  height: 100%;
  display: flex;
  align-items: center;
}

.productio-head p {
  font-size:18px;
  margin-bottom:0px;
}
.productio-head {
  margin-bottom:30px;
}

.company-left {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.company-left p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #fff;
}
.company-left h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  color: #fff;
  z-index: 2;
  font-family: "Figtree", sans-serif;
  margin-bottom: 50px;
}

.company-left h2:before {
  position: absolute;
  content: "";
  background: url("img/podkresl.png") center/contain no-repeat;
  width: 418px;
  height: 26px;
  display: block;
  bottom: -10px;
}

.company-left h2 b {
  color: #c72c25;
  position: relative;
  font-family: "Figtree", sans-serif;
}

.link-red {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding-left: 60px;
  padding-right: 76px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  border-radius: 22px;
  background-color: #c72c25;
}

.delivery {
  background: url(img/dostawa.webp) no-repeat center right;
  background-size: cover;
}

.production {
  background: url(img/powstanie.webp) no-repeat center left;
  background-size: cover;
}

.production .container {
  min-height: 610px;
  padding-top: 165px;
}

.production .number {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
.txt1 .txt-wrapper,
.txt3 .txt-wrapper {
  background: #c72b25;
  border-radius: 30px;
  padding-left: 30px;
  height: 143px;
  width: 360px;
}
.txt2 .txt-wrapper,
.txt4 .txt-wrapper {
  background: #bb1b13;
  border-radius: 30px;
  z-index: 5;
  height: 159px;
  padding-left: 30px;
}
.txt1,
.txt2,
.txt3,
.txt4 {
  position: relative;
}
.txt2 {
  z-index: 2;
}
.txt3 {
  z-index: 3;
}
.txt4 {
  z-index: 5;
}

.txt2 .txt-wrapper,
.txt4 .txt-wrapper {
  width: 402px;

  margin-left: -60px;
}

.txt3 .txt-wrapper {
  margin-left: -60px;
}

.process {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.txt-wrapper {
  display: flex;
  color: #fff;
  align-items: center;
  column-gap: 20px;
  padding-right: 120px;
}

.txt3 .txt-wrapper {
  padding-right: 110px;
}

.txt4 .txt-wrapper {
  padding-right: 150px;
}

.inside-txt {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}

.delivery-grid {
  display: grid;
  grid-template-columns: 510px 1fr;
  column-gap: 100px;
  min-height: 440px;
}

.delivery .subtitle {
  color: #191818;
  font-size: 18px;
  margin-bottom: 0px;
}

.delivery .txt {
  color: #191818;
  font-size: 20px;
  margin-bottom: 0px;
}

.delivery h2 {
  color: #191818;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Figtree", sans-serif;
}
.delivery-left,
.delivery-right {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.delivery-right li {
  color: #191818;
  font-size: 20px;
}
.delivery-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.delivery-right ul li {
  position: relative;
  padding-left: 16px;
}

.delivery-right ul li p {
  margin-bottom: 10px;
}

.delivery-right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;

  width: 4px;
  height: 4px;
  border-radius: 50%;

  background: #c72c25;
}

.link-red.typ-b {
  background: #c6b89f;
}

@media (min-width: 1520px) {
  .custom-post .container {
    max-width: 1440px;
  }
}

.timeline {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 100px;
}

.timeline__inner {
  position: relative;
}

.timeline__inner::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #b8b8b8;
  transform: translateX(-50%);
}

.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  margin-bottom: 90px;

  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.timeline__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline__dot {
  position: absolute;
  top: 94px;
  left: 50%;
  width: 22px;
  height: 22px;
  background: #c72c25;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.logo-box {
  text-align: center;
  position: relative;
  z-index: 2;
}

.timeline__media img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.timeline__content {
  margin-top: 20px;
}

.timeline__item.is-left .timeline__media {
  grid-column: 1;
}

.timeline__item.is-left .timeline__content {
  grid-column: 2;
}

.timeline__item.is-right .timeline__media {
  grid-column: 2;
}

.timeline__item.is-right .timeline__content {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.timeline__year {
  display: block;
  font-size: 60px;
  font-weight: 800;
  color: #bababa;
  margin-bottom: 10px;
  font-family: "Figtree", sans-serif;
  line-height: 1;
}

.timeline__content h3 {
  color: #c72c25;
  margin-bottom: 15px;
  font-family: "Figtree", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.timeline__text {
  line-height: 1.4;
  color: #191818;
  font-size: 17px;
  font-family: "Figtree", sans-serif;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  font-weight: 500;
}

.navbar .container.cent {
  justify-content: center;
  position: relative;
}

.inside-hero h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.contact-breadcrumb a,
.contact-breadcrumb {
  font-size: 15px;
  color: #fff;
}

.breadcrumbs a {
  position: relative;
}

.breadcrumbs a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #fff;

  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.breadcrumbs a:hover::before {
  transform: scaleX(0);
}
.opinions-section {
  position: relative;
  padding: 80px 0;
}

.opinions-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  height: 820px;
  overflow: hidden;
  transition: height 0.7s ease;
}

.opinions-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.95)
  );
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.opinions-grid.is-expanded::after {
  opacity: 0;
}

.opinion-card,
.opinion-image {
  min-height: 290px;
  border-radius: 30px;
  overflow: hidden;
}

.opinion-card {
  padding: 50px 30px;
}

.opinion-card--beige {
  background: #f4ede0;
}

.opinion-card--white {
  background: #fff;
  border: 1px solid #f3eddf;
}

.opinion-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.opinion-text {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #5e5e5e;
  font-weight: 300;
}

.opinion-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.opinion-footer strong {
  font-size: 16px;
  font-weight: 400 !important;
  color: #090101;
}

.opinion-stars {
  width: 70px;
  height: auto;
  display: block;
}

.opinions-more {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: -45px;
}

.opinions-button {
  border: 0;
  border-radius: 999px;
  padding: 14px 34px;
  background: #b6251f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.opinions-button span {
  margin-left: 8px;
}

.footer-logo img {
  height: 80px;
  width: auto;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .opinions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .opinions-grid {
    grid-template-columns: 1fr;
     height: 760px;
  }

  .opinions-section {
    padding: 50px 0;
  }
}

.header-opinie {
  background: #f4ede0;
  padding-top: 50px;
  padding-bottom: 60px;
}

.googlel img {
  max-height: 20px;
  width: auto;
}

.sub-grid {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 10px;
}

.sub-grid p {
  margin-bottom: 0px;
  padding-left: 3px;
  padding-top: 5px;
}

.opinie-l h1 {
  color: #191818;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}

.opinie-l,
.opi.contact-breadcrumb,
.opi.contact-breadcrumb a {
  color: #9c978f;
}
.opi.contact-breadcrumb {
  margin-bottom: 0px;
}

.opinie-l .breadcrumbs a::before {
  background: #9c978f;
}

.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 200px;
}

.opinie-r p {
  color: #b8a88b;
  font-size: 35px;
  line-height: 1.2;
  font-family: "Delicious", sans-serif;
  position: relative;
  z-index: 2;
}

.random-opinion__footer span {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px;
}
.random-opinion__footer {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.random-opinion {
  position: relative;
}

.random-opinion:before {
  display: block;
  content: "";
  background: url(img/cudzyslow.png) no-repeat;
  width: 62px;
  height: 78px;
  position: absolute;
  top: -10px;
  left: -20px;
}

.head-historia {
  padding-top: 100px;
  text-align: center;
}

.head-historia h1 {
  font-size: 100px !important;
  font-weight: 600;
  color: #191818;
}

.contact-breadcrumb.hist,
.contact-breadcrumb.hist a {
  color: #9c978f;
}

.contact-breadcrumb.hist a:before {
  background: #9c978f;
}

.page-header {
  height: 450px;
  text-align: center;
  background: #f4ede0;
  padding-top: 70px;
}
.page-header.custom-post {
  position: relative;
}

.page-header.custom-post .zajawka {
  color: #695d47;
  font-size: 25px;
  text-align: left;
}

.text-single {
  max-width: 510px;
}

.text-single .contact-breadcrumb.rodzaj {
  margin-bottom: 65px;
}

.thumb-single img {
  border-radius: 85px;
}
.type-produkt .entry-content {
  padding-top: 60px;
  padding-bottom: 105px;
}

.k2 {
  max-width: 510px;
  position: relative;
  z-index: 9;
}
.k2 p {
  color: #5e5e5e;
  font-size: 18px;
  line-height: 1.35;
}

.k2 strong,
.k2 b {
  color: #c72c25;
}

#skladopen {
  border-width: 0px;
  background: #c5b79f;
}
.single-buttons {
  padding-top: 30px;
}
#sklad {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    height 0.35s ease,
    opacity 0.25s ease;
}

#sklad.is-active {
  opacity: 1;
}
#sklad {
  font-weight: 18px;
  line-height: 1.35;
  color: #5e5e5e;
}
.tp {
  padding-top: 30px;
  font-weight: 500;
}
.single-buttons .link-red {

  padding-left: 35px;
  padding-right: 35px;
}
.single-buttons {
  display: grid;
  grid-template-columns: 210px 270px;
  justify-content: space-between;
}

.single-produkt .why:before {
  display: none;
}

.page-header.custom-post:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(img/head_bg_meet.svg) no-repeat right 150px center;
  background-size: 420px auto;
  opacity: 0.2;
  pointer-events: none;
}

.page-header h1 {
  font-size: 50px !important;
  color: #191818;
}

.single-produkt .page-header h1 {
  text-align: left;
  padding-top: 60px;
}

.single-produkt .contact-breadcrumb.rodzaj {
  text-align: left;
}

.single-produkt .page-header {
  padding-top: 100px;
}

.product-grid {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 30px;
  margin-top: -220px;
  padding-bottom: 75px;
}

.product-card:hover {
  box-shadow: 0 6px 14px rgba(25, 24, 24, 0.18);
  transform: translateY(-1px);
}

.product-grid .link-red {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 266px;
  justify-content: center;
}
.top2 {
  padding-top: 50px;
}

.top .product-grid .excerpt,
.top .product-grid .card-body {
  padding-left: 50px;
  padding-right: 50px;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 60px;
}

.product-card {
  border-radius: 60px;
  display: block;
  background: #fff;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease;
}

.contact-breadcrumb.rodzaj a,
.contact-breadcrumb.rodzaj {
  color: #9c978f;
}

.contact-breadcrumb.rodzaj a:before {
  background: #9c978f;
}

.card-body {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 35px;
  text-align: center;
}

.card-body h2,
.card-body h2 a,.featured .card-body h2 {
  color: #c72c25;
  font-size: 25px;
  font-weight: 600;
}

.card-body h2,.featured .card-body h2 {
  margin-bottom: 10px;
}

.excerpt {
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
  color: #695d47;
  font-size: 17px;
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
}

.entry-meta {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.featured .product-grid {
  margin-top: 0px;
  padding-bottom: 0px;
}

.featured {
  padding-bottom: 125px;
  padding-top: 105px;
  background: #f4ede0;
}

.featured .product-card {
  background: #fff;
}

.featured h2 {
  color: #191818;
  font-size: 40px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 45px;
}

.featured p.sub {
  color: #191818;
  font-size: 18px;
  margin-bottom: 5px;
}

.home-hero {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home-hero .carousel {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-content {
  width: 420px;
  min-height: 680px;
  background: #f4ede0;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #f4ede0;
}

.hero-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -90px;
  width: 90px;
  height: 100%;
  background: #f4ede0;
  border-radius: 0 100px 100px 0;
  z-index: -1;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 710px + 370px);
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 13px;
}

.rating span {
  color: #f6a400;
  letter-spacing: 1px;
}

.rating small {
  color: #111;
  font-size: 12px;
}

.hero-content h1 {
  margin: 0 0 10px;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
  color: #061f1f;
}

.hero-content h2 {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #061f1f;
}

.hero-content p {
  max-width: 360px;
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 1.5;
  color: #061f1f;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 12px 28px;
  border-radius: 999px;
  background: #dc231f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.hero-btn:hover {
  background: #b91c19;
  color: #fff;
  transform: translateY(-2px);
}

.hero-indicators {
  position: absolute;
  left: calc(50% - 670px - 150px);
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 5;
}

.hero-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background-color: #eee2ca;
  opacity: 1;
}

.hero-indicators .active {
  background-color: #c72b25;
}

.home-hero .carousel-control-prev,
.home-hero .carousel-control-next {
  width: 70px;
  z-index: 6;
}

.home-hero .carousel-control-prev {
  left: 20px;
}

.home-hero .carousel-control-next {
  right: 20px;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.t1 {
  font-size: 50px;
  color: #191818;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  line-height: 1.1;
}

.t2 {
  font-size: 35px;
  color: #191818;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
  padding-top: 10px;
}

.t3 {
  padding-top: 40px;
  font-size: 20px;
  color: #191818;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  padding-bottom: 30px;
}

.hero-content .link-red {
  padding-left: 40px;
  padding-right: 40px;
}

.link-red img {
  margin-left: 6px;
  transition: transform 0.25s ease;
  will-change: transform;
}

.link-red {
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease;
}

.link-red:hover {
  box-shadow: 0 6px 14px rgba(25, 24, 24, 0.18);
  transform: translateY(-1px);
}

.link-red:hover img {
  transform: translateX(10px);
}

.top2 .product-card:hover .link-red {
  box-shadow: 0 6px 14px rgba(25, 24, 24, 0.18);
  transform: translateY(-1px);
}

.top2 .product-card:hover .link-red img,.product-grid  .product-card:hover .link-red img  {
  transform: translateX(10px);
}

.ocena {
  display: flex;
  font-size: 16px;
  color: #191818;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  padding-bottom: 20px;
  padding-left: 25px;
  gap: 10px;
}

.ocena .stars {
  color: #f48520;
}
.ocena div {
  margin-top: -3px;
}
.ocena .googlel img {
  max-height: 16px;
}

.container-home.container {
  max-width: 1440px;
}

.best-grid {
  display: grid;
  grid-template-columns:1fr 1fr;
}

.bestsellers .carousel-control-prev,
.bestsellers .carousel-control-next {
  position: static;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-top: 30px;
  border: 1px solid #c72c25;
  border-radius: 50%;
  color: #c72c25;
  opacity: 1;
}

.bestsellers .carousel-control-prev span,
.bestsellers .carousel-control-next span {
  color: #c72c25;
  font-size: 22px;
}

.fh {
  display:flex;
  height:100%;
}

.lewa-b {
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
.text-b {
  height:200px;
}

#bestsellersCarousel .carousel-inner {
	overflow: hidden;
}

#bestsellersCarousel.carousel-fade .carousel-item {
	transition: opacity 0.75s ease-in-out;
}

/* zmienna część tekstu */
#bestsellersCarousel .rest-slider {
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

/* widoczna tylko w aktywnym slajdzie */
#bestsellersCarousel .carousel-item.active .rest-slider {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.2s;
}

/* stary tekst znika od razu */
#bestsellersCarousel .carousel-item.active.carousel-item-start .rest-slider,
#bestsellersCarousel .carousel-item.active.carousel-item-end .rest-slider {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition-delay: 0s;
}

/* nowy tekst nie pokazuje się w trakcie fade */
#bestsellersCarousel .carousel-item-next .rest-slider,
#bestsellersCarousel .carousel-item-prev .rest-slider {
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
}


.bestsellers {
  padding-top:130px;
  padding-bottom:160px;
}

.fh img {border-radius:42px;}

.bestsellers h2 {
      color: #191818;
    font-size: 40px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
}

.bestsellers .subtitle {
      color: #191818;
    font-size: 18px;
    font-weight: 300;
    font-family: "Figtree", sans-serif;
    margin-bottom: 0px;
}

.bestsellers  .slidz img {
  height:100%;
  width:auto;
  max-height:550px;
  margin-left:auto;
}

.lewa-b {
  padding-top:40px;
  width:100%;
  max-width:520px;
}
.lewa-b .txt-b {
  height:200px;
position:relative;
}
.bestseller-arrows {
  position:absolute;
  right:0px;
  z-index:9;
  bottom:-27px;
}

#bestsellersCarousel .rest-slider {
  margin-bottom:auto;
}

.linijka h3 {
  color:#c72c25;
  font-size:27px;
  font-weight:500;
   font-family: "Figtree", sans-serif;
   padding-right:100px;
}

.slider-txt {
  font-weight:400;
   font-family: "Figtree", sans-serif;
   font-size:17px;
   padding-top:15px;
   color:#5e5e5e;
}

.bestsellers .link-red {
  background:#c6b89f;
}

.bestsellers button {
  border-width:0px;
  background:transparent;
}

.txt4 .txt-wrapper {
background: #bb1b13 url(img/szynka.svg) no-repeat right 55px center;
}

.delivery .link-red {
  padding-left:45px;
  padding-right:45px;
}






.reviews-section {
padding-top:190px;
padding-bottom:110px;
	background: #fff;
	overflow: hidden;
}

.reviews-section .reviews-grid {
  padding-left:60px;
}

.reviews-section .container-home {
	max-width: 1440px;
}

.reviews-grid {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 40px;
}

.reviews-left {
	position: relative;
}

.reviews-icon {
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
}

.reviews-icon img {
	width: 100%;
	height: auto;
	display: block;
}

.reviews-left h2 {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 700;
	color: #010101;
  padding-left:60px;
  line-height:43px;
     font-family: "Figtree", sans-serif;
  background:url(img/opinie.svg) no-repeat left center;
}

.reviews-left p {
	margin: 0 0 50px;
	font-size: 18px;
	line-height: 1.55;
	color: #010101;
  font-weight:300;  
     font-family: "Figtree", sans-serif;
}

.reviews-right {
	position: relative;
	min-width: 0;
}

#reviewsCarousel {
	position: relative;
	padding-right: 35px;
}

.reviews-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.review-card {
	position: relative;
	min-height: 210px;
	padding: 28px 24px;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(25, 24, 24, 0.06);
}

.review-google {
	position: absolute;
	top: 24px;
	right: 24px;
	font-weight: 800;
	color: #4285f4;
	font-size: 18px;
}

.review-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-right: 32px;
	margin-bottom: 14px;
}

.review-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	background: #7457c7;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	flex-shrink: 0;
}

.review-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.review-head h3 {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 800;
	color: #191818;
}

.review-head small {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #999;
}

.review-stars {
	margin-bottom: 12px;
	color: #f8b21a;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
}

.review-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #191818;
}

.reviews-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 44px;
	height: 44px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	background: #fff;
	color: #191818;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(25, 24, 24, 0.12);
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.reviews-arrow span {
  display:block;
}

.reviews-arrow:hover {
	background: #c72b25;
	color: #fff;

}

.reviews-arrow-prev {
	left: -22px;
}

.reviews-arrow-next {
	right: 8px;
}

.reviews-score {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
}

.reviews-score strong {
	font-size: 42px;
	line-height: 1;
	font-weight: 900;
	color: #000;
}

.reviews-score span {
	color: #f8b21a;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 2px;
}

.reviews-score small {
	font-size: 15px;
	color: #999;
}

.box p:last-child {
  margin:0px;
  padding-bottom:0px;
}

.opinie-l .link-red {
  background: #c6b89f;
}

.contact-breadcrumb.opi {
  margin-bottom:30px;
}

#opinionsButton {
  border-width:0px;
}

.review-google img {
  width:100%;height:auto;max-height:22px;
}

.why {
  overflow-x:hidden;
}

.product-slider {
  width: 100%;
}

.product-slider {
  width: 100%;
}

.product-slider-main {
  position: relative;
  width: 650px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.product-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.product-slider-prev {
  left: 16px;
}

.product-slider-next {
  right: 16px;
}

.product-slider-arrow div {
  margin-top: -7px;
}

.product-slider-arrow:hover {
  background: #c72b25;
}

.product-slider-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.product-slider-thumb {
  flex: 0 0 90px;
  height: 70px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  background: none;
}

.product-slider-thumb.active {
  opacity: 1;
  border-color: #c72c25;
  border-radius: 85px;
}

.product-slider-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item,#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link
 {
  font-weight:500 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top:30px;
  margin-left:-35px;
}

#header {background:#fff;}
.product-card {border:1px solid #f4eee1;}

.contact-breadcrumb.rodzaj a, .contact-breadcrumb.rodzaj {
     font-family: "Figtree", sans-serif;
}
.no-results {
  padding:50px 0;
}

.products-grid {
	align-items: stretch;
}

.products-grid > article {
	height: 100%;
}

.product-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product-card .entry-meta {
	margin-top: auto;
}

.excerpt {
  padding-bottom:10px;
}

@media (max-width:1500px) {
  .logo {left:10px; top:-10px;}
  #header .logo img {height:60px;}
}



@media (max-width:1400px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;;
  }
  .bottom-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .delivery-grid {
    grid-template-columns:1fr;
    padding:50px 0;
  }
.single-wrapper {
  grid-template-columns: 1fr;
}
.text-single {
  order:-1;
}
.single-produkt .page-header h1 {
  padding-top:0px;
}
.single-produkt .page-header {padding-top:50px;}
.page-header.custom-post .zajawka {margin-bottom:50px;}
.entry-content .single-wrapper {grid-template-columns:1fr 1fr;}
.product-slider-main {max-width:50%;}
}


@media (max-width:1200px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {margin-left:0px;}
  .btn-top {display:none;}
  .navbar .container.cent {justify-content: flex-end;}
  .iconbox {
    grid-template-columns: 1fr 1fr;
  }
  .product-grid .link-red {
    width:100%;
    max-width:266px;
  }
  .bottom-columns {
    column-gap:40px;
  }
  .delivery
 {
    background: url(img/dostawa.webp) no-repeat center right -300px;
    background-size:cover;
}
.single-buttons {grid-template-columns: 1fr;row-gap:20px;}
.single-buttons a,.single-buttons button {max-width:270px;}
.top-grid {gap:50px;}
.contact-hero {height:auto;}
.three-box {grid-template-columns: 1fr;}
}

@media (max-width:1024px) {
  body {padding-bottom:625px;}
   .bottom-columns {grid-template-columns: 1fr 1fr;padding-bottom:20px;margin-bottom:15px;}
   .copyright  {flex-direction:column;}
   .colf2 {order:-1;}
    .colf2  p {margin-bottom:0px;}
}


@media (max-width:768px) {
  .head-historia h1 {font-size:36px !important;}
  .head-historia {padding-top:50px;}
.why h2,.delivery h2 {font-size:28px;}
.company-left h2 {font-size:36px;}
.company li p {font-size:20px;}
.delivery .subtitle,.company-left p {font-size:15px;}
.company-left {display:block;}
.company-grid {min-height:inherit;}
.company-grid {row-gap:30px;padding:50px 0}
.company-left h2:before {width:218px;}
.production .container {min-height:inherit;padding-top:0px;}
.iconbox h3,.page-header.custom-post .zajawka {font-size:20px;}
.iconbox p,.delivery-right li, .delivery p,.delivery .txt {font-size:16px;}
.product-grid {grid-template-columns: 1fr;}
#footer p, .box p {font-size:15px !important;}
#footer {position:relative !important;}
body {padding-bottom:0px;}
.page-header h1 {font-size:36px !important;}
 .bottom-columns {grid-template-columns: 1fr  ;}
.why h2:before {top:10px;}
.why {padding:50px 0;}
.reviews-section {padding-top:50px;padding-bottom:30px;}
.page-header {padding-top:50px;height:400px;}
.card-body ,.excerpt ,.entry-meta{padding-left:30px;padding-right:30px;}
      .iconbox {
        grid-template-columns: 1fr;
    }
  .delivery
 {
    background: url(img/dostawa.webp) no-repeat center right -500px;
    background-size:cover;
}
  .entry-content .single-wrapper {grid-template-columns: 1fr;}
  .page-header {height: inherit;
        min-height: 400px;}
  .page-header.custom-post:before{
  background: url(img/head_bg_meet.svg) no-repeat right 20px top 20px;
    background-size: 50% auto;}
    .type-produkt .entry-content {padding-top:40px;padding-bottom:60px;}
.opinie-r {display:none;}
.top-grid,.three-box {grid-template-columns: 1fr;}
.inside-hero
 {
    margin-top: -140px;}
.process,.company-grid {grid-template-columns: 1fr;}
.reviews-grid {grid-template-columns: 1fr;}
.txt2 .txt-wrapper, .txt4 .txt-wrapper,.txt3 .txt-wrapper {margin-left:0px;margin-top:20px;width:400px;}
.txt1 .txt-wrapper {width:400px;}
.production {padding-top:50px;padding-bottom:50px;}
}

@media (max-width:540px) {
  .txt1 .txt-wrapper ,.txt2 .txt-wrapper, .txt4 .txt-wrapper,.txt3 .txt-wrapper{width:100%;max-width:320px;}
  .txt4 .txt-wrapper {background-size:80px auto;background-position:right 20px center;}
}

.mega-close {display:none !important; }
@media (max-width: 767px) {
  .reviews-section {overflow-x:hidden;}
	.product-slider {
		margin-bottom: 30px;
	}
  .opinion-card, .opinion-image {min-height:230px;}

	.product-slider-main {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 1 / 1;
	}

	.product-slider-thumbs {
		gap: 10px;
		margin-top: 12px;
		padding-bottom: 10px;
	}

	.product-slider-prev,
	.product-slider-next {
		width: 36px;
		height: 36px;
	}

	.product-slider-prev {
		left: 10px;
	}

	.product-slider-next {
		right: 10px;
	}
}

@media (max-width: 480px) {
	.product-slider-prev,
	.product-slider-next {
		width: 34px;
		height: 34px;
	}
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: "Figtree", sans-serif !important;
}

@media (max-width: 767px) {
    .reviews-cards,
    .reviews-cards--mobile {
        grid-template-columns: 1fr;
    }
    .reviews-section .reviews-grid {
      padding-left:0px;
    }

    #reviewsCarouselMobile {
        padding-right: 0;
    }

    .reviews-arrow-prev {
        left: 0;
    }

    .reviews-arrow-next {
        right: 0;
    }
}

@media (max-width: 768px) {
  .ocena {padding-left:0px;}
    .home-hero {
        margin-top: 0;
        background: #f4ede0;
    }

    .hero-slide {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .hero-image {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: 360px;
        order: 1;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-container {
        order: 2;
        max-width: 100%;
        height: auto;
    }

    .hero-content {
        width: 100%;
        min-height: auto;
        padding: 40px 24px 55px;
        background: #f4ede0;
    }

    .hero-content::before,
    .hero-content::after {
        display: none;
    }

    .t1 {
        font-size: 38px;
    }

    .t2 {
        font-size: 26px;
    }

    .t3 {
        font-size: 17px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .hero-indicators {
        left: 50%;
        top: 330px;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .bestsellers {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .best-grid {
        grid-template-columns: 1fr;
    }

    .best-grid .fh:first-child {
        order: 2;
    }

    .best-grid .fh.slidz {
        justify-content: center;
        margin-bottom: 35px;
    }

    .bestsellers .slidz img {
        width: 100%;
        height: auto;
        max-height: 360px;
        object-fit: contain;
        margin: 0 auto;
    }

    .lewa-b {
        max-width: 100%;
        padding-top: 0;
    }

    .lewa-b .txt-b {
        height: auto;
        padding-right: 80px;
    }

    .bestseller-arrows {
        right: 0;
        bottom: 0;
    }

    .bestsellers h2 {
        font-size: 30px;
    }

    .linijka h3 {
        font-size: 24px;
        padding-right: 0;
    }

    .text-b {
        height: auto;
    }

    .slider-txt {
        font-size: 16px;
    }

    .bestsellers .link-red {
        margin-top: 25px;
        width: 100%;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.timeline {
    position: relative;
    padding-top: 70px;
    padding-bottom: 110px;
    overflow: hidden;
    background: #fff;
}



.timeline__inner {
    position: relative;
}

.timeline__inner::before {
    content: "";
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    margin-bottom: 90px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .7s ease, transform .7s ease;
}

.timeline__item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline__item:last-child {
    margin-bottom: 0;
}

.timeline__dot {
    position: absolute;
    top: 94px;
    left: 50%;
    width: 22px;
    height: 22px;
    background: #c72c25;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: 0 0 0 8px #fff, 0 0 0 9px #c72c25;
}

.timeline__item::after {
    content: attr(data-step);
    position: absolute;
    top: 132px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 700;
    color: #c72c25;
    background: #fff;
    padding: 4px 8px;
    border-radius: 999px;
    z-index: 3;
}

.timeline__media img {
    width: 100%;
    display: block;
    border-radius: 50px;

    transition: transform .4s ease, box-shadow .4s ease;
}

.timeline__item:hover .timeline__media img {
    transform: scale(1.03);
    box-shadow: 0 24px 60px rgba(25, 24, 24, .18);
}

.timeline__content {
    position: relative;
    margin-top: 20px;
    background: #fff;
   
  

  
}

.timeline__item.is-left .timeline__media {
    grid-column: 1;
}

.timeline__item.is-left .timeline__content {
    grid-column: 2;
}

.timeline__item.is-right .timeline__media {
    grid-column: 2;
}

.timeline__item.is-right .timeline__content {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.timeline__year {
    display: block;
    font-size: 60px;
    font-weight: 800;
    color: #bababa;
    margin-bottom: 10px;
    font-family: "Figtree", sans-serif;
    line-height: 1;
}

.timeline__content h3 {
    color: #c72c25;
    margin-bottom: 15px;
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 800;
}

.timeline__text {
    line-height: 1.4;
    color: #191818;
    font-size: 17px;
    font-family: "Figtree", sans-serif;
}

@media (max-width:1500px) {
    .contact-hero {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.contact-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
}

@media (max-width: 768px) {
  .three-box .box {padding:30px;}
  .contact-hero {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.contact-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
    .timeline {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .timeline__inner::before {
        left: 11px;
    }

    .timeline__item {
        grid-template-columns: 1fr;
        row-gap: 25px;
        padding-left: 45px;
        margin-bottom: 60px;
    }

    .timeline__dot {
        left: 11px;
        top: 20px;
    }

    .timeline__item::after {
        left: 11px;
        top: 55px;
    }

    .timeline__item.is-left .timeline__media,
    .timeline__item.is-left .timeline__content,
    .timeline__item.is-right .timeline__media,
    .timeline__item.is-right .timeline__content {
        grid-column: 1;
        grid-row: auto;
        text-align: left;
    }

    .timeline__content {
        padding: 30px 25px;
        margin-top: 0;
    }

    .timeline__year {
        font-size: 44px;
    }
}
@media (max-width: 1200px) {
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float:none !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link {
  text-align:center !important;
  font-size:24px !important;
}
#mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top:0px !important;
}
}

.bodys #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
margin-top: 16px;
}

#footer .menu-item a[aria-current=page] {
  color:#c72b25;
}
.logo-box-2 {
text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom:70px;
}

.logo-box-2 img{ margin-top:-90px;}
.content p{
    font-size: 18px;
    line-height: 1.55;
    color: #010101;
    font-weight: 300;
    font-family: "Figtree", sans-serif;}
    .content {
     padding-top:50px;
    }