@charset "IBM866";
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
  height: 100%;
}

#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -365px;
}
#root #root_footer {
  height: 365px;
}

#footer {
  clear: both;
  position: relative;
  height: 365px;
}

.icon-sprite, .icon-advantage1, .icon-advantage2, .icon-advantage3, .icon-advantage4, .icon-advantage5, .icon-advantage6, .icon-advantage7, .icon-advantage8, .icon-ar, .icon-breadcrumbs-arrow, .icon-buble-tail, .icon-calendar, .icon-cards, .icon-cart, .icon-coins, .icon-coins2, .icon-compare, .icon-courier, .icon-delivery, .icon-facebook, .icon-facebookhover, .icon-glasses, .icon-graph, .icon-home, .icon-laquo, .icon-list, .icon-listactive, .icon-magnifizer, .icon-mini-cart, .icon-next, .icon-odnoklassniki, .icon-odnoklassnikihover, .icon-page-title, .icon-page-title2, .icon-pay, .icon-phone, .icon-phone2, .icon-place, .icon-prev, .icon-raquo, .icon-search-mignifizer, .icon-target, .icon-thumbup, .icon-tile, .icon-tileactive, .icon-twitter, .icon-twitterhover, .icon-video, .icon-vk, .icon-vkhover, .icon-warning, .icon-zoom, .icon-zoom2, q.main:before, q.main:after, .event .box:before {
  background: url('../img/icon-seebfa4d9c7.png') no-repeat;
}

.icon-advantage1 {
  background-position: 0 -371px;
  height: 45px;
  width: 53px;
}

.icon-advantage2 {
  background-position: 0 -814px;
  height: 54px;
  width: 52px;
}

.icon-advantage3 {
  background-position: 0 -761px;
  height: 53px;
  width: 49px;
}

.icon-advantage4 {
  background-position: 0 -656px;
  height: 52px;
  width: 53px;
}

.icon-advantage5 {
  background-position: 0 -464px;
  height: 48px;
  width: 49px;
}

.icon-advantage6 {
  background-position: 0 -708px;
  height: 52px;
  width: 35px;
}

.icon-advantage7 {
  background-position: -35px -708px;
  height: 53px;
  width: 37px;
}

.icon-advantage8 {
  background-position: 0 -868px;
  height: 55px;
  width: 47px;
}

.icon-ar {
  background-position: -12px -18px;
  height: 4px;
  width: 7px;
}

.icon-breadcrumbs-arrow {
  background-position: 0 -18px;
  height: 4px;
  width: 12px;
}

.icon-buble-tail {
  background-position: 0 -107px;
  height: 23px;
  width: 23px;
}

.icon-calendar {
  background-position: -28px -289px;
  height: 34px;
  width: 34px;
}

.icon-cards {
  background-position: 0 -983px;
  height: 60px;
  width: 74px;
}

.icon-cart {
  background-position: -28px -164px;
  height: 29px;
  width: 30px;
}

.icon-coins {
  background-position: 0 -193px;
  height: 28px;
  width: 35px;
}

.icon-coins2 {
  background-position: 0 -923px;
  height: 60px;
  width: 74px;
}

.icon-compare {
  background-position: 0 -289px;
  height: 22px;
  width: 28px;
}

.icon-courier {
  background-position: 0 -1043px;
  height: 62px;
  width: 50px;
}

.icon-delivery {
  background-position: -36px -84px;
  height: 23px;
  width: 33px;
}

.icon-facebook {
  background-position: -16px -51px;
  height: 18px;
  width: 20px;
}

.icon-facebookhover {
  background-position: -16px -84px;
  height: 18px;
  width: 20px;
}

.icon-glasses {
  background-position: 0 -416px;
  height: 48px;
  width: 68px;
}

.icon-graph {
  background-position: 0 -512px;
  height: 48px;
  width: 48px;
}

.icon-home {
  background-position: 0 -224px;
  height: 32px;
  width: 35px;
}

.icon-laquo {
  background-position: 0 -136px;
  height: 18px;
  width: 18px;
}

.icon-list {
  background-position: -50px -18px;
  height: 15px;
  width: 15px;
}

.icon-listactive {
  background-position: -27px 0;
  height: 15px;
  width: 15px;
}

.icon-magnifizer {
  background-position: 0 -256px;
  height: 31px;
  width: 30px;
}

.icon-mini-cart {
  background-position: -18px -136px;
  height: 23px;
  width: 24px;
}

.icon-next {
  background-position: 0 0;
  height: 14px;
  width: 15px;
}

.icon-odnoklassniki {
  background-position: -18px -33px;
  height: 18px;
  width: 12px;
}

.icon-odnoklassnikihover {
  background-position: -15px 0;
  height: 18px;
  width: 12px;
}

.icon-page-title {
  background-position: -35px -193px;
  height: 31px;
  width: 31px;
}

.icon-page-title2 {
  background-position: 0 -323px;
  height: 31px;
  width: 31px;
}

.icon-pay {
  background-position: -31px -323px;
  height: 48px;
  width: 38px;
}

.icon-phone {
  background-position: -49px -107px;
  height: 29px;
  width: 25px;
}

.icon-phone2 {
  background-position: -35px -224px;
  height: 32px;
  width: 32px;
}

.icon-place {
  background-position: -36px -51px;
  height: 33px;
  width: 20px;
}

.icon-prev {
  background-position: -35px -18px;
  height: 14px;
  width: 15px;
}

.icon-raquo {
  background-position: 0 -33px;
  height: 18px;
  width: 18px;
}

.icon-search-mignifizer {
  background-position: 0 -51px;
  height: 17px;
  width: 16px;
}

.icon-target {
  background-position: 0 -560px;
  height: 48px;
  width: 48px;
}

.icon-thumbup {
  background-position: -42px -136px;
  height: 28px;
  width: 30px;
}

.icon-tile {
  background-position: -42px 0;
  height: 15px;
  width: 15px;
}

.icon-tileactive {
  background-position: -57px 0;
  height: 15px;
  width: 15px;
}

.icon-twitter {
  background-position: 0 -84px;
  height: 14px;
  width: 16px;
}

.icon-twitterhover {
  background-position: -19px -18px;
  height: 14px;
  width: 16px;
}

.icon-video {
  background-position: 0 -164px;
  height: 28px;
  width: 28px;
}

.icon-vk {
  background-position: -30px -33px;
  height: 18px;
  width: 19px;
}

.icon-vkhover {
  background-position: -49px -33px;
  height: 18px;
  width: 19px;
}

.icon-warning {
  background-position: -30px -256px;
  height: 33px;
  width: 32px;
}

.icon-zoom {
  background-position: -23px -107px;
  height: 26px;
  width: 26px;
}

.icon-zoom2 {
  background-position: 0 -608px;
  height: 48px;
  width: 48px;
}

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7 {
  float: left;
  min-height: 1px;
}

.col1 {
  width: 20%;
}

.col2 {
  width: 25%;
}

.col3 {
  width: 33%;
  box-sizing: border-box;
  margin-bottom:10px;
  max-height:606px;
}

.col4 {
  width: 50%;
}

.col5 {
  width: 66.66666666%;
}

.col6 {
  width: 75%;
}

.col7 {
  width: 80%;
}

