/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

body{
    margin: 0!important;
}

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
    background: transparent;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* user style */
input{
    outline: none;
	-webkit-border-radius:0px; 
	-moz-border-radius:0px; 
	-khtml-border-radius:0px;
	border-radius:0px;    
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */
@font-face {
    font-family: 'pf_dindisplay_probold';
    src: url('fonts/pfdindisplaypro-bold.eot');
    src: url('fonts/pfdindisplaypro-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-bold.woff') format('woff'),
         url('fonts/pfdindisplaypro-bold.ttf') format('truetype'),
         url('fonts/pfdindisplaypro-bold.svg#pf_dindisplay_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */
@font-face {
    font-family: 'pf_dindisplay_promedium';
    src: url('fonts/pfdindisplaypro-med.eot');
    src: url('fonts/pfdindisplaypro-med.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-med.woff') format('woff'),
         url('fonts/pfdindisplaypro-med.ttf') format('truetype'),
         url('fonts/pfdindisplaypro-med.svg#pf_dindisplay_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */
@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('fonts/pfdindisplaypro-reg.eot');
    src: url('fonts/pfdindisplaypro-reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-reg.woff') format('woff'),
         url('fonts/pfdindisplaypro-reg.ttf') format('truetype'),
         url('fonts/pfdindisplaypro-reg.svg#pf_dindisplay_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */
@font-face {
    font-family: 'pf_din_text_cond_promedium';
    src: url('fonts/pfdintextcondpro-medium.eot');
    src: url('fonts/pfdintextcondpro-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextcondpro-medium.woff') format('woff'),
         url('fonts/pfdintextcondpro-medium.ttf') format('truetype'),
         url('fonts/pfdintextcondpro-medium.svg#pf_din_text_cond_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* use */

@font-face {
    font-family: 'pf_dindisplay_proMdIt';
    src: url('fonts/pfdindisplaypro-medital-webfont.eot');
    src: url('fonts/pfdindisplaypro-medital-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-medital-webfont.woff') format('woff'),
         url('fonts/pfdindisplaypro-medital-webfont.ttf') format('truetype'),
         url('fonts/pfdindisplaypro-medital-webfont.svg#pf_dindisplay_proMdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { zoom: 1; position: relative;  z-index: 0;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {     
	float: left;
    font-size: 0;
    left: 275px !important;
    padding: 10px;
    top: -45px;
}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; text-indent: -1000px; background: url('../img/circle-white.png')}
.cs-active { background: url('../img/circle-red.png') !important; }

.cs-title { position: relative!important; } 

.cs-prev, 
.cs-next { 
	position : absolute;
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
	text-indent	: -9999px;
  	height		: 62px;
  	width		: 35px;
  	padding		: 0;
}

.cs-prev{
	left : -294px!important;
	top : 161px!important;	
}

.cs-next{
	right: -65px!important;
	top: 160px!important;
}

.cs-prev{
	background 	: url("../img/arrows/arrow-left-white.png") repeat scroll 0 0 transparent;
}

.cs-prev:hover{
  	background 	: url("../img/arrows/arrow-left-red.png") no-repeat scroll 0 0 transparent;
}

.cs-next{
	background 	: url("../img/arrows/arrow-right-white.png") no-repeat scroll 0 0 transparent;
}

.cs-next:hover{
	background 	: url("../img/arrows/arrow-right-red.png") no-repeat scroll 0 0 transparent;
}

#cs-images-back-left,
#cs-images-back-right {
	z-index: -9999;
	position: absolute;
	height: 400px;
}

.response_slider {
	width: 640px;
	overflow: hidden;
	height: 332px;
	position: relative;
}

.response_slider #responsive_slider .current-slide/*:hover*/{
	position: relative;
}

.response_slider #responsive_slider .prev,
.response_slider #responsive_slider .next{
	-webkit-transition: all 10s linear;
    transition: all 2s linear;	
    display: block;
    z-index: 15;
    height: 100%;
    width: 100%;    
}

.response_slider #responsive_slider .prev{
	right: 100%;
}

.response_slider #responsive_slider .next{
	left: 100%;
}

.response_slider #responsive_slider>a{
    display: none;
    position: absolute;
    overflow: hidden;;
    top: 0;
    height: 100%;
    width: 100%;
    color: white!important;
    text-decoration: none!important;
}

.response_slider #responsive_slider .current-slide{
	display: block; 
	left: 0;
}

.response_slider #responsive_slider a img{
    width: 100%;
    height: 100%;
}

.response_slider .caption{
    background-image: url('../img/shadow.png'); 
    position: absolute;
    top: 0;
    width: 100%;
}

.response_slider .caption{
    color: white!important;
    text-decoration: none!important;
}

.response_slider .caption p{
    margin: 0;
    color: white!important;
    text-decoration: none!important;
    border: 0!important;
}

.response_slider #responsive_slider .name-product{
    font-family: pf_din_text_cond_promedium;
    font-size: 32px;
    letter-spacing: -1px;
    padding: 13px 0 20px 40px;
    text-transform: uppercase;
    width: 60%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.response_slider #responsive_slider .about-product{
    float: right;
    font-family: "pf_dindisplay_promedium";
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px 36px 10px 0;
    width: 40%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.response_slider #responsive_slider .cs-buttons {
	font-size: 0;
	left: 5%!important;
	padding: 10px;
	top: 85%;
	position: absolute;
	z-index: 20;
}

.response_slider #responsive_slider .cs-buttons a { height: 10px; width: 10px; text-indent: -1000px; background: url('../img/circle-white.png')}
.response_slider #responsive_slider .cs-active { background: url('../img/circle-red.png') !important; }

.response_slider #responsive_slider .cs-prev, 
.response_slider #responsive_slider .cs-next { 
	position : absolute;
	top: 50%!important;
	margin-top: -32px;
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
	text-indent	: -9999px;
  	height		: 62px;
  	width		: 35px;
  	padding		: 0;
  	z-index: 20;
}

.response_slider #responsive_slider .cs-prev{
	left : 5%!important;
}

.response_slider #responsive_slider .cs-next{
	right: 5%!important;
}

.response_slider #responsive_slider .cs-prev{
	background 	: url("../img/arrows/arrow-left-white.png") repeat scroll 0 0 transparent;
}

.response_slider #responsive_slider .cs-prev:hover{
  	background 	: url("../img/arrows/arrow-left-red.png") no-repeat scroll 0 0 transparent;
}

.response_slider #responsive_slider .cs-next{
	background 	: url("../img/arrows/arrow-right-white.png") no-repeat scroll 0 0 transparent;
}

.response_slider #responsive_slider .cs-next:hover{
	background 	: url("../img/arrows/arrow-right-red.png") no-repeat scroll 0 0 transparent;
}

.response_slider{
	display: none;
}

 #slider{
	    display: none;
	}	

@media screen and (min-width: 640px) {
	.response_slider{
		display: none;
	}

	#slider{
		    display: block;
	}	
}	

@media screen and (min-width: 980px) and (max-width: 1150px) {
	.response_slider{
		display: none;
	}

	#slider{
		    display: block;
	}	

	#slider .cs-prev {
		left: -75px!important;
	}

	#slider .cs-next {
		right: -75px!important;
	}

	#cs-images-back-right{
		right: -60px;
	}
}	

@media screen and (min-width: 640px) and (max-width: 980px) {
	.response_slider{
		display: none;
	}

	#slider{
		    display: block;
	}	
}	
	

@media screen and (max-width: 640px) {
	.response_slider{
		display: block;
	}	

	footer{
		padding: 0;
	}
}	

@media screen and (min-width: 640px) and (max-width: 980px) {
	.coin-slider{
	    margin: 0 auto;
	    position: relative;
	    width: 770px;
	}

	.cs-buttons{ left: 50px !important; }
	.cs-prev{ left: -65px!important; }
	.attention{ left: 630px; }

	#slider .menu, #cs-images-back-left, #cs-images-back-right{
	    display: none;
	}	 
}


@media screen and (min-width: 568px) and (max-width: 640px) {
	.response_slider {
		width: auto;
	/*	height: auto; */
	}


	#cs-images-back-left, #cs-images-back-right, #slider{
	    display: none;
	}
}

@media screen and (min-width: 480px) and (max-width: 568px) {
	.response_slider {
		width: auto;
		height: 295px; 
	}

	.response_slider #responsive_slider .name-product {
		font-size: 30px;
	}

	#cs-images-back-left, #cs-images-back-right, #slider{
	    display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.response_slider {
		width: auto;
		height: 250px; 
	}

	.response_slider #responsive_slider .name-product {
		font-size: 25px;
		padding: 10px 0 10px 25px;
	}	

	.response_slider #responsive_slider .about-product {
		font-size: 14px;
		padding: 10px 15px 10px 0;
	}

	.response_slider #responsive_slider .cs-prev, .response_slider #responsive_slider .cs-next {
		top: 65%!important;
	}		

	#cs-images-back-left, #cs-images-back-right, #slider{
	    display: none;
	}	
}

@media screen and (max-width: 320px) {
	header .social {
	display: none;
	}

	header .cart {
	position: static!important;
	margin: 0!important;
	float: left;
	}	

	div.search {
	padding: 6px 0 0 10px!important;
	position: static!important;
	float: left!important;
	width: 60px!important;
	}	

	section.post{
		padding: 0!important;
	}	


	.response_slider {
		width: 100%;
		height: 170px;
	}

	.response_slider #responsive_slider .name-product {
		font-size: 18px;
		padding: 10px 0 10px 25px;
		width: 55%;
	}	

	.response_slider #responsive_slider .about-product {
		font-size: 12px;
		padding: 10px 15px 10px 0;
		width: 45%;
	}	

	.response_slider #responsive_slider .cs-buttons {
		top: 80%;
	}	

	.response_slider #responsive_slider .cs-prev, 
	.response_slider #responsive_slider .cs-next {
		display: none;
	}		

	#cs-images-back-left, #cs-images-back-right, #slider{
	    display: none;
	}
	
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
@charset "utf-8";
/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../img/selects-2.png) no-repeat;
}
.cusel { /* общий вид селекта включая стрелку справа */
	height: 26px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	z-index: 1;
	color: #6e6e6e;
}
.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 42px;
	background-position: right top;
}

.cuselText { /* контейнер для отображенного текста селект */
	height: 14px;
	padding: 6px 0 0 7px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 13px "pf_dindisplay_promedium"; /* шрифты */
	position: absolute;
	top: 0;
	left: 0;
}
* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px;
}
.cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	background: #f0f0f0;
}
.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: white;
	color: #6e6e6e;
}
.cusel .cuselActive { /* оформление активного оптиона в списке */
	background: white;
	color: #6e6e6e;
	cursor: default;
}

/*
	styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	background-image: url(../img/selects-focus.png);
}

.cuselOpen {
	z-index: 999;
	color: #212121;
}

/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(../img/selects-2.png) !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff; /* фон выпадающего списка */
	min-width: 100%;
	width: auto;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #999; /* границы выпадающего спиcка */
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background-position: -40px -26px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp { /* стрелка вверх */
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -26px;
	overflow: hidden;
}
.cusel .jScrollArrowDown { /* стрелка вниз */
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}


select {
	width: 232px!important;
}
html{
    font-size: 1px;
}

body{
    font-family: 'pf_dindisplay_proregular';
    font-size: 16rem;
}

.wrapper{
    width: 100%;
}

.row{
    width: 1000px;
    margin: 0 auto; 
    position: relative;
}

.wrapper.white{
    background-color: #f1f1f2;
    border-bottom: 2px solid #B0B5B8;
}

.wrapper.white-bg{
    background-image: url(../img/bg/bg-white.png);
}

/* --- header start --- */

/* --- header .top --- */
 
header .top{
    height: 34px;
}

/* Кнопки входа и регестрации */

.reg {
width: auto;
float: left;
padding-right: 35px;
}
    .reg form{
        display: inline-block;
    }

    .reg input[type="button"],
    .reg .hello_user {
        height: 16px;
        line-height: 16px;
        margin: 9px 3px 5px 0;
        padding: 0 8px 0;
        font-size: 10px;
        font-family: 'open_sanssemibold';
        text-transform: uppercase;
        border: none;
        text-decoration: none;
        display: inline-block;
        height: 16px;
        line-height: 16px;        
    }

    .reg .hello_user .mobile{
        display: none;
    }    

    .reg a{
        color: #121212;
        display: inline-block;
    }

/* Формы входа и регестрации */

.form_login{
    width: 210px;
    border-top: 5px solid #dd020a;
    position: relative;
    padding: 11px 13px 15px 17px;
    display: none;
    position: absolute;
    left: 0px;
    background-color: white;
    top: 37px;
    z-index: 1;
}

    .form_login .caption{
       color: #121212;
       font-family: "pf_dindisplay_promedium";
       font-size: 13rem;
    }

    .form_login input{
        font-family: "arial";
        color: #212121;
        font-size: 12rem;
        display: block;
        border: 1px solid #c0c0c0;
        background: none;
        padding-left: 10px;
    }

    .form_login input:hover{ 
        border: 1px solid #ed1c24;
    }

    .form_login label{
        font-family: "arial";
        color: #4f4f4f;
        font-size: 11rem;
        display: block;
        padding-top: 6px;
    }

    .form_login a{
        color: #009ab2;
        font-size: 13rem;
        font-family: "pf_dindisplay_promedium";
    }

    .form_login .error{
        color: #e10810;
        font-family: "pf_dindisplay_proregular";
        font-size: 14rem;
        padding-top: 15px;
        padding-bottom: 10px;
        display: block;
    }

    .form_login .close{
        background-image: url('../img/icon/x.png');
        font-size: 16rem;
        text-indent: -9999px;
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .form_login button{
        border: none;
        color: white;
        font-size: 12rem;
        font-family: "pf_dindisplay_promedium";
        padding: 5px 20px;
        float: right;
        margin-right: 20px;
    }

    .form_login .line{
        display: inline-block;
        width: 100%;
    }

header .social {
    width: 110px;
    float: left;
}

header .social div{
    background-image: url("../img/icon/social.png");
    float: left;
    height: 20px;
    margin-right: 7px;
    margin-top: 5px;
    width: 20px;
}

header .social .vk{
    background-position: 0px 0px;
}

header .social .fb{
    background-position: -26px 0;
}

header .social .yt{ 
    background-position: -52px 0;
}

header .social .tw{
    background-position: 20px 0;
}

header  .social .vk:hover{
    background-position: 0px 20px;
}

header .social .fb:hover{
    background-position: -26px 20px;
}

header .social .yt:hover{   
    background-position: -52px 20px;
}

header .social .tw:hover{
    background-position: 20px 20px;
}

header .cart {
height: 35px;
width: 74px;
position: absolute;
right: 210px;
}

.mc .cart{
    right: 430px;
}

header .cart>.cart-button>img{
    height: 17px;
    margin-left: 16px;
    margin-top: 8px;
    width: 16px;
}

header .cart .count{
    display: inline-block;
    font-family: 'pf_dindisplay_promedium';
    font-size: 16rem;
    position: relative;
    text-align: center;
    top: -3px;
    width: 35px;
    color: black;
}

header .cart.active .count{
    color: white;
}

/* --- #table-cart --- */

span.icon-cart-white,
span.icon-cart-red{
    display: inline-block;
    height: 17px;
    margin-left: 16px;
    margin-top: 8px;
    width: 16px;
}

span.icon-cart-red,
span.icon-cart-white:hover,
.active span.icon-cart-red:hover
{
    background: url(../img/icon/cart-two.png);
}
span.icon-cart-white,
span.icon-cart-red:hover,
.active span.icon-cart-white:hover
{
    background: url(../img/icon/cart-two.png) 0px 17px;
}

#table-cart {
    width: 420px;
    overflow: hidden;
    border: 1px solid lightgray;
    position: relative;
    padding: 5px;
    border-top: solid #ED1C24 2px;
    top: -2px;
    left: -153px;
    background: white;
    z-index: 20;
    padding: 5px 10px 5px 0px;
}

