/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                              
	vertical-align: baseline;          
	background: transparent;      
	font-size: 100%;                     
}
a {                                      	     
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
	outline: none;
}
input[type="text"], input[type="password"], input[type="date"], textarea {
	padding: 0; 				
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}


html {
	min-height:100%; 
}
body {
	color: #085a29;
	text-align: left;
	font-size: 1.1em; 
	min-height:100%;
	font-family: 'Lato', sans-serif;
}
a, a:visited { 
	color: #f45a40;
	text-decoration: none;
}
a:hover {
	color: #f45a40;
	text-decoration:none;
}
a:focus, a:active {
	color: #f45a40;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
h1 {
	color: red;
	font-size:1.7em;
	margin-bottom: 20px;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}


.center-block-main{
	max-width:1170px; margin:0 auto;
	
}
header {
background-color: rgba(8, 90, 41, 0.8); position: fixed;
	z-index:2; width:100%;
	
}
.header-top{
	padding:5px 0 0px 0; max-width:1170px; margin-left: 10%;
}
}

@media screen and (max-width:1580px){
	.header-top{
	padding:5px 0 0px 0; width:100%; margin-left: 0;
}
}
	.logo{
		float:left; margin-bottom:5px;
	}
	.logo img{
		margin-left: 0px;
		max-height: 60px;
	}
@media screen and (min-width:750px){
.logo img{
		margin-left: -18px;
		max-height: 35px;
	}
	
}	
.header-bottom{
	padding:0;
}
	.menu{
		float:right; font-family: 'Noto Sans', sans-serif; margin-top: 5px;
	}
		.menu li{
			float:left;  margin-right:30px; font-size:1.175em;
		}
			.menu li a{
				color:#fff; text-decoration:none;
			}
			.menu li a:hover{
				color: #e2390c;
			}
	
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; }
.main-wrapper { max-width: 100%; height: auto; } 
.slider {
  position: relative;
  width: 100%;
 
  padding-bottom: 30px;
  margin: 0 auto;
  overflow: hidden;
   border-bottom: 123px;
}
.slider__toggle {
  display: none;
}
.slider__controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 0;
}
.slider__control {
display: inline-block;
  width: 125px;
  height: 4px;
  margin: 10px 35px 0 35px;
  background: transparent;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -999em;
  border: 3px solid #085a29;
  cursor: pointer;
  opacity: 0.9;
 
}
.slider__control:last-child {
  margin-right: 0;
}
.slider__control:hover {
  cursor: pointer;
}
.slider__slides {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
 
}
.slider__slide{
	display: block;
  width: 100%;
   height: 500px;
 
  flex-shrink: 0;
  box-sizing: border-box;
background-color: #b5441b;
 background-image: url(images/slide1.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	position: relative;
 	z-index: 1;
} 

.slider__slide2{
	display: block;
	width: 100%;
	height: 500px; 
	flex-shrink: 0;
	box-sizing: border-box;
	background-color: #b5441b;
	background-image: url(images/slide2.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	position: relative;
 	z-index: 1;
	
}
  .slider__slide p {
		position:absolute; top: 70%; left:40%; max-width: 90%;
	}
.slider__slide h2, .slider__slide2 h2{
		color:#fff; font-size: 2.7em; font-weight: 600; line-height:1.0; margin-top: -90px; background-color:rgba(8, 90, 41, 0.5); padding: 15px;
	}
	.slider__slide ul li{
		position:relative; color:#fff;  /*font-size: 0; 4px solid red; */
	}
	.slider__slide ul li img{
		width:100%; 
	}

.slide-text-wrapper, .slide-text-wrapper2 {
		position:absolute; top: 70%; left:40%; width: 90%; 
	}

.slide-text-wrapper {
		z-index: 1;
	}
.slide-text-wrapper2 {
		z-index: 10;
	}

	
#slider__toggle--1:checked ~ .slider__controls > .slider__control[for="slider__toggle--1"] {
  background-color: #e2390c; border: 3px solid #e2390c;
}

#slider__toggle--2:checked ~ .slider__controls > .slider__control[for="slider__toggle--2"] {
  background-color: #e2390c; border: 3px solid #e2390c;
}


