@font-face {
    font-family: 'PFDinTextCompPro-Medium';
    src: url('/templates/pack/fonts/PFDinTextCompPro-Medium.eot');
    src: url('/templates/pack/fonts/PFDinTextCompPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('/templates/pack/fonts/PFDinTextCompPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompPro-Regular';
    src: url('/templates/pack/fonts/PFDinTextCompPro-Regular.eot');
    src: url('/templates/pack/fonts/PFDinTextCompPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('/templates/pack/fonts/PFDinTextCompPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompPro-Light';
    src: url('/templates/pack/fonts/PFDinTextCompPro-Light.eot');
    src: url('/templates/pack/fonts/PFDinTextCompPro-Light.eot?#iefix') format('embedded-opentype'),
         url('/templates/pack/fonts/PFDinTextCompPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dindisplay_probold';
    src: url('/templates/pack/fonts/pf_dindisplay_probold.eot');
    src: url('/templates/pack/fonts/pf_dindisplay_probold.eot?#iefix') format('embedded-opentype'),
         url('/templates/pack/fonts/pf_dindisplay_probold.woff') format('woff'),
         url('/templates/pack/fonts/pf_dindisplay_probold.ttf') format('truetype'),
         url('/templates/pack/fonts/pf_dindisplay_probold.svg#pf_dindisplay_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --------------- reset.css --------------- */
#abzac
{
font-size:18px;
font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
color:#000000;
margin-bottom: 10px;
padding-bottom: 40px;
}
div.field {
font-size:18px;
font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
color:#000000;
}
div.caption {
font-size:24px;
font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
color:#000000;
}

#announce
{
font-size:18px;
font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
}

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 {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-spacing: 0;
}
td, td img {
	vertical-align: top;
}
input, select, button, textarea {
	margin: 0;
	font-size: 100%;
}
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 {
	background: #fff url("/templates/pack/images/main-bg.jpg") 0 0;
}

body {
	line-height: 1;
	color: #393939;
	text-align: left;
	font: 12px Calibri, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	border-top: 0px solid #3d3d3d;

	/*background: url("/templates/pack/images/background.png") no-repeat 50% 0;*/
}
input, select, button, textarea {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin: 0px;
}
input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
input.required {
margin: 0px 0px 8px 0px;
}

textarea {
	resize: none;
}


/* --------------- /??????? ????????? ---------*/

button::-moz-focus-inner {
	padding: 0px;
	border-width: 0px;
}

h1, .h1 {
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	margin: 0px 0px 15px 0px;
	font-size: 36px;
	line-height: 36px;
}

h2, .h2 {
	margin: 0px 0px 10px 0px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
}

h3, .h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 22px;
}

h4 {

}

img {
	border: 0;
}

* {
	outline: none;
}

a {text-decoration: none; color: #393939;}

a:hover {text-decoration: underline;}
:focus        {outline:0;}

.main {
	width: 100%;
	max-width: 1024px;
	position:relative;
	overflow: hidden;
}

.wrapper {
	width: 1150px;
	margin: 0 auto;
	padding: 0px 12px;
}

#header {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
/*
.header_top [class*='col-']{
	padding: 0 !important;
}
*/

.header_top, .header_nav {
	background: #3d3d3d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d3d3d), to(#101010));
	background: -webkit-linear-gradient(#3d3d3d, #101010);
	background: -moz-linear-gradient(#3d3d3d, #101010);
	background: -ms-linear-gradient(#3d3d3d, #101010);
	background: -o-linear-gradient(#3d3d3d, #101010);
	background: linear-gradient(#3d3d3d, #101010);
	-pie-background: linear-gradient(#3d3d3d, #101010);
}
.header_nav {
	padding: 10px 10px 10px 0px;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
@media (max-width: 991px){
	.header_nav {
		background: transparent;
	}
}
@media (min-width: 992px){
	.header_top {
		background: transparent;
	}
}

#menu-toggle *, #menu-toggle {
  transition: .2s ease-in-out;
  box-sizing: border-box;
}
#menu-toggle span {
  display: block;
  background: #fff;
  border-radius: 2px;
}
#menu-toggle {
  width: 38px;
  height: 38px;
  position: relative;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
#menu-toggle:hover {
  background: rgba(255, 255, 255, 0.4);
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 20px;
  height: 3px;
  position: relative;
  top: 4px;
  left: 10px;
  margin: 5px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .15s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .2s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -4px;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 8px;
  left: 20px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 8px;
  top: 20px;
  transition-delay: .2s;
}
#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .1s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .15s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 73%;
  transition-delay: .2s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 73%;
  transition-delay: .1s;
}

#nav {
	padding-top: 20px;
	display: none;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'pf_dindisplay_probold', Arial, sans-serif;
	letter-spacing: 1px;
}

@media (min-width: 992px){
	#menu-toggle {
		display: none;
	}
	#nav {
		padding-top: 8px;
		display: block;
	}
	#nav ul li {
		display: inline-block;
		padding: 0px 10px 0px 19px;
		background: url("/templates/pack/images/nav-divider.png") no-repeat 0 50%;
	}
	#nav ul li:first-child {
		background: none;
	}
}
#nav ul li a {
	color: #fff;
}
#nav ul li a:hover, #nav ul li a.active {
	color: #84aa30;
	text-decoration: none;
}

.logo {
	margin-top: 35px;
	display: inline-block;
	max-width: 250px;
	text-align: center;
}
.logo img{
	max-width: 100%;
}
@media (max-width: 480px){
	.logo{
		max-width: 180px;
	}
}
@media (min-width: 640px){
	.logo{
		max-width: 190px;
	}
}
@media (min-width: 768px){
	.logo{
		max-width: 235px;
	}
}
@media (min-width: 1024px){
	.logo{
		max-width: 270px;
	}
}
@media (min-width: 1200px){
	.logo{
		max-width: 100%;
	}
}
.pd0 {
	padding-left: 0 !important;
}


.search_form {
	width: 100%;
	height: 29px;
	background: #e6e6e6;
	border-top: 1px solid #000;
	border-radius: 6px;
	position: relative;
}
.search_form input[type="text"]{
	width: 100%;
	margin-left: 5px;
	padding: 5px;
	background: none;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	border-width: 0px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
@media (min-width: 480px){
	.search_form {
		background: #e6e6e6 url("/templates/pack/images/search-icon.png") no-repeat 8px 8px;
	}
	.search_form input[type="text"]{
		margin-left: 25px;
	}
}
.search_form button{
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 25px;
	background: url("/templates/pack/images/search-submit.png") no-repeat 0 0;
	margin: 2px 3px 0px 0px;
	padding: 0px 0px 0px 7px;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	border-width: 0px;
	color: #fff;
	font-size: 16px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
@media (min-width: 575px){
	.search_form button{
		width: 124px;
	}
}
@media (min-width: 1024px){
	.search_form button{
		width: 80px;
	}
}
@media (min-width: 1200px){
	.search_form button{
		width: 124px;
	}
}

.phone_number {
	width: 100%;
	height: 80px;
	margin-top: 20px;
}

@media (min-width: 640px){
	.phone_number {
		width: 300px;
		float: right;
		margin: 40px 0px 0px 0;
	}
}
.phone_number ul {
	list-style: none;
	width: 225px;
	float: right;
	height: 80px;
}
.phone_number ul li {
	display: none;
	background: none !important;
	width: 210px;
	height: 80px;
	padding: 0px;
	overflow: hidden;
	text-align: right;
}
.next_num_button {
	float: right;
	width: 64px;
	height: 65px;
	background: url("/templates/pack/images/next-num-button.png") no-repeat 0 0;
	margin-top: 10px;
	background-size: 64px;
}
@media (min-width: 480px){
	.next_num_button {
		width: 74px;
		height: 75px;
		background-size: 74px;
		margin-top: 5px;
	}
}
.phone_region, .skype_name {
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 21px;
	line-height: 26px;
}
.phone_num {
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 32px;
	line-height: 30px;
	margin: 0px 0px 2px 0px;
}

.regLogin {
	position: absolute;
	top: 35px;
	right: 15px;
}

@media (min-width: 640px){
	.regLogin {
		position: relative;
		top: 0px;
		right: 0px;
		display: inline-block;
		margin-top: 50px;
		float: right;
		margin-left: 15px;
	}


}
.regLogin .register {
	display: inline-block;
	width: 55px;
	height: 62px;
	background: url("/templates/pack/images/register.png") no-repeat 0 0;
	margin: 0px 6px 0px 0px;
}
.regLogin .login {
	display: inline-block;
	width: 30px;
	height: 52px;
	background: url("/templates/pack/images/login.png") no-repeat 0 0;
	margin: 0px 6px 0px 0px;
}

#top_nav {
	position: relative;
	margin-top: 30px;
}


#top_nav {
  transition: .2s ease-in-out;
  box-sizing: border-box;
}
@media (max-width: 991px){
	#top_nav.scrolled {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		margin: 0;
		z-index: 999;
		background: rgba(28, 29, 35, .9);
	}
}
#re_top_nav {
	display: inline-block;
	width: 100%;
}
@media (min-width: 992px){
	#top_nav {
		margin-top: 0;
	}
	#re_top_nav {
		display: none;
	}
}

