/* --------------- 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;
}
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: #000;
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
	font-family: 'Roboto', sans-serif; /*font-family: 'Roboto Condensed', sans-serif;*/
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #575136;
	text-decoration: none;
}
a:hover {
	color: #9E964E;
	text-decoration:none;
}
a:focus, a:active {
	color: #f45a40;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{

	max-width:100%;
}

.clearfix:after {   /*  */
    clear: both;
    content: "";
    display: table;
}
/* --------------- /базовые настройки ---------*/

.center-block-main{
	max-width:1070px; margin:0 auto;
}
.header-top{
	padding-top: 5px; padding-bottom: 10px; padding-left: 20px;border-bottom:10px solid #eee;
}

	.logo{
		float:left; font-size:2.220em; font-family: 'Roboto Condensed', sans-serif;
	}
	.contakt-basket{
		float:right;
	}
		.contakt-basket a{
			width: 100%;
			height: 80px;
			float:left; font-size:1.2em; font-weight:600;
			margin-top: 0px;
			padding-top: 20px;
			padding-left: 50px;
			padding-right: 70px;
			display: block;
			background: url(../img/preorder-bigestbtn-unfocus.png) no-repeat 0 0;
		}
		.contakt-basket a:hover{
			background: url(../img/preorder-bigestbtn-focus.png) no-repeat 0 0;
		}

.header-bottom h1{
	font-size: 2.0em;
	color: #575136;
	text-align: center;
	margin-top: -20px;
}
.header-bottom h2{
	font-size: 1.2em; 
	color: #575136;
	text-align: center;
}

	article p{
		font-size: 2.3em;
}
	
.block3-main{
	margin-bottom:50px;
}
	.block3-main article{
		width:31.6%; float:left; margin-left:2.6%;
	}
	.block3-main article:first-child{
		margin-left:0;
	}
	.block3-main article img{
		display:block; margin:0 auto 20px auto;
	}
	.block3-main article h2{
		font-family: 'Roboto Condensed', sans-serif; font-size:1.375em; margin-bottom:20px; margin-left: 10px;
	}
	.block3-main article p{
		font-size:0.875em; margin-left: 10px;
	}
.block4-section{
	margin-bottom:60px;
}
	.block4-section>h2{
		text-align:center; font-family: 'Roboto Condensed', sans-serif; color:#67686d; font-size:1.375em; 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:0 auto;
		}
		.block4-main-content{
			padding:20px 20px 0 20px; border:1px solid #eee; 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.875em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block4-main-content p{
			font-size:0.9em; 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;
		}
	
.about{
	margin-bottom:45px; margin-top:60px;
}
	.about article{
		float:left; width:100%;
	}
	.about article h3{
		font-size:1.325em; font-weight:bold; margin-bottom:30px; margin-left: 20px; color:#67686d;
	}
	.about article p{
		font-size:1.3em; margin-bottom:25px; margin-left: 20px; 
	}
	
	.about .map{
		float:right; width:35%;
	}
	.mapin{
		position:relative;
		padding-bottom:75%; /*		450/600		*/
		height:0;
		overflow:hidden;
	}
	.mapin iframe{
		position:absolute; top:0; left:0; width:100%; height:100%;
	}
	
.subscribe{
	background:#E8E5BF; color:#000; padding:30px 0;
}
	.subscribe h3{
		 vertical-align:middle; text-align:center; font-size:1.325em; text-transform:uppercase; margin-top:5px; color: #575136;
	}
	.subscribe img{
		 vertical-align:middle;
	}
	.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:#fff; padding:40px 0;
}
	.ftr h2{
		color: #575136; font-size:1.325em; font-family: 'Roboto Condensed', sans-serif; margin-left: 20px;
		margin-bottom:10px; text-transform:uppercase;
	}
	.ftr p{
		font-size:0.875em; margin-bottom:20px;
	}
	.ftr h3{
		font-size:0.875em; margin-bottom:5px; margin-left: 20px;
	}
	.ftr h4{
		font-size:0.875em; text-align: center;
	}
		.ftr h3 a{
			color:#fff; text-decoration:none;
		}
		.ftr h3 a:hover{
			text-decoration: underline;
		}
	.support{
		float:left; width:47%; margin-right:3%; margin-left: 20px;
	}
		.support a{
			display:block; margin-bottom:5px; text-decoration:none; color:#7e7f84;
		}
		.support a:hover{
			text-decoration:underline;
		}
	.ftrmail{
		width:100%; text-transform:uppercase; font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrtext{
		width:100%; text-transform:uppercase; 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:900px){
	.my-slider ul li h2{
		top:150px; font-size:3em;
	}
	.my-slider ul li p{
		top:270px;
	}
	.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;
	}	
}
@media screen and (max-width:740px){
	.my-slider ul li h2{
		top:100px; font-size:2em;
	}
	.my-slider ul li p{
		top:180px;
	}
	.search-block{
		border-top:1px solid #eee; border-bottom:1px solid #eee; margin-top:10px; padding:5px 0 7px 0; float:right;
	}
}
@media screen and (max-width:600px){
	.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){
	.my-slider ul li h2{
		top:50px; font-size:1.275em;
	}
	.my-slider ul li p{
		top:110px;
	}
	.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;
		}
}
@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;
	}
}