@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrmedium';
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-medium-webfont.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../fonts/helveticaneuecyr-light-webfont.eot');
    src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrultraLtIt';
    src: url('../fonts/helveticaneuecyr-ultralightitalic-webfont.eot');
    src: url('../fonts/helveticaneuecyr-ultralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-ultralightitalic-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-ultralightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrlight_italic';
    src: url('../fonts/helveticaneuecyr-lightitalic-webfont.eot');
    src: url('../fonts/helveticaneuecyr-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-lightitalic-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-lightitalic-webfont.svg#helveticaneuecyrlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.relativer {
  position: relative;
}

a {
  color: #484747;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

::-webkit-input-placeholder,
input:-moz-placeholder,
::-webkit-textarea-placeholder,
textarea:-moz-placeholder {
  color: #a69e8d;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 12px;
}

.inp2 ::-webkit-input-placeholder,
.inp2 input:-moz-placeholder,
.inp2 ::-webkit-textarea-placeholder,
.inp2 textarea:-moz-placeholder {
  color: #5a5a5a;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text_l .addcar .inp2 ::-webkit-input-placeholder,
.text_l .addcar .inp2 input:-moz-placeholder,
.text_l .addcar .inp2 ::-webkit-textarea-placeholder,
.text_l .addcar .inp2 textarea:-moz-placeholder {
  color: #292829; 
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.for-btn1 {
  display: inline-block;
  border-radius: 20px;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dcdcdc 0%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dcdcdc 0%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dcdcdc 0%, #fefefe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
}

.for-btn1 .btn1 {
  display: inline-block;
  margin: 3px 4px 5px;
  padding: 0 15px;
  outline: 0;
  border: 1px solid #ccc7bb;
  border-radius: 20px;
  cursor: pointer;
  width: 100px;
  height: 28px;
  text-align: center;
  color: #ea0506;
  font-size: 14px;
  line-height: 29px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 700;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  text-transform: uppercase;
  text-decoration: none;
  background: #f3f2ee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f2ee 0%, #e2dfd6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f2ee), color-stop(100%, #e2dfd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f2ee 0%, #e2dfd6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f2ee 0%, #e2dfd6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f2ee 0%, #e2dfd6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f2ee 0%, #e2dfd6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2ee', endColorstr='#e2dfd6', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.btn-red {
  border-color: #ba3109 !important;
  background: #e70506 !important;
  text-shadow: 0px 1px 0px #980303 !important;
  filter: dropshadow(color=#980303, offx=0, offy=1); 
  color: #f4f2ef !important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.42) !important;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.42) !important;
  margin: 3px 4px 3px !important;
}

.inp1 {
  padding: 0 15px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc7bb;
  border-radius: 15px;
  width: 130px;
  height: 22px;
  color: #696968;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 12px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: #f4f3ef; 
}

.inp2 {
  padding: 0 8px;
  margin: 0;
  outline: 0;
  border: 1px solid #cfc8bc;
  border-radius: 7px;
  width: 158px;
  height: 25px;
  color: #696968;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1); 
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  background: #f5f3ef; 
  text-transform: uppercase;
}

textarea.inp2 {
  resize: none;
  height: 300px;
  padding-top: 8px; 
  padding-bottom: 8px;
}

textarea.inp2 {
  resize: none;
  height: 200px;
  padding-top: 8px; 
  padding-bottom: 8px;  
}

.i-err {
  background: rgb(255, 219, 219);
  color: rgb(255, 0, 0);
}

/* Structure */
html,
body {
  height: 100%;
}

body {
  background: #eae8e4;
  color: #696968;
  font: 14px/21px 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#main {
  min-height: 100%;
  width: 100%;
  margin: 0 auto -191px;
  background: url(../img/inner-main-back.jpg);
}

#index-page #main {
  background: none;
}

#all {
  padding-bottom: 191px;
}

footer {
  margin: auto;
  height: 191px;
  background: #e3e0d9 url(../img/footer-back.jpg) repeat-x;
}

.inner {
  width: 973px;
  height: auto;
  margin: auto;
  position: relative;
}

/* pre header elmnts */
.pre-header {
  height: 45px;
  background: url(../img/pre-header-back.jpg) repeat-x;
}

.pre-header .list {
  margin: 0;
  padding: 0;
}

.pre-header .list li {
  margin: 0 25px 0 0;
  padding: 0;
  display: inline-block;
}

.pre-header .list li a {
  text-decoration: none;
  color: #f6f6f6;
  line-height: 49px;
}

.pre-header .list .one {
  padding-left: 20px;
  background: url(../img/ph-list-one.png) no-repeat 0 18px;
}

.pre-header .list .two {
  padding-left: 30px;
  background: url(../img/ph-list-two.png) no-repeat 0 18px;
}

.pre-header .list .three {
  padding-left: 27px;
  background: url(../img/ph-list-three.png) no-repeat 0 18px;
}

.pre-header .search {
  position: absolute;
  top: 10px;
  right: 6px;
}

.pre-header .search .inp1 {
  padding-left: 26px;
  width: 179px;
  height: 21px;
  padding-top: 1px;
  border: 1px solid #ccc7bb;
  color: #a69e8d;
-webkit-box-shadow: inset 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.pre-header .search input[type="submit"] {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 16px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: url(../img/search.png) no-repeat;
  text-indent: -9999px;
}

/* header elements */
header {
  height: auto;
  width: 100%;
  background: url(../img/header-back.jpg) repeat-x;
  background-size: cover;
}

header .inner {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .topheader {
  margin-bottom: 10px;
}

header .logo {
  width: 163px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

header .logo a {
  display: block;
  width: 163px;
  height: 39px;
  text-indent: -9999px;
  background: url(../img/logo.png) no-repeat;
}

header .enter {
  position: absolute;
  top: 42px;
  left: 202px;
}

header .enter .btn1 {
  letter-spacing: 0px;
}

header .phone {
  position: absolute;
  top: 37px;
  right: 319px;
}

.select2-results__option {
  margin-left: 0
}

header .phone .tel {
  color: #434242;
  font-size: 29px;
  padding-bottom: 5px;
  padding-top: 3px;
  padding-left: 27px;
  background: url(../img/phone.png) no-repeat 0 0px;
  font-family: 'helveticaneuecyrmedium', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

header .phone .other {
  font-size: 12px;
  padding-left: 30px;
  color: #1c1c1c;
  font-family: 'helveticaneuecyrlight', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

header .phone .other span {
  display: inline-block;
  padding-right: 17px;
}

header .phone .other a {
  font-size: 12px;
  color: #c8010d;
}

footer .phone {
  position: absolute;
  top: 39px;
  right: 0;
  color: #454444;
  font-size: 18px;
  line-height: 14px;
  padding-left: 27px;
  background: url(../img/phone.png) no-repeat 0 0px;
}

footer .phone span {
  font-size: 12px;
}

header .search .inp1,
footer .search .inp1 {
  padding-left: 26px;
  width: 137px;
}

header .search input[type="submit"],
footer .search input[type="submit"] {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 16px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: url(../img/search.png) no-repeat;
  text-indent: -9999px;
}

#login {
  display: none;
  width: 234px;
  height: 207px;
  position: absolute;
  top: 71px;
  left: 155px;
  background: url(../img/usermenu-back.png) no-repeat;
  z-index: 2;
}

#login form {
  margin-top: 38px;
  margin-left: 30px;
}

#login form .inp2 {
  margin-bottom: 11px;
}

#login form input[type='password'] {
  margin-bottom: 9px;
}

#login form .for-btn1 {
  margin-bottom: 10px;
}

#login form .btn-red {
  padding: 0 10px;
  width: auto;
  height: 20px;
  font-size: 12px;
  text-shadow: none !important;
  line-height: 19px;
  margin: 2px !important;
}

#login .links {
  margin-right: 35px;
  text-align: right;
  line-height: 17px;
}

#login .links a {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 400;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#login .links .a-reg {
  color: #e00404;
}

header .mini-cart {
  position: absolute;
  top: 18px;
  left: 207px;
}

header .mini-cart .info {
  display: inline-block;
  position: relative;
  padding-left: 80px;
  padding-top: 2px;
  padding-right: 4px;
  line-height: 16px;
}

header .mini-cart .info .ava {
  position: absolute;
  top: 0px;
  left: 0px;
}

header .mini-cart .info .ava .a {
  text-align: center;
  line-height: 55px;
  width: 56px;
  height: 56px;
  background: #fff;
  float: left;
}

header .mini-cart .info .ava .open {
  display: inline-block;
  float: left;
  height: 56px;
  width: 22px;
  background: #fff url(../img/menu-down.gif) no-repeat 4px 50%;
}

header .mini-cart .info .ava img {
  max-width: 50px;
  max-height: 50px;
}

header .mini-cart .info .fullname {
  word-wrap: break-word;
  position: absolute;
  left: 85px;
  top: 11px;
  font-size: 12px;
  line-height: 16px;
  color: #0d0d0d;
  font-weight: 700;
}