#table-cart tr{
    border: none;
    border-bottom: 1px solid #d6d6d6;
    height: 100px;
}

#table-cart tr:last-child{
    border: none;
    border-bottom: 1px solid #d6d6d6;
}

#table-cart .preview{
    width: 95px;
    text-align: center;
    vertical-align: middle;
    padding: 13px 0;
}

    #table-cart .preview img{
        max-width: 70px;
        max-height: 70px;
    }

#table-cart .name{
    width: 100px;
    vertical-align: top;
    padding: 19px 10px;
    text-align: center;
}

    #table-cart .name a{
        font: 14px "pf_dindisplay_proregular";
        font: 14rem "pf_dindisplay_proregular";
        color: #009ab2;
    }

#table-cart .count{
    width: 95px;
    vertical-align: top;
    text-align: center;
    padding: 23px 0;
    font: 14px "pf_dindisplay_promedium";
    font: 14rem "pf_dindisplay_promedium";
    color: #121212;
}

	#table-cart td.count .qty {
		width: 30px;
		text-align: center;
	}

#table-cart td.sum{
    width: 80px;
    vertical-align: top;
    text-align: center;
    padding: 21px 0;
    font: 14px "pf_dindisplay_promedium";
    font: 14rem "pf_dindisplay_promedium";
    color: #121212;
}

#table-cart .close_td {
    width: 17px;
    vertical-align: top;
    padding: 20px 0;
}
    #table-cart span.close {
    background: url(../img/icon/x.png) no-repeat 4px 6px;
    display: inline-block;
    width: 17px;
    height: 20px;
    }

    #table-cart span.close:hover{
        background: url(../img/icon/close-red.png) no-repeat 0px 3px;
    }

#table-cart .result{
    height: 86px;
    padding-top: 14px;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    background: white;
    top: 0px;
    width: 100%;
}

#table-cart .result>span{
    font: 14px "pf_dindisplay_promedium";
    font: 14rem "pf_dindisplay_promedium";
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    text-transform: uppercase;
}

#table-cart-button{
    font: 12px "pf_dindisplay_probold";
    font: 12rem "pf_dindisplay_probold";
    line-height: 46px;
    height: 46px;
    width: 175px;
    margin: 16px 0;
    text-transform: uppercase;
    text-decoration: none;
}

.table-cart-button{
    font: 12rem/46px "pf_dindisplay_probold";
    height: 46px;
    margin: 16px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 175px;
    margin: 16px 0 0;
}    

.cart-button{
    height: 35px;
}

#cart-button {
    height: 35px;
    border-left: 1px lightgray solid;
    border-right: 1px lightgray solid;
    cursor: pointer;
}  

#cart-button.no-empty{
    background: #a2c836; /* Old browsers */
    background: -moz-linear-gradient(top, #a2c836 0%, #6fa312 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c836), color-stop(100%,#6fa312)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a2c836 0%,#6fa312 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a2c836 0%,#6fa312 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a2c836 0%,#6fa312 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a2c836 0%,#6fa312 100%); /* W3C */        
}

#cart-button.button.red {
    background: linear-gradient(to bottom, #ED1C24 0%, #DD010A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
}


#table-cart-button a{
    text-decoration: none;
    color: white;
}
/* Styles specific to this particular page */

/* Force the scroll bar to the left hand side of the screen */
.jspVerticalBar
{
    left: 0;
}

.scroll-table{
    width: 420px;
    height: 205px;
}

.scroll-table.one{
    width: 420px;
    height: 105px;
    margin-left: 10px;
}

.scroll-table.empty{
    height: 20px;
    padding: 0 0 0 20px;
}

.scroll-pane{
    width: 420px;
    overflow: auto;
}


.jspDrag {
    background: #e61018;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 8px;
    margin: 0 auto;
}

.jspTrack {
    background: url(../img/bg/scroll-bg.png) no-repeat white 7px 0px;
}

/* --- #table-cart end --- */

div.search {
float: right;
font-family: 'open_sansregular';
font-size: 9rem;
padding: 6px 0 0 12px;
position: absolute;
right: 0;
top: 0;
}

.mc div.search{
    right: 227px;
}

.search input[type="text"]{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: inherit;
    border: 1px solid #B2B3B4;
    color: #8A8A8A;
    height: 20px;
    padding: 0 0 0 6px;
    text-transform: uppercase;
    width: 192px;
}

#searchsubmit {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    background: url('../img/icon/loupe.png') no-repeat center center;
    border: none;
}

.country{
    float: right;
    margin: 6px 0 0; 
}

.country .item{
    border: 1px solid #b2b3b4;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    width: 215px;
    text-align: left;
    background-color: #f1f1f2;
    display: none;
    position: relative;
    cursor: pointer;
}

.country .title,
.country.show .item{
    display: block;
}

.country .item:before{
    background-size: contain;
    content: "";
    height: 18px;
    position: absolute;
    right: 0;
    width: 35px;
}

.country .kz:before{
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Flag_of_Kazakhstan.svg/22px-Flag_of_Kazakhstan.svg.png);
}

.country .by:before{
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Flag_of_Belarus.svg/22px-Flag_of_Belarus.svg.png);
}

.country .ru:before{
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Flag_of_Russia.svg/22px-Flag_of_Russia.svg.png);
}

/* --- end header .top --- */

/* --- header .caption --- */

.wrapper.black{
    background-image: url(../img/bg/bg-caption.png);
     /*height: 100%;*/
}

.caption .logo{
    height: 103px;
    width: 205px;
    float: left;
}

.caption .logo>a>img {
height: 64px;
width: 202px;
margin-top: 17px;
margin-left: 5px;
}

.caption .about {
    float: left;
    font-family: 'pf_dindisplay_proregular';
    padding: 15px 0 0 38px;
    width: 320px;
}

.caption .about span:before{
    content: "—  ";
    margin-left: -23px;
    white-space: pre;
}

.caption .about span{
    color: #E2E2E2;
    font-family: 'pf_dindisplay_proregular';
    font-size: 14rem;
}

header .callback {
    float: left;
    width: 435px;
}

header .callback div:first-child{
    text-align: center;
    width: 225px;
    float: left;
}

header .callback div:last-child{
    text-align: right;
    width: 190px;
    float: right;
}

header .callback input,
header .callback .modalbox{
    -moz-border-radius: 100px;
    border-radius: 100px;    
    background-color: inherit;
    color: white;
    font-family: 'pf_dindisplay_probold';
    font-size: 12rem;
    height: 37px;
    margin-left: 56px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 170px;
    border: none;
    display:inline-block;
    background: #a2c836; /* Old browsers */
    background: -moz-linear-gradient(top, #a2c836 0%, #6fa312 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c836), color-stop(100%,#6fa312)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a2c836 0%,#6fa312 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a2c836 0%,#6fa312 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a2c836 0%,#6fa312 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a2c836 0%,#6fa312 100%); /* W3C */
    vertical-align: middle;
    line-height: 37px;       
}

header .callback input:hover,
header .callback .modalbox:hover,
header .callback input:focus,
header .callback .modalbox:focus,
header .callback input:active,
header .callback .modalbox:active{
    background: #6fa312; /* Old browsers */
    background: -moz-linear-gradient(top, #6fa312 0%, #a2c836 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fa312), color-stop(100%,#a2c836)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6fa312 0%,#a2c836 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6fa312 0%,#a2c836 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6fa312 0%,#a2c836 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6fa312 0%,#a2c836 100%); /* W3C */
}

header .callback .phone{
    display: inline-block;
    padding: 11px 0 0 0;
    width: 100%;
    margin-top: 0px;
}

header .callback .phone a{
    color: inherit;
    color: #ED1C24;
    font-family: 'pf_dindisplay_promedium';
    font-size: 20rem;
    line-height: 25px;
    text-decoration: none;
}

header .callback span{
    font-size: 14rem;
    color: #d5d5d5;
    margin-top: -3px;
}

/* --- header .caption end --- */

/* --- header nav.main --- */
.wrapper.black.nav {
    border-bottom: 5px solid #ED1C24;
    border-top: 1px solid #B4B4B4;
    height: 37px;
    margin-top: 0;
}

nav.main ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.main li{
    position: absolute;
    background-image: url("../img/point.png");
    background-position: 0 17px;
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 25px;
}

nav.main li:first-child{
    background: none;
    left: 0px;
    padding-left: 10px;
}

nav.main li:nth-child(2){
    left: 104px;
}

nav.main li:nth-child(3){
    left: 275px;
}

nav.main li:nth-child(4){
    left: 372px;
}

nav.main li:nth-child(5){
    left: 489px;
}

nav.main li:nth-child(6){
    left: 641px;
}

nav.main li:nth-child(7){
    left: 740px;
}

nav.main li:last-child{
    right: 0px;
    padding-right: 8px;
}

nav.main a{
    text-decoration: none;
    font-family: 'pf_dindisplay_probold';
    color: rgb( 254, 254, 254 );
    font-size: 12rem;
    text-transform: uppercase;
    display: block;  
    border-top: 3px solid transparent;
    margin-top: -2px; 
}

nav.main li.current-menu-item a,
nav.main li:hover a{
    color: #ed1c24;
    border-top-color: #ED1C24;
    display: block;

}

nav.main li:hover a {
    color: #ed1c24;
}

/* --- header nav.main end --- */

/* --- section#slider --- */

#slider {
    height: 400px;
    width: 100%;
    background: url("../img/shadow.png") repeat scroll 0 0 transparent;
    background-color: rgba(0, 0, 0, 0.8);
}

/* --- #slider menu --- */

#slider .menu{
    width: 230px;
    height: 400px;
    float: left;
}

#slider .cat-product {
    background: none repeat scroll 0 0 #521C24;
    border: 1px solid #B39DA1;
    float: left;
    margin: 5px;
    outline: 5px solid #521C24;
    width: 218px;
    height: 278px;
}

#slider .cat-product>ul, .menu .cat-product>ul{
    font-family: "pf_dindisplay_probold";
    font-size: 13rem;
    list-style: none outside none;
    margin: 0;
    padding: 18px 20px;
    text-transform: uppercase;
}

#slider .cat-product li, .menu .cat-product li{
    cursor: pointer;
    color: white;
    line-height: 19px;
}

#slider .cat-product li a{
    cursor: pointer;
}

#slider .cat-product>ul>li:first-child, .menu .cat-product>ul>li:first-child {
    padding: 6px 0;
    border-top: none;
}

#slider .cat-product>ul>li, .menu .cat-product>ul>li {
    padding: 5px 0;
    border-top: 1px solid #B39DA1;
}

#slider .cat-product>ul>li>ul, .menu .cat-product>ul>li>ul {
    font-size: 12rem;
    font-family: "pf_dindisplay_proregular";
    display: none;
}

#slider .cat-product>ul>li>ul>li>ul, .menu .cat-product>ul>li>ul>li>ul {
    color: #aacf31;
    font-size: 13rem;
    text-transform: none;
}

#slider .cat-product li a, .menu .cat-product li a {
    text-decoration: none;
    color: white;
    line-height: 19px;
    width: 95%;
    display: inline-block;    
}

#slider .cat-product li a:hover, .menu .cat-product li a:hover {
    color: #aacf31;
}

#diller{
    background-image: url('../img/bg/bg-diller.png');
    background-size: 100%;
    float: left;
    height: 93px;
    color: white;
    width: 203px;
    padding: 17px 5px 0 22px;
}

#diller .interest{
    margin: 0;
    font-family: "pf_dindisplay_probold";
    font-size: 14rem;
    text-transform: uppercase;
    line-height: 18px;
}

#diller p span{
    font-size: 24rem;
    font-weight: bold;
}

#diller img{
    float: left;
    margin-top: 5px;
    padding-right: 10px;
}

#diller .invite{
    font-family: "pf_dindisplay_promedium";
    font-size: 14rem;
    margin: 5px 0 0;
}

#diller .invite a{
    color: white;
    text-decoration: none;
}
/* --- #slider menu end --- */

/* --- #slider .slider ^__^ --- */

#slider .slider{
    width: 770px;
    float: left;
    position: relative;
}

#slider .slider .current-slide img{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 400px;
    width: 770px;
}

#slider .caption{
    background-image: url('../img/shadow.png'); 
}

#slider .caption p{
    margin: 0;
    color: white;
}

#slider .slider .name-product{
    font-family: pf_din_text_cond_promedium;
    font-size: 32rem;
    letter-spacing: -1px;
    padding: 13px 0 20px 40px;
    text-transform: uppercase;
    width: 400px;
    float: left;
}

#slider .slider .name-product strong{
    font-weight: normal;
}

#slider .slider .about-product{
    float: right;
    font-family: "pf_dindisplay_promedium";
    font-size: 16px;
    font-size: 16rem;
    letter-spacing: 0;
    padding: 15px 36px 10px 0;
    width: 220px;
}

.attention {
    background: url("../img/attention.png") repeat scroll 0 0 transparent;
    color: white;
    height: 48px;
    left: 750px;
    padding: 0 0 0 80px;
    position: absolute;
    top: 365px;
    width: 165px;
    z-index: 1;
}

.attention span {
    font-family: "pf_dindisplay_promedium";
    font-size: 18rem;
    position: absolute;
    top: 8px;
    line-height: 16px;
    left: 86px;
}

