.col-12 {
	padding: 0!important;
}
a:focus {
  	outline-color: #EC6921;
}
.nav-menu-wrapper .menu-header li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    color:  #1B1B1B;
}
a {
  text-decoration: none;
}
.btn-default {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #FFF;
    font-family: 'Poppins';
    font-size: 1em;
    line-height: 1.1;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    position: relative;
    background: #FFF;
    border-radius: 3px;
    color: #1F3367;
    padding: 15px 30px;
    font-weight: 700;
}
.text-center {
  	text-align: center;
}

.go-to-content {
  	position: absolute;
  	z-index: 999;
  	top: 20px;
  	left: 20px;
  	padding: calc(9.49254px + .14925vw) calc(13.49254px + .14925vw);
  	font-size: calc(11.49254px + .14925vw);
  	line-height: 1.2em;
  	border-radius: 2px;
  	background-color: #0A4C86;
  	color: #FFFFFF;
  	transition: background-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
  	will-change: opacity;
  	opacity: 0;
}
#cookie-notice {
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.2)
}
#cookie-notice #cn-notice-text {
    position: relative
}
#cookie-notice #cn-accept-cookie {
    background-color: #fff;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline
}
@media (max-width: 768px) {
	#cookie-notice .cookie-notice-container {
  		padding-top: 50px;
	}
	.cn-close-icon {
  		top: 25px!important;
	}
}
.main-header {
  	position: relative;
  	width: 100%;
}
.main-header .menu-wrapper {
    	padding: 16px 70px;
}
.menu-wrapper .right-side-header .header-phone-number .fast-contact-row.fast-contact-phone .fast-contact-icon {
	height: 20px;
}
.menu-wrapper .right-side-header .header-phone-number a {
	color: #131313;
	font-size: 16px;
	line-height: 27px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: fit-content;
	align-items: center;
}
.menu-wrapper .right-side-header .header-phone-number a .fast-contact-info {
	transition: all .2s ease-out;
}
.menu-wrapper .right-side-header .header-phone-number a .fast-contact-info:hover {
	color: #555;
	transition: all .2s ease-out;
}
/* .main-header.fixed .menu-wrapper {
    position: fixed;
    background: linear-gradient(180deg, #324B8D 0%, #1F3266 100%), #324B8D;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation: headerAnim .4s linear;
    animation: headerAnim .4s linear;
    -webkit-box-shadow: 0 1px 0px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 0px 1px rgba(0,0,0,.1)
} */
@media (min-width: 1515px) and (max-width: 1570px) {
	.main-header .menu-wrapper {
		padding: 16px 50px;
	}
	.header-phone_cta .btn_primary {
		padding: 8px 28px!important;
	}
	.nav-menu-wrapper .menu-header li svg.main-arrow {
		margin-left: 5px!important;
	}
	.nav-menu-wrapper .menu-header li {
		margin: 0 7px;
	}
	.right-side-header {
		gap: 15px!important;
	}
	.navbar-br img {
		width: 200px!important;
	}
}
@media (min-width: 1339px) and (max-width: 1514px) {
	.main-header .menu-wrapper {
		padding: 16px 50px!important;
	}
	.nav-menu-wrapper .menu-header li svg.main-arrow  {
		margin-left: 5px!important;
	}
	.nav-menu-wrapper .menu-header li {
		margin: 0 7px!important;
	}
	.nav-menu-wrapper .menu-header li svg.main-arrow {
		width: 8px!important;
	}
	.left-side-header {
		width: 200px!important;
	}
	.navbar-br img {
		width: 200px!important;
		height: 100%!important;
	}
	.nav-menu-wrapper .menu-header li a {
		font-size: 15px!important;
	}
	.menu-wrapper .right-side-header .header-phone-number a {
		font-size: 15px!important;
	}
	.menu-wrapper .right-side-header .header-phone-number a {
		gap: 7px!important;
	}
	.header-phone_cta .btn_primary {
		font-size: 15px!important;
	}
	.right-side-header {
		gap: 15px!important;
	}
	.header-phone_cta .btn_primary {
		padding: 8px 28px!important;
	}
	.center-side-header {
		width: max-content!important;
	}
}
@media (min-width: 1200px) and (max-width: 1340px) {
	.main-header .menu-wrapper {
		padding: 16px 50px!important;
	}
	.nav-menu-wrapper .menu-header li svg.main-arrow  {
		margin-left: 5px!important;
	}
	.nav-menu-wrapper .menu-header li {
		margin: 0 7px!important;
	}
	.nav-menu-wrapper .menu-header li svg.main-arrow {
		width: 8px!important;
	}
	.left-side-header {
		width: 200px!important;
	}
	.navbar-br img {
		width: 200px!important;
		height: 100%!important;
	}
	.nav-menu-wrapper .menu-header li a {
		font-size: 15px!important;
	}
	.menu-wrapper .right-side-header .header-phone-number a {
		font-size: 15px!important;
	}
	.menu-wrapper .right-side-header .header-phone-number a {
		gap: 7px!important;
	}
	.header-phone_cta .btn_primary {
		font-size: 15px!important;
	}
	.right-side-header {
		gap: 15px!important;
	}
	.header-phone_cta .btn_primary {
		padding: 8px 28px!important;
	}
}
@media (max-width: 1199px) {
    .main-header .menu-wrapper {
        padding: 15px 22px
    }
}
@media (max-width: 768px) {
  	.main-header .menu-wrapper {
    	padding: 0;
		padding-left: var(--bs-gutter-x,.75rem)!important;
		padding-right: var(--bs-gutter-x,.75rem)!important;
  	}
	.left-side-header {
		padding-left: calc(var(--bs-gutter-x) * .5)!important;
		padding-right: calc(var(--bs-gutter-x) * .5)!important;
		width: 75%!important;
	}
	.navbar-br img {
		height: 26px!important;
	}
	.btn-mobile-wrapper {
		text-align: right!important;
	}
	.btn-mobile-wrapper .menu-toggle svg {
		width: 25px;
		height: 25px;
	}
    .main-header.active {
        height: 100vh;
        background: #F1F1F1;
    }
    .main-header.active .menu-wrapper {
	    max-height: 100vh;
    	line-height: normal;
	}
    .main-header.fixed .menu-wrapper {
        position: relative;
        -webkit-animation: none;
        animation: none;
    }
    .main-header.fixed .nav-menu-wrapper .menu-header li {
        line-height: 1.1
    }
    .main-header .menu-wrapper {
	    max-height: 80px;
    	line-height: 80px;
	    overflow: hidden;
    	-webkit-animation: none;
	    animation: none;
    	-webkit-transition: max-height .4s ease;
	    -o-transition: max-height .4s ease;
    	transition: max-height .4s ease;
	}
}
.nav-menu-wrapper .menu-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav-menu-wrapper .menu-header li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 100%;
    line-height: 50px
}
.nav-menu-wrapper .menu-header li.current-menu-item>a {
    font-weight: 600;
}
.nav-menu-wrapper .menu-header li:first-child {
    margin-left: 0
}
.nav-menu-wrapper .menu-header li a {
    display: inline-block;
    padding: 10px 0px;
    vertical-align: middle;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #131313;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.nav-menu-wrapper .menu-header li a:hover {
    color: #555;
	transition: all .2s ease-out;
}
@keyframes headerAnim {
  	0% {
    	top: -100px;
  	}
  	100% {
    	top: 0px;
  	}
}
.nav-menu-wrapper .menu-header li .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    padding: 14px 14px;
    min-width: 250px;
    line-height: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 9px 1px rgba(0,0,0,.05);
    box-shadow: 0 4px 9px 1px rgba(0,0,0,.05);
    text-align: left;
    z-index: 20
}
.nav-menu-wrapper .menu-header li .sub-menu li {
    margin: 0 0 0px;
    height: auto;
    line-height: 1
}
.nav-menu-wrapper .menu-header li .sub-menu li a {
    font-size: 1em
}
.nav-menu-wrapper .menu-header li.show-sub .sub-menu {
    display: block
}
.nav-menu-wrapper .menu-header li.open .sub-menu {
    display: block
}
.nav-menu-wrapper .menu-header li .sub-menu {
    display: none;
}
.nav-menu-wrapper .menu-header li:hover .sub-menu {
    display: block;
}
@media (max-width: 1299px) {
    .nav-menu-wrapper .menu-header li {
        margin: 0
    }
    .nav-menu-wrapper .menu-header li a {
        padding: 8px 14px
    }
}
@media (max-width: 992px) {
    .nav-menu-wrapper .menu-header li {
        margin: 0
    }
    .nav-menu-wrapper .menu-header li.lang-item a {
        font-size: 0.8125em
    }
    .nav-menu-wrapper .menu-header li a {
        font-size: 0.8125em;
        padding: 8px 10px
    }
}
@media (max-width: 768px) {
    .nav-menu-wrapper .menu-header {
        text-align: center
    }
    .nav-menu-wrapper .menu-header li {
        display: block;
        margin: 0 0 5px;
        line-height: 1.1
    }
    .nav-menu-wrapper .menu-header li a {
        font-size: 1.125em
    }
    .header-menu-container {
      margin-top: 0;
      padding-top: 15px;
    }
    .nav-menu-wrapper .menu-header li .sub-menu {
        position: relative;
        display: none;
        top: 0;
        left: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center
    }
}
.navbar-br {
    display:block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.25em;
}
.navbar-br img {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    height: 33px;
}
@media (max-width: 768px) {
    .navbar-br {
        height: 100%;
        line-height: 80px
    }
}
.btn-mobile-wrapper {
    display: none;
    text-align: center;
}
.btn-mobile-wrapper .menu-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    background-color: transparent;
    border: none;
    z-index: 101
}
.btn-mobile-wrapper .menu-toggle:focus {
    outline: 0
}
.btn-mobile-wrapper .menu-toggle svg.close {
    display: none
}
@media (max-width: 768px) {
    .btn-mobile-wrapper .menu-toggle.active svg {
        -webkit-animation: buttonAnim .4s linear;
        animation: buttonAnim .4s linear
    }
    .btn-mobile-wrapper .menu-toggle.active svg.close {
        display: inline-block;
        opacity: 1
    }
    .btn-mobile-wrapper .menu-toggle.active svg.open {
        display: none;
        opacity: 0
    }
}
@media (max-width: 768px) {
    .btn-mobile-wrapper {
        display:block
    }
    .navbar-br svg {
        width: 100%;
        height: 60px;
        display: block;
    }
}
.menu-wrapper .row.align-items-center {
	justify-content: space-between;
	flex-wrap: nowrap;
}
.left-side-header {
	padding: 0;
	width: 260px;
}
.center-side-header {
	padding: 0;
	width: 53%;
}
.right-side-header {
	padding: 0;
	width: max-content;
	gap: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.nav-menu-wrapper .menu-header li svg.main-arrow {
	margin-left: 10px;
	height: auto;
	width: 10px;
}
.nav-menu-wrapper .menu-header li svg.main-arrow path {
	fill: #131313!important;
}
.nav-menu-wrapper .menu-header li:hover .sub-menu {
	background-color: #F1F1F1;
}
.nav-menu-wrapper .menu-header li .sub-menu {
	padding: 14px 20px;
}
.nav-menu-wrapper .menu-header li .sub-menu li a {
	font-size: 16px;
	line-height: 27px;
	color: #131313;
}
@media (max-width: 1400px) {
	.center-side-header {
		width: 50%;
	}
	.left-side-header, .navbar-br img {
		width: 150px;
	}
	.right-side-header {
		gap: 20px;
	}
}
@media (max-width: 1170px) {
	.center-side-header {
		width: 60%;
	}
	.nav-menu-wrapper .menu-header li a {
		padding: 8px
	}
	.right-side-header {
		width: auto;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 5px;
	}
}
@media (max-width: 980px) {
	.center-side-header {
		width: 50%;
	}
}
@media (min-width: 769px) {
	.center-side-header {
		display: block;
	}
	.right-side-header {
		display: flex
	}
}
@media (max-width: 768px) {
	.main-header {
		position: relative;
		background: #fff;
		transition: background .3s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.main-header.active {
		height: 100vh;
		background: #F1F1F1;
	}
	.main-header .menu-wrapper {
		max-height: 80px;
		overflow: hidden;
		transition: max-height .32s ease;
		padding-left: var(--bs-gutter-x, .75rem) !important;
		padding-right: var(--bs-gutter-x, .75rem) !important;
		will-change: max-height;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.main-header.active .menu-wrapper {
		max-height: 100vh;
		overflow: hidden;
	}
	.menu-wrapper .row.align-items-center {
		flex-wrap: wrap;
		align-items: center !important;
	}
	.left-side-header {
		width: 75% !important;
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
		display: flex;
		align-items: center;
		min-height: 80px;
	}
	.btn-mobile-wrapper, .col-3.btn-mobile-wrapper {
		display: flex !important;
		width: 25% !important;
		justify-content: flex-end;
		align-items: center;
		min-height: 80px;
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
	}
	.btn-mobile-wrapper .menu-toggle, .btn-mobile-wrapper .menu-toggle.active {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		line-height: 1;
		position: relative;
		top: 0;
		right: 0;
		transform: none;
	}
	.btn-mobile-wrapper .menu-toggle svg {
		width: 25px;
		height: 25px;
		display: block;
	}
	.center-side-header, .right-side-header {
		width: 100% !important;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		pointer-events: none;
		overflow: hidden;
		transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
		will-change: opacity, transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.center-side-header {
		order: 3;
		padding-top: 0;
	}
	.right-side-header {
		order: 4;
		padding-top: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.main-header.active .center-side-header, .main-header.active .right-side-header {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
		transition: opacity .26s ease, transform .26s ease, visibility 0s linear 0s;
	}
	.main-header.active .center-side-header {
		padding-top: 60px;
	}
	.main-header.active .right-side-header {
		padding-top: 30px;
		text-align: left;
		align-items: flex-start;
		gap: 30px;
	}
	.main-header.active .right-side-header .header-phone_cta, .main-header.active .right-side-header .header-phone_cta .btn_primary {
		width: 100%;
	}
	.navbar-br {
		display: flex;
		align-items: center;
		height: 80px;
		line-height: 1;
	}
	.navbar-br img {
		height: 26px !important;
		width: auto;
		max-width: 100%;
		display: block;
	}
	.header-menu-container {
		margin-top: 0;
		padding-top: 0;
		width: 100%;
	}
	.nav-menu-wrapper .menu-header {
		text-align: left;
	}
	.nav-menu-wrapper .menu-header li {
		display: block;
		margin: 0 0 5px;
		height: auto;
		position: relative;
	}
	.nav-menu-wrapper .menu-header li a {
		display: inline-block;
		font-size: 16px;
		line-height: 27px;
		padding: 10px 0;
	}
	.nav-menu-wrapper .menu-header li .sub-menu {
		position: relative;
		display: block;
		top: 0;
		left: 0;
		min-width: 100%;
		margin: 0;
		padding: 0 0 0 25px;
		background-color: transparent;
		box-shadow: none;
		text-align: left;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-6px);
		transition: max-height .32s ease, opacity .22s ease, transform .22s ease, visibility 0s linear .32s, padding-top .22s ease;
	}
	.nav-menu-wrapper .menu-header li.show-sub .sub-menu {
		max-height: 500px;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		padding-top: 8px;
		transition: max-height .32s ease, opacity .22s ease, transform .22s ease, visibility 0s linear 0s, padding-top .22s ease;
	}
	.nav-menu-wrapper .menu-header li:hover .sub-menu {
		display: block;
		background-color: transparent;
	}
	.nav-menu-wrapper .menu-header li svg.main-arrow {
		cursor: pointer;
		transition: transform .22s ease;
	}
	.nav-menu-wrapper .menu-header li.show-sub svg.main-arrow {
		transform: rotate(180deg);
	}
	.menu-wrapper .right-side-header .header-phone-number a {
		justify-content: center;
		width: 100%;
	}
	.nav-menu-wrapper .menu-header .show-sub ul.sub-menu {
		text-align: left;
	}
}

/* GLOBAL */
.home h1 {
	font-size: 54px;
	line-height: 82px;
	font-weight: 700;
	color: #131313;
}
h1 {
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	color: #131313;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #131313;
}
h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	color: #131313;
}
h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #131313;
}
h5 {
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	color: #131313;
}
p {
	color: #131313;
	font-size: 16px;
	line-height: 27px;
}
.header-phone_cta .btn_primary {
	padding: 8px 41px;
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 8%;
	background-color: #DF2635;
	border: 2px solid #DF2635;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	transition: all .2s ease-out;
}
.header-phone_cta .btn_primary:hover {
	background-color: #131313;
	border-color: #131313;
	color: #fff;
	transition: all .2s ease-out;
}
.btn_primary {
	padding: 20px 45px;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 8%;
	background-color: #DF2635;
	border: 2px solid #DF2635;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	transition: all .2s ease-out;
}
.btn_primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #DF2635;
	transition: all .2s ease-out;
}
section.realizations-section .realization_btn .btn_primary:hover, section.rent-section .rent_btn .btn_primary:hover, section.contact-quote-section .contact-quote-section__button-wrap .btn_primary:hover {
	background-color: #131313;
	border-color: #131313;
	color: #fff;
	transition: all .2s ease-out;
}
.btn_more {
	color: #131313;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 8%;
	text-transform: uppercase;
	transition: all .2s ease-out;
}
.btn_more img {
	margin-left: 5px;
}
.btn_more:hover {
	color: #DF2635;
	transition: all .2s ease-out;
}
.btn_second {
	padding: 20px 45px;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 27px;
	display: block;
	width: fit-content;
	transition: all .2s ease-out;
	letter-spacing: 8%;
}
.btn_second:hover {
	background-color: #fff;
	border-color: #fff;
	color: #DF2635;
	transition: all .2s ease-out;
}
.btn_cta {
	padding: 20px 45px;
	color: #131313;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 8%;
	background-color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	transition: all .2s ease-out;
}
.btn_cta:hover {
	background-color: #131313;
	border-color: #131313;
	color: #fff;
	transition: all .2s ease-out;
}
.footer_cta .btn_primary {
	padding: 8px 41px;
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 8%;
	background-color: #DF2635;
	border: 2px solid #DF2635;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	transition: all .2s ease-out;
}
.footer_cta .btn_primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #DF2635;
	transition: all .2s ease-out;
}
@media (max-width: 768px) {
	.home h1 {
		font-size: 29px;
		font-weight: 700;
		line-height: 150%;
	}
	h1 {
		font-size: 29px;
		font-weight: 700;
		line-height: 150%;
	}
	h2 {
		font-size: 28px;
		line-height: 42px;
	}
	h3 {
		font-size: 24px;
		line-height: 40px;
	}
	h4 {
		font-size: 17px;
		line-height: 30px;
	}
	h5 {
		font-size: 15px;
		line-height: 27px;
	}
	p {
		font-size: 15px;
		line-height: 26px;
	}
	.btn_primary {
		font-size: 18px;
		line-height: 27px;
		padding: 20px 40px;
		width: 100%;
		text-align: center;
	}
	.btn_more {
		font-size: 14px;
	}
	.btn_second {
		font-size: 18px;
		line-height: 27px;
		padding: 20px 40px;
		width: 100%;
		text-align: center;
	}
	.col-12 {
		padding-left: calc(var(--bs-gutter-x) * .5)!important;
		padding-right: calc(var(--bs-gutter-x) * .5)!important;
	}
}