header .mini-cart .info .hi {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-bottom: 5px;
  max-width: 170px;
  max-height: 32px;
}

header .mini-cart .info .change-ava a {
  font-size: 12px;
  font-style: italic;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed black;
}

header .mini-cart .info .change-ava a:hover {
  border-bottom: none;
}

header .mini-cart .options {
  position: relative;
  top: -2px;
  line-height: 18px;
  display: inline-block;
  height: 43px;
  padding-left: 8px;
  border-left: 1px solid #c2bfbf;
  vertical-align: top;
  top: 8px;
}

header .mini-cart .options a {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

header .minicart {
  position: relative;
  right: 0;
  top: 1px;
  width: 150px;
  border-top: 0;
  padding: 40px 0 0 87px;
  background: url(../img/minicart.png) no-repeat 14px 25px;
}

header .minicart .info {
  color: #1b1b1b;
}

header .minicart .info span {
  font-weight: 700;
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

header .minicart a {
  display: inline-block;
  color: #c8010d;
  font-size: 12px;
}

header .minicart .empty {
  margin-left: 7px;
}

header .usermenu {
  display: none;
  position: absolute;
  width: 234px;
  height: 207px;
  top: 50px;
  left: -50px;
  z-index: 2;
  background: url(../img/usermenu-back.png) no-repeat;
}

header .usermenu .top {
  padding: 34px 0 0 40px;
  line-height: 31px;
  height: 123px;
}

header .usermenu .top a {
  color: #151515;
}

header .usermenu .bottom {
  padding-left: 40px;
}

header .usermenu .bottom a {
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}


/* b-menu */
.b-menu {
  width: 100%;
  height: 40px;
  background: url(../img/b-menu-back.jpg) repeat-x;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.b-menu .inner {
  height: 40px;
}

.b-menu .menu {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.b-menu .menu li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 -4px;
  height: 40px;
  border-right: 1px solid #ccc7bb;
}

.b-menu .menu li:last-child {
  border-right: none;
}

.b-menu .menu li a {
  display: block;
  padding: 0 13px 0 13px;
  height: 40px;
  line-height: 40px;
  color: #ea0506;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  text-decoration: none;
  text-transform: uppercase;
}

.b-menu .menu .m1 a {
  padding: 0 1px 0 0;
  width: 33px;
  background: url(../img/home.png) no-repeat 0 10px;
  text-indent: -9999px;
}

.b-menu .menu .m3 a {
  padding-right: 35px;
  background: url(../img/zapis.png) no-repeat 93% 5px;
}

.b-menu .menu .m7 a {
  padding: 0 8px 0 10px;
}

.b-menu .menu .active a,
.b-menu .menu li:not(.m1) a:hover {
  border-top: 1px solid #ccc7bb;
  border-bottom: 1px solid #ccc7bb;
  background-color: #ebe9e3;
  -webkit-box-shadow: inset 0px 2px 8px 0px rgba(144, 131, 145, 0.48);
  -moz-box-shadow: inset 0px 2px 8px 0px rgba(144, 131, 145, 0.48);
  box-shadow: inset 0px 2px 8px 0px rgba(144, 131, 145, 0.48);  
  height: 38px;
  line-height: 38px;
}

.b-menu .menu .m3:not(.active) a:hover {
  background-position: 93% 4px;
}

/* post-header */
.post-header {
  width: 100%;
  height: 100%;
  background: url(../img/post-header-back.jpg) no-repeat 50% 0;
}

.post-header .inner {
  height: 479px;
}

#cycle-main {
  position: absolute;
  top: 31px;
  right: 0;
  margin: 0;
  padding: 0;
  width: 458px;
}

#cycle-main #i-list,
#cycle-main #i-list div:first-child {
  display: block;
  width: 378px;
  height: 334px;
}

#cycle-main li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 458px;
}

#cycle-main li .name {
  position: absolute;
  top: -3px;
  left: 8px;
  width: 420px;
  height: 57px;
  overflow: hidden;
  color: #de0304;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 30px;
  line-height: 57px;
  font-style: normal;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
  background: url(../img/ribbon.png) no-repeat;
  text-align: center;
}

#cycle-main li .detail {
  display: inline-block;
  position: relative;
  color: #292829;
  padding-left: 22px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  background: url(../img/a-detail.png) 0 4px no-repeat;
  margin-left: 23px;
  text-decoration: none;
  z-index: 11;
  top: -15px;
  position: relative;
}

#cycle-main li .pic {
  position: absolute;
  top: 85px;
  left: 40px;
  width: 415px;
  height: 252px;
  text-align: center;
  line-height: 252px;
}

#cycle-main li .pic img {
  max-width: 415px;
  max-height: 252px;
}

#cycle-main .info {
  margin-bottom: 7px;
  text-align: center;
  margin-top: 6px;
}

#cycle-main .info .price {
  color: #e70506;
  font-size: 36px;
  font-family: 'helveticaneuecyrultraLtIt', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  padding: 0px 12px 0px 0;
  height: 44px;
  line-height: 44px;
  /*background: url(../img/price-border.png) no-repeat 100% 0;*/
  display: inline-block;
  margin: 0 8px;
  font-weight: 700;
  left: -13px;
  position: relative;
}

#cycle-main .info a {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-left: 30px;
  background: url(../img/minibasket.png) no-repeat;
  color: #000000;
  text-decoration: none;
  z-index: 11;
}

.post-header .arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/arrows.png);
  top: 111px;
  z-index: 100;
}

.post-header .cycle-prev {
  right: 77px;
  background-position: 0px 0px;
}

.post-header .cycle-next {
  right: 34px;
  background-position: -40px 0px;
}

.post-header .disabled {
  cursor: default;
  background-position-y: -40px;
}

.post-header .video-thumb {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 315px;
  left: -2px;
}

.post-header .video-thumb li {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  width: 103px;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
}

.post-header .video-thumb li:last-child {
  margin-right: 0;
}

.post-header .video-thumb li a {
  display: block;
  width: 103px;
  height: 58px;
  position: relative;
}

.post-header .video-thumb li a span {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 17px;
  left: 39px;
  background: url(../img/play.png) 0px 0px no-repeat;
}

.post-header .video-thumb li img {
  max-width: 103px;
  max-height: 58px;
}

.post-header #r-road,
.post-header #r-setup {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  border-bottom: 1px dashed #383738;
  color: #383738;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  text-decoration: none;
  line-height: 16px;
}

.post-header #r-road {
  left: -3px;
}

.post-header #r-setup {
  left: 150px;
}

.post-header .r-link a:hover,
.post-header .r-link .active {
  bottom: 61px !important;
  border-bottom: none !important;
}

.post-header .for-btn1 {
  position: absolute;
  top: 406px;
  left: 317px;
}

.post-header .v-all-video {
display: inline-block;
position: relative;
left: 368px;
top: 27px;  
border-bottom: 1px dashed #383738;
color: #383738;
text-shadow: 0px 1px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
text-decoration: none;
line-height: 16px;
}

.post-header .v-all-video:hover {
  border-bottom: none !important;
}

.post-header .btn-red {
  padding: 0 5px;
  letter-spacing: 0px;
}

.post-header .video {
  width: 439px;
  height: 268px;
  overflow: hidden;
  position: absolute;
  top: 31px;
  left: -2px;
}

.post-header #video {
  position: relative;
  height: 373px;
  width: 448px;
  z-index: 1;
}

/* review */
.review {
  width: 100%;
  height: 397px;
  background: #eae8e4 url(../img/review-back.jpg) repeat-x 0 0;
}

.review .inner {
  height: 397px;
}

.review .list {
  margin: 0 0 0;
  padding: 35px 0 32px;
}

.review .list li {
  display: inline-block;
  margin: 0 89px 0 0;
  padding: 0;
  width: 262px;
  height: 254px;
  vertical-align: top;
}

.review .list li:last-child {
  margin-right: 0px;
}

.review .list .info {
  height: 56px;
  padding-left: 64px;
  position: relative;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);   
  color: #383738;
  margin-bottom: 13px;
  line-height: 17px;
}

.review .list .info .ava {
  position: absolute;
  top: 0;
  left: -3px;
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  border: 3px solid white;
}

.review .list .info .ava img {
  max-height: 50px;
  max-width: 50px;
}

.review .list .info .name {
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 400;
}

.review .list .info .date {
  color: #ef0608;
}

.review .list .text {
  position: relative;
  padding: 27px 25px 33px 26px;
  margin-left: -2px;
  background: url(../img/review-text-back.png) no-repeat;
  font-size: 12px;
  line-height: 22px;
  color: #383738;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);   
  min-height: 130px;
  min-width: 212px;  
}

.review .list .text .more {
  display: inline-block;
  position: absolute;
  bottom: 19px;
  right: 27px;
  font-size: 12px;
  color: #ef0608;  
  text-transform: lowercase;
}

/* news-main */
.news-main {
  width: 100%;
  border-top: 1px solid #d0cbc0;
  padding-top: 25px;
  padding-bottom: 28px;
  background: url(../img/noise.jpg);
}

