/*------------------------------------------------------------------
[Table of contents]
This file include css code for each section or custom css for element in each section and each page.

-------------------------------------------------------------------*/

/* #Partner */

.partner-section-style-01 {
	background-color: #f9f9f9;
	padding: 50px 0;
	padding-bottom: 35px;
}
.partner-section-style-02 .swin-sc-partner {
	background-color: #f9f9f9;
	padding: 35px 15px;
}

/* #Background*/

.builday-bg {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.builday-bg-small {
	padding: 50px 0;
}
.swin-row-knob .swin-column-padding {
	padding-top: 100px;
	padding-bottom: 50px;
}
.swin-row-knob {
	margin-top: 165px;
	padding: 0;
	padding-bottom: 50px;
}

.swin-row-knob .knob {
	margin-top: -45px;
}

/* #Contact*/

.contact-section-simple .contact-wrap {
	padding-top: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

/* #Counter*/

.counter-section .swin-sc-counter.knob {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #ffffff;
	box-shadow: 0 0 26px 0 #00000030;
}

/* #Home 1*/

.home .page-content {
	padding-top: 0;
	padding-bottom: 0;
}
.home .service-section {
	background-image: url(../images/background/What-we-do-Home1.png);
}

/*Home 2*/

.home-2 .page-content {
	padding-bottom: 70px;
}
.home-2 .project-section {
	background-image: url("../images/background/BG-Start-Your-Project-Home-2.png");
}
.home-2 .video-wrap {
	background-image: url("../images/background/Home2-campagin-video-Home2.png");
}

/* #About*/

.page-template-page-o-nas .page-heading {
	background-image: url("../images/page-heading/aboutbg-1.jpg");
}
.page-template-page-o-nas .counter-section {
	background-image: url("../images/background/Home2-campagin-video-Home2.png");
}

.page-template-page-o-nas .survey-section {
	background-image: url("../images/background/BG-about.png");
}
.page-template-page-o-nas .page-content {
	padding-bottom: 0;
}

/* #Service*/
.page-template-page-uslugi .page-heading {
	background-image: url("../images/page-heading/project10.jpg");
}

/* #Projects*/
.p-projects .page-heading {
	background-image: url("../images/page-heading/project-1.jpg");
}

/* #News*/
.blog .page-heading {
	background-image: url("../images/page-heading/newbg-1.jpg");
}
.news-3-column .page-content {
	padding-bottom: 70px;
}

/*Contact*/
.page-page-template-page-kontakt .page-heading {
	background-image: url("../images/page-heading/contact.jpg");
}

.page-template-page-kontakt .contact-form-section {
	background-color: #f9f9f9;
	margin-top: 100px;
	padding-bottom: 80px;
}
.page-template-page-kontakt .swin-sc-contact-form-group .title-section {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
}
.page-template-page-kontakt .page-content {
	padding-bottom: 0;
}
.detail-page .page-heading {
	background-image: url(../images/page-heading/page-heading.jpg);
}

/*Footer*/
footer {
	background: url(../images/footer-bg.jpg);
}

.footer-top-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-top-section::after {
	display: none;
}

/*Responsive*/

@media screen and (max-width: 960px) {
	.home .service-section {
		background-position: right center !important;
	}
	.swin-row-knob {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.swin-row-knob .swin-column-padding {
		padding-top: 100px;
	}
	.swin-row-knob .knob {
		margin-top: 0 !important;
	}
	.swin-row-mbp {
		padding: 100px 0;
	}
}

@media screen and (max-width: 576px) {
	section:not(:last-child) {
		margin-bottom: 100px;
	}
	/*contact social in header*/
	.contact-section .contact-wrap div[class*="col-"] + div[class*="col-"] {
		margin-top: 20px;
	}
}

/*---------------- CUSTOM -------------------*/

.header a {
	color: white !important;
}

.header .sub-menu a {
	color: black !important;
}

.header-fixed a {
	color: black !important;
}

.header-fixed div.utility-nav a {
	color: black !important;
}

@media (max-width: 1025px) {
	.header-main #main-nav li a {
		color: black !important;
	}
}

.header .menu-item {
	position: relative;
}

#main-nav .dropdown .dropdown-menu > li > a {
	display: block;
}

.header .sub-menu .menu-item:hover {
	background: #f5f5f5;
}

.header .menu-item:hover > .sub-menu {
	opacity: 1 !important;
	display: block !important;
}

.sub-menu-last {
	position: absolute;
	right: 0;
	top: 0;
	background: white;
	translate: 100% -8px;
	display: none;
	padding: 8px 0;
}

.sub-menu-last li {
	list-style-type: none;
}

.sub-menu-last a {
	padding: 8px 20px;
	display: block;
}

div.utility-nav a {
	color: white !important;
}

.single-uslugi div.utility-nav a,
.single-post div.utility-nav a {
	color: black !important;
}

/*-----------------  BLOG ------------------------*/

.archive .blog-featured-img,
.blog .blog-featured-img {
	max-height: 185px;
	overflow: hidden;
}

.single h2 {
	margin-top: 3rem;
	font-size: 1.75rem;
}

.form-group .wpcf7-textarea {
	height: 7rem;
}

.screen-reader-response {
	display: none;
}

.nasze-wartosci__items {
	max-height: 250px;
	transition: 1.25s;
	max-width: 560px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem 1rem;
	margin: 40px 0 0 0;
}

.nasze-wartosci-content {
	display: none;
}

.nasze-wartosci__items.active {
	max-height: 1000px;
	opacity: 1;
}

.nasze-wartosci__item {
	display: flex;
	gap: 15px;
	padding: 10px 15px;
	align-items: center;
	width: 48%;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	background: #fff;
	box-shadow: 0 0 60px 0 #0000000d;
	border-radius: 8px;
}

.nasze-wartosci__item.active {
	border: 1px solid #e4ad0b;
}

.wartosc__text {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background: #ffffffed;
	padding: 1rem 2rem;
	width: 100%;
	font-size: 12px;
}

.nasze-wartosci__item .icon {
	flex: none;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
}

.nasze-wartosci__item .icon:after {
	background: #e4ad0b;
	border-radius: 5px;
	content: "";
	inset: 0;
	opacity: 0.1;
	position: absolute;
}

.nasze-wartosci__item > div {
	flex-shrink: 0;
	max-width: 100%;
}

.nasze-wartosci__item img {
	width: 35px;
	flex-shrink: 0;
}

.nasze-wartosci__item .single-title {
	font-size: 16px;
	max-width: 180px;
}

.wp-block-gallery {
	display: flex;
	align-items: center;
	gap: 1rem !important;
}

.wp-block-gallery figure {
	margin: 0;
}

.blog-single ul {
	list-style-type: none;
}

.blog-single ul li::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 700;
	position: relative;
	left: -8px;
	color: #b6b6b6;
}

