:root {
	--gray: #343638;
	--yellow: #ffd166;
	--dark-white: #fffcf9;
	--light-gray-background: #f8f9f9;
	--additional-red: #b60000;
	--width-menu-phone-bar: 50px;
	--left-padding-menu-phone: 35px;
	--size-tel-menu: 2rem;
	--left-padding-tel-menu: var(--size-tel-menu);
}

.w-layout-hflex {
	flex-direction: row;
	align-items: flex-start;
	display: flex;
}

.w-layout-vflex {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

.w-layout-blockcontainer {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (max-width: 991px) {
	.w-layout-blockcontainer {
		max-width: 728px;
	}
}

@media screen and (max-width: 767px) {
	.w-layout-blockcontainer {
		max-width: none;
	}
}

.herosection {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.container {
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	height: 90vh;
	min-height: 820px;
	max-height: 90vh;
	display: flex;
}

.div-block {
	color: #000;
	background-color: #0000;
	flex-flow: column;
	min-width: 50%;
	min-height: 100%;
	display: flex;
}

.div-block-2 {
	color: #ffd166;
	background-color: #0000;
	flex-flow: column;
	min-width: 50%;
	min-height: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
}

.div-block-3 {
	cursor: auto;
	background-color: #fffcf9;
	flex-flow: column;
	flex: 1;
	justify-content: center;
	align-self: auto;
	align-items: center;
	max-width: none;
	min-height: 0;
	padding: 180px 40px 80px;
	display: flex;
}

.div-block-4 {
	background-color: #ffd166;
	justify-content: flex-start;
	align-items: center;
	min-height: 80px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
}

.div-block-5 {
	z-index: 0;
	background-color: #fffcf9;
	border-bottom: 1px solid #ecedeb;
	min-height: 80px;
	position: static;
	overflow: visible;
}

.div-block-6 {
	z-index: 1;
	background-color: #ffd166;
	background-image: url('../images/dot_pattern_jh-phvto.png');
	background-position: 55% 97%;
	background-repeat: repeat-x;
	background-size: auto;
	background-attachment: scroll;
	flex-flow: column;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	padding-top: 180px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	position: static;
	overflow: hidden;
}

.image {
	z-index: 1;
	flex: 1;
	order: 0;
	width: auto;
	max-width: 100%;
	min-height: 800px;
	max-height: 85vh;
	margin-bottom: -90px;
	position: absolute;
}

.image-2 {
	z-index: 0;
	vertical-align: baseline;
	flex: 0 auto;
	order: -1;
	align-self: auto;
	max-width: 100%;
	position: absolute;
	inset: 5vh auto auto;
}

.heading {
	color: var(--gray);
	flex: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 5.8rem;
	font-weight: 900;
	line-height: 1.1;
}

.div-block-7 {
	background-color: #b60000;
	width: 30%;
	height: 3px;
}

.container-2 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: column;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 480px;
	max-width: none;
	margin-left: auto;
	display: flex;
}

.heading-2 {
	color: var(--gray);
	margin-top: 0;
	margin-bottom: 30px;
	font-family: Poppins, sans-serif;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.45;
}

.text-span-2 {
	color: var(--yellow);
}

.image-3 {
	z-index: 25;
	max-width: none;
	max-height: 80px;
	position: relative;
}

.container-3 {
	box-sizing: border-box;
	aspect-ratio: auto;
	-webkit-text-fill-color: inherit;
	object-fit: fill;
	background-clip: border-box;
	width: 0%;
	min-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-left: 0;
	position: relative;
}

.navbar-2 {
	mix-blend-mode: normal;
	background-color: #0000;
	min-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	inset: auto 0%;
	overflow: visible;
}

.body {
	clear: none;
	display: block;
	overflow: visible;
}

.nav-menu {
	z-index: 25;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	aspect-ratio: auto;
	background-color: var(--gray);
	border: 0 solid #000;
	border-radius: 60px;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	display: flex;
	position: relative;
	inset: auto 0% 0% auto;
}

.link-block {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: var(--dark-white);
	border-radius: 60px;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	padding: 0;
	display: flex;
}

.link-block.hamburgermenu {
	width: 50px;
}

.image-4 {
	float: none;
	width: 20px;
	max-width: none;
	margin: auto;
	display: block;
}

.container-4 {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: center;
	min-width: 400px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	display: flex;
}

.heading-3 {
	color: var(--gray);
	font-family: Poppins, sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.1;
}

.div-block-10 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
	display: flex;
}

.sociallinkmenu {
	min-width: 0;
	max-width: 100%;
	max-height: 22px;
}

.section-white {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: visible;
}

.maincontainer {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #0000;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 960px;
	min-height: 0;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	position: static;
}

.div-block-11 {
	flex-flow: column;
	flex: 1;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	display: flex;
}

.text-span-3 {
	color: var(--yellow);
	vertical-align: baseline;
	line-height: 44px;
	display: inline;
	overflow: visible;
}

.section__title {
	flex: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 4.2rem;
	font-weight: 800;
	line-height: 1.1;
}

.fullwidthcontainer {
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 100%;
	display: flex;
}

.div-block-12 {
	background-color: var(--yellow);
	min-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
}

.div-block-13 {
	min-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.div-block-14 {
	min-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
}

.div-block-15 {
	background-color: var(--yellow);
	min-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.heading-4 {
	color: var(--gray);
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
	text-decoration: none;
}

.text-span-4 {
	color: var(--dark-white);
	vertical-align: sub;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
}

.heading-5 {
	color: var(--gray);
	margin-top: 0;
	margin-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
}

.text-span-5 {
	color: var(--yellow);
	vertical-align: sub;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
}

.text-span-6 {
	color: var(--yellow);
	text-align: right;
	vertical-align: sub;
	font-family: Outfit, sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
}

.heading-6 {
	color: var(--gray);
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
}

.text-span-7 {
	color: var(--dark-white);
	vertical-align: sub;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
}

.image-6 {
	min-width: 180px;
	max-width: 180px;
}

.about-us {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	flex: 1;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.paragraph {
	color: var(--gray);
	text-align: left;
	margin-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.75;
}

.section-gray {
	background-color: var(--light-gray-background);
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.flex-block {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	flex: 0 auto;
	order: 0;
	justify-content: flex-start;
	align-self: auto;
	align-items: flex-start;
	width: 100%;
}

.flex-block-2 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	text-align: left;
	flex-flow: row;
	order: 0;
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	width: auto;
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 60px;
}

.image-7 {
	max-width: 60px;
	max-height: 60px;
}

.flex-block-3 {
	border: 2px dashed var(--yellow);
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	min-width: 106px;
	max-width: 106px;
	min-height: 106px;
	max-height: 106px;
	padding: 0;
}

.paragraph-2 {
	color: var(--gray);
	text-align: left;
	margin-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

.heading-7 {
	color: var(--gray);
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.1;
}

.div-block-17 {
	background-color: var(--yellow);
	width: 70px;
	height: 2px;
}

.flex-block-4 {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.flex-block-5 {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-flow: wrap;
	justify-content: space-between;
	align-self: stretch;
	align-items: center;
	margin-bottom: 20px;
}

.flex-block-2-copy {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	text-align: left;
	flex-flow: row;
	order: 0;
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	width: auto;
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 60px;
}

.realization-right-column {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: row;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: center;
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 60px;
	padding-left: 25px;
}

.flex-block-2-copy-copy {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	text-align: left;
	flex-flow: row;
	order: 0;
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	width: auto;
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 60px;
}

.div-block-18 {
	z-index: 0;
	background-color: var(--yellow);
	min-width: 45%;
	max-width: 45%;
	min-height: 110px;
	position: absolute;
	inset: auto auto 60px 0%;
}

.div-block-20 {
	z-index: 1;
	background-color: var(--yellow);
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	min-width: 53%;
	max-width: 53%;
	min-height: 110px;
	display: flex;
	position: relative;
}

.div-block-21 {
	flex-flow: row;
	flex: 0 auto;
	order: 0;
	justify-content: flex-end;
	align-self: center;
	align-items: center;
	min-width: 47%;
	max-width: 47%;
	display: flex;
}

.yellow-button-right-arrow {
	background-color: var(--yellow);
	color: var(--gray);
	vertical-align: baseline;
	border-radius: 18px;
	padding: 20px 40px;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.1;
	transition: background-color 0.4s,
		box-shadow 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 6px 18px #ffd16680;
}

.yellow-button-right-arrow:hover {
	background-color: #ffc94c;
	box-shadow: 0 6px 18px #ffd166cc;
}

.heading-8 {
	color: var(--gray);
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.1;
	text-decoration: none;
}

.right-arrow-yellow-button {
	grid-column-gap: 13px;
	grid-row-gap: 13px;
	background-color: var(--yellow);
	border-radius: 18px;
	justify-content: flex-start;
	align-self: flex-start;
	align-items: center;
	margin-top: 0;
	padding: 10px 40px;
	font-size: 1.6rem;
	text-decoration: none;
	transition: background-color 0.4s, box-shadow 0.4s;
	display: flex;
	box-shadow: 0 6px 18px #ffd16680;
}

.right-arrow-yellow-button:hover {
	background-color: #ffc94c;
	box-shadow: 0 6px 18px #ffd166e6;
}

.image-8 {
	color: var(--dark-white);
	min-height: 0;
	max-height: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0;
	padding-bottom: 0;
	transform: rotate(0);
}

.section-light-yellow {
	background-color: var(--dark-white);
	flex-flow: wrap;
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
}

.flex-block-6 {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	min-width: 100%;
	margin-bottom: 60px;
	padding-bottom: 0;
}

.link-block-2 {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	display: flex;
}

.main-page-portfolio-continer {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template:
		'Area'
		'.'
		/ 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	place-items: center;
	min-width: 100%;
	max-width: 243px;
	margin-top: 0;
	display: grid;
	position: static;
}

/* .portfolio-element-container-frame {
	border: 2px solid var(--additional-red);
	border-radius: 25px;
	min-width: 213px;
	max-width: 213px;
	min-height: 365px;
	max-height: 365px;
	padding: 10px;
	position: relative;
} */

/* .portfolio-video {
	border: 0 solid #000;
	border-radius: 25px;
	position: static;
} */

.div-block-24 {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: center;
	min-width: 50%;
	max-width: 50px;
	display: flex;
}

.div-block-25 {
	flex: 0 auto;
	justify-content: flex-end;
	align-self: center;
	align-items: center;
	min-width: 50%;
	display: flex;
}

.div-block-26 {
	background-color: var(--yellow);
	flex: 0 auto;
	width: 6px;
	height: 90px;
	min-height: 0;
}

.section-footer {
	background-color: var(--gray);
	padding-top: 60px;
	padding-bottom: 60px;
}

.flex-block-7 {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	width: 100%;
}

.section_title_white {
	color: var(--dark-white);
	font-size: 4.2rem;
	line-height: 1.1px;
}

.footer-flex {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 100%;
}

.contact-data-container {
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 50%;
	padding-right: 40px;
}

.contactform-container {
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-end;
	min-width: 50%;
	max-width: 50%;
	padding-bottom: 0;
	position: relative;
}

.contact-form {
	height: auto;
}

.form {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: wrap;
	place-content: stretch flex-end;
	align-items: center;
	display: flex;
	position: static;
}

.text-field {
	border-style: none none solid;
	border-width: 1px;
	border-color: black black var(--dark-white);
	background-color: #0000;
	width: 48%;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.1px;
}

.text-field::placeholder {
	color: var(--yellow);
}

.text-field:lang(pl) {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: black black var(--dark-white);
}

.text-field-3 {
	clear: none;
	border-style: none none solid;
	border-width: 1px;
	border-color: black black var(--dark-white);
	background-color: #0000;
	flex: 0 auto;
	align-self: auto;
	width: 570px;
	min-width: 570px;
	max-width: 570px;
	min-height: 230px;
	padding-bottom: 180px;
	font-size: 1.7rem;
	line-height: 1.1px;
	text-decoration: none;
	display: block;
}

.text-field-3:active {
	border: 0 solid #000;
}

.text-field-3:focus {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: var(--yellow);
}

.text-field-3:focus-visible {
	border-width: 0 0 1px;
}

.text-field-3[data-wf-focus-visible] {
	border-width: 0 0 1px;
}

.text-field-3::placeholder {
	color: var(--yellow);
	font-family: Outfit, sans-serif;
	text-decoration: none;
}

.text-field-3:lang(pl) {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: black black var(--dark-white);
}

.flex-block-9 {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: center;
	min-width: 100%;
	margin-bottom: 40px;
}

.contact-footer-info {
	color: var(--dark-white);
	margin-bottom: 0;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

.flex-block-10 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex: 0 auto;
	min-width: 100%;
}

.flex-block-11 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-items: center;
}

.image-9 {
	width: 25px;
	height: 25px;
}

.div-block-27 {
	border: 2px dashed var(--yellow);
	text-align: center;
	border-radius: 60px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 20px;
	display: block;
}

.link {
	color: var(--dark-white);
	font-family: Outfit, sans-serif;
	font-size: 2rem;
	line-height: 1.2;
	text-decoration: none;
}

.div-block-29 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	border: 2px solid var(--additional-red);
	border-radius: 18px;
	flex-flow: column;
	flex: 0 auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	display: flex;
}

.slide {
	vertical-align: top;
	background-color: #0000;
	width: 48%;
	height: 450px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	padding-right: 0;
}

.slider {
	background-color: #0000;
	flex: 0 auto;
	align-self: stretch;
	width: 100%;
	min-height: 520px;
	margin-top: 60px;
}

.div-block-30 {
	text-align: center;
	background-color: #0000;
	width: auto;
	height: auto;
	text-decoration: none;
	display: block;
}

.image-10 {
	width: 18px;
	height: 18px;
}

.image-11 {
	max-width: 80px;
	max-height: 80px;
}

.icon {
	color: var(--yellow);
	background-color: #0000;
}

.icon-2 {
	color: var(--yellow);
}

.left-arrow {
	left: -70px;
}

.slide-nav {
	color: var(--gray);
	background-color: #0000;
	justify-content: center;
	align-items: center;
	display: flex;
}

.mobile-div-social,
.div-block-31,
.div_block-26-mobile {
	display: none;
}

.right-arrow {
	left: auto;
	right: -70px;
}

.div_mobile_footer {
	background-color: var(--yellow);
	width: 6px;
	height: 90px;
	display: block;
}

.brand.w--current {
	z-index: 25;
	position: static;
}

.text-span-9 {
	color: var(--yellow);
}

.flex-block-13 {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding-top: 60px;
}

.div-block-32 {
	background-color: var(--yellow);
	width: 100%;
	height: 1px;
}

.div-block-33 {
	color: var(--dark-white);
}

.text-block {
	color: var(--dark-white);
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

.flex-block-14 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 70%;
}

.flex-block-15 {
	text-align: left;
	justify-content: flex-end;
	align-self: center;
	align-items: center;
	width: 28.9%;
}

.button-top {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	border: 1px solid var(--yellow);
	border-radius: 18px;
	justify-content: center;
	align-items: center;
	padding: 10px 40px;
	font-family: Outfit, sans-serif;
	text-decoration: none;
	display: flex;
}

.heading-9 {
	color: var(--dark-white);
	-webkit-text-stroke-width: 0px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.1;
	text-decoration: none;
}

.heading-9:hover {
	text-decoration: none;
}

.footer-list-link {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	color: var(--yellow);
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	padding-left: 0;
	list-style-type: disc;
	display: flex;
}

.link-2 {
	color: var(--dark-white);
	font-family: Outfit, sans-serif;
	font-size: 1.4rem;
	line-height: 1.45;
	text-decoration: none;
}

.top-arrow-button {
	max-height: 12px;
	transform: rotate(-90deg);
}

.top-anchor {
	position: absolute;
	inset: 0% 0% auto;
}

.menu-container {
	z-index: 23;
	background-color: var(--yellow);
	opacity: 0;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	min-width: 100vw;
	height: 100vh;
	min-height: 700px;
	transition: opacity 0.2s, filter 0.8s cubic-bezier(0.645, 0.045, 0.355, 1),
		transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	display: flex;
	position: fixed;
	inset: 0%;
	overflow: hidden;
	transform: translate(100%);
}

.menu-item-container {
	flex: 1;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	transform: translate(0);
}

.menu-element {
	color: var(--gray);
	letter-spacing: 0;
	font-family: Poppins, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	transition: font-size 0.2s, color 0.2s;
}

.menu-element:hover {
	color: var(--dark-white);
	font-size: 4rem;
}

.menu-element.w--current {
	color: var(--dark-white);
}

.menu-element.w--current:hover {
	font-size: 4rem;
}

.menu-list {
	text-align: center;
	margin-bottom: 0;
}

.menu-list-container {
	width: 100%;
	margin-top: 160px;
	margin-bottom: 100px;
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
}

.flex-block-16 {
	flex-flow: column;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.menu-link-element {
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.2s linear;
	transform: scale(0);
}

.menu-link-element:hover {
	transform: scale(1.1);
}

.flex-block-18 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	opacity: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	transform: translate(0, 50%);
}

.socialiconsmenu {
	border-color: var(--gray);
	padding: 0;
}

.sociallinkmenuicon {
	height: 3rem;
	transition: transform 0.2s linear;
}

.nav-menu-after {
	z-index: 24;
	width: var(--width-menu-phone-bar);
	background-color: var(--gray);
	border-radius: 60px;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
	padding: 10px 0 10px 25px;
	display: flex;
	position: absolute;
	inset: 20px 10px auto auto;
}

.link-3 {
	opacity: 0;
	color: var(--dark-white);
	font-family: Outfit, sans-serif;
	font-size: var(--size-tel-menu);
	line-height: 1.1;
	text-decoration: none;
	display: none;
}

.menu-link-element-2 {
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.2s linear;
	transform: scale(0);
}

.menu-link-element-2:hover {
	transform: scale(1.1);
}

.menu-link-element-3 {
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.2s linear;
	transform: scale(0);
}

.menu-link-element-3:hover {
	transform: scale(1.1);
}

.menu-link-element-4 {
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.2s linear;
	transform: scale(0);
}

.menu-link-element-4:hover {
	transform: scale(1.1);
}

.menu-link-element-5 {
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.2s linear;
	transform: scale(0);
}

.menu-link-element-5:hover {
	transform: scale(1.1);
}

.menu-link-element-6 {
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.2s linear;
	transform: scale(0);
}

.menu-link-element-6:hover {
	transform: scale(1.1);
}

.hamburger-menu-icon {
	flex: none;
	width: 40px;
	height: auto;
	padding-top: 7px;
	padding-left: 1px;
}

.success-message {
	background-color: var(--yellow);
	text-align: left;
	border-radius: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.text-block-2 {
	text-align: center;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

.error-message {
	border-radius: 8px;
}

.text-block-3 {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.45;
}

.navbar-portfolio-page {
	background-color: var(--dark-white);
	mix-blend-mode: normal;
	min-width: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	position: static;
	inset: auto 0%;
	overflow: visible;
}

.section__titl_portfolio_page {
	flex: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 4.2rem;
	font-weight: 800;
	line-height: 1.1;
}

.section__titl_portfolio_page.slidebottom {
	text-align: left;
	font-size: 5.8rem;
}

.flex-block-portfoio-page {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	min-width: 100%;
	margin-bottom: 60px;
	padding-bottom: 0;
}

.text-block-4 {
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

.text-block-4.slidebottom400 {
	color: var(--gray);
}

.div-block-34 {
	background-color: var(--additional-red);
	width: 200px;
	height: 5px;
}

.section-light-yellow-portfolio-page {
	background-color: var(--dark-white);
	flex-flow: wrap;
	padding-top: 40px;
	padding-bottom: 60px;
	display: block;
}

.tabs {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
}

.tabs-menu {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: wrap;
	flex: 0 auto;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	display: flex;
}

.table-tab {
	background-color: #0000;
	border: 1px solid #34363840;
}

.table-tab.w--current {
	border: 0px solid var(--yellow);
	background-color: var(--yellow);
}

.table-tab.tab-style {
	background-color: var(--gray);
	border-width: 0;
	border-color: #000;
}

.table-tab.tab-style.w--current {
	border-width: 4px;
	border-color: var(--yellow);
	background-color: var(--yellow);
	color: var(--gray);
	border-radius: 0;
}

.tab-style {
	color: var(--gray);
	background-color: #0000;
	border: 0 solid #000;
	border-radius: 0;
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

.tab-style:hover {
	color: var(--yellow);
	background-color: #0000;
}

.tab-style:active,
.tab-style:lang(pl) {
	background-color: #0000;
}

.tabs-content {
	flex: 0 auto;
	width: 100%;
}

.portfolio-page-portfolio-continer {
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	flex-flow: wrap;
	grid-template:
		'Area'
		'.'
		/ 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	justify-content: flex-start;
	place-items: flex-start center;
	min-width: 100%;
	max-width: 243px;
	margin-top: 0;
	display: flex;
	position: static;
}

.div-block-35 {
	border: 1px solid var(--yellow);
	border-radius: 2px;
	width: 40px;
	height: 20px;
}

.table-text {
	font-family: Outfit, sans-serif;
	font-size: 1.7rem;
	line-height: 1.45;
}

@media screen and (max-width: 575px) {
	.table-text {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}

.code-embed,
.code-embed-2 {
	display: block;
}

.navbar-portfolio-sticky {
	opacity: 1;
	mix-blend-mode: normal;
	background-color: #0000;
	min-width: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	position: fixed;
	inset: 0 0% auto;
	overflow: visible;
}

.nav-menu-sticky {
	z-index: 25;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	aspect-ratio: auto;
	background-color: var(--gray);
	border: 0 solid #000;
	border-radius: 60px;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	display: flex;
	position: relative;
	inset: auto 0% 0% auto;
}

@media screen and (min-width: 1280px) {
	.heading {
		font-size: 5.8rem;
		line-height: 1.1;
	}

	.div-block-7 {
		height: 4px;
	}

	.heading-2 {
		font-size: 4.2rem;
		line-height: 1.45;
	}

	.heading-3 {
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.1;
	}

	.div-block-10 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.maincontainer {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section__title {
		font-size: 4.2rem;
		line-height: 1.1;
	}

	.heading-4,
	.heading-5,
	.heading-6 {
		font-size: 2.4rem;
		line-height: 1.1;
	}

	.paragraph {
		font-size: 1.7rem;
		line-height: 1.75;
	}

	.paragraph-2 {
		font-size: 1.7rem;
		line-height: 1.45;
	}

	.heading-7 {
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.flex-block-4 {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.yellow-button-right-arrow,
	.heading-8 {
		font-size: 1.7rem;
		line-height: 1.1;
	}

	.text-field {
		font-size: 1.7rem;
		line-height: 1.2;
	}

	.text-field-3 {
		width: 580px;
		min-width: 580px;
		max-width: 580px;
		font-size: 1.7rem;
		font-weight: 400;
		line-height: 1.2;
	}

	.contact-footer-info {
		font-size: 1.7rem;
		line-height: 1.45;
	}

	.link {
		font-size: 2rem;
		line-height: 1.2;
	}

	.slide {
		width: 31.5%;
	}

	.menu-container {
		opacity: 100;
	}

	.section__titl_portfolio_page {
		font-size: 4.2rem;
		line-height: 1.1;
	}

	.portfolio-page-portfolio-continer {
		grid-column-gap: 21px;
		grid-row-gap: 21px;
	}
}

@media screen and (min-width: 1440px) {
	.image {
		max-height: 90vh;
	}

	.image-2 {
		max-width: 95%;
	}

	.heading {
		font-size: 5.8rem;
		line-height: 1.2;
	}

	.div-block-7 {
		height: 4px;
	}

	.heading-2 {
		font-size: 4.2rem;
		line-height: 1.45;
	}

	.body {
		overflow: visible;
	}

	.heading-3 {
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.1;
	}

	.div-block-10 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.maincontainer {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.heading-8 {
		font-size: 1.7rem;
		line-height: 1.1;
	}

	.heading-9 {
		text-decoration: none;
	}

	.top-anchor {
		top: -25%;
	}

	.menu-container {
		transform: translate(100%);
	}
}

@media screen and (min-width: 1920px) {
	.image {
		max-height: 85vh;
	}

	.image-2 {
		max-width: 100%;
	}

	.heading {
		font-size: 5.8rem;
	}

	.heading-2 {
		font-size: 4.2rem;
		line-height: 1.45;
	}

	.container-3 {
		max-width: none;
	}

	.navbar-2 {
		max-width: 2200px;
		margin-left: auto;
		margin-right: auto;
	}

	.heading-3 {
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.1;
	}

	.div-block-10 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.maincontainer {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section__title {
		font-size: 4.2rem;
		line-height: 1.2;
	}

	.heading-4,
	.heading-5,
	.heading-6 {
		font-size: 2.4rem;
		line-height: 1.1;
	}

	.paragraph {
		font-size: 1.7rem;
		line-height: 1.75;
	}

	.paragraph-2 {
		text-align: left;
		font-size: 1.7rem;
		line-height: 1.45;
	}

	.heading-7 {
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.flex-block-4 {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.yellow-button-right-arrow {
		align-self: auto;
		font-size: 1.7rem;
		line-height: 1.1;
	}

	.heading-8 {
		font-size: 1.7rem;
		font-weight: 400;
		line-height: 1.1;
	}

	.right-arrow-yellow-button {
		margin-top: 30px;
	}

	.right-arrow-yellow-button.slideright400.sliderightmobile400 {
		margin-top: 0;
	}

	.section_title_white {
		font-size: 4.2rem;
		line-height: 1.2;
	}

	.form {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.text-field {
		margin-left: 0;
	}

	.text-field-3 {
		width: 580px;
		min-width: 580px;
		max-width: 570px;
	}

	.contact-footer-info {
		font-size: 1.7rem;
		line-height: 1.45;
	}

	.link {
		font-size: 2rem;
		line-height: 1.2;
	}

	.navbar-portfolio-page {
		max-width: 2200px;
		margin-left: auto;
		margin-right: auto;
	}

	.section__titl_portfolio_page {
		font-size: 4.2rem;
		line-height: 1.2;
	}

	.section-light-yellow-portfolio-page {
		background-color: var(--dark-white);
	}

	.navbar-portfolio-sticky {
		max-width: 2200px;
		margin-left: auto;
		margin-right: auto;
	}

	.body-2 {
		background-color: var(--dark-white);
	}
}

@media screen and (max-width: 991px) {
	.herosection {
		flex-flow: row;
		min-height: 100%;
	}

	.container {
		flex-flow: column;
		height: auto;
		max-height: none;
		padding-top: 0;
	}

	.div-block {
		min-width: 100%;
		min-height: 0;
	}

	.div-block-2 {
		min-width: 100%;
		min-height: 90vh;
	}

	.div-block-3 {
		padding: 0;
	}

	.div-block-4 {
		z-index: 1;
		flex: 0 auto;
		order: 0;
		justify-content: flex-start;
		align-self: auto;
		align-items: center;
		margin-top: -40px;
		margin-left: 40px;
		margin-right: 40px;
		display: none;
		position: relative;
	}

	.div-block-6 {
		border-radius: 18px;
		margin-left: 15px;
		margin-right: 15px;
		padding: 0;
	}

	.image {
		min-height: 0;
		max-height: 95%;
	}

	.image-2 {
		max-width: 90%;
	}

	.heading {
		font-size: 5.8rem;
	}

	.div-block-7 {
		height: 4px;
	}

	.container-2 {
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		min-width: 0;
		max-width: 740px;
		margin-top: 130px;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.heading-2 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 4.2rem;
	}

	.image-3 {
		max-height: 60px;
	}

	.container-3 {
		min-width: 740px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-2 {
		min-width: auto;
		min-height: 110px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.body {
		overflow: visible;
	}

	.nav-menu {
		max-width: 110px;
		max-height: 60px;
	}

	.link-block {
		width: 40px;
		height: 40px;
	}

	.link-block.hamburgermenu {
		width: 40px;
	}

	.container-4 {
		z-index: 1;
		background-color: var(--yellow);
		border-radius: 8px;
		justify-content: center;
		align-items: center;
		min-height: 80px;
		position: relative;
	}

	.section-white {
		padding-top: 45px;
		padding-bottom: 45px;
		display: block;
		position: static;
		overflow: hidden;
	}

	.maincontainer {
		justify-content: center;
		align-items: flex-start;
		max-width: 740px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.text-span-3 {
		line-height: 1.1;
	}

	.section__title {
		text-align: center;
		flex: 1;
		align-self: stretch;
	}

	.fullwidthcontainer {
		flex-flow: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.div-block-12 {
		text-align: left;
		flex: 0 auto;
		order: 0;
		justify-content: center;
		align-self: auto;
		align-items: center;
		width: 100%;
		min-width: auto;
		margin-right: 40px;
		padding-right: 0;
		display: block;
	}

	.div-block-13 {
		order: 1;
		width: 100%;
		min-width: auto;
		padding-left: 0;
	}

	.div-block-14 {
		order: 4;
		width: 100%;
		min-width: auto;
		padding-left: 40px;
	}

	.div-block-15 {
		order: 3;
		width: 100%;
		min-width: auto;
		margin-left: 40px;
		padding-left: 0;
		padding-right: 40px;
	}

	.heading-4 {
		text-align: center;
		padding-left: 40px;
	}

	.heading-5 {
		text-align: center;
		padding-left: 40px;
		padding-right: 40px;
	}

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

	.about-us {
		margin-top: -45px;
	}

	.section-gray {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.flex-block-2 {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.paragraph-2 {
		align-self: center;
	}

	.flex-block-2-copy {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.realization-right-column {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.flex-block-2-copy-copy {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.div-block-18 {
		min-height: 120px;
		bottom: 45px;
	}

	.div-block-20 {
		min-height: 120px;
	}

	.div-block-21 {
		align-self: center;
	}

	.heading-8 {
		font-size: 1.7rem;
	}

	.right-arrow-yellow-button {
		text-align: center;
		flex: 0 auto;
		justify-content: flex-start;
		align-self: auto;
		align-items: center;
		margin-top: 0;
	}

	.section-light-yellow {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.flex-block-6 {
		grid-column-gap: 45px;
		grid-row-gap: 45px;
	}

	.link-block-2 {
		display: none;
	}

	.main-page-portfolio-continer {
		grid-template-rows: auto auto auto auto;
		grid-template-columns: 1fr 1fr;
	}

	.div-block-24 {
		min-width: 100%;
		margin-bottom: 40px;
	}

	.div-block-25 {
		min-width: 40%;
	}

	.div-block-26 {
		display: block;
	}

	.section-footer {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.flex-block-7 {
		grid-column-gap: 45px;
		grid-row-gap: 45px;
	}

	.footer-flex {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.contact-data-container {
		justify-content: center;
		align-self: auto;
		align-items: center;
		padding-right: 0;
	}

	.contactform-container {
		min-width: 100%;
		max-width: 100%;
		margin-top: 60px;
	}

	.form {
		justify-content: center;
		align-items: center;
	}

	.text-field {
		width: 48.5%;
	}

	.text-field-3 {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.flex-block-9 {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.contact-footer-info {
		text-align: center;
	}

	.flex-block-10 {
		grid-column-gap: 40px;
		grid-row-gap: 40px;
		flex-flow: row;
		flex: 0 auto;
		justify-content: center;
		align-self: center;
		align-items: center;
	}

	.flex-block-11 {
		align-self: flex-start;
	}

	.slide {
		width: 47%;
	}

	.mask {
		overflow: hidden;
	}

	.left-arrow {
		left: -50px;
	}

	.mobile-div-social {
		min-height: 80px;
		margin-top: -40px;
		margin-left: 40px;
		margin-right: 40px;
		display: block;
	}

	.div-block-31 {
		background-color: var(--yellow);
		width: 120px;
		height: 4px;
		display: block;
	}

	.div_block-26-mobile {
		display: none;
	}

	.right-arrow {
		right: -50px;
	}

	.div_mobile_footer {
		display: none;
	}

	.text-block {
		font-size: 1.7rem;
	}

	.flex-block-14 {
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}

	.flex-block-15 {
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.menu-element,
	.menu-element.w--current {
		font-size: 4rem;
	}

	.menu-list-container {
		flex: 0 auto;
		margin-top: 160px;
		margin-bottom: 40px;
	}

	.flex-block-16 {
		width: 70vw;
	}

	.menu-link-element {
		font-size: 3rem;
	}

	.nav-menu-after {
		width: var(--width-menu-phone-bar);
		padding-left: var(--left-padding-menu-phone);
		font-size: var(--size-tel-menu);
		height: 60px;
	}

	.menu-link-element-2,
	.menu-link-element-3,
	.menu-link-element-4,
	.menu-link-element-5,
	.menu-link-element-6 {
		font-size: 3rem;
	}

	.navbar-portfolio-page {
		min-width: auto;
		min-height: 110px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section__titl_portfolio_page {
		text-align: center;
		flex: 1;
		align-self: stretch;
	}

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

	.flex-block-portfoio-page {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.section-light-yellow-portfolio-page {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.tabs-menu {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		flex-flow: wrap;
	}

	.portfolio-page-portfolio-continer {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-template-rows: auto auto auto auto;
		grid-template-columns: 1fr 1fr;
		justify-content: space-between;
		align-items: flex-start;
	}

	.navbar-portfolio-sticky {
		min-width: auto;
		min-height: 110px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav-menu-sticky {
		max-width: 110px;
		max-height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.heading {
		font-size: 4.8rem;
	}

	.heading-2 {
		font-size: 4rem;
	}

	.container-3 {
		min-width: 100%;
	}

	.body {
		overflow: visible;
	}

	.heading-3 {
		font-size: 2rem;
	}

	.maincontainer {
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.text-span-3 {
		text-align: center;
		vertical-align: baseline;
		min-width: 0%;
	}

	.section__title {
		white-space: normal;
		word-break: normal;
		overflow-wrap: normal;
		font-size: 3.6rem;
		display: block;
		overflow: visible;
	}

	.heading-4 {
		font-size: 2rem;
	}

	.text-span-4 {
		font-size: 3.6rem;
		line-height: 1.1;
	}

	.heading-5 {
		font-size: 2rem;
	}

	.text-span-5,
	.text-span-6 {
		font-size: 3.6rem;
		line-height: 1.1;
	}

	.heading-6 {
		font-size: 2rem;
	}

	.text-span-7 {
		font-size: 3.6rem;
		line-height: 1.1;
	}

	.paragraph,
	.paragraph-2 {
		font-size: 1.6rem;
	}

	.heading-7 {
		font-size: 2rem;
	}

	.flex-block-5 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.div-block-18 {
		bottom: 147px;
	}

	.div-block-20 {
		min-width: 100%;
		max-width: 100%;
	}

	.div-block-21 {
		text-align: center;
		justify-content: center;
		align-items: center;
		min-width: 100%;
		max-width: 100%;
		margin-top: 45px;
	}

	.yellow-button-right-arrow,
	.heading-8 {
		font-size: 1.6rem;
	}

	.main-page-portfolio-continer {
		grid-template-columns: 1fr 1fr;
		max-width: none;
	}

	.portfolio-element-container-frame {
		min-width: 185px;
		min-height: 315px;
	}

	.div-block-24 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-bottom: 30px;
	}

	.section_title_white {
		text-align: center;
		align-self: auto;
		margin-top: 0;
		margin-bottom: 0;
		font-family: Poppins, sans-serif;
		font-size: 3.6rem;
		font-weight: 800;
		line-height: 1.1;
	}

	.form {
		justify-content: center;
		align-items: center;
	}

	.text-field {
		width: 100%;
	}

	.contact-footer-info {
		font-size: 1.6rem;
	}

	.flex-block-10 {
		flex-flow: column;
	}

	.flex-block-11 {
		min-width: 100%;
	}

	.image-9 {
		width: 20px;
		height: 20px;
	}

	.div-block-27 {
		padding: 15px;
	}

	.link {
		font-size: 1.8rem;
	}

	.slide {
		width: 96%;
	}

	.mask {
		width: 100%;
		left: 0%;
	}

	.left-arrow {
		display: none;
	}

	.div_block-26-mobile {
		background-color: var(--yellow);
		width: 6px;
		height: 60px;
	}

	.right-arrow {
		display: none;
	}

	.div_mobile_footer {
		background-color: var(--yellow);
		width: 6px;
		height: 90px;
		display: none;
	}

	.text-block {
		font-size: 1.4rem;
	}

	.flex-block-14 {
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.flex-block-15 {
		width: 100%;
	}

	.menu-item-container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.menu-element.w--current {
		font-size: 4.6rem;
	}

	.flex-block-16 {
		width: 100vw;
	}

	.menu-link-element {
		font-size: 2.8rem;
	}

	.nav-menu-after {
		padding-left: 35px;
	}

	.menu-link-element-2,
	.menu-link-element-3,
	.menu-link-element-4,
	.menu-link-element-5,
	.menu-link-element-6 {
		font-size: 2.8rem;
	}

	.section__titl_portfolio_page {
		white-space: normal;
		word-break: normal;
		overflow-wrap: normal;
		font-size: 3.6rem;
		display: block;
		overflow: visible;
	}

	.section__titl_portfolio_page.slidebottom {
		font-size: 3.8rem;
	}

	.flex-block-portfoio-page {
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}

	.text-block-4.slidebottom400 {
		color: var(--gray);
		text-align: center;
	}

	.tabs {
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0;
	}

	.tabs-menu {
		margin-top: -10px;
	}

	.portfolio-page-portfolio-continer {
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		align-items: flex-start;
		max-width: none;
		margin-top: 20px;
	}
}

@media screen and (max-width: 479px) {
	.herosection {
		max-width: 100vw;
		min-height: 0%;
	}

	.container {
		width: auto;
		min-width: 100%;
	}

	.div-block-2 {
		max-width: 100%;
		min-height: 460px;
	}

	.div-block-5 {
		min-height: 40px;
	}

	.div-block-6 {
		background-size: 100%;
		background-attachment: scroll;
		margin-left: 10px;
		margin-right: 10px;
	}

	.image {
		max-height: 90%;
		margin-bottom: -40px;
	}

	.image-2 {
		max-width: 80%;
		top: 0;
	}

	.heading {
		font-size: 3.5rem;
	}

	.container-2 {
		width: auto;
		max-width: 100%;
		margin-top: 80px;
	}

	.heading-2 {
		margin-bottom: 0;
		font-size: 2.4rem;
	}

	.image-3 {
		max-height: 50px;
	}

	.container-3 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-2 {
		max-width: 100%;
		min-height: 80px;
	}

	.body {
		overflow: visible;
	}

	.nav-menu {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		max-width: 95px;
		max-height: 50px;
	}

	.link-block {
		width: 35px;
		height: 35px;
	}

	.link-block.hamburgermenu {
		width: 35px;
	}

	.image-4 {
		width: 17px;
	}

	.container-4 {
		border-radius: 8px;
		min-width: auto;
		max-width: none;
		min-height: 40px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.heading-3 {
		font-size: 1.7rem;
		font-weight: 600;
	}

	.div-block-10 {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		margin-left: 10px;
	}

	.sociallinkmenu {
		max-height: 20px;
	}

	.section-white {
		width: 100vw;
		max-width: 100vw;
	}

	.maincontainer {
		width: auto;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.div-block-11 {
		max-width: 100%;
	}

	.section__title {
		direction: ltr;
		text-indent: 0;
		column-count: 0;
		word-break: normal;
		overflow-wrap: normal;
		flex: 0 auto;
		align-self: auto;
		max-width: none;
		font-size: 3.3rem;
		display: block;
	}

	.div-block-12 {
		margin-right: 15px;
	}

	.div-block-14 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.div-block-15 {
		margin-left: 15px;
		padding-right: 15px;
	}

	.heading-4 {
		padding-left: 15px;
		font-size: 1.7rem;
		line-height: 1;
	}

	.text-span-4 {
		vertical-align: sub;
		font-size: 3rem;
		line-height: 1;
	}

	.heading-5 {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 1.7rem;
		line-height: 1;
	}

	.text-span-5,
	.text-span-6 {
		font-size: 3rem;
		line-height: 1;
	}

	.heading-6 {
		font-size: 1.7rem;
		line-height: 1;
	}

	.text-span-7 {
		font-size: 3rem;
		line-height: 1;
	}

	.flex-block {
		grid-column-gap: 45px;
		grid-row-gap: 45px;
	}

	.flex-block-2 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.flex-block-3 {
		min-width: 90px;
		max-width: 90px;
		min-height: 90px;
		max-height: 90px;
	}

	.heading-7 {
		font-size: 1.9rem;
	}

	.flex-block-5 {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.flex-block-2-copy,
	.realization-right-column,
	.flex-block-2-copy-copy {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.div-block-18 {
		min-height: 160px;
		bottom: 142px;
	}

	.div-block-20 {
		min-width: 100vw;
		max-width: 100vw;
		min-height: 160px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.yellow-button-right-arrow {
		text-align: left;
	}

	.right-arrow-yellow-button {
		padding: 7px 30px;
	}

	.flex-block-6 {
		margin-bottom: 30px;
	}

	.main-page-portfolio-continer {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		flex: 0 auto;
		grid-template:
			'Area'
			'.'
			'.'
			'.'
			/ 145px 145px;
		grid-auto-rows: auto;
		grid-auto-columns: 1fr;
		grid-auto-flow: row dense;
		place-content: center;
		place-items: center;
		min-width: 100%;
		max-width: 100%;
	}

	.portfolio-element-container-frame {
		box-sizing: border-box;
		object-fit: fill;
		min-width: 135px;
		min-height: 245px;
		position: relative;
	}

	.portfolio-video {
		aspect-ratio: auto;
		object-fit: fill;
		width: auto;
		height: 100%;
		position: static;
	}

	.section_title_white {
		font-size: 3.3rem;
	}

	.form {
		justify-content: center;
		align-items: center;
	}

	.div-block-29 {
		width: auto;
		max-width: none;
		min-height: 450px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.slide {
		width: 94%;
		max-width: none;
		height: auto;
		padding-right: 0;
	}

	.mask {
		width: auto;
	}

	.mobile-div-social {
		min-width: 100%;
		max-width: 100%;
		min-height: 40px;
		margin-top: -23px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.brand {
		padding-left: 0;
	}

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

	.menu-container {
		min-height: 500px;
	}

	.menu-item-container {
		justify-content: flex-start;
		align-items: center;
		overflow: auto;
	}

	.menu-element,
	.menu-element.w--current {
		font-size: 3.8rem;
	}

	.menu-list-container {
		margin-top: 120px;
		margin-bottom: 40px;
	}

	.flex-block-16 {
		overflow: auto;
	}

	.menu-link-element {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 2.2rem;
		transition-duration: 0.2s;
	}

	.nav-menu-after {
		padding-left: var(--left-padding-menu-phone);
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		top: 10px;
		right: 5px;
	}

	.link-3 {
		font-size: var(--size-tel-menu);
		display: none;
	}

	.menu-link-element-2,
	.menu-link-element-3,
	.menu-link-element-4,
	.menu-link-element-5,
	.menu-link-element-6 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 2.2rem;
		transition-duration: 0.2s;
	}

	.navbar-portfolio-page {
		max-width: 100%;
		min-height: 80px;
	}

	.section__titl_portfolio_page {
		direction: ltr;
		text-indent: 0;
		column-count: 0;
		word-break: normal;
		overflow-wrap: normal;
		flex: 0 auto;
		align-self: auto;
		max-width: none;
		font-size: 3.3rem;
		display: block;
	}

	.section__titl_portfolio_page.slidebottom {
		font-size: 3.8rem;
	}

	.flex-block-portfoio-page {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-bottom: 30px;
	}

	.text-block-4.slidebottom400 {
		text-align: center;
	}

	.section-light-yellow-portfolio-page {
		padding-top: 25px;
	}

	.tabs {
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0;
	}

	.tabs-menu {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		margin-top: -20px;
	}

	.table-tab,
	.table-tab.w--current {
		min-width: 95%;
	}

	.tabs-content {
		margin-top: 0;
	}

	.portfolio-page-portfolio-continer {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		flex: 0 auto;
		grid-template:
			'Area'
			'.'
			'.'
			'.'
			/ 145px 145px;
		grid-auto-rows: auto;
		grid-auto-columns: 1fr;
		grid-auto-flow: row dense;
		place-content: center;
		place-items: center;
		min-width: 100%;
		max-width: 100%;
	}

	.navbar-portfolio-sticky {
		max-width: 100%;
		min-height: 80px;
	}

	.nav-menu-sticky {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		max-width: 95px;
		max-height: 50px;
	}
}

/* MOJE */
.portfolio-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	gap: 20px;
}

@media screen and (max-width: 1279px) {
	.portfolio-container {
		justify-content: center;
	}
}

.portfolio-video-element {
	width: calc((100% / 3) - 14px);
	border: 2px solid var(--additional-red);
	border-radius: 27px;
}

@media screen and (min-width: 1280px) {
	.portfolio-video-element {
		width: calc((100% / 4) - 15px);
	}
}

@media screen and (max-width: 576px) {
	.portfolio-video-element {
		width: calc((100% / 2) - 10px);
	}
}

.portfolio-video-iframe {
	width: 100%;
	aspect-ratio: 9 / 16;
	border: 10px solid var(--dark-white);
	padding: 0px;
	border-radius: 25px;
}

@media screen and (max-width: 479px) {
	.portfolio-video-iframe {
		padding: 5px;
	}
}
/* TESTIMONIALS */

.testimonial-wrapper {
	width: 100%;
	position: relative;
	margin-top: 60px;
}
.testimonial-wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 3.7rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	color: var(--yellow);
	background: transparent;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: transform 0.1s linear;
}
.testimonial-wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}
.testimonial-wrapper i:first-child {
	left: -45px;
}
.testimonial-wrapper i:last-child {
	right: -45px;
}
.testimonial-wrapper .testimonial-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 14px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 20px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.testimonial-wrapper ul,
ol {
	margin: 0;
	padding: 0;
}
.testimonial-carousel::-webkit-scrollbar {
	display: none;
}
.testimonial-carousel.no-transition {
	scroll-behavior: auto;
}
.testimonial-carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.testimonial-carousel.dragging .testimonial-card {
	cursor: grab;
	user-select: none;
}
.testimonial-carousel :where(.testimonial-card, .reviewer-logo) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-carousel .testimonial-card {
	scroll-snap-align: start;
	min-height: 450px;
	list-style: none;
	background: transparent;
	cursor: pointer;
	padding: 20px 40px;
	flex-direction: column;
	border-radius: 18px;
	border: 2px solid var(--additional-red);
	gap: 20px;
	justify-content: center;
}

.testimonial-carousel .testimonial-card h4 {
	text-align: center;
}

.testimonial-carousel .testimonial-card .reviewer-logo {
	max-height: 80px;
	max-width: 80px;
}

.testimonial-dots {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 15px;
}
.testimonial-dots .dot {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	background-color: var(--gray);
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.testimonial-dots .dot.active {
	width: 1rem;
	height: 1rem;
	background-color: var(--yellow);
}

.review-text-wrapper {
	max-height: 170px;
	overflow: hidden;
	transition: max-height 0.3s ease;
	position: relative;
	transition: max-height 0.5s ease-in-out;
}

/* Gdy recenzja zostanie rozwinięta, usuwamy ograniczenie wysokości */
.review-text-wrapper.expanded {
	max-height: 1000px;
}

/* Styl dla przycisku "czytaj więcej" */
.read-more-btn {
	display: block;
	background: none;
	border: none;
	color: var(--yellow);
	cursor: pointer;
	padding: 0;
	margin-top: 5px;
	font-family: 'Outfit', sans-serif;
}

@media screen and (max-width: 1279px) {
	.testimonial-wrapper .testimonial-carousel {
		grid-auto-columns: calc((100% / 2) - 10px);
	}
}

@media screen and (max-width: 991px) {
	.testimonial-wrapper .testimonial-carousel {
		grid-auto-columns: calc((100% / 1));
	}
}

/* PORTFOLIO 360 WALK */

.portfolio-walk-element {
	width: calc((100% / 2) - 10px);
}

@media screen and (max-width: 1200px) {
	.portfolio-walk-element {
		width: calc(100% / 1);
	}
}

.portfolio-walk-element .walk-iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 2px solid var(--additional-red);
	border-radius: 25px;
	padding: 10px;
}

@media screen and (max-width: 576px) {
	.portfolio-walk-element .walk-iframe {
		border-radius: 20px;
		padding: 5px;
	}
}

/* PAGINACJA PORTFOLIO */

.films-pagination {
	display: flex;
	flex-direction: row;
	justify-content: end;
	gap: 10px;
	margin-top: 20px;
	color: var(--gray);
}

.films-pagination button {
	font-family: 'Outfit', sans-serif;
	font-size: 1.7rem;
	line-height: 1.1;
}

@media screen and (max-width: 576px) {
	.films-pagination {
		gap: 2px;
	}

	.films-pagination button {
		font-family: 'Outfit', sans-serif;
		font-size: 1.4rem;
		line-height: 1.1;
	}
}

.films-pagination .nextButton,
.prevButton {
	background-color: transparent;
}

button.pageButton {
	background-color: transparent;
	color: var(--gray);
}

button.pageButton.active {
	background-color: transparent;
	color: var(--yellow);
	transform: scale(1.2);
}

/* FOrmularz kontaktowy */

.success-message,
.error-message {
	padding-left: 20px;
	padding-right: 20px;
}

.w-input,
.w-select {
	color: var(--dark-white);
}

/* FOTOGRAFIA */

/* Masonry grid za pomocą CSS columns */
.photography-container {
	column-count: 3;
	column-gap: 10px;
}

@media screen and (max-width: 768px) {
	.photography-container {
		column-count: 2;
		column-gap: 10px;
	}
}

.photography-item {
	/* Zapewniamy, że elementy są traktowane jako blokowe w kolumnach */
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}
.photography-item img {
	width: 100%;
	height: auto;
	display: block;
}
/* Modal – full screen */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.modal.active {
	display: flex;
}
.modal img {
	max-width: 90%;
	max-height: 90%;
}
/* Przyciski w modal */
.modal .close,
.modal .prev,
.modal .next {
	position: absolute;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	user-select: none;
}
.modal .close {
	top: 10px;
	right: 20px;
}
.modal .prev {
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.modal .next {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
/* Paginacja */
.photography-pagination {
	margin-top: 20px;
	text-align: right;
}
.photography-pagination button {
	margin: 0 5px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: transparent;
}