.news-main .list {
  margin: 0 0 7px 0;
  padding: 0;
}

.news-main .list li {
  display: inline-block;
  margin: 0 92px 0px 0;
  padding: 0;
  width: 260px;
  vertical-align: top;
}

.news-main .list li:last-child {
  margin-right: 0;
}

.news-main .list .date {
  color: #cf0613;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);   
}

.news-main .list .title {
  color: #383738;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);   
}

.news-main .list .title a {
  text-decoration: none;
}

.news-main .list .text a {
  color: #383738;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);   
}

.news-main .b-more,
.review .b-more {
  text-align: center;  
}

.news-main .b-more .btn1,
.review .b-more .btn1 {
  padding: 0 11px;
  margin-bottom: 4px;
  width: 128px;
  font-size: 12px;
  font-weight: 700;  
}

.news-main .b-more .more,
.review .b-more .more {
  font-size: 12px;
  float: right;
  display: inline-block;
  position: relative;
  top: -28px;
  right: 8px;
}

.news-main .b-more .more {
  top: -7px;
  right: 8px;
}

.news-main .b-more {
  margin-top: 0px;
}

/* footer */
footer .inner {
  height: 191px;
}

footer .logo {
  position: absolute;
  left: 0;
  top: 52px;
  padding-top: 43px;
  color: #484747;
  font-size: 12px;
  background: url(../img/footer-logo.png) no-repeat 0 0;
}

footer .logo a {
  display: inline-block;
  position: relative;
  top: -1px;
  color: #484747;
}

footer .phone {
  top: 58px;
  right: 233px;
}

footer .mail {
  position: absolute;
  top: 54px;
  right: 70px;
}

.soc {
  position: absolute;
  top: 53px;
  right: 0px;
  margin: 0;
  padding: 0;
}

.soc li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.soc li a {
  display: block;
  width: 22px;
  height: 23px;
}

.soc .facebook a {
  background: url(../img/facebook.png) no-repeat;
  margin-right: 0px;
}

.soc .twitter a {
  background: url(../img/twitter.png) no-repeat;
}

.soc .insta a {
  background: url(../img/insta.png) no-repeat;
}

footer .menu {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0;
  padding: 0;
}

footer .menu li {
  display: inline-block;
  margin: 0 0px 0 5px;
  padding: 0;
}

footer .menu li:first-child {
  margin-left: 0;
}

footer .menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #403c3c;
  font-size: 10px;
  font-weight: 700;
}

footer .menu li:after {
  display: inline-block;
  content: '/';
  color: #403c3c;
  font-size: 12px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-left: 5px;
}

footer .menu li:last-child:after {
  content: '';
}

footer .search {
  position: absolute;
  bottom: 14px;
  right: 160px;
}

footer .search .inp1 {
  padding-left: 26px;
}

footer .copy {
  position: absolute;
  bottom: 17px;
  right: 3px;
}

footer .copy,
footer .copy a {
  color: #484747;
  font-size: 12px;
}

/* product page */
.products-list {
  margin: 57px 0 0;
  padding: 0;
}

.products-list li {
  display: flex;
  margin: 0 0 35px;
  padding: 0 0 18px 0px;
  position: relative;
  min-height: 190px;
  border-bottom: 1px dashed #7c7c7c;
  align-items: flex-start;
}

.products-list li .pic {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  text-align: center;
  margin-right: 15px;
  flex-basis: 40%;
}

.products-list li .text {
  flex-basis: 60%
}

.products-list li .pic img {
  /* max-width: 250px; */
  /* max-height: 200px; */
  max-width: 100%;
}

.products-list li .name {
  color: #696968;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 16px;
}

.products-list li .name a {
  text-decoration: none;
}

.products-list li .text {
  color: #696968;
  margin-bottom: 15px;
  line-height: 21px;
}

.products-list li .more {
  text-align: left;
  padding-right: 16px;
  margin-bottom: 20px;
}

.products-list li .more a {
  color: #292829;
  padding-left: 22px;
  background: url(../img/a-detail.png) 0 2px no-repeat;
}

.products-list li .info {
  float: right;
}

.products-list li .info .price {
  color: #e70506;
  font-size: 30px;
  font-family: 'helveticaneuecyrultraLtIt', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
  padding: 0px 29px 0px 0;
  height: 44px;
  line-height: 44px;
  background: none;
  display: inline-block;
  margin: 0 8px;
}

.products-list li .info a {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-left: 30px;
  background: url(../img/minibasket.png) no-repeat;
  color: #000000;
  text-decoration: none;
}

/* product page */

.bread {
  margin-top: 34px;
  border-bottom: 1px dashed #b8b7b7;
  padding-bottom: 14px;
}

.bread ul {
  margin: 0;
  padding: 0;
  color: #727271;
  font-size: 24px;
}

.bread ul li {
  display: inline-block;
  margin: 0 10px 0 10px;
  padding: 0;
  color: #727271;
  font-size: 24px;
}

.bread ul li:first-child {
  margin-left: 0px;
}

.bread ul li a {
  color: #acacab;
  font-size: 24px;
  text-decoration: none;
}

.bread ul li .B_currentCrumb {
  color: #727271;
}

.bread ul .B_lastCrumb {
  margin: 0;
}

.product-pics {
  margin-top: 58px;
  margin-bottom: 4px;
  position: relative;
  padding-left: 621px;
  min-height: 456px;
}

.product-pics #big-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 590px;
  height: 400px;
  line-height: 330px;
  text-align: center;
}

.product-pics #big-pic img {
  max-width: 580px;
  max-height: 400px;
}

.product-pics .pics {
  margin: 0;
  padding: 0;
}

.product-pics .pics li {
  display: inline-block;
  margin: 0 10px 38px 0;
  padding: 0;
  width: 168px;
  height: 114px;
  text-align: center;
  line-height: 114px;
}

.product-pics .pics li:nth-child(2n+2) {
  margin-right: 0;
}

.product-pics .pics li a {
  display: block;
  width: 168px;
  height: 114px;
  border: 3px solid transparent;
  border-radius: 5px;
}

.product-pics .pics .active a {
  border: 3px solid #e00506;
  border-radius: 5px;
}

.product-pics .pics li a img {
  max-width: 150px;
  max-height: 100px;
}

.product-pics .info {
  float: right;
  margin-right: 57px;
  margin-top: 3px;  
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.product-pics .info .price {
  color: #e70506;
  font-size: 36px;
  font-family: 'helveticaneuecyrultraLtIt', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
  padding: 0px 29px 0px 0;
  height: 44px;
  line-height: 44px;
  background: url(../img/price-border.png) no-repeat 96% 0;
  display: inline-block;
  margin: 0 8px;
}

.product-pics .info a {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-left: 30px;
  background: url(../img/minibasket.png) no-repeat;
  color: #000000;
  text-decoration: none;
}

.product-pics .info form {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-left: 0px;
}

.product-pics .info form button {
  display: inline-block;
  background: transparent url(../img/minibasket.png) no-repeat;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 30px;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.for-oneclick .for-btn1 {
  margin-left: 8px;
  margin-bottom: 11px;
}

.for-oneclick .for-btn1 .btn-red {
  width: 171px;
}

#product-page .tabs {
  margin: 0 0 38px 0;
  padding: 0;
  border-bottom: 1px dashed #cecbcb;
}

#product-page .tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 141px;
  height: 53px;
  border: 1px solid #ccc7bb;
  position: relative;
  bottom: -1px;
  left: -5px;
  background: #f2f1ee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f1ee 0%, #e0ddd4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f1ee), color-stop(100%, #e0ddd4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f1ee 0%, #e0ddd4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f1ee 0%, #e0ddd4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f1ee 0%, #e0ddd4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f1ee 0%, #e0ddd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f1ee', endColorstr='#e0ddd4', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

#product-page .tabs .active {
  background: #e0ddd4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0ddd4 0%, #f2f1ee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0ddd4), color-stop(100%, #f2f1ee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0ddd4 0%, #f2f1ee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0ddd4 0%, #f2f1ee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0ddd4 0%, #f2f1ee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e0ddd4 0%, #f2f1ee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ddd4', endColorstr='#f2f1ee', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#product-page .tabs li:first-child {
  left: 0px;
}

#product-page .tabs li:last-child {
  left: -10px;
}

#product-page .tabs li a {
  display: block;
  color: #727271;
  width: 141px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  text-decoration: none;
}

#product-page .tab {
  margin-bottom: 45px;
}

#product-page .tab h2,
#product-page .tab h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#product-page .tab h3 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -1px;
}

#product-page .tab h2 {
  font-size: 28px;
  line-height: 18px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #696968;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#product-page .tab p {
  margin-bottom: 7px;
  line-height: 24px;
}

#product-page .tab p b,
#product-page .tab p strong {
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#product-page .tab .tab-inner {
  display: none;
}

#product-page .tab .active {
  display: block;
}

