@import url(reset.css);
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
    background: url("../img/fon.jpg") fixed no-repeat;          
    background-size: cover;
	font-size: 13px;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Comic Sans MS;
	color: #fff;
}
.comic {
	font-family: Comic Sans MS;
}
a {
    text-decoration: none;
	 color: #fff;
}
a:hover {
	 color: #fff;
}
.clear-fix:after {
	content: "";
	display:block;
	clear: both;
}
.container {
    width: 875px;
    margin: 0 auto;
}
header {
    height: 218px;
    color: #fff;
	background: #000;
}
header .container{
	background: url("../img/ShAPKA.jpg");
}
.header_left {
    height: 218px;
    width: 30%;
}
.header_left p {
	text-align: right;
	color: #626262;
	line-height: 20px;
}
.phone {
	font-size: 18px;
}
.logo {
    margin-left: 30%;
    margin-right: 30%;
    height: 218px;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_right {
    height: 100%;
    width: 30%;
	text-align: right;
}
.header_right .enter {
	padding: 10px;
}
.header_right .zakaz a{
	display: block;
	height: 20px;
	background: url("../img/zakaz_ikon.png") no-repeat 140px top;
	padding: 55px 40px 0 0;
}
.header_right .enter a {
	color: #626262;
	margin-top: 10px;
}
.header_right a:hover {
	color: #fff;
}
.header_center {
    height: 100%;
    margin-left: 30%;
    margin-right: 30%;
}
.main-block {
    background: url("../img/skhema.png") top 50px left 10% no-repeat ,
                url("../img/skhema1.png") top 650px right 10% no-repeat ,
                url("../img/skhema2.png") top 1250px left 10% no-repeat ,
                url("../img/skhema4.png") top 1850px right 10% no-repeat;
}
/*nav {
    height: 57px;   
}*/
#nav{
    overflow:hidden;
    position: relative;
}
#nav li {
    list-style: none;
    float: left;
    
}
#nav a {
    font-size: 13px;
    color: #E4E4E4;
    position: relative;
    z-index: 2;
    text-decoration: none;
    display: block;
    padding: 20px 24px;
}
#blob {
    border-right: 1px solid #858585;
    border-left: 1px solid #858585;
    position: absolute;
    top: 0;
    z-index: 1;
    background-image: url(/images/menu_bg.gif);
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #f1f1f1, #464646);
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#464646));
}
.main_menu {
	margin-top: 28px;
    height: 450px;
    position: relative;
}
.top_left, .top_right,
.bottom_left, .bottom_right {
    position: absolute;
    width: 430px;
	height: 210px;
}
.top_left a, .top_right a,
.bottom_left a, .bottom_right a {
    width: 100%;
    height: 100%;
}
.top_left {
	background: url("../img/vkladka_1.jpg");
    top: 0;
    left: 0;
}
.top_right {
    top: 0;
    left: 445px;
	background: url("../img/vkladka_2.jpg");
}
.bottom_left {
    top: 225px;
    left: 0;
	background: url("../img/vkladka_3.jpg");
}
.bottom_right {
    top: 225px;
    left: 445px;
	background: url("../img/vkladka_4.jpg");
}
.top_left, .top_right {
	margin: 0 5px 5px 0;
	-webkit-transition: all  0.5s;
	-moz-transition: all  0.5s;
	-ms-transition: all  0.5s;
	-o-transition: all  0.5s;
	transition: all 0.5s ease;
}
.bottom_left, .bottom_right {
	margin-right: 5px;
	-webkit-transition: all  0.5s;
	-moz-transition: all  0.5s;
	-ms-transition: all  0.5s;
	-o-transition: all  0.5s;
	transition: all 0.5s;
}
.top_left:hover, .top_right:hover,
.bottom_left:hover, .bottom_right:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 4px 0 #e5e5e5;
	-moz-box-shadow: 0 0 4px 0 #e5e5e5;
	-ms-box-shadow: 0 0 4px 0 #e5e5e5;
	-o-box-shadow: 0 0 4px 0 #e5e5e5;
	box-shadow: 0 0 4px 0 #e5e5e5;
}
.top_left:hover span, .top_right:hover span,
.bottom_left:hover span, .bottom_right:hover span {
	display:inline;
}
.main span {
	display: none;
	background-color: #000000;
	padding: 10px;
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2000;
	display: none;
	opacity: 0.75; 
}
.dop_nav {
	/*height: 50px;*/
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
}
.dop_nav>ul>li {
	display: inline-block;
	float:left;
	/*line-height: 50px;*/
}
.dop_nav ul li a {
	display: block;
	height: 100%;
	padding: 16px;
}
.black_back {
	background: #000;
}
.sub_menu {
	display:none;
	position:absolute;
	width: 100%;
	left: 0;
	top:100%;
	z-index: 2;
	margin-top: -1px;
}
.sub_menu li {
	display: block;
	background: #fff;
	border: 1px solid #000;
	border-bottom: none;
}
.sub_menu:last-child {
	border-bottom: 1px solid #000;
}
.sub_menu li a {
	color: #000;
	display: block;
	height: 100%;
	padding: 0 30px;
}
.sub_menu li a:hover {
	text-decoration: underline;
}
.sub_menu .sub_menu {
	display:none;
	position:absolute;
	width: 100%;
	left: 100%;
	top: 0;
/*	margin-top: -1px;*/
	z-index: 2;
}
.open {
	position: relative;
}
.open:hover>.sub_menu {
	display:block;
}
.breadcrumbs {
	line-height: 50px;
	padding-left: 24px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #e71419;
}
/*.content {
	padding-top: 30px;
}*/
.content h1 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.catalog_link {
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.catalog_link a {
	text-decoration: underline;
}
.catalog_link a:hover {
	text-decoration: none;
}
.catalog {
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size: 12px;
	color: #666;
}
.catalog>li {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	padding: 10px;
	background: #fff;
	width: 430px;
	min-height: 350px;
	/*height: 253px;*/
	position: relative;
}
.catalog>li:nth-child(2n+2){
	margin-right: 0;
}
.catalog>li ul {
	margin-left: 20px
}
.catalog>li li {
	list-style: disc;
}
.catalog .image {
	width: 100%;
	height: 200px;
	/*margin-right: 15px;*/
	overflow: hidden;
	background-position: center;
  	background-size: cover;
}
.catalog-header {
	padding: 10px 0 10px 30px;
	font-size: 20px;
}
.catalog-item {
	background: #fff;
	padding:20px 20px 60px 20px;
	position: relative;
}
.catalog-group {
	position: relative;
}
.catalog-group h3 {
	color: #000;
	line-height: 25px;
}
.group-item {
	float: left;
	width: 220px;
	height: 300px;
	text-align: center;
	padding: 12px;
	background-color: #F1F1F1;
	position: relative;
	margin-right: 34px;
	margin-bottom: 15px;
	color: #000;
}
.group-item a {
	color: #000;
	text-decoration: underline;
}
.group-item a:hover {
	text-decoration: none;
}
.group-item p,
.group-item img{
	margin-bottom: 15px;
}
.group-item>p {
	font-size: 11px;
}
.group-item-name,
.group-item-price {
	position: absolute;
	bottom: 10px;
	font-weight: bold;
}
.group-item-name {
	left: 12px;
}
.group-item-price {
	right: 12px;
}
.catalog-item h2 {
	font-size: 20px;
	color: #cc0000;
}
.catalog-item a,
.catalog-item p {
	color: #000;
}
.social-icons {
	text-align: right;
	color: #000;
}
.detail-pic {
	float: left;
	overflow: hidden;
}
.gallery {
	float: left;
	margin-left: 5px;
}
.gallery a img{
	border: 1px solid #000;
}
.text {
	clear:both;
}
.title {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.title a{
	color: #000;	
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;	
}
.title a:hover {
	text-decoration: none;
}
.catalog_on_main ul {
	margin-top: 15px;
	margin-left: 15px;
	list-style: disc;
}
.catalog_on_main ul li {
	height: 15px;
	line-height: 15px;
}
.price {
	position: absolute;
	bottom: 71px;
	left: 200px;
}
.price span {
	font-size: 17px;
}
.item-price {
	position: absolute;
	bottom: 18px; 
	right: 20px;
	color: #000;
	font-size: 17px;
}
.buy {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e9e9e9;
	width: 230px;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	padding: 10px;
}
.buy a{
	display: block;
	background: #e71419 url("../img/basket_main.png") no-repeat 7px;
	border-bottom: 2px solid #a41717;
	padding-left: 45px;
	height: 29px;
	line-height: 29px;
	width: 100px;
	color: #fff;
}
.text p{
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 15px;	
}
.text h2 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #626262;
	margin: 15px 0;
	padding-bottom: 5px;
}
.text ul {
	list-style: disc;
	margin-left: 15px
}
.text ul li{
	line-height: 18px;
}
footer {
	margin-top: 40px;
	margin-bottom: 40px;
	position:absolute;
	bottom: 0;
	width: 100%;
}
footer a {
	margin-left: 40px;
	text-decoration: underline;
}
/* ============================== */
.left {
    float: left;
}
.right {
    float: right;
}
.main_menu {
	
}
table {
	margin: 10px 0;
}
td {
	color: #000;
	padding: 5px;
}
b {
	font-weight: bold;
}
#forget_form {
	display: none;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
input.error {
	background-color: #F58A8A;
} 
label.error,
p.error {
	color: #F58A8A !important;
}
.cart_table {
	width: 100%;
	color: #000;
	text-align: center;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.cart_table th {
	border: 1px solid #ccc;
	padding: 10px;
	background: #c0c0c0;
}
.cart_table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.del_order_piece {
	cursor: pointer;
}
#summary {
	font-weight: bold;
}
.success {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #44D811;
	background-color: #B1FFBB;
}
.pagination {
	text-align: center;
	overflow: hidden;
}
.pagination ul {
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.pagination li {
	float:left;
	padding: 10px;
	border-right: 1px solid #ccc;
}
.pagination li:last-child {
	border-right: none;
}
.pagination a {
	color: #000;
}
.active a {
	color: #e71419;
	font-weight: bold;
}
.cat_list {
	height: 50px;
}
.prod_list {
	list-style: circle;
	margin-left: 50px;
}
hr {
	clear: both;
}
#spec_input {
	display: none;
	width: 400px;
}
.yashare-auto-init {
	display: inline;
}
.b-share {
	margin-top: -12px;
}