@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #494949; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #494949; }

strong, b {
  font-weight: 600; }

.btn-offer {
  width: 100%;
  margin-bottom: 10px;
  background-color: #000;
  border-color: #000; }

.btn-offer:hover {
  background-color: #494949;
  border-color: #494949; }

.navbar-toggler {
  border: 1px solid #494949; }

.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"); }

.separator-hr {
  text-align: center;
  margin-bottom: 15px; }

.separator-hr2 {
  margin-bottom: 15px; }
  .separator-hr2 img {
    max-width: 50px; }

.container-fluid {
  max-width: 1400px; }

.top-info {
  background-color: #fff;
  padding: 7px 0; }
  .top-info .container-fluid {
    max-width: 100%; }
  .top-info ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-info ul li {
      float: right;
      margin-left: 15px; }
  .top-info a {
    color: #000;
    text-decoration: none; }
  .top-info a:hover {
    opacity: 0.7; }
  .top-info p {
    margin-bottom: 0; }
  .top-info svg {
    margin-right: 6px; }

.top-nav2 {
  font-weight: 400; }
  .top-nav2 .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .top-nav2 .row {
    margin-left: 0;
    margin-right: 0; }
  .top-nav2 .col-12 {
    padding: 0; }
  .top-nav2 .single1 {
    padding-right: 0; }
    .top-nav2 .single1 h1 {
      margin-bottom: 0; }
    .top-nav2 .single1 .logo {
      color: #000; }
      .top-nav2 .single1 .logo img {
        padding-top: 0;
        padding-bottom: 0;
        width: 200px; }
    .top-nav2 .single1 .logo:hover img {
      opacity: 0.8; }
  .top-nav2 .navbar {
    padding: 0; }
    .top-nav2 .navbar .navbar-nav li {
      margin: 0 14px;
      color: #494949;
      padding-right: 0;
      padding-left: 0;
      padding-top: 11px;
      padding-bottom: 13px;
      font-size: 14px;
      position: relative;
      text-transform: uppercase; }
    .top-nav2 .navbar .navbar-nav .nav-link {
      color: #494949;
      padding-right: 0;
      padding-left: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 14px;
      position: relative;
      text-transform: uppercase;
      font-weight: 600; }
    .top-nav2 .navbar .navbar-nav .nav-link:hover {
      color: #EA8900;
      font-weight: 700; }
    .top-nav2 .navbar .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #494949;
      transition: all .3s ease-in-out;
      left: 0%; }
    .top-nav2 .navbar .navbar-nav .nav-link:hover::after {
      background-color: #EA8900; }
    .top-nav2 .navbar .navbar-nav .nav-link:hover::after {
      width: 100%; }
    .top-nav2 .navbar .navbar-nav .active .nav-link {
      color: #494949;
      font-weight: 700; }
    .top-nav2 .navbar .navbar-nav .active .nav-link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #EA8900;
      transition: all .3s ease-in-out;
      left: 0%; }
    .top-nav2 .navbar .navbar-nav .contact a {
      background-color: #EA8900;
      color: #fff;
      padding: 10px 27px;
      font-weight: 600;
      box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2); }
    .top-nav2 .navbar .navbar-nav .contact .nav-link::after {
      display: none; }
    .top-nav2 .navbar .navbar-nav .contact.active .nav-link {
      background-color: #35668d;
      color: #fff; }
    .top-nav2 .navbar .navbar-nav .contact:hover a {
      background-color: #35668d;
      color: #fff; }
  .top-nav2 .navbar-nav21 {
    margin-left: 15px; }
    .top-nav2 .navbar-nav21 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .top-nav2 .navbar-nav21 ul li {
        padding-right: 7px;
        padding-left: 7px; }
      .top-nav2 .navbar-nav21 ul .fb img {
        width: 8px;
        height: 16px; }
      .top-nav2 .navbar-nav21 ul .in img {
        width: 16px;
        height: 16px; }
      .top-nav2 .navbar-nav21 ul li a:hover img {
        filter: invert(70%) sepia(8%) saturate(1320%) hue-rotate(351deg) brightness(92%) contrast(85%); }
  .top-nav2 .but-menu {
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none; }
    .top-nav2 .but-menu p {
      text-transform: uppercase;
      margin-bottom: 6px; }
    .top-nav2 .but-menu .poj2 {
      display: none; }
  .top-nav2 .but-menu:hover p {
    color: #494949; }
  .top-nav2 .but-menu:hover img {
    filter: invert(68%) sepia(21%) saturate(492%) hue-rotate(351deg) brightness(93%) contrast(83%); }
  .top-nav2 .but-menu[aria-expanded="true"] .poj1 {
    display: none; }
  .top-nav2 .but-menu[aria-expanded="true"] .poj2 {
    display: block; }

.top-nav2.fixed-top {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Dodanie cienia po scrollu */ }
  .top-nav2.fixed-top .navbar .navbar-nav .nav-link {
    font-size: 13px; }

.section-slider .carousel-control-next, .section-slider .carousel-control-prev {
  background-color: transparent;
  border: none; }
.section-slider .carousel-indicators {
  bottom: 65px; }
.section-slider .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  text-indent: center; }
  .section-slider .carousel-caption .carousel-caption-sz {
    max-width: 766px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .section-slider .carousel-caption .carousel-caption-sz .title1 h1 {
      font-size: 68px;
      color: #fff; }
    .section-slider .carousel-caption .carousel-caption-sz .title2 p {
      font-size: 24px;
      font-weight: 500; }
    .section-slider .carousel-caption .carousel-caption-sz .but-more ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .section-slider .carousel-caption .carousel-caption-sz .but-more ul li {
        margin: 15px;
        display: inline-block; }
      .section-slider .carousel-caption .carousel-caption-sz .but-more ul li:first-child a {
        background-color: #EA8900;
        color: #fff;
        font-weight: 600; }
      .section-slider .carousel-caption .carousel-caption-sz .but-more ul li:first-child a:hover {
        background-color: #35668d;
        color: #fff; }

#readmore {
  padding-top: 50px;
  /* opcjonalne, zależne od projektu */
  margin-top: -50px;
  /* kompensuje przesunięcie */ }

#colmenu {
  left: 0;
  top: 0;
  padding-top: 28px;
  background: #fff;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  border-left: 60px solid #EA8900; }
  #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: 700;
      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 .poj2 img {
        width: 20px; }
  #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: #494949;
        padding-right: 0;
        padding-left: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
        position: relative;
        text-transform: uppercase; }
        #colmenu .single1 .single11 ul li .nav-link {
          color: #494949;
          padding-right: 0;
          padding-left: 0;
          padding-top: 0;
          padding-bottom: 0;
          font-size: 15px;
          position: relative;
          text-transform: uppercase;
          text-decoration: none; }
        #colmenu .single1 .single11 ul li .nav-link:hover {
          color: #494949;
          font-weight: 600; }
      #colmenu .single1 .single11 ul .contact {
        margin-top: 14px; }
        #colmenu .single1 .single11 ul .contact a {
          background-color: #EA8900;
          color: #fff;
          padding: 10px 27px;
          font-weight: 600; }
      #colmenu .single1 .single11 ul .contact:hover a {
        background-color: #494949;
        color: #fff;
        font-weight: 600; }
      #colmenu .single1 .single11 ul .active .nav-link {
        color: #494949;
        font-weight: bold; }
    #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%); }

.but-more {
  margin-top: 25px;
  margin-bottom: 25px; }
  .but-more a {
    background-color: #494949;
    color: #fff;
    display: block;
    width: 191px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2); }
  .but-more a:hover {
    background-color: #35668d;
    color: #fff; }

.section-pref-1::before {
  content: '';
  /* Pseudoelement wymaga zawartości */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  /* Dopasowanie obrazu */
  background-position: center;
  /* Ustawienie obrazu w centrum */
  z-index: 1;
  /* Umieszczenie tła za zawartością */
  width: 50%;
  left: 50%; }

.section-pref-1 {
  position: relative;
  /* Ustaw pozycję, aby ::before działało poprawnie */
  overflow: hidden;
  /* Ukryj wystające elementy */
  background-color: #eef7fc;
  background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2280%22%20height%3D%22120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23prefix__clip0_43_320%29%22%20fill%3D%22rgba%28230%2C243%2C250%2C1%29%22%3E%3Cpath%20d%3D%22M40%200L0%2030v30l40-30V0zm0%2030v30l40%2030V60L40%2030zM40-30V0l40%2030V0L40-30zm0%2090L0%2090v30l40-30V60zm0%2030v30l40%2030v-30L40%2090z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0_43_320%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h80v120H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E);
  opacity: 1;
  background-size: 100%;
  mix-blend-mode: normal; }
  .section-pref-1 .container-fluid {
    max-width: 1400px; }
  .section-pref-1 .single1 .single-sz {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 30px;
    font-size: 18px;
    padding-right: 80px; }
  .section-pref-1 .single1 .title1 {
    margin-bottom: 20px; }
    .section-pref-1 .single1 .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px; }
  .section-pref-1 .single2 {
    padding: 0;
    line-height: 30px;
    font-size: 18px; }
    .section-pref-1 .single2 .single-sz {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      width: 100%; }
      .section-pref-1 .single2 .single-sz .single-c {
        margin: 0;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        opacity: 1;
        max-width: 345px;
        z-index: 1111; }
      .section-pref-1 .single2 .single-sz .title1 {
        margin-bottom: 20px; }
        .section-pref-1 .single2 .single-sz .title1 h3 {
          color: #fff; }

.section-pref-1a::before {
  content: '';
  /* Pseudoelement wymaga zawartości */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  /* Dopasowanie obrazu */
  background-position: center;
  /* Ustawienie obrazu w centrum */
  z-index: 1;
  /* Umieszczenie tła za zawartością */
  width: 50%;
  left: 50%; }

.section-pref-1a {
  position: relative;
  /* Ustaw pozycję, aby ::before działało poprawnie */
  overflow: hidden;
  /* Ukryj wystające elementy */
  background-color: #fcfcfc; }
  .section-pref-1a .container-fluid {
    max-width: 1400px; }
  .section-pref-1a .single1 .single-sz {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 30px;
    font-size: 16px;
    padding-right: 80px; }
  .section-pref-1a .single1 .title1 {
    margin-bottom: 5px; }
    .section-pref-1a .single1 .title1 h3 {
      position: relative;
      color: #EA8900;
      font-size: 18px;
      text-transform: uppercase; }
  .section-pref-1a .single1 .title2 {
    margin-bottom: 20px; }
    .section-pref-1a .single1 .title2 h2 {
      color: #494949;
      font-size: 38px; }
    .section-pref-1a .single1 .title2 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px; }
  .section-pref-1a .single2 {
    padding: 0;
    line-height: 30px;
    font-size: 18px; }
    .section-pref-1a .single2 .single-sz {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      width: 100%; }
      .section-pref-1a .single2 .single-sz .single-c {
        margin: 0;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        opacity: 1;
        max-width: 345px;
        z-index: 1111; }
      .section-pref-1a .single2 .single-sz .title1 {
        margin-bottom: 20px; }

.section-pref-1c {
  position: relative;
  /* Ustaw pozycję, aby ::before działało poprawnie */
  overflow: hidden;
  /* Ukryj wystające elementy */ }
  .section-pref-1c .container-fluid {
    max-width: 1400px; }
  .section-pref-1c .single1 .single-sz {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 30px;
    font-size: 18px;
    padding-right: 80px; }
  .section-pref-1c .single1 .title1 {
    margin-bottom: 5px; }
    .section-pref-1c .single1 .title1 h3 {
      position: relative;
      color: #EA8900;
      font-size: 16px;
      text-transform: uppercase; }
  .section-pref-1c .single1 .title2 {
    margin-bottom: 20px; }
    .section-pref-1c .single1 .title2 h2 {
      color: #494949;
      font-size: 38px; }
    .section-pref-1c .single1 .title2 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px; }

.section-pref-2::before {
  content: '';
  /* Pseudoelement wymaga zawartości */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  /* Dopasowanie obrazu */
  background-position: center;
  /* Ustawienie obrazu w centrum */
  z-index: -1;
  /* Umieszczenie tła za zawartością */
  width: 100%; }