/* two columns */
.text_container_l {
  width: 285px;
  min-height: 870px;
  float: left;
  border: 1px solid #cdc8bd;
  margin-top: 0px;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  background: #f0efeb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0efeb 0%, #d6d3c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0efeb), color-stop(100%, #d6d3c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0efeb 0%, #d6d3c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0efeb 0%, #d6d3c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0efeb 0%, #d6d3c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0efeb 0%, #d6d3c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0efeb', endColorstr='#d6d3c9', GradientType=0);
  /* IE6-9 */
  margin-bottom: -2px;
}

.text_container_r {
  width: 689px;
  float: left;
  margin: 0 0 0 284px;
}

.text_l {
  float: left;
  width: 283px;
  margin: 0 0 0 -283px;
}

.text_r {
  float: left;
}

.text_l .title {
  color: #454444;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 30px;
  border-bottom: 1px solid #cdc8bc;
  line-height: 68px;
  height: 62px;
  text-transform: uppercase;
  background: #f1efeb;
}

.text_l .left-menu {
  margin: 0;
  padding: 0;
}

.text_l .left-menu li {
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);  
  border-bottom: 1px solid #cdc8bc;
  position: relative;
}

.text_l .left-menu li a {
  display: block;
  margin: 0;
  padding: 0 30px 0 25px;
  height: 60px;
  width: 228px;
  line-height: 63px;
  /*color: #969593;*/
  color: #000000;
  font-size: 16px;
  border-top: 1px solid #ffffff;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  text-decoration: none;
  background: #e6e4e0 url(../img/left-menu-item.png) 243px 26px no-repeat;
}

.text_l .left-menu li a:hover {
  background-color: #eceae5;
}

.text_l .left-menu .active a {
  color: #262526;
  background: none;
}

.text_l .left-menu .active span {
  display: block;
  width: 10px;
  height: 14px;
  background: url(../img/left-menu-active.png) no-repeat;
  position: absolute;
  top: 23px;
  right: -2px;
}

.text_r .b-right {
  padding-left: 47px;
  padding-top: 34px;
}

.text_r .b-right h2 {
  color: #292829;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
}

.text_r .b-right h3 {
  color: #292829;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
}

.text_r .b-right p {
  margin-bottom: 20px;
  line-height: 20px;
}

div.dashed {
  height: 1px;
  width: 100%;
  background: url(../img/dashed.gif) repeat-x;
  margin-bottom: 18px;
}

.text_r .photo-list {
  margin: 0 0 41px 0;
  padding: 0;
}

.text_r .photo-list li {
  display: inline-block;
  margin: 0 30px 30px 0;
  padding: 0;
}

.text_r .photo-list li:nth-child(3n+3) {
  margin: 0 0px 0 0;
}

.text_r .photo-list li a {
  position: relative;
  display: block;
  width: 186px;
  height: 122px;
  text-align: center;
  line-height: 122px;
  outline: none;
}

.text_r .photo-list li a img {
  max-width: 186px;
  max-height: 122px;
}

.text_r .video-list li a {
  width: 185px;
  height: 104px;
  line-height: 104px;
}

.text_r .video-list li a img {
  max-width: 185px;
  max-height: 104px;
}

.text_r .video-list li a span {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/play2.png) no-repeat;
  position: absolute;
  top: 29px;
  left: 70px;
}

.text_l .addcar {
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); 
  padding-left: 20px;
  padding-top: 23px;
  height: 489px;
}

.text_l .addcar .inp2 {
  color: #292829;
  font-size: 13px;
  text-transform: none;
  width: 208px;
  height: 33px;
  padding: 0 13px;
  font-weight: 400;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-bottom: 9px;
  letter-spacing: 0;
}

.text_l .addcar textarea.inp2 {
  height: 253px;
  padding-top: 12px;
  padding-bottom: 8px;
  margin-bottom: 3px;
}

.text_l .addcar .addmat {
  display: inline-block;
  margin-left: 25px;
  color: #292829;
  text-decoration: none;
  border-bottom: 1px dashed #292829;
  margin-bottom: 11px;
  line-height: 17px;
  margin-top: 31px;
}

/*.text_l .addcar .addmat:hover{
  border-bottom: none;
  margin-bottom: 12px;
}*/
.text_l .addcar .for-btn1 {
  margin-top: 4px;
  margin-bottom: 40px;
}

.text_l .addcar .btn-red {
  width: 230px;
  font-size: 13px;
}

.text_l .addcar a.btn-red {
  width: 200px;
}

.alert {
  color: #5a5a5a;
  font-size: 12px;
  padding-left: 20px;
  margin-left: 15px;
  line-height: 18px;
  background: url(../img/alert.png) 2px 2px no-repeat;
}

.alert a {
  color: #e70506;
  font-size: 12px;
}

.text_r .pic-ust {
  margin: 40px 0 34px;
}

.text_r .list-ust {
  margin: 0;
  padding: 0;
}

.text_r .list-ust li {
  display: block;
  margin: 0 0 40px 11px;
  padding: 0 0 31px 77px;
  position: relative;
  background: url(../img/dashed.gif) repeat-x 0 100%;
}

.text_r .list-ust li:last-child {
  background: none;
}

.text_r .list-ust li .number {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  text-align: center;
  line-height: 55px;
  background: #f2ece7;   
  color: #000;
  font-size: 26px;
  font-family: 'helveticaneuecyrlight', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #aaaaaa;
}

.text_r .list-ust li .text {
  line-height: 20px;
}

/* faq page */
#faq-page .text_container_l {
  width: 706px;
}

#faq-page .text_container_l .text_l {
  width: 705px;
  margin: 0 0 0 -706px;
}

#faq-page .text_container_r {
  width: 264px;
  margin: 0 0 0 706px;
}

#faq-page .faq-list {
  margin: 0;
  padding: 0;
  box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 1); 
}

#faq-page .faq-list li {
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); 
  border-bottom: 1px solid #cdc8bc;
  position: relative;
}

#faq-page .faq-list li .quest a {
  display: block;
  margin: 0;
  padding: 18px 60px 11px 25px;
  line-height: 31px;
  color: #969593;
  font-size: 16px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  text-decoration: none;
  background: url(../img/left-menu-item.png) 657px 54% no-repeat;
}

#faq-page .faq-list .active .quest a {
  background: url(../img/faq-list-active-item.png) 657px 54% no-repeat;
}

#faq-page .faq-list li .text {
  border-top: 1px solid #cdc8bc;
  display: none;
  background: #f5f3ef;
  line-height: 24px;
  padding: 14px 24px;
}

#faq-page .b-right {
  padding-left: 26px;
  padding-top: 25px;
}

#faq-page .b-right h2 {
  color: #8f8f8f;
  font-size: 23px;
  line-height: 30px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  margin-bottom: 14px;
  font-weight: 400;
}

#faq-page .addquest {
  margin-bottom: 36px;
}

#faq-page .b-right .inp2 {
  width: 215px;
  height: 256px;
  text-transform: none;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 8px;
  margin-bottom: 14px;
  padding-left: 13px;
  border-radius: 10px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing: 0px;
}

#faq-page .b-right .for-btn1 {
  margin-bottom: 19px;
}

#faq-page .b-right .btn1 {
  width: 125px;
}

#faq-page .b-right .alert {
  margin-left: 4px;
}

#faq-page .b-right .dashed {
  margin-bottom: 29px;
}

#faq-page .b-right .pseudo-select {
  margin-bottom: 17px;
}

#faq-page .b-right .download .for-btn1 {
  margin-left: -3px;
}

#faq-page .b-right .download .btn1 {
  width: 128px;
}

/* shops page */
.shops-toggle,
.video-toggle {
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #b4b4b2;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75);  
}

.shops-toggle .inner,
.video-toggle .inner {
  height: 60px; 
}

.shops-toggle .toggle,
.video-toggle .toggle {
  float: left;
  margin: 0px 0 0 8px;
  padding: 0;
}

.shops-toggle .toggle li,
.video-toggle .toggle li {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  height: 60px;
  line-height: 75px;
}

.shops-toggle .toggle li a,
.video-toggle .toggle li a {
  color: #8d8d8d;
  text-decoration: none;
}

.shops-toggle .toggle .active span,
.video-toggle .toggle .active span {
  display: block;
  width: 11px;
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 41%;
  background: url(../img/toggle-active.jpg) no-repeat;
}

.shops-toggle .toggle .active a,
.video-toggle .toggle .active a {
  color: #292829;
}

.shops-toggle .pseudo-select {
  margin-top: 20px;
  float: right;
}

.shops-content {
  padding: 44px 0 70px;
}

.shops-content .shops-cart {
  margin: 0;
  padding: 0;
}

.shops-content .shops-cart li {
  display: inline-block;
  vertical-align: top;
  margin: 0 55px 58px 0;
  padding: 18px 10px 18px 22px;
  width: 251px;
  height: 165px;
  border: 1px solid #ccc7bb;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  background: #f3f2ee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f2ee), color-stop(100%, #e3e0d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f2ee 0%, #e3e0d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2ee', endColorstr='#e3e0d8', GradientType=0);
  /* IE6-9 */
}

