.whiteblok {
	padding:20px;
	background:white;
}
.format-text img {
	max-width:100%!important;
}
a {
  color:#AD9D5F;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}


h1, .h1 {
	margin:0 0 25px 0;
	padding:0 20% 0 20%;
	font-size:36px;
	line-height:1.3em;
	font-weight:normal;
	color:#2d6464;
	text-align:center;
	position:relative;
	display:flex;
	justify-content:center;
	flex:0 0 auto;
}
h1 span, .h1 span {
	padding:0 30px 0 30px;
}
h1 em, .h1 em {
	position:relative;
	flex:1 1 auto;
}
h1 em:before, .h1 em:before {
	content:"";
	width:100%;
	height:2px;
	background:#BCAF7B;
	position:absolute;
	top:50%;
	left:0;
	
}
h2, .h2 {
	margin:0 0 25px 0;
	padding:0 0 0 0;
	font-size:28px;
	color:#2d6464;
	line-height:1.3em;
}
h3, .h3 {
	margin:10px 0 15px 0;
	padding:0;
	font-size:24px;
	color:#2d6464;
	line-height:1.3em;
}
h4, .h4 {
	margin:5px 0 3px 0;
	padding:0;
	font-size:20px;
	color:#2d6464;
	line-height:1.3em;
}
h5, .h5 {
	margin:0 0 3px 0;
	padding:0;
	font-size:18px;
	color:#2d6464;
	font-weight:normal;
	line-height:1.3em;
}


/*** ul def ***/
ul.def {
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}
ul.def li {
	margin:0 0 9px 0;
	padding:0 0 0 40px;
	line-height:1.3em;
	position:relative;
}
ul.def li:before {
	position:absolute;
	content:"";
	height:1.5px;
	width:20px;
	left:0;
	top:0.7em;
	background:#BCAF7B;
}



/*** table1 ***/
table.table1 {
	width:100%;
}
table.table1 th, table.table1 td {
	vertical-align:top;
}
table.table1 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	padding:15px 10px 5px 0;
	color:#292323;
	text-align:left;
	text-transform:uppercase;
}
table.table1 thead th {
	padding-right:0;
}
table.table1 td, table.table1 th {
	background:url(../img/line.gif) no-repeat bottom center;
}
table.table1 td {
	padding:5px 0 5px 0;
}
table.table1 input {
	width:250px;
}
table.table1 textarea {
	width:100%;
	height:100px;
}
table.table1 img {
	border:none;
}


.line {
	padding:15px 0 0 0;
	margin:0 0 15px 0;
	border-bottom:1px solid black;
}




/*** boxy ***/
.boxy {
	display:flex;
	justify-content:space-between;
	margin:15px 0 0 0;
}
.boxy > * {
	flex:1;
	margin:0 30px 0 30px;
	background:url(../img/bg1.png) top center;
	background-size:cover;
	padding:40px 50px 20px 50px;
	border-radius: 3px;
}
.boxy h3 {
	margin-bottom:30px;
}
.sortiment {
	padding-left:40px;
	padding-right:40px;
}


/*** stromky list ***/
.stromky-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.stromky-list > * {
	width:49%;
	margin:0 0 25px 0;
	display:flex;
	align-items:center;
}
.stromky-list > * img {
	display:block;
	margin:0 15px 0 0;
}
.stromky-list a {
	color:#414141;
	font-weight:normal;
}





/*** steps ***/
div.steps {
	display:flex;
	justify-content:center;
	margin:70px 0 0 0;
}
div.steps .item {
	flex:1;
}
div.steps .item .no {
	width:40px;
	height:40px;
	margin:0 auto 20px auto;
	background:#BCAF7B;
	color:#E3E3E3;
	text-align:center;
	line-height:40px;
	font-size:20px;
	font-weight:900;
	border-radius:50%;
}
div.steps .item .step-icon {
	margin:0 auto 20px auto;
}
div.steps .item .step-icon img {
	margin:0 auto 0 auto;
	display:block;
}
div.steps .item .h {
	margin:0 0 10px 0;
	text-transform:uppercase;
	line-height:1.3em;
	color:#257D7D;
	font-size:20px;
}
div.steps .item .h strong {
	display:block;
	font-weight:900;
}
div.steps .item .desc {
	color:#224040;
	font-size:90%;
	line-height:1.3em;
}
div.steps .arr {
	margin:0 30px 0 30px;
}
div.steps .arr img {
	width:36px;
	display:block;
	margin:133px 0 0 0;
}




.kontakty {
	margin:50px 0 0 0;
}



div.fotogalerie-in {
	margin:0 0 25px 0;
	background:url(../img/bg1.png) top center;
	background-size:cover;
}


.cikcak-item {
	display:flex;
	justify-content:space-between;
	margin:0 0 20px 0;
	align-items:center;
}
.cikcak-image {
	width:38%;
}
.cikcak-image img {
	max-width:100%;
	max-height:460px;
	margin:0 0 0 auto;
	display:block;
}
.cikcak-desc {
	width:58%;
}



.cikcak-item:nth-child(odd) .cikcak-desc {
	order:-1;
}
.cikcak-item:nth-child(odd) .cikcak-image img {
	margin:0 auto 0 0;
}




/*** form row ***/
.form-row {
	margin:0 0 10px 0;
}
.form-row input, .form-row select, .form-row textarea {
	width:100%;
}
.form-row:last-child {
	margin:0 0 0 0;
}