.container {
  width: 1186px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

img {
  max-width: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  background: url(../img/page-bg.png);
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: inherit;
  /* Firefox, other Gecko */
  box-sizing: inherit;
  /* Opera/IE 8+ */
}

.glyph {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
}
.btn.circle {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e5a202;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE5A202', endColorstr='#FFC56706');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1YTIwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1NjcwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #e5a202), color-stop(100%, #c56706));
  background-image: -webkit-linear-gradient(left top, #e5a202 0%, #c56706 100%);
  background-image: -moz-linear-gradient(left top, #e5a202 0%, #c56706 100%);
  background-image: -o-linear-gradient(left top, #e5a202 0%, #c56706 100%);
  background-image: linear-gradient(left top, #e5a202 0%, #c56706 100%);
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.39);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.39);
  position: relative;
  z-index: 1;
}
.btn.circle:after {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  z-index: -1;
  background-color: #fbd114;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBD114', endColorstr='#FFF8B908');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDExNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4YjkwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbd114), color-stop(100%, #f8b908));
  background-image: -webkit-linear-gradient(top, #fbd114 0%, #f8b908 100%);
  background-image: -moz-linear-gradient(top, #fbd114 0%, #f8b908 100%);
  background-image: -o-linear-gradient(top, #fbd114 0%, #f8b908 100%);
  background-image: linear-gradient(top, #fbd114 0%, #f8b908 100%);
  -webkit-box-shadow: inset 0 1px 6px rgba(255, 255, 255, 0.66), 1px 0 1px rgba(255, 255, 255, 0.56);
  -moz-box-shadow: inset 0 1px 6px rgba(255, 255, 255, 0.66), 1px 0 1px rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 6px rgba(255, 255, 255, 0.66), 1px 0 1px rgba(255, 255, 255, 0.56);
}
.btn.circle.small {
  width: 29px;
  height: 29px;
  line-height: 23px;
  position: relative;
}
.btn.circle.small:after {
  width: 29px;
  height: 29px;
}
.btn.circle.small a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn.form {
  background-color: #484848;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF484848', endColorstr='#FF1E1E1E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4NDg0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #484848), color-stop(100%, #1e1e1e));
  background-image: -webkit-linear-gradient(top, #484848 0%, #1e1e1e 100%);
  background-image: -moz-linear-gradient(top, #484848 0%, #1e1e1e 100%);
  background-image: -o-linear-gradient(top, #484848 0%, #1e1e1e 100%);
  background-image: linear-gradient(top, #484848 0%, #1e1e1e 100%);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: top;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.15), 0px 1px 0px black;
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.15), 0px 1px 0px black;
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.15), 0px 1px 0px black;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #adadad;
  text-decoration: none;
  font-size: 0.85714em;
  padding: 9px 6px 10px 10px;
}
.btn.form span {
  border-bottom: 1px dashed;
}
.btn.form .glyph {
  margin-left: 6px;
}
.btn.search {
  background-color: #4a4f52;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4A4F52', endColorstr='#FF373A3C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNGY1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3M2EzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a4f52), color-stop(100%, #373a3c));
  background-image: -webkit-linear-gradient(top, #4a4f52 0%, #373a3c 100%);
  background-image: -moz-linear-gradient(top, #4a4f52 0%, #373a3c 100%);
  background-image: -o-linear-gradient(top, #4a4f52 0%, #373a3c 100%);
  background-image: linear-gradient(top, #4a4f52 0%, #373a3c 100%);
  width: 31px;
  height: 29px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 0px 2px rgba(255, 255, 255, 0.38);
  -moz-box-shadow: inset 1px 0px 2px rgba(255, 255, 255, 0.38);
  box-shadow: inset 1px 0px 2px rgba(255, 255, 255, 0.38);
  text-align: center;
}
.btn.round {
  background-color: #ffda5f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFDA5F', endColorstr='#FFFFC130');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGE1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzEzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffda5f), color-stop(100%, #ffc130));
  background-image: -webkit-linear-gradient(top, #ffda5f 0%, #ffc130 100%);
  background-image: -moz-linear-gradient(top, #ffda5f 0%, #ffc130 100%);
  background-image: -o-linear-gradient(top, #ffda5f 0%, #ffc130 100%);
  background-image: linear-gradient(top, #ffda5f 0%, #ffc130 100%);
  text-transform: uppercase;
  border-bottom: 2px solid #f6981d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  -webkit-box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, 0.5);
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 1.28571em;
  color: #814a00;
}
.btn.round .glyph {
  margin-right: 10px;
}
.btn.round:hover {
  background: #f1a10b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1a10b 0%, #f7c515 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1a10b), color-stop(100%, #f7c515));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1a10b 0%, #f7c515 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1a10b 0%, #f7c515 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1a10b 0%, #f7c515 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1a10b 0%, #f7c515 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1a10b', endColorstr='#f7c515',GradientType=0 );
  /* IE6-9 */
  /* IE6-9 */
}
.btn:active {
  -webkit-box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn.full {
  width: 100%;
  text-align: center;
}
.btn.promo {
  background: #fbd21d;
  text-transform: lowercase;
  font-family: Arial, sans-serif;
  color: #454545;
  font-style: italic;
  font-size: 14px;
  padding: 2px 18px;
  position: relative;
  -webkit-box-shadow: 4px 3px 0 #454545;
  -moz-box-shadow: 4px 3px 0 #454545;
  box-shadow: 4px 3px 0 #454545;
}
.btn.promo:before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 11px solid #fcd41e;
  border-right: 6px solid transparent;
  z-index: 2;
}
.btn.promo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 0;
  height: 0;
  border-bottom: 11px solid #fcd41e;
  border-right: 6px solid transparent;
  z-index: 2;
}
.btn.promo span.help:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 11px solid #fcd41e;
  border-left: 6px solid transparent;
  z-index: 2;
}
.btn.promo span.help:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 11px solid #fcd41e;
  border-left: 6px solid transparent;
  z-index: 2;
}
.btn.promo span.shadow:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid #454545;
  border-right: 6px solid transparent;
  z-index: 1;
}
.btn.promo span.shadow:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -10px;
  width: 0;
  height: 0;
  border-bottom: 11px solid #454545;
  border-right: 6px solid transparent;
  z-index: 1;
}
.btn.promo i.shadow:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -2px;
  width: 10px;
  height: 0;
  border-bottom: 3px solid #454545;
  border-left: 2px solid transparent;
  z-index: 0;
}

header.main {
  background: url(../img/header-bg.png) repeat-x;
  color: #fff;
}
header.main .logo {
  float: left;
  width: 274px;
  margin-left: -13px;
}
header.main .tools {
  width: 924px;
  float: left;
  position: relative;
  height: 140px;
}
header.main .tools:before {
  content: url(../img/blick1.png);
  position: absolute;
  left: 300px;
  top: 0;
}
header.main .tools:after {
  content: url(../img/blick2.png);
  position: absolute;
  left: 530px;
  bottom: 0;
}
header.main .place {
  float: left;
}
header.main .forms {
  float: right;
}
header.main .tool {
  float: left;
  width: 343px;
  margin-top: 23px;
}
header.main .tool.cart {
  width: 228px;
}
header.main .tool .text {
  display: inline-block;
  max-width: 269px;
  vertical-align: middle;
}
header.main .tool .btn {
  margin-right: 19px;
}
header.main .tool a {
  color: #fcdc29;
  display: block;
}
header.main .tool .phone {
  font-size: 2.14286em;
  font-family: 'BebasNeueCyrillic', sans-serif;
}
header.main .tool .wide {
  font-size: 0.85714em;
  margin-top: 2px;
}
header.main .tool input {
  background: #262626;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 0.85714em;
  padding: 7px 11px;
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25), 0 1px 0px rgba(255, 255, 255, 0.25);
  width: 217px;
}
header.main .tool .search {
  margin-left: -31px;
  width: 31px;
  margin-top: -2px;
}

nav.main {
  background: url(../img/nav-bg.png) repeat-x;
  font-family: 'BebasNeueCyrillic', sans-serif;
  color: #343739;
  font-size: 1.28571em;
  text-transform: uppercase;
  border-top: 1px solid #2b2e30;
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.7);
}
nav.main menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flexbox;
  display: box;
  display: flex;
}
nav.main li {
  float: left;
  border-right: 1px solid #f7cf00;
  border-left: 1px solid #ce7000;
  order: 1;
  flex: 1 0px;
}
nav.main li:nth-child(1) {
  position: relative;
}
nav.main li:nth-child(1):before {
  content: "";
  height: 44px;
  width: 1px;
  background: #f7cf00;
  position: absolute;
  left: -2px;
  top: 0;
}
.no-flexboxlegacy nav.main li {
  width: 16.66667%;
}
nav.main li:nth-child(6) {
  position: relative;
}
nav.main li:nth-child(6):after {
  content: "";
  height: 44px;
  width: 1px;
  background: #ce7000;
  position: absolute;
  right: -2px;
  top: 0;
}
nav.main a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 9px 0 10px;
  width: 100%;
  text-align: center;
}
nav.main a:hover {
  background: url(../img/nav-bg_hover.png) repeat-x;
  border-top: 4px solid #ffdc00;
  margin-top: -4px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #c47a06;
  -moz-box-shadow: inset 0px 1px 0px 0px #c47a06;
  box-shadow: inset 0px 1px 0px 0px #c47a06;
}
nav.main a:active {
  -webkit-box-shadow: inset 0px 1px 0px 0px #c47a06, inset 0 4px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px 0px #c47a06, inset 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 0px 0px #c47a06, inset 0 4px 15px rgba(0, 0, 0, 0.1);
}

.rhombus {
  background: url(../img/rhombus-bg.jpg) repeat-x;
  max-height: 1045px;
  padding-bottom: 47px;
}

.no-cssfilters .main-slider:after {
  -webkit-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.52);
  background: rgba(0, 0, 0, 0.32);
}

.main-slider {
  height: 335px;
  padding: 10px;
  background: url(../img/slider_bg.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 19px;
  margin-bottom: 61px;
  position: relative;
}
.main-slider:after {
  content: "";
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  height: 5px;
  -webkit-filter: blur(3px);
}
.main-slider menu {
  margin: 0;
  padding: 4px 4px 1px;
  list-style: none;
  background: #3a3a3a;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  float: left;
  width: 262px;
}
.main-slider menu > li {
  position: relative;
  margin-bottom: 3px;
}
.main-slider menu > li a {
  display: block;
  background: url(../img/slider_bg.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 16px 20px 15px;
  color: #fcde2e;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.main-slider menu > li a:hover, .main-slider menu > li a.act {
  background: url(../img/slider_bg_hover.png);
  color: #000;
  -webkit-box-shadow: inset 0 1px 0 #ffff50;
  -moz-box-shadow: inset 0 1px 0 #ffff50;
  box-shadow: inset 0 1px 0 #ffff50;
}
.main-slider menu > li.act ul {
  display: block;
}
.main-slider menu ul {
  position: absolute;
  display: none;
  left: 105%;
  top: 2px;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 7px solid #ffa92f;
  background: #6c6c6c;
  padding: 10px 17px;
}
.main-slider menu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid #ffa92f;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 24px;
  left: -11px;
}
.main-slider menu ul:after {
  content: "";
  width: 10%;
  height: 100%;  
  position: absolute;
  top: 0;
  left: -10%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.main-slider menu ul li {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #565656;
}
.main-slider menu ul li:first-of-type {
  border-top: 0;
}
.main-slider menu ul li:last-of-type {
  border-bottom: 0;
}
.main-slider menu ul a {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 200px;
  padding: 8px 0;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.main-slider .slides {
  float: left;
  width: 904px;
  margin: 0;
  padding: 4px 4px 4px 0;
  list-style: none;
  background: #3a3a3a;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.main-slider .slides li {
  display: none;
  position: relative;
}
.main-slider .slides li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  height: 52px;
  z-index: 0;
  filter: -webkit-blur(3px);
  filter: blur(3px);
  mix-blend-mode: overlay;
  background-blend-mode: overlay;
}
.main-slider .slides li.act {
  display: block;
}
.main-slider .slides li .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  text-align: right;
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 2.14286em;
  padding: 5px 24px;
  text-transform: uppercase;
  background: url(../img/slider-text_bg.png) repeat-x;
  z-index: 1;
  color: #2c2f30;
}

q.main {
  display: block;
  padding: 0 38px;
  position: relative;
  margin-bottom: 20px;
}
q.main:before {
  content: "";
  background-position: 0 -136px;
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
}
q.main:after {
  content: "";
  background-position: 0 -33px;
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  right: 0;
}

.content {
  color: #505050;
  padding-bottom: 35px;
}

.pro {
  text-align: center;
  font-size: 1.14286em;
  color: #2a2a2a;
  font-family: 'BebasNeueCyrillic', sans-serif;
}
.pro .img {
  height: 70px;
  line-height: 70px;
}
.pro .img img {
  vertical-align: middle;
}

h1.pic, h2.pic, h3.pic, h4.pic, h5.pic, h6.pic {
  position: relative;
  text-align: center;
  font-family: 'BebasNeueCyrillic', sans-serif;
  text-transform: uppercase;
}
h1.pic img, h2.pic img, h3.pic img, h4.pic img, h5.pic img, h6.pic img {
  position: relative;
  top: -50%;
}
h1.pic > span, h2.pic > span, h3.pic > span, h4.pic > span, h5.pic > span, h6.pic > span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
h1.pic > span > span, h2.pic > span > span, h3.pic > span > span, h4.pic > span > span, h5.pic > span > span, h6.pic > span > span {
  position: relative;
}
h1.pic > span > span:before, h2.pic > span > span:before, h3.pic > span > span:before, h4.pic > span > span:before, h5.pic > span > span:before, h6.pic > span > span:before {
  content: "";
  background: url(../img/wave.png) repeat-x;
  width: 900px;
  height: 3px;
  position: absolute;
  left: -910px;
  top: 50%;
  margin-top: -1px;
}
h1.pic > span > span:after, h2.pic > span > span:after, h3.pic > span > span:after, h4.pic > span > span:after, h5.pic > span > span:after, h6.pic > span > span:after {
  content: "";
  background: url(../img/wave.png) repeat-x;
  width: 900px;
  height: 3px;
  position: absolute;
  right: -910px;
  top: 50%;
  margin-top: -1px;
}
h1.pic.orange, h2.pic.orange, h3.pic.orange, h4.pic.orange, h5.pic.orange, h6.pic.orange {
  color: #fb9a00;
}
h1.pic a, h2.pic a, h3.pic a, h4.pic a, h5.pic a, h6.pic a {
  position: absolute;
  top: 0px;
  right: 0px;
  font: italic 14px Arial;
  color: #2a2a2a;
  text-transform: lowercase;
}

h3.pic {
  font-size: 2.14286em;
  min-height: 40px;
}

.pic2 {
  font-size: 30px !important;
  font-family: "BebasNeueCyrillic" !important;
}

.event {
  margin-bottom: 15px;
}
.event time {
  background: #dfdfdf;
  padding: 4px 9px;
  width: 115px;
  font-size: 0.85714em;
  font-style: italic;
  display: inline-block;
}
.event .box {
  margin-top: 9px;
  border: 2px solid #fbb443;
  position: relative;
  padding: 9px;
  text-align: center;
}
.event .box:before {
  content: "";
  background-position: 0 -107px;
  height: 23px;
  width: 23px;
  position: absolute;
  top: -23px;
  left: 82px;
}
.event .box h4, .event .box p {
  text-align: left;
}
.event .box h4 {
  font-weight: normal;
}
.event .box p {
  font-size: 0.85714em;
}
.event a {
  color: inherit;
}

.content .col2 {
  padding-right: 12px;
}

.item {
  margin: 0 6px;
  background: url(../img/item_bg.png);
  padding: 9px 7px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.item figcaption {
  padding: 0 9px;
}
.item figcaption h4 {
  font-size: 1.21429em;
  margin: 12px 0;
  color: #2a2a2a;
  height: 110px;
  overflow: hidden;
}
.item .more {
  color: #696969;
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}
.item .price {
  display: inline-block;
  float: right;
  font-family: 'BebasNeueCyrillic', sans-serif;
  color: #696969;
  font-size: 1.71429em;
}
.item .price .num {
  color: #080808;
  font-size: 1.25em;
  margin: 0 2px;
}
.item:hover {
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.item .img {
  display: inline-block;
  text-align: center;
  position: relative;
}
.item .img:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d3d3d3;
  opacity: .5;
}
.item .compare-button {
  float: right;
}

@supports (mix-blend-mode: color) {
  .item .img:hover:before {
    opacity: 1;
    mix-blend-mode: color;
  }
}
.partners {
  background: url(../img/item_bg.png);
  padding: 50px 70px;
  position: relative;
}
.partners .prev {
  position: absolute !important;
  top: 50%;
  margin-top: -15px;
  left: 20px;
}
.partners .next {
  position: absolute !important;
  top: 50%;
  margin-top: -15px;
  right: 20px;
}

.brands {
  margin: 0;
}

footer.main {
  background: url(../img/footer-bg.png);
  background: url(../img/footer-pattern.png) center bottom no-repeat, url(../img/footer-bg.png);
  color: #fff;
  font-size: 0.85714em;
  padding-top: 35px;
}
footer.main h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
footer.main a {
  color: inherit;
}
footer.main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.main li, footer.main h5 {
  margin: 5px 0;
}
footer.main .links {
  height: 211px;
}
footer.main hr {
  height: 1px;
  background: #fff;
  border-top-color: #000;
  opacity: .29;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=29)";
}
footer.main .rights .logo, footer.main .rights .copy {
  display: inline-block;
  vertical-align: middle;
}
footer.main .rights .logo {
  margin-right: 24px;
}
footer.main .rights .author {
  line-height: 67px;
}

select.sity {
  color: #000;
  opacity: 0;
}

.sity-wrap {
  position: relative;
}
.sity-wrap .value {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../img/icon/ar.png) no-repeat center right;
  padding-right: 13px;
}
.sity-wrap .value span {
  border-bottom: 1px dotted;
}

.banner {
  width: 236px;
  height: 454px;
}

.banner .text {
  height: 187px;
  position: relative;
  background: url(../img/promo_bg.png);
  color: #fff;
  font-family: 'BebasNeueCyrillic', sans-serif;
}
.banner .text .sale {
  font-size: 24px;
  position: absolute;
  top: 15px;
  left: 30px;
}
.banner .text .amount {
  font-size: 102px;
  color: #fbd11c;
  position: absolute;
  left: 58px;
  top: 14px;
  text-shadow: 2px 2px 0 white, 4px 2px #3a3a3a;
}
.banner .text .amount sup {
  top: -30px;
  font-size: 64px;
}
.banner .text .add {
  font-size: 24px;
  color: #fbcc17;
  position: absolute;
  top: 94px;
  right: 32px;
}
.banner .text .btn.promo {
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -50px;
}

/* Продолжение верстки */
.sidebar-nav {
  background: #525252;
  float: left;
  margin-top: 57px;
  margin-right: 40px;
  border-radius: 6px;
  width: 225px;
  padding: 4px 0;
}
.sidebar-nav .sidebar-nav-item {
  display: block;
  margin: 0px auto 2px auto;
  font-family: 'Arial';
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  /*padding: 17px 15px;*/
  width: 219px;
  height: 51px;
  line-height: 51px;
  box-sizing: border-box;
  padding: 0 0px 0 8px;
}
.sidebar-nav .sidebar-nav-item_active {
  background: url("../img/sidebar-nav-hover.png") no-repeat;
  color: #000;
}

.sidebar {
  width: 225px;
  float: left;
  margin-right: 40px;
  overflow: hidden;
}

.with-partner .partner {
/*  background: url("/img/partner-background.png");*/
  width: 226px;
  height: 62px;
 /* margin: 55px 0px 42px 0px;*/
 margin: 0px 0px 70px 0px;
  box-sizing: border-box;
  padding: 13px 0px;
  text-align: center;
}
.with-partner h2 {
  font-family: 'BebasNeueCyrillic';
  font-size: 19px;
  font-weight: normal;
  color: #343739;
  text-align: center;
  margin: 0 0 37px 0;
  background: url("../img/wave-pattern.png") center bottom repeat-x;
  padding-bottom: 3px;
}
.with-partner .work {
  text-align: center;
  margin-bottom: 16px;
}
.with-partner .work a {
  font-family: 'BebasNeueCyrillic';
  font-size: 18px;
  color: #2a2a2a;
  line-height: 24px;
}
.with-partner .work img {
  margin-bottom: 16px;
}

.workarea {
  float: left;
  width: 921px;
}
.workarea .page-title {
  font-family: 'BebasNeueCyrillic';
  font-size: 19px;
  color: #343739;
  margin: 0px 0px 30px 0px;
  font-weight: 400;
}
.workarea .page-title .post-date {
  font: italic 12px 'Arial';
  color: #3e3e3e;
  float: right;
  display: inline-block;
  margin: 6px 0px;
}
.workarea .subtitle {
  font-family: 'BebasNeueCyrillic';
  font-size: 17px;
  color: #343739;
  margin: 0px 0px 30px 0px;
  font-weight: 400;
}
.workarea .part-title {
  font-family: 'BebasNeueCyrillic';
  font-size: 30px;
  color: #525252;
  margin: 0px 0px 23px 0px;
  cursor: pointer;
}
.workarea .part-title i {
  margin: 0 5px;
}
.workarea .part-title .waves {
  background: url("../img/wave-pattern.png") center center repeat-x;
  display: inline-block;
  width: 0px;
  /* Ширина вычисляется и указывается с помощью JavaScript */
  height: 42px;
}
.workarea .part-title_active {
  color: #fb9c06 !important;
}
.workarea h3 {
  margin: 0px 0px 19px 0px;
  font-family: 'Roboto';
}
.workarea p {
  margin: 0px 0px 20px 0px;
  font-family: 'Roboto';
  line-height: 20px;
}
.workarea ul {
  margin: 0;
  padding-left: 12px;
  font-family: 'Roboto';
}
.workarea ul li {
  margin-bottom: 20px;
  list-style-image: url("../img/li.png");
}
.workarea ul.numbered li {
  list-style-type: none;
  list-style-image: none;
}
.workarea .text-width-icon .icon-container {
  width: 68px;
  text-align: center;
  float: left;
}
.workarea .text-width-icon .icon-container_long {
  width: 102px !important;
}
.workarea .text-width-icon p {
  float: left;
  width: 853px;
}
.workarea .text-width-icon p.short {
  width: 819px !important;
}
.workarea .text-width-icon_wide {
  margin-bottom: 8px;
}
.workarea .text-width-icon_wide p {
  line-height: 24px !important;
}
.workarea .content-part {
  display: none;
}
.workarea .p-other {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 36px;
}
.workarea .map-title {
  font-size: 18px !important;
  padding-top: 7px;
}
.workarea .contacts-item {
  padding: 10px 0;
  height: 61px;
  font-family: 'Roboto';
}
.workarea .contacts-item span {
  font-size: 16px;
  color: #525252;
  line-height: 27px;
  display: inline-block;
  float: left;
}
.workarea .contacts-item i {
  margin-right: 18px;
  float: left;
}
.workarea .contacts-item .contacts-item_twoline {
  position: relative;
  /*top: -9px;*/
}
.workarea .contacts-map {
  padding: 3px !important;
  margin-bottom: 44px;
  background: rgba(0, 0, 0, 0.01);
}

.light {
  font-weight: 300;
}

.breadcrumbs {
  padding: 15px 0;
  margin-bottom: 43px;
}
.breadcrumbs .breadcrumbs-item {
  font-size: 12px;
  color: #e7792a;
}
.breadcrumbs .breadcrumbs-item_active {
  color: #000 !important;
  text-decoration: none;
}
.breadcrumbs .icon-breadcrumbs-arrow {
  margin: 0 2px;
}

.shops .sh-item {
  text-align: center;
  margin-bottom: 26px;
}
.shops .sh-item:hover a {
  color: #ffc636;
}
.shops .sh-item img {
  margin-bottom: 10px;
}
.shops .sh-item a {
  font-family: 'BebasNeueCyrillic';
  font-size: 19px;
  color: #525252;
  line-height: 24px;
}
.shops .sh-item a:hover {
  color: #ffc636;
}

.feedback {
  width: 629px;
  height: 400px;
  margin: 48px 114px;
  padding: 16px 23px;
  box-sizing: border-box;
  background: url("../img/feedback-background.png");
  position:relative;
}
.tooltip1{
	position:absolute;
	display:none;
	background: url("../img/tooltip1.png");
	width:152px;
	height:56px;	
	color:#ff5e44;
	left:-120px;
	padding-left:8px;
	padding-top:12px;
	font-size:11px;
	padding-right:20px;
}
#tool_em{
	top:96px;
}
#tool_text{
	top:156px;
}
.tooltip2{
	position:absolute;
	display:none;
	background: url("../img/tooltip2.png");
	width:152px;
	height:56px;	
	color:#ff5e44;
	left:-120px;
	padding-left:8px;
	padding-top:12px;
	font-size:11px;
	padding-right:20px;
	top:35px;
}
.tooltip3{
position:absolute;
	display:none;
	background: url("../img/tooltip3.png");
	width:164px;
	height:56px;	
	color:#ff5e44;
	right:-131px;
	padding-left:8px;
	padding-top:12px;
	font-size:11px;
	padding-left:35px;
	top:79px;
}

.feedback h1 {
  margin-bottom: 25px !important;
  font-weight: normal;
}
.feedback input[type="text"] {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 26px;
  font-size: 12px;
  padding: 0px 9px;
  margin-bottom: 13px;
}
.feedback textarea {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 12px;
  padding: 4px 9px;
  resize: none;
  margin-top: 15px;
  width: 100%;
  height: 162px;
  margin-bottom: 12px;
}
.feedback .name {
  width: 100%;
}
.feedback .mail {
  width: 310px;
  float: left;
}
.feedback .phone {
  width: 252px;
  float: right;
}
.feedback .message {
  font-size: 12px;
  color: #f16817;
  font-family: "Roboto";
  display: inline-block;
  padding: 7px 16px;
  float: right;
}
.feedback button[type="submit"] {
  float: right;
  font-family: "Roboto";
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  border: none;
  padding: 7px 34px;
  background: #eac534;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac534), color-stop(100%, #dda029));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eac534 0%, #dda029 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac534', endColorstr='#dda029',GradientType=0 );
  /* IE6-9 */
}

.kerasol {
  font-family: 'BebasNeueCyrillic';
  font-size: 76px;
  color: #525252;
  float: left;
  margin-right: 10px;
}

.kerasol-comment {
  padding-top: 20px;
  line-height: 21px !important;
}

.clear {
  clear: both;
}

.advantages {
  padding: 12px 0px;
}
.advantages .icon-container {
  height: 80px;
}
.advantages .icon-container i {
  position: relative;
}
.advantages .adv-item {
  text-align: center;
  margin-bottom: 46px;
}
.advantages .adv-item p {
  width: 150px;
  margin: 0 auto;
  line-height: 21px;
  font-family: 'Roboto';
  font-size: 15px;
  color: #4a4a4a;
}
.advantages .lastline {
  margin-bottom: 22px !important;
}

.othertitle {
  font-family: 'BebasNeueCyrillic' !important;
  font-weight: normal;
}

.yellow {
  color: #fac814;
}

.wedo {
  height: 85px;
}
.wedo .number {
  font-family: 'BebasNeueCyrillic';
  font-size: 65px;
  color: #fac814;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 7px 0;
  width: 50px;
}
.wedo p {
  padding-top: 22px;
  line-height: 1.3;
  margin: 0;
}
.wedo .twolined {
  position: relative;
  top: 10px;
}

.payments {
  padding: 9px 0px 0px 107px;
  margin-right: -23px;
}
.payments .pay-col {
  width: 160px;
  text-align: center;
  float: left;
  margin: 0px 119px 0px 0px;
}
.payments .pay-col h2 {
  font-family: 'BebasNeueCyrillic';
  font-size: 18px;
  color: #343739;
  font-weight: normal;
  margin: 7px 0px 23px 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.1);
}
.payments .pay-col h3 {
  font-family: 'BebasNeueCyrillic';
  font-size: 20px;
  color: #525252;
  font-weight: bold;
  margin-bottom: 25px;
}
.payments .pay-col .non-first {
  margin-top: 54px !important;
}
.payments .pay-col .pay-item {
  background: rgba(129, 129, 129, 0.1);
  min-height: 80px;
  box-sizing: border-box;
  padding: 15px 0;
  margin-bottom: 20px;
}
.payments .pay-col .pay-item img {
  margin-bottom: 5px;
}
.payments .pay-col .pay-item p {
  margin: 0;
}

.partners-list {
  padding: 43px 19px;
}
.partners-list .partn-item {
  width: 182px;
  height: 110px;
  line-height: 110px;
  background: url("../img/partner-background-2.png");
  float: left;
  text-align: center;
  margin-right: 38px;
  margin-bottom: 40px;
  position: relative;
}
.partners-list .partn-item img {
  vertical-align: middle;
}
.partners-list .partn-item .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: inherit;
  height: inherit;
  padding-top: 28px;
  background: rgba(65, 70, 70, 0.9);
  text-align: center;
  text-decoration: none;
  opacity: 0;
}
.partners-list .partn-item .hover p {
  font-size: 12px;
  color: #1a284c;
  background: #e7c624;
}
.partners-list .partn-item .hover i {
  position: absolute;
  top: 56px;
  left: 77px;
}
.partners-list .partn-item .hover:hover {
  opacity: 1;
}

.posts .post {
  margin-bottom: 20px;
}
.posts .post .post-content {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding: 22px 42px 22px 2px;
  text-decoration: none;
}
.posts .post .post-content:after {
  content: "";
  display: none;
  width: 22px;
  height: 22px;
  background: url("../img/triangle-to-bottom.png");
  position: absolute;
  bottom: -22px;
  left: 87px;
}
.posts .post .post-content:hover {
  border: 2px solid #fbb443;
  padding: 20px 40px 20px 0;
}
.posts .post .post-content:hover:after {
  display: block;
}
.posts .post .post-content p {
  text-decoration: none !important;
}
.posts .post .image-container {
  float: left;
  width: 268px;
  text-align: center;
}
.posts .post .text-container {
  float: left;
  width: 609px;
}
.posts .post .text-container .title {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: underline;
}
.posts .post .text-container .title:hover {
  text-decoration: none;
}
.posts .post .text-container p {
  margin-bottom: 0px;
  color: #505050;
}
.posts .post .date {
  font-family: 'Arial';
  font-style: italic;
  font-size: 12px;
  color: #3e3e3e;
  display: inline-block;
  background: #dfdfdf;
  padding: 2px 10px;
  width: 115px;
}

.pagination {
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #afafaf;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
  color: #717171;
  font-weight: bold;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-9 */
}
.pagination a:hover {
  background: #fff;
}
.pagination .empty {
  border: none !important;
  background: none !important;
}
.pagination .active {
  background: #676767 !important;
  color: #f2f2f2 !important;
}

.events {
  padding: 0px 20px;
}
.events .event {
  text-decoration: none;
  width: 256px;
  float: left;
  margin-right: 22px;
  margin-bottom: 53px;
  display: block;
  height: 350px;
  overflow: hidden;
}
.events .event .date {
  font-family: 'Arial';
  font-style: italic;
  font-size: 12px;
  color: #3e3e3e;
  display: inline-block;
  background: #dfdfdf;
  padding: 2px 10px;
  width: 115px;
}
.events .event .e-head {
  margin-bottom: 9px;
}
.events .event .e-content {
  position: relative;
  padding: 10px 9px;
}
.events .event .e-content img {
  margin-bottom: 10px;
}
.events .event .e-content p {
  font-size: 12px;
  margin-top: 17px;
  color: #000;
  text-decoration: none;
}
.events .event .e-content:after {
  content: "";
  display: none;
  width: 22px;
  height: 22px;
  background: url("../img/triangle-to-top.png");
  position: absolute;
  top: -22px;
  left: 83px;
}
.events .event .e-content:hover {
  border: 2px solid #fbb443;
  padding: 8px 7px;
}
.events .event .e-content:hover:after {
  display: block;
}
.events .event .title {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: underline;
}
.events .event .title:hover {
  text-decoration: none;
}

.design-slide {
  display: block;
  padding: 6px;
  border: 1px solid #dbdad8;
}

.partners_design {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 14px 70px !important;
}

.sidebar-container {
  float: left;
  width: 225px;
  float: left;
  margin-right: 40px;
}

.pc-title {
  font-family: "BebasNeueCyrillic";
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #525252;
  border-radius: 4px;
  font-weight: normal;
  margin-top: 57px;
  padding: 17px 0;
}

.sidebar-nav_with-title {
  margin-top: 2px !important;
}

.pc-nav {
  margin-top: 51px;
  margin-bottom: 36px;
}
.pc-nav a {
  display: block;
  float: left;
  width: 269px;
  height: 50px;
  line-height: 50px;
  background: url("../img/pc-nav-item.png");
  font-family: 'Arial';
  font-size: 14px;
  color: #fcde2e;
  text-align: center;
  text-decoration: none;
  margin-right: 1px;
}
.pc-nav .active {
  background: url("../img/orange-noise.png") center center;
  color: #000;
}
.pc-nav .welcome {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  /*float: right;*/
  margin-left:20px;
}

.personal-info {
  line-height: 30px !important;
  margin: 68px 0px 40px 0px !important;
}

.edit-link {
  text-decoration: none;
  font-family: "Roboto";
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  border: none;
  padding: 7px 34px;
  background: #eac534;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac534), color-stop(100%, #dda029));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eac534 0%, #dda029 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eac534 0%, #dda029 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac534', endColorstr='#dda029',GradientType=0 );
  /* IE6-9 */
}

.edit-link_gray {
  background: #d9d9d9 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9d9d9 0%, #c6c6c6 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #c6c6c6)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #c6c6c6 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d9d9d9 0%, #c6c6c6 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d9d9d9 0%, #c6c6c6 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #d9d9d9 0%, #c6c6c6 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#c6c6c6',GradientType=0 ) !important;
  /* IE6-9 */
}

.personal-info-form {
  width: 548px;
  margin-bottom: 66px;
}
.personal-info-form h1 {
  font-family: "BebasNeueCyrillic";
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0px 0px 30px 0px;
}
.personal-info-form label {
  display: block;
  font-family: 'Arial';
  font-size: 14px;
  margin-bottom: 24px;
}
.personal-info-form .text {
  display: inline-block;
  width: 72px;
}
.personal-info-form input[type="text"], .personal-info-form input[type="password"] {
  width: 250px;
  height: 26px;
}
.personal-info-form .left {
  float: left;
  margin-right: 17px;
}
.personal-info-form .right {
  float: left;
}
.personal-info-form .message {
  font-size: 12px;
  line-height: 20px;
}
.personal-info-form button {
  float: right;
  margin-left: 19px;
}
.personal-info-form .long-label {
  width: 134px !important;
}
.personal-info-form .short-input {
  width: 192px !important;
}

.normal-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 12px;
  padding: 0px 9px;
}

.section-title {
  width: 269px;
  min-height: 64px;
  background: url("../img/texture-1.png") center center;
  box-sizing: border-box;
  padding: 26px 0px 12px 0px;
  float: left;
  margin-right: 10px;
}
.section-title h2 {
  width: 242px;
  margin: 0px auto;
  font-family: "BebasNeueCyrillic";
  font-size: 18px;
  color: #343739;
  text-align: center;
  font-weight: 400;
  position: relative;
  border-bottom: 4px solid #ffa92f;
}
.section-title h2:after {
  content: "";
  display: block;
  width: 9px;
  height: 4px;
  background: url("../img/yellow-triangle.png");
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
}
.section-title h3 {
  height: 51px;
  line-height: 51px;
  background: url("../img/orange-noise.png") center top;
  margin-top: 11px;
  font: 14px/51px Arial;
  color: #1d1d1d;
  padding: 0 12px;
}

.manufacturers-list {
  padding: 0 40px;
}
.manufacturers-list a {
  display: block;
  font: 12px Arial;
  color: #2a2a2a;
  text-decoration: none;
  margin-bottom: 24px;
}

.collection-content {
  position: relative;
}
.collection-content .collection-content__image {
  display: inline-block;
  padding: 10px 8px;
  background: url("../img/feedback-background.png") center center;
  margin-right: 42px;
  float: left;
}
.collection-content h2 {
  margin-bottom: 10px;
}
.collection-content .collection-content__another {
  font-size: 12px;
  color: #696969;
  margin-bottom: 14px;
  display: inline-block;
}

.workarea_long {
  width: 100%;
}

.content__textured {
  background: url("../img/rhombus-bg.jpg") center center;
}

.vertical-slider {
  width: 258px;
  background: url("../img/texture-1.png") center center;
  padding: 60px 0px;
  margin-right: 12px;
  float: left;
}
.vertical-slider .slide {
  padding: 5px;
  border: 1px solid #e0dfdd;
}
.vertical-slider .bx-prev {
  width: 38px !important;
  height: 38px !important;
  background: url("../img/vertical-nav.png") 0px 0px;
  position: absolute;
  top: -28px !important;
  left: 50% !important;
  margin-left: -17px;
}
.vertical-slider .bx-prev:hover {
  background-position: 0px 0px !important;
}
.vertical-slider .bx-next {
  width: 38px !important;
  height: 38px !important;
  background: url("../img/vertical-nav.png") 0px bottom;
  bottom: -44px !important;
  left: 50% !important;
  top: auto !important;
  margin-left: -17px;
}
.vertical-slider .bx-next:hover {
  background-position: 0px 34px !important;
}

.collection-is {
  float: left;
  width: 916px;
}
.collection-is .item {
  margin-bottom: 60px;
}
.collection-is h3 {
  margin-top: 0px;
}

.sampling {
  float: left;
  width: 907px;
}
.sampling .line {
  margin-bottom: 28px;
}

.card {
  width: 760px;
  float: left;
  background: url("../img/wave.png") center bottom repeat-x;
  padding-bottom: 14px;
}
.card .card__left {
  float: left;
  width: 358px;
}
.card .card__left a {
  color: #e87e2f;
}
.card .card__left .colored {
  color: #e87e2f;
}
.card .card__left .collection-line {
  margin-top: 28px;
  margin-bottom: 28px;
}
.card .card__left .collection-line a {
  font-size: 18px;
}
.card .card__left p {
  margin-bottom: 14px;
}
.card .card__right {
  float: left;
  width: 380px;
  padding-top: 58px;
}
.card .card__right .price-block {
  margin-bottom: 70px;
}
.card .card__line .counter, .card .card__line .counter__post, .card .card__line .round {
  float: left;
}

.price-block {
  display: inline-block;
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 30px;
  color: #696969;
  border: 2px solid #fbb443;
  padding: 10px 42px;
  position: relative;
}
.price-block:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background: url("../img/price-triangle.png");
  position: absolute;
  top: 37px;
  left: -23px;
}
.price-block span {
  font-size: 38px;
  color: #080808;
}

