@import url("/fonts/fonts.css");

html,body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,button,textarea,p,blockquote {
	margin: 0;
	padding: 0;
	outline:none;
}
ol{
	margin: 0;
	padding: 0 0 0 20px;
}
img {
	border: 0;
}

address,caption,cite,code,dfn,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

sup{
	line-height: 0;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #749510;
	outline:none;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

q:before,q:after {
	content: '';
}

acronym {
	border: 0;
	font-variant: normal;
}

fieldset{
	border: 1px solid #d8d8d8;
	padding: 10px;
	background: #f8f8f8;
}
fieldset legend{
	padding: 3px 10px;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
}

blockquote{
	font-size: 14px;
	font-style: italic;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	font-size:0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@font-face {
	font-family: Helvetica;
	src: url(/fonts/HelveticaNeueCyr-Light.otf);
}
@font-face {
	font-family: PoiretOne;
	src: url(/fonts/PoiretOne.ttf);
}

html{
	overflow-y: scroll;
}
html, body{
	margin: 0;
	padding: 0;
	direction: ltr;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-overflow: clip;
	background: #efeff0;
}

h1, h2, h3, .h1{
	margin: 0 0 10px 0;
}
h1, .h1{
	padding: 0 0 0 0;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
}
h2, h2 a{
	font-size: 16px;
	padding: 16px 0 0 0;
}
h3{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}
h4, h4 a{
	font-weight: bold;
	color: #ECA72E;
	text-decoration: none;
	margin: 0 0 5px 0;
}
hr{
	height: 0;
	background: none;
	border: 0;
	border-top: 1px solid #e4e5e6;
	border-bottom: 1px solid #ffffff;
}

.p_wrapper {
	width: 960px;
	margin: 0 auto;
}

.p_header{
	background: #f4f4f6 url(images/bg_header.jpg) 50% 0;
	border-bottom: 1px solid #ffffff;
}
.p_header hr{
	border-top: 1px solid #cdcdcd;
}
.p_header_title{
	padding: 0 0 0 10px;
}
.p_header_title,
.p_header_title h1{
	font-size: 14px;
	color: #000000;
	text-transform: none;
}
.p_header_block1{
	padding: 20px 0 27px 0;
	height: 18px;
}
.p_header_block2{
	padding: 0 0 0 0;
}
.p_header_block2 .p_wrapper{
	position: relative;
}
.p_header_account{
	float: right;
}
.p_header_account ul{
	list-style: none;
}
.p_header_account ul li{
	float: left;
	margin: 0 0 0 10px;
}
.p_header_account ul li input{
	width: 100px;
	height: 30px !important;
	min-height: 30px !important;
	line-height: 30px !important;
	box-sizing: border-box;
	padding: 0 10px !important;
}
.p_header_account ul li{
	line-height: 30px !important;
}
.p_header_account ul li a{
	text-decoration: none;
}

.p_header_logo{
	display: block;
	width: 450px;
	height: 100px;
}

.p_header_phone{
	position: absolute;
	left: 460px;
	top: 45px;
}
.p_header_phone>i{
	position: absolute;
	top: 2px; left: -25px;
	font-size: 20px;
}
.p_header_phone .phone{
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #000000;
}
.p_header_phone .phone .code{
	color: #739312;
}
.p_header_phone .phone .text{
	font-size: 12px;
	color: #484848;
}

.p_header_sets{
	position: absolute;
	right: 0; top: 0;
	z-index: 30;
}
.p_header_button, a.p_header_button{
	/*position: absolute;
	left: 680px;
	top: 0px;*/
	float: left;
	padding: 8px 20px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background: #98bb2b;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff98bb2b,EndColorStr=#ff7e9b24);
	background-image: -moz-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -ms-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -o-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,	#98bb2b),color-stop(100%,	#7e9b24));
	background-image: -webkit-linear-gradient(top, #98bb2b 0, #7e9b24 100%);
	background-image: linear-gradient(to bottom, #98bb2b 0, #7e9b24 100%);
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-bottom-right-border-radius: 10px;
	-khtml-bottom-left-border-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	behavior: url(pie.htc);
	
	cursor: pointer;
}
a.p_header_button:hover{
	color: #ffffff;
}

.p_header_menu_wrap{
	position: relative;
	width: 960px;
	z-index: 100;
	margin: 0 auto;
	background: url(images/bg_header_menu.png) repeat-x;
}
.p_header_menu_wrap.full{
	width: 100%;
}
.p_header_menu>ul{
	width: 960px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.p_header_menu>ul>li{
	position: relative;
	float: left;
	height: 38px;
}
.p_header_menu>ul>li>a{
	display: block;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.p_header_menu>ul>li>ul{
	display: none;
	position: absolute;
	left:0; top: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #666;
	z-index: 10;
}
.p_header_menu>ul>li>ul>li{
	display: block;
	white-space: nowrap;
}
.p_header_menu>ul>li>ul.cols_2{
	width: 400px;
}
.p_header_menu>ul>li>ul.cols_2>li{
	display: inline-block;
	width: 50%;
	white-space: normal;
	vertical-align: top;
}
.p_header_menu>ul>li>ul.cols_3{
	width: 600px;
}
.p_header_menu>ul>li>ul.cols_3>li{
	display: inline-block;
	width: 33.33333%;
	white-space: normal;
	vertical-align: top;
}
.p_header_menu>ul>li>ul>li>a{
	display: block;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	text-transform: uppercase;
	z-index: 1000;
	text-decoration: none;
}
.p_header_menu>ul>li:hover{
	background: #9fc42d;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff9fc42d,EndColorStr=#ff7e9b24);
	background-image: -moz-linear-gradient(top,	#9fc42d 0,	#7e9b24 100%);
	background-image: -ms-linear-gradient(top,	#9fc42d 0,	#7e9b24 100%);
	background-image: -o-linear-gradient(top,	#9fc42d 0,	#7e9b24 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,	#9fc42d),color-stop(100%,	#7e9b24));
	background-image: -webkit-linear-gradient(top, #9fc42d 0, #7e9b24 100%);
	background-image: linear-gradient(to bottom, #9fc42d 0, #7e9b24 100%);
}
.p_header_menu>ul>li:hover>ul{
	display: block;
}
.p_header_menu>ul>li>ul>li>ul{
	display: none;
}

.p_header_menu>ul>li.norel{
	position: static;
}
.p_header_menu>ul>li>ul.full{
	position: absolute; z-index: 101;
	top: 38px; left: 0; right: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 10px 0 0 0;
}
.p_header_menu>ul>li>ul.full>li{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	margin-bottom: 20px;
	white-space: normal;
}
.p_header_menu>ul>li>ul.full>li + li{
	margin-left: -5px;
}
.p_header_menu>ul>li>ul.full>li>a{
	text-decoration: none;
	font-weight: bold;
}
.p_header_menu>ul>li>ul.full>li>ul{
	display: block;
}
.p_header_menu>ul>li>ul.full>li>ul li{
	padding: 0 0 0 20px;
	list-style: none;
}
.p_header_menu>ul>li>ul.full>li>ul li a{
	text-decoration: none;
}


.p_header_image{
	position: relative;
}
.p_header_slogan{
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	font-family: georgie;
	font-size: 16px;
	line-height: 30px;
	
	padding: 3px 15px 3px 15px;
	
	background: #000000 url(images/bg_header_menu.png) repeat-x;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}

.p_header_edit{
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 40px;
	width: 43px;
	cursor: pointer;

	background: rgba(0,0,0,0.3) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAYAAACuLnWgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANVJREFUeNpi+P//PwMQJwDxSShOgIpRDYOIuv+YoI6aljACiecMDAwSDKjgBRBLMlAJMAHxXyzif4nU7w3F+AHQJ9VYgquaiGCoQFJfQShOYPHyHIqJiQ85LA6TI2QJqXgCFksmUNOSqP+4QRSplsRCMbr4YTyWHCbFki4kjb1I4i3/CYMWYizJwaIRJGbwn3hgjM8SMzwaZ5JgyRx8lsz/Tz2Qhs2Srv/UB/zIluT8pw3oghWQZsDS5SQD7YAPqIDMZKAtyARZMh2IF9DIgq0g8wECDACdwW7GQ8RmYQAAAABJRU5ErkJggg==") no-repeat 10px 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.p_header_edit:hover{
	background-color: rgba(0,0,0,1);
}

.p_header_social{
	display: inline-block;
	height: 35px;
	z-index: 1;
}
.p_header_social a:hover,
.p_header_social a{
	display: inline-block;
	margin: 0 0 0 10px;
	z-index: 1;
	color: #749510;
	width: 30px; height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	padding: 0 0 0 1px;
	box-sizing: border-box;
}
.p_header_social a i{
	font-size: 16px;
	line-height: 30px;
}

.p_header_right{
	position: absolute;
	top: 45px; right: 0;
}


.p_center{
	padding: 20px 0 20px 0;
}
.p_center_shadow{
	margin: 0 -30px;
	padding: 20px 0 20px 0;
	-moz-box-shadow: inset 0 0 20px #555;
	-webkit-box-shadow: inset 0 0 20px #555;
	box-shadow: inset 0 0 20px #555;
	min-height: 600px;
}
.p_center_left{
	float: left;
	width: 210px;
}
.p_center_left_block{
	margin: 0 0 20px 0;
	background: #ffffff;
	padding: 2px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.p_center_left_order{
	margin: 0 0 20px 0;
	padding: 2px 2px 0px 2px;
}
.p_center_left_order .text{
	min-height: 50px;
	margin: 20px;
	padding: 0 0 0 75px;
	background: url(images/reg_image.png) no-repeat 10px 0;
	font-weight: bold;
}
.p_center_left_block .block_title, .p_center_left_order .block_title{
	display: block;
	
	text-transform: uppercase;
	color: #718a20;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	margin: -2px -2px 10px -2px; 
	
	border: 2px solid #ffffff;
	background: #f0f0f0;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe0e0e1);
	background-image: -moz-linear-gradient(top,	#f0f0f0 0,	#e0e0e1 100%);
	background-image: -ms-linear-gradient(top,	#f0f0f0 0,	#e0e0e1 100%);
	background-image: -o-linear-gradient(top,	#f0f0f0 0,	#e0e0e1 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,	#f0f0f0),color-stop(100%,	#e0e0e1));
	background-image: -webkit-linear-gradient(top, #f0f0f0 0, #e0e0e1 100%);
	background-image: linear-gradient(to bottom, #f0f0f0 0, #e0e0e1 100%);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	
	text-decoration: none;
}
.block_mobile_title{
	display: none;
}
.p_center_left_order .button{
	display: block;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	
	background: #98bb2b;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff98bb2b,EndColorStr=#ff7e9b24);
	background-image: -moz-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -ms-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -o-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,	#98bb2b),color-stop(100%,	#7e9b24));
	background-image: -webkit-linear-gradient(top, #98bb2b 0, #7e9b24 100%);
	background-image: linear-gradient(to bottom, #98bb2b 0, #7e9b24 100%);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}

.p_center_right{
	float: right;
	width: 730px;
}
.p_center_left2{
	float: left;
	width: 730px;
}
.p_center_right2{
	float: right;
	width: 210px;
}

.p_footer{
	min-height: 50px;
	background: #7e9b24 url(images/bg_footer.jpg) no-repeat 50% 0;
	padding: 40px 0 20px 0;
}
.p_footer_copyright{
	float: left;
	width: 230px;
	color: #fff;
}
.p_footer_copyright a{
	color: #fff;
}
.p_footer_menu{
	margin: 0 0 0 250px;
	color: #fff;
}
.p_footer_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.p_footer_menu ul li{
	float: left;
	margin: 0 20px 0 0;
	color: #000000;
	font-weight: bold;
}
.p_footer_menu ul li:last-child{
	margin: 0;
}

.p_footer_menu>ul>li>a{
	text-transform: uppercase;
}
.p_footer_menu ul li a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.p_footer_menu ul li ul li{
	float: none;
	font-weight: normal;
}
.p_footer_menu ul li ul li a{
	float: none;
	font-weight: normal;
}


.p_news{
	margin: 0 0 10px 0;
}
.p_news_image{
	float: left;
	width: 75px;
	height: 75px;
}
.p_news_image img{
	max-width: 75px;
	max-height: 75px;
}
.p_news_body{
	margin: 0 0 0 85px;
}
.p_news_body .date{
	color: #bbb8b8;
}
.p_news_title{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.p_news_more{
	float: right;
}
.p_news_body img{
	max-width: 645px;
}

ul.p_menu_vertical{
	padding: 10px;
	margin: 0;
	list-style: none;
}
ul.p_menu_vertical li{
	margin-bottom: 5px;
}
ul.p_menu_vertical li a{
	display: block;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
}
ul.p_menu_vertical li.active a, ul.p_menu_vertical li:hover a{
	background: #98bb2b;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	behavior: url(pie.htc);
}
ul.p_menu_vertical li.divider{
	position: relative;
	height: 1px;
	border-bottom: 1px dashed #DDD;
	margin: 20px -10px 20px -10px;
}
ul.p_menu_vertical li.divider .title{
	position: absolute;
	top: -8px;
	left: 20%;
	right: 20%;
	text-align: center;
	background: #ddd;
	color: #585858;
	padding: 2px 0;
}

.p_menu_top_right{
	float: right;
	list-style: none;
	margin: -32px 0 0 0;
	padding: 0;
}
.p_menu_top{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 16px;
	z-index: 50;
}
.p_menu_top_right li{
	float: left;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.p_menu_top li{
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
	line-height: 18px;
	position: relative;
}
.p_menu_top_right li a{
	color: #749510;
}
.p_menu_top li a{
	color: #000000;
}
.p_menu_top_right li.active a{
	color: #749510;
	text-decoration: underline;
}
.p_menu_top_right li a:hover{
	color: #749510;
	
}
.p_menu_top li.active a, .p_menu_top li a:hover{
	color: #749510;
	text-decoration: underline;
}
.p_menu_top li.right{
	padding: 0 0 0 15px;
}

.p_menu_top li ul{
	z-index: 51;
	display: none;
	padding: 10px 10px 5px 10px;
	margin: 0;
	position: absolute;
	left: 0; top: 16px;
	background: #98bb2b;
}
.p_menu_top li ul li{
	list-style: none;
	color: #fff;
	margin: 0 0 5px 0;
}
.p_menu_top li ul li a, .p_menu_top li ul li a:hover, .p_menu_top li.active ul li a{
	color: #fff;
	white-space: nowrap; 
}
.p_menu_top li:hover ul{
	display: block;
}

ul.search_counts{
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.search_counts li{
	display: block;
	float: left;
	width: 250px;
	padding: 0 0 5px 0;
	color: #999;
}

.p_item{
	
}

.p_item_min_drag{
	background: #ECEFF4;
	margin: 0 0 11px 0;
}
.p_item_min{
	width: 730px;
	list-style: none;
	border-bottom: 1px dashed #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.p_item_min .title{
	display: inline-block;
	max-width: 630px;
	line-height: 22px;
}
.p_item_min .pagescat{
	margin: 10px 0 0 0;
	padding: 10px;
	min-height: 10px;
	border: 1px solid #fff;
}
.p_item_min .pagescat .p_item_min{
	width: 645px;
}
.p_item_min.drag{
	width: 715px;
	border-left: 10px solid #fff;
	padding-left: 5px;
	cursor: move;
}
.p_item_min.drag .pagescat .p_item_min.drag{
	width: 635px;
}




.p_social_links{
	
}
.p_social_links .title{
	display: block;
	line-height: 20px;
}
.p_social_links a,
.p_social_links a:hover{
	display: inline-block;
	-width: 58px;
	-height: 58px;
	margin: 10px 0 0 20px;
	color: #E4E5E6;
}
.p_social_links a.vk{
	-background-image: url(/images/social/ic_vk_big.png);
}
.p_social_links a.fb{
	-background-image: url(/images/social/ic_fb_big.png);
}
.p_social_links a.tw{
	-background-image: url(/images/social/ic_tw_big.png);
}
.p_social_links a.mm{
	-background-image: url(/images/social/ic_mail_big.png);
}
.p_social_links a.ok{
	-background-image: url(/images/social/ic_od_big.png);
}
.p_social_links a.lj{
	-background-image: url(/images/social/ic_lj_big.png);
}
.p_social_links a.gg{
	-background-image: url(/images/social/ic_gl_big.png);
}
.p_social_links a.tg{
	-background-image: url(/images/social/ic_telegram.png);
}


.p_photos{
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px 0 0 5px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.p_wrap .p_photos{
	margin-left: -10px;
	margin-right: -10px;
}
.p_photos .photo{
	float: left;
	width: 107px;
	height: 80px;
	/*background: #000000;*/
	margin: 0 5px 5px 0;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}
.p_photos .photo img{
	max-width: 107px;
}
.p_wrap ul, .p_news_text ul{
	list-style-position: inside;
}


.p_menu_left{
	margin: 0;
	padding: 0;
	list-style: none;
}
.p_menu_left li a{
	display: block;
	padding: 5px 10px;
	color: #000000;
}
.p_menu_left li ul{
	list-style: none;
	margin: 0;
}
.p_menu_left li ul li a{
	display: block;
	padding: 2px 10px;
	margin: 0 0 0 10px;
	color: #999;
}
.p_menu_left li.active>a{
	font-weight: bold;
}

.p_item_cart_total{
	text-align: right;
	padding: 5px;
}
.p_item_cart_total span{
	font-weight: bold;
}
.p_item_cart{
	padding: 5px 0 5px 6px;
	border-bottom: 1px solid #eee;
}
.p_item_cart .title{
	float: left;
	width: 190px;
}
.p_item_cart .shop_backet_block_input_count{
	width: 30px;
	text-align: center;
}
.p_item_cart .price{
	float: left;
	width: 80px;
}
.p_item_cart .del{
	float: right;
	width: 10px;
	height: 10px;
	color: #749510;
	cursor: pointer;
	font-size: 14px;
}
.p_item_cart .box_msg_delete{
	display: none;
	background: #eee;
	padding: 5px;
	margin: 5px 5px 0 0;
}
.p_item_cart .info span{
	display: block;
	margin: -20px 0 0 40px;
}
.brn_order_cart{
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.p_photos_list{
	margin: 15px 0 0 0;
	width: 472px;
}
.p_photo_min{
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	border: 0;
	width: 107px;
	height: 80px;
	/*background: #000000;*/
	text-align: center;
}
.p_photo_min.draged{
	cursor: move;
}
.p_photo_min .delete{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	background: black url("data:image/gif;base64,R0lGODlhDgAOAIABAP///////yH5BAEAAAEALAAAAAAOAA4AAAIZjI+pyx2AoALUUJnubdp1plWTuE2Rg6ZqAQA7") no-repeat;
	cursor: pointer;
	width: 14px;
	height: 14px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.p_photo_min.hover .delete, .p_photo_min:hover .delete{
	display: block;
}
.p_photo_min .delete:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.need_pay_site{
	margin: 0 0 20px 0;
	background-color: #ffabab;
	border: 1px solid #ff0000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.need_pay_site a, .need_pay_site a:hover{
	color: #000000;
}

.p_pages{
	margin: 20px 0 20px 0;
	text-align: center;
	height: 20px;
}
.p_pages ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 14px;
}
.p_pages ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	color: #AAAAAA;
	padding: 2px 5px 4px 5px;
}
.p_pages ul li.active{
	background: #EFEFEF;
	padding: 2px 5px 4px 5px;
}
.p_photo{
	float: left;
	margin: 0 10px 10px 0;
}

.p_preset_news_wrap{
	position: fixed;
	left: 0; right: 0;
	top: 0;
	background: #333333;
	color: #fff;
}
.p_preset_news{
	margin: 0 auto;
	width: 960px;
	padding: 10px;
}
.p_preset_news .buttons{
	float: right;
}



.p_sliders{
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 0;
}
.p_sliders.full{
	width: 100%;
}
.p_sliders .slider_image{
	position: relative;
	display: none;
	overflow: hidden;
}
.p_sliders .slider_image img{
	
}
.p_sliders .slider_image.active{
	display: block;
}
.p_sliders .slider_image_left{
	position: absolute;
	left: 0; top: 0; bottom: 0;
	right: 50%;
}
.p_sliders .slider_image_right{
	position: absolute;
	left: 50%; top: 0; bottom: 0;
	right: 0;
}
.p_sliders .slider_panel{
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	background: #c1c1c1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	height: 70px;
}
.p_sliders .slider_texts{
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	height: 70px;
}
.p_sliders .slider_text{
	display: none;
	padding: 10px 0 0 0;
	font-size: 18px;
}
.p_sliders .slider_text.active{
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.p_sliders .slider_buttons{
	position: absolute;
	left: 50%;
	bottom: 10px;
}
.p_sliders .slider_button{
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background: #FFF;
	margin: 0 15px 0 0;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-icab-border-radius: 15px;
	border-radius: 15px;
	behavior: url(pie.htc);
	cursor: pointer;
}
.p_sliders .slider_button.active{
	background: #749510;
}
/*
.support_border:hover{
	border-left: 10px solid #749510;
}*/
#google_translate_element{
	float: left;
	margin: 0 0 0 10px;
}
.goog-te-gadget-simple{
	background: #efeff0 !important;
}
.goog-te-gadget-simple a{
	text-decoration: none;
}
.p_flags{
	float: left;
	margin: 0 0 0 10px;
	width: 32px;
	height: 24px;
	z-index: 30;
}
.p_flags ul{
	display: none;
	list-style: none;
	margin: 24px 0 0 0;
}
.p_flags.hover ul{
	display: block;
}
.p_flags ul li{
	display: block;
	width: 32px;
	height: 24px;
	cursor: pointer;
	z-index: 30;
}
.p_flag_ru{
	--background: url(images/flag_ru.png) 0 -4px;
}
.p_flag_en{
	--background: url(images/flag_en.png) 0 -4px;
}
.p_flag_pt{
	--background: url(images/flag_pt.png) 0 -4px;
}
.p_flag_es{
	--background: url(images/flag_es.png) 0 -4px;
}
.form_preloader{
	display: none;
	float: left;
	width: 20px;
	height: 20px;
	margin: 4px 20px 0 0;
	background: url(images/download.gif) 0 0 no-repeat;
}
.form_preloader2{
	display: none;
	width: 20px;
	height: 20px;
	margin: 0 0 0 20px;
	background: url(images/download.gif) 0 0 no-repeat;
}

.p_item_blog{
	padding: 0;
	margin: 0 0 20px 0;
}
.p_item_blog .image{
	width: 230px;
	height: 180px;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.p_item_blog .image img{
	margin-left: -65px;
}
.p_item_blog .title{
	display: inline-block;
	text-decoration: none;
	color: #000000;
	margin: 0 0 10px 0;
	font-family: Helvetica;
	font-size: 28px;
	line-height: 30px;
}
.p_item_blog .desc{
	font-family: Helvetica;
	font-size: 18px;
	line-height: 180%;
	margin: 0 0 10px 0;
}
.p_item_blog .date{
	text-transform: uppercase;
	opacity: 0.5;
}
.p_item_blog.totop .image2{
	border-radius: 5px;
}
.p_item_blog.totop .info{
	margin: -5px 0 0 0;
	padding: 0 20px 20px 20px;
	border-radius: 5px;
	background: #ffffff;
}
.p_item_blog .info .title{
	margin: 15px 0 10px 0;
}

.blog_header_image{
	border-radius: 5px;
}
.blog_header_info{
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 20px 20px 20px;
	margin: -5px 0 36px 0;
}
a.p_blog_nophoto{
	display: table-cell;
	background: #ffffff;
	border-radius: 5px;
	height: 180px;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #efeff0;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
}
a.p_blog_nophoto span{
	font-size: 20px;
}

.p_blog_item{
	background: #ffffff;
	border-radius: 5px;
	margin: 0 0 40px 0;
	padding: 30px 0 0 0;
}
.p_blog_item .tags a{
	text-decoration: none;
}
.p_blog_item .title{
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	color: #797979;
	margin: 0 0 10px 0;
}
.p_blog_item .title a{
	text-decoration: none;
}
.p_blog_item .date{
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 30px 0;
}
.p_blog_item .image{
	margin: 0 0 50px 0;
}
.p_blog_item .desc{
	padding: 0 90px;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 100;
	text-align: justify;
	margin: 0 0 35px 0;
}
.p_blog_item .tags{
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.p_blog_item .hr{
	border-bottom: 1px solid #e9e9e9;
	margin: 0 90px 0 90px;
}
.p_blog_item .totop{
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 20px 0;
}
.p_blog_item .social{
	margin: 0 90px 0 90px;
	padding: 25px 0;
	text-align: center;
}
.p_blog_item .social a{
	display: inline-block;
	margin: 0 5px 0 5px;
}
.p_blog_image_size_1{ width: 216px; }
.p_blog_image_size_1 img{ width: 216px; }
.p_blog_image_size_2{ width: 468px; }
.p_blog_image_size_2 img{ width: 468px; }
.p_blog_image_size_3{ width: 720px; }
.p_blog_image_size_3 img{ width: 720px; }

.blog_image_size_1:hover,
.blog_image_size_2:hover,
.blog_image_size_3:hover{
	box-shadow: 0px 0px 70px -20px rgba(0,0,0,0.3);
}

input.site_edit{
	position: absolute; z-index: 1000;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	line-height: 1 !important;
	border: 1px solid #000000 !important;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	background: #ffffff !important;
	color: #000000 !important;
}


.ui-data{
	display: block;
	margin: 0 0 5px 0;
}
.ui-data li{
	display: inline-block;
}
.ui-data li + li{
	margin-left: 5px;
}
.ui-data li.value{
	font-weight: bold;
}



.sticky{
	position: fixed; z-index: 200;
	left: 0; top: 0; right: 0;
}

.warning2{
	display: block;
	text-align: center;
	padding: 30px 0;
	width: 950px;
	margin: 30px auto !important;
}



/*********** CART FAST ***************/
.p_store_cart_fast{
	display: inline-block;
	vertical-align: top;
	height: 35px;
	z-index: 1;
	margin: 0 0 0 20px;
}
.p_store_cart_fast .link{
	display: block;
	width: 30px; height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.p_store_cart_fast .link i{
	font-size: 14px;
	line-height: 30px;
}
.p_store_cart_fast .store_cart_count{
	position: absolute;
	top: -5px; right: -5px;
	height: 20px; min-width: 20px;
	background: #bde61c;
	border-radius: 50%;
	line-height: 20px; 
	font-size: 12px;
	font-weight: bold;
}
.p_store_cart_fast .info{
	position: absolute; z-index: 1000;
	top: 30px; right: 0;
	display: none;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	color: #000000;
}
.p_store_cart_fast:hover .info{
	display: block;
}
.p_store_cart_fast .info .panel{
	padding: 15px 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.p_store_cart_fast .info .list{
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
.p_store_cart_fast .info .list .item{
	padding: 15px 30px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.p_store_cart_fast .info .list .item:last-child{
	border-bottom: 0;
}
.p_store_cart_fast .info .list .item .image{
	width: 60px;
	margin: 0 10px 0 0;
	border: 1px solid rgba(0,0,0,0.2);
}
.p_store_cart_fast .info .list .item .title{
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
.p_store_cart_fast .info .list .item .title a{
	text-decoration: none;
}
.p_store_cart_fast .info .list .item .price{
	font-size: 14px;
	font-weight: bold;
}
.p_store_cart_fast .info .list .item .summ{
	margin: 0 0 5px 0;
}
.p_store_cart_fast .info .list .item .summ .count{
	font-size: 14px;
}
.p_store_cart_fast .info .list .item .summ .price{
	font-size: 16px;
	font-weight: bold;
}
.p_store_cart_fast .info .list .item .params{
	margin: 0 0 5px 0;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}
.p_store_cart_fast .info .list .item .delete{
	margin: 0 0 0 10px;
	font-size: 28px;
	height: 30px; width: 30px;
	line-height: 28px; text-align: center;
	color: rgba(0,0,0,0.2);
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.2);
}
.p_store_cart_fast .info .list .item .delete:hover{
	color: #ff0000;
	border-color: #ff0000;
}

.p_store_cart_fast .info .ibtn{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
}
.p_store_cart_fast .info .ibtn.dark{
	background: #000000;
	color: #fff;
}

.form_padding_bottom{ padding-bottom: 30px; }


