body {
	font-family: 'Lato', sans-serif;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.animate {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover {
	cursor: pointer;
}
html, body, ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}

.button {
	display: inline-block;
	margin: 20px 0;
	padding: 6px 20px 7px;
	font-size: 13px;
	line-height: 170%;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;

	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;


}
.button--primary {
	background: #10561f;
	color: #fff;
}

.button--primary:hover {
	background: #EA5E01;
	color: #fff;
}




article {
	padding-bottom: 60px;
	font-size: 14px;
	line-height: 170%;
}
article > *:first-child {
	margin-top: 0;
}
article > *:last-child {
	margin-bottom: 0;
}
article .intro {
	margin-bottom: 30px;
	color: #10561f;
	font-size: 16px;
}
article a {
	color: #10561f;
}
article a:hover {
	color: #000;
}
article p {
	margin: 20px 0 10px;
}
article ul {
	margin-bottom: 40px;
}
article ul li {
	padding: 5px 0 5px 15px;
	position: relative;
}
article ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 0;
	background: #10561f;
	
	
}
article .title {
	margin-bottom: 20px;
}
article h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
article h2 span {
	display: block;
	margin-top: 5px;
	color: #888;
	font-size: 18px;
}
article h3 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
}
article h3 span {
	color: #666;
	font-size: 15px;
}
article h3:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 50px;
	height: 2px;
	background: #10561f;
}

article h4 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 15px;
}
article h4:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 50px;
	height: 2px;
	background: #10561f;
}

article table {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	font-size: 12px;
}
article table tr th, article table tr td {
	padding: 5px 0;
}
article table tr td {
	padding: 5px 10px;
}
article table tr th {
	border-bottom: 2px solid #10561f;
	background: #fff;
	font-weight: normal;
}

article table tr th span,
article table tr td span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
article table tr:nth-child(odd) td {
	background: #E8E8E8;
}
th.hld-name {
	width: 50%;
}
th.hld-price {
	width: 25%;
}
td.price {
	text-align: center;
	color: #10561f;
	font-size: 14px;
}

table.services span {
	font-size: 16px;
}
table.services span strong {
	color: #10561f;
	font-size: 14px;
}
table.services td {
	text-align: center;
}
table.services a {
	text-transform: uppercase;
}