#slider__toggle--1:checked ~ .slider__slides {
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

#slider__toggle--2:checked ~ .slider__slides {
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
}

.fixed-container{
	max-width: 1140px;
	margin: 0 auto;
}
	
	.unslider-nav{
		max-width:1170px; margin:20px auto 0; position:relative; top: -15px;
	}
	

.block3-section {
	/*background: #f9f9f9; border-bottom: 1px solid #e7e7e7; */ padding: 10px 0 10px 0; background: #fff; margin-bottom:30px; 
}
	.block3-section>h2{
	font-size: 2.25em; font-weight: 600; text-align: center; color: #414042; 
	}
	.block3-section>h3{
	font-size: 1.25em; font-weight: 400; text-align: center; margin-bottom: 50px; 
	}
	.block3-section img {
		width:80%;
	}
	
	.block3-section p, h2 {
		margin:0 30px;
	}
	
.block3-main{
	/*margin-bottom:30px;*/ border-bottom: 1px solid #e7e7e7; margin-top:20px;
}
	.block3-main article{
		width:30%; float:left; margin-left:5%; text-align: center;
	}
	.block3-main article:first-child{
		margin-left:0;
	}
	.block3-main article img{
		display:block; margin:0 auto 20px auto;
	}
	.block3-main article h2{
		
		font-size:1.5em; margin-bottom:20px; text-transform: uppercase;
		font-weight: 600; color:#4a5c51;
	}
	.block3-main article h2 a {
		color: #414042; text-decoration: none;
	}
	.block3-main article h2 a:hover {
		text-decoration: underline;
	}
	.block3-main article p{
		font-size:0.875em; line-height: 1.4;
	}
#icon{
 position: relative;
 display: inline-block;
}
#tab1{
 display: inline-block;
}
data-name{
 font-size:2.875em;
}
#tab2{
 display: none;
}

#icon:hover:after {
content: attr(data-name);
position: absolute;
left: 0;
bottom: -10px;
background: rgba(8, 90, 41, 0.55);
color: #fff;
text-align: center;

font-size: 14px;
padding: 3px 0;
width: 100%;
}	
	
	
.block4-section{
	margin-bottom:30px; 
}
	.block4-section>h2{
		text-align:center; font-family: 'Noto Sans', sans-serif; color:#fff; font-size:1.375em; margin-bottom:30px;
	}
	.block4-main{
	}
		.block4-main article{
			width:53%; margin-left:2.6666666666666666666666666666667%; float:left;
		}
		.block4-main article:first-child{
			margin-left:0;
		}
		.block4-main article img{
			display:block; margin:0 auto;
		}
		.block4-main-content{
			padding:20px 20px 0 20px; border:1px solid r; border-top:0;
		}
		.block4-main-content h2{
			color:#67686d; font-size:1.125em; text-transform:uppercase; margin-bottom:5px;
		}
		.block4-main-content h3{
			font-size:0.975em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block4-main-content p{
			font-size:0.875em; margin-bottom:15px;
		}
		p.price-basket{
			border-top:1px solid #eee; font-size:0.875em; color:#f45a40; padding:15px 0; margin-bottom:0;
		}
		.price{
			float:left;
		}
		.basket-btn{
			float:right;
		}
		
		
.events {
	    
		padding:7px;
		/* background-color: #fff;*/
       background-color: rgba(7,89,41, 0.2);		
	    margin: 2%;
		/*border: 5px solid #e1390c;*/
	}	
.events h2 {
	font-size: 1.4em; font-weight: 600; text-align: center; color:rgba(7,89,41, 0.7);/*#414042;*/
}
h3 {
	font-size: 1.2em; font-weight: 600; text-align: center; color: #f45a40;;/*#414042;*/
}
a img {
  border: none; 
}
.lightbox {

  position: fixed;
  overflow: hidden;
  z-index: 9999;
  width: 0;
  height: 0;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
}
.lightbox img {

 width: 95%;
  
  height: auto;
  max-width: 900px;
  max-height: 800px;
  margin: 5% auto;

  opacity: 0;
  border: 1px solid #4D4D4D;

  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);

  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;  
}
.lightbox:target {

  width: auto;
  height: auto;
  bottom: 0;
  right: 0;

  outline: none;
}
.lightbox:target img {

opacity: 1;
}