/* KRESKI NA STRONIE */
section.buildings-section, section.rent-section, section.about_us_section, section.offer-first-section, section.offer-range-section, section.joinery-our-offer-section, section.about-us-section {
	position: relative;
	isolation: isolate;
}
section.buildings-section::before, section.rent-section::before, section.about_us_section::before, section.offer-first-section::before, section.offer-range-section::before, section.joinery-our-offer-section::before, section.about-us-section::before {
	content: "";
	position: absolute;
	inset: 0;
	width: calc(100% - 24px);
	max-width: 1320px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: -1;
	background: repeating-linear-gradient(to right, #f1f1f1b3 0, #f1f1f1b3 1px, transparent 1px, transparent calc((100% + 24px) / 12));
}
section.buildings-section::after, section.rent-section::after, section.about_us_section::after, section.offer-first-section::after, section.offer-range-section::after, section.joinery-our-offer-section::after, section.about-us-section::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: max(12px, calc((100% - 1320px) / 2));
	width: 1px;
	background: #f1f1f1b3;
	pointer-events: none;
	z-index: -1;
}
section.buildings-section .container, section.rent-section .container, section.about_us_section .container, section.offer-first-section .container, section.offer-range-section .container,
section.joinery-our-offer-section .container, section.about-us-section .container, section.buildings-section .row, section.rent-section .row, section.about_us_section .row, section.offer-first-section .row, section.offer-range-section .row, section.joinery-our-offer-section .row, section.about-us-section .row, section.buildings-section [class*="col-"], section.rent-section [class*="col-"], section.about_us_section [class*="col-"], section.offer-first-section [class*="col-"], section.offer-range-section [class*="col-"], section.joinery-our-offer-section [class*="col-"], section.about-us-section [class*="col-"] {
	position: relative;
	z-index: 1;
}
section.buildings-section .buildings_box, section.rent-section .rent_box, section.offer-first-section .offer-range-box, section.joinery-our-offer-section, section.about-us-section {
	position: relative;
	z-index: 1;
}
@media (max-width: 1400px) {
	section.buildings-section::before, section.rent-section::before, section.about_us_section::before, section.offer-first-section::before, section.offer-range-section::before, section.joinery-our-offer-section::before, section.about-us-section::before {
		width: 1140px;
		background: repeating-linear-gradient(to right, #f1f1f1b3 0, #f1f1f1b3 1px, transparent 1px, transparent calc((1140px + 24px) / 12));
	}
	section.buildings-section::after, section.rent-section::after, section.about_us_section::after, section.offer-first-section::after, section.offer-range-section::after, section.joinery-our-offer-section::after, section.about-us-section::after {
		right: calc((100% - 1140px) / 2);
	}
}
@media (max-width: 1200px) {
	section.buildings-section::before, section.rent-section::before, section.about_us_section::before, section.offer-first-section::before, section.offer-range-section::before, section.joinery-our-offer-section::before, section.about-us-section::before {
		width: 960px;
		background: repeating-linear-gradient(to right, #f1f1f1b3 0, #f1f1f1b3 1px, transparent 1px, transparent calc((960px + 24px) / 6));
	}
	section.buildings-section::after, section.rent-section::after, section.about_us_section::after, section.offer-first-section::after, section.offer-range-section::after, section.joinery-our-offer-section::after, section.about-us-section::after {
		right: calc((100% - 960px) / 2);
	}
}
@media (max-width: 992px) {
	section.buildings-section::before, section.rent-section::before, section.about_us_section::before, section.offer-first-section::before, section.offer-range-section::before, section.joinery-our-offer-section::before, section.about-us-section::before {
		width: 720px;
		background: repeating-linear-gradient(to right, #f1f1f1b3 0, #f1f1f1b3 1px, transparent 1px, transparent calc((720px + 24px) / 4));
	}
	section.buildings-section::after, section.rent-section::after, section.about_us_section::after, section.offer-first-section::after, section.offer-range-section::after, section.joinery-our-offer-section::after, section.about-us-section::after {
		right: calc((100% - 720px) / 2);
	}
}
@media (max-width: 768px) {
	section.buildings-section .container, section.rent-section .container, section.about_us_section .container, section.offer-first-section .container, section.offer-range-section .container, section.joinery-our-offer-section .container, section.about-us-section .container {
		padding-left: 0;
		padding-right: 0;
	}
	section.buildings-section::before, section.rent-section::before, section.about_us_section::before, section.offer-first-section::before, section.offer-range-section::before, section.joinery-our-offer-section::before, section.about-us-section::before {
		width: 540px;
		background: repeating-linear-gradient(to right, #f1f1f1b3 0, #f1f1f1b3 1px, transparent 1px, transparent calc((540px + 24px) / 4));
	}
	section.buildings-section::after, section.rent-section::after, section.about_us_section::after, section.offer-first-section::after, section.offer-range-section::after, section.joinery-our-offer-section::after, section.about-us-section::after {
		right: calc((100% - 540px) / 2);
	}
}
@media (max-width: 576px) {
	section.buildings-section .container, section.rent-section .container, section.about_us_section .container, section.offer-first-section .container, section.offer-range-section .container, section.joinery-our-offer-section .container, section.about-us-section .container {
		padding-left: var(--bs-gutter-x, .75rem);
		padding-right: var(--bs-gutter-x, .75rem);
	}
	section.buildings-section::before, section.rent-section::before, section.about_us_section::before, section.offer-first-section::before, section.offer-range-section::before, section.joinery-our-offer-section::before, section.about-us-section::before {
		width: calc(100% - 24px);
		background: repeating-linear-gradient(to right, #f1f1f1b3 0, #f1f1f1b3 1px, transparent 1px, transparent calc((100% + 24px) / 4));
	}
	section.buildings-section::after, section.rent-section::after, section.about_us_section::after, section.offer-first-section::after, section.offer-range-section::after, section.joinery-our-offer-section::after, section.about-us-section::after {
		right: 12px;
	}
}

/* SLICK */
.brands_section {
	overflow: hidden;
}
.brands-gallery {
	width: 100%;
}
.brands-gallery .slick-list {
	overflow: hidden;
}
.brands-gallery .slick-track {
	display: flex !important;
	align-items: center;
}
.brands-gallery .slick-slide {
	height: inherit !important;
}
.brands-gallery .slick-slide > div {
	height: 100%;
}
.brands-gallery__item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
}
.brands-gallery__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
}
.brands-gallery__logo img {
	display: block;
	width: auto;
	height: auto;
	max-height: 52px;
}
.brands-gallery .slick-autoplay-toggle-button {
	display: none !important;
}
@media (max-width: 768px) {
	.brands-gallery__logo img {
		max-height: 45px;
	}
	.brands-gallery__item {
		padding: 0 25px;
	}
}

/* STRONA GŁÓWNA */
.hero-section {
	height: 90vh;
	min-height: 700px;
	position: relative;
	overflow: hidden;
	align-content: center;
	z-index: 2;
}
.hero-background-slider {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.hero-bg-slide {
	position: absolute;
	inset: 0;
	background-image: var(--hero-image-desktop);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s ease;
	will-change: opacity;
}
.hero-bg-slide.is-active {
	opacity: 1;
}
.hero-section .container, .hero_content {
	position: relative;
	z-index: 2;
}
section.hero-section h1 {
	color: #fff;
	margin-bottom: 20px;
}
section.hero-section .hero_desc p {
	color: #fff;
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 40px;
}
section.buildings-section {
	padding-top: 100px;
}
section.buildings-section h2 {
	margin-bottom: 20px;
}
section.buildings-section .buildings_desc p {
	margin-bottom: 50px;
}
section.buildings-section .buildings_offer_box {
	gap: 24px;
}
section.buildings-section .buildings_offer_box .col-12.col-md-4 {
	background-color: #fff;
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
	width: calc(33.33% - 16px);
	justify-content: space-between;
	display: flex;
	padding: 40px 30px 35px!important;
}
section.buildings-section .buildings_offer_box .col-12.col-md-4 .buildings_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section.buildings-section .buildings_offer_box .col-12.col-md-4:nth-child(1) .buildings_box .buildings_box-icon img {
	width: 66px;
	height: 100%;
}
section.buildings-section .buildings_offer_box .buildings_box .buildings_box-icon {
	height: 66px
}
section.buildings-section .buildings_offer_box .col-12.col-md-4:nth-child(2) .buildings_box .buildings_box-icon img, section.buildings-section .buildings_offer_box .col-12.col-md-4:nth-child(3) .buildings_box .buildings_box-icon img {
	width: 60px;
	height: 100%;
}
section.buildings-section .buildings_offer_box .buildings_box .buildings_box-icon {
	margin-bottom: 30px;
}
section.buildings-section .buildings_offer_box .buildings_box h3.buildings_box-title {
	margin-bottom: 20px;
}
section.buildings-section .buildings_offer_box.row .buildings_box-desc p {
	margin-bottom: 40px;
}
section.brands_section {
	background-color: #F5F5F5;
	margin-top: -100px;
	padding: 200px 0 100px;
}
section.brands_section .container {
	padding: 0!important
}
section.brands_section .brands_title-image h2 {
	margin-bottom: 80px;
}
section.about_us_section {
	padding-top: 100px;
	padding-bottom: 0;
	position: relative;
	overflow: visible;
	z-index: 2;
}
section.about_us_section::before, section.about_us_section::after {
	z-index: 0;
}
section.about_us_section .container, section.about_us_section .row, section.about_us_section [class*="col-"] {
	position: relative;
	z-index: 1;
}
section.about_us_section .row {
	justify-content: space-between;
	align-items: flex-start;
}
section.about_us_section .row .col-12.col-md-5 {
	padding: 65px 0 0 !important;
}
section.about_us_section .row .col-12.col-md-5 h2 {
	margin-bottom: 20px;
}
section.about_us_section .row .col-12.col-md-5 .about_us_desc p {
	margin-bottom: 25px;
}
section.about_us_section .row .col-12.col-md-5 .about_us_desc p:last-child {
	margin-bottom: 0;
}
section.about_us_section .row .col-12.col-md-6 {
	padding: 0;
	position: relative;
	z-index: 3;
}
section.about_us_section .row .col-12.col-md-6 img {
	width: 100%;
	height: 530px;
	object-fit: cover;
	display: block;
	position: relative;
	margin-bottom: -85px;
	z-index: 3;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
}
section.about_us_numbers_section {
	background-color: #DF2635;
	padding: 155px 0 80px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
section.about_us_numbers_section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #DF2635;
	z-index: 0;
}
section.about_us_numbers_section .container {
	position: relative;
	z-index: 2;
}
section.about_us_numbers_section:after {
	content: '';
	background-image: url('/wp-content/uploads/2026/03/logo-background.svg');
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 250px;
	height: 330px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
section.about_us_numbers_section .about_us_number_box {
	text-align: center;
	justify-content: center;
	margin-bottom: 55px;
	gap: 50px;
}
section.about_us_numbers_section .about_us_number_box .about_us__number_wrap {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: nowrap;
}
section.about_us_numbers_section .about_us_number_box span.about_us__suffix.about_us__suffix--space {
	margin-left: 12px;
}
section.about_us_numbers_section .about_us_number_box .about_us__number, section.about_us_numbers_section .about_us_number_box span.about_us__suffix.about_us__suffix--space, section.about_us_numbers_section .about_us_number_box span.about_us__suffix {
	font-weight: 700;
	font-size: 64px;
	line-height: 57px;
	color: #fff;
	margin-bottom: 20px;
}
section.about_us_numbers_section .about_us_number_box .about_us__text {
	font-size: 16px;
	line-height: 27px;
	color: #fff;
}
section.about_us_numbers_section .about_us_btn {
	justify-items: center;
	display: flex;
	justify-content: center;
}
section.realizations-section {
	padding: 100px 0;
	background-color: #F5F5F5;
}
section.realizations-section h2 {
	margin-bottom: 20px;
}
section.realizations-section .realizations_desc p {
	margin-bottom: 60px;
}
section.realizations-section .recent-realizations {
	margin-bottom: 60px;
	padding: 0 70px;
}
section.realizations-section .recent-realizations .row {
	display: flex;
	flex-wrap: nowrap;
	gap: 50px;
	align-items: stretch;
}
section.realizations-section .recent-realizations article.realization-item {
	width: calc(33.33% - 33px);
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
	background-color: #fff;
	padding: 0;
	display: flex;
	flex-direction: column;
	height: auto;
}
section.realizations-section .recent-realizations article.realization-item a.realization-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
}
section.realizations-section .recent-realizations article.realization-item a.realization-link .realization-box-title {
	height: 100%;
}
section.realizations-section .recent-realizations article.realization-item .realization-thumb {
	height: 420px;
	overflow: hidden;
	flex-shrink: 0;
}
section.realizations-section .recent-realizations article.realization-item .realization-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease, filter 0.5s ease;
}
section.realizations-section .recent-realizations article.realization-item:hover .realization-thumb img {
	transform: scale(1.03);
	filter: brightness(0.97);
}
section.realizations-section .recent-realizations article.realization-item h4 {
	padding: 20px 30px;
	transition: all .2s ease-out;
	flex: 1;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	align-items: center; 
}
section.realizations-section .recent-realizations article.realization-item:hover h4 {
	color: #555;
	transition: all .2s ease-out;
}
section.realizations-section .realization_btn {
	justify-items: center;
	display: flex;
	justify-content: center;
}
section.rent-section {
	padding: 100px 0;
}
section.rent-section .container {
	padding: 0!important;
}
section.rent-section .container .row:first-child {
	margin-left: 0;
	margin-right: 0;
}
section.rent-section h2 {
	margin-bottom: 20px;
}
section.rent-section .rent_desc p {
	margin-bottom: 20px;
}
section.rent-section .rent_localization {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
section.rent-section .rent_localization .rent_localization-icon {
	height: 19px;
}
section.rent-section .rent_localization .rent_localization-text {
	font-weight: 500;
}
section.rent-section .rent_box_all {
	margin: 60px 0;
	gap: 20px;
	flex-direction: row;
	flex-wrap: nowrap;
}
section.rent-section .rent_box_all .rent_box {
	width: calc(33.33% - 13px);
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
	background-color: #fff;
	padding: 50px 30px 40px!important;
}
section.rent-section .rent_box_all .rent_box img {
	height: 60px;
	width: 60px;
	margin-bottom: 30px;
}
section.rent-section .rent_box_all .rent_box h3 {
	margin-bottom: 25px;
}
section.rent-section .rent_btn {
	justify-items: center;
	display: flex;
	justify-content: center;
}
section.opinions-sections {
	padding: 100px 0;
	background-color: #F5F5F5;
}
section.opinions-sections .container {
	padding: 0!important;
}
section.opinions-sections h2 {
	margin-bottom: 50px;
}
section.opinions-sections .ti-widget.ti-goog .ti-footer.source-Google .ti-profile-img {
	flex: 0 0 64px!important;
	width: 64px!important;
	height: 64px!important;
	margin: 0 15px 0 0!important;
	overflow: hidden!important;
	background-image: url("/wp-content/uploads/2026/03/favicon.png")!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: 77%!important;
	background-color: #fff!important;
}
section.opinions-sections .ti-widget.ti-goog .ti-footer.source-Google .ti-profile-img img {
	width: 0!important;
	height: 0!important;
	opacity: 0!important;
	visibility: hidden!important;
}
@media (max-width: 1200px) {
	section.buildings-section {
		padding-top: 70px;
	}
	section.brands_section {
		padding: 170px 0 70px;
		margin-top: -70px;
	}
	section.brands_section .brands_title-image h2 {
		margin-bottom: 50px;
	}
	section.about_us_section {
		padding-top: 70px;
	}
	section.about_us_numbers_section {
		padding: 120px 0 70px;
		margin-top: -50px;
	}
	section.about_us_numbers_section .about_us_number_box {
		margin-bottom: 40px
	}
	section.realizations-section {
		padding: 70px 0;
	}
	section.realizations-section .recent-realizations {
		margin-bottom: 40px;
	}
	section.rent-section {
		padding: 70px 0;
	}
	section.rent-section .rent_box_all {
		margin: 40px 0;
	}
	section.opinions-sections {
		padding: 70px 0;
	}
	section.opinions-sections h2 {
		margin-bottom: 35px;
	}
}
@media (max-width: 991px) {
	section.buildings-section .col-md-7 {
		width: 75%;
	}
	section.buildings-section .buildings_offer_box .col-12.col-md-4 {
		width: calc(50% - 12px);
	}
	section.brands_section {
		padding: 120px 0 70px;
		margin-top: -70px
	}
	section.about_us_section .row {
		flex-direction: column;
		gap: 50px;
	}
	section.about_us_section .row .col-12.col-md-5, section.about_us_section .row .col-12.col-md-6 {
		width: 100%;
	}
	section.realizations-section .col-md-7 {
		width: 75%;
	}
	section.realizations-section .recent-realizations .row {
		flex-wrap: wrap;
		gap: 30px;
	}
	section.realizations-section .recent-realizations article.realization-item {
		width: calc(50% - 15px);
	}
	section.rent-section .rent_box_all {
		flex-wrap: wrap;
	}
	section.rent-section .rent_box_all .rent_box {
		width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.hero-section {
		height: auto;
	}
	.hero-bg-slide {
		background-image: var(--hero-image-mobile);
	}
	section.hero-section .hero_desc p {
		font-size: 14px;
		line-height: 23px;
	}
	section.buildings-section {
		padding: 50px 0 0;
	}
	section.buildings-section .col-md-7 {
		width: 100%;
	}
	section.buildings-section h2 {
		margin-bottom: 15px;
	}
	section.buildings-section .buildings_desc p {
		margin-bottom: 35px;
	}
	section.buildings-section .buildings_offer_box.row {
		margin-left: 0;
		margin-right: 0;
	}
	section.buildings-section .buildings_offer_box .col-12.col-md-4 {
		width: 100%;
		padding: 35px 20px 30px;
	}
	section.buildings-section .buildings_offer_box .buildings_box .buildings_box-icon {
		margin-bottom: 20px;
	}
	section.buildings-section .buildings_offer_box .buildings_box h3.buildings_box-title {
		margin-bottom: 15px;
	}
	section.buildings-section .buildings_offer_box.row .buildings_box-desc p {
		margin-bottom: 25px;
	}
	section.brands_section {
		padding: 150px 0 50px;
	}
	section.brands_section .container {
		padding-right: var(--bs-gutter-x,.75rem)!important;
		padding-left: var(--bs-gutter-x,.75rem)!important;
	}
	section.brands_section .brands_title-image h2 {
		margin-bottom: 25px;
	}
	section.about_us_section {
		padding-top: 50px;
	}
	section.about_us_section .row {
		margin-left: 0!important;
		margin-right: 0!important;
		gap: 40px;
	}
	section.about_us_section .row .col-12.col-md-5 {
		padding: 0!important;
	}
	section.about_us_section .row .col-12.col-md-5 h2 {
		margin-bottom: 15px;
	}
	section.about_us_section .row .col-12.col-md-5 .about_us_desc p {
		margin-bottom: 20px;
	}
	section.about_us_section .row .col-12.col-md-6:last-child {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	section.about_us_section .row .col-12.col-md-5 .about_us_desc p:last-child {
		margin-bottom: 0px;
	}
	section.about_us_section .row .col-12.col-md-6 img {
		height: 260px;
		margin-bottom: 0!important;
	}
	section.about_us_numbers_section {
		margin-top: -90px;
		padding: 140px 0 50px;
	}
	section.about_us_numbers_section .about_us_number_box {
		gap: 45px;
		margin-bottom: 40px;
	}
	section.about_us_numbers_section .about_us_number_box .about_us__number {
		font-size: 52px;
		line-height: 57px;
	}
	section.about_us_numbers_section:after {
		display: none;
	}
	section.realizations-section {
		padding: 50px 0;
	}
	section.realizations-section .col-md-7 {
		width: 100%;
	}
	section.realizations-section h2 {
		margin-bottom: 15px;
	}
	section.realizations-section .realizations_desc p {
		margin-bottom: 25px;
	}
	section.realizations-section .recent-realizations {
		padding: 0 24px;
	}
	section.realizations-section .recent-realizations .row {
		flex-wrap: wrap;
		gap: 24px;
	}
	section.realizations-section .recent-realizations article.realization-item {
		width: 100%;
	}
	section.realizations-section .recent-realizations article.realization-item .realization-thumb img {
		height: 100%
	}
	section.realizations-section .recent-realizations article.realization-item h4 {
		padding: 20px 15px 15px;
	}
	section.realizations-section .recent-realizations {
		margin-bottom: 35px;
	}
	section.rent-section {
		padding: 50px 0;
	}
	section.rent-section .container {
		padding-left: var(--bs-gutter-x,.75rem)!important;
		padding-right: var(--bs-gutter-x,.75rem)!important;
	}
	section.rent-section h2 {
		margin-bottom: 15px;	
	}
	section.rent-section .rent_localization .rent_localization-text {
		font-size: 15px;
		line-height: 26px;
	}
	section.rent-section .rent_box_all {
		margin: 35px 0;
	}
	section.rent-section .rent_box_all {
		flex-direction: column;
	}
	section.rent-section .rent_box_all .rent_box {
		width: 100%;
		padding: 30px!important;
	}
	section.rent-section .rent_box_all .rent_box img {
		width: 55px;
		height: 55px;
		margin-bottom: 15px;
	}
	section.rent-section .rent_box_all .rent_box h3 {
		margin-bottom: 15px;
	}
	section.opinions-sections {
		padding: 50px 0;
	}
	section.opinions-sections .container {
		padding-left: var(--bs-gutter-x,.75rem)!important;
		padding-right: var(--bs-gutter-x,.75rem)!important;
	}
	section.opinions-sections h2 {
		margin-bottom: 20px;
	}
	.ti-widget.ti-goog .ti-col-1 .ti-reviews-container, .ti-widget.ti-goog .ti-widget-container {
		margin-bottom: 0!important
	}
	.ti-widget.ti-goog .ti-controls-line {
		margin: 20px auto 0!important;
	}
}

/* CTA */
section.cta-section {
	padding: 130px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
section.cta-section .cta_content {
	background-color: #DF2635;
	padding: 80px 60px;
	width: 60%;
	position: relative;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
}
section.cta-section .cta_content:after {
	content: '';
	background-image: url('/wp-content/uploads/2026/03/logo-background.svg');
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	height: 264px;
	background-repeat: no-repeat;
	background-size: contain;
}
section.cta-section .cta_content h2 {
	margin-bottom: 20px;
	color: #fff;
}
section.cta-section .cta_content .cta_desc p {
	margin-bottom: 30px;
	color: #fff;
}
@media (max-width: 1200px) {
	section.cta-section {
		padding: 115px 0;
	}
	section.cta-section .cta_content {
		width: 75%;
	}
}
@media (max-width: 991px) {
	section.cta-section {
		padding: 105px 0;
	}
	section.cta-section .cta_content {
		width: 95%;
	}
}
@media (max-width: 768px) {
	section.cta-section {
		padding: 95px 0;
	}
	section.cta-section .cta_content {
		width: 100%;
		padding: 45px 20px;
	}
	section.cta-section .cta_content h2 {
		margin-bottom: 15px;
	}
	section.cta-section .cta_content:after {
		right: 30px;
		top: 58%;
		height: 242px;
		width: 183px;
	}
	.btn_cta {
		font-size: 18px;
		line-height: 27px;
		padding: 20px 40px;
		width: 100%;
		text-align: center;
	}
}

/* STOPKA */
footer.footer-section {
	background-color: #131313;
	padding: 80px 0 30px;
}
footer.footer-section .row {
	flex-wrap: nowrap;
	justify-content: space-between;
}
footer.footer-section .row:first-child {
	padding-bottom: 80px;
	border-bottom: 1px solid #fff;
}
footer.footer-section .left-side-footer.logo-text {
	width: 30%;
}
footer.footer-section .footer-logo img {
	height: 40px;
	width: 322px;
	margin-bottom: 20px;
}
footer.footer-section .footer_desc p {
	color: #fff;
	line-height: 29px;
}
footer.footer-section .footer_desc p strong {
	font-weight: 500!important;
}
footer.footer-section .menu-text h5 {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 16px;
}
footer.footer-section .footer-menu {
	width: 20%;
}
footer.footer-section .footer-menu ul {
	list-style-type: none;
}
footer.footer-section .footer-menu ul li {
	margin-bottom: 8px;
}
footer.footer-section .footer-menu ul li:last-child {
	margin-bottom: 0;
}
footer.footer-section .footer-menu ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	transition: all .2s ease-out;
}
footer.footer-section .footer-menu ul li a:hover {
	color: #e1e1e1;
	transition: all .2s ease-out;
}
footer.footer-section .fast-contact {
	width: 23%;
}
footer.footer-section .fast-contact .fast-contact-phone, footer.footer-section .fast-contact .fast-contact-email {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
footer.footer-section .fast-contact .fast-contact-phone .fast-contact-icon, footer.footer-section .fast-contact .fast-contact-email .fast-contact-icon {
	height: 19px;
}
footer.footer-section .fast-contact .fast-contact-info a {
	color: #fff;
	line-height: 27px;
	margin-bottom: 5px;
	transition: all .2s ease-out;
}
footer.footer-section .fast-contact .fast-contact-info a:hover {
	color: #e1e1e1;
	transition: all .2s ease-out;
} 
footer.footer-section .fast-contact .fast-contact-title {
	color: #fff;
	line-height: 27px;
	margin-bottom: 5px;
	margin-top: 10px
}
footer.footer-section .fast-contact .fast-contact-email {
	margin-top: 5px;
}
footer.footer-section .right-side-footer {
	width: 27%;
}
footer.footer-section .right-side-footer .footer_cta {
	margin-bottom: 25px;
}
footer.footer-section .right-side-footer .menu-text h5 {
	margin-bottom: 10px;
}
footer.footer-section .sub-footer {
	padding-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
footer.footer-section .sub-footer p.copy-text, footer.footer-section .sub-footer p.copy-text a {
	color: #fff;
	transition: all .2s ease-out;
}
footer.footer-section .sub-footer p.copy-text a:hover {
	color: #e1e1e1;
	transition: all .2s ease-out;
}
footer.footer-section .sub-footer p.copy-text span.separator {
	margin: 0 7px;
}
footer.footer-section .sub-footer a.author {
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}
@media (max-width: 1200px) {
	footer.footer-section {
		padding: 70px 0 25px;
	}
	footer.footer-section .row:first-child {
		flex-wrap: wrap;
		row-gap: 40px;
		padding-bottom: 50px;
	}
	footer.footer-section .left-side-footer.logo-text, footer.footer-section .footer-menu, footer.footer-section .fast-contact, footer.footer-section .right-side-footer {
		width: 50%;
	}
}
@media (max-width: 991px) {
	footer.footer-section .row:first-child {
		column-gap: 30px;
	}
	footer.footer-section .left-side-footer.logo-text, footer.footer-section .footer-menu, footer.footer-section .fast-contact, footer.footer-section .right-side-footer {
		width: calc(50% - 15px);
	}
	footer.footer-section .sub-footer {
		flex-direction: column;
		gap: 12px;
	}
}
@media (max-width: 768px) {
	footer.footer-section {
		padding: 50px 0 25px;
	}
	footer.footer-section .row:first-child {
		flex-direction: column;
		gap: 25px;
	}
	footer.footer-section .left-side-footer.logo-text, footer.footer-section .footer-menu, footer.footer-section .fast-contact, footer.footer-section .right-side-footer {
		width: 100%;
	}
	footer.footer-section .footer-logo img {
		height: 32px;
		width: 263px;
	}
	footer.footer-section .footer_desc p:nth-child(2) {
		line-height: 20px;
	}
	footer.footer-section .footer_desc p {
		line-height: 26px;
	}
	footer.footer-section .menu-text h5 {
		margin-bottom: 10px;
	}
	footer.footer-section .footer-menu ul li {
		margin-bottom: 5px;
	}
	footer.footer-section .footer-menu ul li a, footer.footer-section .fast-contact .fast-contact-info a, footer.footer-section .fast-contact .fast-contact-title {
		font-size: 15px;
		line-height: 26px;
	}
	footer.footer-section .fast-contact .fast-contact-phone .fast-contact-icon img, footer.footer-section .fast-contact .fast-contact-email .fast-contact-icon img {
		width: 15px;
		height: 15px;
	}
	footer.footer-section .row:first-child {
		padding-bottom: 40px
	}
	footer.footer-section .sub-footer {
		padding-top: 20px;
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
	footer.footer-section .sub-footer p.copy-text {
		text-align: center;
	}
	footer.footer-section .sub-footer p.copy-text span.separator {
		margin: 0 4px;
	}
	footer.footer-section .sub-footer a.author {
		gap: 5px;
	}
	footer.footer-section .sub-footer a.author span {
		font-size: 15px;
		line-height: 26px;
	}
	footer.footer-section .sub-footer a.author img {
		height: 17px;
	}
}

/* BANNER */
section.banner-section {
	padding: 160px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
section.banner-section h1.banner_header {
	color: #fff;
	margin-bottom: 20px;
}
section.banner-section .banner_desc p {
	color: #fff;
}
section.banner-section nav.rank-math-breadcrumb {
	margin-bottom: 20px;
}
section.banner-section nav.rank-math-breadcrumb span.separator {
	padding: 0 7px;
	color: #fff;
	font-size: 15px;
	line-height: 180%;
	font-weight: 400;
}
section.banner-section nav.rank-math-breadcrumb span, section.banner-section nav.rank-math-breadcrumb a {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
}
@media (max-width: 1200px) {
	section.banner-section {
		padding: 130px 0;
		background-repeat: no-repeat;
	}
}
@media (max-width: 768px) {
	section.banner-section {
		padding: 100px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section.banner-section nav.rank-math-breadcrumb span.separator {
		padding: 0 4px;
		font-size: 14px;
	}
}

/* FIRMA BUDOWLANA */
.page-id-18 section.buildings-section {
	padding: 100px 0;
}
@media (max-width: 1200px) {
	.page-id-18 section.buildings-section {
		padding: 70px 0;
	}
}
@media (max-width: 768px) {
	.page-id-18 section.buildings-section {
		padding: 50px 0;
	}
}

/* OFERTA FIRMA BUDOWLANA */
section.offer-first-section {
	padding: 60px 0 40px
}
section.offer-first-section .offer-first-section__image img {
	width: 540px;
	height: 597px;
	object-fit: cover;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
}
section.offer-first-section .row .col-lg-6:first-child {
	margin-top: 30px
}
section.offer-first-section .row .col-lg-6:last-child {
	text-align: end;
}
section.offer-first-section h2.section_header {
	margin-bottom: 20px;
}
section.offer-first-section h2.offer-first-icons__header {
	margin-top: 50px;
	margin-bottom: 40px;
}
section.offer-first-section .offer-first-icons__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.offer-first-section .offer-first-icons__list .offer-first-icons__item {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}
section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__icon {
	height: 40px;
}
section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__icon img {
	height: 40px;
	width: 40px;
}
section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__text {
	font-size: 20px;
	line-height: 30px;
	color: #131313;
	font-weight: 500;
}
section.offer-range-section {
	padding: 40px 0 0;
}
section.offer-range-section .row {
	margin-left: 0!important;
	margin-right: 0!important;
}
section.offer-range-section .container {
	padding-left: 0!important;
	padding-right: 0!important;
}
section.offer-range-section h2.section_header {
	margin-bottom: 40px;
}
section.offer-range-section .offer-range-boxes {
	margin-top: 60px;
	gap: 24px;
}
section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 {
	background-color: #fff;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
	padding: 30px 20px 50px 30px!important;
	width: calc(33.33% - 16px);
}
section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 h3.offer-range-box__title {
	margin-bottom: 20px;
}
section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 .offer-range-box__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 .offer-range-box__list-item {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 .offer-range-box__list-item span {
	line-height: 24px;
}
.trusted-brands-global-wrap section.brands_section .brands_title-image h2 {
	text-align: center;
}
.opinions-global-wrap section.opinions-sections {
	background-color: #fff;
}
section.offer-construction-buildings-section.buildings-section {
	padding: 100px 0;
}
section.offer-construction-buildings-section.buildings-section .buildings_offer_box.row {
	margin-left: 0!important;
	margin-right: 0!important;
}
section.offer-construction-buildings-section.buildings-section .container {
	padding-left: 0!important;
	padding-right: 0!important;
}
section.offer-construction-buildings-section.buildings-section .offer-construction-buildings-list {
	margin-top: 50px
}
section.offer-construction-buildings-section.buildings-section .buildings_offer_box {
	gap: 30px;
}
section.offer-construction-buildings-section.buildings-section .buildings_offer_box .col-12.col-md-4 {
	width: calc(50% - 15px);
	padding: 50px 35px;
}
@media (max-width: 1200px) {
	section.offer-first-section .row {
		flex-direction: column;
		gap: 40px
	}
	section.offer-first-section .row .col-12.col-lg-6 {
		width: 100%;
	}
	section.offer-first-section .row .col-lg-6:first-child {
		margin-top: 0;
	}
	section.offer-first-section h2.offer-first-icons__header {
		margin-top: 35px;
		margin-bottom: 20px;
	}
	section.offer-first-section .offer-first-icons__list {
		gap: 10px;
	}
	section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__icon {
		height: 30px;
	}
	section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__icon img {
		width: 30px;
		height: 30px;
	}
	section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__text {
		font-size: 18px;
		line-height: 36px;
	}
	section.offer-first-section .offer-first-section__image img {
		width: 100%;
		height: 100%;
	}
	section.offer-range-section h2.section_header {
		margin-bottom: 20px;
	}
	section.offer-range-section .offer-range-boxes {
		margin-top: 30px;
	}
	section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 {
		width: calc(50% - 12px);
	}
	section.offer-construction-buildings-section.buildings-section {
		padding: 70px 0;
	}
	section.offer-construction-buildings-section.buildings-section .offer-construction-buildings-list {
		margin-top: 35px;
	}
}
@media (max-width: 768px) {
	section.offer-first-section {
		padding: 50px 0 20px;
	}
	section.offer-first-section h2.section_header {
		margin-bottom: 15px;
	}
	section.offer-first-section h2.offer-first-icons__header {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	section.offer-first-section .offer-first-icons__list {
		gap: 15px;
	}
	section.offer-first-section .offer-first-icons__list .offer-first-icons__item {
		gap: 12px;
	}
	section.offer-first-section .offer-first-icons__list .offer-first-icons__item .offer-first-icons__text {
		font-size: 16px;
		line-height: 26px;
	}
	section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 .offer-range-box__list {
		gap: 10px;
	}
	section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 .offer-range-box__list-item {
		gap: 5px;
	}
	section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 .offer-range-box__list-item span {
		line-height: 20px;
		font-size: 15px;
	}
	section.offer-first-section .row {
		gap: 30px;
	}
	section.offer-range-section {
		padding: 20px 0 0;
	}
	section.offer-range-section .container {
		padding-left: var(--bs-gutter-x,.75rem)!important;
		padding-right: var(--bs-gutter-x,.75rem)!important;
	}
	section.offer-range-section .row {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	section.offer-range-section h2.section_header {
		margin-bottom: 15px;
	}
	section.offer-range-section .offer-range-boxes {
		margin-top: 20px;
		flex-direction: column;
	}
	section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 {
		width: 100%;
	}
	.trusted-brands-global-wrap section.brands_section .brands_title-image h2 {
		text-align: left;
	}
	section.offer-construction-buildings-section.buildings-section {
		padding: 50px 0;
	}
	section.offer-construction-buildings-section.buildings-section .container {
		padding-left: var(--bs-gutter-x,.75rem)!important;
		padding-right: var(--bs-gutter-x,.75rem)!important;
	}
	section.offer-construction-buildings-section.buildings-section .offer-construction-buildings-list {
		margin-top: 20px;
	}
	section.offer-construction-buildings-section.buildings-section .buildings_offer_box.row {
		flex-direction: column;
		gap: 24px;
	}
	section.offer-construction-buildings-section.buildings-section .buildings_offer_box .col-12.col-md-4 {
		width: 100%;
	}
}

/* OFERTA FIRMA BUDOWLANA - ROBOTY ZIEMNE */
.page-template-construction-offer-page.page-id-30 section.offer-range-section .offer-range-boxes {
	flex-direction: column;
}
.page-template-construction-offer-page.page-id-30 section.offer-range-section .offer-range-boxes .col-12.col-md-6.col-lg-4 {
	width: 100%;
}

/* STOLARKA OKIENNA */
section.joinery-our-offer-section {
	padding: 80px 0 0;
}
section.joinery-our-offer-section .container {
	padding-left: 0!important;
	padding-right: 0!important;
}
section.joinery-our-offer-section .row {
	margin-left: 0!important;
	margin-right: 0!important;
	gap: 24px;
}
section.joinery-our-offer-section h2.section_header {
	margin-bottom: 70px;
}
section.joinery-our-offer-section .col-12.col-md-6.col-lg-4 {
	background-color: #fff;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
	padding: 40px 30px 55px!important;
	width: calc(33.33% - 16px);
}
section.joinery-our-offer-section .col-12.col-md-6.col-lg-4 h3.joinery-our-offer-box__title {
	margin-top: 20px;
	margin-bottom: 10px;
}
section.joinery-offer-section {
	padding: 165px 0 110px;
	margin-top: -65px;
	background-color: #F5F5F5;
}
section.joinery-offer-section .row {
	margin-left: 0!important;
	margin-right: 0!important;
	gap: 100px;
}
section.joinery-offer-section .row .col-lg-6 {
	width: calc(50% - 50px);
}
section.joinery-offer-section .joinery-offer-list .joinery-offer-item:first-child {
	padding: 0 0 70px;
}
section.joinery-offer-section .joinery-offer-list .joinery-offer-item {
	padding: 70px 0;
	border-bottom: 1px solid #000000;
}
section.joinery-offer-section .joinery-offer-list .joinery-offer-item:last-child {
	padding: 70px 0 0;
	border-bottom: unset;
}
section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content h2.joinery-offer-item__title {
	margin-bottom: 20px;
}
section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__text {
	margin-bottom: 15px;
}
section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__list .joinery-offer-item__list-item {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__list .joinery-offer-item__list-item span.joinery-offer-item__list-text {
	line-height: 12px;
}
section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__image img {
	width: 100%;
	height: 100%;
}
@media (max-width: 1200px) {
	section.joinery-our-offer-section {
		padding: 70px 0 0;
	}
	section.joinery-our-offer-section h2.section_header {
		margin-bottom: 50px
	}
	section.joinery-our-offer-section .col-12.col-md-6.col-lg-4 {
		width: calc(50% - 12px);
	}
	section.joinery-offer-section {
		padding: 140px 0 70px;
	}
	section.joinery-offer-section .row {
		gap: 30px;
	}
	section.joinery-offer-section .row .col-lg-6:first-child {
		width: calc(60% - 15px);
	}
	section.joinery-offer-section .row .col-lg-6:last-child {
		width: calc(40% - 15px);
	}
}
@media (max-width: 991px) {
	section.joinery-offer-section {
		padding: 110px 0 70px;
		margin-top: -50px;
	}
	section.joinery-offer-section .row {
		flex-direction: column;
	}
	section.joinery-offer-section .row {
		gap: 30px;
	}
	section.joinery-offer-section .row .col-lg-6{
		width: 100%!important;
	}
	section.joinery-offer-section .joinery-offer-list .joinery-offer-item:first-child {
		padding: 0 0 50px;
	}
	section.joinery-offer-section .joinery-offer-list .joinery-offer-item {
		padding: 50px 0;
	}
	section.joinery-offer-section .joinery-offer-list .joinery-offer-item:last-child {
		padding: 50px 0 0;
	}
}
@media (max-width: 768px) {
	section.joinery-our-offer-section {
		padding: 50px 0 0;
	}
	section.joinery-our-offer-section .container {
		padding-left: var(--bs-gutter-x,.75rem)!important;
		padding-right: var(--bs-gutter-x,.75rem)!important;
	}
	section.joinery-our-offer-section h2.section_header {
		margin-bottom: 25px;
	}
	section.joinery-our-offer-section .row {
		flex-direction: column;
	}
	section.joinery-our-offer-section .col-12.col-md-6.col-lg-4 {
		width: 100%;
		padding: 25px!important
	}
	section.joinery-our-offer-section .col-12.col-md-6.col-lg-4 .joinery-our-offer-box .joinery-our-offer-box__icon img {
		width: 55px;
		height: 55px;
	}
	section.joinery-our-offer-section .col-12.col-md-6.col-lg-4 h3.joinery-our-offer-box__title {
		margin-top: 13px;
		margin-bottom: 5px;
	}
	section.joinery-offer-section {
		padding: 90px 0 50px;
	}
	section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content h2.joinery-offer-item__title {
		margin-bottom: 15px;
	}
	section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__text {
		margin-bottom: 10px;
	}
	section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__list .joinery-offer-item__list-item span.joinery-offer-item__list-text {
		line-height: 20px;
		font-size: 15px;
	}
	section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__list .joinery-offer-item__list-item {
		gap: 5px;
	}
	section.joinery-offer-section .row .col-lg-6 .joinery-offer-item__content .joinery-offer-item__list {
		gap: 10px;
	}
	section.joinery-offer-section .joinery-offer-list .joinery-offer-item:first-child {
		padding: 0 0 30px;
	}
	section.joinery-offer-section .joinery-offer-list .joinery-offer-item {
		padding: 30px 0;
	}
	section.joinery-offer-section .joinery-offer-list .joinery-offer-item:last-child {
		padding: 30px 0 0;
	}
}

/* O NAS */
section.about-us-section {
	padding: 60px 0 0;
	position: relative;
	overflow: visible;
	z-index: 2;
}
section.about-us-section .align-items-start {
	overflow: visible;
}
section.about-us-section .align-items-start .col-12.col-lg-6 {
	position: relative;
	z-index: 3;
}
section.about-us-section .align-items-start .col-12.col-lg-6:first-child {
	margin-top: 35px;
}
section.about-us-section .align-items-start .col-12.col-lg-6:last-child {
	position: relative;
	z-index: 10;
}
section.about-us-section .about-us-section__content h2.about-us-section__header {
	margin-bottom: 20px;
}
section.about-us-section .about-us-section__content .about-us-section__desc {
	margin-bottom: 30px;
}
section.about-us-section .about-us-section__content .about-us-section__desc p:last-child {
	margin-top: 25px;
}
section.about-us-section .about-us-section__icons {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.about-us-section .about-us-section__icons .about-us-section__icon-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
	align-items: center;
}
section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-image {
	height: 40px;
}
section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-image img {
	height: 40px;
	width: 40px;
}
section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-text {
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
}
section.about-us-section .align-items-start .col-12.col-lg-6 .about-us-section__image {
	display: flex;
	text-align: right;
	justify-content: end;
	position: relative;
	z-index: 10;
	overflow: visible;
}
section.about-us-section .align-items-start .col-12.col-lg-6 .about-us-section__image img {
	position: relative;
	margin-bottom: -70px;
	z-index: 20;
	display: block;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
}
section.about-us-area-section {
	padding: 100px 0;
}
section.about-us-area-section h2.about-us-area-section__header {
	margin-bottom: 20px;
}
section.about-us-area-section .about-us-area-section__desc {
	margin-bottom: 60px;
}
section.about-us-area-section #map {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
section.about-us-area-section .leaflet-container {
  font-family: inherit;
}
section.about-us-area-section .map-tooltip {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1400px) {
	section.about-us-section .align-items-start .col-12.col-lg-6:first-child {
		margin-top: 0;
	}
	section.about-us-section .about-us-section__content .about-us-section__desc p:last-child {
		margin-top: 15px;
	}
	section.about-us-section .about-us-section__icons {
		gap: 20px;
	}
	section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-image {
		height: 30px;
	}
	section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-image img {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 1200px) {
	section.about-us-area-section {
		padding: 80px 0;
	}
	section.about-us-section .about-us-section__content .about-us-section__desc {
		margin-bottom: 20px;
	}
	section.about-us-section .about-us-section__icons {
		gap: 15px;
	}
	section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-text {
		font-size: 18px;
	}
	.page-id-22 section.about_us_numbers_section {
		margin-top: 0
	}
}
@media (max-width: 991px) {
	section.about-us-section .align-items-start {
		flex-direction: column;
		gap: 35px;
	}
	section.about-us-section .about-us-section__content h2.about-us-section__header {
		margin-bottom: 15px;
	}
	section.about-us-section .align-items-start .col-12.col-lg-6 .about-us-section__image {
		justify-content: start;
	}
	section.about-us-section .align-items-start .col-12.col-lg-6 .about-us-section__image img {
		width: 100%;
		height: 600px;
		object-fit: cover;
		margin-bottom: -50px;
	}
	section.about-us-area-section {
		padding: 70px 0;
	}
	section.about-us-area-section h2.about-us-area-section__header {
		margin-bottom: 15px;
	}
	section.about-us-area-section .about-us-area-section__desc {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	section.about-us-section {
		padding: 50px 0 0;
	}
	section.about-us-section .about-us-section__content .about-us-section__desc p:last-child {
		margin-top: 10px;
	}
	section.about-us-section .about-us-section__icons .about-us-section__icon-item {
		gap: 12px;
		flex-direction: row;
	}
	section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-text {
		font-size: 16px;
		line-height: 26px;
	}
	section.about-us-section .about-us-section__content .about-us-section__desc {
		margin-bottom: 25px;
	}
	section.about-us-section .align-items-start {
		gap: 30px;
	}
	section.about-us-section .about-us-section__icons .about-us-section__icon-item .about-us-section__icon-image {
		height: 31px;
	}
	section.about-us-section .align-items-start .col-12.col-lg-6 .about-us-section__image img {
		margin-bottom: 0px;
		height: 420px;
	}
	.page-id-22 section.about_us_numbers_section {
		margin-top: -90px;
	}
	section.about-us-area-section {
		padding: 50px 0;
	}
	section.about-us-area-section .about-us-area-section__desc {
		margin-bottom: 30px;
	}
	section.about-us-area-section #map {
		height: 360px;
	}
}

/* KONTAKT */
section.contact-quote-section {
	background-color: #F1F1F1;
	padding: 60px 0 50px;
}
section.contact-quote-section .contact-quote-section__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
section.contact-quote-section h2.contact-quote-section__header {
	margin-bottom: 20px;
}
section.contact-details-section {
	padding: 100px 0 120px;
}
section.contact-details-section h2.contact-details-section__header {
	margin-bottom: 50px;
}
section.contact-details-section .contact-details-section__info {
	padding-top: 50px;
}
section.contact-details-section .contact-details-section__info .contact-details-section__desc {
	margin-bottom: 40px
}
section.contact-details-section .contact-details-section__info h4.contact-details-section_header {
	font-weight: 600;
	margin-bottom: 15px;
}
section.contact-details-section .contact-details-section__info .fast-contact-item .fast-contact-title {
	margin-bottom: 5px;
}
section.contact-details-section .contact-details-section__info .fast-contact-item {
	margin-bottom: 10px;
}
section.contact-details-section .contact-details-section__info .fast-contact-item:last-child {
	margin-bottom: 0px;
}
section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-phone .fast-contact-info a, section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-email .fast-contact-info a {
	color: #131313;
	font-size: 16px;
	line-height: 27px;
}
section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-email {
	margin-top: 5px;
}
section.contact-details-section .col-12.col-lg-7 {
	text-align: right;
}
section.contact-details-section .col-12.col-lg-7 .contact-details-section__map iframe {
	width: 100%;
	height: 570px;
}
section.contact-details-section .row.align-items-start .col-12 {
	padding-left: calc(var(--bs-gutter-x) * .5)!important;
	padding-right: calc(var(--bs-gutter-x) * .5)!important;
}
section.contact-details-section .contact-details-section__info .contact-details-section__logo {
	margin-bottom: 25px;
}
section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-phone, section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-email {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-phone .fast-contact-icon, section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-email .fast-contact-icon {
	height: 19px;
}
section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-phone img, section.contact-details-section .contact-details-section__fast-contact .fast-contact-item .fast-contact-row.fast-contact-email img {
	height: 17px;
	width: 17px;
}
@media (max-width: 1200px) {
	section.contact-details-section .contact-details-section__info {
		display: flex;
		flex-direction: row;
		gap: 50px;
		margin-bottom: 50px;
	}
	section.contact-details-section .align-items-start {
		flex-direction: column;
	}
	section.contact-details-section .col-12.col-lg-5, section.contact-details-section .col-12.col-lg-7 {
		width: 100%;
	}
	section.contact-details-section .contact-details-section__info .contact-details-section__first-info, section.contact-details-section .contact-details-section__info .contact-details-section__fast-contact {
		width: calc(50% - 25px);
	}
	section.contact-details-section h2.contact-details-section__header {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	section.contact-quote-section .contact-quote-section__inner {
		flex-direction: column;
		gap: 25px;
	}
	section.contact-details-section {
		padding: 70px 0;
	}
	section.contact-details-section h2.contact-details-section__header {
		margin-bottom: 25px;
	}
	section.contact-details-section .contact-details-section__info {
		flex-direction: column;
	}
	section.contact-details-section .contact-details-section__info {
		padding-top: 0;
	}
	section.contact-details-section .contact-details-section__info .contact-details-section__first-info, section.contact-details-section .contact-details-section__info .contact-details-section__fast-contact {
		width: 100%;
	}
	section.contact-details-section .contact-details-section__info .contact-details-section__logo {
		margin-bottom: 20px;
	}
	section.contact-details-section .contact-details-section__info .contact-details-section__desc {
		margin-bottom: 0;
	}
	section.contact-details-section .contact-details-section__info {
		gap: 20px;
		margin-bottom: 30px;
	}
	section.contact-details-section .col-12.col-lg-7 .contact-details-section__map iframe {
		height: 250px;
	}
}
@media (max-width: 768px) {
	section.contact-quote-section {
		padding: 50px 0;
	}
	section.contact-quote-section h2.contact-quote-section__header {
		margin-bottom: 15px;
	}
	section.contact-quote-section h2.contact-quote-section__header {
		gap: 20px;
	}
	section.contact-details-section {
		padding: 50px 0;
	}
	section.contact-details-section .contact-details-section__info h4.contact-details-section_header {
		margin-bottom: 10px;
	}
	section.contact-details-section .contact-details-section__info .fast-contact-item {
		margin-bottom: 7px;
	}
	section.contact-details-section .contact-details-section__info .fast-contact-item .fast-contact-title {
		margin-bottom: 4px;
	}
}

/* SZYBKA WYCENA */
section.quick-quote-form-section {
	padding: 100px 0;
}
section.quick-quote-form-section .container {
	justify-items: center;
	justify-self: center;
	margin: 0 auto;
}
section.quick-quote-form-section .quick-quote-form {
	background-color: #F1F1F1;
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
	padding: 60px 100px;
}
section.quick-quote-form-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
	margin: 0 auto;
	justify-items: center;
	justify-self: center;
}
section.quick-quote-form-section div.wpforms-container-full button.wpforms-submit {
	padding: 20px 45px!important;
	color: #fff!important;
	font-size: 22px!important;
	line-height: 27px!important;
	font-weight: 500!important;
	letter-spacing: 8%!important;
	background-color: #DF2635!important;
	border: 2px solid #DF2635!important;
	text-transform: uppercase!important;
	display: block!important;
	width: fit-content!important;
	transition: all .2s ease-out!important;
	height: auto!important; 
	border-radius: 0!important;
	margin-top: 55px!important;
}
section.quick-quote-form-section div.wpforms-container-full button.wpforms-submit:hover {
	background-color: #131313!important;
	border-color: #131313!important;
	color: #fff!important;
	transition: all .2s ease-out!important;
}
section.quick-quote-form-section div#wpforms-407 {
	margin: 0 auto!important;
}
@media (max-width: 991px) {
	section.quick-quote-form-section {
		padding: 70px 0;
	}
	section.quick-quote-form-section .col-12.col-md-10 {
		width: 100%;
	}
	section.quick-quote-form-section .quick-quote-form {
		padding: 50px 60px;
	}
	section.quick-quote-form-section  .wpforms-container .wpforms-field, section.quick-quote-form-section  .wp-core-ui div.wpforms-container .wpforms-field {
		padding: 12px 0!important;
	}
}
@media (max-width: 768px) {
	section.quick-quote-form-section {
		padding: 50px 12px;
	}
	section.quick-quote-form-section .quick-quote-form {
		padding: 30px 20px;
	}
	section.quick-quote-form-section  .wpforms-container .wpforms-field, section.quick-quote-form-section  .wp-core-ui div.wpforms-container .wpforms-field {
		padding: 8px 0!important;
	}
	div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
		margin-bottom: 10px!important
	}
	section.quick-quote-form-section div#wpforms-407-field_13-container {
		padding: 10px 0 0!important
	}
	section.quick-quote-form-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
		text-align: left;
		margin: 0;
		justify-items: left;
		justify-self: left;
	}
	section.quick-quote-form-section div.wpforms-container-full button.wpforms-submit {
		margin-top: 25px!important;
	}
}

/* WPFORMS */
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
	background: #DF2635!important
}
div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
	background-color: #131313!important;
	border-color: #131313!important;
	color: #fff!important;
	transition: all .2s ease-out!important;
}
.wpforms-field-container div#wpforms-407-field_2-container {
	padding-top: 0!important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	background-color: #FCFCFC!important;
	border-color: #D2D2D2!important;
	border-radius: 0!important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 20px 0!important;
}
.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
	color: #131313!important;
	font-weight: 400!important;
	font-size: 14px!important;
	line-height: 27px!important;
}
.wpforms-container .wpforms-required-label, .wp-core-ui div.wpforms-container .wpforms-required-label {
	color: #131313!important;
	font-weight: 400!important;
	font-size: 14px!important;
	line-height: 27px!important;
}
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
	border-radius: 0!important;
	border: 1px solid #D2D2D2!important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
	color: #131313!important;
	font-size: 13px!important;
	line-height: 19px!important;
	font-weight: 400!important;
}
div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
	border-radius: 0!important;
	border-color: #C9C9C9!important;
}
div.wpforms-container-full input[type=checkbox]:focus:before, div.wpforms-container-full input[type=radio]:focus:before, div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before, div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader.wpforms-focus, div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader:focus-within, div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] .choices__button:focus, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
	border-color: #DF2635!important;
	box-shadow: 0 0 0 1px #DF2635, 0px 1px 2px #DF2635!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #DF2635!important;
}
div.wpforms-container-full input[type=checkbox]:checked:after {
	border-left: 4px solid #DF2635!important;
	border-bottom: 4px solid #DF2635!important
}
div#wpforms-407-field_4-container, div#wpforms-407-field_5-container {
	padding: 0!important;
}
div#wpforms-407-field_13-container {
	padding: 20px 0 0!important;
}

/* REALIZACJE */
section.realizations-grid-section {
	padding: 100px 70px;
}
section.realizations-grid-section .realizations-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px;
	align-items: stretch;
	margin-bottom: 80px;
}
section.realizations-grid-section .realizations-grid article.realization-card {
	width: calc(33.33% - 33.33px);
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
	background-color: #fff;
	padding: 0;
	display: flex;
	flex-direction: column;
	height: auto;
}
section.realizations-grid-section .realizations-grid article.realization-card a.realization-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
}
section.realizations-grid-section .realizations-grid article.realization-card a.realization-card__link .realization-card__content {
	height: 100%;
}
section.realizations-grid-section .realizations-grid article.realization-card .realization-card__image {
	height: 420px;
	overflow: hidden;
	flex-shrink: 0;
}
section.realizations-grid-section .realizations-grid article.realization-card .realization-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease, filter 0.5s ease;
}
section.realizations-grid-section .realizations-grid article.realization-card:hover .realization-card__image img {
	transform: scale(1.03);
	filter: brightness(0.97);
}
section.realizations-grid-section .realizations-grid article.realization-card h4 {
	padding: 20px 30px;
	transition: all .2s ease-out;
	flex: 1;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	align-items: center; 
}
section.realizations-grid-section .realizations-grid article.realization-card:hover h4 {
	color: #555;
	transition: all .2s ease-out;
}
section.realizations-grid-section nav.realizations-pagination ul.page-numbers {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
section.realizations-grid-section nav.realizations-pagination ul.page-numbers li span, section.realizations-grid-section nav.realizations-pagination ul.page-numbers li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	align-content: center;
	display: block;
}
section.realizations-grid-section nav.realizations-pagination ul.page-numbers li a {
	color: #2A2D29;
}
section.realizations-grid-section nav.realizations-pagination ul.page-numbers li span.page-numbers.current {
	background-color: #DF2635;
	color: #fff;
}
section.realizations-grid-section nav.realizations-pagination ul.page-numbers li a.next.page-numbers, section.realizations-grid-section nav.realizations-pagination ul.page-numbers li a.prev.page-numbers {
	background-color: #F1F1F1;
}
@media (max-width: 1400px) {
	section.realizations-grid-section .realizations-grid article.realization-card .realization-card__image {
		height: 300px;
	}
}
@media (max-width: 1200px) {
	section.realizations-grid-section {
		padding: 70px 50px;
	}
	section.realizations-grid-section .realizations-grid {
		gap: 25px;
	}
	section.realizations-grid-section .realizations-grid article.realization-card {
		width: calc(33.33% - 16.77px);
	}
	section.realizations-grid-section .realizations-grid article.realization-card .realization-card__image {
		height: 220px;
	}
	section.realizations-grid-section .realizations-grid {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	section.realizations-grid-section .realizations-grid article.realization-card {
		width: calc(50% - 12.5px)
	}
	section.realizations-grid-section .realizations-grid article.realization-card .realization-card__image {
		height: 280px;
	}
}
@media (max-width: 767px) {
	section.realizations-grid-section {
		padding: 50px 12px;
	}
	section.realizations-grid-section .realizations-grid {
		gap: 20px;
	}
	section.realizations-grid-section .realizations-grid article.realization-card {
		width: 100%;
	}
	section.realizations-grid-section .realizations-grid {
		margin-bottom: 30px;
	}
}

/* KONKRETNA REALIZACJA */
section.single-realization-hero {
	padding: 60px 0;
	background-color: #131313;
}
section.single-realization-hero nav.rank-math-breadcrumb {
	margin-bottom: 15px;
}
section.single-realization-hero nav.rank-math-breadcrumb a, section.single-realization-hero nav.rank-math-breadcrumb span, section.single-realization-hero h1.single-realization-hero__title {
	color: #fff;
}
section.single-realization-hero nav.rank-math-breadcrumb a, section.single-realization-hero nav.rank-math-breadcrumb span {
	font-size: 14px;
	line-height: 27px;
}
section.single-realization-hero nav.rank-math-breadcrumb span.separator {
	font-size: 15px;
	line-height: 27px;
	padding: 0 7px;
}
section.single-realization-content {
	padding: 110px 0 100px;
}
section.single-realization-content .align-items-start {
	gap: 70px;
}
section.single-realization-content .align-items-start .col-12.col-lg-6 {
	width: calc(50% - 35px);
}
section.single-realization-content .single-realization-gallery {
	max-width: 100%;
}
section.single-realization-content .single-realization-gallery__main {
	position: relative;
	margin-bottom: 12px;
}
section.single-realization-content .single-realization-gallery__main-link {
	display: block;
	border-radius: 0;
	overflow: hidden;
	text-decoration: none;
}
section.single-realization-content .single-realization-gallery__main-image {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	opacity: 1;
	transform: scale(1) translateX(0);
	transition: opacity .35s ease, transform .35s ease;
	will-change: opacity, transform;
}
section.single-realization-content .single-realization-gallery__main-image.is-changing {
	opacity: .15;
	transform: scale(1.015) translateX(8px);
}
section.single-realization-content .single-realization-gallery__thumbs {
	position: relative;
	margin-top: 12px;
}
section.single-realization-content .single-realization-gallery__thumbs-viewport {
	overflow: hidden;
	width: 100%;
}
section.single-realization-content .single-realization-gallery__thumbs-track {
	display: flex;
	gap: 10px;
	transition: transform .3s ease;
	will-change: transform;
}
section.single-realization-content .single-realization-gallery__thumb {
	position: relative;
	flex: 0 0 calc((100% - 20px) / 3);
	padding: 0;
	border: 2px solid transparent;
	background: transparent;
	cursor: pointer;
	opacity: 1;
	transform: scale(1);
	overflow: hidden;
	transition: opacity .25s ease, transform .25s ease, border-color .25s ease;
	will-change: opacity, transform;
}
section.single-realization-content .single-realization-gallery__thumb img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
section.single-realization-content .single-realization-gallery__thumb:hover {
	opacity: .9;
	transform: scale(.98);
}
section.single-realization-content .single-realization-gallery__thumb.is-active {
	border-color: #DF2635;
}
section.single-realization-content .single-realization-gallery__thumbs-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 24px;
	height: 24px;
	border: 0;
	background: rgba(0, 0, 0, .55);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .25s ease, opacity .25s ease;
}
section.single-realization-content .single-realization-gallery__thumbs-arrow:hover {
	background: rgba(0, 0, 0, .75);
}
section.single-realization-content .single-realization-gallery__thumbs-arrow:disabled {
	opacity: .3;
	cursor: not-allowed;
}
section.single-realization-content .single-realization-gallery__thumbs-arrow--prev {
	left: 5px;
}
section.single-realization-content .single-realization-gallery__thumbs-arrow--next {
	right: 5px;
}
section.single-realization-content .single-realization-gallery__thumbs-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
section.single-realization-content .single-realization-gallery__thumbs-arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}
section.single-realization-content .single-realization-gallery__thumbs-arrow--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}
section.single-realization-content .single-realization-gallery__hidden {
	display: none;
}
section.single-realization-content .single-realization-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 42px;
	height: 42px;
	border: 0;
	background: rgba(0, 0, 0, .55);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .25s ease, opacity .25s ease;
}
section.single-realization-content .single-realization-gallery__arrow:hover {
	background: rgba(0, 0, 0, .75);
}
section.single-realization-content .single-realization-gallery__arrow--prev {
	left: 16px;
}
section.single-realization-content .single-realization-gallery__arrow--next {
	right: 16px;
}
section.single-realization-content .single-realization-gallery__arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
section.single-realization-content .single-realization-gallery__arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}
section.single-realization-content .single-realization-gallery__arrow--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}
section.single-realization-content .single-realization-content__text h2.single-realization-content__header {
	margin-bottom: 20px;
}
section.single-realization-content .single-realization-content__text .single-realization-content__desc {
	margin-bottom: 60px;
}
section.single-realization-content .single-realization-content__text .single-realization-content__scope h3.single-realization-content__scope-title {
	margin-bottom: 20px;
}
section.single-realization-content .single-realization-content__text .single-realization-content__scope .single-realization-content__scope-text ul {
	list-style: none;
	padding-left: 0;
}
section.single-realization-content .single-realization-content__text .single-realization-content__scope .single-realization-content__scope-text ul li {
	position: relative;
	padding-left: 30px;
}
section.single-realization-content .single-realization-content__text .single-realization-content__scope .single-realization-content__scope-text ul li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 13px;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background: url("/wp-content/uploads/2026/04/line.svg") no-repeat center / contain;
}
section.realizations-section.single-realizations-section {
	padding: 100px 0;
	background-color: #F5F5F5;
}
section.realizations-section.single-realizations-section h2.realizations_header {
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	section.single-realization-content {
		padding: 70px 0;
	}
	section.single-realization-content .align-items-start {
		flex-direction: column;
		gap: 50px;
	}
	section.single-realization-content .align-items-start .col-12.col-lg-6 {
		width: 100%;
	}
	section.single-realization-content .single-realization-content__text h2.single-realization-content__header, section.single-realization-content .single-realization-content__text .single-realization-content__scope h3.single-realization-content__scope-title {
		margin-bottom: 15px;
	}
	section.single-realization-content .single-realization-content__text .single-realization-content__desc {
		margin-bottom: 30px;
	}
	section.realizations-section.single-realizations-section {
		padding: 70px 0;
	}
	section.realizations-section.single-realizations-section h2.realizations_header {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	section.single-realization-content {
		padding: 50px 0;
	}
	section.single-realization-content .align-items-start {
		gap: 30px;
	}
	section.single-realization-content .single-realization-gallery__main-image {
		height: 280px;
	}
	section.single-realization-content .single-realization-gallery__thumbs-track {
		gap: 8px;
	}
	section.single-realization-content .single-realization-gallery__thumb {
		flex-basis: calc((100% - 16px) / 3);
	}
	section.single-realization-content .single-realization-gallery__thumb img {
		height: 90px;
		object-fit: cover;
	}
	section.realizations-section.single-realizations-section {
		padding: 50px 0;
	}
}

/* ARCHIWUM SKLEPU */
section.rental-breadcrumbs {
	padding: 30px 0;
	background-color: #000000;
}
section.rental-breadcrumbs nav.rank-math-breadcrumb a, section.rental-breadcrumbs nav.rank-math-breadcrumb span.last {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
}
section.rental-breadcrumbs nav.rank-math-breadcrumb span.separator {
	font-size: 15px;
	color: #fff;
	padding: 0 7px;
}
section.rental-archive .rental-archive__layout {
	display: flex;
	flex-direction: row;
}
section.rental-archive .rental-archive__layout aside.rental-sidebar {
	width: 450px;
	max-width: 450px;
	min-width: 450px;
	padding: 70px 80px 100px 70px;
	background-color: #F1F1F1;
}
section.rental-archive .rental-archive__layout section.rental-products-area {
	width: 100%;
}
section.rental-archive .rental-sidebar__search h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	color: #131313;
	margin-bottom: 20px;
}
section.rental-archive .rental-sidebar__search {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #131313;
}
section.rental-archive .rental-sidebar__search form {
	position: relative;
	width: 100%;
}
section.rental-archive .rental-sidebar__search input:focus {
	border-color: #C6C6C8;
}
section.rental-archive .rental-sidebar__search input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 7px 12px;
	border: 1px solid #C6C6C8;
	background: #fff;
	font-size: 16px;
	color: #000;
}
section.rental-archive .rental-sidebar__search input::placeholder {
	color: #000;
}
section.rental-archive .rental-sidebar__search button img {
	width: 18px;
	height: 18px;
	display: block;
}
section.rental-archive .rental-sidebar__categories h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	color: #131313;
	margin-bottom: 10px;
}
section.rental-archive .rental-sidebar__search button {
	position: absolute;
	top: 0;
	right: 12px;
	width: 18px;
	height: 40px;
	border: 0;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
}
section.rental-archive .rental-category-list, .rental-category-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.rental-archive .rental-category-list__parent {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
section.rental-archive .rental-category-list__parent > a {
	display: flex;
	align-items: center;
	color: #121212;
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	transition: all .2s ease-out;
}
section.rental-archive .rental-category-list__parent > a:hover, section.rental-archive .rental-category-list__parent > a.is-active {
	color: #DF2635;
}
section.rental-archive .rental-category-list__toggle {
	position: relative;
	width: 20px;
	height: 20px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
section.rental-archive .rental-category-list__item.is-open .rental-category-list__parent > a {
	color: #DF2635;
}
section.rental-archive .rental-category-list__item.is-open .rental-category-list__toggle::before {
	transform: translate(0%, -50%) rotate(180deg);
}
section.rental-archive .rental-category-list__toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background-image: url('/wp-content/uploads/2026/04/arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .2s ease-out;
}
section.rental-archive .rental-category-list__item.is-open .rental-category-list__children {
	max-height: 100%;
	opacity: 1;
	padding-bottom: 20px;
}
section.rental-archive .rental-category-list__children {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding-left: 13px;
	padding-top: 0;
	transition:  all .2s ease-out;
}
section.rental-archive .rental-category-list__children a {
	color: #121212;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	transition:  all .2s ease-out;;
}
section.rental-archive .rental-category-list__children a:hover {
	color: #DF2635;
	transition:  all .2s ease-out;
}
section.rental-archive .rental-category-list__children li:first-child {
	padding: 4px 0 7px;
}
section.rental-archive .rental-category-list__children li {
	padding: 7px 0;
}
section.rental-archive .rental-category-list__children li:last-child {
	padding: 7px 0 0;
}
section.rental-archive .rental-category-list__children a:hover, section.rental-archive .rental-category-list__children a.is-active {
	color: #DF2635;
}
section.rental-products-area {
	padding: 70px 75px 100px 60px;
}
section.rental-products-area h3.rental-products-area__title {
	margin-bottom: 60px;
}
section.rental-products-area .rental-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
	row-gap: 30px;
	align-items: stretch;
}
section.rental-products-area .rental-products-grid article.rental-product-card {
	height: 100%;
}
section.rental-products-area .rental-products-grid article.rental-product-card:hover .rental-product-card__image img {
	transform: scale(1.03);
	filter: brightness(0.97);
	transition: all .3s ease-out;
}
section.rental-products-area .rental-products-grid article.rental-product-card:hover p.rental-product-card__title {
	color: #555;
	transition: all .2s ease-out;
}
section.rental-products-area .rental-products-grid article.rental-product-card a.rental-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
}
section.rental-products-area .rental-products-grid article.rental-product-card .rental-product-card__image {
	overflow: hidden;
	flex-shrink: 0;
	transition: all .3s ease-out;
}
section.rental-products-area .rental-products-grid article.rental-product-card .rental-product-card__image img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: center;
	transition: all .3s ease-out;
}
section.rental-products-area .rental-products-grid article.rental-product-card .rental-product-card__title {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 25px;
	font-size: 16px;
	line-height: 27px;
	color: #121212;
	transition: all .3s ease-out;
}
section.rental-products-area .rental-load-more-wrap {
	margin-top: 80px;
	text-align: center;
	justify-content: center;
	justify-items: center;
	justify-self: center;
	margin: 80px auto 0;
}
section.rental-products-area .rental-load-more-wrap button.rental-load-more {
	padding: 20px 45px;
	height: 72px;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 8%;
	background-color: #DF2635;
	border: 2px solid #DF2635;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-out;
	font-family: "Poppins", sans-serif;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
section.rental-products-area .rental-load-more-wrap button.rental-load-more:hover {
	background-color: #131313;
	border-color: #131313;
	color: #fff;
}
section.rental-products-area .rental-load-more-wrap button.rental-load-more span {
	display: inline-block;
	pointer-events: none;
}
section.rental-products-area .rental-load-more-wrap button.rental-load-more.loading {
	pointer-events: none;
	cursor: wait;
}
section.rental-products-area .rental-load-more-wrap button.rental-load-more.loading::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.35);
	border-top-color: #fff;
	animation: rentalLoadMoreSpin .7s linear infinite;
}
@keyframes rentalLoadMoreSpin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@media (max-width: 1400px) {
	section.rental-archive .rental-archive__layout aside.rental-sidebar {
		width: 360px;
		max-width: 360px;
		min-width: 360px;
		padding: 70px 40px;
	}
	section.rental-products-area {
		padding: 70px 40px;
	}
	section.rental-products-area h3.rental-products-area__title {
		margin-bottom: 40px
	}
	section.rental-products-area .rental-load-more-wrap {
		margin: 60px auto 0;
	}
}
@media (max-width: 1200px) {
	section.rental-archive .rental-archive__layout aside.rental-sidebar {
		width: 250px;
		max-width: 250px;
		min-width: 250px;
		padding: 70px 35px;
	}
	section.rental-products-area {
		padding:  70px 35px;
	}
	section.rental-products-area .rental-products-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media (max-width: 768px) {
	section.rental-breadcrumbs {
		padding: 20px 0;
	}
	section.rental-breadcrumbs nav.rank-math-breadcrumb span.separator {
		padding: 0 4px;
		font-size: 14px;
	}
	section.rental-archive .rental-archive__layout {
		flex-direction: column;
	}
	section.rental-archive .rental-archive__layout aside.rental-sidebar {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 30px 20px;
	}
	section.rental-archive .rental-sidebar__search h3 {
		margin-bottom: 15px;
	}
	section.rental-archive .rental-sidebar__search {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	section.rental-archive .rental-sidebar__categories h3 {
		margin-bottom: 7px;
	}
	section.rental-archive .rental-category-list__parent {
		margin-bottom: 7px;
	}
	section.rental-archive .rental-category-list__children li:first-child {
		padding: 2px 0 5px;
	}
	section.rental-archive .rental-category-list__children li {
		padding: 5px 0;
	}
	section.rental-archive .rental-category-list__children li:last-child {
		padding: 5px 0 0;
	}
	section.rental-archive li:last-child .rental-category-list__parent {
		margin-bottom: 0;
	}
	section.rental-products-area {
		padding: 50px 20px;
	}
	section.rental-products-area h3.rental-products-area__title {
		margin-bottom: 25px
	}
	section.rental-products-area .rental-products-grid {
		grid-template-columns: repeat(1, 1fr)
	}
	section.rental-products-area .rental-load-more-wrap {
		margin: 30px auto 0;
	}
	section.rental-archive .rental-sidebar__categories > h3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}
	section.rental-archive .rental-sidebar__categories > h3::after {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}
	section.rental-archive .rental-sidebar__categories:not(.is-mobile-open) > .rental-category-list {
		display: none !important;
	}
	section.rental-archive .rental-sidebar__categories.is-mobile-open > .rental-category-list {
		display: block !important;
	}
	section.rental-archive .rental-sidebar__categories.is-mobile-open > h3::after {
		transform: rotate(-135deg);
	}
}
@media (min-width: 769px) {
	section.rental-archive .rental-sidebar__categories > .rental-category-list {
		display: block !important;
	}
}

/* POJEDYNCZY PRODUKT */
section.rental-single__top {
	padding: 100px 0 100px;
}
section.rental-single__top .rental-single-section {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}
section.rental-single__top .rental-single__gallery, section.rental-single__top .rental-single__summary {
	width: calc(50% - 40px);
}
section.rental-single__top .rental-single__summary {
	margin-top: 30px;
}
section.rental-single__top .rental-product-gallery {
	max-width: 100%;
}
section.rental-single__top .rental-product-gallery__main {
	position: relative;
	margin-bottom: 12px;
}
section.rental-single__top .rental-product-gallery__main-link {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
section.rental-single__top .rental-product-gallery__main-image {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	opacity: 1;
	transform: scale(1) translateX(0);
	transition: opacity .3s ease, transform .3s ease;
	will-change: opacity, transform;
}
section.rental-single__top .rental-product-gallery__main-image.is-changing-out {
	opacity: 0;
	transform: scale(1.015) translateX(8px);
}
section.rental-single__top .rental-product-gallery__main-image.is-changing-in {
	opacity: 1;
	transform: scale(1) translateX(0);
}
section.rental-single__top .rental-product-gallery__thumbs {
	position: relative;
	margin-top: 12px;
}
section.rental-single__top .rental-product-gallery__thumbs-viewport {
	overflow: hidden;
	width: 100%;
}
section.rental-single__top .rental-product-gallery__thumbs-track {
	display: flex;
	gap: 10px;
	transition: transform .3s ease;
	will-change: transform;
}
section.rental-single__top .rental-product-gallery__thumb {
	position: relative;
	flex: 0 0 calc((100% - 20px) / 3);
	padding: 0;
	border: 2px solid transparent;
	background: transparent;
	cursor: pointer;
	opacity: 1;
	transform: scale(1);
	overflow: hidden;
	transition: opacity .3s ease, transform .3s ease, border-color .3s ease;
	will-change: opacity, transform;
}
section.rental-single__top .rental-product-gallery__thumb:hover {
	opacity: .9;
	transform: scale(.98);
}
section.rental-single__top .rental-product-gallery__thumb.is-active {
	border-color: #DF2635;
}
section.rental-single__top .rental-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
section.rental-single__top .rental-product-gallery__thumbs-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 24px;
	height: 24px;
	border: 0;
	background: rgba(0, 0, 0, .55);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .3s ease, opacity .3s ease;
}
section.rental-single__top .rental-product-gallery__thumbs-arrow:hover {
	background: rgba(0, 0, 0, .75);
}
section.rental-single__top .rental-product-gallery__thumbs-arrow:disabled {
	opacity: .3;
	cursor: not-allowed;
}
section.rental-single__top .rental-product-gallery__thumbs-arrow--prev {
	left: 5px;
}
section.rental-single__top .rental-product-gallery__thumbs-arrow--next {
	right: 5px;
}
section.rental-single__top .rental-product-gallery__thumbs-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
section.rental-single__top .rental-product-gallery__thumbs-arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}
section.rental-single__top .rental-product-gallery__thumbs-arrow--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}
section.rental-single__top .rental-product-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 42px;
	height: 42px;
	border: 0;
	background: rgba(0, 0, 0, .55);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .3s ease, opacity .3s ease;
}
section.rental-single__top .rental-product-gallery__arrow:hover {
	background: rgba(0, 0, 0, .75);
}
section.rental-single__top .rental-product-gallery__arrow--prev {
	left: 16px;
}
section.rental-single__top .rental-product-gallery__arrow--next {
	right: 16px;
}
section.rental-single__top .rental-product-gallery__arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
section.rental-single__top .rental-product-gallery__arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}
section.rental-single__top .rental-product-gallery__arrow--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}
section.rental-single__top .rental-single__title {
	margin-bottom: 20px;
}
section.rental-single__top .rental-single__specs {
	padding: 35px 0;
	border-top: 1px solid #131313;
	border-bottom: 1px solid #131313;
}
section.rental-single__top .rental-single__spec {
	font-size: 16px;
	line-height: 32px;
	color: #131313;
}
section.rental-single__top .rental-single__price {
	padding-top: 40px;
}
section.rental-single__top .rental-single__price span.woocommerce-Price-amount.amount, section.rental-single__top .rental-single__price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
	font-size: 32px;
	font-weight: 400;
	line-height: 12px;
	color: #131313;
}
section.rental-single__top .rental-single__price > span:last-child {
	font-size: 16px;
	font-weight: 400;
	line-height: 12px;
	color: #131313;
	margin-left: 10px;
}
section.rental-single__top .rental-single__button {
	padding: 20px 45px;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
	letter-spacing: 8%;
	background-color: #DF2635;
	border: 2px solid #DF2635;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	transition: all .2s ease-out;
	margin-top: 40px;
}
section.rental-single__top .rental-single__button:hover {
	background-color: #131313;
	border-color: #131313;
	color: #fff;
	transition: all .2s ease-out;
}
section.rental-related {
	padding: 100px 0;
	background-color: #F5F5F5;
}
section.rental-related h2 {
	margin-bottom: 60px;
}
section.rental-related .rental-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
section.rental-related .rental-product-card {
	background: #fff;
	box-shadow: 0px 14px 33.3px 0px rgba(58, 59, 68, 0.22);
	transition: transform .3s ease, box-shadow .3s ease;
}
section.rental-related .rental-product-card:hover .rental-product-card__image img {
	transform: scale(1.03);
	filter: brightness(0.97);
	transition: all .3s ease-out;
}
section.rental-related .rental-product-card:hover .rental-product-card__title {
	color: #555;
	transition: all .2s ease-out;
}
section.rental-related .rental-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	box-shadow: 0px 14px 33.2px 0px rgba(58, 59, 68, 0.22);
}
section.rental-related .rental-product-card__image {
	overflow: hidden;
	flex-shrink: 0;
	transition: all .3s ease-out;
}
section.rental-related .rental-product-card__image img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: center;
	transition: all .3s ease-out;
}
section.rental-related .rental-product-card__title {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 25px;
	font-size: 16px;
	line-height: 27px;
	color: #121212;
	transition: all .3s ease-out;
}
@media (max-width: 1400px) {
	section.rental-related .rental-product-card__image img {
		height: 300px;
	}
}
@media (max-width: 1200px) {
	section.rental-single__top {
		padding: 70px 0;
	}
	section.rental-related {
		padding: 70px 0;
	}
	section.rental-related .rental-product-card__image img {
		height: 220px;
	}
	section.rental-related .rental-related__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	section.rental-related h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	section.rental-single__top .rental-single-section {
		flex-direction: column;
		gap: 40px;
	}
	section.rental-single__top .rental-single__gallery, section.rental-single__top .rental-single__summary {
		width: 100%;
	}
	section.rental-single__top .rental-single__summary {
		margin-top: 0;
	}
	section.rental-single__top .rental-single__specs {
		padding: 25px 0;
	}
	section.rental-single__top .rental-single__price {
		padding-top: 30px;
	}
	section.rental-single__top .rental-single__button {
		margin-top: 30px;
	}
	section.rental-related .rental-related__grid {
		grid-template-columns: 1fr;
	}
	section.rental-related .rental-product-card__image img {
		height: 280px;
	}
}
@media (max-width: 767px) {
	section.rental-single__top {
		padding: 50px 0;
	}
	section.rental-single__top .rental-single-section {
		gap: 25px;
	}
	section.rental-single__top .rental-single__title {
		margin-bottom: 15px;
	}
	section.rental-single__top .rental-single__specs {
		padding: 20px 0;
	}
	section.rental-single__top .rental-single__price {
		padding-top: 25px;
	}
	section.rental-single__top .rental-single__button {
		margin-top: 25px;
		font-size: 18px;
		line-height: 27px;
		padding: 20px 40px;
		width: 100%;
		text-align: center;
	}
	section.rental-single__top .rental-product-gallery__main-image {
		height: 280px;
	}
	section.rental-single__top .rental-product-gallery__arrow {
		width: 36px;
		height: 36px;
	}
	section.rental-single__top .rental-product-gallery__arrow::before {
		width: 10px;
		height: 10px;
	}
	section.rental-single__top .rental-product-gallery__arrow--prev {
		left: 10px;
	}
	section.rental-single__top .rental-product-gallery__arrow--next {
		right: 10px;
	}
	section.rental-single__top .rental-product-gallery__thumbs-track {
		gap: 8px;
	}
	section.rental-single__top .rental-product-gallery__thumb {
		flex-basis: calc((100% - 16px) / 3);
	}
	section.rental-single__top .rental-product-gallery__thumb img {
		height: 90px;
		object-fit: cover;
	}
	section.rental-related {
		padding: 50px 0;
	}
	section.rental-related h2 {
		margin-bottom: 30px;
	}
	section.rental-related .rental-product-card__image img {
		height: 220px;
	}
}

