@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	font-size: calc(34 / 1800 * 100vw);
	}
@media(max-width:600px) {
:root {
	font-size: calc(50 / 1800 * 100vw);
	}
	}
@media(max-width:400px) {
:root {
	font-size: calc(65 / 1800 * 100vw);
	}
	}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed, figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
.rwContentBox ul,.cn ul { list-style-type:disc;margin:20px 0;margin-left:45px;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:20px 0;margin-left:55px;}
.rwContentBox li,.cn li { padding-left:0px;}
.rwContentBox table td {vertical-align:top;}
div,h1,h2,h3,h4,h5,h6,p,form { position:relative;margin:0;padding:0;display:block;font-weight:normal;}
ul { margin-top:0;}
img { border:0;}
.clear,.cl { clear:both;}
	
html {
	scroll-behavior: smooth;
	font-size: 1rem;
	scrollbar-gutter: stable; /* reserves place for scroller to vw working properly */
	}

* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

body {
	font: 1rem/1.2 'open sans', sans-serif;
	font-weight: 300;
	background: #d9dce0 url('gfx/bg.jpg') no-repeat top center;
	background-size: 100vw auto;
	min-height: calc(2460 / 1800 * 100vw);
	position: relative;
	}

body.narrow {
	min-height: 0;
	}

@media(max-width:900px) {
body,
body.narrow {
	min-height: 100vh;
	}	
	}

.bgil,
.pl1, .pl2, .pl3, .pl4, .pl5, .pl6, .pl7 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;

	background-image: url(gfx/bgil.png);
	width: calc(1280 / 1800 * 100vw);
	height: calc(1315 / 1800 * 100vw);
	left: 0;
	top: calc(163 / 1800 * 100vw);
	z-index: 1;
	}

.narrow .bgil {
	top: 0;
	}

@media(max-width:600px) {
.bgil,
.narrow .bgil {
	background-image: url(gfx/bgil.png);
	width: calc(1280 / 1800 * 100vw * 1.2);
	height: calc(1315 / 1800 * 100vw * 1.2);
	left: 0;
	top: calc(163 / 1800 * 100vw);
	z-index: 1;
	}
	}

.pl1 {
	background-image: url(gfx/plama1.png);
	width: calc(648 / 1800 * 100vw);
	height: calc(573 / 1800 * 100vw);
	left: calc(753 / 1800 * 100vw);
	top: 0;
	z-index: 5;
	}

.pl2 {
	background-image: url(gfx/plama2.png);
	width: calc(897 / 1800 * 100vw);
	height: calc(1486 / 1800 * 100vw);
	left: auto;
	right: 0;
	bottom: auto;
	top: calc(704 / 1800 * 100vw);
	z-index: 5;
	}

.narrow .pl2 {
	background-position: center top;
	height: calc(680 / 1800 * 100vw);
	top: auto;
	bottom: 0;
	}

@media(max-width:600px) {
.pl2 {
	background-position: center;
	height: calc(1486 / 1800 * 100vw);
	bottom: auto;
	top: calc(704 / 1800 * 100vw);
	}
	}

.pl3 {
	background-image: url(gfx/plama3.png);
	width: calc(586 / 1800 * 100vw);
	height: calc(694 / 1800 * 100vw);
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 5;
	}

.pl4 {
	background-image: url(gfx/plama4.png);
	width: calc(597 / 1800 * 100vw);
	height: calc(275 / 1800 * 100vw);
	left: calc(590 / 1800 * 100vw);
	top: 0;
	z-index: 10;
	}

.pl5 {
	background-image: url(gfx/plama5.png);
	width: calc(646 / 1800 * 100vw);
	height: calc(902 / 1800 * 100vw);
	left: auto;
	right: 0;
	top: 0;
	z-index: 10;
	}

@media(max-width:600px){
.pl5 {
	background-position: left center;
	width: calc(646 / 1800 * 100vw - 10vw);
	}
	}