/* --- #slider .slider end --- */
/* --- section#slider end --- */

/* --- section #main --- */

#main{
     padding-top: 13px;
}

/* --- #sidebar --- */
#sidebar{
    width: 230px;
    float: left;
}

#sidebar section:first-child{
    margin-top: 15px!important;
}

#sidebar section.menu:first-child{
    margin-top: 0!important;
}


#sidebar .caption{
    color: #121212;
    display: block;
    font-family: "pf_dindisplay_promedium";
    font-size: 20px;
    font-size: 20rem;
    letter-spacing: -1px;
    line-height: 45px;
    margin-left: -3px;
    text-align: left;
    text-indent: 27px;
    text-transform: uppercase;
    width: 235px;
    background: url(../img/bg/bg-tabs.png);
    height: 49px;
}

/* --- .looked --- */
.looked{
    background-color: white;
    overflow: hidden;
    padding-top: 5px;
    margin: 15px 0;
}

.looked .caption{
    text-indent: 18px!important;
}

.looked .item{
    padding: 10px 0;
    border-bottom: solid 1px #d6d6d6;
    margin: 0 25px 0 17px;
    text-align: center;
}

.looked .item:nth-of-type(3){
    border-bottom: none;
}

.looked .item img{
    margin: 0 auto;
    max-width: 230px;
}

.looked .item .title{
    display: inline-block;
    width: 100%;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 16px;
    font-size: 16rem;
    font-family: "pf_dindisplay_promedium";
}

.looked .item:last-child{
    border-bottom: none;
}
/* --- .looking end --- */


/* --- .widget-menu --- */


#sidebar .menu,
#tablet_sidebar .menu{
    width: 230px;  
    margin-bottom: 15px;
}

.menu + #diller {
margin-top: -28px;
}

#sidebar .menu ul,
#tablet_sidebar .menu ul{
    list-style: none;
}

#sidebar .menu #active-menu,
#tablet_sidebar .menu #active-menu{
    border: none;
    position: relative;
    padding: 0;
}

#sidebar .menu #active-menu ~ li,
#tablet_sidebar .menu #active-menu ~ li{
    border-top: none;
}

#sidebar .menu #active-menu>a,
#tablet_sidebar .menu #active-menu>a{
    display: inline-block;
    margin-left: -20px;
    padding: 5px 20px;
    width: 100%;
    background: rgba(145,190,31,1);/* Old Browsers */    
    background: -moz-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(188,218,81,1) 0%, rgba(145,190,31,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(188,218,81,1)), color-stop(100%, rgba(145,190,31,1)));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(188,218,81,1) 0%, rgba(145,190,31,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(188,218,81,1) 0%, rgba(145,190,31,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(188,218,81,1) 0%, rgba(145,190,31,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(188,218,81,1) 0%, rgba(145,190,31,1) 100%);/* W3C */
}

#sidebar .menu #active-menu > a:after,
#tablet_sidebar .menu #active-menu > a:after {
    background: url("../img/arrows/arrow-down.png") no-repeat scroll 0 0 transparent;
    content: ".";
    height: 5px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 13px;
    width: 7px;
}

#sidebar .menu #active-menu>a,
#tablet_sidebar .menu #active-menu>a{
    color: white;
}


#sidebar .menu #active-menu:hover>a,
#tablet_sidebar .menu #active-menu:hover>a{
    background: rgba(145,190,31,1);/* Old Browsers */
    background: -moz-linear-gradient(top, rgba(145,190,31,1) 0%, rgba(188,218,81,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(145,190,31,1)), color-stop(100%, rgba(188,218,81,1)));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(145,190,31,1) 0%, rgba(188,218,81,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(145,190,31,1) 0%, rgba(188,218,81,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(145,190,31,1) 0%, rgba(188,218,81,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(145,190,31,1) 0%, rgba(188,218,81,1) 100%);/* W3C */


    display: inline-block;
    margin-left: -20px;
    padding: 5px 20px;
    width: 100%;
}

#sidebar .menu #active-menu:hover>a,
#tablet_sidebar .menu #active-menu:hover>a{
    color: white!important;
}

#sidebar .menu #active-menu > a:hover:after,
#tablet_sidebar .menu #active-menu > a:hover:after {
    background: url("../img/arrows/arrow-up.png") no-repeat scroll 0 0 transparent;
}

#sidebar .cat-product,
#tablet_sidebar .cat-product{
    background: none repeat scroll 0 0 #521C24;
    border: 1px solid #B39DA1;
    margin: 5px;
    outline: 5px solid #521C24;
    width: 218px;
    position: relative;
    top: -18px;
}

#sidebar .cat-product ~ #diller {
    position: relative;
    top: -18px; 
}

#sidebar .cat-product>ul,
#tablet_sidebar .cat-product>ul{
    font-family: "pf_dindisplay_probold";
    font-size: 13px;
    font-size: 13rem;
    list-style: none outside none;
    margin: 0;
    padding: 18px 20px;
    text-transform: uppercase;
}

#sidebar .cat-product li,
#tablet_sidebar .cat-product li{
    cursor: pointer;
    color: white;
    line-height: 19px;
    position: relative;
}



#sidebar .cat-product li a,
#tablet_sidebar .cat-product li a{
    cursor: pointer;
}

#sidebar .cat-product .menu-main>li:hover>a,
#tablet_sidebar .cat-product .menu-main>li:hover>a{
    color: #aacf31;
}

#sidebar .cat-product .menu-main>li:hover>ul>li>a,
#tablet_sidebar .cat-product .menu-main>li:hover>ul>li>a{
    color: white;
}

#sidebar .cat-product>ul>li:first-child,
#tablet_sidebar .cat-product>ul>li:first-child{
    padding: 6px 0;
    border-top: none;
}

#sidebar .cat-product>ul>li,
#tablet_sidebar .cat-product>ul>li{
    padding: 5px 0;
    border-top: 1px solid #B39DA1;
}

.menu-main>li>ul {
    display: none;
    font-family: "pf_dindisplay_proregular";
    font-size: 12px;
    font-size: 12rem;
    margin-left: -20px;
    padding: 0;
    width: 218px;
}

#active-menu ul{
    background: #2b1015;
}

.menu-main > li > ul > li {
    background-image: url("../img/arrows/arrow-menu-right.png");
    background-position: 0 17px;
    background-repeat: no-repeat;
    padding: 10px 0 10px 20px;
    margin-left: 20px;
    line-height: 20px!important;
}

.menu-main > li > ul > li:first-child {
    padding-top: 17px;
    background-position: 0 24px;
}

.menu-main > li > ul > li:last-child {
    padding-bottom: 15px;
}

.menu-main > li > ul > li a{
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 12rem;
    font-family: "pf_dindisplay_proregular";
}

.menu-main > li > ul > li > a:hover{
    color: #aacf31 !important;
}

.menu-main>li>ul>li>ul{
    color: #aacf31;
    font-size: 13px;
    font-size: 13rem;
    text-transform: none;
    display: none;
    padding: 0;
}

.menu-main>li>ul>li>ul>li{
    padding-left: 12px;
    background: url('../img/point-green.png') no-repeat 0 center;
}

.menu-main>li>ul>li>ul>li>a{
    font-family: "pf_dindisplay_proregular";
    color: #aacf31;
    text-decoration: underline;
    line-height: 22px;
}

.menu-main>li>ul>li>ul>li:hover>a{
    text-decoration: none;
}

.menu-main li a{
    text-decoration: none;
    color: white;
    line-height: 19px;
}

#sidebar #diller{
    float: none!important;
}



/* --- .widget-menu end --- */

/* --- .reviews --- */
.reviews{
    background-color: white;
    width: 230px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    overflow: hidden;
    margin: 30px 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}

.reviews a{
	text-decoration: none;
	color: inherit;
}

.reviews .review {
    padding: 0 17px 0 25px;
}

.reviews .review:nth-child(odd){
    background-color: #f5f5f5;
}

.information{
    font-family: "pf_dindisplay_promedium";
    font-size: 12px;
    font-size: 12rem;
    padding: 16px 0 9px;
    margin: 0;
}

.information .name{
    color: #121212;
    text-transform: uppercase;
}

.information .city{
    color: #707070;
}

.reviews .review .text{
    font-family: arial;
    font-size: 12px;
    font-size: 12rem;
    color: #444444;
    line-height: 19px;
    padding: 11px 0 30px;
    margin: 0;
}

.all {
    background: url(../img/bg/bg-all.png) repeat no-repeat;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    line-height: 25px;
    text-align: center;
    width: 235px;
}

.all a{
    text-decoration: none;
    font-family: arial;
    color: white;
    font-size: 11px;
    font-size: 11rem;
    font-weight: bold;
}

/* --- .reviews end --- */

/* --- #feed --- */

#feed {
    margin: 30px 0;
}

#feed img.rss {
margin-left: 14px;
}

#feed .tabs{
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

#newscast, 
#article{
    height: 26px;
    width: 109px;

    font-family: "pf_dindisplay_probold";
    font-size: 12px; 
    font-size: 12rem;   
    line-height: 26px;
    color: #686868;
    top: 0;


    text-align: center;
    z-index: 1;

    text-transform: uppercase;

    cursor: pointer;
}

#newscast.feed-active,
#article.feed-active{
    color: white;
    z-index: -1;
}

#newscast {
    background: url("../img/tab/news-tab.png") no-repeat transparent;
    position: relative;
    z-index: -1;
}

#newscast.feed-active{
    background: url("../img/tab/news-tab-active.png") no-repeat transparent;

    z-index: 1;
}

#article{
    position: absolute;

    background: url("../img/tab/article-tab.png") repeat scroll 0 0 transparent;
    left: 110px;

    z-index: -1;
}

#article.feed-active{
    background: url("../img/tab/article-tab-active.png") repeat scroll 0 0 transparent;
    z-index: 1;
}

#newscast-tab{
    background-color: white;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    padding-top: 5px;
    overflow: hidden;
}

#article-tab{
    background-color: white;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    padding-top: 5px;
    overflow: hidden;    
}

#feed .news{
    margin: 0 17px 0 25px;
    padding: 10px 0;
    border-bottom: 1px solid #D6D6D6;
}

#feed .news:last-of-type {
    border: none!important;
}

#feed .news span:first-child{
    height: 50px;
    display: block;
}

#feed .news .preview {
    border: 1px solid #D6D6D6;
    padding: 2px;
    max-width: 44px;
    max-height: 44px;
}

#feed .news img ~  .title {
    display: block;
    float: right;
    width: 130px;
}

#feed .news .title{
height: 50px;
}

#feed .news .title a{
    color: #1c9db1;
    font-size: 12px;
    font-size: 12rem;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    height: 50px;
    overflow: hidden;
    display: inline-block;    
}

#feed .news .title a:hover {
    text-decoration: underline;
}

#feed .news .text{
    color: #6A686F;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-size: 12rem;
    height: 29px;
    overflow: hidden;
    margin: 1px 0px 6px;
}

#feed .news .count{
    font-family: arial;
    font-size: 11px;
    font-size: 11rem;
    color: #6a686f;
    line-height: 10px;
    padding-top: 3px;
}

#feed .news .count .comment {
    display: inline-block;
    width: 50px;
    background-image: url(../img/icon/comment.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    height: 13px;
}

#feed .news .count .view{
    display: inline-block;
    width: 50px;
    background-image: url(../img/icon/eye.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    height: 13px;
}

#feed .news .count a{
    text-decoration: none;
    color: #6a686f;
}

.active-tab{
    display: block;
}

#newscast-tab{
    display: none;
}

#article-tab{
    display: none;
}

/* --- #feed end --- */

/* --- #banners --- */

#banners{
    width: 230px;
    float: left;
}

.banner{
    padding: 15px 0;
}



.banner img{
    width: 229px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}

/* --- #banners end --- */

/* --- #sidebar end --- */

/* --- #content --- */

#content{
    float: right;
    width: 770px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 25px 25px;
}

#content .title{
    text-transform: uppercase;
}

#content .prev, #content .next{
    height: 17px;
    width: 10px;
    display: inline-block;
    padding-left: 5px;
    background-repeat: no-repeat;
}

#content .nav .num-pages {
    letter-spacing: 3px;
    padding: 0 5px;
    position: relative;
    top: -3px;
}

#content .nav .num-pages a{
    font-family: "pf_dindisplay_probold";
    font-size: 14px;
    font-size: 14rem;
    color: #898989;
    text-decoration: none;
}

#content .nav .num-pages a.current-product-page,
#content .nav .num-pages a:hover{
    color: #ed1c24;
}

#content .prev{
    background-image: url(../img/arrows/arrow-left-gray.png);   
}

#content .prev:hover{
    background-image: url(../img/arrows/arrow-left-red-mini.png);
}

#content .next{
    background-image: url(../img/arrows/arrow-right-gray.png);    
}

#content .next:hover{
    background-image: url(../img/arrows/arrow-right-red-mini.png);
}

/* --- .products --- */

.products_row {
  margin:20px 0 20px 0;
}

.products{
    padding-bottom: 10px;
    position: relative;
}

.products .caption{
    margin-bottom: 15px;
    position: relative;
}

.products .caption h2{
    font-family: "pf_din_text_cond_promedium";
    font-weight: normal;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}


.products .caption>span{
    margin: 15px 0 0 0 ;
    font-weight: normal;
    text-transform: uppercase;
    color: #121212;
    font-size: 20px;
    font-size: 20rem;
    font-family: "pf_din_text_cond_promedium";
    width: 500px;
    float: left;
    display:inline-block;   
}

.products.popular .caption>span{
    background-image: url("../img/icon/star-green.png");
    background-repeat: no-repeat;
    text-indent: 30px;
}

.products .caption .nav{
    position: relative;
}



.products .special{
     position: relative;
}

.products .special a{
    text-decoration: none;
    margin-left: 10px;
}

.products .special a:first-child{
    margin-left: 0;
}

.products .special>a>img{
    position: relative;
    top: 3px;
    max-width: 18px;
    height: 18px;
}

.products .special a.link{
    color: #009ab2;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 18px;
    font-size: 18rem;
    font-family: "pf_dindisplay_promedium";
}

.products > .title {
    margin: 20px 0 5px 5px;
}

.products .caption .nav{
    height: 14px;
    margin-left: 0;
    text-align: right;
    float: right;
    top: 10px;
    margin: 15px 0 0 5px;
}

.product>h2{
    font-size: 20px;
    font-size: 20rem;
    font-family: "pf_dindisplay_promedium";
    color: #121212;
    margin-top: 25px;
    margin-bottom: 12px;
}