.single h2 {
	color: #272727;
	text-align: left;
	font-family: Noto Sans;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 35px;
	margin-top: 35px;
}

/*------------------ SINGLE USLUGA -------------------------*/

.single-uslugi .title-wrapper {
	padding-top: 140px !important;
}

.single-uslugi .header-main {
	background: white;
}

.single-uslugi .header-main #main-nav li a {
	color: black !important;
}

.single-post .title-wrapper {
	padding-top: 140px !important;
}

.single-post .header-main {
	background: white;
}

.single-post .header-main #main-nav li a {
	color: black !important;
}

/*----------------------- SLIDER USŁUG NA GŁÓWNEJ -------------------------*/

.service-section-reverse {
	background-image: url("../img/What-we-do-Home2.webp") !important;
	margin-top: 50px;
}

.service-section-reverse .row {
	flex-direction: row-reverse;
}

.header-fixed .wpml-ls-item {
	width: 60px;
}

.top-slider .slide-bg video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.6);
}

/*------------------ JAK PRACUJEMY ----------------------*/

.page-jak-pracujemy h1 {
	font-size: 43px;
	margin-bottom: 2rem;
}

.page-jak-pracujemy h2 {
	font-size: 33px;
	margin-bottom: 2rem;
}

.page-jak-pracujemy p {
	font-size: 16px;
}

