@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-se rif;
  font-weight: 400;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

a {
  color: #B99048;
}

b,
strong {
  font-weight: 600;
}

.btn-primary {
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #B99048;
  color: #fff;
  font-weight: 600;
  border: 1px solid #B99048;
}

.btn-primary:hover {
  opacity: 0.7;
}

.btn1 {
  padding: 1rem 2rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #B99048;
  color: #545454;
  font-weight: 600;
}

.btn2 {
  padding: 1rem 2rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #B99048;
  color: #fff;
  font-weight: 600;
}

.btn2-small {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.btn3 {
  padding: 0.5rem 1rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  border-color: #B99048;
  background-color: #B99048;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.btn1:hover,
.btn2:hover,
.btn2-small:hover,
.btn3:hover {
  opacity: 0.7;
  background-color: #B99048;
  color: #fff;
}

.title-single {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}

.view-all-link {
  font-size: 1rem;
  color: #B99048;
  text-decoration: underline;
  transition: color 0.3s;
}
.view-all-link:hover {
  color: #B99048;
}

.view-all-link:hover {
  color: #B99048;
}

.btn-offer {
  width: 100%;
  margin-bottom: 10px;
  background-color: rgb(15, 15, 14);
  border-color: rgb(15, 15, 14);
}

.btn-offer:hover {
  background-color: #B99048;
  border-color: #B99048;
}

.navbar-toggler {
  border: 1px solid #B99048;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #B99048;
  color: rgb(15, 15, 14);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(189, 165, 113,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sep2 {
  margin-bottom: 10px;
}
.sep2 img {
  transform: rotate(90deg);
  width: 30px;
  filter: invert(10%) sepia(87%) saturate(4742%) hue-rotate(348deg) brightness(120%) contrast(116%);
}

.sep2-white img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(256deg) brightness(109%) contrast(101%);
}

.container-fluid {
  max-width: 1400px;
}

.top-nav-contact1 {
  background-color: #2b4e15;
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #2b4e15;
  font-size: 13px;
  padding: 7px 0;
}
.top-nav-contact1 .container-fluid {
  max-width: 100%;
}
.top-nav-contact1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav-contact1 .single1 ul li {
  display: inline-block;
  margin-right: 12px;
}
.top-nav-contact1 .single1 a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.top-nav-contact1 .single1 a:hover {
  color: #B99048;
}
.top-nav-contact1 .single2 ul {
  text-align: right;
}
.top-nav-contact1 .single2 ul li {
  display: inline-block;
  margin: 0 5px;
}
.top-nav-contact1 .single2 ul li a {
  background-color: transparent;
  padding: 12px 0px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.top-nav-contact1 .single2 ul li a i {
  margin-right: 7px;
}
.top-nav-contact1 .single2 ul li a:hover {
  opacity: 0.8;
}

.section1 {
  position: relative;
}

.section1 .logo img {
  max-width: 250px;
}

#col-menu {
  display: none;
}

.home .top-nav2.scrolled {
  position: fixed;
}

.top-nav2.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.top-nav2.scrolled .single1 .logo img {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}
.top-nav2.scrolled .navbar {
  padding: 0.2rem 1rem;
}
.top-nav2.scrolled .navbar .navbar-nav .nav-link {
  font-size: 15px;
  color: rgb(15, 15, 14);
}
.top-nav2.scrolled .navbar .navbar-nav .nav-link::after {
  background-color: rgb(15, 15, 14);
}
.top-nav2.scrolled .navbar .navbar-nav .contact a {
  color: #fff;
}

.top-nav2 {
  background-color: #fff;
}
.top-nav2 .navbar {
  padding-left: 0;
  padding-right: 0;
}

#colmenu {
  left: 0;
  top: 0;
  padding-top: 20px;
  background: #fff;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  border-left: 60px solid #B99048;
}
#colmenu .but-menu-close {
  text-align: right;
}
#colmenu .menu-mobile-top {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#colmenu .menu-mobile-top .menu-mobile-top1 {
  float: left;
  font-size: 18px;
  font-weight: 600;
  width: 50%;
  text-transform: uppercase;
  padding-left: 10px;
}
#colmenu .menu-mobile-top .menu-mobile-top2 {
  float: left;
  width: 50%;
  text-align: right;
}
#colmenu .menu-mobile-top .menu-mobile-top2 button {
  background-color: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
#colmenu .single1 {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#colmenu .single1 .single11 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 190px;
  float: right;
}
#colmenu .single1 .single11 ul li {
  text-align: right;
  color: #2F374A;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
