@charset "UTF-8";
/*
*
*  Theme name: Landing
*  Version: 1.0
*  Author: Wrona.it
*
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	font-weight: 700;
}

.main-content p {
	line-height: 1.8rem;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	font-family: 'Sen', sans-serif;
	font-weight: 400;
	height: 100%;
}

body {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 21px;
	margin-bottom: 10.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 1.875rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5,
.h5 {
	font-size: 0.875rem;
}

h6,
.h6 {
	font-size: 0.75rem;
}

p {
	margin: 0 0 10.5px;
}

main {
	flex: 1 0 auto;
}

.o-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.o-link {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}
@media (min-width: 1800px) {
	.container {
		max-width: 1600px;
	}
}

.zero-padding {
	padding: 0;
}

.zero-margin {
	margin: 0 !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.text-center {
	text-align: center;
}

.padding {
	padding: 50px 0 10px;
}
@media (max-width: 991px) {
	.padding {
		padding: 20px 0 10px;
	}
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.padding50 {
	padding: 50px;
}
@media (max-width: 991px) {
	.padding50 {
		padding: 20px;
	}
}

.action-btn {
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Sen', sans-serif;
	font-size: 0, 8125rem;
	font-weight: 500;
	padding: 14px 38px;
	margin: 20px 0;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
}

.action-btn--slider {
	background-color: transparent;
	margin: 20px 0 !important;
	border: 1px solid #000;
}
.action-btn--slider:hover {
	background-color: #000;
	color: #000000;
}

.action-btn--intro {
	border: 1px solid #21282b;
	color: #21282b;
}

.home .page-header {
	padding-top: 50px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-2equal-item {
	width: 50%;
}
@media (max-width: 991px) {
	.flex-2equal-item {
		width: 100%;
	}
}

.header {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	z-index: 999;
}

.header .custom-html-widget {
	margin-left: auto;
}
@media (max-width: 991px) {
	.header .custom-html-widget {
		width: 100%;
	}
}

.header.fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	color: #adadad;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	background: #ffffff;
	padding: 35px 0;
	margin: 0;
}

@media (max-width: 991px) {
	.header .container {
		z-index: 1;
	}
}

@media (min-width: 992px) {
	.header-pusher {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.nav__toggler {
		display: none;
	}
}

@media (min-width: 992px) {
	.header .main-nav {
		margin-left: auto;
	}
}

/* site logo */
.site-logo {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.site-logo {
		width: 100%;
	}
}

.site-logo a {
	display: inline-block;
	align-items: center;
}

.site-logo img {
	width: 100%;
	max-width: 450px;
	height: auto;
}

@media (min-width: 1801px) {
	.site-logo img {
		max-width: 215px;
	}
}

@media (max-width: 991px) {
	.site-logo {
		display: inline-block;
		margin: 0;
	}

	.site-logo img {
		max-width: 250px;
		padding: 20px 10px 10px;
	}
}

/* header social */

.header-social__item:nth-child(3),
.header-social__item:nth-child(3) a {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.header-social__item:nth-child(3) .header-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ffffff; 

    transition: background-color 0.3s ease-in-out;
}

.header-social__item:nth-child(3):hover {
    background-color: #ffffff !important; 
    border: 1px solid #CB0000;
}

.header-social__item:nth-child(3):hover a {
    color: #CB0000;
}

.header-social__item:nth-child(3):hover .header-icon {
    background-color: #CB0000; 
}

.header-social {
	display: inline-block;
	list-style: none;
	margin: 0;
}

@media (min-width: 992px) {
	.header-social {
		align-items: center;
		display: flex;
		height: 100%;
	}
}
@media (max-width: 991px) {
	.header-social {
		padding: 0;
		width: 100%;
	}
}

.header-social__item a {
	display: inline-block;
	padding: 0 10px;
}

.header-social__item:nth-child(1) {
	padding-left: 0;
}
@media (max-width: 991px) {
	.header-social__item:nth-child(1) {
		padding: 12px 0 0;
	}
	
	.header-social__item:nth-child(2) a {
		padding: 10px;
	}
}

.header-social__item:nth-child(2) a {
	color: #000000;
}