.pl6 {
	background-image: url(gfx/plama6.png);
	width: calc(764 / 1800 * 100vw);
	height: calc(1220 / 1800 * 100vw);
	left: 0;
	top: calc(576 / 1800 * 100vw);
	z-index: 10;
	}

.narrow .pl6 {
	background-position: center right;
	width: calc(500 / 1800 * 100vw);
	top: calc(76 / 1800 * 100vw);
	}

@media(max-width:600px){
.pl6,
.narrow .pl6 {
	background-position: center;
	width: calc(764 / 1800 * 100vw);
	left: calc(0 / 1800 * 100vw - 25vw);
	top: calc(576 / 1800 * 100vw - 30vw);
	}
	}

.pl7 {
	background-image: url(gfx/plama7.png);
	width: calc(713 / 1800 * 100vw);
	height: calc(573 / 1800 * 100vw);
	left: calc(793 / 1800 * 100vw);
	top: auto;
	bottom: 0;
	z-index: 10;
	}
@media(max-width:600px){
.pl7 {
	left: calc(793 / 1800 * 100vw - 30vw);
	}
	}

a {
	outline: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: #267d50;
	}
a:hover {
	color: #1b6840;
	}

.hd {
	position: fixed;
	z-index: 100;
	background: #fff6;
	box-shadow: 0 0 1rem #0002;
	background-size: cover;
	width: 100%;
	height: calc(220 / 1800 * 100vw);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}
@media(max-width:600px) {
	.hd {
		min-height: 60px;
		}
}

.sticky .hd {
	background: #fffc;
	padding-bottom: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(10px);
	height: calc(100 / 1800 * 100vw);
	min-height: 60px;
	}

.hd>div {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}

.hd header {
	position: absolute;
	left: calc(80 / 1800 * 100vw);
	top: calc(20 / 1800 * 100vw);
	}
@media(max-width:600px) {
.hd header {
	top: 0;
	}
	}

.sticky .hd header {
	position: absolute;
	left: 1rem;
	top: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.hd img {
	width: calc(290 / 1800 * 100vw);
	height: calc(180/ 1800 * 100vw);
	object-fit: contain;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	min-height: 60px;
	}

.sticky .hd img {
	width: calc(120 / 1800 * 100vw);
	height: calc(100 / 1800 * 100vw);
	min-height: 60px;
	}

.hd nav {
	position: absolute;
	right: 1rem;
	top: 0;
	height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	font-size: 0;
	}

.hd nav li {
	display: inline-block;
	}

.hd nav li a {
	display: block;
	font-size: 0.85rem;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-decoration: none;
	padding: 1rem;
	}
@media(max-width:600px) {
.hd nav li a {
	font-size: 0.7rem;
	letter-spacing: 0;
	padding: 1rem .5rem;
	}
	}

.sticky .hd nav li a {
	font-size: 0.6rem;
	letter-spacing: .1em;
	padding: 1rem .7rem;
	}
@media(max-width:600px) {
.sticky .hd nav li a {
	font-size: 0.55rem;
	letter-spacing: .1em;
	padding: 1rem .4rem;
	}
	}

input#rwdmn, input#rwdmn+label {
	display: none;
	}

