@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,400i,600,700&amp;subset=latin-ext");
@import url("https://use.fontawesome.com/releases/v5.4.2/css/all.css");
body {
  font-family: 'Titillium Web', sans-serif; }

@media (max-width: 767px) {
	header a {
			font-size: 13px !important;
		}
    .banners-main-mini-1,
    .banners-main-mini-2 {
      padding-inline: 1.5rem;
    }
    .banners-main-mini-wrapper img {
      width: 100%;
    }
.contact-row-new1 {
	grid-template-columns: 1fr 1fr !important;
    justify-items: center !important;
}
.contact-row-new2 {
	grid-template-columns: 1fr !important;
    justify-items: center !important;
}
.contact-row-new1-data-wrapper-ppl h3 {
  font-size: 15px!important;
}
}

.menu {
    list-style: none;
    padding: 0;
}

.menu-item {
    position: relative;
    display: inline-block;
}

.menu-item a {
    display: block;
    padding: 0 10px;
	color: #FFF;
    font-family: Titillium Web;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.menu-item li {
	padding-bottom: 1rem;
}
.submenu {
    position: absolute;
    display: none;
    list-style: none;
    padding: 0;
    left: 0;
}

.dropdown:hover .submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
	background-color: #104b86;
    width: 472px;
    padding: 70px 10px 100px 10px;
	z-index: 2;
}
.menu-wrapper {
display: flex;
    justify-content: flex-end;
}
a:hover {
  text-decoration: none; }

header {
  background: #F7F6F6;
  color: #fff;
  font-size: 25px;
  font-weight: 600; }
  @media (max-width: 991px) {
    header {
      font-size: 16px; } }
  @media (max-width: 767px) {
	.menu-wrapper {
		justify-content: center;
	}
	.check-product-wrapper {
	margin-block: 2rem;
}
	.menu {
		    margin-bottom: 0;
    padding: 2rem;
	}
    header {
       } }
  header .container {
    position: relative; }
    header .container::before {
      content: '';
      background-color: #0a559f;
      position: absolute;
      width: 50%;
      left: -50%;
      top: 0;
      height: 100%; }
      @media (max-width: 767px) {
        header .container::before {
          display: none; }
		
		  }
  header .logo {
    background-color: #0a559f;
	padding: 2rem;
	}

    header .logo .mail-sm {
      display: none; }
    @media (max-width: 767px) {
      header .logo img {
        width: 100px; }
		header a {
			font-size: 13px;
		}
      header .logo .mail-sm {
        display: inline-block;
		padding-top: 2rem;
        float: right; } }
  header .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    header .contact .mail-md {
      display: inline; }
    @media (max-width: 767px) {
      header .contact {
        text-align: center;
		display: none;}
        header .contact .mail-md {
          display: none; } }
  header a {
    color: #0A559F;
font-family: Titillium Web;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 111.111% */ }
    header a:hover {
      color: #0A559F; }
  header svg {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px; }
    @media (max-width: 991px) {
      header svg {
        width: 20px;
        margin-right: 5px; } }
    header svg:not(:first-child) {
      margin-left: 70px; }
      @media (max-width: 1199px) {
        header svg:not(:first-child) {
          margin-left: 20px; } }
    
  header .hide-number {
    position: relative;
    display: inline-block;
    line-height: 25px; }
    header .hide-number .show-button {
      position: absolute;
      width: 100%;
      height: 100%;
      color: #104b86;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #fedb32;
      left: 0;
      top: 0;
      text-align: center;
      border-radius: 4px;
      cursor: pointer;
      display: inline-block; }
.vertical-stack {
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

#header {
      max-width: 1140px;
    margin: 0 auto;
    background: #0A559F;
    display: grid;
    grid-template-columns: 40% 30% 1fr;
    align-items: center;
	padding-block: 20px;
    }

    #logo {
      float: left;
	  display: flex;
    justify-content: flex-start;
    }
	
	#logo p {
		margin-bottom: 0 !important;
    border-left: 1px solid white;
    margin-left: 10px;
    padding-left: 10px;
    /* margin-top: 6px; */
    color: white;
    color: #FFF;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.523%;
	}
	
    
.main-desc .left img {
  max-width: 100%;
  margin-top: 50px; }