.header-social__item:nth-child(3) {
	background-color: #CB0000;
	height: 100%;
	border-radius: 0px 0px 8px 8px; 

}
@media (max-width: 992px)
{
.header-social__item:nth-child(3) {
	background-color: #CB0000;
	height: 75%;
	border-radius: 0px 0px 8px 8px; 

}
}
.header-social__item:nth-child(3) a {
	color: #ffffff;
	height: 100%;
	padding: 24px 25px;
}


@media (max-width: 1800px) {
	
}

@media (min-width: 1800px) {
	.header-social__item:nth-child(3) a {
		padding: 37px 40px;
		letter-spacing: 0.5px;
	}
}

.header-social__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px 0 0;
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 991px) {
	.header-social__item {
		padding: 12px 0;
		text-align: center;
	}
	.main {
		margin-top: 80px;
	}
/* 	.header-social__item a {
		display: inline-block;
		padding: 0 !important;
		text-align: center;
	} */
}

.header-social__item img {
	width: 100%;
	max-width: 20px;
	margin-right: 10px;
}

.header__left,
.main__left {
	position: relative;
	width: 42%;
}

.header__left:after,
.main__left:after {
	content: '';
	background-color: #f9f9f9;
	position: absolute;
	left: calc((100vw - 1200px) / -2);
	right: 0;
	top: 0;
	bottom: 0;
}
@media (min-width: 992px) {
	.header__left {
		justify-content: space-between;
	}
}
@media (max-width: 991px) {
	.header__left {
		text-align: center;
		justify-content: space-between;
	}
	.header__left:after {
		display: none;
	}
	.main__left:after {
		left: 0;
	}
}

.header__left {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.header__left {
		justify-content: center;
	}
}

.header__right,
.main__right {
	display: flex;
	justify-content: end;
	width: 58%;
}

@media (max-width: 991px) {
	.main__left,
	.main__right {
		width: 100%;
	}
	.header__left,
	.header__right {
		width: 100%;
	}
}

.main__left {
	padding-right: 30px;
}
.main__right {
	padding-left: 30px;
}

@media (max-width: 991px) {
	.main__left {
		padding: 0 30px;
	}
	.main__right {
		padding: 0 30px;
	}
}

.main-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.main-list__item {
	display: grid;
	grid-template-columns: 50px 1fr;
	padding-bottom: 24px;
}

.main-txt-box {
	display: flex;
	align-items: center;
}

.main__txt {
	color: #1f1f1f;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0 24px;
}
@media (max-width: 991px) {
	.main__txt {
		font-size: 15px;
	}
}

/* contact from 7 */

.wpcf7 {
	padding: 50px 0 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin: 0 0 133px;
}

@media (max-width: 1100px) {
	.wpcf7 {
		text-align: left;
	}
}

.wpcf7__acceptance {
	color: #1f1f1f;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

.wpcf7-list-item {
	margin: 0;
}

.july2019-formularz {
	display: grid;
	grid-template-columns: 25px 1fr;
	margin: 30px 0 20px;
}

@media (min-width: 1801px) {
	.july2019-formularz {
		grid-template-columns: 30px 1fr;
	}
}

.form-heading {
	font-size: 34px;
	line-height: 60px;
}

input[type='text'],
input[type='email'],
textarea {
	border: none;
	font-size: 12px;
	font-weight: 400;
	color: #1f1f1f;
	outline: none;
	width: 100%;
}

input[type='submit'] {
	background-color: #CB0000;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-family: 'Sen', sans-serif;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	max-width: 274px;
	padding: 14px 38px;
	letter-spacing: 1px;
	transition: all 0.1s ease-in-out;
}

.wpcf7-spinner {
	position: absolute;
}

@media (max-width: 991px) {
	input[type='submit'] {
		margin: 0 auto;
	}
}

.wpcf7-textarea {
	max-height: 100px;
}

.fancy-submit {
	position: relative;
}

.wpcf7 .ajax-loader {
	position: absolute !important;
}

.form-group {
	padding: 15px;
	border: 1px solid #6c6c6c;
	margin-bottom: 25px;
	position: relative;
}

.form-group:last-of-type {
	margin-bottom: 24px;
}
@media (min-width: 1800px) {
	.form-group {
		margin-bottom: 32px;
	}
	.form-group:last-of-type {
		margin-bottom: 24px;
	}
}
.wpcf7-not-valid-tip {
	position: absolute;

	bottom: -41px;
	left: 0;
	right: 0;
	margin: 0au;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	text-align: center;
}
@media (max-width: 991px) {
	.wpcf7-not-valid-tip {
		bottom: -23px;
	}
}

.form-group > label {
	background-color: white;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: -8px;
	left: 8px;
	padding: 0 19px 0 7px;
}

.form-group > input,
.form-group > textarea {
	border: none;
}

.form-row {
	justify-content: space-between;
}

.form-row .form-group {
	width: 30%;
}

@media (max-width: 991px) {
	.form-row .form-group {
		width: 100%;
	}
	.form-center {
		text-align: center;
	}
}

/*Header reviews*/

.header__reviews-wrapper {
	display: flex;
	width: 100% !important;
	justify-content: center;
	float: left;
	align-items: center;
}

.header__reviews-wrapper * {
	box-sizing: border-box;
}

.header__reviews {
	display: flex;
	border-left: 0px solid #ebebeb;
	width: 100% !important;
}

.header__reviews-imgwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	padding: 0 4px;
}