.header_cart {
	min-height: 60px;
	z-index: 1000;
	padding: 10px 48px 0px 10px;
	background: url("/templates/pack/images/header-cart.png") no-repeat 94% 0;
	background-color: rgba(255,255,255,.5);
	max-width: 220px;
	position: absolute;
	top: 0px;
	right: 15px;
	background-size: 26px;
	background-position-y: 14px;
}
#top_nav.scrolled .header_cart{
	top: 0px;
}
.cartTitle {
	padding-right: 15px;
}
#little_cart a > p:last-child{
	display: none;
}
@media (max-width: 400px){
	.header_cart {
		right: 5px;
		max-width: 130px;
		padding: 10px 30px 0px 10px;
	}
	#little_cart > p{
		display: none;
	}
}
@media (min-width: 992px){
	.header_cart {
		position: relative;
		top: 0;
		right: 0;
		float: right;
		position: relative;
		margin-top: 50px;
		min-height: 62px;
		padding: 10px 58px 0px 0px;
		background-color: rgba(255,255,255, 0);
	}
	#little_cart a > p:last-child{
		display: block;
	}
}
@media (min-width: 1024px){
	.header_cart {
		max-width: 180px;
		margin-top: 40px;
		background-size: 35px;
		background-position-y: 10px;
	}
}
@media (min-width: 1200px){
	.header_cart {
		max-width: 225px;
		margin-top: 50px;
		background-size: 40px;
		background-position-y: 0px;
	}
}
.cartTitle{
	font-weight: bold;
}
.header_cart p {
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
}
.header_cart p span {
	font-size: 24px;
	line-height: 24px;
}

.header_social {
	position: absolute;
	right: 0px; top: 158px;
}
.header_social a {
	float: left;
	margin: 0px 0px 0px 3px;
}





.top-slider {
	display: block;
	margin-bottom: 35px;
}
.servs {
	  position: relative !important;
}
@media (max-width: 991px){
	.servs {
		  margin-bottom: 30px;
		  margin-top: 15px;
	}
}
.servs ul {
	list-style: none;
/*
	margin-left: 30%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-30%, -30%);*/
}
.servs ul li {
	float: left;
	width: 50%;
	height: 180px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.servs ul li img {
	border-radius: 5px;
	behavior: url("/pie.htc");
	max-width: 100%;
}
.servs ul li:first-child img{
	vertical-align: top;
}
.serv_title {
	position: absolute;
	left: 0px; bottom: 0px;
	width: 100%;
	padding: 5px;
	display: block;
}
.serv_title span{
	width: 100%;
	padding: 10px;
	background: #b3cb19;
	border-radius: 0 0 5px 5px;
	display: block;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 16px;
}
.serv_title span.yellow {
	background: #edd006;
}
.serv_title span.winered {
	background: #990100;
	color: #fff;
}

@media (min-width: 480px){
	.servs ul li {
		height: 210px;
	}
}

@media (min-width: 640px){
	.servs ul li {
		width: 25%;
		height: 170px;
	}
	.serv_title span{
		font-size: 15px;
	}
}
@media (min-width: 768px){
	.servs ul li {
		height: 180px;
	}
	.serv_title span{
		font-size: 18px;
	}
}
@media (min-width: 992px){
	.servs ul li {
		width: 50%;
		height: 200px;
	}
	.serv_title span{
		font-size: 18px;
	}
}
@media (min-width: 1200px){
	.servs ul li {
		width: 50%;
		height: 210px;
	}
	.serv_title span{
		font-size: 21px;
	}
}

.slider {
	width: 100%;
	height: 415px;
	position: relative;
	overflow: hidden;
		border-radius: 5px;
}
.slider ul {
	list-style: none;
}
.slider ul li {
	width: 100%;
	height: 100%;

}
.slider ul li img {
	width: 100%;
}

.slide_prev {
	display: block;
	position: absolute;
	left: 0px; top: 50%;
	width: 32px;
	height: 26px;
	margin: -13px 0px 0px 0px;
	background: url("/templates/pack/images/slider-arrows.png") no-repeat 0 0;
	z-index: 200;
}

.slide_next {
	display: block;
	position: absolute;
	right: 0px; top: 50%;
	width: 32px;
	height: 26px;
	margin: -13px 0px 0px 0px;
	background: url("/templates/pack/images/slider-arrows.png") no-repeat 100% 0;
	z-index: 200;
}

.slider_bullets {
	position: absolute;
	right: 20px; bottom: 12px;
	z-index: 200;
}

.slider_bullets a {
	float: left;
	width: 21px;
	height: 21px;
	background: url("/templates/pack/images/slider-bullets.png") no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px 0px 0px 2px;
}

.slider_bullets a.activeSlide {
	background-position: 0 100%;
}

.slider_text {
	position: absolute;
	left: 25px; top: 15px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}

.slider_text b {
	display: block;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	text-transform: uppercase;
}

.slider_text span {
	display: block;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #b4c834;
	padding: 0px 0px 0px 0px;
}

.articul * {
	vertical-align: top;
}

.articul {
	position: absolute;
	left: 25px; bottom: 12px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 48px;
	color: brown;
}

.articul  span {
	font-size: 16px;
	line-height: 35px;
}

.left_column {
	float: left;
	width: 200px;
}

.right_column {
	float: right;
	width: 758px;
}

.left_nav {
	display: none;
}
@media (min-width: 992px){
	.left_nav {
		display: block;
	}
}
.left_nav_heading {
	height: 31px;
	position: relative;
	background: url("/templates/pack/images/heading-bg.gif") repeat-x 0 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url("/pie.htc");
	z-index: 100;
}
#top_nav .left_nav_heading{
	background-size: auto 60px;
	height:60px;
	border-radius: 5px;
}
#top_nav.scrolled .left_nav_heading{
	border-radius: 0px;
}
.left_nav_heading > div {
	float: left;
	min-width: 90px;
	height: 47px;
	margin: -4px 0px 0px 15px;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 47px;
	text-align: center;
	font-size: 20px;
	color: #ad7200;
	text-shadow: 0 1px #fef3bb;
	background: url("/templates/pack/images/left-heading.png") no-repeat 0 0;
}
@media (max-width: 480px){
	.left_nav_heading > div{
		margin-left: 10px;
	}
}
.left_nav_heading div span{
	display: none;
}
#top_nav .left_nav_heading div{ 
	background: rgb(255, 215, 3);
	padding-left: 15px;
	padding-right: 35px;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.6);
	box-shadow: 0px 3px 4px rgba(0,0,0,.6);
	position: relative;
}
#top_nav .left_nav_heading div { 
	transition: .2s all;
}

#top_nav .left_nav_heading div:before, #top_nav .left_nav_heading div:after {
  content: '';
  position: absolute;
  top: 48%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#top_nav .left_nav_heading div:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_nav .left_nav_heading div:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top_nav .left_nav_heading div:after {
  right: 12px;
}
#top_nav .left_nav_heading div:before {
  right: 18px;
}
#top_nav .left_nav_heading div:hover{ 
	cursor: pointer;
	color:  black;
}
#top_nav .left_nav_heading div span{
	display: inline-block;
}
@media (max-width: 480px){
	#top_nav .left_nav_heading div span{
		display: none;
	}
}