.jak-pracujemy__top {
	background: url("../images/jak-pracujemy.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 50%;
	height: 600px;
}

.jak-pracujemy__top .content {
	max-width: 1110px;
}

.jak-pracujemy__top .text {
	margin-bottom: 8rem;
	margin-inline: auto;
	max-width: 740px;
}

.jak-pracujemy__block {
	display: flex;
	align-items: center;
}

.jak-pracujemy__block div {
	width: 50%;
}

.jak-pracujemy__block .text {
	padding: 2rem 13.479vw 2rem 5.573vw;
}

.jak-pracujemy__block--reverse {
	flex-direction: row-reverse;
}

.jak-pracujemy__block--reverse .text {
	padding: 2rem 5.573vw 2rem 13.479vw;
}

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

.jak-pracujemy__seeMore {
	margin-top: 8rem;
}

.jak-pracujemy__seeMore a {
	display: block;
	background: #f6ba0b;
	width: fit-content;
	border: 1px solid #f6ba0b;
	margin-inline: auto;
	padding: 10px 30px;
	font-size: 15px;
	color: white !important;
	font-weight: 700;
	text-transform: capitalize;
	opacity: 1;
	margin-top: 2rem;
}

/*---------------- FLOAT BUTTONS -----------------------*/

.float__icons {
	position: fixed;
	right: 1.5%;
	bottom: 1.5rem;
	width: 47px;
}

.float__icons img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.float__icons a {
	display: flex;
	height: 47px;
	margin-top: 1.5rem;
	background: #e4ad0b;
	border: 3px solid #ffffff;
	z-index: 9999;
	padding: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: 0.5s;
}

.float__icons a:hover {
	scale: 1.1;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

#open-form {
	animation: pulse 1.5s infinite;
}

/*--------------------------- KONTAKT -----------------------------*/

.kontakt__adress {
	text-align: center;
}

/*----------------------- REKRUTACJA -----------------------------*/

.praca-block .praca {
	background: #f9f9f9;
	margin-bottom: 1rem;
}

.praca-block .title {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding: 1rem 2rem;
	cursor: pointer;
	font-size: 16px;
	transition: 0.5s;
}

.praca-block .title:hover {
	box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.24);
}

.praca-block .title img {
	display: block;
	width: 25px;
}

.praca-block .title .caret {
	width: 12px;
	margin-left: auto;
	transition: 0.5s;
}

.praca-block .content {
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
	background: #eaeaea;
	padding-inline: 2rem;
	box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.24);
	border: 0 solid rgba(167, 167, 167, 0.2);
	border-radius: 0 0 8px 8px;
}

.praca-block .content li {
	list-style-type: disc;
	padding-left: 7px;
}

#praca
	> div.container.container-fluid.administracja.active
	> div.praca.active
	> div.content
	> section {
	margin-bottom: 0;
}

.praca.active .content {
	max-height: 1400px;
	padding: 1rem 2rem;
	border: 1px solid rgba(167, 167, 167, 0.2);
}

.praca.active .caret {
	rotate: 180deg;
}

.praca__zgoda {
	max-width: 1348px;
	margin-inline: auto;
	padding-inline: 2rem;
	margin-top: 3rem;
}

/*--------------------- USLUGI --------------------*/

.single-uslugi p {
	font-size: 16px;
	line-height: 25px;
}

.single-uslugi h2 {
	font-weight: bold;
}

.single-uslugi .wp-block-video,
.single-uslugi .wp-block-video video {
	max-width: 100%;
}

.single-uslugi h2.wp-block-heading,
.page-template-page-kariera .page-content h2 {
	text-align: center;
	background: url("../img/triangle.svg");
	background-repeat: no-repeat;
	background-position: 50% 67%;
	min-height: 60px;
	display: flex;
	place-content: center;
	place-items: center;
	text-transform: uppercase;
}

/*------------------------- BLOG ----------------------*/

.blog-pagination {
	margin-top: 2rem;
	text-align: center;
	margin-inline: auto;
}

.page-numbers.current {
	background-color: transparent !important;
	display: initial !important;
	border: none !important;
	color: black !important;
	margin: 0 !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px !important;
	}
}

.contact-section-simple img {
	height: 40px;
}

.contact-section-simple p {
	margin: 0;
}

.contact-section-simple .col-md-4 {
	display: flex;
	gap: 1rem;
}

/*---------------- LISTA BLOCK -------------------------------*/

.lista-block {
	margin: 30px 0;
}

.lista-block .item {
	display: flex;
	align-items: center;
	padding-right: 30px;
	flex-shrink: 0;
}

.lista-block .item h4 {
	margin-bottom: 0;
}

.single-uslugi .service-featured-img {
	border-radius: 20px;
	height: 450px;
	background-size: cover !important;
}

.single .city-list,
.single .check-list {
	display: flex;
	margin: 20px 0px;
	padding: 0px;
	flex-wrap: wrap;
}