.counter {
  display: inline-block;
  width: 99px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-bottom-width: 2px;
  border-radius: 3px;
  background: whitesmoke;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
}
.counter .counter__minus {
  width: 21px;
  height: 100%;
  border: none;
  border-right: 1px solid #bdbdbd;
  background: url("../img/counter-minus.png") center center no-repeat;
  display: inline-block;
}
.counter .counter__plus {
  width: 21px;
  height: 100%;
  border: none;
  border-left: 1px solid #bdbdbd;
  background: url("../img/counter-plus.png") center center no-repeat;
  display: inline-block;
}
.counter input[type="text"] {
  width: 45px;
  height: 23px;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-top-width: 2px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin-right: 2px;
  text-align: center;
  font: italic 12px Arial;
}

.counter__post {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  margin-right: 10px;
}

.sidebar-filter {
  margin-top: 16px;
}
.sidebar-filter .sidebar-filter__checkboxes {
  width: 244px;
  margin: 0 auto;
}
.sidebar-filter .sidebar-filter__checkboxes label {
  margin-bottom: 20px;
  display: block;
}

.checkbox-container {
  min-height: 17px;
  line-height: 17px;
  position: relative;
}
.checkbox-container input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.checkbox-container input:checked + .checkbox {
  background: #ededed url("../img/checked.png") center center no-repeat;
}
.checkbox-container span {
  display: inline-block;
  min-height: 17px;
  vertical-align: top;
}

