/* --------------- 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 {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
	text-decoration: none;
}
table {	
					/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], 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;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	color: #202a1b;
	text-align: left;
	font-size: 0.95em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
	font-family: 'Roboto', sans-serif; /*font-family: 'Roboto Condensed', sans-serif;*/
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #f5adad;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:focus, a:active {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
/* --------------- /базовые настройки ---------*/
#ich2 {display: none;}

.center-block-main{
	max-width:1170px; margin:0 auto;
}
.header-top{
	padding:30px 0; border-bottom:1px solid #eee; 
}

	.logo{
		float:left; font-size:1.375em; font-family: 'Roboto Condensed', sans-serif;
		max-width: 150px; 
	}
	.contakt-basket{
		float:right;
	}
		.contakt-basket p{
			float:left; font-size:0.75em; font-weight:600;
		}
			.contakt-basket p img{
				vertical-align:middle; margin-right:3px;
			}
		.header-phone{
			padding-top:8px; margin-left:20px;
		}
		
.header-bottom{
	padding:10px 0;
}
	.menu{
		float:left;
	}
		.menu li{
			float:left; text-transform:uppercase; margin-right:30px; font-size:0.875em;
		}
			.menu li a{
				color:#7e7f84; text-decoration:none;
			}
			.menu li a:hover{
				color:#f45a40;
			}
	.search-block{
		float:left; margin-top:-3px;
	}
		.search-btn{
			float:left; margin:5px 5px 0 0;
		}
		.search{
			float:left; font-size:0.875em; color:#7e7f84; border:none; line-height:1.4;
		}

.my-slider{
}
	.my-slider ul li{
		position:relative; 
	}
	.my-slider ul li h2{
		position:absolute; top:80px; left:80px; font-size:3.2em; font-weight:bold; line-height:1.1; color:#f6c8c8;
	}
	.my-slider p{
		position:absolute; top:200px; left:80px; font-size:1.35em; color:#f19999;
	}
	.unslider-nav{
		max-width:1170px; margin:0 auto; position:relative; top:-40px;
	}
	a.anmelden-btn {
		color: #fff; display: inline-block; padding: 18px 40px; border: 2px solid #ccc; border-radius: 25px; font-size: 17px;
		text-decoration: none; font-weight: 600; margin-top: 90px; background-color: #69886b;
	}
	a:hover.anmelden-btn{
		color: #69886b; border: 2px solid #ccc; background-color: #ccc;
	}
	
.block3-main{
	margin-bottom:5px; background-color:#f2f3f4;
}
	.block3-main article{
		width:54%; float:left; margin-left:2.0%;
	}
	.block3-main article:first-child{
		margin-left:0;
	}
	.block3-main article img{
		max-width: 90%; display:block; margin:10px auto auto auto; min-width: 80%; 
	}
	.block3-main article iframe{
		max-width: 90%; display:block; margin:10px auto auto auto; min-width: 80%; 
	}
	.block3-main article h2{
		font-family: 'Roboto Condensed', sans-serif; font-size:1.675em; margin-bottom:5px; color: #b7453e; font-weight: 600; padding:10px 0;
	}
	.block3-main article p{
		font-size:1.0em; padding: 5px; /*color: #ccc;*/
	}
	.block3-main article a{
		color: #69886b; font-weight: 600;
	}
	
	.block7-main{
	margin-bottom: 0px;  background-color: #fff;
}
	.block7-main article{
		width:90%; float:left; margin-left:2.0%;
	}
	.block7-main article:first-child{
		margin-left:0;
	}
	.block7-main article img{
		width: 90%; display:block; margin:10px auto auto auto; 
	}
	.block7-main article iframe{
		width: 90%; display:block; margin:10px auto auto auto; 
	}
	.block7-main article h2{
		font-family: 'Roboto Condensed', sans-serif; font-size:1.675em; margin-bottom:5px; color: #b7453e; font-weight: 600; padding:15px 0;
	}
	.block3-main article p{
		font-size:1.0em; padding: 5px; color: #ccc;
	}
	.block7-main article a{
		color: #69886b; font-weight: 600;
	}
	
	