#re_top_nav.open .left_nav_heading div{
	background: #3d3d3d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d3d3d), to(#101010));
	background: -webkit-linear-gradient(#3d3d3d, #101010);
	background: -moz-linear-gradient(#3d3d3d, #101010);
	background: -ms-linear-gradient(#3d3d3d, #101010);
	background: -o-linear-gradient(#3d3d3d, #101010);
	background: linear-gradient(#3d3d3d, #101010);
	-pie-background: linear-gradient(#3d3d3d, #101010);
	color: #edd006;
	text-shadow: none;
}
#re_top_nav.open .left_nav_heading div:before, #re_top_nav.open .left_nav_heading div:after {
	background: #999;
}
#re_top_nav.open .left_nav_heading div:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#re_top_nav.open .left_nav_heading div:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#re_top_nav.open .left_nav_heading div:after {
  right: 12px;
}
#re_top_nav.open .left_nav_heading div:before {
  right: 18px;
}




.torro div{
	width: 145px;
	margin: -4px 0px 0px 18px;	
	background: url("/templates/pack/images/left-heading-torro.png") no-repeat 0 0;
}
.minipack div{
margin: -4px 0px 0px 0px;
float: left;
padding: 0px 0px 0px 0px;
}

.left_nav {
	margin: 0px 0px 20px 0px;
}



#re_top_nav .left_navigation {
	display: none;
}
#re_top_nav.open .left_navigation {
	margin-bottom:30px;
	display: block;
}

.left_navigation {
	list-style: none;
	background: #fff;
	border-bottom: 4px solid #a7c002;
	position: relative;
	border-radius: 0 0 5px 5px;
	padding: 10px 0px 0px 0px;
	z-index: 50;
}

.left_navigation li {
	border-top: 1px solid #d1d1d1;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 17px;
	line-height: 18px;
}

.left_navigation li:first-child {
	border-top: 0px;
}

.left_navigation li a {
	display: block;
	padding: 6px 10px 6px 18px;
	color: #686868;
}

.left_navigation li a:hover, .left_navigation li a.active {
	text-decoration: none;
	color: #393939;
	background: rgb(244, 244, 244);
}

.news {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 6px 0px;
	background: #efeef4;
	border-radius: 6px;
	box-shadow: 0 0 5px #aba9a9;
	behavior: url("/pie.htc");
}
#re_widgets {
	margin-top: 30px;
}
#widgets .news, #widgets .soc_widget {
	display: none;
}

@media screen and (min-width: 992px) {
	#re_widgets {
		margin: 0 !important;
	}
	#widgets .news, #widgets .soc_widget {
		display: block;
	}

}
.news_heading {
	width: 184px;
	height: 42px;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 20px;
	background: url("/templates/pack/images/news-heading.png") no-repeat 0 0;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 24px;
	color: #ad7200;
	text-transform: uppercase;
	text-shadow: 0 1px #fef3bb;
}

.news ul {
	list-style: none;
}
.news ul li {
	padding: 0px 10px 12px 10px;
}
.news ul li p {
	font-size: 14px;
	color: #555761;
}

.news_date * {
	vertical-align: middle;
}

.news_date {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 5px;
	font-size: 14px;
	color: #fff;
	background: #acc418;
}

.news_date span {
	font-size: 30px;
	font-weight: bold;
}

@media (max-width: 991px) {
	.soc_widget {
		display: inline-block;
		padding-right: 30px;
	}
}
.fb_widget {
	margin: 0px 0px 20px 0px;
}

.tag_cloud {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: 'pf_dindisplay_probold', Arial, sans-serif;
}
.tag_cloud a{
	text-decoration:none;
	color: #5a8cd0;
}
@media screen and (min-width: 1024px) { 
	.right-col {
		padding-left: 30px !important;
	}
}

.product_list {
	zoom: 1;
	margin: 0px 0px 15px 0px;
}

.product_list .p_card {
	width: 100%;
	min-height: 225px;
	padding: 15px;
	margin-bottom: 20px;
	background: #e9e9e9;
	position: relative;
	border-radius: 5px;
	behavior: url("/pie.htc");
}

@media (min-width: 768px) {
	.product_list > .row > div{
		padding: 8px !important;
	}
	.product_list .p_card {
		margin-bottom: 0px;
	}
}
@media (min-width: 1200px) {
	.product_list > .row > div{
		padding: 8px 15px !important;
	}
}
.product_list_image img {
	/*width: 100%;*/
	height: auto;
	margin-bottom: 15px;
}
.product_list_image {
	/*width: 100%;*/
	position: relative !important;
}
		
.product_list_content {
	overflow: hidden;
}

.product_list_name {
	margin: 5px 0px 15px 0px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
}
.product_list_name a:hover{
	text-decoration: none;
}

.product_list_descript {
	margin: 0px 0px 15px 0px;
	color: #696969;
	line-height: 16px;
	height: 64px;
	overflow: hidden;

}

.product_list_price {
	margin: 0px 0px 7px 0px;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	color: #db581a;
	font-size: 30px;
	line-height: 30px;
}
@media (min-width: 380px) {
	.product_list .p_card {
		padding: 7px;
	}
	.product_list_image {
		float: left;
		width: 165px;
		height: 212px;
		margin: 0px 15px 0px 0px;
	}
	.product_list_image img {
		max-width: 165px;
		max-height: 212px;
		margin-bottom: 0;
	}
	.product_list_descript {display: block;}
}

.cart_button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px;
	background: none;
	overflow: visible;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 18px;
	color: #414141;
	text-shadow: 0 1px #feecb9;
	text-transform: uppercase;
}

.cart_button:hover {
	text-decoration: none;
}

.cart_button span * {
	vertical-align: middle;
}