#colmenu .single1 .single11 ul li .nav-link {
  color: rgb(15, 15, 14);
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
#colmenu .single1 .single11 ul li .nav-link:hover {
  opacity: 0.7;
  font-weight: 600;
}
#colmenu .single1 .single11 ul .contact {
  margin-top: 14px;
}
#colmenu .single1 .single11 ul .contact a {
  background-color: #B99048;
  color: #fff;
  padding: 10px 27px;
  font-weight: 600;
}
#colmenu .single1 .single11 ul .contact:hover a {
  background-color: #B99048;
  color: #fff;
  font-weight: 600;
}
#colmenu .single1 .single11 .active.menu-item-192 .nav-link,
#colmenu .single1 .single11 .active.menu-item-255 .nav-link {
  font-weight: 400;
  color: rgb(15, 15, 14);
}
#colmenu .single1 .single11 .active.menu-item-192 .nav-link::after,
#colmenu .single1 .single11 .active.menu-item-255 .nav-link::after {
  background-color: transparent;
}
#colmenu .single1 .single12 {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
#colmenu .single1 .single12 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#colmenu .single1 .single12 ul li {
  float: right;
  margin-left: 15px;
}
#colmenu .single1 .single12 ul li a:hover {
  filter: invert(70%) sepia(8%) saturate(1320%) hue-rotate(351deg) brightness(92%) contrast(85%);
}