.block4-section{
	margin-bottom:20px; background-color: #69886b; /*color: #ccc;*/
}
	.block4-section>h2{
		text-align:center; font-family: 'Roboto Condensed', sans-serif; color:#fff; font-size:1.875em; margin-bottom:30px;
	}
	.block4-main{
	}
		.block4-main article{
			width:23%; margin-left:2.6666666666666666666666666666667%; float:left;
		}
		.block4-main article:first-child{
			margin-left:0;
		}
		.block4-main article img{
			display:block; margin:10px auto; 
		}
		#ich h2{
			color:#fff; font-size:1.875em; text-transform:uppercase; margin-bottom:5px;font-family: 'Roboto Condensed', sans-serif;
		}
		#ich2 h2{
			color:#fff; font-size:1.875em; text-transform:uppercase; margin-bottom:5px;font-family: 'Roboto Condensed', sans-serif;
		}
		.block4-main-content{
			padding:20px 20px 0 20px; border:1px solid #ccc; border-top:0;
		}
		.block4-main-content h2{
			color:#fff; font-size:1.125em; text-transform:uppercase; margin-bottom:5px;
		}
		.block4-main-content h3{
			font-size:2.0em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block4-main-content p{
			font-size:1.0em; margin-bottom:10px; color:#fff;
		}
		p.price-basket{
			border-top:1px solid #fff; font-size:0.875em; color:#f45a40; padding:15px 0; margin-bottom:0;
		}
		.price{
			float:left;
		}
		.basket-btn{
			float:right;
		}
	
	
.block5-section{
	margin-bottom:60px;
}
	.block5-main h2{
			color: #b7453e; font-family: 'Roboto Condensed', sans-serif; font-size:1.975em; margin-bottom:1px; font-weight: 600; padding:3px 0;
		}
		.block5-main a{
			color: #b7453e;
		}
	.block5-section>h2{
		text-align:center; font-family: 'Roboto Condensed', sans-serif; color:#ссс; font-size:1.375em; margin-bottom:30px;
		
	}
	.block5-main{
	}
		.block5-main article{
			width:23%; margin-left:2.6666666666666666666666666666667%; float:left;
		}
		.block5-main article:first-child{
			margin-left:0;
		}
		.block5-main article img{
			display:block; margin:0 auto;
		}
		.block5-main-content{
			padding:20px 20px 0 20px; border:1px solid #eee; border-top:0;
		}
		.block5-main-content h2{
			color:#67686d; font-size:1.125em; text-transform:uppercase; margin-bottom:5px;
		}
		.block5-main-content h3{
			font-size:0.875em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block5-main-content p{
			font-size:1.0em; margin-bottom:15px; color:#ссс;
		}
					
	.pics {				
				padding:7px;
				border: 4px solid  #69886b;		
				margin: 2%;
				border-radius: 25px;">
			}
	
.block6-section{
	margin-bottom:20px; background-color: #69886b; color: #cсс;
}
	.block6-section>h2{
		text-align:center; font-family: 'Roboto Condensed', sans-serif; color:#fff; font-size:1.875em; margin-bottom:30px;
	}
	.block6-main{
	}
		.block6-main article{
			width:23%; margin-left:2.6666666666666666666666666666667%; float:left;
		}
		.block6-main article:first-child{
			margin-left:0;
		}
		.block6-main article img{
			display:block; margin:10px auto; 
		}
		#ich h2{
			color:#fff; font-size:1.875em; text-transform:uppercase; margin-bottom:5px;font-family: 'Roboto Condensed', sans-serif;
		}
		#ich2 h2{
			color:#fff; font-size:1.875em; text-transform:uppercase; margin-bottom:5px;font-family: 'Roboto Condensed', sans-serif;
		}
		.block6-main-content{
			padding:20px 20px 0 20px; border:1px solid #69886b; border-top:0;
		}
		.block6-main-content h2{
			color:#fff; font-size:1.125em; text-transform:uppercase; margin-bottom:5px;
		}
		.block6-main-content h3{
			font-size:2.0em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block6-main-content p{
			font-size:1.0em; margin-bottom:10px;
		}
		
		
	.thumb img {
		
  width: 32%;
		margin: 5px;
  

}

 .otz {
	 background-color: #69886b; color: #fff; padding: 15px; border-radius: 25px; width: 96%; margin: 5px; 
 }

	.titel	{
		
		background-color:red;
	width: 31%;
			margin: 1%;
	  

	}	
.about{
	margin-bottom:30px;
}
	.about article{
		float:left; padding: 4%; width:35%;
	}
	.about article h2{
		font-size:1.325em; font-weight:bold; margin-bottom:15px; color:#67686d;
	}
	.about article p{
		font-size:1.0 em; margin-bottom:25px; 
	}
	
	.map article {
		float:right; width:42%;
	}
	.mapin{
		position:relative;
		padding-bottom:75%; /*		450/600		*/
		
		overflow:hidden;
	}
	.mapin iframe{
		position:absolute; top:0; left:0; width:100%; height:100%;
	}
	
	
.subscribe{
	background:#b7453e; color:#fff; padding:20px 0;
}
	.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;
	}
	.subscribe a{
		color:#fff; text-transform:uppercase; text-decoration: none; width:200px;
	}