.cart_button span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 36px;
	padding: 2px 12px 0px 7px;
	position: relative;
	background: #ffe745;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffe745), to(#ffb703));
	background: -webkit-linear-gradient(#ffe745, #ffb703);
	background: -moz-linear-gradient(#ffe745, #ffb703);
	background: -ms-linear-gradient(#ffe745, #ffb703);
	background: -o-linear-gradient(#ffe745, #ffb703);
	background: linear-gradient(#ffe745, #ffb703);
	-pie-background: linear-gradient(#ffe745, #ffb703);
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.cart_button:hover span {
	background: #ffb703;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb703), to(#ffe745));
	background: -webkit-linear-gradient(#ffb703, #ffe745);
	background: -moz-linear-gradient(#ffb703, #ffe745);
	background: -ms-linear-gradient(#ffb703, #ffe745);
	background: -o-linear-gradient(#ffb703, #ffe745);
	background: linear-gradient(#ffb703, #ffe745);
	-pie-background: linear-gradient(#ffb703, #ffe745);
	behavior: url("/pie.htc");
}

.cart_button span b {
	font-weight: normal;
	padding-top: 3px;
}

.lil_cart_icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33px;
	height: 32px;
	margin: 0px 8px 0px 0px;
	background: url("/templates/pack/images/lil-cart-icon.png") no-repeat 0 0;
}

.product_icons {
	position: absolute;
	left: -8px; top: 16px;
}

.product_icons div {
	position: relative;
}

.product_icons_text {
	display: none;
	position: absolute !important;
	left: -9px; top: -30px;
	border: 1px solid #4b545c;
	padding: 2px 9px 3px 9px;
	font-size: 10px;
	color: #fff;
	white-space: nowrap;
	background: #5c656d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5c656d), to(#3a444c));
	background: -webkit-linear-gradient(#5c656d, #3a444c);
	background: -moz-linear-gradient(#5c656d, #3a444c);
	background: -ms-linear-gradient(#5c656d, #3a444c);
	background: -o-linear-gradient(#5c656d, #3a444c);
	background: linear-gradient(#5c656d, #3a444c);
	box-shadow: 1px 1px 1px #aeafb1 inset;
	border-radius: 4px;
}

.product_icons_text:after, .product_icons_text_after {
	position: absolute;
	left: 20px; bottom: -8px;
	width: 10px;
	height: 8px;
	background: url("/templates/pack/images/tooltip-tick.png") no-repeat 0 0;
	content: '';
}

.product_icons div:hover .product_icons_text {
	display: block;
}

.product_icons img {
	vertical-align: top;
}

.pack_text table {
	width: 100%;
}

.pack_text td {
	padding: 0px 0px 0px 3%;
	width: 33%;
	font-size: 14px;
	line-height: 18px;
}

.pack_text td:first-child {
	width: 24%;
	padding-left: 0px;
}

.main_col {
	margin: 0px 0px 27px 0px;
	padding: 0px 20px 20px 20px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 0 5px #858484;
	behavior: url("/pie.htc");
	zoom: 1;
}

.breadcrumbs {
	zoom: 1;
	margin: 0px -20px 15px -20px;
	padding: 22px 20px 18px 20px;
	background: #eff9ce;
	position: relative;
	border-bottom: 1px dashed #688c0f;
	border-radius: 6px 6px 0 0;
}

.breadcrumbs ul {
	list-style: none;
	/*margin: 0px 220px 0px 0px;*/
}

.breadcrumbs ul li {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0px 4px 0px 10px;
	background: url("/templates/pack/images/breadrumbs-arrow.png") no-repeat 0 50%;
	color: #486300;
}

.breadcrumbs ul li:first-child {
	padding-left: 0px;
	background: none;
}

.breadcrumbs ul li a {
	color: #131313;
	text-decoration: underline;
}

.breadcrumbs ul li a:hover {
	text-decoration: none;
}

.button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px;
	background: none;
	overflow: visible;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	text-shadow: 0px 1px 2px #283505;
	text-transform: uppercase;
	border-top: 1px solid #b2e023;
	border-bottom: 1px solid #688c0f;
	border-left: 1px solid #8fb81a;
	border-right: 1px solid #8fb81a;
	position: relative;
	white-space: nowrap;
	background: #b6e908;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b6e908), to(#91b926));
	background: -webkit-linear-gradient(#b6e908, #91b926);
	background: -moz-linear-gradient(#b6e908, #91b926);
	background: -ms-linear-gradient(#b6e908, #91b926);
	background: -o-linear-gradient(#b6e908, #91b926);
	background: linear-gradient(#b6e908, #91b926);
	-pie-background: linear-gradient(#b6e908, #91b926);
	box-shadow: 0px 2px 4px #c3c1c1;
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.button:hover {
	text-decoration: none;
}

.button span * {
	vertical-align: middle;
}

.button span, .button2 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 26px;
	padding: 4px 10px 0px 10px;
	border-top: 1px solid #edfac2;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.button_arrows {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 16px;
	height: 18px;
	margin: -2px 0px 0px 1px;
	background: url("/templates/pack/images/button-arrows.png") no-repeat 0 0;
}

.button:hover {
	background: #91b926;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#91b926), to(#b6e908));
	background: -webkit-linear-gradient(#91b926, #b6e908);
	background: -moz-linear-gradient(#91b926, #b6e908);
	background: -ms-linear-gradient(#91b926, #b6e908);
	background: -o-linear-gradient(#91b926, #b6e908);
	background: linear-gradient(#91b926, #b6e908);
	-pie-background: linear-gradient(#91b926, #b6e908);
}

.breadcrumbs .button {
	float: right;
}
@media (min-width: 1024px) {
	.breadcrumbs .button {
		position: absolute;
		right: 20px; top: 15px;
	}

}
.product_block {
	zoom: 1;
}

.product_left {
	margin-bottom: 30px;
}
@media (min-width: 1024px) {
	.product_left {
		float: left;
		width: 360px;
		margin-bottom: 0px;
	}
}
.product_block_image {
	width: 272px;
	margin: 0px 0px 8px 0px;
	zoom: 1;
}
@media (min-width: 640px) {
	.product_block_image {
		float: left;
		width: 272px;
		margin: 0px 0px 8px 0px;
		zoom: 1;
	}
}
.product_image {
	width: 270px;
	height: 223px;
	margin: 0px 0px 4px 0px;
	border: 1px solid #bdbdbd;
	text-align: center;
	position: relative;
}

.product_image p {
	display: table-cell;
	width: 270px;
	height: 223px;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.product_image p span {
	display: block;
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

.product_thumbs {
	height: 83px;
	overflow-x: auto;
}

.product_thumbs ul {
	list-style: none;
}

.product_thumbs ul li {
	width: 83px;
	height: 63px;
	border: 1px solid #bdbdbd;
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
@media (min-width: 640px) {
	.product_thumbs {
		margin-left: 10px;
		width: 85px;
		height: auto;
	}
	.product_thumbs ul li {
		margin: 0px 0px 15px 0px;
		display: block;
	}
}
.product_thumbs ul li img{
	width: 83px;
	height: 63px;
}
.product_thumbs ul li.current {
	border-color: #b7c658;
}

.preloader {
	position: absolute;
	left: 50%; top: 50%;
	margin: -20px 0px 0px -20px;
	width: 40px;
	height: 40px;
	background: url("/templates/pack/images/preloader.gif") no-repeat 0 0;
	z-index: 0;
}

.product_icons_left {
	float: left;
	position: relative;
	left: auto; top: auto;
	z-index: 200;
}
.product_icons_left div, .product_icons_right div {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.product_icons_left div div, .product_icons_right div div {
	display: none;
}

.product_icons_right {
	float: right;
	position: relative;
	left: auto; top: auto;
	z-index: 200;
}

.product_icons_left div:hover, .product_icons_right div:hover {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.product_description {
	margin: 0px 0px 0px 0px;
	clear: both;
}

.product_description h3 {
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 24px;
	margin: 0px 0px 8px 0px;
}

.product_description p {
	font-size: 14px;
	margin: 0px 0px 18px 0px;
	color: #838383;
	line-height: 18px;
}
.product_description img {
	max-width: 100%;

}
.shares {
	padding: 6px;
	background: #fff8cc;
	text-align: center;
	display: none;
}
@media (min-width: 1024px) {
	.shares {
		display: block;
	}
}
.shares div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 1px;
}

.product_right {
	padding: 10px 20px 20px 20px;
	background: #f2f2f2;
	position: relative;
	width: 100%;
}
.product_right h1 {
	display: none;
}
@media (min-width: 1024px) {
	.product_right {
		float: right;
		width: 520px;
	}
	.product_right h1, .product_right .h1 {
		margin: 0px 105px 21px 0px;
		display: block;
	}
}


.print_icon {
	position: absolute;
	right: 19px; top: 16px;
	width: 59px;
	height: 49px;
	background: url("/templates/pack/images/print-icon.png") no-repeat 0 0;
	display: none;
}
@media (min-width: 1024px) {
	.print_icon {
		display: block;
	}
}
.pricing_wrap {
	zoom: 1;
	margin: 0px 0px 25px 0px;
}

.pricing_left {
	float: left;
	width: 280px;
	margin: 0px 10px 0px 0px;
}
@media (min-width: 360px) {
	.pricing_left {
		width: 335px;
	}
}
.oldPrice {
	text-decoration:line-through;
}

.product_price * {
	vertical-align: middle;
}

.product_price {
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 24px;
	color: #db581a;
	margin-top: 10px;
}

.product_price span {
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #db581a;
	margin: 0px 0px 0px 15px;
}
@media (min-width: 380px) {
	.product_price span {
		font-size: 41px;
		line-height: 41px;
	}
}
.product_weight {
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 24px;
	color: #16171c;
	margin: 0px 0px 20px 0px;
}

.product_weight span {
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin: 0px 0px 0px 25px;
}

.product_buttons .product_button:first-child {
	margin-right: 7px;
}

.product_button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px;
	background: none;
	overflow: visible;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px #485f09;
	text-transform: uppercase;
}

.product_button span * {
	vertical-align: middle;
}

.product_button span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 36px;
	padding: 6px 8px 0px 7px;
	position: relative;
	background: #b0e507;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b0e507), to(#91ba26));
	background: -webkit-linear-gradient(#b0e507, #91ba26);
	background: -moz-linear-gradient(#b0e507, #91ba26);
	background: -ms-linear-gradient(#b0e507, #91ba26);
	background: -o-linear-gradient(#b0e507, #91ba26);
	background: linear-gradient(#b0e507, #91ba26);
	-pie-background: linear-gradient(#b0e507, #91ba26);
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.product_button:hover span {
	background: #91ba26;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#91ba26), to(#b0e507));
	background: -webkit-linear-gradient(#91ba26, #b0e507);
	background: -moz-linear-gradient(#91ba26, #b0e507);
	background: -ms-linear-gradient(#91ba26, #b0e507);
	background: -o-linear-gradient(#91ba26, #b0e507);
	background: linear-gradient(#91ba26, #b0e507);
	-pie-background: linear-gradient(#91ba26, #b0e507);
	behavior: url("/pie.htc");
}

.product_button span b {
	font-weight: normal;
}

.pencil_icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33px;
	height: 32px;
	background: url("/templates/pack/images/pencil-icon.png") no-repeat 0 0;
}

.brif_icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33px;
	height: 32px;
	background: url("/templates/pack/images/brif-icon.png") no-repeat 0 0;
}

.product_button.light_red {
	text-shadow: 0 1px #69371f;
	margin-left: 10px;
}

.product_button.light_red span {
	background: #f5b394;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5b394), to(#ee7841));
	background: -webkit-linear-gradient(#f5b394, #ee7841);
	background: -moz-linear-gradient(#f5b394, #ee7841);
	background: -ms-linear-gradient(#f5b394, #ee7841);
	background: -o-linear-gradient(#f5b394, #ee7841);
	background: linear-gradient(#f5b394, #ee7841);
	-pie-background: linear-gradient(#f5b394, #ee7841);
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.product_button.light_red:hover span {
	background: #ee7841;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ee7841), to(#f5b394));
	background: -webkit-linear-gradient(#ee7841, #f5b394);
	background: -moz-linear-gradient(#ee7841, #f5b394);
	background: -ms-linear-gradient(#ee7841, #f5b394);
	background: -o-linear-gradient(#ee7841, #f5b394);
	background: linear-gradient(#ee7841, #f5b394);
	-pie-background: linear-gradient(#ee7841, #f5b394);
	behavior: url("/pie.htc");
}

.qr_block {
	float: right;
	position: relative;
	padding: 8px 0px 0px 0px;
	display: none;
}
@media (min-width: 1024px) {
	.qr_block {
		display: block;
	}
}
.qr_title {
	/* position: absolute;
	left: -61px; */
	top: 3px;
	text-align: center;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 24px;
}

.chars_block {
	clear: both;
}

.chars_block h3 {
	margin: 0px 0px 12px 0px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 24px;
	color: #db581a;
}

.chars_block table {
	width: 100%;
	border: 1px solid #d9d9d9;
}

.chars_block td {
	border-top: 1px solid #d9d9d9;
	background: #fff3ba;
	padding: 4px;
	text-align: right;
	font-size: 14px;
}
@media (min-width: 480px) {
	.chars_block td {
		padding: 4px 20px 4px 20px;
	}
}
.chars_block tr:first-child td {
	border-top: 0px;
}

.chars_block td:first-child {

	background: #ffffff;
	text-align: left;
}



.pack_catalogue {
	padding: 0px 0px 0px 0px;
}

.pack_catalogue ul {
	list-style: none;
}

.pack_catalogue ul li {
	float: left;
	width: 100%;
	height: 310px;
	margin-bottom: 26px;
	padding: 20px 20px 0px 0px;
	background: url("/templates/pack/images/pack-catalogue-bg.png") no-repeat 0px 0px;
	background-size: 100%; 
	position: relative;
}

@media screen and (min-width: 728px) {
	.pack_catalogue ul li {
		width: 51.5%;
		background-position-x: -20px;
	}
	.pack_catalogue ul > li:nth-child(even) {
		padding: 20px 0px 0px 0px;
		background-position-x: 0;
		width: 48.5%;
	}

}
.pack_catalogue .additional_list_title {
	margin-bottom: 10px;
}
.pack_catalogue_image {
	float: left;
	width: 122px;
	height: 242px;
	margin: 0px 10px 0px 0px;
  text-align: center;
	max-height: 187px;
  overflow: hidden;
}

.pack_catalogue_image img {
	/*max-width: 102px;*/
	width: 100%;
	/*max-height: 180px;*/
}

.pack_catalogue_text {
	padding: 0px 12px 0px 0px;
	max-height: 150px;
	overflow: hidden;
}
@media screen and (min-width: 360px) {
	.pack_catalogue_image img {
		/*max-width: 122px;*/
		width: 100%;
		/*max-height: 242px;*/
	}

}
@media screen and (min-width: 480px) {
	.pack_catalogue_image {
		margin: 0px 10px 0px 10px;
	}
	.pack_catalogue_text {
		padding: 20px 12px 0px 42px;
	}
}
@media screen and (min-width: 640px) {
	.pack_catalogue_image {
		margin: 0px 10px 0px 30px;
	}
	.pack_catalogue_text {
		padding: 30px 12px 0px 72px;
	}
}
@media screen and (min-width: 768px) {
	.pack_catalogue_image {
		margin: 0px 10px 0px 0px;
	}
	.pack_catalogue_text {
		padding: 0px 12px 0px 12px;
	}
}
@media screen and (min-width: 360px) {
	.pack_catalogue_text {
		max-height: 195px;
	}
}
@media screen and (min-width: 1200px) {
	.pack_catalogue_text {
		max-height: 226px;
	}
}
.pack_details_icon {
	position: absolute;
	right: 20px; top: 25px;
	width: 56px;
	height: 51px;
	background: url("/templates/pack/images/details-icon-bg.png") no-repeat 0 0;
	visibility: hidden;
}
@media screen and (min-width: 360px) {
	.pack_details_icon {
		visibility: visible;
	}
}
@media screen and (min-width: 480px) {
	.pack_details_icon {
		right: 20px;
	}
}
@media screen and (min-width: 768px) {
	.pack_details_icon {
		right: 40px;
	}
	.pack_catalogue ul > li:nth-child(even) .pack_details_icon{
		right: 18px;
	}
}
.additional_list {
	zoom: 1;
	margin: 0px 0px 22px 0px;
}

.additional_list ul {
	width: 1020px;
	list-style: none;
}

.additional_list ul li {
	float: left;
	width: 320px;
	height: 256px;
	padding: 14px 0px 0px 0px;
	margin: 0px 20px 20px 0px;
	background: url("/templates/pack/images/additional-bg.png") no-repeat 0 0;
}

.additional_list_title {
	width: 280px;
	margin: 0px 0px 20px -6px;
	padding: 5px 10px 5px 0px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	color: #fff;
	font-size: 23px;
	line-height: 23px;
	text-shadow: 0px 1px #496301;
	background: url("/templates/pack/images/add-title-bg.png") repeat-y 0 0;
	position: relative;
	background-size: 100%;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 0 4px #aeaeaa;
	behavior: url("/pie.htc");
}
@media screen and (min-width: 360px) {
	.additional_list_title {
		width: 220px;
	}
}
@media screen and (min-width: 480px) {
	.additional_list_title {
		width: 355px;
	}
}
@media screen and (min-width: 728px) {
	.additional_list_title {
		width: 255px;
	}
}
.additional_list_title a {
	display: block;
	padding: 5px 0px 8px 30px;
	color: white;
}

.additional_list_title span {
	color: #000;
	margin-left: 7px;
	font-size: .8em;
}

.additional_list_title:after, .additional_list_title_after {
	position: absolute;
	left: 0px; bottom: -5px;
	width: 6px;
	height: 5px;
	background: url("/templates/pack/images/add-corner.png") no-repeat 0 0;
	content: '';
}

.additional_list_image {
	width: 280px;
	height: 180px;
	margin: 0px 0px 0px 20px;
	position: relative;
}

.additional_list_image img {
	max-width: 280px;
	max-height: 160px;
	position: relative;
	border-radius: 5px 5px 19px 5px;
	behavior: url("/pie.htc");
}

.more_icon {
	display: block;
	position: absolute;
	right: 0px; bottom: 0px;
	width: 36px;
	height: 36px;
	background: url("/templates/pack/images/more-icon.png") no-repeat 0 0;
	z-index: 100;
}

.recommend_block {
	zoom: 1;
}

.current_text {
	padding: 0px 0px 14px 0px;
}

.filter_pane {
	margin: 0px -20px 12px -20px;
	padding: 17px 20px 27px 20px;
	background: #eff9ce;
	border-top: 1px dashed #688c0f;
	border-bottom: 1px dashed #688c0f;
	position: relative;
}

.filter_pane * {
	vertical-align: middle;
}

.filter_pane label {
	color: #486300;
	margin: 0px 5px 0px 0px;
}

.filter_select {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 168px;
	margin: 0px 13px 0px 0px;
}

.pager_per_page {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 18px 0px 0px;
}

.pager_per_page ul {
	list-style: none;
}

.pager_per_page ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px 2px 0px 6px;
	background: url("/templates/pack/images/per-page-divider.gif") no-repeat 0 4px;
}

.pager_per_page ul li a {
	color: #486300;
	text-decoration: underline;
}

.pager_per_page ul li:first-child {
	background: none;
	padding-left: 0px;
}

.pager_per_page ul li a:hover {
	text-decoration: none;
}

.pager_per_page ul li a.active {
	color: #ec6f00;
	text-decoration: none;
}

.site_input {
	padding: 4px 5px !important;
	position: relative;
	border: 1px solid #e7e7e7;
	border-top: 1px solid #8f957c;
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.site_textarea {
	height: 108px;
	padding: 4px 5px !important;
	position: relative;
	border: 1px solid #e7e7e7;
	border-top: 1px solid #8f957c;
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.w_35 {
	width: 35px;
}

.filter_pane .button {
	position: absolute;
	left: 50%; bottom: -15px;
	margin: 0px 0px 0px -52px;
}


.product_list.row_list ul {
	width: 100%;
}

.product_list.row_list ul li {
		width: 100%;
		display: block;
    min-height: 230px;
    padding: 7px;
    margin: 0px 12px 12px 0px;
    background: #e9e9e9;
    position: relative;
    border-radius: 5px;
    behavior: url(/pie.htc);
}

.product_list.row_list ul li li {
	height: auto !important;
	width: auto !important;
	margin: 0px !important;
	padding-top: 0px !important;
}

.details_icon {
	display: block;
	position: absolute;
	right: -5px; bottom: -5px;
	width: 165px;
	height: 83px;
	background: url("/templates/pack/images/details-icon.png") no-repeat 0 0;
}

.pagination {
	padding: 25px 0px 10px 0px;
}

.pagination ul * {
	vertical-align: middle;
}

.pagination ul {
	list-style: none;
	text-align: center;
}

.pagination ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 2px;
}

.pagination ul li a {
	display: block;
	width: 24px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #c9c9c9;
	position: relative;
	color: #717171;
	font-weight: bold;
	background: #f9f9f9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f9f9), to(#eaeaea));
	background: -webkit-linear-gradient(#f9f9f9, #eaeaea);
	background: -moz-linear-gradient(#f9f9f9, #eaeaea);
	background: -ms-linear-gradient(#f9f9f9, #eaeaea);
	background: -o-linear-gradient(#f9f9f9, #eaeaea);
	background: linear-gradient(#f9f9f9, #eaeaea);
	-pie-background: linear-gradient(#f9f9f9, #eaeaea);
	border-radius: 3px;
	behavior: url("/pie.htc");
}

.pagination ul li a.active {
	background: #a7d70d;
	border-color: #6c8a06;
	box-shadow: 0 0 3px #6c8a06 inset;
}

.previous_page, .next_page {
	font-size: 16px;
}

.news_list {
	margin: 0px 0px 15px 0px;
}

.news_list ul {
	list-style: none;
}

.news_list ul li {
	margin: 0px 0px 25px 0px;
}

.news_list_content {
	border-radius: 6px 6px 0 0;
	padding: 20px 20px 16px 20px;
	background: rgba( 232, 232, 232, 0.5) !important;
	background: rgb( 232, 232, 232);
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80e8e8e8,endColorstr=#80e8e8e8);
	zoom: 1;
}

.news_list_shares {
	padding: 7px 12px 7px 12px;
	border-top: 1px dashed #a2a2a2;
	background: #dfdfdf;
	border-radius: 0 0 6px 6px;
	zoom: 1;
}

.news_list_shares.current {
	position: absolute;
	width: 100%;
	
	margin: -20px -20px -20px -20px;
	padding: 7px 20px 7px 20px;
}

.news_shares {
	float: left;
}

.news_shares div {
	float: left;
	margin: 0px 20px 0px 0px;
}

.news_read_more {
	float: right;
}

.news_read_more a {
	padding: 0px 15px 0px 0px;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 16px;
	color: #92a714;
	text-decoration: underline;
	text-transform: uppercase;
	background: url("/templates/pack/images/read-more-icon.png") no-repeat 100% 50%;
}

.news_read_more a:hover {
	text-decoration: none;
}

.news_list_image {
	
	width: 165px;
	margin: 0px 18px 0px 0px;
	position: relative;
	min-height: 30px;
	margin-bottom: 25px;
}
@media screen and (min-width: 480px) {
	.news_list_image {
		float: left;
		margin-bottom: 0;
	}

}
.news_list_date * {
	vertical-align: middle;
}

.news_list_date {
	position: absolute;
	left: -4px; top: 10px;
	min-width: 85px;
	border: 1px solid #76a702;
	padding: 0px 10px 0px 7px;
	z-index: 100;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px #758610;
	background: #acc418 url("/templates/pack/images/news-list-date.gif") 0 0;
	//z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<div class="news_list_date_after"></div>'));
}

.news_list_date:after, .news_list_date_after {
	position: absolute;
	left: -1px; bottom: -6px;
	width: 4px;
	height: 5px;
	background: url("/templates/pack/images/add-corner.png") no-repeat 0 0;
	content: '';
}

.news_list_date span {
	font-size: 30px;
	font-weight: bold;
}

.news_list_image img {
	max-width: 165px;
	position: relative;
	border-radius: 4px;
	behavior: url("/pie.htc");
}

.news_list_text {
	overflow: hidden;
}
.news_list_text img{
	max-width: 100%;
}

.news_list_text h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #555761;
	margin: 0px 0px 8px 0px;
}

.news_list_text p {
	font-size: 14px;
	color: #555761;
}

.current_news_image {
	float: left;
	margin: 0px 100% 20px 0px;
	position: relative;
}

.current_news_image img {
	position: relative;
	border-radius: 5px;
	margin: 0% 100% 0% 0%;
}

.text_block p {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}

.text_block h3 {
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
}

.text_block h4 {
	font-size: 18px;
	margin: 0px 0px 8px 0px;
}

.text_block  blockquote {
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
	color: #9aae1e;
	border-top: 1px solid #9aae1e;
	border-bottom: 1px solid #9aae1e;
        font-style: italic;
}

.text_block ul {
	margin: 0px 0px 10px 15px;
}

.text_block ol {
	margin: 0px 0px 10px 20px;
}

.text_block ul li, .text_block ol li {
	color: #707070;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

.cantact_heading {
	zoom: 1;
	margin: 0px 0px 20px 0px;
}

.cantact_heading .qr_block {
	float: right;
}

.work_time {
	width: 280px;
	padding: 6px 0px 6px 26px;
	margin: 55px 0px 0px -25px;
	background: url("/templates/pack/images/work-time-bg.png") repeat-y;
	background-size: 100%;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 24px;
	position: relative;
	color: #fff;
	text-shadow: 0 1px #336800;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 0 4px #aeaeaa;
	behavior: url("/pie.htc");
}
@media screen and (min-width: 360px) {
	.work_time {
		width: 330px;
	}
}
.work_time a{
	color: white;
}
.work_time a:hover{
	color: black;
}
.work_time p {
	padding: 0px 0px 0px 34px;
	background: url("/templates/pack/images/work-timer.png") no-repeat 0 50%;
}

.work_time.email {
	margin-top: 15px;
}

.work_time.email p {
	padding: 0px 0px 0px 33px;
	background: url("/templates/pack/images/mail-icon.png") no-repeat 0 50%;
}

.work_time:after {
	position: absolute;
	left: 0px; bottom: -5px;
	width: 6px;
	height: 5px;
	background: url("/templates/pack/images/add-corner.png") no-repeat 0 0;
	content: '';
}

.offices {
	zoom: 1;
	margin: 20px auto;
}


.offices .offices_bg {
	background: url("/templates/pack/images/offices.gif") 0 0;
	padding: 15px;
	margin: 15px;
	margin-right: 0;
	width: 92%;
	min-height: 170px;
}
.offices h3 {
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 20px;
	height: 25px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
	overflow: hidden;
}

.offices_nums {
	font-size: 33px;
	line-height: 40px;
	color: #db581a;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	overflow: hidden;
	margin: 0px 0px 11px 0px;
}
@media screen and (min-width: 700px) {
	.offices .offices_bg {
		width: 30%;
	}
	.offices_nums { 
		font-size: 28px;
		line-height: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.offices_nums {
		font-size: 33px;
		line-height: 40px;
	}
}
.offices_addr {
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

.offices_addr a {
	color: #f01b44;
	text-decoration: underline;
}

.offices_addr a:hover {
	text-decoration: none;
}

.map {
	margin: 0px 0px 20px 0px;
}

.feedback_form {
	margin: 0px -20px -20px -20px;
	padding: 14px 20px 15px 20px;
	background: #fff3ba;
	position: relative;
	border-radius: 0 0 6px 6px;
	behavior: url("/pie.htc");
}

.feedback_form h2 {
	color: #db581a;
}
.feedback_form input {
	width: 100%;
	max-width: 300px;
	margin-bottom: 10px;
}
.feedback_form textarea {
	width: 100%;
	max-width: 400px;
	min-height: 130px;
}

.w_125 {width: 125px !important;}
.w_408 {width: 398px;}

.feedback_form .button {
	margin-top: 6px;
}

.cart_block table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
}

.cart_block th {
	font-size: 18px;
	background: #fff3ba;
	padding: 10px 8px;
	font-weight: normal;
}

.cart_block th+th+th+th {
	text-align: center;
}

.cart_block td {
	font-size: 14px;
	padding: 10px 8px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	background: #fff;
}

.cart_block td:first-child {
	vertical-align: middle;
	padding-right: 0px;
}

.cart_block td+td+td+td {
	text-align: center;
}

.cart_img img {
    max-width: 83px;
	min-height: 63px;
	border: 1px solid #bdbdbd;
	vertical-align: top;
}

.cart_block p {
	padding: 0px 0px 7px 0px;
}

.cart_sum {
	zoom: 1;
	margin: 0px 0px 14px 0px;
}

.cart_sum .button {
	float: right;
}

.remove_link {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 2px 0px 2px 20px;
	color: #db581a;
	background: url("/templates/pack/images/remove-icon.png") no-repeat 0 0;
	text-decoration: underline;
}

.remove_link:hover {
	text-decoration: none;
}

.cart_sum_right {
	float: right;
	padding: 10px;
	background: #fff3ba;
	font-size: 18px;
	color: #b19700;
}

.cart_button_block .cart_button {
	float: right;
}

.cart_button_block .cart_button span {
	height: 33px;
	padding: 9px 15px 0px 15px;
}

.cart_button_block {
	zoom: 1;
}

.account_block {
	zoom: 1;
}


.account_left ul {
	list-style: none;
	margin: 20px auto;
}

.account_left ul li {
	padding: 0px 0px 5px 14px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 22px;
	background: url("/templates/pack/images/list-bullet.png") no-repeat 0 11px;
	display: inline-block;
	margin-right: 25px;
}
@media screen and (min-width: 768px) {
	.account_left ul {
		list-style: none;
		margin: 0;
	}
	.account_left ul li { 
		display: block;
		margin-right: 0px;
	}
}
.account_left ul li a {
	color: #848484;
}

.account_left ul li.active {
	background-position: 0 -23px;
}

.account_left ul li.active a {
	color: #7d9000;
	text-decoration: underline;
}

.account_right {
	padding: 15px 20px 15px 20px;
	background: #f2f2f2;
	min-height: 130px;
}
.lnk a{
	display: inline-block;
	background: #eff9ce;
	border-bottom: 1px dashed #688c0f;
	padding: 5px;
	margin-right: 10px;
}
.comment {
	display: none;
	padding: 10px;
	background: white;
	margin-top: 15px;
}
.comment input{
	padding: 7px;

	background: #eff9ce;
	border: 1px dashed #688c0f;
	margin-top: 10px;
}
.account_right1 {
	float: none;
	width: auto;
}

.account_right_h3 {
	margin: 0px 0px 14px 0px;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 22px;
}

.account_logout h3 {
	margin: 0px 0px 16px 0px;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	font-size: 22px;
}

.account_logout p {
	font-size: 14px;
	padding: 0px 0px 16px 0px;
	color: #6c6c6c;
}

.order_text p {
	font-size: 18px;
	padding: 0px 0px 12px 0px;
}

.order_text a {
	text-decoration: underline;
	color: #5e6b08;
}

.order_text a:hover {
	text-decoration: none;
}

.order_text .button {
	color: #fff !important;
}

.login_block {
	width: 295px;
	padding: 0px 20px 10px 20px;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

.login_block td {
	padding: 0px 0px 10px 5px;
	vertical-align: middle;
}

.login_block td:first-child {
	padding-left: 0px;
}

.login_block a {
	color: #5e6b08;
	text-decoration: underline;
}

.login_block a:hover {
	text-decoration: none;
}

.login_block .button {
	color: #fff;
}

.login_block_heading {
	margin: 0px -20px 22px -20px;
	padding: 3px 20px 3px 20px;
	background: #ffee9b;
	position: relative;
	border-bottom: 1px dashed #e4c924;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 24px;
	color: #db581a;
	border-radius: 5px 5px 0 0;
}

.required_star {
	color: #ff0000;
}

.w_196 {
	width: 196px;
}

.divider {
	margin: 2px 0px 12px 0px;
	border-width: 0px;
	border-bottom: 1px dashed #e4c924;
}

.file_icon {
	margin: 0px 6px 0px 0px;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

#footer {
	width: 100%;
	position: relative;
	border-top: 1px solid #8f9092;
	background: #14161a;
}

.footer_top {
	padding: 13px 0px 5px 0px;
	margin-bottom: 25px;
	background: #1c1d23;
}

.copyright {
	float: left;
	margin: 3px 0px 0px 0px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.footer_top .cards {
	padding-top: 35px;
}

@media screen and (min-width: 640px) { 
	.footer_top .cards {
		float: right;
		padding-top: 0;
	}
}
.footer_top .cards span {
	float: left;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #58595e;
	margin: 0px 0px 0px 5px;
}

.footer_top .cards span:first-child {
	margin: 2px 5px 0px 0px;
}

.footer_middle {
	border-bottom: 1px solid #000000;
	padding: 30px 0px 18px 0px;
}
.footer_middle .phone_region, .footer_middle .phone_num {
	color: #898a8d;
}
.footer_middle .phone_num {
	margin-bottom: 20px;
}
@media screen and (max-width: 380px) { 
	.footer_middle .col-xs-6{
		width: 100%;
	}
}
@media screen and (max-width: 480px) { 
	.footer_bottom .col-xs-6{
		width: 100%;
	}
}
@media screen and (min-width: 1024px) { 
	.footer_middle .phone_num {
		margin-bottom: 0px;
	}
}
.footer_bottom {
	border-top: 1px solid #1f2126;
	padding: 6px 0px 15px 0px;
}

.footer_addr_info {
	float: left;
	width: 274px;
	padding: 10px 0px 0px 0px;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 16px;
	color: #edd006;
}

.footer_addr_info a {
	color: #edd006;
}

.footer_addr {
	float: left;
	width: 275px;
	padding: 12px 0px 0px 0px;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 14px;
	color: #ededed;
	text-transform: uppercase;
}

.footer_nav {
	float: left;
	padding: 12px 0px 0px 0px;
}

.footer_nav ul {
	list-style: none;
}

.footer_nav ul li {
	float: left;
	padding: 0px 6px 0px 8px;
	background: url("/templates/pack/images/footer-nav-divider.gif") no-repeat 0 50%;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.footer_nav ul li:first-child {
	padding-left: 0px;
	background: none;
}

.footer_nav ul li a {
	color: #edd006;
}

.footer_nav ul li a.pricelist {
	color: #db581a;
}

.footer_qr * {
	vertical-align: middle;
}

.footer_qr {
	float: right;
	font-size: 14px;
	color: #fff;
	font-family: 'PFDinTextCompPro-Regular', Arial, sans-serif;
	text-transform: uppercase;
}

.footer_qr span {
	margin: 0px 0px 0px 12px;
}

.clear:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/* Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0px;
    margin: 0 0 10px 10px;
    display: inline;
}

img.alignleft {
    padding: 0px;
    margin: 0 10px 10px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */


/* Ezmark */
.ez-hide {
	opacity: 0;
	filter: alpha(opacity=0);
}

.ez-checkbox {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: -1px 8px 0px 0px;
	background: transparent url("/templates/pack/images/checkbox.png") no-repeat 0 0;
	vertical-align: top;
}

.ez-checkbox input {
	width: 16px;
	height: 16px;
}

.ez-radio {
	width: 15px;
	height: 16px;
	display: inline-block;
	margin: -1px 8px 0px 0px;
	background: url("/templates/pack/images/radio.png") no-repeat 0 0;
	vertical-align: top;
}

.ez-radio input {
	width: 15px;
	height: 16px;
}

.ez-checked {
	background-position: 0 100% !important;
}
.ez-selected {
	background-position: 0 100% !important;
}

.ez-checkbox, .ez-radio {
	_height:30px;
	*display:inline;
	zoom: 1;
}

.order_block ul {
	list-style: none;
}

.order_block ul li {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #d9d9d9;
}

.order_block ul li:first-child {
	border-top: 0px;
}

.order_block ul li.disabled .order_block_title {
	color: #1b1b1b;
}

.order_block ul li.disabled .order_block_title span {
	background: #d8d8d8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d8d8d8), to(#acacac));
	background: -webkit-linear-gradient(#d8d8d8, #acacac);
	background: -moz-linear-gradient(#d8d8d8, #acacac);
	background: -ms-linear-gradient(#d8d8d8, #acacac);
	background: -o-linear-gradient(#d8d8d8, #acacac);
	background: linear-gradient(#d8d8d8, #acacac);
	-pie-background: linear-gradient(#d8d8d8, #acacac);
}

.order_block ul li.disabled .order_block_content {
	display: none;
}

.order_block_content {
	zoom: 1;
	margin: 0px 0px 20px 0px;
}

.order_block_content h3 {
	font-size: 24px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
}

.order_col_left {
	float: left;
	min-height: 340px;
	width: 310px;
	padding: 15px 16px 0px 16px;
	background: #f2f2f2;
}

.order_col_right {
	float: right;
	width: 310px;
	min-height: 340px;
	padding: 15px 16px 0px 16px;
	background: #f2f2f2;
}

.order_block_title {
	margin: 0px 0px 12px 0px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'PFDinTextCompPro-Light', Arial, sans-serif;
	color: #7d9000;
	zoom: 1;
}

.order_block_title span {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0px 9px 0px 0px;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	text-align: center;
	line-height: 26px;
	background: #b7d01a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b7d01a), to(#aec428));
	background: -webkit-linear-gradient(#b7d01a, #aec428);
	background: -moz-linear-gradient(#b7d01a, #aec428);
	background: -ms-linear-gradient(#b7d01a, #aec428);
	background: -o-linear-gradient(#b7d01a, #aec428);
	background: linear-gradient(#b7d01a, #aec428);
	-pie-background: linear-gradient(#b7d01a, #aec428);
	border-radius: 13px;
	behavior: url("/pie.htc");

}

.buyer_text p {
	font-size: 14px;
	margin: 10px 0px 20px 0px;
}

.order_label * {
	vertical-align: top;
}

.order_label {
	display: block;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #707070;
}

.buyer_table td {
	padding: 0px 10px 10px 0px;
	vertical-align: middle;
}

.buyer_table td a {
	color: #5e6b08;
	text-decoration: underline;
}

.buyer_table td a:hover {
	text-decoration: none;
}

.payment_info * {
	vertical-align: middle;
}

.payment_info {
	margin: 0px 0px 20px 0px;
	color: #707070;
	font-size: 14px;
}

.payment_info .site_textarea {
	height: 60px;
}

.w_400 {
	width: 400px;
}

.order_terms {
	margin: 0px 0px 0px 35px;
}

.order_terms a {
	color: #5e6b08;
	text-decoration: underline;
}

.order_terms a:hover {
	text-decoration: none;
}

.order_cart_table td a {
	color: #737f29;
	text-decoration: underline;
}

.order_cart_table td a:hover {
	text-decoration: none;
}

.fixed_title {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 15px !important;
}

.account_password table {
	width: 100%;
}

.account_password td {
	padding: 0px 12px 10px 0px;
}

.account_newsletter p, .account_password p, #address p {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}

.account_newsletter label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 0px 0px 10px;
}

.account_link {
	height: 71px !important;
	background: url("/templates/pack/images/account-icon.png") no-repeat 0 0 !important;
}

.logout {
	background: url("/templates/pack/images/logout-icon.png") no-repeat 0 0 !important;
}

.popup_links {
	display: block;
	position: absolute;
	left: 0px; top: 0px;
	width: 270px;
	height: 223px;
	z-index: 400;
	background: url("/templates/pack/images/fil.png") 0 0;
}

.popup_links.hidden {
	display: none;
}

.popup_links.hidden.visible {
	display: block;
}
.price_table_border{
	margin-bottom: 10px;
}
.price_table_border td{
	padding:5px;
}

.popup_links_block {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 400;
}


/* EZ-Web added styles */
.compare {margin: 45px 0px 10px 0px; clear: both; display: block; padding: 20px;}
.compare_top {margin: 5px 0px 30px 0px;}
.compare .h1 {/* text-align: center; */}

.compare table {border-collapse: collapse; margin: 3px 0px 15px 0px;}
.compare table td {padding: 3px 5px;}

.product_list_button {display: inline-block; margin: 0px 15px 0px 0px; white-space: nowrap;}
.add2compare {margin: 0px 0px 0px 15px; display: inline-block; white-space: nowrap;}
.add2compare input {margin: 0px 10px 0px 0px;}

.add2compare_button,
.compare div.button,
.compare_button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px;
	height: 30px;
	background: none;
	overflow: visible;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	text-shadow: 0px 1px 2px #283505;
	text-transform: uppercase;
	border-top: 1px solid #b2e023;
	border-bottom: 1px solid #688c0f;
	border-left: 1px solid #8fb81a;
	border-right: 1px solid #8fb81a;
	margin:  0px 15px 0px 0px;
	position: relative;
	white-space: nowrap;
	background: #b6e908;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b6e908), to(#91b926));
	background: -webkit-linear-gradient(#b6e908, #91b926);
	background: -moz-linear-gradient(#b6e908, #91b926);
	background: -ms-linear-gradient(#b6e908, #91b926);
	background: -o-linear-gradient(#b6e908, #91b926);
	background: linear-gradient(#b6e908, #91b926);
	-pie-background: linear-gradient(#b6e908, #91b926);
	box-shadow: 0px 2px 4px #c3c1c1;
	border-radius: 3px;
	behavior: url("/pie.htc");
}
.add2compare_button div.button input.button,
.compare div.button input.button,
.compare div.button a.button,
.compare_button {
	/* vertical-align: middle; */
	height: 30px;
	line-height: 18px;
	margin: 0px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 4px 10px;
	border-top: 1px solid #edfac2;
	font-family: 'PFDinTextCompPro-Medium', Arial, sans-serif;
	border-radius: 3px;
	behavior: url("/pie.htc");
}
.compare div.button a.button {
	height: 20px;
}
.compare_table {border-collapse: collapse;}
.compare_table tr th {border: dotted 1px #CCCCCC; text-align: center; padding: 5px 10px;}
.compare_table tr:hover td {background: #DDDDDD; border-color: #CCCCCC #CCCCCC #333333 #CCCCCC;}
.compare_table tr td {border: dotted 1px #CCCCCC; padding: 5px 30px 5px 0px; background: #FFFFFF;}

.product_buttons form {display: block; margin: 15px 0px 0px 0px; clear: both;}
.product_buttons .add2compare_button {margin-top: 0px; clear: both;}

div.specialprices {display: block; clear: both; margin: 15px 0px;}
div.specialprices table.specialprices {border-collapse: collapse;}
div.specialprices table.specialprices td {border: dotted 1px #CCCCCC; padding: 4px 8px; color: #000000; font-family: "PFDinTextCompPro-Regular",Arial,sans-serif; font-size: 18px;}
div.specialprices table.specialprices td.price {color: #db581a;}

div.field img.captcha {float: left;}
div.field div.captcha {margin-left: 30px; display: inline-block; white-space: nowrap;}
div.field div.captcha img {float: left;}
div.field div.captcha span {display: inline-block; margin-left: 10px; height: 32px; line-height: 32px; cursor: pointer;}

.form_grid {
	margin-bottom: 20px;
}
.form-grid {
	width: 100%;
	padding: 7px 0;
}
.form-grid > div{
	display: inline-block;
}
.form-grid > div:first-child {
	width: 125px; 
}
.order .form-grid > div:first-child{
	width: 100%;
}
.form-grid input, .form-grid textarea{
	width: 100%;
}
.order-fio{
	width: 100%;
	
}
.order-fio input{
	margin-right: 10px;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) { 
	.order .form-grid > div:first-child{
		width: 180px;
	}
	.order-fio{
		width: 70%;
		
	}
}
@media screen and (min-width: 480px) { 
	.order-fio input{
		width: 30%;
		margin-bottom: 0;
	}
}
.text-center {
	text-align: center;
}

@media screen and (max-width: 768px) { 
	.rbt {
		margin-top: 30px;
	}
}

.shop-cart-title{
	background: #fff3ba;
	padding-top: 10px;
	margin-bottom: 10px;
	display: none;
}
.shop-cart-row {
	border-bottom: 2px solid #fff3ba;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.shop-cart-title strong, .shop-cart-row .cart-title{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.shop-cart-row .cart-title{
	
}

@media (max-width: 640px) {
	.shop-cart-row > div{
		width: 100% !important;
		clear: both;
		text-align: left !important;
	}
	.shop-cart-row > div > div{
		display: inline-block !important;
		text-align: left !important;
	}
	.shop-cart-row .cart-title{
		width: 125px;
	}
	


}

@media screen and (min-width: 520px) {
	.shop-cart-title{
		display: block;
	}
 .shop-cart-row {
 	border-bottom: 0;
 	padding-bottom: 0;
 }
	.shop-cart-row .cart-title{
		display: none;
	}
}
.shop-cart-total {
	margin-top: 20px;
	font-weight: bold;
	background: #fff3ba;
	padding: 10px 0;
}

.total td {
    font-weight: bold;
    font-size: 16px;
}
#primaryNav {
    padding: 0 0 0 20px;
}
#primaryNav ul{
    padding: 0 0 0 20px;
}
.account_right hr {
    border-top: 1px solid #101010;
}