.product{
    float: left;
    font-family: "pf_dindisplay_promedium";
    width: 235px;
    text-align: center;
    padding:    0px 10px 0px 10px; 
    box-shadow: 0px 0px 5px 0    rgba(255,255,255,1),
                0px 0px 3px 0    rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;             
    box-sizing: border-box;
    margin: 5px;
    background-color: white;
    position: relative;
    border: solid 1px white;
    list-style: none;
    //overflow: hidden;
}

.product:hover {
    border: solid 1px #b1d15e;
}

.product a{
    color: inherit;
    text-decoration: none;
}

.product mark.count{
    display: none;
}

.product-category.product h3 {
    height: 50px;
}

.products_row li{
    margin: 5px;
}

.product:hover .preview{
    opacity: 0.5;
}

.product .ribbon{
    position: absolute;
    top: 0;
    z-index: 1;
}

.product .ribbon span,
.product .ribbon img{
    left: -11px;
    position: absolute;
    text-indent: -9999px;
    top: -1px;
}

.product .ribbon .new{
    background: url("../img/plate-new.png") repeat scroll 0 0 transparent;
    height: 72px;
    width: 72px;
}

.product .ribbon .hit{
    background: url("../img/plate-hit.png") repeat scroll 0 0 transparent;
    height: 80px;
    width:  80px;    
}

.product .action{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.product .action .percent{
    background: url("../img/circle-red-big.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-family: "pf_dindisplay_probold";
    font-size: 16px;
    font-size: 16rem;
    height: 34px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    width: 34px;
}

.product .action .present{
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
    background: url("../img/icon/present.png") no-repeat scroll 0 0 transparent;
    display: block;
}

.product .action img{
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
    display: block;
}

.product .action span,
.product .action img{
    margin-bottom: 3px;
}

.ribbon > img {
    left: -11px;
    position: absolute;
    top: -1px;
}

.product .preview{
    width: 240px;
    height: 160px;
    vertical-align: bottom;
    text-align: center;
    display: table-cell;
}

.product .preview, .product .preview img {
    max-height: 160px;
    max-width: 211px;
}

.product .name{
    height: 34px;
    margin: 25px 0 5px;
    font-size: 16px;
    font-size: 16rem;
    color: #1c1c1c;    
}

.product .about{
    font-family: "pf_dindisplay_proregular";
    font-size: 13rem;
    text-align: left;
    color: #a2a2a2;
    margin-top: 0;
    padding: 0px 0 6px;
    border-bottom: solid 1px #a2a2a2;
    white-space: pre;
    margin-bottom: 15px;
}

.product .price{
    float: left;
    text-align: left;
    width: 45%;
    height: 50px;
    position: relative;
    padding-right: 5px;    
}



.product .price .count del {
    position: absolute;
    bottom: 0;
    font-size: 14rem;
    color: rgb(116, 116, 116);
    margin: 0;
    text-decoration: line-through;
    margin-bottom: 10px; 
    text-align: center;  
    width: 95px; 
}

.price .count del {
    font-size: 14rem;
    color: rgb(116, 116, 116);
    margin: 0;
    text-decoration: line-through;
    margin-bottom: 10px; 
    text-align: center;  
    width: 95px;
}

.product .price .count del + ins, .price .count del + ins {
    position: absolute;
    top: 0;
    font-size: 20rem;
    color: rgb(237, 28, 36);
    margin: 0;    
    text-align: left;
    width: 95px;
    white-space: pre;
}

.product .price .count ins{
    position: absolute;
    top: -2px;
    font-size: 20rem;
    margin: 0 0 26px 0;
    color: rgb(116, 116, 116);    
    text-decoration: none;
    text-align: left;
    width: 95px;
}

.product .price .count ins .amount.by{
    font-size: 16rem;
}

.product .price .count>.amount{
    font-size: 20rem; 
    margin: 0 0 26px 0; 
    color: #747474;
    white-space: pre;
}

.product .price .count>.amount.by{
    font-size: 16rem;
}

.page-menu {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    width: 100%;
}

.page-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 675px;
    display: inline-block;    
}

.page-menu li{
    display: inline-block;
    padding: 0 5px;    
    font-family: "pf_dindisplay_proregular";
    font-size: 14rem;
    color: #898989;
}

.page-menu li:first-child{
    padding-left: 0;
}

.page-menu li a{
    color: #009ab2;
    text-decoration: none;
}

.page-menu li:last-child a,
.page-menu li:last-child
{
    color: #121212;
}

.page-menu li a p{
    margin: 0;
}


.page-menu .back{
    position: relative;
    float: right;
    right: 5px;
}

.page-menu .back img{
    position: relative;
    top: 4px;
    left: -5px;
}

.page-menu .back a{
    font-family: "pf_dindisplay_proregular";
    color: #009ab2;
    font-size: 14px;
    font-size: 14rem;
    text-decoration: none;
}


.feed-menu{
    padding-top: 20px;
    width: 100%;    
}

.feed-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
}

.feed-menu li{
    display: inline-block;
    padding: 0 5px;    
    font-family: "pf_dindisplay_proregular";
    font-size: 20px;
    font-size: 20rem;
    color: #121212;
    text-transform: uppercase;
}

.feed-menu li:first-child{
    padding-left: 0;
}

.feed-menu li a{
    color: #009ab2;
    border-bottom: 1px dashed #009ab2; 
    text-decoration: none;
    text-transform: none;
}

.products .nav{
    float: right;
}

.products .nav.top {
    position: relative;
    right: -4px;
    top: 25px;
}

.products>h2{
    margin: 18px 0 13px;
    font-family: "pf_dindisplay_promedium";
    font-size: 20rem;
    font-weight: normal;
}

.products .nav.bottom{
    position: relative;  
    right: 20px;  
}

.products .nav .num-pages {
    letter-spacing: 3px;
    padding: 0 5px;
    position: relative;
    top: -3px;
}

.products .nav .num-pages a{
    font-family: "pf_dindisplay_probold";
    font-size: 14rem;
    color: #898989;
    text-decoration: none;
}

.products .nav .num-pages a.current-product-page{
    color: #ed1c24;
}

#sidebar .recent_products .caption {
  	text-align: center;
	text-indent: 0;
}

#sidebar .recent_products .product {
	margin-left: 0;
}

/* --- .products end --- */

/* --- .post --- */

.post{
    font-size: 14rem;
    font-family: "pf_dindisplay_proregular";
    color: rgb(101, 101, 105);    
}

.post span{
    padding: 7.5px 0;
    color: rgb(101, 101, 105); /* дублируется */
}

.post a{
    color: rgb(0, 154, 178);
}

.post img{
    height: auto;
    max-width: 100%;
}

.post h1, .post h4, .post h5, .post h6,/* .post strong,*/ .post span{
    font-family: "pf_dindisplay_probold";
    font-weight: normal;
    color: #27282d;
}

.post h2, .post h3{
    font-family: "pf_dindisplay_proregular";    
    font-weight: normal;
    color: #27282d; 
}
.post span, .post i, .post em, .post b, .post strong{
    color: #656569; 
}

.post h1{
    font-size: 1.9em;   
}

.post h2{
    font-size: 1.6em;    
}

.post h3{
    font-size: 1.3em;
}

.post h4{
    font-size: 1.25em;  
}

.post h5{
    font-size: 1.2em;   
}

.post h6{
    font-size: 1.1em;   
}

.post p{
    color: #656569;
    font-size: 1em;
    font-family: arial;
    margin: 1.07em 0;
}

.post strong, .post b{
    font-size: 1.1em;
    font-weight: bold;
    color: #0d98ad;
}

.post hr{
    margin: 1em 0;
}

.post li{
    list-style: none;
}

.post ul{
    font-family: arial;
    color: #656569;
    font-size: 1em;
    margin: 10px 0 0 5px;
    padding: 0;
}

.post ul li{
    margin-bottom: 10px;
}

.post ul li:before {
    content: '• ';
    color: #21aebe;
    font-size: 1em;
    font-family: arial;
    width: 1em;
    line-height: 1em;
    display: inline-block;
}

.post ol{
    font-family: arial;
    color: #656569;
    font-size: 1em;
    padding: 0;
    counter-reset:li;
}

    .post ol li{
        margin: 15px 0 15px 30px;
        position:relative;
        padding-left: 10px; 
    }

    .post ol li:before{
        content:counter(li);
        counter-increment:li;
        position:absolute;
        text-align:center;
        background-image: url("../img/circle-ol.png");
        width: 27px;
        height: 27px;
        left: -30px;
        font-family: tahoma;
        font-weight: bold;
        font-size: 13rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4px 1px 0px 0px;
        color: #0d98ad;
    }

.post hr{
    color: #b7b7b7;
}

.post span{
    color: #27282d;
    font-family: arial;
    padding-bottom: 15px;
    display: inline-block;  
}
.post>span{
    text-indent: 23px;  
}
.post .date {
    font-family: "pf_dindisplay_promedium";
    font-size: 14px;
    font-size: 14rem;
    color: white;
    background-color: #8fbd1f;
    padding: 0 3px;
    text-indent: 0;
}

.post h1{
    font-family: "pf_dindisplay_promedium";
    color: #121212;
}

.post table{
    border: 2px solid #21aebe;
    background-color: white;
    width: 730px;
    margin-left: 23px;
}

.post table td{
    text-align: center;
}

.post table tr th,
.post table tr td{
    border: 1px solid #cfcfcf;
    padding: 12px 0;
    font-weight: normal;
}

.post table tr:first-child th,
.post table tr:first-child td{
    color: #27282d!important;
    font-family: "pf_dindisplay_promedium"!important;
    font-size: 1.14em!important;
    font-weight: normal!important;
}

.post table tr th:first-child
.post table tr td:first-child{
    text-align: left;
    font-family: Arial;
    color: #43484d;
    font-size: 1em;
    width: 40%;
    text-indent: 18px;
}

.post table tr:nth-child(odd){
    background-color: #f4f4f4;
}

.post table tr th:nth-child(n+2),
.post table tr td:nth-child(n+2){
    text-align: center;
    color: #ed1c24;
    font-weight: bold;
}

.post table tr th:nth-child(n+3),
.post table tr td:nth-child(n+3){
    text-align: center;
    color: #43484d;
    font-weight: normal;
}

.post.contact p,
.post.contact span{
    text-indent: 0;
}

.post.contact>span:first-child{
    margin: 1em 0 0 0;
}

.post.contact .title{
    text-transform: uppercase;
    font-size: 1.5em;
    display: block;
}

.post.contact span > a{
    padding-bottom: 15px;
    display: inline-block;
}

 .widget-slider{
    width: 745px;
    height: 335px;
    position: relative;
    margin: 10px 0;
}

 .widget-slide{
    position: relative;
}

 .widget-current-slide{
    display: block!important;
    width: 500px;
}

.widget-slide.widget-current-slide > img {
    height: 335px;
    width: 500px;
}


.widget-caption{
    width: 245px;
    background-color: #d6d6d6;
    height: 335px;
    position: absolute;
    top: 0;
    left: 500px;
    padding: 23px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 14px Arial, sans-serif;
    font: 14rem Arial, sans-serif;
    color: #555555;
}

.widget-control{
    position: absolute;
    left: 500px;
    bottom: 0px;
    text-align: center;
    width: 230px;
    font-family: "pf_dindisplay_proMdIt"!important;
}

.widget-control .widget-prev, .widget-control .widget-next {
    height: 17px;
    width: 10px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: none;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    text-indent: 0;
}

.widget-control .widget-count{
    display: inline-block;
    text-indent: 0;
    padding: 0;
}

.widget-control .widget-count span{
    padding: 0;
}


.widget-control .widget-prev{
    background-image: url(../img/arrows/arrow-left-gray.png);  
    float: left; 
    margin-left: 23px;
}

.widget-control .widget-prev:hover{
    background-image: url(../img/arrows/arrow-left-red-mini.png);
}

.widget-control .widget-next{
    background-image: url(../img/arrows/arrow-right-gray.png);  
    float: right;  
    margin-right: 23px;
}

.widget-control .widget-next:hover{
    background-image: url(../img/arrows/arrow-right-red-mini.png);
}

.widget-control .widget-count span{
    font-family: "pf_dindisplay_promedium";
    font-size: 24px;
    font-size: 24rem;
    color: #878787;
    text-indent: 0;
}

.widget-control .widget-count .widget-current{
    color: #27282d;
}

.widget-slider-img{
    width: 500px;
    height: 335px;
    background: rgb(214, 214, 214);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px; 
}

.widget-caption .text{
    height: 280px;
    width: 225px;
}

.scroll-slider .jspVerticalBar {
right: 0;
left: auto;
}

.scroll-slider .jspTrack{
    background-color: rgb(214, 214, 214);
}

/* --- .post end --- */

/* --- .map-site --- */
.map-site li>ul{
	margin-left: 30px;
}
/* --- .map-site end --- */

/* --- .share --- */ 

#content .share{
    border-top: 2px solid black;
    padding-top: 10px;
}

#content .share div{
    float: left;
    background-image: url(../img/icon/share.png);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
}

#content .share .vk{
    background-position: 0px 0px;
}

#content .share .fb{
    background-position: -22px 0px;
}

#content .share .tw{
    background-position: -42px 0;
}

#content strong{
    font-weight: 600;
}

/* --- .share end --- */

/* --- .news_list --- */

.news_list{
    margin-top: -10px;
}

.news_list .news{
    padding: 30px 0;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
}

.news_list .news:last-child{
    border-bottom: 2px solid black;
}

.news_list .news .left{
    padding-right: 25px;
    padding-top: 2px;
    width: 200px;
    clip: rect(0, 200px, 145px, 0);    
}

.news_list .news .left img{
    border: 3px solid white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    min-height: 145px;
    min-width: 200px;
}

.news_list .news .left .count{
	color: #6A686F;
    font-family: arial;
    font-size: 11rem;
    left: 5px;
    line-height: 10px;
    position: relative;
    top: 10px;
}

.news_list .news .left .count span{
	display: inline-block;
	width: 50px;
	text-indent: 20px;
	height: 13px;
	background-repeat: no-repeat;
}

.news_list .news .left .count .comments{
    background-image: url("../img/icon/comment.png");  
}

.news_list .news .left .count .views{
	background-image: url("../img/icon/eye.png");
}

.news_list .news .right{
    width: 500px;
    position: relative;
}

.news_list .news .right .more{
    position: relative;
    right: 0;
    top: 25px;
    margin-bottom: 23px;
    text-decoration: none;
}

.news_list .news .date{
    font-family: "pf_dindisplay_promedium";
    font-size: 14px;
    font-size: 14rem;
    color: white;
    background-color: #8fbd1f;
    padding: 0 3px;
    line-height: 18px;
}