.single .city-list li,
.single .check-list li {
	flex-basis: 50%;
	box-sizing: border-box;
	list-style: none;
	display: flex;
	padding-left: 50px;
	align-items: center;
	position: relative;
	margin: 0 0 20px 0;
}

.single .check-list li::before {
	content: "";
	background: url("../images/checked.svg");
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px;
	position: absolute;
	left: 0px;
	top: -calc(50% - 30px);
}

.single .city-list li a,
.single .check-list li a {
	color: #494949;

	font-size: 17px;
}

.single .city-list li::before {
	content: "";
	background: url("../images/skyline.svg");
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px;
	position: absolute;
	left: 0px;
	top: -calc(50% - 30px);
}

.menu-single-services {
	border-radius: 5px;
	margin-bottom: 40px;
	background: #f4f4f4;
	padding: 40px;
}

.menu-single-services > ul {
	margin: 0px;
	padding: 0px;
}

.menu-single-services ul li {
	display: none;
}

.menu-single-services ul.menu > li.current_page_ancestor,
.menu-single-services ul li.current_page_ancestor .sub-menu li {
	display: block;
}

.menu-single-services ul li.current_page_ancestor .sub-menu li a {
	color: #000;
}

.menu-single-services ul.menu > li.current_page_ancestor > a {
	font-size: 26px;
	font-weight: 900;
	line-height: 1em;
	margin: -0.12em 0 25px;
	position: relative;
	color: #000;
	display: block;
}

.menu-single-services ul.menu > li.current_page_ancestor > ul {
	padding: 0px;
}