/* POLITYKA PRYWATNOŚCI */
section.privacy-policy-section {
	padding: 120px 0;
}
section.privacy-policy-section .container {
	max-width: 1024px;
}
section.privacy-policy-section h2 {
	margin-top: 40px;
	margin-bottom: 25px;
}
section.privacy-policy-section h3, section.privacy-policy-section p.strong-text {
	margin-top: 30px;
	margin-bottom: 20px;
}
section.privacy-policy-section ol, section.privacy-policy-section ul {
	padding-left: 40px;
}
section.privacy-policy-section ol li, section.privacy-policy-section ul li {
	margin-bottom: 10px;
}
section.privacy-policy-section ol li ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
section.privacy-policy-section ol li ol li:last-child {
	margin-bottom: 20px;
}
section.privacy-policy-section li span.list-line {
	margin-bottom: 20px;
}
section.privacy-policy-section figure table {
	margin-bottom: 30px;
}
section.privacy-policy-section p {
	margin-bottom: 20px;
}
section.privacy-policy-section p:last-child {
	margin-bottom: 0px;
}
section.privacy-policy-section a {
	color: #DF2635;
	font-weight: 500;
}
@media (max-width: 1200px) {
	section.privacy-policy-section {
		padding: 100px 0;
	}
	section.privacy-policy-section .container {
		max-width: 80%;
	}
	section.privacy-policy-section h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	section.privacy-policy-section h3, section.privacy-policy-section p.strong-text {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	section.privacy-policy-section ol, section.privacy-policy-section ul {
		padding-left: 25px;
	}
	section.privacy-policy-section ol li, section.privacy-policy-section ul li {
		margin-bottom: 8px;
	}
	section.privacy-policy-section ol li ol li {
		margin-top: 8px;
		margin-bottom: 8px;
	}	
	section.privacy-policy-section ol li ol li:last-child {
		margin-bottom: 15px;
	}
	section.privacy-policy-section figure table {
		margin-bottom: 20px;
	}
	section.privacy-policy-section p {
		margin-bottom: 15px;
	}
	section.privacy-policy-section li span.list-line {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	section.privacy-policy-section {
		padding: 70px 0;
	}
	section.privacy-policy-section .container {
		max-width: 100%;
		padding: 0 40px;
	}
	section.privacy-policy-section .container .row {
		margin-left: 0!important;
		margin-right: 0!important
	}
}
@media (max-width: 768px) {
	section.privacy-policy-section {
		padding: 50px 0;
	}
	section.privacy-policy-section .container {
		max-width: 100%;
		padding: 0 12px;
	}
	section.privacy-policy-section .container .row {
		margin-left: 0!important;
		margin-right: 0!important
	}
		section.privacy-policy-section h2 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	section.privacy-policy-section h3, section.privacy-policy-section p.strong-text {
		margin-top: 25px;
		margin-bottom: 12px;
	}
	section.privacy-policy-section ol, section.privacy-policy-section ul {
		padding-left: 15px;
	}
	section.privacy-policy-section ol li, section.privacy-policy-section ul li {
		margin-bottom: 7px;
	}
	section.privacy-policy-section ol li ol li {
		margin-top: 7px;
		margin-bottom: 7px;
	}	
	section.privacy-policy-section ol li ol li:last-child {
		margin-bottom: 10px;
	}
	section.privacy-policy-section figure table {
		margin-bottom: 15px;
	}
	section.privacy-policy-section p {
		margin-bottom: 10px;
	}
	section.privacy-policy-section li span.list-line {
		margin-bottom: 10px;
	}
	section.privacy-policy-section p, section.privacy-policy-section a, section.privacy-policy-section ol li, section.privacy-policy-section ul li, section.privacy-policy-section td, section.privacy-policy-section td strong {
		font-size: 15px;
	}
}

/* STRONA 404 */
section.error-se {
	background-color: #DF2635;
	padding: 175px 0;
}
section.error-se:after {
	content: '';
	background-image: url('/wp-content/uploads/2026/03/logo-background.svg');
	position: absolute;
	right: 75px;
	top: 60%;
	transform: translateY(-50%);
	width: 200px;
	height: 264px;
	background-repeat: no-repeat;
	background-size: contain;
}
section.error-se h1 {
	color: #fff;
	text-transform: uppercase;
}
section.error-se p.error-404 {
	font-size: 160px;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
}
section.error-se .btn-content.btn-404 {
	text-align: center;
	justify-content: center;
	justify-items: center;
	justify-self: center;
	margin: 0 auto;
	display: flex;
}
section.error-se .btn_second.mobile {
	display: none;
}
section.error-se .btn_second.desktop {
	display: flex;
}
@media (max-width: 991px) {
	section.error-se {
		padding: 150px 0;
	}
	section.error-se p.error-404 {
		font-size: 124px;
		line-height: 1.3;
	}
}
@media (max-width: 768px) {
	section.error-se:after {
		right: 50px;
		top: 47%;
		width: 150px;
		height: 200px;
	}
	section.error-se p.error-404 {
		font-size: 81px;
		line-height: 1.2;
	}
	section.error-se .btn-content.btn-404 {
		display: block;
		text-align: unset;
		justify-content: unset;
		justify-items: unset;
		justify-self: unset;
		margin: 0;
	}
	section.error-se .btn_second.mobile {
		display: flex;
		justify-items: center;
		justify-content: center;
		justify-self: center;
		text-align: center;
		margin-top: 25px;
	}
	section.error-se .btn_second.desktop {
		display: none;
	}
}
@media (max-width: 576px) {
	section.error-se {
		padding: 125px 0;
	}
	section.error-se:after {
		right: 12px;
		top: 47%;
	}
	section.error-se p.error-404 {
		font-size: 60px;
	}
}