@media (max-width: 600px) {

	input#rwdmn+label+nav {
		display: none;
		}

	input#rwdmn+label {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: 0;
		width: 50px;
		height: calc(220 / 1800 * 100vw);
		min-height: 60px;
		font-size: 50px;
		line-height: 1;
		color: #000;
		z-index: 100;
		text-align: center;
		}
	.sticky input#rwdmn+label {
		height: calc(100 / 1800 * 100vw);
		min-height: 60px;
		line-height: 1;
		}

	
	input#rwdmn+label>span::before { content: '\2261'; }
	input#rwdmn:checked+label>span::before { content: '\D7'; }

	input#rwdmn+label>span span { display: none; }
	
	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #fffc;
	    -webkit-backdrop-filter: blur(10px);
	    backdrop-filter: blur(10px);
		padding-top: 1rem;
		z-index: 50;
		}

	input#rwdmn:checked+label+nav ul {
		display: block !important;
		padding: 0 1rem;
		background: transparent;
		position: relative;
		left: 0;
		top: 0;
		outline: 0;
		}

	input#rwdmn:checked+label+nav li {
		display: block;
		text-align: left;
		border: none;
		}

	input#rwdmn:checked+label+nav li a {
		padding: .25rem 1rem;
		font-size: 2rem;
		}

	input#rwdmn:checked+label+nav li a:hover,
	input#rwdmn:checked+label+nav li a.active {
		background: var(--kolor2);
		}

	input#rwdmn:checked+label+nav li>ul,
	input#rwdmn:checked+label+nav li:hover>ul {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		}

	input#rwdmn:checked+label+nav li ul a { padding-left: 1rem; }
	input#rwdmn:checked+label+nav li ul ul a { padding-left: 2rem; }
	input#rwdmn:checked+label+nav li ul ul ul a { padding-left: 3rem; }

} /* @media (max-width: 600px) */


main {
	position: relative;
	z-index: 50;
	min-height: calc(1340 / 1800 * 100vw);
	}

.narrow main  {
	min-height: 0;
	}

@media(max-width:900px) {
main,
.narrow main {
	min-height: calc(2000 / 1800 * 100vw);
	}
	}
@media(max-width:600px) {
main {
	min-height: 0;
	}
	}

main>div>section {
	position: relative;
	margin-left: calc(970 / 1800 * 100vw);
	padding-top: calc(595 / 1800 * 100vw);
	width: calc(750 / 1800 * 100vw);
	}

.hrpartner main>div>section {
	margin-left: calc(910 / 1800 * 100vw);
	}

.hrpartner.narrow main>div>section {
	padding-top: calc(295 / 1800 * 100vw);
	}

@media(max-width:600px) {
main>div>section,
.hrpartner main>div>section,
.hrpartner.narrow main>div>section {
	position: relative;
	margin-left: 0;
	padding: 2rem;
	padding-top: calc(595 / 1800 * 100vw * 2);
	width: auto;
	}
	}

main>div>section>header>* {
	font-size: 3.8rem;
	line-height: 1;
	letter-spacing: -.03em;
	font-weight: 700;
	text-transform: uppercase;
	}

.hrpartner main>div>section>header>* {
	font-size: 2.5rem;
	padding-bottom: 2rem;
	}

.hrpartner.narrow main>div>section>header>* {
	font-size: 2rem;
	padding-bottom: 1rem;
	text-shadow: 0 0 1rem #fff, 0 0 1rem #fff;
	}

@media(max-width:600px) {
main>div>section>header>*,
.hrpartner.narrow main>div>section>header>* {
	text-shadow: 0 0 1rem #fff, 0 0 1rem #fff;
	}
	}

main>div>section>header>* span {
	display: block;
	text-transform: none;
	font-size: .5em;
	letter-spacing: 0;
	font-weight: 800;
	}

main>div>section h3 {
	display: block;
	padding: 2rem 0 1.5rem;
	font-size: 1.6rem;
	font-weight: 800;
	}

main>div>section p {
	display: block;
	font-weight: 300;
	padding-bottom: 1em;
	line-height: 1.4;
	}

.narrow main>div>section p {
	font-size: .8rem;
	font-weight: 400;
	text-shadow: 0 0 .5rem #fff;
	}

main>div>section p.smaller {
	font-size: .8em;
	}

main>div>section p.header {
	font-weight: 400;
	}

main>div>section p.cena {
	display: block;
	font-weight: 300;
	padding: .3em .5em;
	line-height: 1.4;
	background: #fff8;
	font-weight: 400;
	position: relative;
	margin-bottom: 1px;
	}

main>div>section p.cena span.price {
	position: absolute;
	left: 14rem;
	font-weight: 700;
	}

aside {
	position: absolute;
	left: 1.5rem;
	top: calc(1040 / 1800 * 100vw);
	width: calc(400 / 1800 * 100vw);
	color: #fff;
	}