.shops-content .shops-cart li:nth-child(3n+3) {
  margin-right: 0;
}

.shops-content .shops-cart li p {
  margin-bottom: 11px;
}

/* video page */
#videos {
  margin: 50px 0 80px;
  padding: 0;
}

#videos li {
  position: relative;
  margin: 0px 72px 49px 0;
  padding: 0;
  display: inline-block;
  width: 185px;
  height: 182px;
  overflow: hidden;
  vertical-align: top;
}

#videos li:nth-child(4n+4) {
  margin-right: 0px;
}

#videos li .thumb {
  width: 184px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  margin-bottom: 2px;
}

#videos li .thumb a {
  display: block;
  position: relative;
}

#videos li .thumb a img {
  max-width: 184px;
  max-height: 104px;
}

#videos li .thumb a span {
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../img/play2.png) no-repeat;
  top: 33px;
  left: 67px;
}

#videos li .date {
  color: #262526;
  font-size: 12px;
  margin-bottom: 0px;
}

#videos li .name {
  color: #262526;
  font-size: 13px;
  line-height: 15px;
  height: 30px;
  overflow: hidden;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 400;
}

#videos li .rating,
#videos li .nrating {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 111px;
  height: 19px;
  background: url(../img/stars-empty.png) no-repeat;
}

#videos li .rating div,
#videos li .nrating div {
  background: url(../img/stars-red.png) left bottom; 
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

#videos li .nrating div {
  cursor: default;
}

#videos li .rating span {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/stars-hover.png) left center; 
  width: 0;
  cursor: pointer;
}

#videos li .balls {
  position: absolute;
  bottom: -3px;
  right: 4px;
  color: #262526;
  font-size: 12px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 700;
}

/* pseudo select */
.pseudo-select {
    position: relative;
}

.pseudo-select .select {
  color: #ea0506;
  cursor: pointer;
  border: 1px solid #ccc7bb;
  border-radius: 4px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 
  padding: 0px 35px 0 15px;
  width: 186px;
  height: 29px;
  line-height: 29px;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  background: #f3f2ee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f2ee), color-stop(100%, #e3e0d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f2ee 0%, #e3e0d8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f2ee 0%, #e3e0d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2ee', endColorstr='#e3e0d8', GradientType=0);
  /* IE6-9 */
  z-index: 11;
}

.pseudo-select .select span {
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 12px;
  background: url(../img/selectarrow.png) no-repeat;
}

.pseudo-select .options:hover {
    border: 1px solid #c6c6c6;
    color: #333;
}

.pseudo-select .options {
    position: absolute;
    top: 27px;
    padding-top: 2px;
    left: 0;
    width: 236px;
    border: 1px solid #ccc7bb;
    border-radius: 4px;
    background: #fff;
    z-index: 10;
    display: none;
    color: #363636;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.pseudo-select .options>div {
    padding: 0 10px 0px 14px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.pseudo-select .options>div:hover,
.pseudo-select .options>div.check:hover {
    background: #ea0506;
    color: #fff;
}

.pseudo-select .options>div.check {
    color: #ea0506;
}

/* pseudo select */
.shops-cart .scroll-pane {
  width: 97%;
  height: 160px;
  padding-right: 20px;
  overflow: auto;
  outline: none;
} 

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 14px;
  width: 5px;
  height: 100%;
  background: transparent;
}

.regional .contacts .jspVerticalBar {
  right: 0px;
}

.regional .contacts img {
  max-width: 260px;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

/*.jspCapBottom
{
  display: block;
  height: 7px;
  width: 5px;
}*/
.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #efeee9;
  position: relative;
}

.jspDrag {
  background: #cbc7bc;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.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;
}

/* colorbox */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  /*border:5px solid #000;*/
  background: #fff;
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.35);

  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.35);
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
  display: none !important;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../img/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
  display: none !important;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../img/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
  display: none !important;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: -27px;
  display: block;
  background: url(../img/close-zoom.png) no-repeat;
  width: 14px;
  height: 15px;
  text-indent: -9999px;
}


/**********/
.content-bl {
  padding: 30px 0;
}

.highlight {
  color: brown;
  font-weight: bold;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
  /*background: url(../img/ajax-loader.gif);*/
  background: url(../img/loader.gif);
}

.inline-colorbox #cboxContent {
  background: transparent;
}

.inline-colorbox #cboxLoadedContent {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.75);
}

.popup {
  display: none;
}

#p-reg,
#remindpass,
#newpass,
#p-profile {
  border-radius: 10px;
  width: 290px;
}

#p-profile .for-btn1 {
  margin-top: 0;
}

.up-caption {
  font-size: 28px;
  color: #292829;
  font-weight: 400;
  padding: 23px 31px 27px;
  background: url(../img/up-caption-bottom.gif) repeat-x 0 100%;
  margin-bottom: 0;
}

.up-form input[type="text"] {
  text-transform: uppercase;
}

.up-form .loginFPForm,
.up-form .newpassform {
  padding: 26px 0px 26px 27px;
}

.up-form .reg,
.up-form .profileedit {
  padding: 14px 0px 10px 27px;
}

.up-form .adduservideo {
  padding: 26px 27px 26px 27px;
}

.up-form .adduservideo .inp1 {
  width: 350px;
  float: none;
}

.up-form .adduservideo .notice {
  font-size: 11px;
  font-style: italic;
}

.up-form .adduservideo .for-btn1 {
  margin-top: 5px;
}

.up-form .inp1 {
  font-size: 14px;
  height: 34px;
  float: left;
  width: 182px;
}

.up-form .for {
  margin-bottom: 12px;
}

.up-form .err {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background: url(../img/error.jpg) no-repeat;
  margin-left: 15px;
  margin-top: 11px;
}

.up-form .ok {
  display: block;
  float: left;
  width: 17px;
  height: 13px;
  background: url(../img/ok.jpg) no-repeat;
  margin-left: 13px;
  margin-top: 11px;
}

.up-form .for-btn1 {
  margin-top: 33px;
}

.up-form .btn-red {
  width: 206px;
  height: 31px;
  line-height: 31px;
  letter-spacing: 0px;
}

.up-form p {
  font-size: 15px;
  line-height: 20px;
  color: #292829;
  padding: 15px 15px 0;
}

.up-form label {
  font-size: 12px;
  color: #151515;
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
}

.up-form label span {
  color: #c8010d;
}

.up-form .notice {
  text-align: right;
  font-size: 12px;
  color: #c8010d;
  font-family: 'helveticaneuecyrlight', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-style: italic;
  padding-right: 22px;
  margin-top: 9px;
}

.up-form #step1 {
  position: relative;
}

#changeava {
  position: absolute;
}

#p-reg #changeava {
  top: 380px;
  left: 44px;
}

#p-reg #changeava .text {
  text-decoration: none;
  border-bottom: 1px dashed #000;
  color: #000;
  font-size: 12px;
  line-height: 33px;
}

#changeava .inputfile,
#hiddenfile .inputfile {
  display: block;
  overflow: hidden;
  width: 140px;
  height: 25px;  
}

#hiddenfile .inputfile {
  width: 235px;
}

.change-ava #changeava {
  position: static;
}

.change-ava #changeava .inputfile {
  width: 160px; 
}

#changeava .inputfile .text {
  font-size: 14px;
  color: #151515;
  text-decoration: underline;
  cursor: pointer;
}

.inputfile .text:hover {
  text-decoration: none;
}

#hiddenfile .inputfile .text {
  margin-left: 25px;
  color: #292829;
  text-decoration: none;
  border-bottom: 1px dashed #292829;
  margin-bottom: 11px;
  line-height: 17px;
  cursor: pointer;
}

#hiddenfile {
  position: absolute;
  bottom: 134px;
  left: 20px;
}

#changeava .inputfile input,
#hiddenfile .inputfile input {
  opacity: 0;
  font-size: 199px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-left: -450px;
  position: relative;
  top: -50px;
}

.up-form .loginFPForm .for-btn1,
.up-form .newpassform .for-btn1 {
  margin-top: 6px;
}

.disable,
.disable .text {
  color: rgb(172, 172, 172) !important;
  border-bottom: none !important;
}

.disable input,
.disable {
  cursor: default;
}

#news-list {
  margin: 15px 0 0 0;
  padding: 0 0 0 4px;
}

#news-list li {
  display: block;
  margin: 0 0 50px 0;
  padding: 0;
  background: url(../img/dashed.gif) repeat-x 0 100%;
}

#news-list li .date {
  color: #ce0405;
}

#news-list li .title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

#news-list li .text {
  margin-bottom: 10px;
}

#news-list li .more {
  text-align: right;
  padding-right: 36px;
  padding-bottom: 36px;
}

#news-list li .more a {
  color: #292829;
  font-size: 12px;
}

.newsinner .back {
  text-align: right;
  padding-right: 0px;
  padding-bottom: 36px;
}

.newsinner .back a {
  font-size: 12px;
}