.header__reviews__img {
	width: 100%;
	max-width: 50px !important;
	height: auto;
}

@media (min-width: 961px) {
	.header__reviews-wrapper {
		height: 67px;
	}
}

.block-reviews {
	border-left: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none !important;
	padding: 8px 6px 8px 22px;
	width: 80%;
}
@media (min-width: 1800px) {
	.block-reviews {
		padding: 8px 6px 8px 42px;
	}
}

.block-reviews > div {
	display: flex;
	align-items: center;
}

.ui-ico {
	width: auto;
	height: 35px;
	margin-bottom: 1rem;
}

.ui-ico svg {
	height: 100%;
}

.ui-ico .svg__ico {
	transition: all 0.2s ease-in-out;
}

.block-reviews .rating {
	color: #bbbbbb;
	line-height: 100%;
	font-size: 12px;
}

.block-reviews__p-lg {
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

.block-reviews__p-sm {
	color: #8f8f8f;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 0 0;
	margin: 0;
}

@media (max-width: 1300px) {
	.block-reviews p {
		font-size: 0.8em;
	}
}

@media (max-width: 1175px) {
	.block-reviews p {
		font-size: 0.65em;
	}
}

.home .block-reviews .ui-ico {
	margin: 0.08rem 1rem 0.5rem 0;
}

.block-reviews .ui-ico {
	height: 1rem;
	margin: 0.08rem 1rem 0.2rem 0;
}

.star-list {
	display: flex;
	align-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px;
}

.star-list__item {
	display: flex;
	align-items: center;
	width: 15px;
}

.header__reviews-star {
	width: 100%;
	height: auto;
}

/* custom main parts */

.main__right--img, .main__right--blue {
	position: relative;
	width: 58%;
}

.main__right--blue {
	padding: 50px 30px;
}

/* .main__right--img::after {
	content: '';
	background-color: #f9f9f9;
	position: absolute;
	right: calc((100vw - 1200px) / -2);
	left: 0;
	top: 0;
	bottom: 0;
} */

.main__left--blue, .main__left--img {
	position: relative;
	width: 42%;
}

.main__left--blue {
	padding: 50px 30px;
}

/* .main__left--img:after {
	content: '';
	background-color: #f9f9f9;
	position: absolute;
	left: calc((100vw - 1200px) / -2);
	right: 0;
	top: 0;
	bottom: 0;
} */



.custom-img-box--right,
.custom-img-box--left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



.custom-main-img--left,
.custom-main-img--right {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.custom-main-img--left {
	object-position: 50% 30%;
}

.custom-main-img--right {
	object-position: 50% 35%;
}

/* --- Poprawka dla teł "Full Bleed" --- */

/* KROK 1: Ustawiamy domyślne zachowanie dla pseudo-elementów tła.
   Teraz tła będą trzymać się wewnątrz swoich kontenerów (left: 0, right: 0). */
.main__right--blue::after,
.main__left--blue::after,
.footer__right::after {
    content: '';
    background-color: #F0F0F0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; /* Upewniamy się, że tło jest pod treścią */
}

/* KROK 2: Włączamy efekt "wylewania" tła TYLKO na dużych ekranach (powyżej 1200px),
   gdzie kontener ma już swoją maksymalną szerokość. */
@media (min-width: 1201px) {
    .main__left--blue::after {
        left: calc((100vw - 1200px) / -2);
    }

    .main__right--blue::after,
    .footer__right::after {
        right: calc((100vw - 1200px) / -2);
    }
}

/* Poprawka dla bardzo dużych ekranów, jeśli nadal jest potrzebna */
@media (min-width: 1801px) {
    .main__left--blue::after {
        left: calc((100vw - 1600px) / -2);
    }

    .main__right--blue::after,
    .footer__right::after {
        right: calc((100vw - 1600px) / -2);
    }
}

/* WAŻNE: Upewnij się, że treść wewnątrz tych bloków ma wyższy z-index */
.lp-heading,
.lp-p,
.main-list,
.wpcf7,
.feature-blocks-container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
	.main__right--img,
	.main__left--blue,
	.main__left--img,
	.main__right--blue {
		width: 100%;
	}
	
	.main__right--img,
	.main__left--img {
		height: 400px;
	}
	
	.custom-img-box--right,
	.main__right--blue:after {
		right: 0;
	}

	.main__left--blue {
		display: flex;
		flex-direction: column;
		padding: 50px 0;
	}
	.custom-img-box--left,
	.main__left--blue:after {
		left: 0;
	}
	.main__left--blue .lp-heading {
		order: 2;
		padding: 0 30px 38px;
		text-align: center;
	}
	.main__left--blue .lp-p {
		order: 2;
		padding: 0 30px 38px;
		text-align: center;
	}
}

@media (min-width: 1800px) {
	.main__left--blue {
		padding: 82px 70px;
	}
}

/* footer */

.footer {
	flex-shrink: 0;
	position: relative;
}

.footer__left {
	position: relative;
	width: 42%;
}

.footer__right {
	padding: 50px 30px;
	position: relative;
	width: 58%;
}
.footer__right:after {
	content: '';
	background-color: #F0F0F0;
	position: absolute;
	right: calc((100vw - 1200px) / -2);
	left: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 991px) {
	.footer__left,
	.footer__right {
		width: 100%;
	}
	.footer__left {
		height: 400px;
	}

	.footer__right {
		display: flex;
		flex-direction: column;
		padding: 0 0 50px;
	}
	.footer__right:after {
		content: '';
		background-color: #F0F0F0;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.footer__right .lp-heading {
		order: 2;
		padding: 0 30px 38px;
		text-align: center;
	}
	.footer__right .lp-p {
		order: 2;
		padding: 0 30px 38px;
		text-align: center;
	}
}

@media (min-width: 1800px) {
	.footer__right {
		padding: 82px 70px;
	}
}

p {
	position: relative;
	z-index: 1;
}

/* our-work */

.our-work {
	position: relative;
	left: -150px;
	margin: 50px 0 0;
	top: 0;
	width: 800px;
	z-index: 1;
}
@media (max-width: 991px) {
	.our-work {
		margin: 0;
		order: 1;
	}
}
@media (min-width: 1800px) {
	.our-work {
		margin: 72px 0 0;
	}
}

.our-work__left,
.our-work__right {
	width: 50%;
}

.our-work__left {
	background-color: #000000;
	padding: 30px 60px;
}

.our-work__right {
	align-items: center;
	background-color: #ffffff;
	display: flex;
	padding: 30px 40px;
}

@media (max-width: 991px) {
	.our-work {
		left: 0;
		width: 100%;
		margin-bottom: 50px;
	}
	.our-work__left,
	.our-work__right {
		height: 155px;
		width: 100%;
	}
}

.our-work-list {
	color: #ffffff;
	list-style-type: none;
	padding: 0;
}

.our-work-list__item {
	width: 200px;
}

.our-work-list__txt {
	padding: 0;
	margin: 0;
}

.our-work-list__title {
	font-size: 20px;
	letter-spacing: 0.8px;
	padding-bottom: 5px;
}

.our-work-list__service {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-bottom: 28px;
}

.our-work-list__link {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.6px;
	text-decoration: underline;
}

.our-work-images {
	list-style-type: none;
	padding: 0;
}
.our-work-images__item {
	position: absolute;
	left: calc((100vw - 1600px) / -2);
	right: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 1799px) {
	.our-work-images__item {
		left: calc((100vw - 1200px) / -2);
	}
}

@media (max-width: 991px) {
	.our-work-images__item {
		left: 0;
		height: 400px;
	}
}

.our-work-images__item {
	display: none;
}

.our-work-images__img {
/* 	display: none; */
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 0% 50%;
	height: 100%;
	width: 100%;
}

/* .offer-images-images__img.active {
} */

.owl-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.lp-heading {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 38px;
	position: relative;
	z-index: 1;
	text-transform: normal;
}
.lp-heading--white {
	color: #000;
	
}
.lp-p {
	font-size: 18px;
	line-height: 25px;
}

.lp-p--white {
	color: #000;
}

.single-page {
	padding: 50px 0;
}

.naglowek_2 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.naglowek_3 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 1800px) {
	.single-page {
		padding: 100px 0;
	}
}