.news_list .news .title a{
    color: #121212;
    font-size: 18rem;
    font-family: "pf_dindisplay_promedium";
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.news_list .news .title a:hover,
.news_list .news .title a:focus
{
    color: #009ab2;
}

.news_list .news .title{
    margin: 13px 0;
    text-transform: none!important;
}

.news_list .news .text{
	color: #656569;
	font-size: 13rem;
	font-family: Arial;
	line-height: 20px;
	margin: 0px;
	display: block;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}

.news_list .news .text * {
	color: inherit!important;
	font: inherit!important;
	margin: 0!important;
	padding: 0!important;
	text-decoration: inherit!important;
	line-height: inherit!important;
	font-weight: normal!important;
	text-align: inherit!important;
}

.news_list .news .text *not(.more){
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: inherit;
}

.news_list .news img {
	max-width: 100%;
}

.news_list .news .more{
    float: right;
    padding: 5px 15px!important;
    color: white!important;
}

.news_list ~ .nav.bottom{
    margin-top: 16px;
}

/* --- .news_list end --- */

/* --- .doverie --- */
.doverie h2{
    font-family: "pf_dindisplay_probold";
    font-weight: normal;
    text-transform: uppercase;
}

.doverie p{
    font: 13rem Arial, sans-serif;
    color: #656569;   
}

.doverie .number {
text-decoration: none;
color: #656569;
}
/* --- .doverie end --- */

/* --- .where --- */
.where .name span{
    font-family: "pf_din_text_cond_promedium";
    font-size: 20px;
    font-size: 20rem;
    color: #121212;
    padding-left: 40px;
}

.where .city{
    position: relative;
}

.where .city section{
    position: relative;
}


.where .city.active-city .name{
    border: 1px solid #d2d2d2;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* W3C */
}

.where .city .name:hover{
    cursor: pointer;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(0%,#e0e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* W3C */
}

.where .city.active-city{
    background-color: white;  
    border: 1px solid #d2d2d2;   
}

.where .city section{
    display: none;
}

.where .city.active-city section{
    display: block;
}

.where .city section{
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 130px 28px 26px;
}

.where .city .name{
    padding: 0 26px;    
}

.where .city .name span{
    background-image: url(../img/arrows/arrow-this.png);  
    background-repeat: no-repeat;  
    background-position: 0px 10px;
    padding: 7px 0 7px 25px;
}

.where .city.active-city .name span{
    background-image: url(../img/arrows/arrow-down-blue.png);    
}

.where .city .name span{
    background-image: url(../img/arrows/arrow-this.png);
}

.where .city.active-city .name span,
.where .city:hover .name span{
    padding: 7px 0 7px 24px;
    font-family: "pf_dindisplay_promedium";
    font-size: 18px;
    font-size: 18rem;
}

.where .city.active-city .name span{
    color: #009ab2;    
}
.where .city .title {
    margin-bottom: 4px;
}

.where .city .title span{
    color: white;
    padding: 1px 7px;
    display: inline-block;
    font-size: 18px;
    font-size: 18rem;
    text-transform: none!important;
    border-radius: 2px;
}

.where .city  .title .red{
    background-color: #ed1c24;
}

.where .city .title span:nth-child(2){
    margin-right: 12px;
    color: #121212;
}

.where .city .title .green{
    background-color: #8fbd1f;
    color: white;
}


.where .city .addres{
    color: #121212;
    font-size: 14px; 
    font-size: 14rem; 
    line-height: 24px;  
}

.where .city .addres a{
    padding-left: 20px;
    background-image: url(../img/icon/flag.png);
    background-repeat: no-repeat;
    color: #009ab2;
    font-family: "pf_dindisplay_promedium";
    background-position: 5px 2px;
}

.where .city span{
    font-family: "pf_dindisplay_promedium";;
    display: block;
    color: #121212;
    font-size: 14px;
    font-size: 14rem;
    line-height: 24px;
}

.where .phone .number{
    color: #ed1c24;
    font-weight: normal!important;
    font-size: 16px;
    font-size: 16rem;
    line-height: 24px;
    display: inline-block;
}

.where .phone .number:after {
    content: ", ";
    white-space: pre;
}

.where .phone .number:last-child:after {
    content: "";
}

.where .metro img {
    vertical-align: middle;
    padding-right: 10px;
}

.where .city a.right{
    font-family: "pf_dindisplay_promedium";
    color: white;
    font-size: 12px;
    font-size: 12rem;
    padding: 5px 15px; 
    position: absolute;
    bottom: 28px;
    right: 27px;   
    text-decoration: none; 
}

#panorama-flash{
    position: relative;
    top: -70px;
}
/* --- .where end --- */

/* --- .lk-diler --- */

.lk-diler .name span{
	font-family: "pf_dindisplay_promedium";
	display: block;
	color: #121212;
	font-size: 14rem;
	line-height: 20px;
}

.lk-diler .option-lk.active-option-lk .name{
    border: 1px solid #d2d2d2;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%,#e0e0e0 100%); /* W3C */
}

.lk-diler .option-lk .name:hover{
    cursor: pointer;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(0%,#e0e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 0%,#ffffff 100%); /* W3C */
}

.lk-diler .option-lk.active-option-lk{
    background-color: white;  
    border: 1px solid #d2d2d2;   
}

.lk-diler .option-lk section{
    display: none;
}

.lk-diler .option-lk.active-option-lk section{
    display: block;
}

.lk-diler .option-lk section{
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 130px 28px 26px;
}

.lk-diler .option-lk .name{
    padding: 0 26px;   
	font-family: "pf_dindisplay_proregular";
	display: block;
	color: #121212;
	font-size: 14rem;
	line-height: 24px;     
}

.lk-diler .option-lk .name span{
    background-image: url(../img/arrows/arrow-this.png);  
    background-repeat: no-repeat;  
    background-position: 0px 10px;
    padding: 8px 0 8px 25px;
}

.lk-diler .option-lk.active-option-lk .name span{
    background-image: url(../img/arrows/arrow-down-blue.png);    
}

.lk-diler .option-lk .name span{
    background-image: url(../img/arrows/arrow-this.png);
}

.lk-diler .option-lk.active-option-lk .name span,
.lk-diler .option-lk:hover .name span{
    padding: 7px 0 7px 24px;
    font-family: "pf_dindisplay_proregular";
    font-size: 16rem;
}

.lk-diler .option-lk.active-option-lk .name span{
    color: #009ab2;    
}

.lk-diler>p:first-child{
	margin-top: 0;
}

/* --- /lk-diler --- */


/* --- .reviews-list --- */

.reviews_button{
    padding: 4px 14px;
    float: right;
   /* --- margin-top: 18px;--- */
}

.reviews_button a{
    text-decoration: none;
    color: white;
    background-image: url(../img/icon/pen.png);
    background-repeat: no-repeat;
    width: 106px;
    display: inline-block;
    padding: 0px 0px 0px 23px;
    background-position: 0px 3px;
}

    .reviews_list .review .title,
    #reviews-single-product-tab .review .title{
        margin: 20px 0 24px;
        display: block;
        text-transform: none!important;
    }

        .reviews_list .review .text,
        #reviews-single-product-tab .review .text{
            color: #656569;
            font-family: arial;
            font-size: 13px;
            font-size: 13rem;
        }

        .reviews_list .review .title a,
        #reviews-single-product-tab .review .title a{
            text-decoration: none;
            font-family: "pf_dindisplay_promedium";
            font-size: 18px;
            font-size: 18rem;
            color: #121212;
        }

        .reviews_list .review .title:hover a,
        .reviews_list .review .title:hover .who,
        #reviews-single-product-tab .review .title:hover a,
        #reviews-single-product-tab .title:hover .who
        {
            color: #009ab2!important;
        }

            .reviews_list .review .title .who,
            #reviews-single-product-tab .review .title .who{
                font-size: 14px;
                font-size: 14rem;
                color: #636363;
            }


.reviews_list .review,
#reviews-single-product-tab .review{
    position: relative;
}

    .reviews_list .review .text,
    #reviews-single-product-tab .review .text{
        background-color: white;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
        padding: 25px;
    }

        .reviews_list .review .text img{
            float: left;
            border: 2px solid #e8e8e8;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
            max-height: 110px;
            max-width: 145px;
            margin-right: 15px;
        }

        .reviews_list .review .text img:nth-child(2) {
            margin-left: -30px;
        }

        .reviews_list .review .text .rev,
        #reviews-single-product-tab .review .text .rev{
            position: relative;
            min-height: 17px;
            min-width: 17px;
            width: 17px;
            height: 17px;
            max-width: 17px;
            max-height: 17px;
            box-shadow: none;
            border: none;
            top: -41px;
            left: 18px;
        }

    .reviews_list .review .more{
        float: right;
        margin: 20px 0 0;
    } 

    .nav.bottom.right {
        margin-top: 20px;
    }    

    
/* --- .reviews-list end --- */

/* --- #questionnaire --- */
.question .title{
    width: 100%;
    display: block;
    border-top: 5px solid #e7111a;
    background-color: #0e0e0e;
    color: white;
    text-indent: 60px;
    height: 38px;
    font-family: "pf_dindisplay_promedium";
    font-size: 18px;  
    font-size: 18rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;  
    position: relative;  
    text-transform: none!important;
}

#reviews-single-product-tab .question .title,
.question .no-one.title{
    width: 100%;
    display: block;
    border-top: 5px solid #e7111a;
    background-color: #0e0e0e;
    color: white;
    text-indent: 0px;
    height: 38px;
    font-family: "pf_dindisplay_promedium";
    font-size: 18px;  
    font-size: 18rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;  
    position: relative;  
    text-align: center;
    text-transform: none!important;
}

.question .title:before{
    content: counter(section);
    position: absolute;
    background-image: url("../img/circle.png");
    width: 22px;
    height: 22px;
    left: 25px;
    top: 4px;
    color: white;
    text-indent: 6px;
    line-height: 21px;
}

#reviews-single-product-tab .question .title:before,
.question .no-one.title:before { 
    content: none!important;
    text-decoration: none!important;
}

.requir{
    color: #ec1620;
    display: inline!important;
    border: none!important;
}

.question_row{
    padding: 21px 25px 25px 27px;
    background-color: white;
}

.question{
    counter-increment: section;
    -moz-box-sizing:der-box;
    box-sizing: border-box;
    position: relative;
}

    .question label{
        color: #222222;
        font-size: 13px;
        font-size: 13rem;
        font-family: "pf_dindisplay_promedium";
        display: block;
        padding-top: 16px;
    }

    .question label:first-child{
        padding-top: 0px;
    }

    .question .error{
        margin: 0;
        display: inline-block;
        position: relative;
        background-color: #e4f0bb;
        font-size: 12px;
        font-size: 12rem;
        font-family: arial;
        color: #ec1620;
        height: 25px;
        line-height: 25px;
        margin-left: 13px;
        padding: 0 10px;
        font-style: italic;
    }    

    .question .error:before{
        background-image: url(../img/arrows/arrow-green.png);
        width: 5px;
        height: 25px;
        left: -4px;
        position: absolute;
        content: '';
        display: block;
        background-position: 0px 10px;
        background-repeat: no-repeat;
    }

.question input[type="text"],
.question input[type="number"],
.question input[type="email"],
.question input[type="tel"],
.question input[type="password"]
{ 
    padding: 2px 2px 2px 5px;
    width: 232px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    font-family: "pf_dindisplay_promedium";
    color: #6e6e6e;
    font-size: 13px;
    font-size: 13rem;
}

.question input[type="text"]:hover:focus,
.question input[type="number"]:hover:focus,
.question input[type="email"]:hover:focus,
.question input[type="tel"]:hover:focus,
.question input[type="password"]:hover:focus,
textarea:hover:focus
{
    border: 1px solid #ed1c24!important;
}



select{
    border-outline: none;
}

.question input[type="radio"]{
    display: none;
}

.question select{
    width: 232px;
}

.question-left {
    width: 265px;
    float: left;
}

.question-center {
    width: 175px;
    float: left;
}

.question-right {
    width: 230px;
    float: left;
}

#question_index{
    width: 150px;
}

#question_home,
#question_building{
    width: 60px;
}

#question_storey{
    width: 50px;
}

#question_div_home {
    width: 90px;
    float: left;
}

#question_div_home label,
#question_div_building label,
#question_div_storey label,
#question_div_flat label{
    color: #222222;
    font-size: 13px;
    font-size: 13rem;
    font-family: "pf_dindisplay_promedium";
    display: block;
    padding-top: 16px; 
}

#question_div_storey {
    float: left;
    width: 86px;
}

#question_div_flat{
    width: 144px;
    float: left;
}

#question_flat{
    width: 147px;
}

.question input[type="radio"] + label{
    color: #222222;
    font-family: "pf_dindisplay_proregular";
    font-size: 14px;
    font-size: 14rem;
    position: relative;
    text-indent: 30px;
    padding: 8px 0;
}

.question input[type="radio"] + label:before{
    position: absolute;
    width: 30px;
    display: block;
    height: 16px;
    background-image: url(../img/button/radio.png);
    content: "";
    background-position: 0 -4px;
    background-repeat: no-repeat;
}

.question input[type="radio"]:checked + label:before{
    background-image: url(../img/button/radio-active.png);
    background-position: 3px 0px;
}

#question_comment{
    resize: none;
    width: 445px;
    height: 140px;
    border: 1px solid #c6c6c6;
    padding: 10px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 13rem "pf_dindisplay_promedium";
    color: #6e6e6e;
    
}

#question_comment:hover{
    border: 1px solid #ed1c24;
    outline: none;
}

#questionnaire .confirm {
    padding: 20px;
    background: #0e0e0e;    
}

#questionnaire .confirm .question_row{
    background: inherit;   
    color: #959595; 
    padding: 0;
}

#questionnaire .confirm .confirm-left{
    width: 480px;
    float: left;
}

    #questionnaire .confirm span{
        display: block;
    }

#questionnaire .confirm .confirm-right  {
    float: left;
    text-align: right;
    width: 200px;
}  

#questionnaire .confirm input[type="checkbox"]{
    display: none;
}

#questionnaire .confirm input[type="checkbox"] + label{
    font-family: "Tahoma";
    font-size: 12px;
    font-size: 12rem;
    color: #959595;
    position: relative;
    padding-left: 30px;
}

#questionnaire .confirm input[type="checkbox"] + label:before{
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/button/radio-squire.png);
    background-position: 0px 0px;
    content: "";
    left: 0;
    top: 0;
}