#review-list {
  margin: 19px 0 0 30px;
  padding: 0;
}

#review-list li {
  display: block;
  margin: 0 0 53px 0;
  padding: 0;
}

#review-list li .info {
  height: 56px;
  padding-left: 64px;
  position: relative;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
  color: #383738;
  margin-bottom: 10px;
  line-height: 17px;
}

#review-list li .info .ava {
  position: absolute;
  top: -2px;
  left: -3px;
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  border: 3px solid white;
}

#review-list li .info .ava img {
  max-height: 50px;
  max-width: 50px;
}

#review-list li .info .name {
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 700;
}

#review-list li .info .date {
  color: #ef0608;
}

#review-list li .text {
  width: 909px;
  background: url(../img/r-top.png) no-repeat;
  padding-top: 32px;
}

#review-list li .text .middle {
  padding: 0 25px;
  min-height: 18px;
  background: url(../img/r-middle.png) repeat-y;
  font-size: 12px;
  line-height: 22px;
  color: #383738;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  padding-bottom: 6px;
}

#review-list li .text .bottom {
  height: 18px;
  background: url(../img/r-bottom.png) no-repeat;
}

.support-page {
  padding: 13px 0px 0 8px;
  margin-bottom: 50px;
}

.support-page h1 {
  font-size: 26px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-bottom: 21px;
  font-weight: 700;
}

.support-page .info {
  padding-top: 18px;
  background: url(../img/dashed.gif) repeat-x 0 0;
  margin-bottom: 53px;
}

.support-page .info .dashed {
  margin-top: 19px;
}

.support-page .s-c-one {
  width: 305px;
  height: 478px;
  float: left;
  background: url(../img/v-dashed.gif) repeat-y 100% 0;
}

.support-page .s-c-two {
  width: 244px;
  height: 478px;
  padding: 0 20px 0px 57px;
  float: left;
  background: url(../img/v-dashed.gif) repeat-y 100% 0;
}

.support-page .s-c-three {
  width: 250px;
  height: 478px;
  float: left;
  padding: 0 0 0 47px;
}

.support-page h2 {
  font-size: 18px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-bottom: 22px;
  font-weight: 700;
}

.support-page .s-c-one textarea {
  width: 211px;
  height: 246px;
  padding-top: 18px;
  padding-left: 18px;
  text-transform: none;
  margin-bottom: 13px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 400;
}

.support-page .s-c-one input.inp2 {
  text-transform: none;
  margin-bottom: 13px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  width: 200px;
  height: 33px;
  padding: 0 19px;
  font-weight: 400;
  margin-bottom: 9px;
}

.support-page .s-c-one .btn1 {
  width: 229px;
}

.support-page .s-c-two h2 {
  margin-bottom: 16px;
}

.support-page .s-c-two .ph {
  line-height: 30px;
}

.support-page .s-c-two .dashed {
  width: 159px;
  margin-left: 3px;
  margin-bottom: 13px;
  margin-top: 15px;  
}

.support-page .s-c-three h2 {
  margin-bottom: 13px;
}

.support-page .s-c-three p {
  line-height: 30px;
  margin-bottom: 30px;
}

.support-page .s-c-three .soc {
  position: static;
  margin-top: 34px;
}

#addreview .addreview {
  padding: 23px 25px;
  width: 243px;
}

#addreview .addreview .inp2 {
  width: 184px;
  height: 192px;
  text-transform: none;
  margin-bottom: 13px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 400;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 0;
  float: left;
}

#addreview .addreview .for {
  margin-bottom: 10px;
}

#addreview .addreview .for-btn1 {
  margin-top: 0px;
}

.addreview-button {
  text-align: center;
  margin-top: -20px;
}

.addreview-button .btn1 {
  width: 150px;
}

/*j Carousel*/
.jcarousel-skin-tango {
  position: absolute;
  bottom: 0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 439px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 439px;
    height: 58px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 103px;
    height: 58px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  display: block;
  position: absolute;
  left: -19px;
  bottom: 22px;
  width: 7px;
  height: 11px;
  background: url(../img/arrow-left.png) no-repeat;
  cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  display: block;
  position: absolute;
  right: -14px;
  bottom: 22px;
  width: 7px;
  height: 11px;
  background: url(../img/arrow-right.png) no-repeat;
  cursor: pointer;
}

/* back call form */

#backcall form {
  padding: 20px 0px 26px 27px;
  background: url(../img/up-caption-bottom.gif) repeat-x 0 173px;
}

#backcall .up-caption {
  padding-right: 41px;
}

#backcall .for-btn1 {
  margin-top: 24px;
}

#backcall label {
  color: #292829;
  line-height: 14px;
  margin-bottom: 8px;
}

#backcall input[name="phone"] {
  color: #000;
  font-weight: 700;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  padding-left: 13px;
  float: none;
  margin-bottom: 0px !important;
}

#backcall input[type="text"] {
  margin-bottom: 15px;
}

#backcall .formess {
  margin-bottom: 5px;
}

#backcall .i-notice {
  color: #595959;
  font-size: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
  margin-top: 2px;  
  font-style: italic;
}

#backcall .for-radio {
  margin-bottom: 37px;
  padding-left: 13px;
}

#backcall .for-radio .r1,
#backcall .for-radio .r2 {
  float: left;
}

#backcall .for-radio .radio {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  background: url(../img/radio.jpg);
}

#backcall .for-radio .active {
  background-position: -11px 0;
}

#backcall .for-radio .value {
  display: inline-block;
  font-size: 11px;
  color: #000;
  font-weight: 400;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-right: 12px;
  position: relative;
  top: -2px;
}

#backcall textarea {
  height: 69px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}

.for-oneclick {
  position: relative;
}

#oneclick {
  display: none;
  position: absolute;
  top: 94px;
  left: 1px;
  width: 227px;
  height: 300px;
  background: url(../img/oneclick-back.png) no-repeat;
  z-index: 10;
}

#oneclick form {
  padding: 40px 0 0 26px;
}

#oneclick form .inp1 {
  display: block;
  height: 22px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  width: 158px;
  margin-bottom: 12px;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#oneclick form textarea.inp1 {
  padding-top: 6px;
  padding-bottom: 10px;
  height: 31px;
  line-height: 17px;
  resize: none;
  margin-bottom: 15px;
}

#oneclick form textarea.err,
#oneclick form input.err {
  border: 1px solid red;
}

#oneclick form .for-btn1 {
  margin-left: 0;
}

#oneclick form .btn-red {
  width: 83px;
  height: 22px;
  font-size: 10px;
  line-height: 22px;
}

.basket-page {
  padding-top: 48px;
}

.basket-page table {
  width: 973px;
  margin: auto;
}

.basket-page .t-head {
  background: url(../img/basket-th.png) no-repeat;
}

.basket-page .t-body {
  background: url(../img/basket-tb.png) repeat-y;
}

.basket-page .t-foot {
  height: 15px;
  width: 973px;
  margin: 0 auto 43px;
  background: url(../img/basket-tf.png) no-repeat 0 100%;
}

.basket-page table th {
  height: 59px;
  line-height: 62px;
  color: #7e7971;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: 'helveticaneuecyrbold', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-transform: uppercase;
}

.basket-page table th.one {
  padding-left: 30px;
}

.basket-page table td {
  vertical-align: middle;
}

.basket-page table .pic {
  display: inline-block;
  padding: 18px 10px 15px 33px;
  width: 180px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  overflow: hidden;
}

.basket-page table .pic img {
  max-width: 180px;
  max-height: 130px;
}

.basket-page table .title {
  display: inline-block;
  font-size: 18px;
  color: #696968;
  padding-right: 15px;
}

.basket-page table .count {
  width: 27px;
  height: 33px;
  text-align: center;
  font-size: 18px;
}

.basket-page table .price {
  color: #e70506;
  font-size: 36px;
  font-weight: 700;
  font-family: 'helveticaneuecyrultraLtIt', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  display: inline-block;
  margin-right: 25px;
  position: relative;
  top: 3px;
}

.basket-page .delete {
    color: #000000;
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    
  display: inline-block;
  width: 12px;
  height: 13px;
  background: transparent url(../img/del-item.png) no-repeat;
  float: right;
  margin-right: 26px;
  margin-top: 8px;
  

}

.basket-page .b-more {
  text-align: center;
  margin-bottom: 6px;
}

.basket-page .b-more .btn1 {
  width: 150px;
  letter-spacing: px;
}

#order-page #main {
  background-image: none;
  border-bottom: 1px solid #e6e4df;
}

#order-page .order-block-h {
  background: url(../img/order-h-back.jpg) repeat-x 50% 0;
  height: 399px;
  border-top: 1px solid #d1ccc2;
  border-bottom: 1px solid #ccc7bb;
}

#order-page .order-block-h .inner {
  height: 399px;
  background: url(../img/order-hr.png) no-repeat 0 84px;
}

#orderform .arrow {
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -9px;
  width: 18px;
  height: 9px;
  background: url(../img/order-arrow.jpg) no-repeat;
  z-index: 2;
  display: none;
}