/* Google Reviews */

.google-reviews {
	display: inline-flex;
	padding: 25px 35px;
	margin-left: 30px;
	border-radius: 74px;
	flex: 1;
	width: 100%;
	max-width: 420px;
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.google-reviews {
		flex: 1;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.google-reviews {
		padding: 25px 15px;
	}
}

@media (max-width: 991px) {
	.google-reviews {
		max-width: 320px;
		padding: 0 20px;
		margin-top: 20px;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
/* 	.main-nav__wrap.fixed .google-reviews {
		max-width: 250px;
	} */
	.google-reviews--fixed .block-info__p {
		font-size: 10px;
		line-height: 15px;
	}
}

.google-reviews__left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	padding: 0;
	margin-right: 5px;
}
.google-reviews__right {
	border-left: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none !important;
	padding: 0 0 0 5px;
	width: 80%;
}
.google-reviews__img {
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.google-reviews--hero {
		flex-direction: column;
		align-items: center;
		margin-top: -65px;
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.google-reviews--hero .block-reviews__top {
		justify-content: center;
	}
}
@media (max-width: 1199px) {
	.google-reviews--hero .google-reviews__right {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.google-reviews--fixed {
		padding: 0px 10px;
	}
}
@media (min-width: 1500px) {
	.google-reviews--fixed {
		padding: 0px 5px;
	}
}
@media (min-width: 1800px) {
	.google-reviews--fixed {
		padding: 0 10px 0 25px;
	}
}
@media (min-width: 1200px) {
	.google-reviews--fixed .google-reviews__right {
		padding: 0;
	}
}
@media (min-width: 1500px) {
	.google-reviews--fixed .google-reviews__right {
		padding: 0;
	}
}
@media (max-width: 1199px) {
	.google-reviews--fixed .google-reviews__img {
		max-width: 30px;
	}
}
@media (min-width: 1200px) {
	.google-reviews--fixed .google-reviews__img {
		max-width: 40px;
	}
}
@media (min-width: 1500px) {
	.google-reviews--fixed .google-reviews__img {
		max-width: 45px;
	}
}
.google-reviews--fixed .block-info__p {
	font-size: 10px;
}
@media (max-width: 1300px) {
	.google-reviews--fixed .block-info__p {
		font-size: 7px;
		line-height: 14px;
	}
}
@media (min-width: 1500px) {
	.google-reviews--fixed .block-info__p {
		font-size: 10px;
	}
}
@media (max-width: 991px) {
	.google-reviews--fixed .block-info__p {
		font-size: 9px;
		line-height: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.google-reviews--fixed .google-reviews__left {
		width: 25%;
	}
}

.block-reviews__top {
	display: flex;
	align-items: center;
}
.block-reviews__google {
	color: #141414;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0;
}
.block-reviews__rating {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 100%;
	margin: 0 8px 0 10px;
}
.block-reviews__stars {
	display: inline-block;
	max-width: 72px;
}

.block-info__p {
	color: #171717;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.72px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.whatsapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('/wp-content/uploads/2023/08/whatsapp-icon.svg') center/cover
		no-repeat;
}
@media (min-width: 992px) {
	.whatsapp {
		margin-right: 20px;
	}
}

.make-it-pink {
	color: #CB0000;
}

.cutom-link-in-text {
	color: #2a759d;
	transition: color .3s;
}

.cutom-link-in-text:hover {
	color: #e1007a;
}

.give-pink-underline {
	position: relative;
}

.give-pink-underline::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e1007a;
}

.custom-img-link {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.main-cta {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    position: relative; 
    z-index: 1;
}

.main-cta p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.action-btn--pink {
    background-color: #CB0000;
    color: #ffffff;
    border: 1px solid #CB0000;
    transition: background-color 0.3s, color 0.3s;
}

.action-btn--pink:hover {
    background-color: #ffffff;
    color: #CB0000;
}

@media (max-width: 991px) {
    .main-list__title {
        font-size: 18px;
    }
    .main-list__description {
        font-size: 15px;
    }
    .main-cta {
        padding: 20px 15px;
    }
}

.main__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/* Bloczki wartości */
.feature-blocks-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.feature-block {
    display: flex;
    align-items: center;
    background-color: #FFFFFF; 
    color: #CB0000; 
    border: 1.5px solid #CB0000; 
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(41, 41, 41, 0.08); 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-block:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 25px rgba(203, 0, 0, 0.12); 
    border-color: #A00000; 
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-block img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-block__text {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
}

.main-cta {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px; 
}

.main-cta__text {
    font-size: 1.1rem;
    color: #333; 
    margin-bottom: 20px;
}

.main-cta__button {
    display: inline-block;
    background-color: #8a8a8a;
    color: white;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.main-cta__button:hover {
    background-color: #7a7a7a; 
    transform: translateY(-3px);
}


@media (max-width: 991px) {
    .main__left {
        justify-content: flex-start;
        padding: 40px 15px !important; 
    }

    .main__right {
        padding: 0 15px 40px 15px !important;
    }
    
    .feature-block__text {
        font-size: 1.05rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
   
    .our-work {
        position: relative;
        left: 0;         
        width: 100%;      
        max-width: none;  
        margin-top: 40px; 
    }

    .footer__right:after {
        right: 0; 
    }

   
    .footer__right {
        padding: 50px 40px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


.benefits-dark-wrapper {
    background-color: #333333 ;
    padding: 100px 60px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 60px ; 
    
   
    box-sizing: border-box;
}


.benefits-dark-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    z-index: 0; 
}

.benefits-dark-wrapper > * {
    position: relative;
    z-index: 1;
}

.benefits-dark-wrapper .text-center {
    text-align: center;
    margin-bottom: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.benefit-card {
    background-color: rgba(30, 30, 30, 0.8);
    backdrop-filter: blur(5px);
    padding: 35px 30px;
    border-radius: 12px;
    border: 1px solid #333;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;

    box-sizing: border-box; 
}

.benefit-card:hover {
    transform: translateY(-10px);
    border-color: rgba(203, 0, 0, 0.4);
    box-shadow: 0 0 30px rgba(203, 0, 0, 0.5);
}

.benefit-card__icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.benefit-card__title {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-card__text {
    font-size: 0.95rem;
    color: #cccccc;
    line-height: 1.6;
}



/* --- Sekcja Branże - Wersja Interaktywna --- */

.industries-wrapper {
    background-color: #f8f9fa;
    padding: 60px 50px;
    border-radius: 16px;
    margin: 60px 0;
    box-sizing: border-box;
}

.industries-header {
    margin-bottom: 40px;
}

.industries-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px; 
}

.industry-item {
    border-bottom: 1px solid #e0e0e0;
}

.industry-item:last-child {
    border-bottom: none;
}

.industry-icon {
        width: 24px; /* Dopasuj rozmiar ikony */
        height: 24px; /* Dopasuj rozmiar ikony */
        margin-right: 15px; /* Odstęp między ikoną a tekstem */
    }


.industry-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.industry-item__header:hover {
    background-color: #f1f1f1;
}

.industry-item__header span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    transition: color 0.2s ease;
}

.industry-item.active .industry-item__header span {
    color: #CB0000; 
}

.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.industry-item.active .arrow-icon {
    transform: rotate(90deg);
}

.industry-item__content {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.5s ease; 
}

.industry-item__content p {
    margin: 0;
    padding: 0 15px 25px 15px;
    color: #555;
    line-height: 1.6;
}

.industry-item.active .industry-item__content {
    max-height: 200px;
}

@media (max-width: 768px) {
    .industries-wrapper {
        padding: 50px 20px;
    }
}```


.main__left--img, .main__right--img {
    position: relative;
    overflow: visible;
}


@media (min-width: 1201px) {
    .main__left--img .custom-img-box--left {
       
        left: calc((100vw - 1200px) / -2);
       
        width: calc(100% + (100vw - 1200px) / 2);
    }

    .main__right--img .custom-img-box--right {
        left: auto; 
        right: calc((100vw - 1200px) / -2);
        width: calc(100% + (100vw - 1200px) / 2);
    }
}


@media (min-width: 1801px) {
    .main__left--img .custom-img-box--left {
        left: calc((100vw - 1600px) / -2);
        width: calc(100% + (100vw - 1600px) / 2);
    }

    .main__right--img .custom-img-box--right {
        left: auto;
        right: calc((100vw - 1600px) / -2);
        width: calc(100% + (100vw - 1600px) / 2);
    }
}


.header__left::after,
.main__left::after {
    content: '';
    background-color: #f9f9f9; 
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; 
}

@media (max-width: 1200px) {
    .header__left::after,
    .main__left::after {
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .header__left::after,
    .main__left::after {
        left: calc((100vw - 1200px) / -2);
        right: auto; 
        width: calc(100% + (100vw - 1200px) / 2);
    }
}

@media (min-width: 1801px) {
    .header__left::after,
    .main__left::after {
        left: calc((100vw - 1600px) / -2);
        right: auto;
        width: calc(100% + (100vw - 1600px) / 2);
    }
}




.our-work-images__item {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none; 

  
    left: 0;
    width: 100%;
}


@media (min-width: 1201px) {
    .our-work-images__item {
        left: calc((100vw - 1200px) / -2);
        right: auto; 
        width: calc(100% + (100vw - 1200px) / 2);
    }
}


@media (min-width: 1801px) {
    .our-work-images__item {
        left: calc((100vw - 1600px) / -2);
        right: auto;
        width: calc(100% + (100vw - 1600px) / 2);
    }
}


.our-work-images__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.our-work-images__item.active {
    display: block;
}

@media (max-width: 991px) {
    
   
    .our-work__left {
        display: flex;
        flex-direction: column;  
        justify-content: center; 
        align-items: center;     
        padding: 30px;           
    }

    
    .our-work-list {
        margin-top:30px;
        width: 100%; 
    }

}



/* Klasa dla kontenera przycisku, aby miał stały efekt "hover" bez przesunięcia */
.benefit-card--cta {
    /* Styl bazowy skopiowany z .benefit-card dla spójności */
    background-color: #FFF;
    backdrop-filter: blur(5px);
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    box-sizing: border-box;

    /* Właściwości dla centrowania przycisku */
    display: flex;
    align-items: center;
    justify-content: center;

    /* Właściwości z efektu :hover, ale bez transformacji (przesunięcia) */
    /* USUNIĘTO: transform: translateY(-10px); */
    border: 1px solid rgba(203, 0, 0, 0.4); /* Stała ramka w kolorze hover */
    box-shadow: 0 0 30px rgba(203, 0, 0, 0.5); /* Stały cień w kolorze hover */

    /* Wyłączamy animację, ponieważ stan jest stały */
    transition: none;
}

/* Ta reguła zapewnia, że po najechaniu myszką na blok CTA, jego wygląd się nie zmieni */
.benefit-card--cta:hover {
    /* USUNIĘTO: transform: translateY(-10px); */
    box-shadow: 0 0 30px rgba(203, 0, 0, 0.5); /* Utrzymuje cień */
    border-color: rgba(203, 0, 0, 0.4); /* Utrzymuje kolor ramki */
}

/* Główny styl przycisku CTA z poprawką na zawijanie tekstu */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #CB0000;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    border: 2px solid #CB0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    
    /* DODANO: Zapobiega łamaniu się tekstu numeru telefonu */
    white-space: nowrap;
}

/* Styl przycisku po najechaniu myszką (hover) */
.cta-button:hover {
    background-color: white;
    color: #CB0000;
}

/* Kontener na ikonę */
.cta-button__icon {
    width: 24px;
    height: 24px;
    background-color: white;
    mask-image: url('https://api.iconify.design/ph:phone-bold.svg');
    -webkit-mask-image: url('https://api.iconify.design/ph:phone-bold.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transition: background-color 0.3s ease;
}

/* Zmiana koloru ikony po najechaniu na przycisk */
.cta-button:hover .cta-button__icon {
    background-color: #CB0000;
}


#investment-benefits .dark-content-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
}

/* .custom-main-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 1;
} */