#questionnaire .confirm input[type="checkbox"]:checked + label:before{
    background-image: url(../img/button/radio-squire-active.png);
    background-position: 0px 0px;
}

#questionnaire .confirm label a{
    color: #009ab2;
}   

#error-confirm{
    color: #ec1620;
    font-size: 11px;
    font-size: 11rem;
    font-family: arial;
    padding-left: 30px;
    font-style: italic;
}

#question_submit{
    width: 200px;
    height: 50px;
    font: 12px "pf_dindisplay_probold";
    font: 12rem "pf_dindisplay_probold";
    color: #ffffff;
    text-transform: uppercase;
}

/* --- #questionnaire end --- */

/* --- table.cart --- */

table.cart{
    background-color: white;
    border: 1px solid #c6c6c6;
    font-weight: normal;
    width: 100%;
    position: relative;
}

    table tr{
        border: 1px solid #c6c6c6;
        width: 100%;
    }

        table.cart tr td{
            text-align: center;
            padding: 20px 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;  
            vertical-align: top;          
        }

        table.cart tr td:first-child{
            padding-left: 30px;
        }

        table.cart tr td:last-child{
            padding-right: 0;
        }

    table tr.product-item:hover{
        background-color: #ebf6ce;
    }

    table tr.product-item:hover span.close{
        background: url(../img/icon/close-red.png) no-repeat 0px 3px;
    }

    table tr.caption-table th{
        color: #222222;
        font: 14px "pf_dindisplay_promedium";
        font: 14rem "pf_dindisplay_promedium";
        font-weight: normal;
        padding: 10px 0;
    }

    .cart td.preview{
        width: 95px;
        text-align: center;
    } 

    .cart td.name{
        width: 170px;
        padding-left:  10px;
        padding-right: 10px;
        text-align: center;       
    }

    .cart td.name a{
        font-family: "pf_dindisplay_proregular";
        font-size: 14px;
        font-size: 14rem;
        color: #009ab2;
        font-weight: normal;
    }

    .cart td.color{ 
        width: 114px;
        text-align: center;
    }

        .cart td.color select{
            width: 100px!important;
        }

        .cart td.color .cusel{
            width: 110px!important;
        }

    .cart td.price{
        width: 110px;
        font-family: "pf_dindisplay_probold";
        font-size: 14px;
        font-size: 14rem;
        color: #121212;
        font-weight: normal;
        padding-top: 25px;
    }

    .cart td.count{
        width: 120px;
    }

		td.count .minus {
			background: url(../img/icon/minus.png) no-repeat 0px 10px;
			display: inline-block;
			width: 12px;
			height: 20px;
			border: none;
			color: transparent;
			margin-right: 5px;
		}

        td.count input{
            width: 60px;
            text-align: center;
        }

        td.count .plus {
			background: url(../img/icon/plus.png) no-repeat 0px 5px;
			display: inline-block;
			width: 12px;
			height: 20px;
			color: transparent;
			border: none;
			margin-left: 5px;
		}

    .cart td.summary{
        width: 90px;
        font-family: "pf_dindisplay_probold";
        font-size: 14px;
        font-size: 14rem;
        color: #121212;
        font-weight: normal; 
        padding-top: 25px;      
    }

    .cart td.close{
        width: 30px;
    }

    .cart td.close span.close{
        background: url(../img/icon/x.png) no-repeat 4px 6px;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 3px;
    }

    .product-remove .remove{
		background: url("../img/icon/x.png") no-repeat scroll 4px 6px transparent;
	    display: inline-block;
	    height: 20px;
	    position: relative;
	    top: 3px;
	    width: 20px;
	    text-decoration: none;
	    color: transparent;
	}

	.product-remove .remove:hover{
		background: url("../img/icon/close-red.png") no-repeat scroll 0 3px transparent;
	}


.cart-summary{
    border-top: 2px solid #0e0e0e;
    border-bottom: 2px solid #0e0e0e;
    background: white;
    padding: 20px;
    text-align: right;
}    

    .cart-summary span{
        color: #121212;
        font: 20px "pf_dindisplay_promedium"; 
        font: 20rem "pf_dindisplay_promedium";   
    }

#cart-table-footer{
    background: #0e0e0e;
    padding: 16px 16px 10px 30px;
}    

#cart-table-footer .promo{
    width: 360px;
    float: left;
}

#cart-table-footer .print{
    width: 140px;
    float: left;
    padding-top: 27px;
}

#cart-table-footer .cart-button{
    width: 175px;
    float: right;
  	height: 140px;
}

#cart-table-footer .cart-button input{
    width: 175px;
    height: 50px;
}

#cart-table-footer span{
    color: #a3a3a3;
    font: 12px "pf_dindisplay_promedium";
    font: 12rem "pf_dindisplay_promedium";

}

#cart-table-footer label{
    color: #97ab2e;
    font: 18px "pf_dindisplay_promedium";
    font: 18rem "pf_dindisplay_promedium";
    padding-right: 11px;
    position: relative;
    top: 5px;
    height: 22px;
  	float:left;
}

#cart-table-footer .promo input {
    color: white;
    font: 12px "pf_dindisplay_promedium";
    font: 12rem "pf_dindisplay_promedium";
    background-color: #909090;
    border: none;
    width: 208px;
    line-height: 24px;
    padding-left: 8px;
    position: relative;
    top: 5px;
    margin-bottom: 5px;
    line-height: 27px;
    height: 27px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cart-table-footer .active{
    color: #ed1c24;
    font: 12rem "pf_dindisplay_promedium";
    margin-left: 110px;
    font-style: italic;
}

#cart-table-footer .print a{
    color: #009ab2;
    font: 13rem "pf_dindisplay_proregular";
    background-image: url(../img/icon/print.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position: 0px 4px;
    cursor: pointer;
}

.cart-empty-inform{
	font-size: 25rem;
}

.button.blue.cart-back {
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
}
/* --- table.cart end --- */

/* --- #single-product --- */
.single-product-right{
    margin-top: 40px;
}

    .single-product-right .button.buy {
        background-color: #a0a0a0;
        color: white;
        left: 10px;
    }

    .single-product-right .button.buy:hover {
        background-color: #8fbd1f;
    }

    .single-product-right .button.buy:before {
        border-right-color: white;
    }

    .single-product-right .button.buy:after{
        border-color: transparent transparent transparent #a0a0a0;
        background-image: url(../img/bg/bg-white.png);    
    }

    .single-product-right .button.buy:hover:after{
        border-left-color: #8fbd1f;    
    }    

#single-product-slider{
    width: 275px;
    float: left;
    position: relative;
    margin-TOP: 40px;
}

#current-slide-product-slider{
    background-color: white;
    height: 275px;
    width: 275px;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#current-slide-product-slider img {
    max-width: 245px;
}

    #current-slide-product-slider .preview{
        height: 275px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        width: 275px;
        overflow: hidden;
    }

        #current-slide-product-slider .preview img{
            max-width: 275px;
            max-height: 275px;
            min-height: 150px;
            min-width: 150px;
        }

    #current-slide-product-slider .lupe{
        position: absolute;
        color: #009ab2;
        font: 13px "arial";
        font: 13rem "arial";
        bottom: 10px;
        left: 25px;
        padding-left: 15px;
        background-image: url(../img/icon/loop-blue.png);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        text-decoration: none;
    }


    #current-slide-product-slider .action{
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

    #current-slide-product-slider .action .percent {
        background: url("../img/circle-red-big.png") no-repeat scroll 0 0 transparent;
        color: white;
        display: inline-block;
        font-family: "pf_dindisplay_probold";
        font-size: 16px;
        font-size: 16rem;
        height: 34px;
        padding-top: 7px;
        position: relative;
        text-align: center;
        width: 34px;
    }
    
    .single-product-slide{
        float: left;
        margin: 10px 17px 0 0;
        border: 2px solid white;
        width: 76px;
        height: 76px;
        overflow: hidden;
        background-color: white;
    }

    .single-product-slide:hover{
        border-color: #109fb6;
    }

    .single-product-slide img{
        max-width: 76px;
        max-height: 76px;
        cursor: pointer;
    }

    .single-product-slide:nth-child(3n+0) {
        margin: 10px 0 0;
    }

.single-product-slide-row{
    display: none;
    overflow: hidden;
    height: 180px;
    width: 275px;
}    

.single-product-slide-row.current{
    display: block;

}

#nav_gallery {
    position: relative;
    top: 10px;
    left: 5px;
}    

.nav-single-product-slider {
    overflow: hidden;
    position: relative;
}


.breadcrumb-trail a{
    color: rgb(0, 154, 178);
    text-decoration: none;
    font-family: "pf_dindisplay_proregular";
    font-size: 14rem;
}

.breadcrumb-trail .trail-end{
    font-family: "pf_dindisplay_proregular";
    font-size: 14rem;    
}

.breadcrumb-trail .sep{
    padding: 0 5px;
    font-family: "pf_dindisplay_proregular";
    font-size: 14rem;      
}


.arrows-single-product-slider {
    margin-top: 10px;
}

.arrows-single-product-slider .next{
    margin-left: 10px;
}

.single-product-right {
    float: left;
    width: 430px;
    margin-left: 20px;
}

.single-product-right .single-row{
    border-bottom: 1px solid lightgray;
    padding: 15px 0;
    position: relative;
}

.single-product-right .instruct a{
    text-decoration: none;
}

.single-product-right .single-row.icon {
padding: 16px 0 3px!important;
}

.single-product-right .single-row:first-child{
    padding: 0 0 15px;
}

.single-product-right .single-row:last-child{
    border-bottom: none;
}

.single-product-right .single-row.caption .title{
    margin: 0px;
    font-size: 24rem; 
    font-family: "pf_dindisplay_promedium";    
    width: 325px;
    float: left;
}

.single-product-right .bonus{
    text-align: right;
    text-transform: uppercase;
    width: 100px;
    float: right;
}

.single-product-right .bonus .hit{
    color: white;
    background: #08c8e0;
    font-size: 12rem; 
    font-family: "pf_dindisplay_promedium";
    padding: 2px 5px;
    white-space: pre-wrap;
}    

.single-product-right .bonus>img {
    position: relative;
    top: 3px;
}

.single-product-right .bonus .new{
    background: #ffb400;
    font: 12px "pf_dindisplay_promedium";
    font: 12rem "pf_dindisplay_promedium";
    padding: 0 5px;
    color: white;
}

#product_color {
	position: absolute;
	top: 13px; 
	left: 0;
}

.single-product-right .color{
    color: #747474;
    font: 14px "pf_dindisplay_promedium";
    font: 14rem "pf_dindisplay_promedium";
    display: block;
    float: left;
    width: 100%;
    height: 40px;
}

.single-product-right .color a{
    text-decoration: none;
}

.single-product-right .color .circle{
    width: 34px;
    height: 35px;
    display: inline-block;
    background-image: url("../img/bg/bg-circle.png");
    background-repeat: no-repeat;
}

.single-product-right .color .text {
    position: relative;
    top: 8px;
    float: left;
    padding-right: 10px;
}

.single-product-right .color .text:hover{
    border: none;
}

.single-product-right .color .red{
    background-position: 0 3px;
}

.single-product-right .color .red:hover,
.single-product-right .color .red.current{
    background-position: 0 -41px;
}

.single-product-right .color .beige{
    background-position: -34px 3px;
}

.single-product-right .color .beige:hover,
.single-product-right .color .beige.current{
    background-position: -34px -41px;
}

.single-product-right .color .green{
    background-position: -68px 3px;
}

.single-product-right .color .green:hover,
.single-product-right .color .green.current{
    background-position: -68px -41px;
}

.single-product-right .color .black{
    background-position: -102px  3px;
}

.single-product-right .color .black:hover,
.single-product-right .color .black.current{
    background-position: -102px -41px;
}

.single-product-right .color .light_beige{
    background-image: url("../img/icon/colors/light_bezh.png");
    background-position: -36px -2px;
}

.single-product-right .color .light_beige:hover,
.single-product-right .color .light_beige.current{
    background-position: -2px -2px;
}

.single-product-right .color .white{
    background-image: url("../img/icon/colors/white.png");
    background-position: -36px -2px;
}

.single-product-right .color .white:hover,
.single-product-right .color .white.current{
    background-position: -2px -2px;
}

.single-product-right .color .pink{
    background-image: url("../img/icon/colors/pink.png");
    background-position: -36px -2px;
}

.single-product-right .color .pink:hover,
.single-product-right .color .pink.current{
    background-position: -2px -2px;
}

.single-product-right .color .grey{
    background-image: url("../img/icon/colors/gray.png");
    background-position: -36px -2px;
}

.single-product-right .color .grey:hover,
.single-product-right .color .grey.current{
    background-position: -2px -2px;
}

.single-product-right .color .violet{
    background-image: url("../img/icon/colors/violet.png");
    background-position: -36px -2px;
}

.single-product-right .color .violet:hover,
.single-product-right .color .violet.current{
    background-position: -2px -2px;
}

.single-product-right .color .lilac{
    background-image: url("../img/icon/colors/lile.png");
    background-position: -36px -2px;
}

.single-product-right .color .lilac:hover,
.single-product-right .color .lilac.current{
    background-position: -2px -2px;
}

.single-product-right .color .blue{
    background-image: url("../img/icon/colors/blue.png");    
    background-position: -36px -2px;
}

.single-product-right .color .blue:hover,
.single-product-right .color .blue.current{
    background-position: -2px -2px;
}

#rus_pult{
    position: absolute;
    right: 0;
}



.single-product-right .count{
    float: left;
}

.single-product-right .price>.amount {
    color: rgb(116, 116, 116);
    display: inline-block;
    line-height: 35rem;
    font-size: 35rem;
    margin-top: 28px;
}

.single-product-right .price > .amount.by{
    font-size: 26rem;
}

.single-product-right .price > .amount.kz{
    font-size: 32rem;
}

.single-product-right .price ins {
    font-size: 30rem;
    font-family: "pf_dindisplay_promedium";
    color: #ed1c24;
}

.single-product-right .price ins .amount.by {
    font-size: 28rem;
}

.single-product-right .price del {
    font-size: 24rem;
    color: #747474;
    font-family: "pf_dindisplay_promedium";
    text-align: right;
    text-decoration: line-through;
    display: block; 
    width: auto; 
}

.button.buy.product_type_variable {
    text-indent: 14px;
}

#single-product-price{
    position: absolute;
    top: 60px;  
} 

#single_product_button_buy_shadow {
    width: 95px;
    left: 170px;
    height: 26px;
    top: 95px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
    position: absolute;
}

.single-product-right .quantity{
    display: none;
}