.main-desc .main-desc-content {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .main-desc .main-desc-content {
      padding-top: 15px; } }
  .main-desc .main-desc-content .yellow-tag {
    color: #104b86;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fedb32;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    padding: 0 10px; }
    .main-desc .main-desc-content .yellow-tag svg {
      height: 10px;
      margin-right: 5px;
      fill: #104b86; }
  .main-desc .main-desc-content h1 {
    font-size: 48px;
    color: #104b86;
    font-weight: 700;
    margin-bottom: 27px; }
  .main-desc .main-desc-content p {
    font-size: 20px;
    margin-bottom: 45px; }
  .main-desc .main-desc-content .icons {
    margin-bottom: 45px; }
    .main-desc .main-desc-content .icons .icon {
      float: left;
      width: 30%;
      line-height: 42px; }
      .main-desc .main-desc-content .icons .icon img {
        width: 40px;
        max-width: 90%;
        vertical-align: middle; }
    .main-desc .main-desc-content .icons .text {
      font-size: 16px;
      font-weight: 600;
      float: left;
      width: 70%; }
    @media (max-width: 991px) and (min-width: 768px) {
      .main-desc .main-desc-content .icons .icon {
        width: 55px;
        line-height: normal;
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .main-desc .main-desc-content .icons .icon {
        width: 55px;
        line-height: normal;
        margin-bottom: 30px; } }
  .main-desc .main-desc-content .price-box {
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .main-desc .main-desc-content .price-box a {
      color: #104b86;
      text-decoration: underline; }
    .main-desc .main-desc-content .price-box svg {
      width: 24px; }
      .main-desc .main-desc-content .price-box svg path {
        fill: #104b86; }
    .main-desc .main-desc-content .price-box .bottom {
      text-align: left;
      padding-left: 40px; }
      @media (max-width: 1199px) {
        .main-desc .main-desc-content .price-box .bottom {
          padding-left: 30px; } }
    .main-desc .main-desc-content .price-box .to-shop {
      font-size: 17px; }
    .main-desc .main-desc-content .price-box .to-info {
      position: absolute;
      right: 0;
      bottom: 0;
      color: #fedb32;
      background-color: #104b86;
      padding: 0 40px;
      border-top-left-radius: 4px;
      font-size: 25px;
      text-decoration: none; }
      @media (max-width: 1199px) {
        .main-desc .main-desc-content .price-box .to-info {
          font-size: 17px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .main-desc .main-desc-content .price-box .to-info {
          font-size: 17px;
          position: static;
          display: block;
          font-size: 20px; } }
      @media (max-width: 575px) {
        .main-desc .main-desc-content .price-box .to-info {
          font-size: 17px;
          position: static;
          display: block;
          font-size: 20px; } }
      .main-desc .main-desc-content .price-box .to-info svg {
        width: 15px;
        height: 15px;
        margin-left: 15px; }
        .main-desc .main-desc-content .price-box .to-info svg path {
          fill: #fedb32; }

.silikat {
  background-color: #ececec;
  padding-top: 100px;
  padding-bottom: 100px; }
  .silikat img {
    max-width: 100%; }
  .silikat h2 {
    font-size: 47px;
    margin-top: 50px;
    margin-bottom: 40px;
    font-weight: 700; }
  .silikat p {
    font-size: 20px; }
  .silikat .icons {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #104b86; }
    .silikat .icons .icon {
      width: 73px;
      height: 73px;
      line-height: 65px;
      background-color: #104b86;
      border-radius: 50%;
      text-align: center;
      float: left;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .silikat .icons .icon {
          margin-bottom: 20px; } }
      .silikat .icons .icon svg {
        width: 37px;
        height: 37px;
        vertical-align: middle; }
        .silikat .icons .icon svg path {
          fill: #fedb32; }
    .silikat .icons span {
      padding-top: 8px;
      display: inline-block;
      width: calc(100% - 100px); }

.pros {
  background: url(../images/gray-bg_02.jpg) no-repeat;
  background-position-x: center;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .pros h2 {
    font-size: 48px;
    font-weight: 200;
    margin-bottom: 45px; }
  @media (max-width: 767px) {
    .pros .pros-item:not(:last-child) {
      border-bottom: 1px solid #a9a9a9; } }
  .pros .pros-item .icon {
    margin-top: 20px;
    margin-bottom: 20px; }
    .pros .pros-item .icon svg {
      height: 50px; }
  .pros .pros-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  .pros .pros-item p {
    margin-bottom: 55px; }
  .pros .pros-item.b-bottom {
    border-bottom: 1px solid #a9a9a9; }
  @media (min-width: 768px) {
    .pros .pros-item.b-right {
      border-right: 1px solid #a9a9a9; } }

.products {
  background-color: #104b86;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .products h2 {
    color: #FFF;
    text-align: center;
    font-family: Titillium Web;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6rem;
	margin-bottom: 3.12rem;	}
  .products .product-item {
    margin-bottom: 15px; }
    .products .product-item .image {
      background-color: #fff;
      height: 170px;
      line-height: 170px;
	  position: relative;
      brder-bottom: 1px solid #a9a9a9; }
      .products .product-item .image img {
        max-width: 100%;
		max-height: 160px;}
    .products .product-item .name {
      font-size: 14px;
      padding: 10px 10px;
      background-color: #ececec; }
      .products .product-item .name span {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px; }
    .products .product-item .button {
      font-size: 18px;
      color: #104b86;
      background-color: #fedb32;
      display: block;
      height: 43px;
      line-height: 43px;
      font-weight: 700; }
      .products .product-item .button svg {
        width: 24px;
        margin-right: 14px;
        vertical-align: middle; }
        .products .product-item .button svg path {
          fill: #104b86; }

.distributor {
  background-color: white; }
  .distributor .image {
    position: relative;
	margin-top: 5%;
    /*        &:after {
                content: '';
                border-radius: 50%;
                border: 3px solid $yellow;
                width: 485px;
                height: 485px;
                display: block;
                position: absolute;
                z-index: 10;
                top: 0;
                right: 15px;
                @media (max-width: $screen-xs-max) {
                    width: 450px;
                    height: 450px;
                }
            }*/ }
    .distributor .image img {
      position: relative;
      max-width: 100%; }
  .distributor .content {
    padding-top: 100px;
    padding-bottom: 100px; }
    .distributor .content h2 {
      color: #FFF;
    font-family: Titillium Web;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6625rem;
    margin-bottom: 2rem;
}
    .distributor .content p {
      font-size: 20px;
      margin-bottom: 20px; }
      .distributor .content p.smaller {
        color: #FFF;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.46875rem;
} 
      .distributor .content p:last-of-type {
        margin-bottom: 50px; }
    .distributor .content .footer-icon {
      font-weight: 600;
      margin-bottom: 45px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .distributor .content .footer-icon:nth-child(2) {
        border-left: 1px solid #a9a9a9;
        border-right: 1px solid #a9a9a9; }
      .distributor .content .footer-icon svg {
        width: 38px;
        margin-right: 15px;
        display: inline-block;
        float: left; }
      .distributor .content .footer-icon span {
        line-height: 20px;
        display: inline-block;
        display: block;
        width: 50%;
        float: left; }
    .distributor .content .button {
      font-size: 25px;
      font-weight: 700;
      text-align: center;
      color: #fedb32;
      height: 59px;
      line-height: 59px;
      display: inline-block;
      padding: 0 50px;
      background-color: #104b86; }
      .distributor .content .button svg {
        width: 32px;
        margin-right: 15px; }
        .distributor .content .button svg path {
          fill: #fedb32; }

footer {
  background-color: #0a53a0;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 14px;
  color: #fff; }
  footer .name {
    font-size: 16px; }
  footer .header {
    font-size: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      footer .header {
        margin-top: 30px; } }
  footer i {
    margin-right: 5px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff;
      text-decoration: underline; }
  footer .social {
    font-size: 25px; }
    footer .social i {
      margin-right: 15px; }
    footer .social a:hover {
      text-decoration: none; }

.form {
  padding-top: 100px;
  padding-bottom: 50px; }
  .form h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
  .form .subheader {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px; }
  .form form {
    padding-top: 20px; }
    .form form input.form-control, .form form select.form-control, .form form textarea.form-control {
      border-radius: 0;
      padding-top: 0;
      padding-bottom: 0;
      height: 56px;
      line-height: 56px;
      font-weight: 600;
      margin-bottom: 15px; }
    .form form textarea.form-control {
      height: 200px;
      line-height: initial;
      padding-top: 16px; }
  .form .meters {
    position: absolute;
    top: 15px;
    right: -15px;
    font-weight: 600; }
  .form input[type=checkbox] {
    display: none; }
    .form input[type=checkbox]:checked + label::after {
      content: '\f00c';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: block;
      position: absolute;
      left: 2px;
      top: 1px;
      color: #353535;
      font-size: 10px; }
    .form input[type=checkbox] + label {
      color: #c8c8c8;
      font-size: 11px;
      position: relative;
      cursor: pointer;
      padding-left: 20px; }
      .form input[type=checkbox] + label::before {
        content: '';
        width: 13px;
        height: 13px;
        border: 2px solid #c8c8c8;
        display: block;
        position: absolute;
        left: 0px;
        top: 2px; }
  .form input[type=radio] {
    display: none; }
    .form input[type=radio]:checked + label::after {
      content: '';
      display: block;
      position: absolute;
      left: 3px;
      top: 5px;
      background-color: #353535;
      width: 7px;
      height: 7px;
      border-radius: 50%; }
    .form input[type=radio] + label {
      color: #353535;
      font-size: 11px;
      position: relative;
      cursor: pointer;
      padding-left: 20px;
      font-weight: 600; }
      .form input[type=radio] + label::before {
        content: '';
        width: 13px;
        height: 13px;
        border: 2px solid #ced4da;
        display: block;
        position: absolute;
        left: 0px;
        top: 2px;
        border-radius: 50%; }
  .form input[type=submit].button {
    border: none;
    background-color: #104b86;
    color: #fedb32;
    font-size: 24px;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-top: 10px; }
  .form .form-desc {
    font-weight: 600; }
    .form .form-desc .image {
      width: 100px;
      height: 100px;
      margin-bottom: 25px;
      border-radius: 50%; }
      .form .form-desc .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .form .form-desc .name {
      font-size: 24px; }
    .form .form-desc .role {
      font-size: 14px;
      margin-bottom: 35px; }
    .form .form-desc .phone {
      margin-bottom: 35px; }
    .form .form-desc a {
      color: #104b86; }

.zgoda, .pola, .sukces, .blad {
  clear: both;
  margin-top: 20px;
  display: none; }.contact-row-new1 {	display: grid;	grid-template-columns: 1fr 1fr 1fr 1fr;	gap: 1rem; align-items: flex-start;
}.contact-row-new2 {	display: grid;	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;	gap: 45px;	margin-top: 50px;	align-items: flex-end;}.contact-row-new1 h3 {	font-size: 19px;}.contact-row-new1 h4 {	font-size: 14px;    padding-bottom: 1rem;}.contact-row-new1 p {	margin: 0;	font-size: 14px; display: flex; gap: .5rem;}.contact-row-new2 h3 {	font-size: 19px;}.contact-row-new2 h4 {	font-size: 14px;    padding-bottom: 1rem;}.contact-row-new2 p {	margin: 0;	font-size: 14px;}.contact-row {	padding-block: 2rem;}.contact-row h2 {	text-align: center;    padding-bottom: 2rem;    font-size: 40px; color: #0A559F; font-weight: 700;}
.contact-row-new1 > div {
	display: flex;
	flex-direction: column;
	align-items: center;
  width: 100%;
  margin-bottom: 4rem;
}
.items-row {
	display: flex;
	justify-content: center;
	align-items: flex-start !important;
}
.row {
	align-items: center;
}
.footer-new {
align-items: unset !important
}
.products-info p {
	color: white;
	margin-top: 3rem;
}
.xps-data {
	display: grid;
}
.xps-data h2 {
	color: #104B86;
    text-align: center;
    font-family: Titillium Web;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 3.25rem;	
	margin-top: 3.25rem;	
}
.xps-data p {
	color: #212529;
    text-align: right;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
}
.xps-data button {
	width: 16.0625rem;
    height: 3.4375rem;
    flex-shrink: 0;
    background: #104B86;
    border: none;
    color: #FFF;
    font-family: Titillium Web;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.31rem;
    margin-top: 3.25rem;
}
.xps-data button a {
color: #FFF;
font-family: Titillium Web;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: 0.875rem; /* 77.778% */
margin-top: 0;
margin-bottom: 0;
display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.xps-data h4 {
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
}
.xps-data a {
	color: #212529;
    font-family: Titillium Web;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
    margin-top: 1.87rem;
    margin-bottom: 6.44rem;
}
.xps-text {
	padding-block: 3rem;
	display: grid;
    justify-items: flex-start;
}
.zobacz-button {
	margin-top: 1rem;
    background: #104B86;
    border: none;
    color: white;
    border-radius: 4px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.onas-data-img {
	display: flex;
	justify-content: center;
	padding-block: 6.5rem;
}
.zobacz-button a {
color: white !important;
text-decoration: none !important;
}
.onas-data {
	display: grid;
}
.onas-data h2 {
	text-align: center;
    color: #104B86;
    font-family: Titillium Web;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    padding-block: 3rem;
}
.onas-data h3 {
	color: #104B86;
    font-family: Titillium Web;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    padding-bottom: 1rem;
}
.onas-data p {
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}
.xps-text p {
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}

@media (max-width: 767px) {
.contact-row-new1,
.contact-row-new2 {
	grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
}
}
/*# sourceMappingURL=style.css.map */
.distributor .zobacz-button {
background: #FFF;
    color: #0A559F;
    font-family: Titillium Web;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 136.523%;
    padding-block: 1rem;
    width: 57%;
	border-radius: 0px;
}
.check-product-wrapper {
    border: 2px solid #FFF;
    background: #104B86;
    padding-block: 0.69rem;
	    z-index: 99999;
    position: inherit;
}
.check-product-wrapper a {
	color: #FFF;
    font-family: Titillium Web;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
}
.second-row {
	margin-top: 2rem;
}
#slider {
  position: relative;
  width: 100%;
  height: 576px;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: initial;
  background-position: center;
  transition: opacity 1s;
  opacity: 0;
  background-repeat: no-repeat;
}

.slide.active {
  opacity: 1;
}
#prev {
	display: none;
position: absolute;
    left: -8%;
    top: 45%;
	background: none;
    border: none;
    cursor: pointer;
}
#next {
	display: none;
	position: absolute;
    right: -8%;
    top: 45%;
	background: none;
    border: none;
    cursor: pointer;
}
#prev:focus {
	outline: unset;
}
#next:focus {
	outline: unset;
}

@media (max-width: 1030px) {
	.slide-1 {
	background-image: url(https://realbud.bydgoszcz.pl/images/nowe-img/realbud-slider-xps-mobile.png) !important;
	background-size: unset;
    background-repeat: no-repeat;
}
}
.slide-1 {
	background-image: url(https://realbud.bydgoszcz.pl/images/nowe-img/realbud-slider-xps.png);
}
.slide-2 {
	background-image: url(https://realbud.szczecin.pl/images/nowe-img/bbd.png);
}
.opiekun-wrapper {
	display: grid;
    grid-template-columns: 1fr 40%;
    padding-inline: 1.25rem;
    border-radius: 0.8125rem;
    background: #f5f5f5;
    padding-block: 1.62rem;
    width: 100%;
    height: 9.5625rem;
    flex-shrink: 0;
    box-sizing: border-box;
	margin-bottom: 3rem;
  margin-inline: -15px;
}
.opiekun-col1 h2 {
	    color: #104B86;
    font-family: Titillium Web;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.opiekun-col1 h3 {
    color: #212529;
    text-align: center;
    font-family: Titillium Web;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.opiekun-col1 p {
	color: #212529;
    font-family: Titillium Web;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.opiekun-col2 {
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
}
.opiekun-col2-box1 {
	display: grid;
  align-content: center;
  gap: 0.5rem;
}
.opiekun-col2-box1 h2 {
	color: #0A559F;
    font-family: Titillium Web;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
    margin: 0;
    text-align: left;
}
.opiekun-col2-box1 h3 {
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
}
.opiekun-col2-box1 a {
	color: #104B86;
    font-family: Titillium Web;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
    margin: 0;
}
.opiekun-col2-box2 img {
	width: 100px;
}
@media (max-width: 740px) {
	.opiekun-wrapper {
		grid-template-columns: 1fr;
		width: 100%;
		height: 100%;
    margin-inline: unset;
	}
  .opiekun-col1-containter {
    flex-direction: column !important;
  }
  .opiekun-col1-img {
    text-align: center !important;
  }
  .opiekun-col1 h2 {
    font-size: 1.5rem !important;
  }
  .opiekun-col1 h3 {
    font-size: 1rem !important;
  }
  .opiekun-col1 p {
    font-size: .9rem !important;
  }
  .opiekun-col2-box1 {
    width: 100% !important;
  }
	.opiekun-col2-box2 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		}
		.opiekun-col2-box2 img {
			width: 100%;
		}
		.dropdown:hover .submenu {
		left: -205%;
		}
		.row .xps-data img {
		width:80%;
		}
		.xps-data p {
		margin-bottom: 3rem;
		}
		.table-mobile {
			display: none;
		}
		.plyta-gk-box1 img {
		display: none;
		}
		.plyta-gk-box-col1 p {
		font-size: 17px !important;
		}
		.plyta-gk-box-col2 p {
		font-size: 17px !important;
		}
		.plyta-gk-box1 p {
			text-align: center!important;
		}
		.plyta-gk-wrapper h3 {
			font-size: 30px;
		}
		.plyta-gk-wrapper h4 {
			font-size: 20px !important;
		}
}
.sale {
position: absolute;
    top: -38%;
    left: 23%;
    color: red;
    font-weight: 700;
}
.sale-title {
color: red;
}
@media (max-width: 365px) {
.products .product-item .name {
	padding: 2px 5px;
}
.mobile-sale {
	height: 100% !important;
}
}
.podhurt-main-breadcumbs {
	margin-top: 1rem;
  display: flex;
}
.podhurt-main p{
	    padding-inline: 1rem;
		text-align: left;
}
.menu-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
	padding-bottom: 8rem;
  width: 100%;
}
.menu-images-box {
    display: flex;
    justify-content: center;
	position: relative;
}
.menu-images-box1 {
    display: flex;
    justify-content: center;
	position: relative;
	height: 300px;
    width: 30%;
    border-radius: 12px;
    background-color: white;
    align-items: center;
	flex-direction: column;
}
.menu-images-box1 > div:first-of-type {
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-images-box1 > div:nth-of-type(2) {
	height: 50%;
}
.menu-images-box1 > div:nth-of-type(2) p {
	color: #000;
    font-family: Titillium Web;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
	text-align: center;
	padding-inline: 1rem;
}
.menu-images-box1 img {
	object-fit: scale-down;
    max-width: 100px;
	height: 50%;
}
.link-menu-images {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.podhurt-contact-col2 .contact-row-new2 img {
	height: 8.375rem;
	margin: auto;
	mix-blend-mode: darken;
}
.produkt-contact {
padding: 0;
padding-bottom: 3rem;
}
.podhurt-contact-wrapper {
	display: grid;
    grid-template-columns: 1fr;
	margin-block: 3rem;
  width: 100%;
}
.podhurt-contact-col1 {
	color: #104B86;
    font-family: Titillium Web;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.podhurt-contact-col2 .contact-row-new2 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.podhurt-contact-col2 .contact-row-new2 > div {
	display: grid;
}
.podhurt-contact-col2 .contact-row-new2 span {
	color: #104B86;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 1rem;
	text-align: center;
}
.podhurt-contact-col2 .contact-row-new2 h3 {
	color: #212529;
    font-family: Titillium Web;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
    margin-top: 0.5rem;
}
.podhurt-contact-col2 .contact-row-new2 h4{
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
    padding-bottom: 0;
}
.podhurt-contact-col2 .contact-row-new2 a {
	color: #104B86;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
    margin-left: 0.2rem;
}
.podhurt-breadcrumbs-wrapper {
display: flex;
    gap: .2rem;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.podhurt-breadcrumbs-wrapper a {
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}
.podhurt-breadcrumbs-last {
	font-weight: 700;
	color: #212529;
    font-family: Titillium Web;
    font-size: 0.75rem;
    font-style: normal;
}
.podhurt-banner-main {
	background-color: #0a53a0;
    color: #FFF;
    font-family: Titillium Web;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.78125rem;
    width: 100%;
    height: 7rem;
    border-radius: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4.14rem;
    margin-bottom: 7rem;
    margin-top: 2rem;
}
@media (max-width: 767px) {
	.podhurt-main-breadcumbs {
		margin-inline: 1rem;
	}
	.podhurt-contact-wrapper {
		grid-template-columns: 1fr;
    margin-top: 3rem;
	}
	.podhurt-contact-col1 {
		text-align: center;
	}
  .product-data-wrapper {
    grid-template-columns: 1fr !important;
  }
  .product-name-container h2 {
    text-align: center !important;
  }
  .product-attributes-col1 {
    justify-content: center  !important;
  }
  .product-attributes-col1 p {
    margin-bottom: 1rem !important;
  }
  .product-attributes-col2 p {
    margin-bottom: 1rem !important;
  }
  .product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
	background: white;
	border-radius: 8px;
  }
  .product-cart-box {
    text-align: center;
  }
  .columns {
    display: grid;
    padding-inline: .5rem;
  }
  .column {
    width: 100%;
  }
}
.stal-b,.sieci-b,.narzedzia-b,.kanalizacja-b,.sucha-b,.izolacje-b,.plyty-b,.materialy-b,.hydro-b {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;
}
.stropy-b {
	background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/stropy-b.png);
}
.pobruk-b {
	background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/polbruk-b.png);
}
.chemia-b {
	background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/chemia-b.png);
	text-transform: capitalize;
}
.stal-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/stal-b.png);
}
.sieci-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/sieci-b.png);
}
.narzedzia-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/narzedzia-b.png);
}
.kanalizacja-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/kanalizacja-b.png);
}
.sucha-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/sucha-b.png);
}
.izolacje-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/instalacje-b.png);
}
.plyty-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/plyty-b.png);
}
.materialy-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/materialy-b.png);
}
.hydro-b {
background-image: url(https://realbud.bydgoszcz.pl/images/kategorie/bannery/hydro-b.png);
}
.h2-price {
margin-top: -2rem !important;
}
.plyta-gk-wrapper {
	display: grid;
    margin-bottom: 3rem;
    border-radius: 0.8125rem;
    border: 1px solid #D9D9D9;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding: 1rem 2rem 2rem 2rem;
}
.plyta-gk-wrapper h3 {
	color: #104B86;
    font-size: 40px;
    font-weight: 700;
}
.plyta-gk-wrapper h4 {
    color: red;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}
.plyta-gk-box {
	display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-block: 2rem;
}
.plyta-gk-box-col1 p {
	color: #104B86;
    font-size: 30px;
}
.plyta-gk-box-col2 p {
	color: #104B86;
    font-size: 30px;
}
.plyta-gk-box1 {
	display: grid;
    position: relative;
}
.plyta-gk-box1 h3 {
	color: red;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
.plyta-gk-box1 p {
	color: #104B86;
    font-size: 25px;
    line-height: 2rem;
    text-align: left;
}
.plyta-gk-box1 img {
	    position: absolute;
    right: 0;
    top: 20%;
    width: 25%;
}
.oferta-wrapper {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(322px, 1fr));
    gap: 1rem;
	margin-bottom: 4rem;
	width: 100%;
}
.oferta-wrapper a {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.oferta-wrapper p {
	color: white;
    z-index: 2;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    line-height: 1.5rem;
    padding-inline: 2rem;
}
.oferta-boxes1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 322px;
  height: 192px;
  border-radius: 10px;
  background: url(/images/oferta/materialy-budowlane.png) no-repeat;
  background-size: cover; /* Aby obrazek pokrywał cały element */
}

.oferta-boxes1::after, .oferta-boxes2::after, .oferta-boxes3::after, .oferta-boxes4::after, .oferta-boxes5::after,.oferta-boxes6::after, .oferta-boxes7::after, .oferta-boxes8::after, .oferta-boxes9::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px; /* To powinno być takie samo jak w .oferta-boxes1 */
  background: rgb(10 85 159 / 71%);
  z-index: 1;
}
.oferta-boxes2 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/dachy.png) no-repeat, #104B86;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes3 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/izolacje.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes4 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/wykonczenia.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes5 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/chodniki.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes6 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/kanalizacja.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes7 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/gaz.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes8 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/instalacje.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.oferta-boxes9 {
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
background: url(/images/oferta/bhp.png) no-repeat;
width: 322px;
height: 192px;
border-radius: 10px;
background-size: cover; /* Aby obrazek pokrywał cały element */
}
.pagination .container {
display: flex;
justify-content: center;
}
.pagination {
gap: 1rem;
}
.header-new-contact-wrapper {
  background: #F7F6F6;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  gap: 3rem;
  padding-block: .7rem;
}
.header-new-contact-mail,
.header-new-contact-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #0A559F;
    font-family: "Titillium Web";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}
.header-new-contact-mail-footer,
.header-new-contact-phone-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #0A559F;
    font-family: "Titillium Web";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    padding-bottom: 1rem;
}
.header-new-contact-mail-footer svg,
.header-new-contact-phone-footer svg {
  width: 17px;
  height: 17px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: white;
  padding-block: 2rem;
}

.header-logo {
  display: flex;
  flex-direction: column;
}

.header-logo img {
  margin-right: 10px;
  max-width: 157px;
  width: 100%;
}
.header-logo-box1 {
  display: flex;
}
.header-logo-box2 {
  font-size: 16px;
    font-weight: 700;
    color: #0A559F;
}
.header-menu {
  display: flex;
  align-items: center;
}

.header-menu-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding-right: 2rem;
}

.header-menu-ul > li {
  position: relative;
}

.header-menu-ul > li > a {
  color: #0A559F;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  display: flex;
  gap: .5rem;
}
.header-menu-ul > li svg {
  width: 23px;
  height: 21px;
  padding-top: 2px;
}
.header-menu-ul-submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #0a559f;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  flex-wrap: wrap;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}

.has-submenu:hover .header-menu-ul-submenu,
.header-menu-ul-submenu:hover {
    display: flex;
}
.header-menu-ul-submenu.show {
  display: flex;
  opacity: 1;
}
.header-menu-ul-submenu li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}

.header-menu-ul-submenu li a {
  display: block;
  padding: 10px 0;
  color: white;
  text-decoration: none;
}

.has-submenu:hover .header-menu-ul-submenu {
  display: flex;
}

.mobile-menu-toggle {
  display: none;
}

@media (max-width: 1040px) {
  .header-menu {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      position: absolute;
      top: 120px;
      left: 0;
      z-index: 1000;
  }
  .header-new-contact-mail, .header-new-contact-phone {
    gap: .2rem;
  }
  .header-wrapper {
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-inline: .3rem;
  }
  .xps-text {
    padding-inline: 1rem;
  }
  .header-menu.show {
      display: flex;
      justify-content: center;
        align-items: center;
        padding-block: 3rem;
		background: white;
  }

  .header-menu-ul {
      flex-direction: column;
      width: 100%;
  }

  .header-menu-ul > li > a {
      padding: 15px;
      width: 100%;
  }

  .header-menu-ul-submenu {
      display: none;
  }

  .mobile-menu-toggle {
      display: block;
      cursor: pointer;
      z-index: 99999;
      margin-left: 1rem;
  }
}
.new-bestsellers-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem; /* Odstęp między kolumnami */
  justify-items: center;
  padding-block: 3rem;
}
.bestseller-box {
  display: flex;
    flex-direction: column;
    width: 300px;
    justify-content: space-between;
    align-items: center;
    height: 465px;
    background-color: white;
    gap: 1rem;
    padding-inline: 1rem;
}
.bestseller-box-img {
  margin-top: 20px;
}
.bestseller-box-img img {
  width: 100px;
}
.besterller-box-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.besterller-box-data h3 {
  font-size: 20px;
  text-align: left;
  color: black;
}
.besterller-box-data p {
  font-weight: 700;
  font-size: 16px;
  color: #0A559F;
  margin-top: 2rem;
  text-align: left;
}
.bestseller-box-button a {
  font-weight: 700;
    color: white;
    padding: .5rem 1rem .5rem 1rem;
    background-color: #0A559F;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}
.bestseller-box-button {
  width: 100%;
}
@media (max-width: 1000px) {
  .new-bestsellers-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 786px) {
  .new-bestsellers-wrapper {
    grid-template-columns: 1fr;
  }
  .menu-images-wrapper {
    display: grid;
  }
  .menu-images-box1 {
    width: 100%;
  }
}
.bestseller-title {
  display: flex;
    justify-content: center;
    font-size: 45px;
    padding-top: 2rem;
}
.header-logo-text {
  font-size: 16px;
    font-weight: 700;
    color: #0A559F;
}
.header-menu-button-box {
  display: flex;
}
.header-menu-button-box1 {
  display: flex;
  background: #F60300;
  padding-block: 0.4rem;
  padding-inline: 1rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  gap: 1rem;
  /* justify-content: center; */
  font-weight: bold;
}
.header-menu-button-box1 > div:nth-of-type(1) {
  width: 23px;
    height: 21px;
    display: flex;
    margin-top: 3px;
}
.header-menu-button-box1 > div:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.header-menu-button-box2 {
  display: flex;
  background: #0A559F;
  padding-block: 0.4rem;
  padding-inline: 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  gap: 1rem;
  /* justify-content: center; */
  font-weight: bold;
}
.header-menu-button-box2 > div:nth-of-type(1) {
  width: 23px;
    height: 21px;
    display: flex;
    margin-top: 3px;
}
.header-menu-button-box2 > div:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.banner-wrapper-new {
  width: 100%;
  overflow: hidden;
  max-width: 1140px;
    margin: auto;
    display: flex;
    height: 610px;
    background: transparent linear-gradient(90deg, #0A559F 40%, #0A559F00 100%) 0% 0% no-repeat padding-box;
}
.banner-wrapper-new-box1,
.banner-wrapper-new-box2 {
  width: 50%;
}
.banner-wrapper-new-box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-wrapper-new-box1 h3 {
  font-size: 50px;
    color: white;
    font-weight: 700;
    margin-bottom: 3rem;
}
.banner-wrapper-new-box1 p {
  font-size: 26px;
    color: white;
}
.banner-wrapper-new-box1 a {
  color: white;
    font-weight: 700;
    font-size: 20px;
  margin-top: 2rem;
}
.banner-wrapper-new-box1 a > div {
  background: #F60300;
    width: 229px;
    display: flex;
    justify-content: center;
    padding-block: .5rem;
    border-radius: 5px;
}
.banner-wrapper-new-box2 {
  position: absolute;
    top: 0;
    right: 0;
    z-index: -9999;
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.new-bannerblur {
  background: transparent linear-gradient(90deg, #0A559F 35%, #0A559F00 84%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.banner-container {
  position: relative;
    width: 100%;
}
@media (max-width: 1040px) {
  .banner-wrapper-new {
    flex-direction: column;
    height: 100%;
    background: transparent linear-gradient(180deg, #0A559F 40%, #0A559F00 100%) 0% 0% no-repeat padding-box;
  }
  .banner-wrapper-new-box1 {
    width: 100%;
    height: 50%;
    padding-inline: 1rem;
    padding-top: 2rem;
  }
  .banner-wrapper-new-box1 h3 {
    font-size: 45px;
    margin-bottom: 2rem;
  }
  .banner-wrapper-new-box1 p {
    font-size: 22px;
  }
  .banner-wrapper-new-box2 {
    width: 100%;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    position: initial;
  }
  .new-bannerblur {
    background: unset;
    background-color: unset;
  }
  .banner-wrapper-new-box1 a > div {
    width: 100%;
  }
  .banner-wrapper-new-box2 > img {
    max-width: 100%;
  }
}
@media (min-width: 1937px) {
  .banner-wrapper-new-box2 > img {
    width: 100%;
    height: 610px;
  }
}
.psb-info-wrapper {
	position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #0a559f;
    padding-block: 1rem;
    padding-inline: .5rem;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    background-color: #F60300;
}
.xps-data {
position: relative;
}
.banner-psb-main {
background: rgb(10 85 159 / 71%);
    color: white;
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: center;
    padding-block: 1rem;
    border-radius: 8px;
}
.banner-psb-main a {
	color: white;
}
.contact-data-footer p {
  font-size: 15px;
}
.header-new-contact-mail-footer a,
.header-new-contact-phone-footer a {
  font-size: 15px;
}
.contact-row-new1-data-wrapper {
  position: relative;
}
.contact-row-new1-data-wrapper img {
  height: 125px !important;
  position: absolute;
  top: -28%;
}
.contact-row-new1-data-wrapper-ppl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-top: 5px solid #0A559F;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 2rem;
}
.contact-row-new1-data-wrapper-ppl h3 {
  font-size: 20px;
  color: #0A559F;
  font-weight: bold;
  margin-top: 5rem;
}
.contact-row-new1-data-wrapper-ppl h4 {
  color: #0A559F;
}
.contact-row-new1-data-wrapper-ppl svg {
  width: 14px;
}
.contact-row-new1-data-wrapper-ppl-1 p a:nth-of-type(1) {
  color: black;
}
.contact-row-new1-data-wrapper-white-circle {
  background: white;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -29%;
    border-radius: 50%;
}
.banners-main-mini-wrapper {
  max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: -2rem;
    z-index: 999;
    flex-wrap: wrap;
    width: 100%;
}
.banners-main-mini-wrapper img {
  object-fit: scale-down;
  border-radius: 8px;
}
.producents-containter-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.producents-box {
  width: 120px;
    height: 120px;
    background: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.producents-box img {
  width: 100%;
  padding-inline: 1.75rem;
}
.main-dess {
  background: #F5F5F5;
}
.contact-row-new1 {
  margin-top: 3rem;
}
.podhurt-contact-col2 {
  margin-top: 3rem;
}
.new-background-gray {
  background-color: #f5f5f5;
}
.new-background-white {
  background-color: #f5f5f5 !Important;
}
.category-filter {
  width: 100%;
    border-bottom: 2px solid #0a53a0;
    margin-bottom: 2rem;
}
.category-filter-name {
  display: flex;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.category-filter-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.category-button {
  background: white;
    padding: 1rem;
    border-radius: 10px;
}
.category-button.active {
  background: #0a53a0;
  color: white;
}

.category-button.active a {
  color: white;
}
.manufacturer-description {
  margin-block: 2rem;
}
.manufacturer-description p {
  color: #212529;
    font-family: Titillium Web;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}
.na-zamowienie-wrapper {
position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #0a559f;
    padding-block: 1rem;
    padding-inline: .5rem;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    background-color: #F60300;
}
.product-data-wrapper {
  display: grid;
    grid-template-columns: 70% 1fr;
    padding-block: 3rem;
    gap: 2rem;
}
.product-name-container h2 {
  font-size: 2rem;
    text-align: start;
    margin: 0;
}
.product-attributes-container {
  display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
}
.product-attributes-col1,
.product-attributes-col2 {
  display: grid;
  justify-content: flex-start;
}
.product-attributes-col1 p {
  text-align: left;
  font-size: 1rem;
}
.product-attributes-col2 p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.1rem !important;
}
.product-image-container img {
  border-radius: 8px;
  width: 100%;
}

.product-blue-wrapper {
  max-width: 1140px;
    margin: auto;
}
.product-blue-section {
  background-color: #0a559f;
    margin-inline: -15px;
    padding-block: 3rem;
    font-size: 2rem;
    color: white;
    margin-top: -10rem;
}
.opiekun-col1-containter {
  display: flex;
  gap: 2rem;
}
#description {
  margin: 0 auto;
}

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

.column {
  width: 48%;
}

.hidden {
  display: none;
}
.new-background-blue {
  background-color: #0a559f;
}
.product-cart-wrapper {
  max-width: 1140px;
    margin: auto;
    color: white;
    font-size: 2rem;
    width: 100%;
    padding-block: 2rem;
}
.product-image-container {
  display: flex;
    justify-content: center;
    align-items: center;
	background: white;
	border-radius: 8px;
}
.product-files-container {
  padding-bottom: 2rem;
}
.product-files-name {
  color: #104B86;
  font-size: 1.5rem;
  font-weight: 700;
}
.product-files-files-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.product-files-files-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.new-landing p {
  text-align: left;
    font-size: 18px;
    line-height: 1.5rem;
}
.contact-wrapper {
	display: flex;
    gap: 4rem;
    margin-block: 3rem;
	line-height: .6rem;
}
.contact-wrapper p {
	line-height: .6rem;
}
.contact-col1 {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contact-col2 {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contact-col1-box1 p {
	font-weight: 700;
}