* {
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-size: 1.6rem;
	background-color: #dad7cd;
}
.tlo{
	background: #656f55 !important;
}
.hero-shadow {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.green-color {
	color: #a3b18a;
}
.dark-green-color {
	color: #656f55;
}

.navbar-brand {
	font-size: 2.2rem;
	text-transform: uppercase;
}
.logo-text {
	color: #a3b18a;
	letter-spacing: 2px;
}
.nav-link {
	text-transform: uppercase;
	margin: 0px 15px;
}
.home {
	position: relative;
	z-index: 0;
	height: 100vh;
	background-image: url(img/team-spirit-2447163_1280.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.home .btn {
	text-transform: uppercase;
}
.home .blockquote {
	font-size: 2rem;
}
.container h1 {
	text-align: center;
}
/* ZAKRES USŁUG */

.container .nav-tabs .active {
	color: #a3b18a;
}
.container .nav-tabs a {
	color: #656f55;
	text-align: center;
	margin: 0;
}
main {
	background-color: white;
}
.text-justify {
	text-align: justify;
	line-height: 3rem;
	padding: 10px;
}

/* O MNIE */

.our-team {
	text-align: center;
	position: relative;
	color: #fff;
}
.our-team img {
	width: 100%;
	height: 100%;
}
.our-team .content {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 45%;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
	opacity: 0;
}
.our-team:hover .content,
.our-team.active .content {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
.our-team .content .title {
	margin: 0 0 10px;
	display: block;
	font-size: 25px;
	font-weight: 600;
}
.our-team .content .post {
	margin: 0 0 25px;
	display: block;
	font-size: 15px;
}
.our-team .social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.our-team .social li {
	display: inline-block;
}
.our-team .social li a {
	display: block;
	color: #fff;
	font-size: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #f32248;
	margin-right: 5px;
	transition: all 0.5s ease 0s;
	position: relative;
}
.our-team .social li a:hover,
.our-team.active .social li a {
	border-radius: 50%;
	text-decoration: none;
}
@media screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}
.pierwsza-linia {
	text-indent: 4rem;
}

/* CENNIK */

/* *,
*:before,
*:after {
	box-sizing: inherit;
} */

.background {
	padding: 0 25px 25px;
	position: relative;
	width: 100%;
}

.background::after {
	content: "";
	background: #656f55;
	background: -moz-linear-gradient(top, #79895f 0%, #656f55 100%);
	background: -webkit-linear-gradient(top, #79895f 0%, #656f55 100%);
	background: linear-gradient(to bottom, #79895f 0%, #656f55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 900px) {
	.background {
		padding: 0 0 25px;
	}
}

.container1 {
	margin: 0 auto;
	padding: 50px 0 0;
	max-width: 960px;
	width: 100%;
}

.panel {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 25px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.pricing-table {
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08),
		0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
}

@media (min-width: 900px) {
	.pricing-table {
		flex-direction: row;
	}
}

.pricing-table * {
	text-align: center;
	text-transform: uppercase;
}

.pricing-plan {
	border-bottom: 1px solid #e1f1ff;
	padding: 25px;
}

.pricing-plan:last-child {
	border-bottom: none;
}

@media (min-width: 900px) {
	.pricing-plan {
		border-bottom: none;
		border-right: 1px solid #e1f1ff;
		flex-basis: 100%;
		padding: 25px 50px;
	}

	.pricing-plan:last-child {
		border-right: none;
	}
}

.pricing-img {
	margin-bottom: 25px;
	max-width: 100%;
	font-size: 10rem;
	color: #4f5742;
}

.pricing-header {
	font-weight: 600;
	letter-spacing: 1px;
	color: #4f5742;
}

.pricing-features {
	color: #48513c;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0 10px;
}

.pricing-features-item {
	border-top: 1px solid #e1f1ff;
	font-size: 12px;
	line-height: 1.5;
	padding: 15px 0;
	list-style-type: none;
}

.pricing-features-item:last-child {
	border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
	color: #656f55;
	display: block;
	font-size: 32px;
	font-weight: 700;
}

.pricing-button {
	border: 1px solid #9dd1ff;
	border-radius: 10px;
	color: #348efe;
	display: inline-block;
	margin: 25px 0;
	padding: 15px 35px;
	text-decoration: none;
	transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
	background-color: #e1f1ff;
}

.pricing-button.is-featured {
	background-color: #48aaff;
	color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
	background-color: #269aff;
}

/* GALERIA */

/* body {
    background-color: #434c50;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 40px 0;
} */

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	padding: 30px 50px;
}

.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	/* font-family: "Droid Sans", sans-serif; */
	color: #35373a;

	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}

.tz-gallery {
	padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}
.tz-gallery .row > div {
	position: relative;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: FontAwesome;
	content: "\f002";
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(46, 132, 206, 0.7);
	content: "";
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media (max-width: 768px) {
	body {
		padding: 0;
	}
	.tz-gallery {
		padding: 0px;
	}
	.container.gallery-container {
		padding: 10px 20px;
	}
}

/* STOPKA */
.footer {
	background: #656f55 !important;
	color: white !important;
}

#kontakt a {
	color: rgb(182, 179, 179) !important;
	text-decoration: none !important;
}
.stopka {
	background: #262920 !important;
}

/* WYSKAKUJĄCE OKIENKO */
button {
	font-family: inherit;
	cursor: pointer;
	background: #ffffff;
	color: #000000;
	border: 0;
	border-radius: 8px;
	padding: 20px 36px;
	font-size: 16px;
	font-weight: bold;
}

.main-container,
.modal-window,
.modal-container {
	transition: 0.5s;
}

.modal-window {
	position: fixed;
	top: 50%;
	right: -300px;
	translate: 50% -50%;
	background: #ffffff;
	color: #000000;
	padding: 48px 40px;
	width: 500px;
	min-height: 118px;
	z-index: 222;
	border-radius: 12px;
}
@media (max-width: 768px) {
	.modal-window {
		width: 90%;
	}
}
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	z-index: 200;
	background: rgba(0, 0, 0, 0.5);
}

body.open-modal .modal-container {
	visibility: visible;
	opacity: 1;
}

body.open-modal .card-container {
	animation: card-container-in 1s both;
}

body.open-modal > .main-container {
	scale: 0.75;
}

body.open-modal .modal-window {
	animation: modal-window-in 1s both;
}

h2 {
	margin: 0 0 8px;
	font-weight: 900;
	font-size: 21px;
}

p {
	margin: 0;
}

@keyframes modal-window-in {
	0%,
	50% {
		/* width: 500px; */
		border-radius: 80px;
	}
	55%,
	100% {
		right: 50%;
	}
	60% {
		width: 500px;
		border-radius: 12px;
	}
	75% {
		translate: 50% -50%;
	}
}

@keyframes card-container-in {
	0%,
	75% {
		opacity: 0;
	}
	85%,
	100% {
		opacity: 1;
	}
}
.info {
	cursor: pointer;
	font-size: 25px;
	padding: 10px;
}