.ftr{
	background:#2a2d34; padding:40px 0;
}
	.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;
	}
	.ftr h3{
		font-size:0.875em; margin-bottom:5px;
	}
		.ftr h3 a{
			color:#fff; text-decoration:none;
		}
		.ftr h3 a:hover{
			text-decoration: underline;
		}
	.support{
		float:left; width:47%; margin-right:3%;
	}
		.support a{
			display:block; margin-bottom:5px; text-decoration:none; color:#7e7f84;
		}
		.support a:hover{
			text-decoration:underline;
		}
		.ftrname{
		width:100%;  font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrmail{
		width:100%;  font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrphone{
		width:100%;  font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrtext{
		width:100%;  font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrsubmit{
		text-transform:uppercase; font-size:0.875em; border:none; background:#f45a40; padding:7px 20px; color:#fff; cursor:pointer;
	}
	@media screen and (max-width:1090px){
		.block3-main article {
		width: 45%;  
	}
	
	.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%; 
		}	
	#ich {display: none;}
	#ich2 {display: block;}
	.block6-main article{
			width:45%; margin:0 2.5% 30px 2.5%; float:left;
		}
		.block6-main article:first-child{
			margin:0 2.5% 30px 2.5%; 
		}
		.block6-main article img{
			width:100%;
		}
		.otz {
	  width: 94%; 
 }
 .thumb img {
		
  width: 31%;
		
}

.copyy{
	margin:0 0 0 2.5%; 
}
	}
	
@media screen and (max-width:860px){
	
	#ich {display: none;}
	#ich2 {display: block;}
	.thumb img {
		
  width: 48%;
		
}

.otz {
	  width: 94%; 
 }
	.my-slider ul li h2{
		top:100px; font-size:2.8em;
	}
	.my-slider ul li p{
		top:200px; font-size:1em;
	}
	a.anmelden-btn { margin-top: 27px;}
	
	.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%;
		}
		.block5-main article{
			width:45%; margin:0 2.5% 30px 2.5%; float:left;
		}
		
	 .block6-main article{
			width:45%; margin:0 2.5% 30px 2.5%; float:left;
		}
		.block6-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;
	}	
	.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:740px){
	
	.block4-main article {
		width: 95%;  
	}
		
	.block4-main article img {
			width:90%; 
		}
	
	.my-slider ul li h2{
		top:100px; font-size:1.9em; left:30px;
	}
	.my-slider ul li p{
		top:180px; left:30px;
	}
	.search-block{
		border-top:1px solid #eee; border-bottom:1px solid #eee; margin-top:10px; padding:5px 0 7px 0; float:right;
	}
	.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:600px){
.thumb img {
		
  width: 46%;
		
}

.otz {
	  width: 90%; 
 }
}
@media screen and (max-width:740px){
	.thumb img {
		
  width: 96%;
	}
	.my-slider ul li h2{
		top:40px; font-size:1.6em;
	}
	.my-slider ul li p{
		top:120px;
	}
	a.anmelden-btn {color: #ccc; display: inline-block; padding: 15px 35px; border: 2px solid #ccc; border-radius: 20px; font-size: 12px;
	text-decoration: none; font-weight: 600; margin-top: 17px; }
	.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%;
	}
	.about .map{
		float:none; width:95%; margin:0 2.5% 30px 2.5%;
	}
}
@media screen and (max-width:480px){
	a.anmelden-btn {display: inline-block; padding: 10px 30px; border: 2px solid #ccc; border-radius: 20px; font-size: 12px;
	text-decoration: none; font-weight: 600; margin-top: 15px; }
	.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;
		}
		
		.block5-main article{
			width:95%; margin:0 2.5% 30px 2.5%; float:none; overflow:hidden;
		}
		.block5-main article:first-child{
			width:95%; margin:0 2.5% 30px 2.5%; float:none;
		}
		.block6-main article{
			width:95%; margin:0 2.5% 30px 2.5%; float:none; overflow:hidden;
		}
		.block6-main article:first-child{
			width:95%; margin:0 2.5% 30px 2.5%; float:none;
		}
}
@media screen and (max-width:410px){
	.header-top{
		padding:10px 0;
	}
	.logo{
		float:none; text-align:center; margin-bottom:10px;
	}
	.contakt-basket{
		float:none; display:table; margin:0 auto;
	}
}
@media screen and (max-width:360px){
	.email-inpt{
		float:none; width:95%; margin:0 2.5% 20px 2.5%; box-sizing:border-box;
	}
	.submit-inpt{
		margin-left:2.5%;
	}
	.my-slider ul li h2{
		top:30px; font-size:1em;
	}
	.my-slider ul li p{
		top:80px;
	}
}