/* global */
html{
	padding: 0;
	margin: 0;
}
body{
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-family: Open Sans, sans-serif;
	background: #F2F2F2;
	color: #000;
}
h1, h2, h3, h4, h5, h6{
	color: #000;
}
a{
	text-decoration: none;
	color: #000;
}
input,
select{
	padding: 0 10px;
}
input:readonly{
	background: #ddd;
}
input[type=checkbox]{
	width: 20px;
}
.btn{
	display: inline-block;
	background: #ddd;
	border-radius: 50px;
	padding: 10px 15px;
}
.btn_red{
	background: #FF4747;
	color: white;
}

/* .head */
.head{
	width: 100%;
	font-size: 12px;
}
.head ul{
	position: relative;
	width: 1200px;
	text-align: right;
	padding: 0;
	margin: 0 auto;
}
.head ul li{
	position: relative;
	list-style: none;
	display: inline-block;
}
.head ul li a img{
	width: 15px;
	margin: 0 3px -3px 0;
}
.head ul li a{
	display: inline-block;
	padding: 10px 15px;
}
.head ul li ul{
	display: none;
	position: absolute;
	background: #F2F2F2;
	text-align: left;
	width: 200px;
	padding: 0 0 5px 0;
}
.head ul li:hover > ul{
	display: block;
}
.head ul li ul li a{
	display: block;
	width: 200px;
	padding: 5px 15px;
}

.head ul li a.reg_link:hover{
	color: #FF4747;
	background: #fff;
}
.head ul li:hover > .profile_block{
	display: block;
}

.profile_block{
	display: none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	text-align: left;
	position: absolute;
	background: #fff;
	padding: 20px 20px 0 20px;
	width: 180px;
	right: 0;
	top: 33px;
}
.btn_reg,
.btn_lgn{
	display: inline-block;
	padding: 10px 16px;
	margin: 10px 0;
}
.btn_reg{
	background: #FF4747;
	color: #fff;
}
.btn_lgn{
	background: #FFF1F1;
	color: #FF4747;
	margin-left: 5px;
}
.profile_links{
	margin: 0 -20px 0 -20px;
	border-top: 1px solid #eee;
}
.profile_links a{
	display: block !important;
	padding: 10px 20px;
}
.profile_links a:hover{
	background: #eee !important;
}

/* header */
header{
	margin: auto;
	display: grid;
	background: #fff;
	padding: 30px 0;
}
header .header_in{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-column-gap: 30px;
}

.search_in{
	font-size: 12px;
	display: grid;
	grid-template-columns: 660px 40px;
}
.search input,
.search select{
	border: 2px solid #FF4747;
	padding: 7px 15px;
}
.search .search_text{
	border-right: none;
}
.search .search_cat{
	border-left: 1px solid #ccc;
}
.search .search_btn{
	border-left: none;
	background-color: #FF4747;
	background-image: url('../img/search.png');
	background-position: center;
	background-repeat: no-repeat;
}
.search_links a{
	display: inline-block;
	font-size: 10pt;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #eee;
}
.search_links a:hover{
	color: #FF4747;
	text-decoration: underline;
}

/* .cart */
.cart{
	background-image: url(../img/bg.png);
	background-position: 0 -2895px;
	background-repeat: no-repeat;
	width: 50px;
	height: 40px;
}
.cart span{
	font-size: 11px;
	background: #FF4747;
	color: white;
	float: left;
	padding: 3px 7px;
	border-radius: 10px;
	margin-left: 27px;
}

/* .top */
.top{
	margin: 0 auto;
	width: 1200px;
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-gap: 15px;
}

/* left_menu */
.left_menu{
	position: relative;
	background: white;
	border-radius: 0 0 5px 5px;
}
.left_menu ul{
	padding: 0;
	margin: 0;
}
.left_menu ul li{
	list-style: none;
}
.left_menu ul li a{
	display: block;
	padding: 7px 15px;
}
.left_menu ul li a:hover{
	color: #FF4747;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.left_menu ul li a img{
	margin: 0 6px -6px 0;
	width: 20;
}
.left_menu_podcat{
	display: none;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 234px;
	width: 926px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 20px;
	z-index: 1000;
}
.left_menu ul li:hover > .left_menu_podcat{
	display: block;
}
.left_menu_podcat ul{
	float: left;
	display: block;
	width: 220px;
	height: 400px;
	margin: 0;
	padding: 0;
}
.left_menu_podcat ul h3{
	margin: 0 0 5px 0;
	padding: 0;
}
.left_menu_podcat ul li a{
	background: none;
	box-shadow: none;
	padding: 3px 0;
}
.left_menu_podcat ul li a:hover{
	box-shadow: none;
	text-decoration: underline;
	color: #FF4747;
}
.left_menu_brands{
	float: left;
	width: 220px;
}
.left_menu_brands a:hover{
	box-shadow: none !important;
}
.left_menu_brands a{
	float: left;
	width: 75px;
	margin: 0 3px 3px 0;
	border: 1px solid #eee;
	padding: 5px;
}
.left_menu_brands a img{
	width: 100%;
}

/* .slider */
.slider1{
	width: 700px;
	height: 270px;
	border-radius: 10px;
	margin-top: 15px;
	overflow: hidden;
	z-index: 1;
}
.slider2{
	margin-top: 15px;
	width: 700px;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	background-image: url("../img/slider2_bg.jpg");
	background-size: 100%;
	z-index: 1;
}
.slider2 .slider{
	margin-left: 220px;
	margin-right: 10px;
	height: 150px;
	padding: 10px 0;
}
.slider1 img{
	width: 100%;
	height: 270px;
	border-radius: 10px;
}
.slider2 div{
	margin: 0 2px 0 0;
}
.slider2 img{
	width: 100%;
	height: 130px;
	border-radius: 10px;
}

/* .profie */
.profie{
	background: white;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	margin-top: 15px;
}
.deals{
	background-image: url("../img/slider2_bg.jpg");
	background-position: center;
	border-radius: 10px;
	padding: 5px 20px 20px 20px;
	margin-top: 15px;
	height: 187px;
}

/* .buyer_guide */
.buyer_guide{
	text-align: center;
	background: white;
	margin: 15px auto;
	width: 1160px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
	padding: 20px;
}
.buyer_guide h3{
	margin: 10px 0 0 0;
}
.buyer_guide img{
	width: 40px;
}

.skidki{
	color: #333;
}

.ratings{
	color: #333;
}

/* main */
main{
	margin: auto;
	width: 1200px;
	margin-bottom: 20px;
}
.main_in{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(6, 1fr);
}

.product{
	padding: 5px;
	border-radius: 10px;
	background: white;
}
.product_img{
	height: 180px;
	background-position: center;
	background-size: cover;
}
.product h3{
	font-weight: bold;
	padding: 3px 0;
	margin: 0;
}
.product h3 .price_old{
	text-decoration: line-through;
	font-weight: 200;
	margin: 0 10px 0 0;
	color: #FF4747;
}
.product_details span{
	margin: 0 15px 0 0;
}
.product_details img{
	width: 10px;
}
.product p{
	font-size: 12px;
	padding: 2px 0;
	margin: 0;
}

/* footer */
footer{
	background: #E8E8E8;
	padding: 40px 0;
}
.footer_in{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
}
div.logo{
	margin-left: 30;
}