#order-page .order-block-f {
  background: url(../img/order-f-back.jpg) repeat-x 50% 0;
  height: 118px;
}

#order-page .order-block-f .inner {
  height: 89px;
}

#order-page .left {
  width: 385px;
  float: left;
}

#order-page .center {
  width: 337px;
  float: left;
}

#order-page .right {
  width: 219px;
  float: left;
}

#order-page h2.caption {
  font-size: 22px;
  height: 83px;
  line-height: 87px;
  font-weight: 400;
}

#order-page .left h2.caption {
  font-size: 22px;
  padding-left: 17px;
}

#order-page .c-info {
  padding-left: 15px;
  padding-top: 16px;
}

#order-page label {
  font-size: 12px;
  color: #151515;
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
}

#order-page label span {
  color: #c8010d;
}

#order-page .c-info textarea {
  width: 180px;
  height: 91px;
  resize: none;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: -2px;
}

#order-page .pseudo-select {
  margin-bottom: 13px;
}

#order-page .notice-black {
  padding-left: 16px;
  font-size: 10px;
  font-style: italic;
  color: #151515;
  margin-bottom: 16px;
}

#order-page .notice-red {
  padding-left: 10px;
  font-size: 12px;
  font-style: italic;
  color: #c8010d;
  font-style: "helveticaneuecyrlight_italic", 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#order-page .c-data {
  padding-top: 16px;
  margin-left: -19px;
}

#order-page .c-data .inp1 {
  height: 34px;
  display: block;
  margin-bottom: 12px;
  width: 180px;
  border-radius: 12px;
}

#order-page .c-data label {
  margin-bottom: 3px;
}

#order-page .c-delivery {
  padding-left: 7px;
  padding-top: 24px;
}

#order-page .c-delivery .for-radio .radio {
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  background: url(../img/radio.png);
  margin-right: 13px;
  position: relative;
  top: -4px;  
}

#order-page .c-delivery .for-radio .active {
  background-position: -11px 0;
}

#order-page .c-delivery .for-radio .value {
  color: #7e7971;
  text-transform: uppercase;
  float: left;
  margin-top: -8px;
}

#order-page .c-delivery .for-radio .price {
  color: #c90808;
  float: right;
  margin-top: -9px;
}

#order-page .c-delivery .for-radio .notice {
  color: #151515;
  font-style: italic;
  font-size: 10px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 23px;
}

#order-page .c-delivery .for-radio .r1 {
  margin-bottom: 35px;
}

#order-page .c-delivery .for-radio .r2 {
  margin-bottom: 38px;
}

#order-page .c-delivery .for-radio .r4 .notice {
  margin-top: 7px;
}

#order-page .order-block-f .itog {
  color: #7e7971;
  font-size: 20px;
  font-weight: 700;
  font-family: 'helveticaneuecyrultraLtIt', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  display: inline-block;
  height: 89px;
  line-height: 89px;
  margin-left: 110px;
}

#order-page .order-block-f .itog .old {
  font-style: normal;
  text-decoration: line-through;
  padding-right: 4px;
}

#order-page .order-block-f .itog i {
  font-style: normal;
}

#order-page .order-block-f .itog b {
  font-weight: 700;
  font-family: 'helveticaneuecyrultraLtIt', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#order-page .order-block-f .itog span {
  color: #e70506;
  font-size: 32px;
}

#order-page .order-block-f .for-btn1 {
  margin-top: 47px;
  display: inline-block;
  float: right;
}

#order-page .order-block-f .for-btn1 .btn-red {
  width: 207px;
  letter-spacing: 0px;
}

#order-page #o-two {
  display: none;
}

.for-radio .item {
  cursor: pointer;
}

.n-text {
  position: absolute;
  right: 250px;
  top: 27px;
  font-size: 12px;
  color: #252325;  
}

.minicart .delete {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/delete2.png) no-repeat;
  position: absolute;
  top: 70px;
  right: 40px;
}

.post-header .for-oneclick {
  display: inline-block;
}

.post-header .for-oneclick .for-btn1 {
  position: relative;
  top: 10px;
  left: -3px;
}

.post-header .for-oneclick .for-btn1 a {
  width: 165px;
  font-size: 14px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing: 0px;
  font-weight: 700;
  padding-left: 1px !important;
}

.post-header .for-oneclick .for-btn1 a {
  top: 0px !important;
}

.post-header #oneclick {
  top: 41px;
  left: -19px;
}

.post-header #oneclick .for-btn1 {
  top: -1px;
  left: -56px;
}

h2.c-caption {
  font-size: 28px;
  line-height: 18px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #696968;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;  
}

#shops-page .shops-toggle .toggle {
  display: none;
}

#shops-page .shops-toggle .toggle:first-child {
  display: block;
}

.partners_page .left {
  float: left;
  width: 583px;
  border-right: 1px solid #d2cbc0;
  padding-top: 30px;
  min-height: 674px;
}

.partners_page .right {
  padding-top: 30px;
  float: left;
  width: 382px;
  border-left: 1px solid #fcfbfa;
  border-right: 1px solid #d2cbc0;
  min-height: 674px;
}

.partners_page h3 {
  color: #696968;
  font-weight: 400;
  margin-bottom: 30px;
}

.partners_page .contacts-block {
  padding-bottom: 10px;
  margin-bottom: 35px;
  background: url(../img/order-partners.png) 0 100% repeat-x;
}

.partners_page .contacts-block .c-list li {
  display: block;
  padding-left: 36px;
  height: 24px;
  color: #444242;
  font-family: 'helveticaneuecyrmedium', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-left: 0;
}

.partners_page .contacts-block .c-list .phone {
  font-size: 24px;
  background: url(../img/ico-phone.png) no-repeat;
  padding-top: 4px;
  margin-bottom: 11px;
}

.partners_page .contacts-block .c-list .email {
  font-size: 18px;
  background: url(../img/ico-email.png) no-repeat 2px 3px;
}

.partners_page .content {
  padding-right: 60px;
}

.partners_page .step1,
.partners_page .step2 {
  width: 256px;
  margin: auto;
}

.partners_page .step1,
.partners_page .step2 {
  margin-bottom: 12px;
}

.partners_page .right h3 {
  margin-bottom: 17px;
  text-align: center;
}

.partners_page .up-form label {
  margin-bottom: 3px;
}

.partners_page .up-form .for {
  margin-bottom: 11px;
}

.partners_page .up-form .inp1 {
  width: 222px;
}