@media(max-width:600px){
aside {
	position: relative;
	left: 0;
	top: 0;
	width:auto;
	padding: 0 5rem;
	color: #000;
	}
	}

aside section header {
	display: none;
	}

aside p {
	font-weight: 700;
	font-size: .95rem;
	line-height: 1.5;
	}

footer>div {
	position: relative;
	margin-top: calc(345 / 1800 * 100vw);
	min-height: calc(560 / 1800 * 100vw); 
	z-index: 50;
	overflow: hidden;
	}

.narrow footer>div {
	position: relative;
	margin-top: 0;
	min-height: 0; 
	z-index: 50;
	overflow: hidden;
	}

@media(max-width:900px) {
footer {
	min-height: calc(560 / 1800 * 100vw); 
	overflow: visible;
	}
footer>div,
.narrow footer>div {
	position: absolute;
	margin-top: calc(345 / 1800 * 100vw);
	min-height: calc(560 / 1800 * 100vw); 
	width: 100%;
	bottom: 0;
	left: 0;
	}
	}

@media(max-width:600px) {
footer>div {
	position: relative;
	}
	}

footer section {
	position: relative;
	padding-top: 1rem;
	margin-left: calc(210 / 1800 * 100vw);
	width: calc(490 / 1800 * 100vw);
	min-height: calc(640 / 1800 * 100vw);
	text-align: right;
	}

.hrpartner footer section {
	padding-top:  calc(240 / 1800 * 100vw);
	min-height: calc(440 / 1800 * 100vw);
	}

.hrpartner.narrow footer section {
	margin-left: calc(1170 / 1800 * 100vw);
	padding-top:  calc(30 / 1800 * 100vw);
	min-height: calc(440 / 1800 * 100vw);
	}

@media(max-width:600px){
footer section {
	position: relative;
	left: 0;
	top: 0;
	width:auto;
	padding: 0 1.5rem 3rem 5rem;
	color: #000;
	}
.hrpartner.narrow footer section {
	margin-left: calc(210 / 1800 * 100vw);
	padding-top:  calc(240 / 1800 * 100vw);
	min-height: calc(440 / 1800 * 100vw);
	}
	}

footer section header>* {
	font-size: 1.65rem;
	font-weight: 800;
	display: block;
	padding-bottom: 2rem;
	}

footer section p {
	font-weight: 300;
	padding-bottom: 1.3rem;
	}

footer .ftlg {
	position: absolute;
	bottom: 1rem;
	right: 1.5rem;
	width: calc(270 / 1800 * 100vw);
	height: calc(200 / 1800 * 100vw);
	}

footer .ftlg img {
	width: calc(270 / 1800 * 100vw);
	height: calc(200 / 1800 * 100vw);
	object-fit: contain;
	}

footer>div>p {
	display: block;
	margin-left: .5rem;
	margin-top: 1rem;
	font-size: .5rem;
	margin-bottom: .5rem;
	opacity: .5;
	}