.menu-single-services ul.menu > li.current_page_ancestor > ul > li > a {
	margin-bottom: 11px;
	display: block;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.menu-single-services ul.menu > li.current_page_ancestor > ul .sub-menu li {
	margin-bottom: 10px;
}

.menu-single-services
	ul.menu
	> li.current_page_ancestor
	> ul
	.sub-menu
	li
	a:hover {
	color: #e4ad0b;
	position: relative;
}

.menu-single-services
	ul.menu
	> li.current_page_ancestor
	> ul
	.sub-menu
	li
	a:before {
	background: #e4ad0b;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 1px;
	margin-left: -20px;
	position: relative;
	top: -6px;
	width: 15px;
	left: -8px;
}

.menu-single-services ul.menu > li.current_page_ancestor > a:after {
	background: #e4ad0b;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 1px;
	margin-left: 12px;
	position: relative;
	top: -6px;
	width: 50px;
}

.wpml-ls-item {
	display: flex !important;
}

.our-values {
	margin: 50px 0;
	background-color: #f9f9f9 !important;
	padding: 50px 0;
}

.contact-section-simple {
	margin-bottom: 40px !important;
}

.service-card_content {
	align-items: flex-end;
	background-size: cover;
	border-radius: 5px;
	display: flex;
	min-height: 414px;
	overflow: hidden;
	padding: 40px;
	position: relative;
	z-index: 1;
}

.service-card_content::after {
	background: linear-gradient(180deg, #17171700, #171717);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.service-card_title {
	margin-top: -0.3em;
}

.service-card_title a {
	background-image: linear-gradient(to left, #fff, #fff);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

.service-card .btn {
	border-radius: 0 0 10px 10px !important;
	margin-left: 40px;
	background: #f4f4f4;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	overflow: hidden;
	padding: 24px 30px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	z-index: 2;
	color: #000;
	transition: 0.5s;
}

.service-card .btn:hover {
	background: #f6ba0b;
}

.service-card_text {
	color: #fff;
	margin-top: 22px;
	max-height: 334px;
	opacity: 1;
	transform: translate(0);
}

.service-card .service-card_icon {
	height: 80px;
	line-height: 80px;
	margin-bottom: 35px;
	transition: 0.4s;
	width: 80px;
	border-radius: 5px;
	display: inline-block;
	background: #f6ba0b;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card .service-card_icon img {
	width: 50px;
}

.service-card_text p {
	color: white;
}

.wpcf7-list-item {
	margin-left: 0 !important;
}

.wpcf7-acceptance {
	line-height: 17px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 12px;
}

.single-uslugi .menu-single-services {
	display: none;
}

.text-description p {
	text-align: justify;
}

.error404 section {
	margin-block: 3rem;
	text-align: center;
}

/*-------- OPINIE ----------------*/

.media-shape-right:after,
.media-shape-left:after {
	box-shadow: none;
}

.testi-item-inner {
	min-height: 334px;
}

/*--------- SEO BLOCK -----------*/

#toggleButton {
	border: none;
	cursor: pointer;
	background: none;
}

.additional_text ul {
	padding-left: 40px;
}

.additional_text li {
	list-style-type: disc;
}

.additional_text h2,
.additional_text h1 {
	text-align: center;
	background: url("../img/triangle.svg");
	background-repeat: no-repeat;
	background-position: 50% 67%;
	min-height: 60px;
	display: flex;
	place-content: center;
	place-items: center;
	text-transform: uppercase;
}

/*------------------------ MOBILE ------------------------------*/

@media (max-width: 768px) {
	.contact-wrap .row {
		gap: 1rem;
	}

	.service-cards .row {
		gap: 2rem 0;
	}

	.page-jak-pracujemy .content {
		padding-inline: 2rem;
	}

	.jak-pracujemy__block {
		flex-direction: column;
	}

	.jak-pracujemy__block div {
		width: 100%;
	}

	.jak-pracujemy__block .text {
		padding: 2rem;
	}

	.lista-block .item {
		max-width: 100%;
	}

	.lista-block .item .box-title {
		max-width: 100%;
		font-size: 15px;
	}

	.swin-sc-feature-box .box-number {
		flex-shrink: 0;
	}
}

.exit-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.exit-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.exit-popup-content p {
	margin: 0 0 20px;
}

.exit-popup-content .close-popup {
	background: #f6ba0b;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}

.benefity {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem;
	margin-bottom: 6rem;
	gap: 15px 0;
}

.benefit {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 25%;
}

.benefit p {
	margin: 0;
}

.benefit img {
	width: 50px;
}

.switch-container {
	margin-bottom: 20px;
	margin-inline: auto;
	width: fit-content;
}

.switch-container button {
	background: #f6ba0e;
	border: none;
	color: white;
	padding: 10px;
	cursor: pointer;
	transition: 0.5s;
	margin-inline: 10px;
	font-size: 20px;
}

.switch-container button:hover {
	scale: 1.1;
}

.switch-container button.active {
	background-color: #d39d07;
	color: white;
	border: none;
	outline: none;
}

.administracja,
.pracownik-liniowy {
	display: none;
}

.administracja.active,
.pracownik-liniowy.active {
	display: block;
}

/* Kalkulator */

.calculator {
	background-color: white;
	padding: 0px 0px 0px 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	margin-inline: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.calculator h1 {
	text-align: center;
}

.calculator label,
select,
button {
	margin-top: 10px;
}

.calculator button:focus {
	outline: none !important;
	border: none !important;
}

.calculator button:hover {
	background-color: #d39d07;
}

.calculator .calculator-image-container {
	max-width: 50%;
}

.calculator .calculator-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#cp_calculatedfieldsf_pform_1 {
	width: 50%;
}

input.wpcf7-form-control.wpcf7-file.cv {
	display: inline-block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
	background-color: #f8f9fa;
	border: 2px solid #ced4da;
	border-radius: 4px;
	color: #495057;
	text-align: center;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-file.cv:hover {
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

input.wpcf7-form-control.wpcf7-file.cv:focus {
	outline: none;
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input.wpcf7-form-control.wpcf7-file.cv::file-selector-button {
	display: none;
}

#contactFormModal {
	z-index: 9;
}

.swin-sc-contact .item:hover a {
	color: white !important;
}

.swin-sc-contact .contact-title {
	font-size: 18px;
}

.kontakt__tiles {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.tile {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	width: 300px;
	text-align: center;
}
.tile::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #f6ba0e;
	position: absolute;
	top: 0;
	left: calc(50%);
	translate: -50% 0;
}
.tile h2 {
	margin-top: 45px;
	color: black;
	font-weight: bold;
	font-size: 15px;
}
.tile p {
	margin: 10px 0;
}
.tile .email {
	color: #f6ba0e;
	text-decoration: none;
}

@media (max-width: 500px) {
	.nasze-wartosci__item .single-title {
		max-width: 105px;
		font-size: 13px;
	}

	.menu-footer-top {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		margin-left: 30px;
	}

	.footer-logo {
		width: 50%;
	}
}

#cp_calculatedfieldsf_pform_1 {
	padding-block: 2rem;
}