.partners_page .up-form textarea.inp2 {
  width: 233px;
  border-radius: 11px;
  height: 88px;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.partners_page .up-form .for-btn1 {
  margin-top: 0px;
}

.partners_page .up-form .btn-red {
  width: 246px;
  font-size: 13px;
}

.partners_page .up-form .notice {
  margin-top: 15px;
  margin-right: -42px;
  padding-right: 0;
}

.partners_page .add_partners {
  padding-bottom: 20px;
  margin: 0 10px;
}

.partners_page .post_info {
  padding-left: 53px;
  padding-top: 20px;
  background: url(../img/order-partners.png) 0 0px repeat-x;
}

.partners_page .post_info p {
  font-family: 'helveticaneuecyrlight', 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  padding: 0;
  font-size: 12px;
}

.partners_page .step2 {
  padding-bottom: 13px;
}

.partners_page .step2 p {
  padding: 0;
}

.b-discount {
  display: inline-block;
  padding-top: 26px;
}

.b-discount .title {
  margin-left: 8px;
  margin-bottom: 2px;
  font-size: 12px;
  color: #0d0d0d;
  font-family: 'helveticaneuecyrroman', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.b-discount .green {
  color: #8d9000;
}

.b-discount .inp1 {
  width: 48px;
  height: 34px;
  border-radius: 12px;
  padding: 0 5px;
  text-align: center;
  font-size: 18px;
}

.b-discount .res {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 13px;
  margin-top: 11px;  
}

.b-discount .res.ok {
  background: url(../img/ok.png) no-repeat; 
}

.b-discount .res.err {
  background: url(../img/error.png) no-repeat; 
}

.b-discount.err .title {
  color: red;
}

.b-discount.err .inp1 {
  border-color: red;
}

.container {
  width: 980px;
  margin: auto;
  padding-top: 100px;  
}

.codes-table {
  width: 420px;
  float: left;
  margin-right: 15px;
}

.b-form {
  width: 420px;
  float: left;
  margin-right: 15px;
  margin-top: 40px;
}

.codes-table td,
.codes-table th {
  border: 1px solid black;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.codes-table th {
  font-size: 18px;
  font-weight: 700;
}

.shops-toggle .ust {
  float: left;
  color: #292829;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);  
  padding-top: 20px;
}

.clearCart {
    display: inline-block;
    background: transparent url(../img/minibasket.png) no-repeat;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    padding: 0 0 0 30px;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.buyCatal {
        display: inline-block;
    background: transparent url(../img/minibasket.png) no-repeat;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    padding: 0 0 0 30px;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}


.row {
    display: flex;
}

.span3.col-md-3 {
    flex-basis: 30.33%;
    padding-right: 40px;
}

.span9.col-md-9 {
    flex-basis: 70.6667%;
}

.mse2_number_inputs {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.mse2_number_inputs input {
  border: none;
  background: none;
}

.filter-top form {
    display: flex;
    align-items: flex-start;
}

.filter-top form button {
    display: none;
}

.filter-top form fieldset {
  margin-right: 30px;
}

.fl {
    display: flex;
}

.fl .search form {
    display: flex;
}



.fl fieldset {
  margin-left: 15px
}

header .fl h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.fl h4 {
    font-size: 15px;
}


.fl2 form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.fl2 form input {
  margin-right: 10px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.fl2 form button {
  background: #ea1307;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 7px 25px;
}

.fl form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.fl form input {
  margin-right: 5px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.fl form select {
  margin-right: 10px;
  padding: 7px 15px!important;
  border-radius: 5px;
  border: 1px solid #ddd!important;
}

.fl form button {
  background: #ea1307;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 7px 25px;
}

ul.pagination {
    display: flex;
  list-style: none;
    align-items: center;
}

.fl .search {
  margin-right: 20px;
    margin-bottom: 20px;
}

.select2-container {
  margin-right: 10px !important;
}

.select2-container+select+.select2-container {
  margin-right: 0 !important;
}

/* Скрываем крестик очистки для фильтра автомобилей */
.select2-container--default .select2-selection--multiple .select--selection__choice__remove {
    display: none !important;
}

form#mse2_filters {
  margin: 0 -15px;
}

/* ========================================
   ПРОМО-БАННЕР АКЦИИ
   ======================================== */

.promo-banner {
    background: #ea1307;
    color: white;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #c90e02;
}

.promo-banner .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.promo-banner .promo-text {
    font-family: 'helveticaneuecyrbold', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

.promo-banner .promo-link {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-family: 'helveticaneuecyrmedium', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    white-space: nowrap;
}

.promo-banner .promo-link:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

/* Декоративная стрелка */
.promo-banner .promo-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid rgba(255, 255, 255, 0.3);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@keyframes arrow-pulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.8;
  }
}

/* Мобильная адаптация промо-баннера */
@media (max-width: 768px) {
    .promo-banner .inner {
        flex-direction: column;
        gap: 12px;
        padding: 0 15px;
    }
    
    .promo-banner .promo-text {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .promo-banner .promo-link {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .promo-banner .promo-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .promo-banner {
        padding: 10px 0;
    }
    
    .promo-banner .promo-text {
        font-size: 13px;
    }
}

/* ========================================
   НОВЫЙ ГЛАВНЫЙ БАННЕР
   ======================================== */

.main-banner {
    position: relative;
    min-height: 720px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

.main-banner .inner {
    position: relative;
    z-index: 2;
    height: auto !important;
}

.main-banner .banner-content {
    max-width: 600px;
    color: white;
    text-align: left;
}

.main-banner .banner-title {
    font-family: 'helveticaneuecyrbold', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    color: white;
}

.main-banner .banner-subtitle {
    font-family: 'helveticaneuecyrroman', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.main-banner .banner-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.main-banner .btn {
    display: inline-block;
    padding: 15px 30px;
    font-family: 'helveticaneuecyrmedium', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    min-width: 200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.main-banner .btn-primary {
    background: linear-gradient(135deg, #ea1307 0%, #c90e02 100%);
    color: white;
    border-color: #ea1307;
}

.main-banner .btn-primary:hover {
    background: linear-gradient(135deg, #c90e02 0%, #a00b02 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 19, 7, 0.4);
    color: white;
    text-decoration: none;
}

.main-banner .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.main-banner .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
}

/* Мобильная адаптация нового баннера */
@media (max-width: 768px) {
    .main-banner {
        min-height: 400px;
        text-align: center;
    }
    
    .main-banner .banner-content {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .main-banner .banner-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .main-banner .banner-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .main-banner .banner-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .main-banner .btn {
        padding: 12px 25px;
        font-size: 15px;
        min-width: 250px;
    }
}

@media (max-width: 480px) {
    .main-banner {
        min-height: 350px;
    }
    
    .main-banner .banner-title {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .main-banner .banner-subtitle {
        font-size: 15px;
    }
    
    .main-banner .btn {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 200px;
    }
}

/* Промо-баннер акции */
.promo-banner {
    background: linear-gradient(135deg, #ea1307 0%, #c41230 100%);
    color: white;
    padding: 12px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.promo-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.promo-text strong {
    font-weight: 700;
    color: #fff;
}

@media (max-width: 768px) {
    .promo-banner {
        padding: 10px 0;
    }
    
    .promo-content {
        flex-direction: column;
        gap: 5px;
    }
    
    .promo-text {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .promo-text {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
  .spoiler-header {
    display: block;
    background: #ea1307;
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 6px;
    cursor: pointer;
    position: relative;
    transition: background 0.2s;
    height: 30px;
    line-height: 16px;
  }

  .spoiler-header:after {
    content: '▼';
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: 13px;
    transition: transform 0.2s;
  }

  .spoiler-header.active:after {
    transform: rotate(-180deg);
  }

  #carSearchForm,
  #search-form {
    display: none !important;
    margin-bottom: 12px;
    height: 30px;
    overflow: hidden;
    transition: height 0.2s;
  }

  #carSearchForm.active,
  #search-form.active {
    display: block !important;
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .spoiler-header {
    display: none !important;
  }

  #carSearchForm,
  #search-form {
    display: block !important;
    height: auto;
    overflow: visible;
  }

  #search-form button {
    margin-top: 5px;
  }
}

.carSearchForm .select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  width: 100% !important;
  padding: 0 4px;
  box-sizing: border-box;
}

.carSearchForm .select2-selection__choice__remove {
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none!important;
}

/* Мобильная адаптация */
@media (max-width: 600px) {
  .carSearchForm {
    width: 100% !important;
  }

  .carSearchForm .select2-container--default .select2-selection--multiple {
    min-height: 36px !important;
    max-height: 40px !important;
    font-size: 14px !important;
  }

  .carSearchForm .select2-selection__choice {
    font-size: 12px !important;
    height: 20px !important;
    padding: 1px 5px !important;
  }
}

.carSearchForm .select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  width: 100% !important;
  padding: 0 4px;
  box-sizing: border-box;
}

.carSearchForm .select2-selection__choice__remove {
  display: none !important;
}
/* Мобильная адаптация */
@media (max-width: 600px) {
  .carSearchForm {
      width: 100% !important;
  }
  .carSearchForm .select2-container--default .select2-selection--multiple {
      min-height: 36px !important;
      max-height: 40px !important;
      font-size: 14px !important;
  }
  .carSearchForm .select2-selection__choice {
      font-size: 12px !important;
      height: 20px !important;
      padding: 1px 5px !important;
  }
}

body .carSearchForm .select2-container--default .select2-selection--multiple {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  overflow-y: hidden !important;
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #ddd;
  white-space: nowrap !important;
  background: #fff !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  z-index: 2 !important;
}
body .carSearchForm .select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  width: 100% !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
}
body .carSearchForm .select2-selection__choice {
  display: flex !important;
  align-items: center !important;
  height: 22px !important;
  margin: 0 4px 0 0 !important;
  padding: 1px 7px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  background: #007bff !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  float: none !important;
  line-height: 20px !important;
}
body .carSearchForm .select2-selection__choice__remove {
  display: none !important;
}
@media (max-width: 600px) {
  body .carSearchForm {
    width: 100% !important;
  }
  body .carSearchForm .select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    max-height: 40px !important;
    font-size: 14px !important;
  }
  body .carSearchForm .select2-selection__choice {
    font-size: 12px !important;
    height: 20px !important;
    padding: 1px 5px !important;
  }
}

.select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
}

.select2-results__option--highlighted {
    background-color: #ea1307 !important;
    color: white !important;
}

.select2-results__group {
    padding: 6px 12px;
    font-weight: bold;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.select2-results__option .product-count {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin-left: 8px;
}

.select2-results__option--highlighted .product-count {
    color: rgba(255, 255, 255, 0.8);
}

.select2-selection__choice {
    background: linear-gradient(135deg, #ea1307 0%, #c90e02 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin: 2px 4px 2px 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.select2-selection__choice:hover {
    background: linear-gradient(135deg, #c90e02 0%, #a00b02 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
}

/* Стили для плейсхолдера */
.select2-selection__placeholder {
    color: #999 !important;
    font-style: italic !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 768px) {
    .select2-results__option {
        padding: 10px 12px;
        font-size: 16px;
    }
    
    .select2-selection__choice {
        font-size: 14px !important;
        padding: 6px 10px !important;
    }
    
    .carSearchForm button[type="submit"] {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
    
    .car-search-stats {
        font-size: 14px;
        padding: 15px;
    }
    
    .car-search-stats .stat-item {
        display: block;
        margin: 5px 0;
    }
}