*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
@font-face {
	font-family: "Rotonda";
	src: url("../fonts/rotondac.otf");
	font-style: normal;
	font-weight: normal;
}
body {
	font-family: "Rotonda";
	font-size: 16px;
	background: #cd3745;
}
header{
	background: #fff;
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
}
.top-number{
	text-align:left;
	color:#575656;
	font-weight:bold;
	margin:15px 0 10px;
}
.cart{
	text-align:right;
	color:#575656;
	font-weight:bold;
	margin:10px 0;
}
.cart a{
	color:#575656;
}
.cart img{
	margin-right:10px;
}
/*menu*/
.itemlist{
	display:inline-block;
	text-align:center;
	width:220px;
	vertical-align:top;
	margin:20px;
	color:#cd3745;
	border:1px solid #cd3745;
	padding:5px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.itemlist .item{
	overflow:hidden;
	display:block;
	color:#cd3745;
	height:88%;}
.price{
	font-weight:bold;
	color:#f00;
	font-size:1.1em;}
h1{
	text-align:center;
	color:#fff;
	font-family:"RobotoLight";
}
h2{
	text-align:center;
}
.nav-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.nav-menu ul li{
	margin:5px;
	padding:5px 10px;
	border-top:1px solid #fff;
	font-size:1.2em;
	color:#fff;
	width:70%;
}
.nav-menu ul li:first-child{
	border-top:none;
}
.nav-menu ul li a{
	color:#fff;
}
.about-us,.contacts{
	background: #fff;
}
.about-us-text{
	width:80%;
	margin:20px auto;
	border:1px solid #cd3745;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.about-us-text .title{
	color:#c53441;
	border-bottom:1px solid #d24d5a;
	margin:0 0 10px;
	padding-bottom:10px;
}
.product-block{
	background: url('../img/product-bg.jpg') center no-repeat;
	color:#fff;
}
.catalog{
	float:left;
	width:25%;
	height:100%;
    text-align:left;
    padding-left:10px;
	}
.catalog a{
	color:#fff;}
.product{
	float:right;
	width:75%;
	height:100%;
	max-height:600px;
    overflow-y:auto;}
h2>a{
	font-size:1.2em;
	font-family:"RobotoLight";
	color:#fff;
}
.top-slider{
  width:100%;
  max-width:1466px;
  overflow:hidden;
  height:100%;
  margin:0 auto 30px;
}

.top-slider img{
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slick-prev, .slick-next{
	position:absolute;
	display:block;
	}
.slick-prev{
	left:10px;
	}
.slick-next{
	right:10px;
	}
.contact-text{
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
}
.news-block{
	width:100%;
	margin:0 auto 30px;
	height:350px;
	overflow:auto;
	border:1px solid #d24d5a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}