.thumb img{
  width: 15%;
  margin:0.5%;

}	
.about{
	margin-bottom:40px; padding:15px 10px;
}
	.about article{
		float:left; width:45%;
	}
	.about article h2{
		font-size:1.325em; font-weight:600; margin-bottom:10px; color:#4a5c51;
	}
	.about article p{
		font-size:0.915em; margin-bottom:25px;  margin-right: 10%; align: justify;
	}
	
	.about .formular{
		float:right; width:45%; margin: 10px;
	}
	.about img{width: 70%; margin: 0;}
	
	
	
	.ueberr {
		padding:7px 20px;
		
	}
	.ueberm {display: none;}
	
	.formular {
	
	height: auto;
	margin-left: 0px;
	background-color: rgba(7,89,41, 0.5);
	
	border-radius: 0px;
	border: 1px solid #e1390c;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
.formular h2 {
	
	color: #fff;
	
	font-size: 1.7em;
	margin: 5px;
	text-align: center;
}
.formular input[type="text"], input[type="email"], input[type="tel"] {
	border-radius: 0px;
	border: none;
	font-size: 1.0em;
	margin: 1% auto;
	padding: 2px 5px;
	width: 75%;
	
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
	
	
}
.stern {
	
	color: red;
	font-weight: 900;
	
}
.formular input[type="number"] {
	border-radius: 0px;
	border: none;
	font-size: 1.0em;
	margin: 1% auto;
	padding: 2px 5px;
	width: 100px;
	
	font-family: 'Lato', sans-serif;
	color: #000;
}
.date {
	border-radius: 0px;
	border: none;
	font-size: 1.0em;
	margin: 3% auto;
	padding: 15px 15px;
	width: 75%;
	border: 3px solid #ccc;
	font-family: 'Lato', sans-serif;
	color: #fff;
	
}
.formular textarea {
	border-radius: 0px;
	border: none;
	font-size: 1.0em;
	margin: 2% auto;
	padding: 15px 15px;
	width: 75%;
	height: auto;
	
	font-family: 'Lato', sans-serif;
	color: #000;
	
}
.date input[type="date"]{
	margin: 10px;
	padding: 2px 1px;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	color: #555151;
	
}
.formular input[type="submit"] {	
	
	
	margin: 12px 0 0 20px;
	padding: 5px 1px;
	width: 50%;
	font-size: 1.0em;
	border-radius: 0px;
	border: 3px solid #ccc;
	color: #fff;
	background: #f45a40;
	cursor: pointer;
	padding: 10px 15px;
	font-family: 'Lato', sans-serif;
}
	
	
.subscribe{
	background:#f45a40; color:#fff; padding:15px 10px;
}
	.subscribe h2{
		float:left; font-size:1.325em; text-transform:uppercase; margin-top:5px;
	}
	.subscribe-form{
		float:right;
	}
	.email-inpt{
		text-transform:uppercase; font-size:0.875em; float:left; width:200px; padding:7px 20px; border:none;
	}
	.submit-inpt{
		background:#ff674f; float:left; margin-left:20px; border:none; color:#fff; text-transform:uppercase; padding:7px 20px; cursor:pointer; font-size:0.875em;
	}
	
.ftr{
	background:#085a29; padding:10px 10px;
}
	.ftr h2{
		color:#fff; font-size:1.325em; font-family: 'Roboto Condensed', sans-serif; margin-bottom:10px; text-transform:uppercase;
	}
	.ftr p{
		font-size:0.875em; margin-bottom:20px; color:#fff; padding: 0 15px;
	}
	.ftr h3{
		font-size:0.875em; margin-bottom:5px;
	}
		.ftr h3 a{
			color:#fff; text-decoration:none;
		}
		.ftr h3 a:hover{
			text-decoration: underline;
		}
	
	
	.ura {
		 margin: 10px;
		font-size:0.875em;
		width: 90%;
	}
@media screen and (max-width:1200px){
	
	
	.block4-main article{
			width:45%; margin:0 2.5% 30px 2.5%; float:left;
		}
		.block4-main article:first-child{
			margin:0 2.5% 30px 2.5%;
		}
	.subscribe h2{
		float:none; text-align:center; margin:0 0 20px 0;
	}
	.subscribe-form{
		float:none; display:table; margin:0 auto;
	}
	.thumb img {
		width:31.8%;
		margin: .5%;
	}
	.slider__slide h2, .slider__slide2 h2{
		color:#fff; font-size: 2.5em; font-weight: 600; line-height:1.0; margin-top: -90px; background-color:rgba(8, 90, 41, 0.5); padding: 15px;
	}
}


@media screen and (max-width:908px){
	
	.ueberr {display: none;}
	.ueberm {display: block; } 
	
	.slider__slide{
	width: 100%;
   height: 400px;
 background-image: url(images/slide1_2.jpg);
 	
} 

.slider__slide2{
	width: 100%;
   height: 400px;
 background-image: url(images/slide2_2.jpg);
 	
}

.slider__slide h2, .slider__slide2 h2{
		 font-size: 1.8em; top: 350px;
	}
.slide-text-wrapper, .slide-text-wrapper2 {
		 left: 0%; width:100%; 
	}	
.about .formular{
	 width:98%; 
	}
	.about img{width: 100%;}
	.about article {padding: 10px;}
	
}
@media screen and (max-width:860px){
	
	article, .formular {font-size: 1.4em; }
	
	.ueberr {display: none;}
	.ueberm {display: block; }   
	

#tab1{
 display: none; 
}
#tab2{
 display: inline-block;
}
#tab2 img{
 max-width: 7
 0%;
}
.menu{
		float:left; margin-top: 10px; margin-bottom: 10px;
	}