.checkbox {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 17px;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-bottom-width: 2px;
  border-radius: 3px;
  background: #ededed;
  margin-right: 2px;
}

.sidebar-filter__section-title {
  height: 48px;
  background: url("../img/slider_bg.png") center center;
  font: 14px/48px Arial;
  color: #fcde2e;
  padding: 0 12px;
  margin: 0px 0px 1px 0px;
  cursor: pointer;
}

.sidebar-filter__section-title_active {
  background: url("../img/slider_bg_hover.png") center center !important;
  color: #000;
}

.sidebar-filter__section-content {
  padding-top: 20px;
  display: none;
}

.catalog-filter {
  background: url("../img/texture-1.png") center center;
  padding: 18px 20px 9px 14px;
  font-size: 12px;
  color: #000;
  margin-bottom: 16px;
}
.catalog-filter .select {
  margin: 0 6px;
}
.catalog-filter a {
  font-size: 12px;
  color: #e68f00;
}

.select {
  display: inline-block;
  position: relative;
  background: red;
  border: 1px solid #bdbdbd;
  border-bottom-width: 2px;
  border-radius: 3px;
  background: #ededed url("../img/select.png") right center no-repeat;
  width: 60px;
  height: 27px;
  line-height: 27px;
  padding-left: 5px;
  color: #7c7c7c;
}
.select select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.select .value {
  position: absolute;
  top: 0px;
  left: 5px;
}