.single-product-right .input-text.qty.text {
    width: 50px;
    border: none;
    text-align: center;

}

.single-product-right .icon div{
    width: 60px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 0 0 10px 10px;
    cursor: pointer;
    position: relative;
    
}

.single-product-right .icon .text{
    font-family: "pf_dindisplay_promedium";
    display: inline-block;
    position: relative;
}

.single-product-right .icon .text.podushki{
    left: -10px;
    top: 6px;
}

.single-product-right .icon .text.podushki .count{
    font-family: "pf_dindisplay_proregular";
    font-weight: bold;
    position: absolute;
    right: 45px;
    text-align: right;
    width: 50px;
}

.single-product-right .icon .text.podushki .name{
    font-size: 8px;
    position: absolute;
    right: 0px;  
}

.single-product-right .icon .text.programm{
    text-align: center;
}

.single-product-right .icon .text.programm .count{
    font-size: 36px;
    font-family: "pf_dindisplay_proregular";
    color: #00aeef;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    width: 100%;
}

.single-product-right .icon .text.programm .text_prog{
    font-size: 10px;
    top: 7px;
	position: relative;
}

.single-product-right .icon .text.line{
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    top: -10px;
}

.single-product-right .icon .text.kg{
    font-size: 12px;
    width: 100%;
    top: 5px;
}


.fast_buy{
    position: absolute!important;
    top: 95px;
    right: 0px;
    text-transform: uppercase;
    padding: 0 22px;
    font-size: 12rem;
    font-family: "pf_dindisplay_promedium";
    line-height: 26px;
    height: 26px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    inset 0px 5px 5px rgba(50, 50, 50, 0.6);
    box-shadow:         inset 0px 5px 5px rgba(50, 50, 50, 0.6);     
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 1px 3px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 1px 3px rgba(50, 50, 50, 0.4);    
}

.woo_compare_button{
    text-transform: uppercase!important;
    padding: 0 22px!important;
    font-size: 12rem!important;
    font-family: "pf_dindisplay_promedium"!important;
    line-height: 26px!important;
    height: 26px!important;
    -moz-box-sizing: border-box!important;  
    box-sizing: border-box!important;
    -webkit-box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.6)!important;
    -moz-box-shadow:    inset 0px 5px 5px rgba(50, 50, 50, 0.6)!important;
    box-shadow:         inset 0px 5px 5px rgba(50, 50, 50, 0.6)!important;     
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4)!important;
    -moz-box-shadow:    0px 1px 3px rgba(50, 50, 50, 0.4)!important;
    box-shadow:         0px 1px 3px rgba(50, 50, 50, 0.4)!important;    
}

.single-product-right .title{
    display: block;
    font: 18px "pf_dindisplay_promedium";
    font: 18rem "pf_dindisplay_promedium";
}

.single-product-right .instruct img{
    padding: 5px 15px 0 0;
}

.tabs-single-product{
    position: relative;
    margin-top: 50px;
}

.tabs-single-product .tabs{
    border-bottom: 2px solid #ec1921;
}

.tabs-single-product .tabs div{
    float: left;
    font: 12px "pf_dindisplay_probold";
    font: 12rem "pf_dindisplay_probold";
    color: #686868;
    width: 145px;
    text-align: center;
    background: url(../img/tab/tab.png);
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    
}

.tabs-single-product .tabs .single-product-active{
    float: left;
    color: white;
    background: url(../img/tab/tab-active.png);
    cursor: pointer;
}

.about-single-product{
    font: 13rem Arial,sans-serif;
    color: #656569;
    margin: 20px 0;
}

.function-irest {
    width: 400px;
    border: 2px solid #4bc9dd;
    position: relative;
    margin-top: 20px;
}

.function-irest .caption{
    font: 16px "pf_dindisplay_promedium"!important;
    font: 16rem "pf_dindisplay_promedium"!important;
    color: #27282d!important;
    border: 1px solid lightgray!important;
    cursor: auto!important;
}

.function-irest .line{
    display: block;
    font: 12px Arial,sans-serif;
    font: 12rem Arial,sans-serif;
    background-color: #f4f4f4;
    padding: 11px 8px;
    line-height: 14px;
    cursor: pointer;
    color: #43484d;
}

.function-irest .current,
.function-irest .line:not(.caption):hover{
    background: #4bc9dd!important;
    color: white!important;
}

.function-irest .current p{
    color: #43484d!important;
    font-style: italic;
}


.function-irest .line>div,
.function-irest .line>img{
    display: none;
}

.function-irest .current>img{
    position: absolute;
    left: 455px;
    display: inline-block;
}

.function-irest .current>div {
    position: absolute;
    top: 0;
    left: 468px;
    width: 275px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px;
    background: white;
    display: block;
}

.function-irest .line>img{
    border: none;
}

.function-irest div>img{
    border: 3px solid lightgray;
}

.function-irest .line:nth-child(even){
    background-color: white;
}

#reviews-single-product-tab .review .text{
    text-indent: -20px;
} 

.requir_reg{
    font-family: 'pf_dindisplay_proregular';
    color: #656569;
}

#reviews-single-product-tab .requir_reg{
    font-family: 'Tahoma';
    font-size: 12px;
    font-size: 12rem;
}

.review .answer{
    display: block;
    float: right;
    border: 1px lightgray solid;
    padding: 5px 10px;
    position: relative;
    margin: 15px 0 10px;
    width: 350px;
}

.review .answer .close{
    background: url(../img/icon/close-red.png) no-repeat;
    display: block;
    width: 20px;
    height: 19px;
    position: absolute;
    top: -10px;
    right: -10;
    color: transparent;
}

.review .answer:after {
    content: 'iRest';
    display: block;
    position: absolute;
    right: -10px;
    bottom: -20px;
}

.requir_reg a{
    color: #48bdca;
}

#question_review_comment {
    width: 100%;
    resize: none;
    border: 1px solid lightgray;
    height: 120px;
    outline: none;
    padding-bottom: 30px;
}

.requir_wrap{
    color: #696969;
    font: 12px Tahoma;
    font: 12rem Arial,sans-serif;
    margin-top: 16px;
    position: relative;
    top: 7px;
    line-height: 40px;
}

#question_review_submit {
    padding: 5px 15px;
    margin-top: 16px;
}

.products.also{
    border-top: 1px lightgray solid;
    margin-top: 30px;
}

/* --- #single-product end --- */

/* --- #content end --- */

/* --- section .main end --- */

/* *** .partnership *** */

.partnership{
    padding-bottom: 10px;
}

.partnership label,
.partnership span.label {
    color: #222222;
    font-size: 13rem;
    font-family: "pf_dindisplay_promedium";
    display: block;
    padding-top: 16px;
}

.label.radio {
    display: inline-block!important;
    width: auto;  
}

.partnership .address label{
    display: inline-block;
}

.partnership .address input[type="text"] {
    width: 50px;
}

.partnership .note{
    font-style: italic; 
    font-size: 13rem;
    padding: 5px 0 0;
}

.partnership input[type="text"],
.partnership input[type="password"],
.partnership input[type="email"],
.partnership text-area{
    padding: 2px 2px 2px 5px;
    width: 232px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    font-family: "pf_dindisplay_promedium";
    color: #6e6e6e;
    font-size: 13rem;
}

.partnership input[type="text"]:focus,
.partnership input[type="password"]:focus,
.partnership text-area:focus,
.partnership input[type="text"]:focus,
.partnership input[type="password"]:focus,
.partnership text-area:focus,
.partnership input[type="text"]:hover,
.partnership input[type="password"]:hover,
.partnership text-area:hover,
.partnership input[type="text"]:hover,
.partnership input[type="password"]:hover,
.partnership input[type="email"]:hover,
.partnership input[type="email"]:focus,
.partnership text-area:hover{
    border: 1px solid #ed1c24;
}

.partnership input[type="radio"],
.partnership input[type="checkbox"]{
    display: none;
}

.partnership input[type="radio"] + label {
    font-family: "pf_dindisplay_proregular";
    font-size: 14rem;
    position: relative;
    text-indent: 30px;
    padding: 8px 0;
}

.partnership input[type="radio"] + label:before {
    position: absolute;
    width: 30px;
    height: 16px;
    display: block;
    background-image: url(../img/button/radio.png);
    content: "";
    background-position: 0 -4px;
    background-repeat: no-repeat;
}

.partnership input[type="radio"]:checked + label:before {
    background-image: url(../img/button/radio-active.png);
    background-position: 3px 0px;
}

.partnership input[type="checkbox"] + label:before {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/button/radio-squire.png) no-repeat;
    content: "";
    left: 0;
    top: 0;
}

.partnership input[type="checkbox"]:checked + label:before {
    background: url(../img/button/radio-squire-active.png) no-repeat;
}

.partnership textarea{
    width: 270px;
    height: 170px;
}

.partnership .boolean{
    width: 80px!important;
}

.partnership .registration{
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    padding: 0 20px;
    height: 30px;
}

.partnership span.error {
    display: inline-block;
    position: relative;
    background-color: #e4f0bb;
    font-size: 12rem;
    font-family: arial;
    color: #ec1620;
    height: 25px;
    line-height: 25px;
    padding: 0 10px; 
    margin: 0 13px;
    font-style: italic;
}

.partnership span.error:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent #e4f0bb transparent transparent;
    background-image: url(../img/bg/bg-white.png);
    left: -12px;
    top: 5px;
    content: '';
    display: block;
}

.partnership .captcha{
    padding-bottom: 10px;
}

.partnership .captcha label{
    padding: 10px 0;
}

.partnership .captcha img{
    float: left;
}

.partnership .captcha input{
    float: left;
    width: 100px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}

/* скрываем не нужные формы при помощи css */ 

.partnership input[type="radio"]:checked + label.custom:after,
.partnership input[type="checkbox"]:checked + label.custom:after{
    content: ':';
}

#p_invest_custom,
#p_sale_point_room_custom,
.im_yes,
.seo_yes,
.sale_point_yes,
.social_yes{
    display: none;
}

#p_invest_4:checked ~ #p_invest_custom,
#p_sale_point_room_4:checked ~ #p_sale_point_room_custom,
#p_find_irest_3:checked ~ .social_yes{
    display: block;
}
/* *** /partnership *** */

/* *** comment modal *** */
.question .form-submit>input[type="submit"]{
    color: white;
    background: #ed1c24; /* Old browsers */
    background: -moz-linear-gradient(top, #ed1c24 0%, #dd010a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c24), color-stop(100%,#dd010a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed1c24 0%,#dd010a 100%); /* W3C */
    border: none;
    border-radius: 2px;
    display: inline-block;     
    padding: 6px 15px;
    font: 12px "pf_dindisplay_promedium";
    text-transform: uppercase;
}

.question .form-submit>input[type="submit"]:hover{
    background: #dd010a; /* Old browsers */
    background: -moz-linear-gradient(top, #dd010a 0%, #ed1c24 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd010a), color-stop(100%,#ed1c24)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dd010a 0%,#ed1c24 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dd010a 0%,#ed1c24 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dd010a 0%,#ed1c24 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dd010a 0%,#ed1c24 100%); /* W3C */
}
/* *** /comment modal *** */

/* *** офёрта *** */
#offerta{
    width: 660px;
    height: 400px;
    color: rgb(112, 112, 112);
    font-family: arial;
    font-size: 13px;
}

#offerta a{
    color: rgb(112, 112, 112);
}

/* *** /офёрта *** */

/* --- footer --- */

footer{
    background-color: #27282d;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a{
    color: #aacf31;
}

footer>div.row>div{
    float: left;
}

footer .about{
    width: 370px;
}

footer .logo{
    height: 60px;
    width: 300px;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .logo>img{
    height: 39px;
    width: 121px;
}

footer .logo span{
    font-family: Arial;
    font-size: 11px;
    font-size: 11rem;
    color: #a7a7a8;
    display: block;
    white-space: pre;
    line-height: 14rem;
}

footer .social{
    height: 30px;
    width: 300px;
}

footer .social div{
    background-image: url(../img/icon/social-gray.png);
    background-repeat: no-repeat;
    float: left;
    height: 23px;
    margin-right: 7px;
    margin-top: 5px;
    width: 23px;
}

footer .social .fb{
    background-position: 0px 0px;
}

footer .social .vk{
    background-position: -26px 0px;
}

footer .social .yt{
    background-position: -53px 0px;
}

footer .social .tw{
    background-position: -80px 0px;
}

footer .contact {
    width: 190px;
}

footer .contact span{
    display: inline-block;
    font-family: "pf_dindisplay_proregular";
    color: #d5d5d5;
}

footer .billing{
    width: 240px;;
}

footer .billing a{
    display: inline-block;
}

footer .callback{
    width: 200px;
    text-align: right;
}

footer .callback span, footer .callback a{
    width: 100%;
    display: inline-block;
}

footer .callback .phone a{
    font-family: "pf_dindisplay_promedium";
    font-size: 20px;
    font-size: 20rem;
    text-decoration: none;
    color: white;
}

footer .callback .free{
    font-family: "pf_dindisplay_proregular";
    color: #d5d5d5;
    font-size: 14px;
    font-size: 14rem;
}

footer .callback .mapsite{
    background-repeat: no-repeat;
    font-family: "pf_dindisplay_proregular";
    font-size: 13px;
    font-size: 13rem;
    color: #a7a7a8;
}

.mapsite img {
    position: relative;
    top: 3px;
    right: 3px;
}

/* --- footer end --- */
.wrapper.line.white {
    border-bottom: 3px solid black;
    height: 21px;
}

/* --- #callback --- */
#callback{
    width: 180px;
    text-align: center;
    display: none;
}

#callback input{
    width: 150px;
}

#callback input[type="button"]{
    margin-top: 15px;
}

/* --- #callback end --- */

/* --- кнопка купить .buy --- */
.button.buy{
	position: relative;
	display: inline-block;
	width: 110px;
	background: #f1f1f1;
	height: 26px;
	padding-left: 26px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-family: "pf_dindisplay_promedium";
	text-transform: uppercase;
	color: black;
	font-size: 12px;
	float: right;
	line-height: 26px;
	text-align: left;
	text-indent: 18px;
} 

.button.buy.in_stock{
    text-indent: 10px;
}

.button.buy:before{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../img/icon/cart-two-long.png) no-repeat 3px -43px #ed1c24;
	left: 0;
	top: 0;
	border-right: 1px solid transparent;
}

.button.buy:hover:before{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../img/icon/cart-two-long.png) no-repeat 3px -43px #8fbd1f;
	left: 0;
	top: 0;
	border-right-color: white;
}

.button.buy:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 16px solid;
	border-color: white white white #f1f1f1;
	right: -16px;
	top: -3px;
}