.section-slider {
  position: relative;
  overflow: hidden;
}
.section-slider .container-fluid {
  padding: 0;
  max-width: 100%;
}
.section-slider .carousel {
  border-radius: 0;
}
.section-slider .carousel-caption {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  text-align: left;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .section-slider .carousel-caption {
    text-align: left;
    justify-content: flex-start;
    padding-left: 5%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 35%, transparent);
  }
}
.section-slider .carousel-caption .carousel-caption-sz {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 {
  text-align: center;
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-slider .carousel-caption .carousel-caption-sz .desc1 h1 {
    font-size: 2.45rem;
  }
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 h1 span,
.section-slider .carousel-caption .carousel-caption-sz .desc1 h1 strong {
  color: #B99048;
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 p {
  font-size: 13px;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .section-slider .carousel-caption .carousel-caption-sz .desc1 p {
    font-size: 14px;
  }
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  text-align: center;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li {
  display: inline-block;
  margin: 4px;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li a {
  display: inline-block;
  padding: 0.55rem 2rem;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li:first-child a {
  background-color: #B99048;
  color: #fff;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li:first-child a:hover {
  opacity: 0.85;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li:last-child a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  backdrop-filter: blur(5px);
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li:last-child a:hover {
  opacity: 0.85;
}
.section-slider .carousel-indicators li {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.section-slider .carousel-control-prev,
.section-slider .carousel-control-next {
  filter: invert(1);
}

.section-pref-1::before {
  content: "";
  /* Pseudoelement wymaga zawartości */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Umieszczenie tła za zawartością */
  width: 100%;
  left: 0%;
}

.section-offer-tabs {
  background: #151b29;
  padding: 0 0 62px 0;
  border-radius: 0;
}
.section-offer-tabs .offer-tabs-wrap {
  padding-top: 38px;
  padding-bottom: 0;
  background: none;
}
.section-offer-tabs h1,
.section-offer-tabs .display-4 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 2rem;
}
.section-offer-tabs .desc-sz {
  color: #e6e9f1;
  margin-bottom: 38px;
  text-align: center;
}
.section-offer-tabs .offer-tabs-nav {
  background: #232b39;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 44px !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
  border-bottom: none;
}
.section-offer-tabs .offer-tabs-nav .nav-item {
  margin-bottom: 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.section-offer-tabs .offer-tabs-nav .nav-link {
  background: transparent;
  color: #e6e9f1;
  border: none;
  border-radius: 8px;
  margin: 0 6px;
  padding: 10px 12px;
  transition: background 0.18s, color 0.18s;
  box-shadow: none;
  outline: none;
}
.section-offer-tabs .offer-tabs-nav .nav-link.active, .section-offer-tabs .offer-tabs-nav .nav-link:hover, .section-offer-tabs .offer-tabs-nav .nav-link:focus {
  background: #674400 !important;
  color: #fff !important;
}
.section-offer-tabs .offer-tabs-content {
  margin-top: 0;
}
.section-offer-tabs .offer-tabs-content .tab-pane {
  color: #fff;
  background: none;
}
.section-offer-tabs .offer-tabs-content .tab-pane .row {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.section-offer-tabs .offer-tabs-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.14;
  text-align: left;
  letter-spacing: -1px;
}
.section-offer-tabs .offer-tabs-content .offer-tab-desc {
  color: #e6e9f1;
  margin-bottom: 30px;
  text-align: left;
}
.section-offer-tabs .offer-tab-img {
  border-radius: 18px;
  box-shadow: 0 10px 36px 0 rgba(34, 36, 48, 0.13);
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  border: 2px solid #232b39;
}
.section-offer-tabs .offer-btn {
  background: #B99048;
  color: #fff !important;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 3px 18px 0 rgba(34, 36, 48, 0.08);
  border: none;
  padding: 0.55rem 2rem;
  transition: background 0.17s, color 0.17s;
}
.section-offer-tabs .offer-btn:hover, .section-offer-tabs .offer-btn:focus {
  background: #9A7129;
  color: #fff !important;
}
@media (max-width: 991px) {
  .section-offer-tabs .offer-tabs-nav {
    padding: 9px 2vw;
  }
  .section-offer-tabs .offer-tabs-nav .nav-link {
    font-size: 16px;
    padding: 10px 13px 9px 13px;
  }
  .section-offer-tabs .offer-tabs-content .tab-pane .row {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }
  .section-offer-tabs .offer-tabs-content h2 {
    font-size: 27px;
    text-align: center;
  }
  .section-offer-tabs .offer-tabs-content .offer-tab-desc {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 24px auto;
    max-width: 100%;
  }
  .section-offer-tabs .offer-tab-img {
    max-width: 96vw;
    margin-bottom: 18px;
  }
}
@media (max-width: 600px) {
  .section-offer-tabs .offer-tabs-wrap {
    padding-top: 20px;
  }
  .section-offer-tabs .offer-tabs-nav {
    padding: 6px 1vw;
    border-radius: 8px;
    gap: 2px;
  }
  .section-offer-tabs .offer-tabs-content .tab-pane {
    min-height: 0;
  }
  .section-offer-tabs .offer-btn {
    font-size: 16px;
    padding: 9px 19px;
  }
  .section-offer-tabs .offer-tabs-content h2 {
    font-size: 17px;
  }
}

.quick-contact {
  background: #232b39;
  padding: 52px 0 38px 0;
  border-radius: 0;
}
.quick-contact .container {
  max-width: 870px;
  margin: 0 auto;
}
.quick-contact .quick-contact-title {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 7px;
}
.quick-contact .quick-contact-desc {
  color: #e6e9f1;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 21px;
}
.quick-contact .custom-cf7-form {
  background: transparent;
  padding: 0;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;
}
.quick-contact .custom-cf7-form .form-row-cf7 {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .quick-contact .custom-cf7-form .form-row-cf7 {
    flex-direction: column;
    gap: 0;
  }
}
.quick-contact .custom-cf7-form .form-row-cf7 .form-group-cf7.half {
  flex: 1 1 0;
}
.quick-contact .custom-cf7-form .form-group-cf7 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.quick-contact .custom-cf7-form .form-group-cf7 label {
  color: #d0d5df;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
}
.quick-contact .custom-cf7-form .form-group-cf7 input[type=text],
.quick-contact .custom-cf7-form .form-group-cf7 input[type=email],
.quick-contact .custom-cf7-form .form-group-cf7 input[type=tel],
.quick-contact .custom-cf7-form .form-group-cf7 textarea {
  background: #2d3340;
  color: #e6e9f1;
  border: none;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 17px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  transition: box-shadow 0.17s;
  box-shadow: none;
}
.quick-contact .custom-cf7-form .form-group-cf7 input[type=text]::placeholder,
.quick-contact .custom-cf7-form .form-group-cf7 input[type=email]::placeholder,
.quick-contact .custom-cf7-form .form-group-cf7 input[type=tel]::placeholder,
.quick-contact .custom-cf7-form .form-group-cf7 textarea::placeholder {
  color: #b6b9bf;
  opacity: 1;
}
.quick-contact .custom-cf7-form .form-group-cf7 input[type=text]:focus,
.quick-contact .custom-cf7-form .form-group-cf7 input[type=email]:focus,
.quick-contact .custom-cf7-form .form-group-cf7 input[type=tel]:focus,
.quick-contact .custom-cf7-form .form-group-cf7 textarea:focus {
  box-shadow: 0 0 0 2px rgba(214, 179, 107, 0.2666666667);
  background: #242834;
}
.quick-contact .custom-cf7-form .form-group-cf7 textarea {
  min-height: 80px;
  resize: vertical;
}
.quick-contact .custom-cf7-form .custom-cf7-btn,
.quick-contact .custom-cf7-form input[type=submit] {
  background: #d6b36b;
  color: #fff !important;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 3px 18px 0 rgba(34, 36, 48, 0.07);
  margin-top: 14px;
  transition: background 0.18s, color 0.18s;
  cursor: pointer;
}
.quick-contact .custom-cf7-form .custom-cf7-btn:hover, .quick-contact .custom-cf7-form .custom-cf7-btn:focus,
.quick-contact .custom-cf7-form input[type=submit]:hover,
.quick-contact .custom-cf7-form input[type=submit]:focus {
  background: #e9c46a;
  color: #232b39 !important;
}
@media (max-width: 767px) {
  .quick-contact .custom-cf7-form h2 {
    font-size: 20px;
  }
  .quick-contact .custom-cf7-form .custom-cf7-btn,
  .quick-contact .custom-cf7-form input[type=submit] {
    font-size: 17px;
    padding: 13px 0;
  }
}
.quick-contact .wpcf7 form .wpcf7-response-output {
  background-color: #fff;
}

.about-section {
  background: #fff;
  padding: 66px 0 40px 0;
}
.about-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.about-section .about-section-title {
  font-size: 28px;
  color: #192234;
  text-align: center;
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
}
.about-section .about-section-title .about-section-title-underline {
  display: block;
  margin: 22px auto 0 auto;
  width: 80px;
  height: 6px;
  background: #d6b36b;
  border-radius: 3px;
}
.about-section .about-section-content {
  display: flex;
  gap: 38px;
  margin-top: 34px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about-section .about-section-content {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
}
.about-section .about-section-text {
  flex: 1 1 50%;
}
.about-section .about-section-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #192234;
}
.about-section .about-section-text p {
  color: #25314a;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.55;
  font-weight: 400;
}
.about-section .about-section-text .about-section-badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 22px;
}
@media (min-width: 700px) {
  .about-section .about-section-text .about-section-badges {
    flex-direction: row;
    gap: 16px;
  }
}
.about-section .about-section-text .about-badge {
  display: inline-block;
  background: #d6b36b;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 11px 28px;
  border-radius: 24px;
  margin-bottom: 0;
  box-shadow: 0 4px 24px 0 rgba(34, 36, 48, 0.07);
  white-space: nowrap;
  transition: background 0.16s;
}
.about-section .about-section-image-wrap {
  flex: 1 1 44%;
  position: relative;
}
@media (max-width: 991px) {
  .about-section .about-section-image-wrap {
    margin: 0 auto;
    min-width: 0;
    max-width: 95vw;
  }
}
.about-section .about-section-image {
  display: block;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 32px 0 rgba(34, 36, 48, 0.13);
}
.about-section .about-section-box {
  position: absolute;
  right: 22px;
  bottom: 22px;
  background: #d6b36b;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  border-radius: 12px;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px 0 rgba(34, 36, 48, 0.13);
}
@media (max-width: 600px) {
  .about-section .about-section-box {
    right: 8px;
    bottom: 8px;
    width: 54px;
    height: 54px;
    font-size: 19px;
  }
}

.reviews-section {
  background: #f9f9fb;
}
.reviews-section .reviews-title {
  font-size: 28px;
  font-weight: 700;
  color: #151b29;
}
.reviews-section .reviews-title .reviews-title-underline {
  display: block;
  width: 60px;
  height: 4px;
  background: #e63946;
  margin: 18px auto 0;
  border-radius: 2px;
}
.reviews-section .reviews-desc {
  color: #363e48;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 28px;
}
.reviews-section .reviews-row {
  margin-left: -12px;
  margin-right: -12px;
}
.reviews-section .review-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 28px 0 rgba(40, 55, 89, 0.09);
  border: none;
  font-size: 17px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews-section .review-card .review-stars .star {
  color: #ffd600;
  font-size: 21px;
  margin-right: 2px;
}
.reviews-section .review-card .review-text {
  color: #232b39;
  font-size: 17px;
  line-height: 1.45;
}
.reviews-section .review-card .review-badge {
  background: #e63946;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 18px;
  padding: 5px 18px;
  margin-left: 12px;
  white-space: nowrap;
  box-shadow: 0 1px 5px 0 rgba(180, 40, 55, 0.08);
}
.reviews-section .review-card hr {
  border-color: #eaeaea;
  margin: 0;
}
.reviews-section .reviews-stats-row {
  margin-top: 22px;
}
.reviews-section .review-stat-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 28px 0 rgba(40, 55, 89, 0.07);
  border: none;
  padding: 36px 0 20px 0;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reviews-section .review-stat-card .review-stat-value {
  font-size: 36px;
  font-weight: 700;
  color: #e63946;
  margin-bottom: 8px;
}
.reviews-section .review-stat-card .review-stat-desc {
  color: #232b39;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .reviews-section .review-card,
  .reviews-section .review-stat-card {
    min-height: unset;
    padding: 18px 10px;
  }
  .reviews-section .reviews-title {
    font-size: 2.1rem;
  }
  .reviews-section .review-stat-card .review-stat-value {
    font-size: 25px;
  }
}

.realizacje-section {
  background: #f6f6f8;
  padding: 58px 0 40px 0;
}
.realizacje-section .realizacje-section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0;
  color: #232b39;
  letter-spacing: -1px;
}
.realizacje-section .realizacje-section-underline {
  width: 68px;
  height: 5px;
  border-radius: 8px;
  background: #d6b36b;
  margin-bottom: 12px;
  margin-top: 4px;
}
.realizacje-section .realizacje-section-desc {
  color: #232b39;
  font-size: 19px;
  margin-bottom: 35px;
}
.realizacje-section .realizacja-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}
.realizacje-section .realizacja-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(35, 43, 57, 0.07);
  transition: box-shadow 0.18s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.realizacje-section .realizacja-card:hover {
  box-shadow: 0 10px 34px 0 rgba(35, 43, 57, 0.16);
}
.realizacje-section .realizacja-card:hover .realizacja-title {
  color: #d6b36b;
}
.realizacje-section .realizacja-img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  background: #edeae2;
  border-radius: 14px 14px 0 0;
}
.realizacje-section .realizacja-img.realizacja-img--empty {
  display: block;
  background: #eee;
  border-radius: 14px 14px 0 0;
}
.realizacje-section .card-body {
  padding: 23px 22px 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.realizacje-section .realizacja-category {
  color: #d6b36b;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.realizacje-section .realizacja-title {
  font-size: 19px;
  font-weight: 700;
  color: #232b39;
  margin-bottom: 0;
  transition: color 0.15s;
}
.realizacje-section .realizacje-btn {
  background: #B99048;
  color: #fff !important;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 3px 18px 0 rgba(34, 36, 48, 0.08);
  border: none;
  padding: 0.55rem 2rem;
  transition: background 0.17s, color 0.17s;
}
.realizacje-section .realizacje-btn:hover, .realizacje-section .realizacje-btn:focus {
  background: #9A7129;
  color: #fff !important;
}
@media (max-width: 991px) {
  .realizacje-section .realizacja-img {
    height: 170px;
  }
  .realizacje-section .realizacje-section-title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .realizacje-section {
    padding: 28px 0 20px 0;
  }
  .realizacje-section .realizacje-section-title {
    font-size: 22px;
  }
  .realizacje-section .card-body {
    padding: 15px 10px 20px 10px;
  }
  .realizacje-section .realizacja-title {
    font-size: 16px;
  }
  .realizacje-section .realizacje-btn {
    font-size: 15px;
    padding: 10px 18px;
  }
}

.section-contact {
  background: #222633;
  padding: 56px 0 54px 0;
}
.section-contact .contact-title {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0;
}
.section-contact .contact-title-underline {
  display: block;
  width: 78px;
  height: 4px;
  border-radius: 6px;
  background: #ff3333;
  margin: 18px auto 0 auto;
}
.section-contact .contact-desc2 {
  text-align: center;
  color: #e0e0e0;
  font-size: 20px;
  margin: 26px auto 32px auto;
  max-width: 680px;
  font-weight: 500;
}
.section-contact .contact-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
  gap: 64px;
}
.section-contact .contact-left {
  min-width: 300px;
  color: #fff;
  font-size: 18px;
}
.section-contact .contact-left .contact-label {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 26px;
  display: block;
}
.section-contact .contact-left .contact-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.section-contact .contact-left .contact-icon {
  width: 44px;
  height: 44px;
  background: #e53a36;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 8px;
}
.section-contact .contact-left .contact-data {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.section-contact .contact-left .contact-desc {
  color: #fff;
  opacity: 0.75;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-contact .contact-left .contact-hours-title {
  font-size: 17px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 10px;
}
.section-contact .contact-left .contact-hours-list {
  font-size: 15px;
  opacity: 0.95;
  line-height: 1.7;
}
.section-contact .contact-right {
  flex: 1;
  max-width: 650px;
  background: none;
  padding-left: 0;
  color: #fff;
}
.section-contact .contact-right .cf7-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.section-contact .custom-cf7-form {
  width: 100%;
  margin-top: 0;
}
.section-contact .custom-cf7-form .form-row-cf7 {
  display: flex;
  gap: 18px;
}
.section-contact .custom-cf7-form .form-row-cf7 .form-group-cf7 {
  flex: 1;
  margin-bottom: 17px;
}
.section-contact .custom-cf7-form .form-row-cf7 .form-group-cf7.half {
  width: 50%;
}
.section-contact .custom-cf7-form .form-group-cf7 {
  margin-bottom: 17px;
}
.section-contact .custom-cf7-form .form-group-cf7 label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.section-contact .custom-cf7-form .form-group-cf7 input,
.section-contact .custom-cf7-form .form-group-cf7 textarea {
  width: 100%;
  background: #232a35;
  border: 1px solid #313847;
  border-radius: 7px;
  padding: 14px 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-top: 3px;
  transition: border 0.17s;
  outline: none;
}
.section-contact .custom-cf7-form .form-group-cf7 input::placeholder,
.section-contact .custom-cf7-form .form-group-cf7 textarea::placeholder {
  color: #a5a5a5;
  font-weight: 400;
}
.section-contact .custom-cf7-form .form-group-cf7 input:focus,
.section-contact .custom-cf7-form .form-group-cf7 textarea:focus {
  border: 1.5px solid #ff3333;
}
.section-contact .custom-cf7-form .form-group-cf7 textarea {
  min-height: 110px;
  resize: vertical;
}
.section-contact .custom-cf7-form .custom-cf7-btn,
.section-contact .custom-cf7-form input[type=submit].custom-cf7-btn {
  width: 100%;
  background: #e53a36;
  color: #fff !important;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  box-shadow: 0 3px 18px 0 rgba(34, 36, 48, 0.08);
  padding: 16px 0;
  margin-top: 12px;
  transition: background 0.14s;
  cursor: pointer;
}
.section-contact .custom-cf7-form .custom-cf7-btn:hover, .section-contact .custom-cf7-form .custom-cf7-btn:focus,
.section-contact .custom-cf7-form input[type=submit].custom-cf7-btn:hover,
.section-contact .custom-cf7-form input[type=submit].custom-cf7-btn:focus {
  background: #ff3333;
  color: #fff !important;
}
@media (max-width: 1100px) {
  .section-contact .contact-content {
    flex-direction: column;
    gap: 38px;
    align-items: stretch;
  }
  .section-contact .contact-right {
    padding-left: 0;
    max-width: 100%;
  }
  .section-contact .contact-left {
    min-width: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 700px) {
  .section-contact .section-contact {
    padding: 32px 0 30px 0;
  }
  .section-contact .contact-title {
    font-size: 27px;
  }
  .section-contact .contact-content {
    gap: 26px;
  }
  .section-contact .custom-cf7-form .form-row-cf7 {
    flex-direction: column;
    gap: 0;
  }
  .section-contact .custom-cf7-btn,
  .section-contact input[type=submit].custom-cf7-btn {
    font-size: 16px;
    padding: 12px 0;
  }
}

footer {
  background-color: #000000;
  color: #9ca3af;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #9ca3af;
}
footer a:hover {
  color: #ff3333;
}

.kitchen-section {
  background: #202532;
  padding: 60px 0;
  color: #fff;
}
.kitchen-section h1, .kitchen-section h2, .kitchen-section h3, .kitchen-section h4, .kitchen-section h5, .kitchen-section h6 {
  color: #fff;
}
.kitchen-section .section-title {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 24px;
}
.kitchen-section .section-desc {
  color: #e6e9f1;
  font-size: 20px;
  margin-bottom: 28px;
}
.kitchen-section .feature-list ul {
  list-style: none;
  padding: 0;
}
.kitchen-section .feature-list ul li {
  color: #c9ffb3;
  font-size: 17px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
}
.kitchen-section .feature-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #70e000;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 20px;
}
.kitchen-section img {
  border-radius: 16px;
  box-shadow: 0 6px 36px 0 rgba(32, 36, 48, 0.2);
  width: 100%;
  max-width: 520px;
}

.section-small-slider {
  background-color: #000000;
  color: #fff;
  padding: 4px 0;
}
.section-small-slider p {
  margin-bottom: 0;
}
.section-small-slider a {
  color: #fff;
}
.section-small-slider a:hover {
  color: #f1f1f1;
}

.realizacja-process-section {
  background: #171c27;
  padding: 56px 0 54px 0;
  text-align: center;
}
.realizacja-process-section .realizacja-title {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}
.realizacja-process-section .process-row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .realizacja-process-section .process-row {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
}
.realizacja-process-section .process-step {
  max-width: 300px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.realizacja-process-section .process-step .step-circle {
  background: #e53935;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.11);
}
.realizacja-process-section .process-step .step-title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 7px;
}
.realizacja-process-section .process-step .step-desc {
  color: #e5e7ed;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.materials-section {
  background: #181d29;
  padding: 60px 0;
}
.materials-section .mat-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.materials-section .mat-desc {
  color: #e6e9f1;
  font-size: 18px;
  margin-bottom: 18px;
}
.materials-section .mat-list {
  list-style: none;
  padding: 0;
}
.materials-section .mat-list li {
  color: #b1ffc8;
  font-size: 16.5px;
  margin-bottom: 14px;
}
.materials-section .mat-list li .fa-li {
  color: #49df8e;
  margin-right: 10px;
}
.materials-section .mat-list li i.fas {
  font-weight: 900;
}
.materials-section .mat-image {
  border-radius: 16px;
  box-shadow: 0 6px 36px 0 rgba(32, 36, 48, 0.2);
  width: 100%;
  max-width: 520px;
}

.realizacja-page {
  background: #f7f8fa;
  padding: 32px 0 42px 0;
}
.realizacja-page .realizacja-header {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px 0 rgba(34, 36, 48, 0.09);
  padding: 21px 36px 12px 36px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.realizacja-page .realizacja-header .realizacja-cat {
  color: #d6b36b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 0.3px;
}
.realizacja-page .realizacja-header h1 {
  font-size: 26px;
  font-weight: 800;
  color: #20232a;
  margin-bottom: 6px;
  line-height: 1.22;
  letter-spacing: -0.5px;
}
.realizacja-page .realizacja-header .realizacja-desc {
  color: #656874;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.38;
}
.realizacja-page .realizacja-header .realizacja-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 180px;
  font-size: 13px;
  gap: 7px;
  margin: 0 0 0 36px;
}
.realizacja-page .realizacja-header .realizacja-meta li {
  color: #767c87;
  display: flex;
  align-items: center;
}
.realizacja-page .realizacja-header .realizacja-meta li i {
  color: #b0b0b0;
  font-size: 15px;
  margin-right: 7px;
}
.realizacja-page .realizacja-header .realizacja-meta li:nth-child(3) i {
  color: #aaa;
}
.realizacja-page .realizacja-gallery {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 11px 0 rgba(34, 36, 48, 0.08);
  padding: 19px 24px 22px 24px;
  margin-bottom: 24px;
}
.realizacja-page .realizacja-gallery h3 {
  font-size: 16px;
  font-weight: 700;
  color: #232b39;
  margin-bottom: 17px;
}
.realizacja-page .realizacja-gallery h3 i {
  color: #d9372e;
  margin-right: 10px;
}
.realizacja-page .realizacja-gallery .gallery-row {
  display: flex;
  gap: 15px;
}
.realizacja-page .realizacja-gallery .gallery-row .gallery-img {
  width: calc(33.333% - 10px);
  height: 162px;
  border-radius: 8px;
  object-fit: cover;
  background: #e9e9e9;
  box-shadow: 0 1px 7px 0 rgba(40, 44, 56, 0.06);
  border: 1px solid #ebebeb;
}
.realizacja-page .realizacja-main .realizacja-opis {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1.5px 10px 0 rgba(34, 36, 48, 0.07);
  padding: 22px 20px 20px 22px;
}
.realizacja-page .realizacja-main .realizacja-opis h4 {
  font-size: 17px;
  font-weight: 700;
  color: #232b39;
  margin-bottom: 14px;
}
.realizacja-page .realizacja-main .realizacja-opis div {
  color: #252a33;
  font-size: 15px;
  line-height: 1.58;
}
.realizacja-page .realizacja-main .realizacja-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1.5px 10px 0 rgba(34, 36, 48, 0.07);
  padding: 14px 18px 13px 18px;
  margin-bottom: 16px;
  min-height: 0;
}
.realizacja-page .realizacja-main .realizacja-box h4 {
  font-size: 15px;
  font-weight: 700;
  color: #232b39;
  margin-bottom: 9px;
}
.realizacja-page .realizacja-main .realizacja-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.realizacja-page .realizacja-main .realizacja-box ul li {
  color: #313545;
  font-size: 14px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.realizacja-page .realizacja-main .realizacja-box ul li i {
  font-size: 10px;
  margin-right: 9px;
}
.realizacja-page .realizacja-main .realizacja-box ul li i.fa-circle {
  color: #d9372e;
}
.realizacja-page .realizacja-main .realizacja-box ul li.green i {
  color: #19bc4b;
}
.realizacja-page .realizacja-main .realizacja-box.realizacja-box--meta {
  min-height: unset;
}
.realizacja-page .realizacja-main .realizacja-box.realizacja-box--meta h4 {
  margin-bottom: 6px;
}
.realizacja-page .realizacja-main .realizacja-box.realizacja-box--meta div {
  font-size: 15px;
  color: #24262a;
}
.realizacja-page .realizacja-cta {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 13px 0 rgba(34, 36, 48, 0.08);
  padding: 32px 24px 22px 24px;
  margin: 38px 0 0 0;
  text-align: center;
}
.realizacja-page .realizacja-cta .realizacja-cta-inner {
  max-width: 520px;
  margin: 0 auto;
}
.realizacja-page .realizacja-cta h3 {
  font-size: 18px;
  font-weight: 700;
  color: #232b39;
  margin-bottom: 6px;
}
.realizacja-page .realizacja-cta div {
  color: #51525c;
  font-size: 14px;
  margin-bottom: 16px;
}
.realizacja-page .realizacja-cta .btn {
  background: #d9372e;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 24px;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(217, 55, 46, 0.1);
  transition: background 0.16s;
}
.realizacja-page .realizacja-cta .btn:hover {
  background: #ba2522;
  color: #fff;
}
@media (max-width: 991px) {
  .realizacja-page {
    padding: 10px 0 22px 0;
  }
  .realizacja-page .realizacja-gallery .gallery-row {
    flex-direction: column;
    gap: 10px;
  }
  .realizacja-page .realizacja-gallery .gallery-row .gallery-img {
    width: 100%;
    height: 110px;
  }
  .realizacja-page .realizacja-header {
    flex-direction: column;
    gap: 8px;
    padding: 10px 10px 7px 10px;
  }
  .realizacja-page .realizacja-header .realizacja-meta {
    align-items: flex-start;
    margin: 14px 0 0 0;
    min-width: 0;
  }
  .realizacja-page .section-contact .custom-cf7-form .form-row-cf7 .form-group-cf7.half {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .realizacja-page {
    padding: 0;
  }
  .realizacja-page .section1 .logo img {
    max-width: 150px;
  }
  .realizacja-page .realizacja-header {
    padding: 6px 2px 6px 3px;
  }
  .realizacja-page .realizacja-header h1 {
    font-size: 16px;
  }
  .realizacja-page .realizacja-header .realizacja-cat {
    font-size: 9px;
  }
  .realizacja-page .realizacja-header .realizacja-desc {
    font-size: 10px;
  }
  .realizacja-page .realizacja-main .realizacja-opis,
  .realizacja-page .realizacja-main .realizacja-box {
    padding: 7px 5px 7px 5px;
  }
  .realizacja-page .realizacja-main .realizacja-opis h4,
  .realizacja-page .realizacja-main .realizacja-box h4,
  .realizacja-page .realizacja-cta h3 {
    font-size: 13px;
  }
  .realizacja-page .realizacja-gallery {
    padding: 8px 2px 8px 2px;
  }
  .realizacja-page .realizacja-gallery h3 {
    font-size: 11px;
  }
  .realizacja-page .realizacja-cta {
    padding: 11px 5px 11px 5px;
  }
  .realizacja-page .realizacja-cta .btn {
    font-size: 12px;
    padding: 7px 14px;
  }
}

.page-single1 {
  padding: 40px 0;
}
.page-single1 .title1 {
  text-align: center;
}
.page-single1 h2 {
  font-size: 1.55rem;
}

@media (max-width: 769px) {
  .section-contact .custom-cf7-form .form-row-cf7 .form-group-cf7.half {
    width: 100%;
  }
  .section-contact .contact-desc2 {
    font-size: 16px;
  }
  .navbar-light .navbar-nav {
    text-align: center;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    text-align: center;
  }
  .kitchen-section {
    padding: 35px 0;
  }
  .kitchen-section .section-title {
    font-size: 28px;
  }
  .kitchen-section .section-desc {
    font-size: 16px;
  }
  .kitchen-section .feature-list ul li {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .realizacja-process-section .realizacja-title {
    font-size: 28px;
  }
  .realizacja-process-section .process-step .step-desc {
    font-size: 16px;
  }
  .materials-section .mat-title {
    font-size: 28px;
  }
  .materials-section .mat-desc {
    font-size: 16px;
  }
  .materials-section .mat-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section-offer-tabs h1,
  .section-offer-tabs .display-4 {
    font-size: 28px;
  }
  .about-section .about-section-text h3 {
    font-size: 25px;
  }
  .about-section .about-section-text p {
    font-size: 16px;
  }
  .realizacje-section .realizacje-section-desc {
    font-size: 16px;
  }
  .section-slider .carousel-indicators {
    display: none;
  }
  .section-slider .desc {
    display: none;
  }
  .section-slider .carousel-caption .carousel-caption-sz .desc1 h1 {
    text-align: center;
    font-size: 1.5rem;
  }
  .section1 .logo img {
    max-width: 100px;
  }
}
/*# sourceMappingURL=main.css.map */