.sort-line {
  font-size: 12px;
  margin-bottom: 16px;
}
.sort-line .select {
  width: 190px;
  margin-right: 20px;
}
.sort-line .select .value {
  font-style: italic;
}

.on-sale::before {
  content: "";
  display: block;
  width: 75px;
  height: 76px;
  background: url("../img/on-sale.png");
  position: absolute;
  top: 165px;
  right: 20px;
  z-index: 1;
}

.new::before {
  content: "";
  display: block;
  width: 77px;
  height: 79px;
  background: url("../img/new-label.png");
  position: absolute;
  top: 165px;
  right: 20px;
  z-index: 1;
}

.hit::before {
  content: "";
  display: block;
  width: 75px;
  height: 76px;
  background: url("../img/hit-and-run.png");
  position: absolute;
  top: 165px;
  right: 20px;
  z-index: 1;
}

.nomenclature {
  font-size: 12px;
  color: #696969;
  font-weight: 400;
}

.price-and-readmore {
  height: 48px;
  line-height: 42px;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.remains {
  position: relative;
  font-size: 12px;
}
.remains span {
  color: #e6950f;
}

.how-much {
  font-size: 12px;
  height: 35px;
  margin-bottom: 16px;
  margin-top: 6px;
}
.how-much .counter {
  float: right;
}
.how-much span {
  height: 35px;
  line-height: 35px;
  float: left;
  display: inline-block;
}

.sidebar-range-item {
  padding: 0 15px;
  font-size: 12px;
  margin-bottom: 14px;
}
.sidebar-range-item .range_width, .sidebar-range-item .range_length, .sidebar-range-item .range_thickness {
  margin: 10px 0px 14px 0px;
}

.limits-line {
  height: 27px;
  line-height: 27px;
}
.limits-line .limits-line__left {
  display: inline-block;
  float: left;
}
.limits-line .limits-line__right {
  display: inline-block;
  float: right;
}

.filter-colors {
  margin-bottom: 7px;
}
.filter-colors .filter-colos__item {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  margin: 0px 8px 13px 8px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.orange-tile {
  background: #ebaa01;
}

.white-tile {
  background: #ffffff;
}

.gray-tile {
  background: #696969;
}

.green-tile {
  background: #67d142;
}

.cyan-tile {
  background: #3ad8d2;
}

.pink-tile {
  background: #ce63cd;
}

.light-blue-tile {
  background: #01aceb;
}

.red-tile {
  background: #e44c4c;
}

.blue-tile {
  background: #4b91d9;
}

.yellow-tile {
  background: #ffe400;
}

.over-filter {
  /*height: 49px;
  line-height: 49px;*/
  box-sizing: border-box;
  background: url("../img/texture-2.jpg");
  padding: 18px 14px;
}
.over-filter label {
  display: inline-block;
  color: #fff;
}
.over-filter .el5 {
  /*width: 19%;
  box-sizing: border-box;*/
  margin-right: 37px;
}
.over-filter .checkbox {
  margin-right: 0px;
}
.over-filter .over-filter__item {
  display: block;
  float: left;
}

.some-class {
  display: inline-block;
  padding: 5px 12px 2px 12px;
  border-radius: 5px;
  border-bottom: 3px solid #f6981d;
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 18px;
  color: #343739;
  text-decoration: none;
  background: #eba202;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eba202 0%, #de7701 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eba202), color-stop(100%, #de7701));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eba202 0%, #de7701 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eba202 0%, #de7701 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eba202 0%, #de7701 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eba202 0%, #de7701 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba202', endColorstr='#de7701',GradientType=0 );
  /* IE6-9 */
}

.remains__old-price {
  position: absolute;
  top: -5px;
  right: 0px;
  display: inline-block;
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 14px;
  color: #696969;
  text-decoration: line-through;
}

.compare-button {
  display: inline-block;
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 18px;
  color: #696969;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #737373;
  padding: 4px 10px;
  vertical-align: middle;
  box-sizing: border-box;
  background: lightgrey;
  /* Old browsers */
  background: -moz-linear-gradient(top, lightgrey 0%, #b8b8b8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgrey), color-stop(100%, #b8b8b8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, lightgrey 0%, #b8b8b8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, lightgrey 0%, #b8b8b8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, lightgrey 0%, #b8b8b8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3d3d3 0%, #b8b8b8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#b8b8b8',GradientType=0 );
  /* IE6-9 */
}
.compare-button .glyph {
  margin-right: 10px;
}
.compare-button:hover {
  background: #c8c8c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c8c8c8 0%, #dadada 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c8c8c8 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c8c8c8 0%, #dadada 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c8c8c8 0%, #dadada 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c8c8c8 0%, #dadada 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#dadada',GradientType=0 );
  /* IE6-9 */
}
.message-near-filter {
  font-size: 14px;
  color: #000000;
}

.items-table {
  width: 100%;
  font: 400 12px Arial;
  text-align: center;
  margin-bottom: 56px;
}
.items-table th, .items-table td {
  padding: 8px;
}
.items-table th {
  background: url("../img/feedback-background.png");
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  /*padding: 20px 15px;*/
}
.items-table td {
  /*padding: 16px 15px;*/
  border: 1px solid #d4d2d2;
}
.items-table td:first-child {
  border-left: none;
}
.items-table td:last-child {
  border-right: none;
}
.items-table .items-table__item-name {
  text-align: left;
}
.items-table .items-table__item-name span {
  font-size: 11px;
  color: #696969;
}
.items-table .items-table__item-price {
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 20px;
  color: #080808;
  min-width:75px;
}
.items-table .items-table__item-price span {
  font-size: 15px;
  color: #696969;
}
.items-table .buy_td{
    min-width:135px;
}
.items-table .td_img{
   min-width:60px;
}
.orange {
  color: #e49e21;
}

.items-list {
  margin-bottom: 42px;
}
.items-list .items-list__item {
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 3px;
  background: url("../img/feedback-background.png");
  margin-bottom: 11px;
}
.items-list .items-list__item .items-list__item-image {
  width: 139px;
  float: left;
}
.items-list .items-list__item .items-list__item-description {
  position: relative;
  width: 732px;
  min-height: 107px;
  float: left;
}
.items-list .items-list__item .items-list__item-description .items-list__item-name {
  margin: 0;
  font: 700 17px Arial;
}
.items-list .items-list__item .items-list__item-description .items-list__item-number {
  font-size: 12px;
  color: #696969;
}
.items-list .items-list__item .items-list__item-description .items-list__item-price {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: 'BebasNeueCyrillic', sans-serif;
  font-size: 24px;
  color: #696969;
}
.items-list .items-list__item .items-list__item-description .items-list__item-price span {
  font-size: 30px;
  color: #000;
}
.items-list .items-list__item .items-list__item-description .items-list__item-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.items-list .items-list__item .items-list__item-description .items-list__item-bottom .items-list__item-readmore {
  font-size: 14px;
  color: #696969;
  font-style: italic;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  float: left;
}
.items-list .items-list__item .items-list__item-description .items-list__item-bottom .btn {
  float: right;
  margin-left: 16px;
}
.items-list .items-list__item .items-list__item-description .items-list__item-bottom .counter {
  float: right;
  margin-left: 16px;
}
.items-list .items-list__item .items-list__item-description .items-list__item-bottom .add-text {
  display: inline-block;
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  margin-left: 16px;
}

input, textarea, select {
  outline: none;
}

.styled-table {
  width: 100%;
  border: 1px solid #efefef;
}
.styled-table tr:nth-child(even) {
  background: #fff;
}
.styled-table tr:nth-child(odd) {
  background: #fefbf2;
}
.styled-table th {
  background: rgba(29, 49, 90, 0.05);
  padding: 3px 0px;
  color: #666666;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 400;
}
.styled-table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  font-family: 'Roboto';
  font-size: 14px;
}
.styled-table a {
  color: #8a8b8b;
}
.styled-table p {
  margin-bottom: 0px;
}

.cart-image-container {
  display: inline-block;
  padding: 4px;
  background: url("../img/texture-1.png") center center;
}

.cwi {
  border-right: none !important;
}

.descr-in-table {
  width: 160px;
  text-align: left !important;
}
.descr-in-table a {
  display: inline-block;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.2;
  margin-bottom: 6px;
  font-family: 'Roboto';
  font-weight: 400;
}
.descr-in-table p {
  color: #6d6d6d;
  font-size: 11px;
  line-height: 1.2;
  font-family: 'Roboto';
  font-weight: 300;
}

.select_no-bg {
  background-color: #fff;
}

.delete-from-cart {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  background: url("../img/delete-from-cart.png") 3px 3px no-repeat;
}

.pod {
  width: 374px;
  height: 100px;
  box-sizing: border-box;
  background: #f1f1f1;
  margin-top: 28px;
  margin-bottom: 40px;
  float: right;
  padding: 18px 10px;
  -webkit-box-shadow: 0px -1px 3px 0px rgba(60, 60, 60, 0.4);
  -moz-box-shadow: 0px -1px 3px 0px rgba(60, 60, 60, 0.4);
  box-shadow: 0px -1px 3px 0px rgba(60, 60, 60, 0.4);
}
.pod .pod-message {
  font: 18px 'Roboto';
  color: #4b4b4b;
}
.pod .pod-price {
  font: 500 24px Roboto;
  color: #2a2a2a;
}

.end-of-cart {
  text-align: right;
  margin-top: 30px;
}
.end-of-cart span {
  font-size: 12px;
  color: #666666;
}

.categories {
  padding-left: 50px;
  float: left;
  margin-right: 40px;
}
.categories a {
  display: inline-block;
  padding: 0 12px;
  font: 16px 'BebasNeueCyrillic';
  color: #afaeae;
  border-right: 1px solid #575757;
}
.categories a:last-child {
  border-right: none;
}
.categories .active {
  color: #575757;
  text-decoration: none;
}
.categories .current {
  color: #575757;
  text-decoration: none;
}


.dates {
  float: left;
  position: relative;
  top: -4px;
}
.dates a {
  display: inline-block;
  border: 1px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
  border-right: none;
  background: #f4f4f4;
  padding: 2px 14px;
  font: 16px 'BebasNeueCyrillic';
  color: #afaeae;
  text-decoration: none;
  float: left;
}
.dates a:last-child {
  border-right: 1px solid #bdbdbd;
}
.dates .active {
  color: #575757;
}

.descr-in-table_long {
  width: auto !important;
}

.toggle {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("../img/toggle-sprite.png") 0px 0px;
}

.toggle_active {
  background-position: -31px 0px;
}

.red {
  color: #c51935;
}

.hidden2 {
  display: none;
}

.no-padding {
  padding: 0px !important;
}

.clear-odd-even-styles tr {
  border: 1px solid #EFEFEF;
}
.clear-odd-even-styles tr:nth-child(odd) {
  background: #fff !important;
}
.clear-odd-even-styles tr:nth-child(even) {
  background: #fff !important;
}

.slider-in-article {
  width: 90%;
  margin: 0 auto;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.slider-in-article img {
  padding: 5px;
  border: 1px solid #E0DFDD;
}

.share {
  font: italic 12px Arial;
  color: #3e3e3e;
  float: right;
  display: inline-block;
}
.share a {
  display: inline-block;
  width: 41px;
  height: 43px;
  box-sizing: border-box;
  padding-top: 10px;
  position: relative;
  top: -1px;
  background: url("../img/share-sprite.png") left center;
  text-align: center;
}
.share a:hover {
  background-position: right center;
}
.share a:hover .sn {
  display: none;
}
.share a:hover .sh {
  display: inline-block !important;
}
.share a i {
  position: relative;
  left: 1px;
}

.event-date {
  font: italic 12px Arial;
  color: #3e3e3e;
  position: absolute;
  top: -34px;
  left: 263px;
}

.ev {
  width: 921px;
  float: left;
}

.img-in-content {
  float: left;
  margin: 0px 24px 24px 0px;
}

.container_strange {
  width: 918px;
  margin-left: 463px;
}

.sh {
  display: none;
}

.search-result-title {
  font: 20px "BebasNeueCyrillic";
  color: #343739;
}

.events_3 {
  padding: 0px !important;
}
.events_3 .event {
  width: 291px;
}
.events_3 .event:nth-child(3n) {
  margin-right: 0px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

#subscribe_preloader{
	margin-left:10px;
	display:none;
	float: right;
}

#spansuc{
	display:none;
}
#ajax_cotainer .pagination{
  margin-top: 40px;
}
.pre-slides{
  float: left;
  width: 904px;
}
.slides{
  width: 904px!important;
  height: 322px!important;
}
.banner ul{
  margin-left: -40px;
}
.page-not-found {
  width: 904px;
  min-height: 190px;
  box-sizing: border-box;
  padding-left: 260px;
  margin: 100px auto;
  background: url("/img/404.png") left 42px no-repeat;
}
.page-not-found p, .page-not-found li {
  font-size: 13px;
  color: #464646;
  list-style-type: circle;
}
.page-not-found ul {
  margin-bottom: 20px;
}

.page-not-found__title {
  font-size: 30px;
  font-family: 'BebasNeueCyrillic';
  font-weight: 400;
  margin-bottom: 4px;
}

.page-not-found__message {
  padding-bottom: 20px;
  background: url("/img/wave-pattern.png") center bottom repeat-x;
  margin-bottom: 20px;
  margin-top: 0px;
}
.footer-social {
  display: inline-block;
  float: right;
  margin-right: 106px;
  margin-top: 12px;
}

.footer-social__item {
  display: inline-block;
  width: 50px;
  height: 52px;
}

.footer-social__item_instagram {
  background: url("/img/instagram.png");
}

.footer-social__item_youtube {
  background: url("/img/youtube.png");
}

.footer-social__item_facebook {
  background: url("/img/facebook.png");
}

.footer-social__item_twitter {
  background: url("/img/twitter.png");
}

.footer-social__item_odnoklassniki {
  background: url("/img/odnoklassniki.png");
}

.footer-social__item_vk {
  background: url("/img/vk.png");
}
.top_filter{
  margin-bottom: 0px!important;
  padding-left: 15px!important;
  font-size: 14px;
}
.sanitary__item {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #525252;
  margin-bottom: 50px;
}
.sanitary__item span {
  font-size: 19px;
  color: inherit;
  font-family: 'BebasNeueCyrillic', sans-serif;
  text-decoration: underline;
}
.sanitary__item img {
  display: inline-block;
}
.sanitary__item:hover {
  color: #fcdc29;
}

.sanitary-descr__img {
  width: 375px;
  box-sizing: border-box;
  padding: 9px;
  background: url("/img/texture-1.png");
  float: left;
  margin-right: 42px;
}

.sanitary-descr__ins {
  background: #fff;
  text-align: center;
}

.sanitary-descr__text {
  width: 600px;
  float: left;
  background: url("/img/wave.png") center bottom repeat-x;
  padding-bottom: 20px;
}

.st {
  color: #2a2a2a;
  font-size: 19px;
  font-weight: 700;
  margin-top: 0px;
}

.sti {
  font-size: 14px;
  color: #696969;
  margin-bottom: 10px;
}
.sti a, .sti span {
  color: #e87e2f;
}

.sti_imp {
  margin: 30px 0px;
}
.sti_imp span, .sti_imp a {
  font-size: 18px;
}

.sanitary-destr {
  margin: 50px 0px;
}
.sanitary-destr .bx-next:hover {
  background-position: 0px 38px !important;
}

.sdc {
  float: left;
  width: 916px;
}
.sanitary{
  position: relative;
  width: 921px;
  margin-left: 285px;
}
.za{
font-size:12px;
}
.reset_filter{
margin-top:30px;
}
.reset_filter .edit-link_gray{
	color:#505050

}
.lb-nav{
display:none!important;
}