.certyfikaty {
	width: 100%;
	padding: 0 0 50px 0;
	background: #F3F3F3;
	text-align: center;
}
.certyfikaty .title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.certyfikaty .title:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: 100px;
	height: 1px;
	background: #10561f;
	
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.certyfikaty ul {
	text-align: center;
}
.certyfikaty ul li {
	display: inline-block;
	margin: 0 20px 20px;
	border: 1px solid #ddd;
}
.certyfikaty ul li a {
	position: relative;
	display: block;
}
.certyfikaty ul li a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	background: rgba(0, 0, 0, .4);
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.certyfikaty ul li a:after {
	content: '\e910';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	opacity: 0;
	color: #fff;
	font-size: 30px;
	font-family: 'icomoon';

	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.certyfikaty ul li a:hover:before {
	opacity: 1;
}
.certyfikaty ul li a:hover:after {
	opacity: 1;
}

.bg-cover {
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.center {
	width: 960px;
	margin: 0 auto;
}
.center--overflow {
	overflow: hidden;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	text-align: center;

	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;

}
	.logo {
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
		line-height: 100%;
	}
	.logo-site {
		margin: 10px 0 0;
		display: block;
		text-align: center;
		line-height: 18px;
	}
	.logo-text {
		display: inline-block;
		color: #000;
		font-size: 18px;
	}
	
	.small-logo-top {
		display: inline-block;
		opacity: 0;
		visibility: hidden;
		margin-right: 20px;
		vertical-align: middle;
		-ms-transform: translateX(-100vw);
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);

		-ms-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.small-logo-top img {
		display: inline-block;
		
	}
	.primary-nav {
		display: block;
		position: relative;
		z-index: 1;
		height: 38px;
		overflow: hidden;
		border: 1px solid #10561f;
		border-right: 0 none;
		border-left: 0 none;
		background: #10561f;
		vertical-align: middle;

		-ms-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.hld-primary-nav {
		display: inline-block;
		/*overflow: hidden;*/
		-ms-transform: translateX(-75px);
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);

		/*-ms-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;*/
	}

	.primary-nav__item {
		display: inline-block;
	}
	.primary-nav__link {
		display: inline-block;
		position: relative;
		padding: 10px 20px 11px;
		
		font-size: 14px;
	}
	.primary-nav__link:before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		background: #fff;
		-ms-transform: translateY(-60px);
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px);

		-ms-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;

	}
	.primary-nav__text {
		position: relative;
		z-index: 10;
		color: #fff;
	}
	.primary-nav__link:hover:before, .primary-nav__item.is-active .primary-nav__link:before {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.primary-nav__link:hover .primary-nav__text, .primary-nav__item.is-active .primary-nav__text {
		color: #10561f;
	}


body.is-scroll .header{
	-ms-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	transform: translateY(-125px);
}
body.is-scroll .small-logo-top {
	width: auto;
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
body.is-scroll .hld-primary-nav {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);


}


body.is-scroll .site-pausa {
	/*height: 40px;*/
}
.site-pausa {
	height: 197px;
	-ms-transition: all 0.2s ease 1s;
	-webkit-transition: all 0.2s ease 1s;
	transition: all 0.2s ease 1s;
}
.main-section {
	padding: 40px 0 0;
	background: #f3f3f3;
}
.main-section--about {
	padding-bottom: 0;
}

	.main-section--left {
		width: 620px;
		float: left;
		padding-left: 30px;
	}
		.title {
			position: relative;
			margin-bottom: 20px;
			padding-bottom: 10px;
			font-weight: bold;
			font-size: 24px;
		}
		.title:before {
			content: '';
			display: inline-block;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			width: 80px;
			height: 2px;
			background: #10561f;
		}
		.autor {
			margin-top: 5px;
			display: inline-block;
			font-weight: bold;
			line-height: 140%;
		}
		.autor:before {
			content: '';
			display:inline-block;
			width: 100%;
			height: 2px;
			margin-bottom: 5px;
			background: #10561f;
		}
	.main-section--right {
		width: 250px;
		float: right;
		padding-right: 30px;
	}
		.special-box {
			display: block;
			padding: 20px;
			margin-bottom: 25px;
			border: 1px solid #10561f;
			background: #fff;
		}
		.special-box > *:first-child {
			margin-top: 0;
		}
		.special-box > *:last-child {
			margin-bottom: 0;
		}
		.special-box .icon {
			display: inline-block;
			margin: 5px 0 0;
			color: #10561f;
			font-size: 20px;
		}
		.special-box  .icon-facebook-app-logo {
			margin-top: 11px;
			color: #3B5998;
			font-size: 30px;
		}
		.special-box .icon-pdf3 {
			margin-top: 10px;
			font-size: 32px;
		}
		.special-box__title {
			margin-bottom: 10px;
			color: #000;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
		}
		.special-box__title .special {
			display: inline-block;
			margin-top: 5px;
			color: #10561f;
		}
		.special-box__text {
			display: block;
			margin-bottom: 10px;
			color: #171717;
			font-size: 12px;
			line-height: 150%;
		}
		.special-box__link {
			display: block;
			color: #10561f;
			font-size: 12px;
			text-align: right;
		}
		.special-box:hover {
			background: #10561f;
		}
		.special-box:hover .special-box__title,
		.special-box:hover .special-box__text,
		.special-box:hover .special-box__link,
		.special-box:hover .icon,
		.special-box:hover .special {
			color: #fff;
		}
.jpk-section {
	padding: 40px 0;
	background: #fff;
}
.jpk-section__title {
	margin: 0 0 30px;
	color: #10561f;
	text-align: center;
	text-transform: uppercase;
}
.jpk-section__video {
	width: 50%;
	float: left;
}
.jpk-section__lead {
	width: 45%;
	float: right;
	margin-top: 30px;
	line-height: 160%;
}
.jpk-section__lead .hld-button {
	text-align: center;
	margin-top: 10px;
}

.promo-section {
	padding: 30px 0;
	background: #3c3c3c;
	text-align: center;
}
	.promo-section__box {
		display: inline-block;
		width: 45%;
		float: left;
		margin: 0 1%;
	}
	.promo-section__box > *:first-child {
		margin-top: 0;
	}
	.promo-section__box > *:last-child {
		margin-bottom: 0;
	}
	.promo-section__title {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 10px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;	
	}
	.promo-section__title:before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 10;
		width: 100px;
		height: 1px;
		background: #fff;
		
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.promo-section__link {
		display: inline-block;
		margin-bottom: 20px;
		text-align: center;
		opacity: 0.7;
	}
	.company-img {
		margin-bottom: 10px;
	}
	.company-img img {
		width: 70%;
	}
	.promo-section__link:hover {
		opacity: 1;
	}
iframe {
	width: 100%;
}

footer {
	padding: 30px 0;
	background: #000;
}
footer .center {
	text-align: center;

}
	.footer__title {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 10px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;	
	}
	.footer__title:before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 10;
		width: 100px;
		height: 1px;
		background: #fff;
		
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.biuro {
		display: inline-block;
		width: 350px;
		color: #fff;
		font-size: 13px;
		line-height: 150%;
		font-style: normal;
	}
	.biuro .title-address {
		margin: 0 0 10px;
		font-size: 16px;
		text-transform: uppercase;
	}
	.biuro a {
		color: #10561f;
	}
	.biuro a:hover {
		color: #fff;
	}
	.biuro--left {
		text-align: right;
	}
	.biuro--right {
		text-align: left;
	}
	.small-logo-footer {
		display: inline-block;
		margin: 0 50px;
	}


.contact-box {
	width: 30%;
	float: left;
	padding: 0 4%;
	font-size: 16px;
}
.contact-box p {
	position: relative;
	padding-left: 35px;
	padding-bottom: 5px;
}
.contact-box .icon {
	position: absolute;
	left: 0;
	z-index: 10;
	color: rgba(16, 86, 31, 0.68);
	margin: 0 5px 0 0;
	font-size: 20px;
}
.icon-placeholder {
	top: 7px;
}
.icon-telephone-handle-silhouette {
	top: 4px;
}
.icon-email-filled-closed-envelope {
	top: 5px;
}
.contact-box:last-child {
	margin-right: 0;
}
.form-box {
	width: 30%;
	float: left;
}

.form-box form {
	width: 100%;
}
.form-box table {
	width: 100%;
}

.form-box label {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;

}

.form-box input.text {
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 30px;
}
.form-box textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 13px;
	font-family:'Lato', sans-serif;
	line-height: 140%;
}