.slider__control {

  margin: 0px 35px 0 35px;
  background: transparent;
  border-radius: 6px;
  width: 20px;
  height: 20px; 
 
}
.slider__controls {
 
  left: 45%;
  
}
	
.slider {
	 height: 450px;
	  padding-bottom: 7px;
}
.thumb img {
		width:48%;
		
	}
	.about img{width: 80%; margin: 2%;}

.block3-main article{
		width:95%; float:none; margin:0 2.5% 30px 2.5%;
	}
	.block3-main article:first-child{
		 margin:0 2.5% 30px 2.5%;
	}
}
@media screen and (max-width:700px){
	.block3-main article{
		width:95%; float:none; margin:0 2.5% 30px 2.5%;
	}
	.block3-main article:first-child{
		 margin:0 2.5% 30px 2.5%;
	}
	.about article{
		float:none; width:95%; margin:0 2.5% 30px 2.5%;
	}
	/*.thumb img {
		width:95%;	
}*/
  article, .formular {font-size: 1.5em; }
.slider__slide h2, .slider__slide2 h2{
		 font-size: 1.5em; top: 350px;
	}
}
@media screen and (max-width:500px){
	
	.block4-main article{
			width:95%; margin:0 2.5% 30px 2.5%; float:none; overflow:hidden;
		}
		.block4-main article:first-child{
			width:95%; margin:0 2.5% 30px 2.5%; float:none;
		}
		.logo img{		
		margin:0 20px 0 0;
		max-height: 100px;
	}
	/*.thumb img {
		width:95%;
		
	}*/

}
@media screen and (max-width:450px){
	.header-top{
		padding:10px 0;
	}
	.logo{
		float:none; text-align:center; margin-bottom:20px;
	}
	.contakt-basket{
		float:none; display:table; margin:0 auto;
	}
	.logo img{		
		margin:0 20px 0 0;
		max-height: 250px;
	}
	
}