.section-pref-2 {
  position: relative;
  /* Ustaw pozycję, aby ::before działało poprawnie */
  overflow: hidden;
  /* Ukryj wystające elementy */ }
  .section-pref-2 .container-fluid {
    max-width: 680px; }
  .section-pref-2 .single-sz {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 30px; }

.section-pref-3::before {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  width: 100%;
  height: 62px;
  content: "";
  display: block;
  z-index: 2;
  position: relative;
  background-color: #EA8900;
  bottom: 46px; }

.section-pref-3 {
  background-color: #EA8900; }
  .section-pref-3 p {
    font-weight: 600; }

.section-pref-4 {
  line-height: 30px;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 60px; }
  .section-pref-4 .container-fluid {
    max-width: 1100px; }
  .section-pref-4 .row {
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    border: 0.01px solid #EA8900;
    padding: 10px; }
  .section-pref-4 .single1 {
    position: relative; }
  .section-pref-4 .single1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    width: 100%; }
  .section-pref-4 .single2 {
    background-color: #193043; }
    .section-pref-4 .single2 .single-sz {
      padding: 60px 30px;
      color: #fff; }
      .section-pref-4 .single2 .single-sz h3 {
        color: #fff; }
      .section-pref-4 .single2 .single-sz .desc1 {
        font-size: 17px; }
        .section-pref-4 .single2 .single-sz .desc1 ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-bottom: 30px;
          padding-left: 15px; }
          .section-pref-4 .single2 .single-sz .desc1 ul li {
            margin-bottom: 6px; }
          .section-pref-4 .single2 .single-sz .desc1 ul li::before {
            content: '\f00c';
            /* Kod ikony Font Awesome */
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            /* Pogrubienie, aby była widoczna */
            margin-right: 8px;
            /* Odstęp między ikoną a tekstem */
            color: #EA8900;
            /* Kolor fajki */ }
      .section-pref-4 .single2 .single-sz .but-more1 {
        margin-top: 40px; }
        .section-pref-4 .single2 .single-sz .but-more1 a {
          background-color: #494949;
          color: #fff;
          display: block;
          width: 191px;
          height: 50px;
          line-height: 48px;
          text-align: center;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
          box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2); }
        .section-pref-4 .single2 .single-sz .but-more1 a:hover {
          background-color: #35668d;
          color: #fff; }

.section-offer-1:before {
  width: 90%;
  content: " ";
  position: absolute;
  height: 100%;
  background-color: #F8F8F8;
  border-left: 34px solid #494949; }

.section-offer-1 {
  position: relative;
  padding-bottom: 15px; }
  .section-offer-1 .single1 {
    padding-top: 22px;
    padding-bottom: 20px; }
    .section-offer-1 .single1 .title1 {
      margin-bottom: 21px; }
      .section-offer-1 .single1 .title1 h2 {
        font-size: 32px;
        line-height: 49px;
        color: #494949;
        margin-bottom: 0; }
      .section-offer-1 .single1 .title1 .sep {
        background-color: #EA8900;
        height: 2px;
        width: 103px; }
  .section-offer-1 .single3 p {
    font-weight: 600; }
  .section-offer-1 .single2 {
    margin-bottom: 30px; }
    .section-offer-1 .single2 .single-sz {
      border: 1px solid #E0E0E0;
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none; }
      .section-offer-1 .single2 .single-sz .photos {
        position: relative; }
      .section-offer-1 .single2 .single-sz .photos-hover {
        display: none; }
      .section-offer-1 .single2 .single-sz .desc {
        padding: 22px 34px;
        float: left;
        width: 100%; }
        .section-offer-1 .single2 .single-sz .desc .title h2 {
          font-size: 14px;
          line-height: 22px;
          color: #494949;
          text-transform: uppercase; }
          .section-offer-1 .single2 .single-sz .desc .title h2 strong {
            font-size: 22px;
            line-height: 34px; }
        .section-offer-1 .single2 .single-sz .desc .sep {
          background-color: #EA8900;
          height: 2px;
          width: 48px;
          float: left;
          margin-top: 15px; }
        .section-offer-1 .single2 .single-sz .desc .ico {
          float: right; }
    .section-offer-1 .single2 .single-sz:hover .photos-hover {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
      .section-offer-1 .single2 .single-sz:hover .photos-hover .ico-hover {
        left: 0;
        left: 0%;
        right: 0%;
        position: absolute;
        width: 95%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center;
        color: #fff; }
    .section-offer-1 .single2 .single-sz:hover .desc .title h2 {
      color: #EA8900; }
    .section-offer-1 .single2 .single-sz:hover .desc .ico img {
      filter: invert(72%) sepia(14%) saturate(724%) hue-rotate(351deg) brightness(88%) contrast(90%); }

.section-blog-1:before {
  width: 55%;
  content: " ";
  position: absolute;
  height: 193px;
  background-color: #F8F8F8;
  border-left: 34px solid #494949; }

.section-blog-1 {
  margin-top: 39px; }
  .section-blog-1 .single1 {
    padding-top: 72px; }
    .section-blog-1 .single1 .title1 {
      margin-bottom: 13px;
      margin-bottom: 41px; }
      .section-blog-1 .single1 .title1 h2 {
        font-size: 32px;
        line-height: 49px;
        color: #494949;
        margin-bottom: 0; }
      .section-blog-1 .single1 .title1 .sep {
        background-color: #EA8900;
        height: 2px;
        width: 103px; }
  .section-blog-1 .single2 {
    margin-bottom: 30px; }
    .section-blog-1 .single2 .single-sz {
      border: 1px solid #E0E0E0;
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none; }
      .section-blog-1 .single2 .single-sz .photos {
        position: relative; }
      .section-blog-1 .single2 .single-sz .photos-hover {
        display: none; }
      .section-blog-1 .single2 .single-sz .desc {
        padding: 18px;
        float: left;
        width: 100%; }
        .section-blog-1 .single2 .single-sz .desc .title h2 {
          font-size: 14px;
          line-height: 22px;
          color: #494949;
          text-transform: uppercase; }
          .section-blog-1 .single2 .single-sz .desc .title h2 strong {
            font-size: 22px;
            line-height: 34px; }
        .section-blog-1 .single2 .single-sz .desc .text1 {
          color: #494949; }
        .section-blog-1 .single2 .single-sz .desc .sep {
          background-color: #EA8900;
          height: 2px;
          width: 48px;
          float: left;
          margin-top: 15px; }
        .section-blog-1 .single2 .single-sz .desc .ico {
          float: right; }
    .section-blog-1 .single2 .single-sz:hover .photos-hover {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
      .section-blog-1 .single2 .single-sz:hover .photos-hover .ico-hover {
        left: 0;
        left: 0%;
        right: 0%;
        position: absolute;
        width: 95%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center;
        color: #fff; }
    .section-blog-1 .single2 .single-sz:hover .desc .title h2 {
      color: #EA8900; }
    .section-blog-1 .single2 .single-sz:hover .desc .ico img {
      filter: invert(72%) sepia(14%) saturate(724%) hue-rotate(351deg) brightness(88%) contrast(90%); }

.section-offer-2 .single-sz {
  min-height: 168px;
  background-size: cover;
  background-repeat: no-repeat; }
.section-offer-2 .single1 .single-sz {
  padding: 30px 20px; }
.section-offer-2 .single1 .title1 p {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #494949;
  font-weight: 400; }
.section-offer-2 .single1 .title2 h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 32px; }
.section-offer-2 .single1 .sep {
  background-color: #EA8900;
  height: 2px;
  width: 48px;
  margin-top: 5px;
  margin-bottom: 14px; }
.section-offer-2 .single1 .but-more {
  float: left; }
  .section-offer-2 .single1 .but-more a {
    color: #494949;
    text-decoration: none; }
.section-offer-2 .single1 .ico {
  float: left;
  margin-left: 44px; }

.section-front-about-1 {
  margin-top: 63px;
  margin-bottom: 69px; }
  .section-front-about-1 .single2 .single-sz {
    padding-left: 68px;
    padding-top: 50px; }
    .section-front-about-1 .single2 .single-sz .title1 {
      margin-bottom: 10px; }
      .section-front-about-1 .single2 .single-sz .title1 h3 {
        font-size: 32px;
        line-height: 49px;
        margin-bottom: 0; }
    .section-front-about-1 .single2 .single-sz .sep {
      background-color: #EA8900;
      height: 2px;
      width: 108px;
      margin-top: 5px;
      margin-bottom: 14px; }
    .section-front-about-1 .single2 .single-sz .desc1 {
      margin-top: 47px;
      font-size: 16px;
      line-height: 24px; }
    .section-front-about-1 .single2 .single-sz .but-more {
      margin-top: 35px; }
      .section-front-about-1 .single2 .single-sz .but-more a {
        background-color: #494949;
        color: #fff;
        display: block;
        width: 191px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 16px; }
      .section-front-about-1 .single2 .single-sz .but-more a:hover {
        background-color: #EA8900;
        text-decoration: none; }

.section-log-1 {
  margin-bottom: 74px; }
  .section-log-1 .single1 .title1 {
    margin-bottom: 13px;
    margin-bottom: 41px; }
    .section-log-1 .single1 .title1 h4 {
      font-size: 32px;
      line-height: 49px;
      color: #494949;
      margin-bottom: 0; }
    .section-log-1 .single1 .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px; }
  .section-log-1 .single2 img {
    height: 46px;
    width: auto !important; }

.section-log-2 {
  margin-bottom: 60px; }

.section-inst-1:before {
  width: 50%;
  content: " ";
  position: absolute;
  height: 193px;
  background-color: #494949;
  background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2280%22%20height%3D%22120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23prefix__clip0_43_320%29%22%20fill%3D%22rgba%280%2C0%2C0%2C0.3%29%22%3E%3Cpath%20d%3D%22M40%200L0%2030v30l40-30V0zm0%2030v30l40%2030V60L40%2030zM40-30V0l40%2030V0L40-30zm0%2090L0%2090v30l40-30V60zm0%2030v30l40%2030v-30L40%2090z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0_43_320%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h80v120H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E);
  opacity: 1;
  background-size: 100%;
  mix-blend-mode: normal; }

.section-inst-1 {
  margin-bottom: 30px; }
  .section-inst-1 .single1 {
    padding-top: 46px;
    padding-bottom: 96px; }
    .section-inst-1 .single1 .title1 h3 {
      color: #fff;
      font-size: 26px;
      line-height: 40px; }
    .section-inst-1 .single1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px;
      margin-top: 5px;
      margin-bottom: 14px; }
  .section-inst-1 .single2 .single-sz {
    float: right;
    padding-top: 46px; }
  .section-inst-1 .single2 a {
    border: 1px solid #EA8900;
    height: 50px;
    width: 225px;
    text-align: center;
    display: block;
    color: #494949;
    font-size: 16px;
    background-color: #fff;
    line-height: 48px; }
    .section-inst-1 .single2 a svg {
      margin-right: 16px; }
  .section-inst-1 .single2 a:hover {
    background-color: #EA8900;
    color: #fff;
    text-decoration: none; }
    .section-inst-1 .single2 a:hover svg {
      color: #fff;
      filter: invert(93%) sepia(57%) saturate(2367%) hue-rotate(176deg) brightness(131%) contrast(110%); }
  .section-inst-1 .single3 {
    margin-top: -60px; }
    .section-inst-1 .single3 .single-sz {
      border: 1px solid #EA8900;
      padding: 10px; }
      .section-inst-1 .single3 .single-sz img {
        width: 100%; }

.page-offer-1 {
  margin-top: 9px;
  margin-bottom: 100px; }
  .page-offer-1 .single1 .title1 {
    margin-bottom: 13px;
    margin-bottom: 41px; }
    .page-offer-1 .single1 .title1 h2 {
      font-size: 32px;
      line-height: 49px;
      color: #494949;
      margin-bottom: 0; }
    .page-offer-1 .single1 .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px; }
  .page-offer-1 .single1 .desc {
    font-size: 18px;
    line-height: 28px; }
  .page-offer-1 .single2 {
    margin-bottom: 30px; }
    .page-offer-1 .single2 .single-sz {
      border: 1px solid #E0E0E0;
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none; }
      .page-offer-1 .single2 .single-sz .photos {
        position: relative; }
      .page-offer-1 .single2 .single-sz .photos-hover {
        display: none; }
      .page-offer-1 .single2 .single-sz .desc {
        padding: 22px 34px;
        float: left;
        width: 100%; }
        .page-offer-1 .single2 .single-sz .desc .title h2 {
          font-size: 14px;
          line-height: 22px;
          color: #494949;
          text-transform: uppercase; }
          .page-offer-1 .single2 .single-sz .desc .title h2 strong {
            font-size: 22px;
            line-height: 34px; }
        .page-offer-1 .single2 .single-sz .desc .sep {
          background-color: #EA8900;
          height: 2px;
          width: 48px;
          float: left;
          margin-top: 15px; }
        .page-offer-1 .single2 .single-sz .desc .ico {
          float: right; }
    .page-offer-1 .single2 .single-sz:hover .photos-hover {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
      .page-offer-1 .single2 .single-sz:hover .photos-hover .ico-hover {
        left: 0;
        left: 0%;
        right: 0%;
        position: absolute;
        width: 95%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center;
        color: #fff; }
    .page-offer-1 .single2 .single-sz:hover .desc .title h2 {
      color: #EA8900; }
    .page-offer-1 .single2 .single-sz:hover .desc .ico img {
      filter: invert(72%) sepia(14%) saturate(724%) hue-rotate(351deg) brightness(88%) contrast(90%); }

.page-offer-cat-1 {
  margin-top: 9px;
  margin-bottom: 100px; }
  .page-offer-cat-1 .single1 .title1 {
    margin-bottom: 13px;
    margin-bottom: 41px; }
    .page-offer-cat-1 .single1 .title1 h1 {
      font-size: 32px;
      line-height: 49px;
      color: #494949;
      margin-bottom: 0; }
    .page-offer-cat-1 .single1 .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px; }
  .page-offer-cat-1 .single1 .desc {
    font-size: 18px;
    line-height: 28px; }
  .page-offer-cat-1 .single2 {
    margin-bottom: 30px; }
    .page-offer-cat-1 .single2 .single-sz {
      border: 1px solid #E0E0E0;
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none; }
      .page-offer-cat-1 .single2 .single-sz .photos {
        position: relative; }
      .page-offer-cat-1 .single2 .single-sz .photos-hover {
        display: none; }
      .page-offer-cat-1 .single2 .single-sz .desc {
        padding: 19px 20px;
        float: left;
        width: 100%; }
        .page-offer-cat-1 .single2 .single-sz .desc .title1 h3 {
          font-size: 14px;
          line-height: 22px;
          color: rgba(47, 55, 74, 0.55);
          margin-bottom: 0;
          font-weight: 500; }
        .page-offer-cat-1 .single2 .single-sz .desc .title2 h2 {
          color: #494949;
          font-size: 26px;
          line-height: 40px;
          margin-bottom: 0; }
        .page-offer-cat-1 .single2 .single-sz .desc .sep {
          background-color: #EA8900;
          height: 2px;
          width: 48px;
          float: left;
          margin-top: 15px; }
        .page-offer-cat-1 .single2 .single-sz .desc .ico {
          float: right; }
    .page-offer-cat-1 .single2 .single-sz:hover .photos-hover {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
      .page-offer-cat-1 .single2 .single-sz:hover .photos-hover .ico-hover {
        left: 0;
        left: 0%;
        right: 0%;
        position: absolute;
        width: 95%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center;
        color: #fff; }
    .page-offer-cat-1 .single2 .single-sz:hover .desc .title1 h3 {
      color: #EA8900; }
    .page-offer-cat-1 .single2 .single-sz:hover .desc .title2 h2 {
      color: #EA8900; }
    .page-offer-cat-1 .single2 .single-sz:hover .desc .ico img {
      filter: invert(72%) sepia(14%) saturate(724%) hue-rotate(351deg) brightness(88%) contrast(90%); }

.p-pagination {
  margin-top: 60px; }
  .p-pagination .nav-links {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: auto; }
  .p-pagination .page-numbers {
    border: 1px solid #ddd;
    padding: 10px;
    color: #9B9B9B;
    text-decoration: none;
    margin-right: 11px;
    width: 49px;
    height: 49px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 31px; }
  .p-pagination .page-numbers:hover {
    background-color: #494949;
    color: #fff; }
  .p-pagination .page-numbers.current {
    border-color: #ddd;
    color: #494949; }
  .p-pagination .page-numbers.current:hover {
    border-color: #ddd;
    color: #494949;
    background-color: #fff; }

.front-pr-1 .row {
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  margin-top: -40px;
  background-color: #fff;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 111;
  position: relative; }
.front-pr-1 .single1 .single-sz {
  position: absolute;
  width: 98%;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  font-size: 16px; }
  .front-pr-1 .single1 .single-sz .title1 {
    margin-bottom: 25px; }
    .front-pr-1 .single1 .single-sz .title1 h3 {
      position: relative;
      padding-bottom: 10px;
      font-size: 36px; }
    .front-pr-1 .single1 .single-sz .title1 h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 2px;
      background-color: #494949;
      transition: all .3s ease-in-out; }
.front-pr-1 .single2 {
  height: 400px;
  background-position: left center;
  background-size: cover; }

.front-bul-of-1 {
  padding: 60px 0;
  background-color: #F7F7F7; }
  .front-bul-of-1 .container-fluid {
    max-width: 1200px; }
  .front-bul-of-1 .single1 {
    text-align: center;
    margin-bottom: 40px; }
    .front-bul-of-1 .single1 .title1 h2 {
      font-size: 44px;
      line-height: 50px;
      color: #3a3a3a;
      font-weight: 600;
      margin-bottom: 0; }
    .front-bul-of-1 .single1 .title2 p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0;
      font-weight: 500;
      color: #6D6D6D; }
    .front-bul-of-1 .single1 .sep {
      width: 46px;
      height: 3px;
      background-color: #494949;
      position: relative;
      display: inline-block;
      margin: 0 auto;
      top: 4px; }
    .front-bul-of-1 .single1 .sep::before, .front-bul-of-1 .single1 .sep::after {
      content: '';
      width: 3px;
      height: 3px;
      background-color: #494949;
      display: inline-block;
      position: absolute; }
    .front-bul-of-1 .single1 .sep::before {
      right: -5px; }
    .front-bul-of-1 .single1 .sep::after {
      right: -10px; }
  .front-bul-of-1 .single2 {
    text-align: left;
    margin-bottom: 30px; }
    .front-bul-of-1 .single2 .single-sz {
      display: block;
      overflow: hidden;
      text-decoration: none;
      height: 100%;
      background-color: #F5F5F5; }
      .front-bul-of-1 .single2 .single-sz .photos img {
        width: 100%; }
      .front-bul-of-1 .single2 .single-sz .title {
        background: #1e2227;
        padding: 17px 33px 18px 20px;
        position: relative; }
        .front-bul-of-1 .single2 .single-sz .title h2 {
          color: #fff;
          transition: opacity 0.3s ease 0s;
          opacity: 1;
          font-size: 20px;
          text-transform: uppercase;
          margin: 0; }
        .front-bul-of-1 .single2 .single-sz .title i {
          position: absolute;
          top: 13px;
          right: 10px;
          color: #494949;
          font-size: 24px; }
    .front-bul-of-1 .single2 .single-sz:hover {
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .front-bul-of-1 .single2 .single-sz:hover .photos img {
        opacity: 0.7;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }
      .front-bul-of-1 .single2 .single-sz:hover .title h2 {
        color: #494949;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }
      .front-bul-of-1 .single2 .single-sz:hover .title i {
        right: 15px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }

.front-bul-of-2 {
  margin: 50px 0; }
  .front-bul-of-2 .container-fluid {
    max-width: 1400px; }
  .front-bul-of-2 .single1 .single-sz {
    color: #000;
    padding: 30px;
    font-size: 15px; }
    .front-bul-of-2 .single1 .single-sz .title1 h3 {
      margin-bottom: 0;
      font-size: 34px; }
    .front-bul-of-2 .single1 .single-sz .sep {
      width: 46px;
      height: 3px;
      background-color: #494949;
      position: relative;
      display: inline-block;
      margin: 0 auto;
      top: 4px; }
    .front-bul-of-2 .single1 .single-sz .sep::before, .front-bul-of-2 .single1 .single-sz .sep::after {
      content: '';
      width: 3px;
      height: 3px;
      background-color: #494949;
      display: inline-block;
      position: absolute; }
    .front-bul-of-2 .single1 .single-sz .sep::before {
      right: -5px; }
    .front-bul-of-2 .single1 .single-sz .sep::after {
      right: -10px; }
    .front-bul-of-2 .single1 .single-sz .desc1 {
      margin-top: 25px;
      font-size: 16px; }
    .front-bul-of-2 .single1 .single-sz .desc2 {
      text-align: left; }
    .front-bul-of-2 .single1 .single-sz .but-more {
      margin-top: 25px;
      margin-bottom: 15px; }
      .front-bul-of-2 .single1 .single-sz .but-more a {
        cursor: pointer;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 27px;
        outline: 0;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #494949;
        border: 2px solid #494949;
        color: #fff;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        text-decoration: none !important; }
      .front-bul-of-2 .single1 .single-sz .but-more a:hover {
        background-color: #000;
        color: #fff;
        border-color: #000; }
  .front-bul-of-2 .single2 .single-sz {
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 465px; }

.front-bul-of-3 {
  overflow: hidden;
  margin-top: 50px; }
  .front-bul-of-3 .single1::before {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(113, 97, 80, 0.8);
    content: ""; }
  .front-bul-of-3 .single1 {
    padding: 0;
    position: relative; }
    .front-bul-of-3 .single1 .single-sz {
      color: #1c1c24;
      padding: 7%;
      z-index: 1;
      position: relative; }
      .front-bul-of-3 .single1 .single-sz .title1 {
        margin-bottom: 10px; }
        .front-bul-of-3 .single1 .single-sz .title1 p {
          margin: 0;
          text-transform: uppercase;
          color: #1c1c24;
          font-weight: 500; }
      .front-bul-of-3 .single1 .single-sz .title2 {
        margin-bottom: 10px; }
        .front-bul-of-3 .single1 .single-sz .title2 h2 {
          color: #1c1c24; }
      .front-bul-of-3 .single1 .single-sz .desc {
        font-size: 16px; }
  .front-bul-of-3 .single2::before {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(30, 34, 39, 0.85);
    content: ""; }
  .front-bul-of-3 .single2 {
    padding: 0;
    position: relative; }
    .front-bul-of-3 .single2 .single-sz {
      color: #fff;
      padding: 7%;
      z-index: 1;
      position: relative; }
      .front-bul-of-3 .single2 .single-sz .title1 {
        margin-bottom: 15px; }
        .front-bul-of-3 .single2 .single-sz .title1 h3 {
          margin: 0;
          color: #494949;
          font-weight: 500; }
      .front-bul-of-3 .single2 .single-sz .desc {
        font-size: 16px; }

.page-offer1 {
  padding: 70px 0; }
  .page-offer1 .container-fluid {
    max-width: 1000px;
    padding: 0 5%; }
  .page-offer1 .single-title {
    margin-bottom: 20px;
    text-align: center; }
    .page-offer1 .single-title h2 {
      color: #3a3a3a;
      text-transform: uppercase; }
    .page-offer1 .single-title h3 {
      color: #3a3a3a;
      text-transform: uppercase;
      font-size: 28px; }
  .page-offer1 .single2 .poj {
    margin-bottom: 30px; }
  .page-offer1 .single2 .poj-sz {
    display: block;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 21px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 21px 5px rgba(0, 0, 0, 0.13); }
    .page-offer1 .single2 .poj-sz .photos {
      position: relative; }
    .page-offer1 .single2 .poj-sz .photos-hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.9); }
    .page-offer1 .single2 .poj-sz .title {
      min-height: 50px;
      background-color: #494949;
      text-align: center;
      position: relative;
      padding-top: 15px;
      padding-bottom: 20px; }
      .page-offer1 .single2 .poj-sz .title h2 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 0; }
  .page-offer1 .single2 .poj-sz:hover .photos-hover {
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .page-offer1 .single2 .poj-sz:hover .photos-hover i {
      color: #fff;
      position: absolute;
      width: 98%;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      font-size: 45px; }
  .page-offer1 .single2 .poj-sz:hover .title h2 {
    color: #000; }

.page-offer1-single {
  padding-bottom: 40px;
  padding-top: 0; }
  .page-offer1-single h1 {
    font-size: 48px;
    font-weight: bold; }
  .page-offer1-single .single1 {
    font-size: 17px; }

.front-prs-1::before {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.front-prs-1 {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .front-prs-1 .single1 .title h3 {
    color: #494949;
    text-align: center; }
  .front-prs-1 .single1 .desc {
    color: #fff; }
    .front-prs-1 .single1 .desc a {
      color: #494949; }

.front-pr-5 {
  margin: 40px 0; }
  .front-pr-5 .single1 {
    text-align: center; }
    .front-pr-5 .single1 .title1 h5 {
      font-size: 13px;
      font-weight: 600;
      font-style: normal;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #a8a8a8; }
    .front-pr-5 .single1 .title2 h2 {
      font-size: 36px; }
    .front-pr-5 .single1 .sep {
      width: 2px;
      background-color: #b1976b;
      height: 27px;
      margin: 0 auto; }
  .front-pr-5 .single2 .card-header {
    padding: 0; }
    .front-pr-5 .single2 .card-header button {
      padding: 20px 10px;
      width: 100%;
      color: #000;
      text-decoration: none; }
    .front-pr-5 .single2 .card-header button:hover {
      color: #494949; }

.front-prs-2 {
  background-color: #f7f7f7;
  padding: 15px 0; }
  .front-prs-2 .single1 .title-top h5 {
    font-size: 36px;
    text-align: center; }
  .front-prs-2 .single1 .sep {
    width: 2px;
    background-color: #b1976b;
    height: 27px;
    margin: 0 auto; }
  .front-prs-2 .single2 {
    font-size: 18px; }

.front-prs3 {
  background: #bda571;
  background: radial-gradient(circle, #bda571 0%, rgba(189, 165, 113, 0.5942577715) 100%);
  color: #fff;
  padding: 40px 0; }
  .front-prs3 .single1 h2 {
    color: #fff;
    font-size: 28px; }
  .front-prs3 .single1 .sep {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-bottom: 40px; }
  .front-prs3 .single2 h3 {
    font-size: 24px; }

.front-prs4 {
  background-color: #075049;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat; }
  .front-prs4 .single1 {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff; }
    .front-prs4 .single1 .single-sz {
      left: 3%;
      right: 3%;
      position: absolute;
      width: 94%;
      top: 50%;
      transform: translateY(-50%); }
    .front-prs4 .single1 .title1 h3 {
      font-size: 38px; }
    .front-prs4 .single1 .but-more {
      margin-top: 30px;
      margin-bottom: 20px; }
      .front-prs4 .single1 .but-more a {
        background-color: #716150;
        color: #fff;
        padding: 13px 15px;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px; }
      .front-prs4 .single1 .but-more a:hover {
        background-color: #fff;
        color: #494949; }

.front-prs5 {
  padding: 30px 0; }
  .front-prs5 .single1 {
    text-align: center; }
    .front-prs5 .single1 .title2 h3 {
      font-size: 28px;
      text-align: center; }
  .front-prs5 .single2 .item {
    border: 1px solid #e1e7ec;
    background-color: #FFF;
    padding: 30px; }
    .front-prs5 .single2 .item .title1 {
      text-align: center; }
      .front-prs5 .single2 .item .title1 p {
        font-size: 20px;
        font-weight: bold; }
  .front-prs5 .owl-theme i {
    font-size: 28px; }
  .front-prs5 .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    color: #494949; }

.page-contact1 {
  margin-top: 20px; }
  .page-contact1 .single1 .title1 h1 {
    font-size: 32px;
    line-height: 40px;
    color: #494949;
    margin: 0; }
  .page-contact1 .single1 .title1 .sep {
    background-color: #EA8900;
    height: 2px;
    width: 111px;
    margin-top: 20px; }
  .page-contact1 .single1 .single-n-1 {
    margin-top: 30px; }
  .page-contact1 .single1 .single-n-2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .page-contact1 .single1 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-contact1 .single1 ul li {
      display: inline-block;
      margin-right: 20px; }
      .page-contact1 .single1 ul li a {
        color: #494949;
        text-decoration: none; }
        .page-contact1 .single1 ul li a svg {
          margin-right: 7px; }
      .page-contact1 .single1 ul li a:hover {
        color: #EA8900; }
  .page-contact1 .single2 {
    margin-top: 10px; }
    .page-contact1 .single2 .title1 h4 {
      font-size: 32px;
      line-height: 40px;
      color: #494949;
      margin: 0; }
    .page-contact1 .single2 .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 111px;
      margin-top: 20px; }
    .page-contact1 .single2 .desc {
      margin-top: 30px; }
    .page-contact1 .single2 .kontakt-form-poj-select label {
      width: 100%; }
    .page-contact1 .single2 .wpcf7-form-control-wrap {
      width: 100%;
      display: block;
      margin-top: 6px; }
    .page-contact1 .single2 .poj-act .wpcf7-form-control-wrap {
      position: absolute;
      width: 40px;
      margin-top: 0; }
      .page-contact1 .single2 .poj-act .wpcf7-form-control-wrap .wpcf7-list-item input {
        width: 20px;
        height: 20px; }
    .page-contact1 .single2 .poj-act .p-act {
      margin-left: 50px; }
      .page-contact1 .single2 .poj-act .p-act a {
        color: #494949; }
    .page-contact1 .single2 select {
      background-color: #fff;
      color: #212529;
      border: 1px solid #CBCBCB;
      width: 100%;
      padding: 10px;
      resize: none;
      width: 100%; }
      .page-contact1 .single2 select span {
        width: 100%;
        display: block;
        margin-top: 6px; }
    .page-contact1 .single2 .desc .kontakt-form-poj textarea::-webkit-input-placeholder {
      color: #6c757d; }
    .page-contact1 .single2 .desc .kontakt-form-poj textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #6c757d; }
    .page-contact1 .single2 .desc .kontakt-form-poj textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #6c757d; }
    .page-contact1 .single2 .desc .kontakt-form-poj textarea:-ms-input-placeholder {
      color: #6c757d; }
    .page-contact1 .single2 .desc .kontakt-form-poj textarea::placeholder {
      color: #6c757d; }
    .page-contact1 .single2 .desc .kontakt-form-poj label {
      width: 100%; }
      .page-contact1 .single2 .desc .kontakt-form-poj label span {
        width: 100%;
        display: block;
        margin-top: 6px; }
    .page-contact1 .single2 .desc .kontakt-form-poj input,
    .page-contact1 .single2 .desc .kontakt-form-poj textarea {
      background-color: #fff;
      color: #212529;
      border: 1px solid #CBCBCB;
      width: 100%;
      padding: 10px;
      resize: none; }
    .page-contact1 .single2 .desc .kontakt-form-poj-sub {
      text-align: right; }
      .page-contact1 .single2 .desc .kontakt-form-poj-sub .wpcf7-form-control {
        background-color: #EA8900;
        color: #fff;
        padding: 15px 36px;
        box-shadow: none;
        border: none;
        cursor: pointer; }
      .page-contact1 .single2 .desc .kontakt-form-poj-sub .wpcf7-form-control:hover {
        opacity: 0.7; }
      .page-contact1 .single2 .desc .kontakt-form-poj-sub .wpcf7-spinner {
        display: none; }

.page-offer-ap2 {
  max-width: 100vw;
  width: 99vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  overflow: hidden; }
  .page-offer-ap2 .single-c {
    display: flex;
    align-items: center; }
    .page-offer-ap2 .single-c .single1 {
      padding-right: 4em;
      padding-left: calc((100% - 1360px ) / 2); }
      .page-offer-ap2 .single-c .single1 .title1 h3 {
        position: relative;
        color: #EA8900;
        font-size: 22px;
        text-transform: uppercase; }
      .page-offer-ap2 .single-c .single1 .title1 h3::after {
        position: absolute;
        content: '';
        height: 2px;
        background-color: #EA8900;
        width: 100%;
        right: calc(100% + 1.2em);
        top: 50%;
        transform: translatey(-50%); }
      .page-offer-ap2 .single-c .single1 .title2 h2 {
        color: #494949;
        font-size: 38px; }
      .page-offer-ap2 .single-c .single1 .desc1 {
        font-size: 18px; }
    .page-offer-ap2 .single-c .single2 {
      display: flex;
      flex-direction: column;
      width: 54%;
      position: relative; }
      .page-offer-ap2 .single-c .single2 img {
        position: relative;
        z-index: 2;
        width: 100%;
        max-height: 800px;
        flex: 1;
        padding: 18px 0px 18px 18px;
        object-fit: cover;
        display: block;
        border-radius: 60px 0px 0px 60px; }
    .page-offer-ap2 .single-c .single2::before {
      position: absolute;
      content: '';
      right: 0;
      left: 7px;
      bottom: 7px;
      top: 7px;
      z-index: 3;
      padding: 1em;
      border-radius: 50px 0px 0px 50px;
      border: 1px solid #EA8900;
      border-right: none; }

.page-offer-ap2a {
  margin-top: 40px; }

.page-offer-ap3 {
  margin-top: 20px; }
  .page-offer-ap3 .single2 {
    margin-bottom: 20px; }
    .page-offer-ap3 .single2 .single-sz {
      display: block;
      border: 1px solid #EA8900;
      padding: 1em; }
      .page-offer-ap3 .single2 .single-sz h4 {
        padding: 1.2em 2em;
        color: white;
        font-size: 14px;
        font-weight: 600;
        border-radius: 0px;
        display: inline-block;
        background-color: #EA8900;
        color: #fff;
        position: relative;
        width: 100%;
        margin-bottom: 0; }
      .page-offer-ap3 .single2 .single-sz h4::after {
        position: absolute;
        content: '\2192';
        font-size: 20px;
        right: 15px;
        color: #fff;
        top: 7px; }
    .page-offer-ap3 .single2 .single-sz:hover {
      opacity: 0.7; }

.page-offer-ap4 {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px; }
  .page-offer-ap4 .single1 p {
    color: #494949;
    font-size: 38px;
    font-weight: 700; }
  .page-offer-ap4 .single1 .sep {
    background-color: #EA8900;
    height: 2px;
    width: 141px;
    margin-top: 15px; }
  .page-offer-ap4 .steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto; }
    .page-offer-ap4 .steps-container .step {
      text-align: center;
      max-width: 200px; }
      .page-offer-ap4 .steps-container .step .step-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem auto;
        background-color: #fff;
        border: 2px solid #d1b37c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-offer-ap4 .steps-container .step .step-icon img {
          width: 50%;
          height: auto; }
      .page-offer-ap4 .steps-container .step h3 {
        font-size: 1rem;
        color: #022859;
        margin: 0.5rem 0; }
      .page-offer-ap4 .steps-container .step p {
        font-size: 0.875rem;
        color: #555; }
    .page-offer-ap4 .steps-container .arrow {
      width: 30px;
      height: 2px;
      background-color: #d1b37c;
      position: relative;
      margin-top: 30px; }
      .page-offer-ap4 .steps-container .arrow::after {
        content: "";
        position: absolute;
        top: -6px;
        right: -6px;
        width: 0;
        height: 0;
        border-left: 6px solid #d1b37c;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }

.page-offer-ap1 {
  margin-bottom: 30px; }
  .page-offer-ap1 .single1 .title2 {
    margin-top: 56px; }
    .page-offer-ap1 .single1 .title2 p {
      font-size: 26px;
      line-height: 40px;
      color: #494949;
      font-weight: 600; }
  .page-offer-ap1 .single1 .desc1 {
    font-size: 18px;
    color: #494949; }
  .page-offer-ap1 .single1 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-offer-ap1 .single1 ul li {
      position: relative;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 10px;
      padding-left: 8px; }
      .page-offer-ap1 .single1 ul li svg {
        margin-right: 10px; }
      .page-offer-ap1 .single1 ul li a {
        color: #000; }
  .page-offer-ap1 .single1 .single2-sz {
    margin-top: 46px;
    font-weight: 600; }
    .page-offer-ap1 .single1 .single2-sz p {
      font-size: 22px; }
    .page-offer-ap1 .single1 .single2-sz ul li {
      float: left;
      margin-right: 10px;
      font-size: 36px; }
  .page-offer-ap1 .single1a {
    margin-bottom: 20px; }
  .page-offer-ap1 .single2 .col-12 {
    padding: 0; }
  .page-offer-ap1 .single2 .title1 h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #494949; }
  .page-offer-ap1 .single2 .kontakt-form-poj-select label {
    width: 100%; }
  .page-offer-ap1 .single2 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    margin-top: 6px; }
  .page-offer-ap1 .single2 .poj-act .wpcf7-form-control-wrap {
    position: absolute;
    width: 40px;
    margin-top: 0; }
    .page-offer-ap1 .single2 .poj-act .wpcf7-form-control-wrap .wpcf7-list-item input {
      width: 20px;
      height: 20px; }
  .page-offer-ap1 .single2 .poj-act .p-act {
    margin-left: 50px; }
    .page-offer-ap1 .single2 .poj-act .p-act a {
      color: #494949; }
  .page-offer-ap1 .single2 select {
    background-color: #fff;
    color: #212529;
    border: 1px solid #CBCBCB;
    width: 100%;
    padding: 10px;
    resize: none;
    width: 100%; }
    .page-offer-ap1 .single2 select span {
      width: 100%;
      display: block;
      margin-top: 6px; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj textarea::-webkit-input-placeholder {
    color: #6c757d; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #6c757d; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #6c757d; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj textarea:-ms-input-placeholder {
    color: #6c757d; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj textarea::placeholder {
    color: #6c757d; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj label {
    width: 100%; }
    .page-offer-ap1 .single2 .desc .kontakt-form-poj label span {
      width: 100%;
      display: block;
      margin-top: 6px; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj input,
  .page-offer-ap1 .single2 .desc .kontakt-form-poj textarea {
    background-color: #fff;
    color: #212529;
    border: 1px solid #CBCBCB;
    width: 100%;
    padding: 10px;
    resize: none; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj-sub {
    text-align: right; }
    .page-offer-ap1 .single2 .desc .kontakt-form-poj-sub .wpcf7-form-control {
      background-color: #EA8900;
      color: #fff;
      padding: 15px 36px;
      box-shadow: none;
      border: none;
      cursor: pointer; }
    .page-offer-ap1 .single2 .desc .kontakt-form-poj-sub .wpcf7-form-control:hover {
      opacity: 0.7; }
    .page-offer-ap1 .single2 .desc .kontakt-form-poj-sub .wpcf7-spinner {
      display: none; }
  .page-offer-ap1 .single2a {
    border: 1px solid #EA8900; }
    .page-offer-ap1 .single2a .single-sz {
      padding: 30px;
      background-color: #F8F8F8;
      margin-top: 15px;
      margin-bottom: 15px;
      height: calc(100% - 30px); }
    .page-offer-ap1 .single2a .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 141px;
      margin-top: 15px; }
    .page-offer-ap1 .single2a .desc {
      margin-top: 15px; }
  .page-offer-ap1 .single-n-1 {
    margin-top: 20px; }
  .page-offer-ap1 .single-n-2 {
    margin-top: 20px;
    font-size: 18px; }
    .page-offer-ap1 .single-n-2 .title1 {
      margin-bottom: 30px; }
  .page-offer-ap1 .single4a .title1 {
    margin-bottom: 30px; }
    .page-offer-ap1 .single4a .title1 h1 {
      font-size: 38px;
      line-height: 54px;
      color: #494949;
      margin: 0; }
    .page-offer-ap1 .single4a .title1 .sep {
      background-color: #EA8900;
      height: 2px;
      width: 141px;
      margin-top: 15px; }
  .page-offer-ap1 .single4a .single-sz {
    margin-bottom: 60px;
    font-size: 16px; }
    .page-offer-ap1 .single4a .single-sz h4 {
      margin-bottom: 15px; }
    .page-offer-ap1 .single4a .single-sz ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 30px;
      padding-left: 15px; }
      .page-offer-ap1 .single4a .single-sz ul li {
        margin-bottom: 6px; }
      .page-offer-ap1 .single4a .single-sz ul li::before {
        content: '\f00c';
        /* Kod ikony Font Awesome */
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        /* Pogrubienie, aby była widoczna */
        margin-right: 8px;
        /* Odstęp między ikoną a tekstem */
        color: #EA8900;
        /* Kolor fajki */ }
  .page-offer-ap1 .single5a {
    font-size: 17px; }
    .page-offer-ap1 .single5a .title1 {
      margin-bottom: 30px; }
      .page-offer-ap1 .single5a .title1 h1 {
        font-size: 38px;
        line-height: 54px;
        color: #494949;
        margin: 0; }
      .page-offer-ap1 .single5a .title1 .sep {
        background-color: #EA8900;
        height: 2px;
        width: 141px;
        margin-top: 15px; }

.page-f-oferta1 {
  font-size: 17px; }
  .page-f-oferta1 .container-fluid {
    max-width: 1000px; }
  .page-f-oferta1 .single1 h1 {
    font-size: 40px;
    text-align: center; }
  .page-f-oferta1 .desc1 {
    margin-top: 20px;
    margin-bottom: 15px; }
  .page-f-oferta1 video {
    max-width: 800px; }

.page-f-oferta2 {
  margin: 30px 0; }
  .page-f-oferta2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .page-f-oferta2 ul li {
      display: inline-block; }
      .page-f-oferta2 ul li a {
        background-color: #494949;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        display: block;
        font-size: 18px;
        text-decoration: none; }
      .page-f-oferta2 ul li a:hover {
        background-color: #000; }

.page-f-oferta3 {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.051); }
  .page-f-oferta3 .single1 {
    text-align: center;
    margin: 15px 0; }
    .page-f-oferta3 .single1 .title {
      font-weight: 500;
      color: #494949;
      margin-top: 10px;
      font-size: 18px; }
    .page-f-oferta3 .single1 .desc {
      margin-bottom: 15px;
      font-size: 16px; }

.page-cennik1 {
  font-size: 17px; }
  .page-cennik1 .container-fluid {
    max-width: 1000px; }
  .page-cennik1 .title h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0; }
  .page-cennik1 .desc h2 strong, .page-cennik1 .desc h2 b {
    font-weight: 400;
    font-size: 23px; }
  .page-cennik1 table {
    background-color: #494949;
    color: #fff; }
    .page-cennik1 table .column-1 {
      width: 50%; }
    .page-cennik1 table .column-2 {
      text-align: center;
      width: 25%; }
    .page-cennik1 table .column-3 {
      text-align: right;
      width: 25%; }
  .page-cennik1 .tablepress td, .page-cennik1 .tablepress th {
    padding: 5px;
    font-size: 14px; }
  .page-cennik1 .tablepress .row-hover tr:hover td {
    background-color: #494949; }

.page-gallery1 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 50px; }
  .page-gallery1 .title {
    text-align: center; }
    .page-gallery1 .title h1 {
      text-align: center;
      font-size: 48px;
      font-weight: bold; }

.front-pr-2 {
  margin: 40px 0; }
  .front-pr-2 .single1 {
    text-align: center; }
    .front-pr-2 .single1 .title1 h5 {
      font-size: 13px;
      font-weight: 600;
      font-style: normal;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #a8a8a8; }
    .front-pr-2 .single1 .title2 h2 {
      font-size: 36px; }
    .front-pr-2 .single1 .sep {
      width: 2px;
      background-color: #b1976b;
      height: 27px;
      margin: 0 auto; }
  .front-pr-2 .single2 {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px; }
    .front-pr-2 .single2 .single2-sz {
      padding: 0 15px; }
    .front-pr-2 .single2 .ico {
      margin-bottom: 30px; }
    .front-pr-2 .single2 .title1 {
      font-size: 18px;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 6px;
      text-transform: uppercase;
      min-height: 51px; }
    .front-pr-2 .single2 .desc1 {
      font-size: 16px; }
    .front-pr-2 .single2 .but-more .btn-primary {
      background-color: transparent;
      border: none;
      box-shadow: none;
      color: #494949;
      text-transform: uppercase;
      font-size: 14px; }
    .front-pr-2 .single2 .but-more .btn-primary:hover {
      color: #3E3E3E; }
    .front-pr-2 .single2 .collapse,
    .front-pr-2 .single2 .collapsing {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #E2E2E2;
      background-color: #fff;
      border-radius: 17px;
      padding: 15px;
      font-size: 12px;
      color: #131A0D;
      text-align: center;
      min-height: 400px; }
      .front-pr-2 .single2 .collapse .close,
      .front-pr-2 .single2 .collapsing .close {
        width: 100%;
        text-align: right; }
        .front-pr-2 .single2 .collapse .close .btn-primary,
        .front-pr-2 .single2 .collapsing .close .btn-primary {
          background-color: transparent;
          border: none;
          box-shadow: none;
          color: #494949;
          text-transform: uppercase;
          font-size: 14px; }
        .front-pr-2 .single2 .collapse .close .btn-primary:hover,
        .front-pr-2 .single2 .collapsing .close .btn-primary:hover {
          color: #3E3E3E; }
          .front-pr-2 .single2 .collapse .close .btn-primary:hover img,
          .front-pr-2 .single2 .collapsing .close .btn-primary:hover img {
            filter: invert(13%) sepia(61%) saturate(0%) hue-rotate(135deg) brightness(95%) contrast(72%); }
      .front-pr-2 .single2 .collapse .title1-active,
      .front-pr-2 .single2 .collapsing .title1-active {
        color: #131A0D;
        font-size: 15px;
        font-weight: 700;
        margin: 10px 0; }
      .front-pr-2 .single2 .collapse .desc,
      .front-pr-2 .single2 .collapsing .desc {
        color: #131A0D;
        font-size: 14px;
        line-height: 22px; }

.front-pr-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: ""; }

.front-pr-3 {
  position: relative;
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .front-pr-3 .container-fluid {
    max-width: 1100px; }
  .front-pr-3 .single1 {
    text-align: center;
    margin-bottom: 30px; }
    .front-pr-3 .single1 .title1 {
      color: #494949;
      text-transform: uppercase; }
      .front-pr-3 .single1 .title1 p {
        font-size: 18px;
        margin: 0; }
    .front-pr-3 .single1 .title2 {
      color: #fff; }
      .front-pr-3 .single1 .title2 h4 {
        font-size: 36px; }
    .front-pr-3 .single1 .sep {
      width: 2px;
      background-color: #b1976b;
      height: 27px;
      margin: 0 auto; }
  .front-pr-3 .single2 {
    color: #fff; }
    .front-pr-3 .single2 .container {
      margin-left: 0;
      margin-right: 0; }
      .front-pr-3 .single2 .container h4 {
        font-size: 15px; }
      .front-pr-3 .single2 .container p {
        font-size: 14px; }
    .front-pr-3 .single2 .timeline {
      position: relative;
      max-width: 1200px;
      margin: 0 auto; }
    .front-pr-3 .single2 .timeline::after {
      content: '';
      position: absolute;
      width: 6px;
      background-color: #494949;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -3px; }
    .front-pr-3 .single2 .container {
      padding: 10px 40px;
      position: relative;
      background-color: inherit;
      width: 50%; }
    .front-pr-3 .single2 .container::after {
      content: '';
      position: absolute;
      width: 25px;
      height: 25px;
      right: -12px;
      background-color: #494949;
      border: 4px solid #494949;
      top: 15px;
      border-radius: 50%;
      z-index: 1; }
    .front-pr-3 .single2 .left {
      left: 0; }
    .front-pr-3 .single2 .right {
      left: 50%; }
    .front-pr-3 .single2 .left::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      right: 30px;
      border: medium solid #494949;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #494949; }
    .front-pr-3 .single2 .right::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      left: 30px;
      border: medium solid #494949;
      border-width: 10px 10px 10px 0;
      border-color: transparent #494949 transparent transparent; }
    .front-pr-3 .single2 .right::after {
      left: -12px; }
    .front-pr-3 .single2 .content {
      padding: 20px 30px;
      background-color: #494949;
      position: relative;
      border-radius: 6px; }
    @media screen and (max-width: 800px) {
      .front-pr-3 .single2 .timeline::after {
        left: 31px; }
      .front-pr-3 .single2 .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px; }
      .front-pr-3 .single2 .container::before {
        left: 60px;
        border: medium solid #494949;
        border-width: 10px 10px 10px 0;
        border-color: transparent #494949 transparent transparent; }
      .front-pr-3 .single2 .left::after, .front-pr-3 .single2 .right::after {
        left: 15px; }
      .front-pr-3 .single2 .right {
        left: 0%; } }

footer {
  border-top: 8px solid #EA8900;
  background-color: #494949;
  padding-top: 45px;
  padding-bottom: 42px;
  background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2280%22%20height%3D%22120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23prefix__clip0_43_320%29%22%20fill%3D%22rgba%280%2C0%2C0%2C0.3%29%22%3E%3Cpath%20d%3D%22M40%200L0%2030v30l40-30V0zm0%2030v30l40%2030V60L40%2030zM40-30V0l40%2030V0L40-30zm0%2090L0%2090v30l40-30V60zm0%2030v30l40%2030v-30L40%2090z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0_43_320%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h80v120H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E);
  opacity: 1;
  background-size: 100%;
  mix-blend-mode: normal; }
  footer .footer-top .container-fluid {
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 1400px; }
  footer .footer-top .title {
    margin-bottom: 23px; }
    footer .footer-top .title h4 {
      font-size: 20px;
      color: #fff;
      margin: 0; }
      footer .footer-top .title h4 a {
        color: #fff; }
    footer .footer-top .title .sep {
      background-color: #EA8900;
      height: 2px;
      width: 103px;
      margin-top: 21px;
      margin-bottom: 14px; }
  footer .footer-top a {
    color: #dddddd;
    text-decoration: none; }
  footer .footer-top a:hover {
    color: #EA8900; }
  footer .footer-top .poj1 .poj-sz {
    max-width: 326px; }
  footer .footer-top .poj1 img {
    width: 186px; }
  footer .footer-top .poj1 .desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.52);
    margin-bottom: 40px; }
  footer .footer-top .poj1 .desc2 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .footer-top .poj1 .desc2 ul li {
      position: relative;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 10px; }
      footer .footer-top .poj1 .desc2 ul li svg {
        margin-right: 18px;
        width: 22px; }
  footer .footer-top .poj2 .desc {
    float: right; }
    footer .footer-top .poj2 .desc ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      float: right;
      padding-bottom: 24px; }
      footer .footer-top .poj2 .desc ul li {
        float: left;
        margin-left: 37px; }
        footer .footer-top .poj2 .desc ul li a {
          color: rgba(255, 255, 255, 0.52);
          font-size: 14px;
          line-height: 22px; }
        footer .footer-top .poj2 .desc ul li a:hover {
          color: #EA8900; }
  footer .footer-top .poj2 .desc2 {
    float: right;
    color: rgba(255, 255, 255, 0.72);
    width: 100%;
    margin-top: 37px; }
    footer .footer-top .poj2 .desc2 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right; }
      footer .footer-top .poj2 .desc2 ul li {
        float: left;
        margin-left: 15px;
        line-height: 24px;
        font-size: 21px; }
        footer .footer-top .poj2 .desc2 ul li a {
          font-size: 26px;
          color: rgba(255, 255, 255, 0.72); }
        footer .footer-top .poj2 .desc2 ul li a:hover {
          opacity: 0.7; }
  footer .footer-top .poj2 .desc3 {
    float: right;
    color: rgba(255, 255, 255, 0.49);
    margin-top: 65px;
    text-align: right; }
    footer .footer-top .poj2 .desc3 a {
      color: rgba(255, 255, 255, 0.49); }
    footer .footer-top .poj2 .desc3 a:hover {
      color: #EA8900; }

.page404 {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }
  .page404 a {
    color: #EA8900;
    text-decoration: none; }
  .page404 a:hover {
    color: #494949;
    text-decoration: none; }

.front-pr-5 .single2 .card-header button {
  white-space: normal; }

.section-small-slider {
  padding-top: 35px;
  border-top: 1px solid #E5E5E5;
  padding-bottom: 25px; }
  .section-small-slider .breadcrumbs {
    color: #494949;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 14px; }
    .section-small-slider .breadcrumbs p {
      margin: 0; }
    .section-small-slider .breadcrumbs a {
      color: #494949;
      font-size: 14px;
      text-decoration: none; }
    .section-small-slider .breadcrumbs a:hover {
      color: #EA8900; }
    .section-small-slider .breadcrumbs .fa-home::before {
      margin-right: 10px; }
    .section-small-slider .breadcrumbs span {
      font-size: 8px;
      color: #EA8900; }
      .section-small-slider .breadcrumbs span span {
        font-size: 14px;
        padding: 0 14px;
        color: #494949; }
      .section-small-slider .breadcrumbs span span:first-child {
        padding-left: 0; }
      .section-small-slider .breadcrumbs span .breadcrumb_last {
        font-weight: 600; }

.page-about1 .single1 .title1 {
  margin-bottom: 13px;
  margin-bottom: 31px; }
  .page-about1 .single1 .title1 h2 {
    font-size: 32px;
    line-height: 49px;
    color: #494949;
    margin-bottom: 0; }
  .page-about1 .single1 .title1 .sep {
    background-color: #EA8900;
    height: 2px;
    width: 103px; }
.page-about1 .single1 .desc1 {
  font-size: 18px;
  line-height: 28px; }
  .page-about1 .single1 .desc1 h2 {
    font-size: 26px;
    line-height: 36px; }
  .page-about1 .single1 .desc1 h3 {
    font-size: 25px;
    line-height: 32px; }
  .page-about1 .single1 .desc1 h4 {
    font-size: 24px;
    line-height: 30px; }
  .page-about1 .single1 .desc1 h5 {
    font-size: 23px;
    line-height: 26px; }
  .page-about1 .single1 .desc1 h3 {
    font-size: 21px;
    line-height: 25px; }
.page-about1 .single1 .photos {
  margin-top: 20px;
  margin-bottom: 40px; }
  .page-about1 .single1 .photos img {
    border: 1px solid #EA8900;
    padding: 10px; }
.page-about1 .single2 {
  margin-top: 60px;
  font-size: 18px;
  line-height: 28px; }
  .page-about1 .single2 h2 {
    font-size: 26px;
    line-height: 36px; }
  .page-about1 .single2 h3 {
    font-size: 25px;
    line-height: 34px; }
  .page-about1 .single2 h4 {
    font-size: 24px;
    line-height: 30px; }
  .page-about1 .single2 h5 {
    font-size: 23px;
    line-height: 26px; }
  .page-about1 .single2 h6 {
    font-size: 21px;
    line-height: 25px; }
.page-about1 .single3 {
  margin-top: 60px; }

.page-about2 {
  position: relative;
  /* Ustaw pozycję, aby ::before działało poprawnie */
  overflow: hidden;
  /* Ukryj wystające elementy */
  margin-bottom: 50px; }
  .page-about2 .container-fluid {
    max-width: 100%; }
  .page-about2 .single1 .single-sz {
    content: '';
    /* Pseudoelement wymaga zawartości */
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    /* Dopasowanie obrazu */
    background-position: center;
    /* Ustawienie obrazu w centrum */
    width: 100%;
    height: 100%;
    min-height: 580px; }
  .page-about2 .single2 {
    background-color: #EA8900;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 30px; }
    .page-about2 .single2 .single-sz {
      max-width: 700px;
      padding: 10%; }
      .page-about2 .single2 .single-sz h3 {
        color: #fff; }
      .page-about2 .single2 .single-sz h4 {
        color: #fff; }

.page-id-12 .page-about2 {
  margin-top: 50px; }

.page-details-product-1 .single2 .single-sz h2 {
  font-size: 26px;
  line-height: 36px; }
.page-details-product-1 .single2 .single-sz h3 {
  font-size: 25px;
  line-height: 32px; }
.page-details-product-1 .single2 .single-sz h4 {
  font-size: 24px;
  line-height: 30px; }
.page-details-product-1 .single2 .single-sz h5 {
  font-size: 23px;
  line-height: 26px; }
.page-details-product-1 .single2 .single-sz h3 {
  font-size: 21px;
  line-height: 25px; }
.page-details-product-1 .single2 .single-sz p {
  font-size: 18px;
  line-height: 28px; }
.page-details-product-1 .single2 .single-sz .title1 h3 {
  font-size: 18px;
  line-height: 28px;
  color: rgba(47, 55, 74, 0.55);
  margin-bottom: 0;
  font-weight: 500; }
.page-details-product-1 .single2 .single-sz .title2 {
  margin-bottom: 20px; }
  .page-details-product-1 .single2 .single-sz .title2 h1 {
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 0; }
.page-details-product-1 .single2 .single-sz .sep {
  background-color: #EA8900;
  height: 2px;
  width: 107px; }
.page-details-product-1 .single2 .single-sz .desc1 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px; }
.page-details-product-1 .single2 .single-sz .desc2 ul {
  list-style: none;
  list-style-image: url("../img/list-style.svg");
  padding-left: 15px; }
  .page-details-product-1 .single2 .single-sz .desc2 ul li {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
    padding-left: 14px; }
.page-details-product-1 .single2 .single-sz .desc2 .desc21 {
  border-right: 1px solid #D6D6D6;
  float: left;
  width: 50%; }
.page-details-product-1 .single2 .single-sz .desc2 .desc22 {
  padding-left: 43px;
  float: left;
  width: 50%; }
.page-details-product-1 .single2 .single-sz .desc-download {
  float: left;
  width: 100%;
  border: 1px solid #EA8900;
  margin-top: 83px; }
  .page-details-product-1 .single2 .single-sz .desc-download .desc-download-sz {
    float: left;
    width: 100%;
    border-top: 1px solid #EA8900;
    border-bottom: 1px solid #EA8900;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 17px 22px; }
  .page-details-product-1 .single2 .single-sz .desc-download .poj1 {
    float: left;
    font-weight: 600; }
    .page-details-product-1 .single2 .single-sz .desc-download .poj1 p {
      margin: 0;
      line-height: 44px; }
  .page-details-product-1 .single2 .single-sz .desc-download .poj2 {
    float: right; }
    .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right; }
      .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li {
        margin-left: 23px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px; }
        .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a {
          background-color: #494949;
          color: #fff;
          width: 164px;
          height: 38px;
          display: block;
          line-height: 36px;
          padding-left: 15px;
          padding-right: 15px;
          text-decoration: none; }
          .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a img {
            margin-right: 12px;
            margin-top: -3px; }
        .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a:hover {
          background-color: #EA8900; }

.page-news1 {
  padding: 40px 0; }
  .page-news1 .single-title {
    text-align: center; }
    .page-news1 .single-title h2 {
      color: #3a3a3a;
      text-transform: uppercase;
      font-weight: 800; }
    .page-news1 .single-title h3 {
      color: #3a3a3a;
      text-transform: uppercase;
      font-weight: 800; }
  .page-news1 .container-fluid {
    max-width: 1200px; }
  .page-news1 .desc {
    line-height: 1.65; }
  .page-news1 .single1 {
    margin-bottom: 20px; }
    .page-news1 .single1 .photos {
      position: relative;
      display: block;
      -webkit-transition: background-color .2s linear, color .2s linear;
      -moz-transition: background-color .2s linear, color .2s linear;
      -o-transition: background-color .2s linear, color .2s linear;
      -ms-transition: background-color .2s linear, color .2s linear;
      transition: background-color .2s linear, color .2s linear; }
      .page-news1 .single1 .photos .photos-hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: background-color .2s linear, color .2s linear;
        -moz-transition: background-color .2s linear, color .2s linear;
        -o-transition: background-color .2s linear, color .2s linear;
        -ms-transition: background-color .2s linear, color .2s linear;
        transition: background-color .2s linear, color .2s linear;
        opacity: 0; }
        .page-news1 .single1 .photos .photos-hover i {
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          width: 50px;
          height: 50px;
          top: 50%;
          transform: translateY(-50%);
          color: #fff;
          margin: 0 auto;
          left: 0;
          right: 0;
          border-radius: 5px;
          text-align: center;
          line-height: 45px; }
    .page-news1 .single1 .photos:hover .photos-hover {
      opacity: 1; }
    .page-news1 .single1 .title {
      display: block;
      margin-bottom: 15px;
      margin-top: 20px;
      text-decoration: none; }
      .page-news1 .single1 .title h4 {
        text-align: center;
        color: #3a3a3a;
        font-weight: 700; }
    .page-news1 .single1 .title:hover h4 {
      color: #494949; }
    .page-news1 .single1 .desc {
      line-height: 28px;
      font-size: 15px;
      margin-top: 25px; }
    .page-news1 .single1 .but-more {
      text-align: center; }
      .page-news1 .single1 .but-more a {
        color: #494949;
        text-decoration: none;
        font-weight: 700; }
      .page-news1 .single1 .but-more a:hover {
        color: #222; }
  .page-news1 .single-but {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }
    .page-news1 .single-but a {
      background-color: #000;
      border-radius: 5px;
      border: none;
      box-shadow: none;
      padding: 10px 15px;
      color: #fff;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none; }
    .page-news1 .single-but a:hover {
      background-color: #494949;
      color: #222; }
  .page-news1 .wp-video {
    margin: 0 auto; }

.p-paginacja .screen-reader-text {
  display: none; }
.p-paginacja .nav-links {
  margin: 0 auto;
  font-size: 18px; }
  .p-paginacja .nav-links a {
    color: #494949; }

@media (max-width: 1500px) {
  .section-offer-1::before {
    border-left: 24px solid #494949; }

  .section-blog-1::before {
    border-left: 24px solid #494949; }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 1440px) {
  .section-offer-1::before {
    border-left: 14px solid #494949; }

  .section-blog-1::before {
    border-left: 14px solid #494949; } }
@media (max-width: 1260px) {
  .section-offer-1::before {
    border-left: 5px solid #494949; }

  .section-blog-1::before {
    border-left: 5px solid #494949; }

  .section-front-about-1 .single2 .single-sz {
    padding-left: 30px;
    padding-top: 14px; }
    .section-front-about-1 .single2 .single-sz .desc1 {
      margin-top: 28px; }

  footer {
    padding-top: 22px;
    padding-bottom: 0; }
    footer .footer-top .poj1 .desc {
      margin-bottom: 22px; }
    footer .footer-top .poj2 {
      margin-top: 7px; }
      footer .footer-top .poj2 .desc ul {
        padding-bottom: 10px; }
        footer .footer-top .poj2 .desc ul li {
          margin-left: 0;
          margin-right: 27px;
          margin-bottom: 23px; }
      footer .footer-top .poj2 .desc3 {
        margin-top: 23px;
        line-height: 41px; } }
@media (max-width: 1160px) {
  .section-front-about-1 .single2 .single-sz {
    padding-left: 5px;
    padding-top: 4px; }
    .section-front-about-1 .single2 .single-sz .desc1 {
      margin-top: 17px; }
    .section-front-about-1 .single2 .single-sz .but-more {
      margin-top: 16px; }

  .top-nav2 .navbar .navbar-nav li {
    margin: 0 14px; }

  .top-nav2 .navbar-nav21 {
    margin-left: 2px; }

  .top-nav2 .single1 .logo img {
    max-width: 175px; }

  .top-nav2 .navbar .navbar-nav li {
    margin: 0 8px; }

  .top-nav2 .navbar .navbar-nav .nav-link {
    font-size: 12px; } }
@media (max-width: 1060px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  .top-nav2 .single2 .navbar .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem; }

  .top-nav2 .navbar .navbar-nav li {
    margin: 0 12px; }

  .top-nav2 .navbar-nav21 {
    margin-left: 2px; }

  .section-offer-1,
  .page-offer-1,
  .page-offer-cat-1,
  .section-blog-1 {
    margin-top: 34px; }
    .section-offer-1 .single1,
    .page-offer-1 .single1,
    .page-offer-cat-1 .single1,
    .section-blog-1 .single1 {
      padding-top: 15px;
      padding-bottom: 0; }
      .section-offer-1 .single1 .title1,
      .page-offer-1 .single1 .title1,
      .page-offer-cat-1 .single1 .title1,
      .section-blog-1 .single1 .title1 {
        margin-bottom: 29px; }
    .section-offer-1 .single2 .single-sz .desc,
    .page-offer-1 .single2 .single-sz .desc,
    .page-offer-cat-1 .single2 .single-sz .desc,
    .section-blog-1 .single2 .single-sz .desc {
      padding: 5px 15px; }
      .section-offer-1 .single2 .single-sz .desc .title h2,
      .page-offer-1 .single2 .single-sz .desc .title h2,
      .page-offer-cat-1 .single2 .single-sz .desc .title h2,
      .section-blog-1 .single2 .single-sz .desc .title h2 {
        font-size: 12px; }
        .section-offer-1 .single2 .single-sz .desc .title h2 strong,
        .page-offer-1 .single2 .single-sz .desc .title h2 strong,
        .page-offer-cat-1 .single2 .single-sz .desc .title h2 strong,
        .section-blog-1 .single2 .single-sz .desc .title h2 strong {
          font-size: 18px;
          line-height: 25px; }
      .section-offer-1 .single2 .single-sz .desc .sep,
      .page-offer-1 .single2 .single-sz .desc .sep,
      .page-offer-cat-1 .single2 .single-sz .desc .sep,
      .section-blog-1 .single2 .single-sz .desc .sep {
        margin-top: 9px;
        width: 32px; }

  .section-blog-1 {
    margin-top: 0; }
    .section-blog-1 .single2 .single-sz .desc {
      padding: 12px; }

  .p-pagination {
    margin-top: 30px; } }
@media (max-width: 992px) {
  .section-slider .carousel-caption .carousel-caption-sz {
    max-width: 880px; }
    .section-slider .carousel-caption .carousel-caption-sz .title1 h1 {
      font-size: 47px; }
    .section-slider .carousel-caption .carousel-caption-sz .title2 p {
      display: none; }
    .section-slider .carousel-caption .carousel-caption-sz .but-more a {
      width: 165px; }

  .section-pref-1::before {
    display: none; }

  #readmore {
    padding-top: 0;
    margin-top: 0; }

  .section-pref-1 .single1 .single-sz {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 26px; }
  .section-pref-1 .single1 .title1 {
    text-align: center; }
    .section-pref-1 .single1 .title1 h2 {
      font-size: 28px; }
    .section-pref-1 .single1 .title1 .sep {
      margin: 14px auto; }
  .section-pref-1 .single2 {
    font-size: 15px;
    line-height: 26px;
    background-image: url("https://betonix.srv69814.seohost.com.pl/wp-content/uploads/2024/11/back1-1.jpg");
    background-size: contain; }
    .section-pref-1 .single2 .single-sz .single-c {
      font-size: 15px;
      line-height: 26px;
      max-width: 100%;
      padding: 30px 15px; }

  .but-more {
    margin-bottom: 15px; }
    .but-more a {
      font-size: 14px;
      margin: 0 auto; }

  .section-pref-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px; }
    .section-pref-4 .single1 {
      min-height: 350px; }
    .section-pref-4 .single2 .single-sz {
      padding: 30px 5px; }
      .section-pref-4 .single2 .single-sz h3 {
        font-size: 28px; }
      .section-pref-4 .single2 .single-sz .desc1 {
        font-size: 15px; }
      .section-pref-4 .single2 .single-sz .but-more1 a {
        font-size: 14px;
        margin: 0 auto; }

  .page-about2 {
    margin-bottom: 0; }
    .page-about2 .single1 {
      padding-left: 0;
      padding-right: 0; }
      .page-about2 .single1 .single-sz {
        min-height: 400px;
        position: relative; }
    .page-about2 .single2 {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 15px;
      line-height: 26px; }
      .page-about2 .single2 .single-sz {
        max-width: 100%;
        padding: 15px 0; }

  #colmenu .single1 .single11 ul li {
    padding-top: 6px;
    padding-bottom: 6px; }

  .page-template-prefabrykacja-betonu .section-pref-1 {
    margin-top: 15px; }

  .page-offer-ap1 .single5a {
    font-size: 15px;
    line-height: 26px; }
    .page-offer-ap1 .single5a .title1 h1 {
      font-size: 28px;
      line-height: 34px;
      color: #494949;
      margin: 0; }
  .page-offer-ap1 .single2a .single-sz {
    padding: 0;
    padding-top: 15px; }
  .page-offer-ap1 .single2a .desc .kontakt-form-poj-sub .wpcf7-form-control {
    padding: 10px 30px; }

  .page-contact1 {
    margin-top: 0; }
    .page-contact1 .single1 .single-n-1 {
      margin-top: 20px; }
    .page-contact1 .single1 .single-sz {
      margin-top: 4px;
      margin-bottom: 4px; }
    .page-contact1 .single1 ul li {
      margin-bottom: 0; }
    .page-contact1 .single1 .single-n-2 {
      margin-top: 0;
      margin-bottom: 0; }
    .page-contact1 .single2 .desc .kontakt-form-poj-sub {
      text-align: center; }

  .page-offer-ap1 .single5a .title1 {
    margin-bottom: 20px; }
  .page-offer-ap1 .single2 .desc .kontakt-form-poj-sub {
    text-align: center; }

  .page-about1 .single1 .title1 {
    margin-bottom: 15px; }

  .page-offer-ap2 .single-c {
    display: block; }
    .page-offer-ap2 .single-c .single1 {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .page-offer-ap2 .single-c .single2 {
      display: block;
      flex-direction: column;
      width: 100%;
      position: relative; }

  .top-nav2 {
    position: relative; }
    .top-nav2 .navbar {
      padding: 0; }

  .section-small-slider {
    padding-top: 15px;
    padding-bottom: 15px; }
    .section-small-slider .breadcrumbs {
      padding-top: 0; }

  .front-pr-6 .single1 {
    margin-bottom: 20px; }
    .front-pr-6 .single1 .title2 h4 {
      font-size: 30px; }

  .top-nav1 .single1 ul li a {
    padding: 10px 3px; }

  .section-front-about-1 {
    margin-top: 45px;
    margin-bottom: 35px; }
    .section-front-about-1 .single2 {
      margin-top: 20px; }

  footer {
    padding-top: 22px;
    padding-bottom: 0; }
    footer .footer-top .poj1 .desc {
      margin-bottom: 22px; }
    footer .footer-top .poj1 .poj-sz {
      max-width: 100%; }
    footer .footer-top .poj2 {
      margin-top: 7px; }
      footer .footer-top .poj2 .desc ul {
        padding-bottom: 10px; }
        footer .footer-top .poj2 .desc ul li {
          margin-left: 0;
          margin-right: 27px;
          margin-bottom: 23px; }
      footer .footer-top .poj2 .desc2 ul {
        float: left; }
        footer .footer-top .poj2 .desc2 ul li:first-child {
          margin-left: 0; }
      footer .footer-top .poj2 .desc3 {
        margin-top: 23px;
        line-height: 41px; }

  .section-offer-1,
  .page-offer-1,
  .section-blog-1 {
    margin-top: 0;
    margin-bottom: 0; }
    .section-offer-1 .single1,
    .page-offer-1 .single1,
    .section-blog-1 .single1 {
      padding-top: 13px; }
      .section-offer-1 .single1 .title1,
      .page-offer-1 .single1 .title1,
      .section-blog-1 .single1 .title1 {
        text-align: center; }
        .section-offer-1 .single1 .title1 h2,
        .page-offer-1 .single1 .title1 h2,
        .section-blog-1 .single1 .title1 h2 {
          font-size: 26px;
          line-height: 36px;
          text-align: center; }
        .section-offer-1 .single1 .title1 .sep,
        .page-offer-1 .single1 .title1 .sep,
        .section-blog-1 .single1 .title1 .sep {
          margin: 0 auto; }

  .page-offer-cat-1 .single1 .title1 {
    margin-bottom: 24px; }
    .page-offer-cat-1 .single1 .title1 h1 {
      font-size: 30px;
      line-height: 47px; }

  .page-about1 .single1 .title1 h1 {
    font-size: 30px;
    line-height: 47px; }
  .page-about1 .single1 .photos {
    margin-bottom: 25px; }
  .page-about1 .single2 {
    margin-top: 20px; }
  .page-about1 .signle3 {
    margin-top: 20px; }

  .page-contact1 .single1 .title1 h1 {
    font-size: 28px;
    line-height: 47px; }
  .page-contact1 .single1 .title1 .sep {
    margin-top: 8px; }
  .page-contact1 .single1 .title2 {
    margin-top: 20px; }
    .page-contact1 .single1 .title2 p {
      margin-bottom: 0; }
  .page-contact1 .single1 .desc1 {
    font-size: 16px;
    line-height: 26px;
    color: #494949; }
  .page-contact1 .single1 ul li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 14px; }
  .page-contact1 .single1 .single2-sz {
    margin-top: 12px; }
    .page-contact1 .single1 .single2-sz p {
      margin-bottom: 5px; }
    .page-contact1 .single1 .single2-sz ul li {
      margin-right: 4px; }
  .page-contact1 .single2 .single-sz {
    padding: 0; }
  .page-contact1 .single2 .title1 h4 {
    font-size: 28px;
    line-height: 47px; }
  .page-contact1 .single2 .title1 .sep {
    margin-top: 8px; }
  .page-contact1 .single2 .desc .kontakt-form-poj p {
    margin-bottom: 5px; }

  .page-details-product-1 .single1 {
    margin-top: 3px; }
  .page-details-product-1 .single2 {
    margin-top: 20px; }
    .page-details-product-1 .single2 .single-sz p {
      margin-bottom: 7px;
      font-size: 16px;
      line-height: 26px; }
    .page-details-product-1 .single2 .single-sz .title2 {
      margin-bottom: 10px; }
      .page-details-product-1 .single2 .single-sz .title2 h1 {
        font-size: 30px;
        line-height: 47px; }
    .page-details-product-1 .single2 .single-sz .desc1 {
      margin-top: 17px;
      font-size: 15px;
      line-height: 20px; }
      .page-details-product-1 .single2 .single-sz .desc1 p {
        font-size: 15px;
        line-height: 25px; }
    .page-details-product-1 .single2 .single-sz .desc2 ul li {
      margin-bottom: 4px;
      line-height: 21px;
      font-size: 15px; }
    .page-details-product-1 .single2 .single-sz .desc2 .desc21 {
      width: 100%;
      border-right: 0; }
    .page-details-product-1 .single2 .single-sz .desc2 .desc22 {
      width: 100%;
      padding-left: 0; }
    .page-details-product-1 .single2 .single-sz .desc-download {
      margin-top: 15px; }
      .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul {
        float: left; }
        .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li {
          margin-right: 7px;
          margin-left: 0; }
          .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a {
            padding-left: 8px;
            padding-right: 8px; }

  .section-pref-1 .single1 .single-sz,
  .section-pref-1a .single1 .single-sz,
  .section-pref-1c .single1 .single-sz {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 16px; }
  .section-pref-1 .single1 .title1 h3,
  .section-pref-1a .single1 .title1 h3,
  .section-pref-1c .single1 .title1 h3 {
    font-size: 16px; }
  .section-pref-1 .single1 .title2 h2,
  .section-pref-1a .single1 .title2 h2,
  .section-pref-1c .single1 .title2 h2 {
    font-size: 28px; }

  .page-offer-ap3 {
    margin-top: 0; }

  .page-offer-ap4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px; }
    .page-offer-ap4 .steps-container {
      display: block; }
      .page-offer-ap4 .steps-container .step {
        max-width: 100%;
        width: 100%; }
      .page-offer-ap4 .steps-container .arrow {
        margin: 36px auto;
        transform: rotate(90deg);
        /* Obrót o 90 stopni */ }

  .page-offer-ap4 .single1 p {
    font-size: 28px; }

  .page-offer-ap1 .single4a {
    margin-top: 20px; }
    .page-offer-ap1 .single4a .title1 h1 {
      font-size: 28px; }
  .page-offer-ap1 .single2a {
    border: none;
    background-color: #F8F8F8; }
    .page-offer-ap1 .single2a .single-sz {
      padding: 0; } }
@media (max-width: 769px) {
  .section-pref-1::before,
  .section-pref-1a::before,
  .section-pref-1c::before {
    display: none; }

  .nav.navbar-nav {
    text-align: center; }

  .front-pr-1 .single1 .single-sz {
    position: relative;
    top: 0;
    transform: translateY(0); }

  .front-prs4 .single1 .single-sz {
    left: 3%;
    right: 3%;
    position: relative;
    width: 94%;
    top: 0%;
    transform: translateY(0%); }

  .front-sidebar-1 .single .single-sz {
    padding: 15px; }
    .front-sidebar-1 .single .single-sz .title1 {
      margin-bottom: 7px; }
      .front-sidebar-1 .single .single-sz .title1 p {
        font-size: 26px;
        margin-bottom: 0; }
    .front-sidebar-1 .single .single-sz .title2 {
      margin-bottom: 7px; }
      .front-sidebar-1 .single .single-sz .title2 h4 {
        font-size: 29px; }

  .front-bul-of-2 {
    margin: 20px 0; }

  .front-bul-of-1 {
    padding: 30px 0; }
    .front-bul-of-1 .single1 .title1 h2 {
      font-size: 27px;
      line-height: 39px; }

  .section-offer-1 .single3 .d-flex.align-items-center {
    text-align: center !important;
    display: block !important; }
  .section-offer-1 .single3 .mr-3 {
    margin-right: 0 !important; }
  .section-offer-1 .single3 p {
    text-align: center !important; }

  .section-offer-2 .single-sz {
    min-height: 430px;
    background-position: bottom;
    border: 1px solid #E0E0E0; }
    .section-offer-2 .single-sz .title2 h3 {
      font-size: 30px;
      line-height: 47px; }

  .section-front-about-1 .single2 .single-sz .title1 h3 {
    font-size: 30px;
    line-height: 47px; }

  .section-log-1 .single1 .title1 h4 {
    font-size: 30px;
    line-height: 47px; }

  .section-inst-1::before {
    width: 100%; }

  .section-inst-1 .single1 {
    padding-top: 27px;
    padding-bottom: 68px; }
  .section-inst-1 .single2 {
    margin-bottom: 20px; }
    .section-inst-1 .single2 .single-sz {
      float: left;
      padding-top: 26px; }
    .section-inst-1 .single2 a {
      margin: 0 auto; }

  footer {
    padding-top: 22px;
    padding-bottom: 0; }
    footer .footer-top .poj1 .desc {
      margin-bottom: 22px; }
    footer .footer-top .poj2 {
      margin-top: 7px; }
      footer .footer-top .poj2 .desc ul {
        padding-bottom: 10px; }
        footer .footer-top .poj2 .desc ul li {
          margin-left: 0;
          margin-right: 17px;
          margin-bottom: 13px; }
      footer .footer-top .poj2 .desc2 {
        margin-top: 21px; }
        footer .footer-top .poj2 .desc2 ul {
          float: left; }
          footer .footer-top .poj2 .desc2 ul li:first-child {
            margin-left: 0; }
      footer .footer-top .poj2 .desc3 {
        margin-top: 23px;
        line-height: 25px;
        text-align: center; }

  .p-pagination {
    margin-top: 2px; }
    .p-pagination .page-numbers {
      width: 39px;
      height: 39px;
      font-size: 16px;
      line-height: 21px; }

  .page-offer-cat-1 {
    margin-bottom: 15px; } }
@media (max-width: 680px) {
  .top-nav1 .single1 li:nth-child(3) {
    display: none; }
  .top-nav1 .single1 li:nth-child(4) {
    display: none; }

  .front-pr-1 .row {
    margin-top: -14px; }

  .page-blog1 .single1 .poj1 .poj-sz .desc {
    position: absolute;
    left: 0;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
    width: 100%;
    top: auto;
    padding: 10px; }
    .page-blog1 .single1 .poj1 .poj-sz .desc .title-single {
      margin-bottom: 0; }
      .page-blog1 .single1 .poj1 .poj-sz .desc .title-single h3 {
        margin-bottom: 0;
        font-size: 21px; }
    .page-blog1 .single1 .poj1 .poj-sz .desc .text {
      display: none; }
  .page-blog1 .single1 .poj2 .poj-sz .desc .title-single {
    margin-bottom: 0; }
  .page-blog1 .single1 .poj3 .poj-sz .desc .title-single {
    margin-bottom: 0; }

  .front-prs4 .single1 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
  .front-prs4 .single2 {
    padding-bottom: 30px; }
    .front-prs4 .single2 .single-sz {
      text-align: center; }
      .front-prs4 .single2 .single-sz img {
        max-width: 250px; }

  .page-offer1 {
    padding: 30px 0; }

  footer .footer-top .container-fluid {
    padding-top: 0; }
  footer .title {
    margin-top: 12px; }

  .page-about1 {
    font-size: 15px; }
    .page-about1 .single1 .photos img {
      padding: 3px; }

  .page-contact1 .single1 .single-sz {
    padding-left: 15px;
    padding-right: 15px; }

  .top-nav1 .single1 ul .li-s-mail {
    display: none; }

  .section-offer-1::before {
    border-left: 4px solid #494949;
    width: 100%; }

  .section-blog-1::before {
    border-left: 4px solid #494949;
    width: 100%; }

  .p-pagination .nav-links {
    margin-bottom: 15px; }
  .p-pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 15px;
    line-height: 16px; }

  .page-about1 .single1 .desc1 {
    font-size: 16px;
    line-height: 27px; }
    .page-about1 .single1 .desc1 h2 {
      font-size: 23px;
      line-height: 31px; }
    .page-about1 .single1 .desc1 h2 {
      font-size: 22px;
      line-height: 30px; }
    .page-about1 .single1 .desc1 h3 {
      font-size: 21px;
      line-height: 29px; }
    .page-about1 .single1 .desc1 h4 {
      font-size: 20px;
      line-height: 28px; }
    .page-about1 .single1 .desc1 h5 {
      font-size: 19px;
      line-height: 27px; }
    .page-about1 .single1 .desc1 h3 {
      font-size: 18px;
      line-height: 26px; } }
@media (max-width: 460px) {
  .section-small-slider .breadcrumbs span span {
    padding: 0 5px; }

  .front-pr-1 .row {
    margin-top: -5px;
    margin-left: 0%;
    margin-right: 0%; }
  .front-pr-1 .single1 .single-sz {
    padding: 10px; }
    .front-pr-1 .single1 .single-sz .title1 {
      margin-bottom: 15px; }
      .front-pr-1 .single1 .single-sz .title1 h3 {
        font-size: 30px; }
  .front-pr-1 .single2 {
    height: 200px; }

  .front-pr-2 .single1 .title1 h5 {
    margin-bottom: 5px; }
  .front-pr-2 .single1 .title2 h2 {
    font-size: 30px; }
  .front-pr-2 .single2 {
    margin-bottom: 20px; }
    .front-pr-2 .single2 .title1 {
      min-height: auto; }
    .front-pr-2 .single2 .desc1 p {
      margin-bottom: 5px; }

  .front-pr-3 .single1 .title2 h4 {
    font-size: 30px; }
  .front-pr-3 .single2 .content {
    padding: 10px; }
  .front-pr-3 .single2 .container {
    padding-right: 10px; }

  .front-pr-4 {
    padding: 20px 0; }

  .front-pr-5 {
    padding: 20px 0; }
    .front-pr-5 .single1 .title2 h2 {
      font-size: 30px; }
    .front-pr-5 .single2 .card-header button {
      white-space: normal; }

  .front-pr-6 .single1 {
    margin-bottom: 20px; }
    .front-pr-6 .single1 .title2 h4 {
      font-size: 30px; }
  .front-pr-6 .single2 .desc {
    font-size: 16px; }
  .front-pr-6 .single4 {
    margin-top: 20px; }
    .front-pr-6 .single4 .poj-submit input {
      padding: 5px 25px; }

  .page-offer1 .single2 .poj-sz .title h2 {
    font-size: 15px; }

  .top-nav1 .single2 a {
    min-width: 80px;
    padding: 13px 8px; } }

/*# sourceMappingURL=main.css.map */