.form-box .button--send-form {
	border: none 0;
}
.form-box {
	padding-bottom: 40px;
}
.contact-box__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.facebook, .teamViewer, .anyDesk  {
	display: inline-block;
	position: fixed;
	z-index: 1000;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #999;
	border-right: 0;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.facebook {
	top: 237px;
}
.facebook .icon {
	display: inline-block;
	margin-top: 9px;
	color: #3B5998;
	font-size: 30px;
	opacity: 0.8;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.facebook:hover .icon {
	opacity: 1;
}
.teamViewer {
	top: 297px;
}
.teamViewer img {
	width: 33px;
	height: 33px;
	margin-top: 7px;
	opacity: 0.8;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.teamViewer:hover img {
	opacity: 1;
}


.anyDesk {
	top: 357px;
}
.anyDesk img {
	width: 33px;
	height: 33px;
	margin-top: 7px;
	opacity: 0.8;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.anyDesk:hover img {
	opacity: 1;
}

/*@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 1040px) {

}*/



.mobile-nav {
	display: none;
	opacity: 0;
	display: none;
	opacity: 0;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #10561f;
}
.respo-switch {
	display: block;
	position: relative;
	width: 50%;
	float: right;
	padding: 10px 0;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}
.tel-respo-switch {
	float: left;
}
.tel-respo-switch:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	border: 1px solid #fff;

}

.menu-respo-switch .text {
	display: inline-block;
	position: relative;
	
}

.text:before {
	display: block;
	margin-bottom: 5px;
	font-family: 'icomoon';
	font-weight: normal;
	font-size: 18px;
}
.tel-respo-switch .text1:before {
	content: '\e904';
}
.menu-respo-switch .text1:before {
	content: '\e90e';
}
.menu-respo-switch.is-active .text1:before {
	content: '\e90f';
}


.primary-nav--mobile {
	display: none;
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 60px;
	left: 0;
	z-index: 10000;
	background: rgba(255, 255, 255, .95);
}

.hld-primary-nav-mobile {


	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.primary-nav--mobile ul {
	width: 100%;
}

.primary-nav-mobile__link {
	display: block;
	padding: 13px 0;
	text-align: center;
	color: #10561f;
	font-size: 15px;
}
.primary-nav-mobile__item.is-active .primary-nav-mobile__link {
	
	color: #000;
}

.code {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

@media only screen and (max-width: 960px) {
	.center {
		width: 94%;
		margin: 0 3%;
	}
	.main-section--left {
		width: calc(100% - 270px);
	}
	.biuro {
		width: 45%;
		margin: 0 2%;
		
	}
	.small-logo-footer {
		display: none;
		opacity: 0;
	}
}
@media only screen and (max-width: 840px) {
	.primary-nav__link {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 780px) {
	.main-section--left, .main-section--right {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.main-section--right {
		text-align: center;
		vertical-align: top;
		padding-bottom: 60px;
	}
	.special-box {
		display: inline-block;
		vertical-align: top;
		width: 43%;
		min-height: 120px;
		margin: 0 3% 20px;
	}
	.contact-box p {
		padding-left: 0;
	}
	.contact-box p .icon {
		display: none;
	}

}
@media only screen and (max-width: 700px) {
	.small-logo-top {
		display: none;
	}
	.hld-primary-nav {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.jpk-section__video, .jpk-section__lead {
		width: 100%;
	}
	.form-box {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.contact-box {
		width: 50%;	
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 600px) {
	.promo-section__box {
		width: 100%;
		margin-bottom: 20px;
		
	}
	.promo-section__link {
		vertical-align: top;
		margin: 10px;
	}
	
	.promo-section__box--company {
		display: none;
	}
	.header {
		position: static;
	}
	.site-pausa {
		display: none;
	}
	footer {
		margin-bottom: 50px;
	}
	.mobile-nav {
		display: block;
		opacity: 1;
	}
	.primary-nav {
		display: none;
	}
	.primary-nav--mobile.is-active {
		display: table;
	}
	/*.hld-primary-nav {
	    height: auto;
	    -ms-transform: translateY(-200px) translateX(0);
		-webkit-transform: translateY(-200px) translateX(0);
		transform: translateY(-200px) translateX(0);
    }
    
    .primary-nav.is-active {
		height: auto;
	}
	
	.primary-nav.is-active .hld-primary-nav {
		-ms-transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}*/
	
}	
@media only screen and (max-width: 550px) {
	.logo-text {
		font-size: 15px;
		line-height: 150%;
	}
	.hld-primary-nav {
		display: block;
	}
	.primary-nav__item {
		display: block;
		overflow: hidden;
	}
	.primary-nav__link {
		display: block;
	}
	.contact-box {
		width: 100%;
		text-align: center;
	}
	.contact-box__title:before {
		display: none;
	}
	.contact-box p {
		margin: 0;
		padding: 0;
	}
}


@media only screen and (max-width: 460px) {
	
	.special-box {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.logo-text {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 400px) {
	.biuro {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}
}