@media(min-width:1180px) {

	body {
		min-height: 0;
		}
	
	body>div:first-child {
		width: 1150px;
		margin: 0 auto;
		box-shadow: 0 0 100px #0005;
		overflow: hidden;
	}

	.bgil {
		width: 800px;
		height: 950px;
		background-position: top left -60px;
		background-size: 860px;
		top: 50px;
		}

	.home .bgil {
		top: 0;
	}
	
	.pl1 {
		width: 420px;
		height: 372px;
		left: auto;
		right: 240px;
		}

	.pl2 {
		width: 583px;
		height: 967px;
		left: auto;
		right: 0;
		top: 450px;
	}

	.pl3 {
		width: 381px;
		height: 451px;
	}

	.pl4 {
		width: 388px;
		height: 179px;
		background-position: left top;
	}

	.pl5 {
		width: 420px;
		height: 586px;
	}
	
	.pl6 {
		width: 497px;
		height: 793px;
		background-position: right bottom;
		background-size: contain;
	}

	.home .pl6 {
		width: 300px;
		height: 793px;
		background-position: right bottom;
		background-size: 497px;
		top: 50px;
	}
	
	.pl7 {
		width: 470px;
		height: 373px;
		left: 40%;
		background-position: left top;
		background-size: contain;
	}

	.home .pl7 {
		opacity: .7;
	}
	
	main>div>section {
		width: 45%;
		margin-left: 50% !important;
		padding-top: 300px;
		}

	.home main>div>section {
		width: 47%;
		margin-left: 47% !important;
		padding-top: 200px;
		}
	
	.hrpartner main>div>section>header>* {
		font-size: 50px;
		padding-bottom: 30px;
		text-shadow: 0 0 20px #fff;
		}
	
	.home.hrpartner main>div>section>header>* {
		text-shadow: 0 0 20px #fff, 0 0 20px #fff;
		padding-bottom: 20px;
		line-height: 1;
		}
	
	main>div>section p {
		display: block;
		font-size: 20px;
		font-weight: 400;
		padding-bottom: 20px;
		line-height: 1.4;
		text-shadow: 0 0 10px #fff;
		}

	.home main>div>section p {
		line-height: 1.3;
		}

	main {
		min-height: 0;
		}

	footer>div {
		margin-top: 0;
		min-height: 450px;
		}

	.home footer>div {
		min-height: 400px;
		}

	.hrpartner footer section {
		padding-top: 0;
		min-height: 0;
		margin-left: 50px;
		width: 360px;
		position: absolute;
		bottom: 100px;
		}

	.kontakt.hrpartner footer section {
		display:none;
		}
	
	.hrpartner footer section p {
		font-weight: 500;
		font-size: 22px;
		}
	
	.home.hrpartner footer section {
		padding-top: 0;
		min-height: 0;
		margin-left: 50px;
		width: 360px;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 350px;
		margin-left: auto;
		text-shadow: 0 0 20px #fff;
		font-weight: 400;
		}
	
	footer section header>* {
		font-size: 36px;
		font-weight: 800;
		display: block;
		padding-bottom: 30px;;
		}
	
	footer section p {
		font-weight: 300;
		font-size: 24px;
		padding-bottom: 20px;
		}

	
	.hd {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 150px;
	}

	.hd>div {
		width: 1150px;
		margin: auto;
		}

	.hd header {
		left: 0;
		top: 0;
	}

	.hd header img {
		margin-left: 20px;
		margin-top: 20px;
		height: 110px;
		width: 170px;
		}

	.sticky .hd header {
		left: 0;
		}
		
	.sticky .hd header img {
		margin-left: 5px;
		margin-top: 10px;
		height: 65px;
		width: 140px;
		}

	
	.hd nav {
		right: 20px;
		}
	
	
	.hd nav li a {
		font-size: 20px;
		padding: 20px;
		}
	footer>div>p {
	display: block;
	margin-left: .5rem;
	margin-top: 1rem;
	font-size: .5rem;
	margin-bottom: .5rem;
	opacity: .5;
	}

footer>div>p {
	display: block;
	margin-left: 0;;
	margin-top: 0;
	font-size: 13px;;
	margin-bottom: 0;
	opacity: .5;
	position: absolute;
	bottom: 10px;
	left: 10px;
	}


footer .ftlg {
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 200px;
	height: 130px;
	}

footer .ftlg img {
	width: 200px;
	height: 130px;
	object-fit: contain;
	}

main>div>section p.smaller {
	font-size: 18px;
	}


main>div>section p.cena span.price {
	position: absolute;
	left: 400px;
	font-weight: 700;
	}


.sticky .hd {
	background: #fffc;
	padding-bottom: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(10px);
	height: 84px;
	min-height: 60px;
	}


	
.sticky .hd nav li a {
	font-size: 18px;
	letter-spacing: 2px;
	padding: 20px 15px;
	}

}

.gal {
	font-size: 0;
	text-align: left;
	}

.gal img {
	width: 108px;
	margin: 0 20px 20px 0;
	}