.button.buy:hover:after{
	border-left-color: #8fbd1f;
}

.button.buy:hover{
	color: white;
	background-color: #8fbd1f;
};

/* --- .buy end --- */


/* --- system style --- */

.display-none{
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.clear{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

.alignleft{
    float: left;
}

.alignright{
    float: right;
}

.button{
    border: none;
    border-radius: 2px;
    position: relative;
    z-index: 10; 
    display: inline-block;   
}

.white-gr{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #fefefe 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#fefefe), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#fefefe 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#fefefe 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#fefefe 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#fefefe 0%,#dfdfdf 100%); /* W3C */
}

.button.more{
    padding: 6px 15px;
    font: 12px "pf_dindisplay_promedium";
    font: 12rem "pf_dindisplay_promedium";
    color: white;
    margin-top: 10px
}

.button.blue{
    color: white;
    background: #1fc6d9; /* Old browsers */
    background: -moz-linear-gradient(top, #1fc6d9 0%, #1bafc0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fc6d9), color-stop(100%,#1bafc0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1fc6d9 0%,#1bafc0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1fc6d9 0%,#1bafc0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1fc6d9 0%,#1bafc0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1fc6d9 0%,#1bafc0 100%); /* W3C */
}

.button.blue:hover{
    background: #1bafc0; /* Old browsers */
    background: -moz-linear-gradient(top, #1bafc0 0%, #1fc6d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1bafc0), color-stop(100%,#1fc6d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1bafc0 0%,#1fc6d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1bafc0 0%,#1fc6d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1bafc0 0%,#1fc6d9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1bafc0 0%,#1fc6d9 100%); /* W3C */
}

.button.dark-blue{
    color: white;
    background: #538bbc; /* Old browsers */
    background: -moz-linear-gradient(top, #538bbc 0%, #476381 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#538bbc), color-stop(100%,#476381)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #538bbc 0%,#476381 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #538bbc 0%,#476381 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #538bbc 0%,#476381 100%); /* IE10+ */
    background: linear-gradient(to bottom, #538bbc 0%,#476381 100%); /* W3C */
}

.button.dark-blue:hover{
	background: #476381;
    background: -moz-linear-gradient(top, #476381 0%, #538bbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#476381), color-stop(100%,#538bbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #476381 0%,#538bbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #476381 0%,#538bbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #476381 0%,#538bbc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #476381 0%,#538bbc 100%); /* W3C */	
}

/** for partners **/
.button.blue.partner {
    height: 30px;
	margin: 5px 30%;
	width: 38%;
	vertical-align: baseline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 9px;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
	text-decoration: none;
  	text-align: center;
	text-indent: 0;
}

.button.blue.partner:hover {
    text-decoration: underline;
}

.button.red{
    color: white;
    background: #ed1c24; /* Old browsers */
    background: -moz-linear-gradient(top, #ed1c24 0%, #dd010a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c24), color-stop(100%,#dd010a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed1c24 0%,#dd010a 100%); /* W3C */
}

.button.red:hover, .button.red:focus{
        background: #dd010a; /* Old browsers */
        background: -moz-linear-gradient(top, #dd010a 0%, #ed1c24 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd010a), color-stop(100%,#ed1c24)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dd010a 0%,#ed1c24 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dd010a 0%,#ed1c24 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dd010a 0%,#ed1c24 100%); /* IE10+ */
        background: linear-gradient(to bottom, #dd010a 0%,#ed1c24 100%); /* W3C */
}

.button.green{
    color: white;
    background: #a2c836;
    background: -moz-linear-gradient(top, #a2c836 0%, #6fa312 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c836), color-stop(100%,#6fa312));
    background: -webkit-linear-gradient(top, #a2c836 0%,#6fa312 100%);
    background: -o-linear-gradient(top, #a2c836 0%,#6fa312 100%);
    background: -ms-linear-gradient(top, #a2c836 0%,#6fa312 100%);
    background: linear-gradient(to bottom, #a2c836 0%,#6fa312 100%);
}

.button.green:hover,.button.green:focus {
    background: #6fa312;
    background: -moz-linear-gradient(top, #6fa312 0%, #a2c836 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fa312), color-stop(100%,#a2c836));
    background: -webkit-linear-gradient(top, #6fa312 0%,#a2c836 100%);
    background: -o-linear-gradient(top, #6fa312 0%,#a2c836 100%);
    background: -ms-linear-gradient(top, #6fa312 0%,#a2c836 100%);
    background: linear-gradient(to bottom, #6fa312 0%,#a2c836 100%);
}

.big{
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.normal{
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;    
}

.small{
    padding: 3px 7px;
    color: white;
    text-decoration: none;
    font-size: 13px;
}

.button .uppercase{
    text-transform: uppercase;   
}

.modalbox{
    text-decoration: none;
}

#tablet_sidebar{
    display: none;
    position: relative;
    z-index: 100;
}

#top_menu_fix{
    position: static;
    position: fixed;
    height: 34px;
    width: 100%;
    background-color: #f1f1f2;
    border-bottom: 2px solid #B0B5B8;   
    z-index: 150;
}

.white-space_pre{
    white-space: pre;
}

:focus{
    outline: none;
}

#d3{
    padding-left: 15px;
    border-left: 1px solid lightgray;
    padding-top: 0!important;
}

#label-fix{
    padding-top: 9px;
}

/* --- system style end --- */

/* --- modalbox --- */

#modal_rev{
    display: none;
}

.form.modal{
    text-align: center;
    width: 160px;
}

.form.modal input{
    width: 120px;
    display: block;
    margin: 0 auto;
}

.form.modal input.button{
    display: inline-block;
    width: 150px;
    margin: 10px;
}

.form.modal label {
    line-height: 30rem;
}
 
.form.modal a{
    color: #1bafc0;
}

.fust-buy-form{
	text-align: left;
	width: 205px;
}

.fust-buy-form form{
	margin: 0;
}

.fust-buy-form label{
	line-height: 32px;
	float: left;
}

.fust-buy-form input[type="submit"]{
	position: relative;
	top: 15px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 5px 20px;
	margin: 0 auto;
	display: block;
}

.fust-buy-form input:not([type="submit"]){
	padding: 2px 2px 2px 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c6c6c6;
	font-family: "pf_dindisplay_promedium";
	color: #6e6e6e;
	font-size: 13rem;
    width: 200px;
}

.fust-buy-form input:focus,
.fust-buy-form input:hover{
	border-color: #ed1c24;
}

.fust-buy-form p{
	margin: 0;
}

/* --- modalbox end --- */

#layout header{
    display: none;
}


.comment-form-comment #comment{
    width: 232px;
}

.woocommerce-message {
    background: rgb(237, 28, 36);
    color: white;
    z-index: 99;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -10px;
    margin-left: -130px;
    width: 243px;
    padding: 10px;
    background: #ed1c24; /* Old browsers */
    background: -moz-linear-gradient(top, #ed1c24 0%, #dd010a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c24), color-stop(100%,#dd010a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed1c24 0%,#dd010a 100%); /* W3C */
}

.woocommerce-message a{
    color: white;
    text-decoration: none;
    display: block;
}

.product a.added_to_cart {
	width: 170px;
	display: inline-block;
	position: absolute;
	margin-left: -85px;
	left: 50%;
	top: 50%;
	line-height: 20px;
	height: 40px;
	background: #ed1c24;
	text-decoration: none;
	color: white!important;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	z-index: 100;
}	

a.added_to_cart:hover {
  text-decoration: underline;
}

#single-product .added_to_cart{
	width: 200px;
	display: inline-block;
	position: absolute;
	margin-left: -100px;
	left: 50%;
	top: 30px;
	height: 40px;
	text-decoration: none;
	color: #333!important;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	z-index: 99;
	background: url(../img/bg/bg-white.png);	
} 

.count .from {
    display: none;
}

.must-log-in a{ 
    text-decoration: none;
    color: rgb(0, 154, 178);
}

.link.tablet, .link.mobile{
    display: none;
}

.partnership .cusel .cusel-scroll-pane span{
    display: block;
}

/* ***** CHEAP FORM ********** */ 
.cheaper .caption{
    font-size: 20px;
    font-family: "pf_dindisplay_promedium";
}

.cheaper .wrapp{
    border: 2px solid #521c24;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}

.cheaper label,
.cheaper input{
    display: block;
}

.cheaper label{
    margin: 5px 0;
}

.cheaper input[type="text"]{
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    color: #111;
    font-size: 13rem;
    padding: 2px 2px 2px 5px;
    width: 232px;
}

.cheaper input[type="text"]:hover,
.cheaper input[type="text"]:focus{
    border: 1px solid #ed1c24;
}

.cheaper .button{
    margin: 5px auto;
}

@-webkit-keyframes form-error {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes form-error {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.form-error {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: form-error;
  animation-name: form-error;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ***** CHEAP END  ********** */

label[for="payment_method_kassa"] {
    text-indent: 10px !important;
}

label[for="payment_method_kassa"] img {
    float: left;
	margin-left: 30px;
	margin-top: -7px;
} 
/* 3941 строка */

#question_review_submit {
	padding: 5px 15px;
	margin-top: 16px;
	color: white;
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(top, #ed1c24 0%, #dd010a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c24), color-stop(100%,#dd010a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ed1c24 0%,#dd010a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ed1c24 0%,#dd010a 100%); /* W3C */
	border: none;
	border-radius: 2px;
	position: relative;
	z-index: 10;
	display: inline-block;	
}

/* новое */ 
.form-submit{
	margin: 0;
}


#coupon_code ~ input.blue.button{
	margin-left: 105px;
}

.dev a.button{
	color: #009AB2;
	font-family: "pf_dindisplay_proregular";
}

/* было */
#billing_postcode{
	width: 150px;
}

/*
#question_home, #question_building
*/
#billing_address_1,
#billing_address_2{
	width: 60px;
}

/* #question_storey */
#billing_address_4{
	width: 50px;
}

/*#question_flat*/
#billing_address_5{
	width: 147px;
}

/* #question_comment 2963 */
#order_comments{
	resize: none;
	width: 445px;
	height: 140px;
	border: 1px solid rgb(198, 198, 198);
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 13rem "pf_dindisplay_promedium";
	color: rgb(110, 110, 110);
}

#map-yandex {
margin: 0 auto;
width: 600px;
display: block;
}

/* .single-product */

.tabs-single-product {
    margin-top: 0px;
    padding-top: 40px;
}

.single-product-right .price_wrapper>.amount {
color: rgb(116, 116, 116);
display: block;
line-height: 35rem;
font-size: 35rem;
}


#current-slide-product-slider .lupe {
    left: -50%;
    margin-left: 125px;
    padding-left: 15px;
    position: relative;
}

#diller+#widget-login {
margin-top: 30px;
}



/* *** temp профиль пользователей *** */
.address address .line{
	display: block;
}

.shop_table.my_account_orders .order-status{
	text-align: center!important;
}
/* *** /temp профиль пользователей *** */

/* .compare-product style */
.woo_compare_button_container .woo_bt_view_compare_link {
	width: 100px;	
	width: 150px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -2px;
	height: 30px;
	text-decoration: none;
	color: #333!important;
	font-size: 14px;
	white-space: pre;
}

.woo_compare_button_container.no_pre .woo_bt_view_compare_link {
	white-space: normal;
}

.no_before .woo_bt_compare_this_button:before{
	background: none!important;
}
.fix_link .woo_bt_view_compare_link{
	left: -65px;
	position: relative;
	top: -30px;
	white-space: normal;
	width: 60px;
	font-size: 12px;
}

.woo_compare_button_container .woo_bt_compare_this {
	text-transform: uppercase;
	padding: 0 22px;
	font-size: 12rem;
	font-family: "pf_dindisplay_promedium";
	line-height: 26px;
	height: 26px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.6);
	box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
}

#single-product .woo_compare_button_container{
	position: absolute;
	top: 50px;
	left: 165px;
}

.compare_heading {
	display: none;
}

#bg-labels{
	display: table;
}

.compare_popup_wrap {
margin-top: 0px!important;
margin-bottom: 0px!important;
}

#product_comparison .row_1{
	background-color: #f4f4f4;
}
#product_comparison .row_2{
	background-color: white;
}

.compare-products {
	width: 100%!important;
}

#compare_popup_container .jspHorizontalBar {
	z-index: 99;
}

#compare_popup_container .jspTrack{
	background: url("../img/bg/scroll-bg-horzt.png") repeat no-repeat scroll 0 3px #FFFFFF
}

/* *** цвета на странице вывода товара *** */
#wrapper_circle{
	height: 40px;
	display: block;
	padding: 0 15px;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 170px;
	position: relative;
}

#product_color .prev {
	position: absolute;
	top: 9px;
	left: 99px;
}

#product_color .next {
	position: absolute;
	top: 9px;
	left: 250px;
}


/* *** ******************************* *** */


#tablet_sidebar .menu{
	display: none;
}

.category .product{
	margin: 5px!important;
}

.about-single-product a{
	color: rgb(13, 152, 173);
}

#table-cart td.count .qty {
    width: 30px;
    text-align: center;
    padding: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(198, 198, 198);
    font-style: "pf_dindisplay_promedium";
}

td.count input {
    width: 60px;
    text-align: center;
    padding: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(198, 198, 198);
    font-style: "pf_dindisplay_promedium";    
}

#description-single-product-tab img{
	max-width: 100%;
}

#compare_popup_container{
	font-size:12px;
	line-height:1.5;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
}

.product .woo_compare_button_container {
    display: inline-block;
    position: absolute;
    right: 0;
}

.product .woo_bt_compare_this.woo_bt_compare_this_button{
	 margin-right: 30px;
} 

.product .woo_bt_compare_this.woo_bt_compare_this_button.compared{
	margin-right: -11px;
}

.jspHorizontalBar.top{
	top: 0;
	bottom: auto;
}
.jspHorizontalBar.bottom{
	top: auto;
	bottom: 0;
}

.shop_table.cart .woocommerce-error{
	margin: 0;
    padding: 5px 20px;
}

.shop_table.cart .woocommerce-error li{
	list-style: none;
	font-family: "pf_dindisplay_proregular";
	color: #009AB2;
	line-height: 30px;
}

.checkout .woocommerce-error {
    color: #009AB2;
    font-size: 22px;
}

.not_in_stock #compare_button_wrapper,
.not_in_stock .fast_buy,
.not_in_stock #product_color{
	display: none;
}

#single-product.not_in_stock .stock.out-of-stock {
    color: #111111;
    display: inline-block;
    font-size: 28px;
    left: 160px;
    margin: 0;
    position: absolute;
    top: 43px;
}