/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

body {
	background: #fff;
}

.box_min {
	min-width: 1000px;
}

.wrapper {
	margin: 0 auto;
	max-width: 1660px;
	padding: 0 15px 0;
}

.header {
	margin: 0 0 8px;
}

.home .header {
	margin: 0 0 60px;
}

.header__top {
	border-bottom: 1px solid #dbe1e6;
	margin: 0 0 27px;
}

.header__top-nav {
	float: left;
}

.header__top-nav__link {
	color: #474747;
	display: block;
	float: left;
	font: 500 .8125em/1em Roboto, sans-serif;
	padding: 15px 20px 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.header__top-nav__link:hover,
.header__top-nav__link_active {
	background: #dbe1e6;
}

.clearfix::after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.header__top-data {
	float: right;
}

.header__top-phone {
	color: #474747;
	display: inline-block;
	font: 700 1.3125em/1em Roboto, sans-serif;
	margin: 0 20px 0 0;
	position: relative;
	top: 3px;
}

.header__top-button {
	background: #8fc959;
	color: #fff;
	display: inline-block;
	font: 500 .8125em/1em Roboto, sans-serif;
	padding: 15px 20px 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.header__logo {
	display: block;
	float: left;
	margin: 0 6.5% 0 0;
}

.header__main {
	margin: 0 0 5px;
}

.header__main-links {
	float: left;
	margin: 0;
	width: 50%;
}

.header__main-links__item {
	color: #474747;
	display: inline-block;
	margin: 0 4% 25px 0;
	position: relative;
}

.header__main-links__item-text {
	font: 500 .875em/1em Roboto, sans-serif;
	text-decoration: underline;	
	text-transform: uppercase;
}

.header__main-links__item:hover {
	text-decoration: none;
}

.header__main-links__item_import {
	padding: 0 0 0 44px;
}

.header__main-links__item_import::after {
	background: url(images/sprite.png) ;
	content: ' ';
	display: block;
	position: absolute;
	height: 38px;
	left: 0;
	top: -13px;
	width: 36px;
}

.header__main-links__item_3d {
	padding: 0 0 0 34px;
}

.header__main-links__item_3d::after {
	background: url(images/sprite.png) -36px 0;
	content: ' ';
	display: block;
	position: absolute;
	height: 38px;
	left: 0;
	top: -13px;
	width: 27px;
}

.header__main-links__item_magazin {
	padding: 0 0 0 41px;
}

.header__main-links__item_magazin::after {
	background: url(images/sprite.png) -63px 0;
	content: ' ';
	display: block;
	position: absolute;
	height: 36px;
	left: 0;
	top: -13px;
	width: 34px;
}

.header__main-links__item_garant {
	padding: 0 0 0 40px;
}

.header__main-links__item_garant::after {
	background: url(images/sprite.png) -97px 0;
	content: ' ';
	display: block;
	position: absolute;
	height: 36px;
	left: 0;
	top: -12px;
	width: 34px;
}

.header__main-links__item:hover::after {
	z-index: 35;
}

.header__main-links__item:hover .header__main-links__item-text {
	color: #93ca53;
	position: relative;
	z-index: 35;
	text-decoration: none;
}

.header__main-links__item-hover p {
	font: 300 .75em/1em Roboto, sans-serif;
	margin: 0 0 20px;
}

.header__main-links__item-hover {
	display: none;
}

.header__main-links__item:hover .header__main-links__item-hover {
	background: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	display: block;
	left: -20px;
	padding: 73px 20px 1px;
	position: absolute;
	width: 360px;
	top: -35px;
	z-index: 33;
}

.header__main-services {
	float: right;
	margin: 10px 15px 0 0;
}

.header__main-services__item {
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 40px;
	width: 40px;
	position: relative;
	text-decoration: none;
}

.header__main-services__item_search {
}

.header__main-services__item_search_active {
	border-radius: 4px;
	width: 50px;
}

.header__main-services__item:hover,
.header__main-services__item_active,
.header__main-services__item_search_active {
	background: #8fc959;
}

.header__main-services__item::after {
	background: url(images/sprite.png) 0 0 no-repeat;
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
}

.header__main-services__item_search::after {
	background-position: -131px -20px;
	height: 18px;
	margin: -9px 0 0 -9px;
	width: 18px;
}

.header__main-services__item_search:hover::after,
.header__main-services__item_search_active::after {
	background-position: -149px -20px;
}

.header__main-services__item_favorites::after {
	background-position:-136px 0;
	height: 20px;
	margin: -10px 0 0 -10px;
	width: 20px;
}

.header__main-services__item_favorites:hover::after,
.header__main-services__item_active.header__main-services__item_favorites::after {
	background-position: -202px -20px;
}

.header__main-services__item_basket::after {
	background-position:-176px 0;
	height: 15px;
	margin: -7px 0 0 -10px;
	width: 20px;
}

.header__main-services__item_basket:hover::after {
	background-position:-156px 0;
}

.header__main-services__item span {
	background: #ef4141;
	border-radius: 50%;
	color: #fff;
	font: 300 .75em/1.375em Roboto, sans-serif;
	height: 16px;
	left: 19px;
	top: 3px;
	position: absolute;
	width: 16px;
	z-index: 2;
	text-align: center;
}

.nav {
	background: #f5f6f8;
	border-bottom: 1px solid #dbe1e6;
}

.nav__main-item {
	background: #e27e41;
	color: #fff;
	display: block;
	font: 500 .8125em/1.375em Roboto, sans-serif;
	float: left;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}

.nav__main-item:hover {
	background: #b56534;
}

.nav__main-item_catalog {
	padding: 12px 25px 11px 50px;
}

.nav__main-item_link {
	color: #fff;
	display: inline-block;
	padding: 12px 50px 11px 35px;
	position: relative;
	text-decoration: none;
}

.nav__main-item_spec .nav__main-item_link::after {
	background: url(images/sprite.png) -167px -19px;
	content: ' ';
	display: block;
	height: 4px;
	position: absolute;
	right: 20px;
	width: 7px;
	top: 19px;
}

.nav__main-item_catalog::after {
	background: url(images/sprite.png) -266px 0;
	content: ' ';
	display: block;
	height: 18px;
	left: 19px;
	width: 16px;
	position: absolute;
	top: 11px;
}

.nav .wrapper {
	position: relative;
}

.nav__links {
	list-style: none;
	margin: 0;
	position: absolute;
	left: 450px;
	height: 40px;
	overflow: hidden;
	right: 65px;
	padding: 0;
}

.nav__links-item {
	float: left;
}

.nav__links-link {
	color: #474747;
	display: inline-block;
	font: 500 .875em/1em Roboto, sans-serif;
	padding: 13px 20px;
	text-decoration: none;
}

.nav__links-link:hover {
	background: #474747;
	color: #fff;
}

.nav__links-item_right {
	top: 0;
	right: 0;
	margin: 0 25px 0 0;
	position: absolute;
}

.dropdown-menu {
	border-left: 1px solid #dbe1e6;
	border-right: 1px solid #dbe1e6;
	background: #f5f6f8;
	box-sizing: border-box;
	top: 100%;
	display: none;
	margin: 0;
	position: absolute;
	width: 170px;
	right: 0;
	list-style: none;
	z-index: 4;
	padding: 0;
}

.nav__links-item_right:hover .dropdown-menu {
	display: block;
	z-index: 999;
}

.dropdown-menu .nav__links-item {
	float: none;
}

.nav__links-item_right .nav__links-link {
	padding: 18px 10px;
	display: block;
}


.dropdown-menu .nav__links-link {
	border-bottom: 1px solid #dbe1e6;
	padding: 15px 20px;
}

.nav__links-item_right .nav__links-link::after {
	background: url(images/sprite.png) -156px -15px;
	content: ' ';
	display: block;
	height: 4px;
	width: 18px;
}

.nav__links-item_right .nav__links-link:hover::after {
	background-position: -240px -20px;
}

.nav__links-item_right .nav__links-item .nav__links-link::after {
	display: none;
}

.banner {
	margin: 0 0 60px;
}

.banner__left,
.banner__right {
	background: #ccc top no-repeat left center;
	cursor: pointer;
	float: left;
	height: 400px;
	margin: 10px 0 0;
	position: relative;
	width: 10%;
	opacity: .2;
}

.banner__right {
	background-position: right center;
}

/*
.banner__left::after,
.banner__right::after {
	background: #fff;
	content: ' ';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	opacity: .2;
}*/

.banner__center {
	background: #cfcfcf;
	box-shadow: 0 0 10px 0 #cbd1db;
	float: left;
	height: 420px;
	width: 80%;
}

.banner__item {
	display: block;
	position: relative;
	height: 420px;
}

.banner__item-info {
	background: #fff;
	box-sizing: border-box;
	bottom: 45px;
	left:  45px;
	padding: 15px 20px 17px;
	position: absolute;
	width: 355px;
}

.banner__item-title {
	color: #474747;
	font: bold 2.625em/1em Roboto, sans-serif;
	margin: 0 0 8px;
}

.banner__item-title_small {
	color: #474747;
	font: bold 1.125em/1em Roboto, sans-serif;
	margin: 0 0 16px;	
}

.banner__item-text {
	font: 500 .75em/1em Roboto, sans-serif;
	margin: 0;
	color: #474747;
}

.banner__item-text img {
	box-shadow: 0 1px 1px 0 #e3e3e3;
	margin: 0 8px 0 0;
	position: relative;
	top: 1px;
}

.catelory-graph__item {
	border: 1px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	float: left;
	display: block;
	margin: 0 1.2% 13px 0;
	padding: 10px 10px 80px;
	position: relative;
	width: 19%;
	text-align: center;
}

.catelory-graph__item:nth-of-type(5n) {
	margin-right: 0;
}

.catelory-graph__item:hover {
	border: 1px solid #c8c8c8;
	border-top: 1px solid #eee;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
}

.catelory-graph__title {
	color: #474747;
	font: bold 1em/1em 'Open Sans', sans-serif;
	position: absolute;
	margin: 14px 0 0;
	left: 0;
	right: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.t_center {
	text-align: center;
}

.button__link {
	border-radius: 2px;
	border: 2px solid #8fc959;
	color: #474747;
	display: inline-block;
	font: 500 .8125em/1em Roboto, sans-serif;
	padding: 13px 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.button__link:hover {
	color: #fff;
	background: #8fc959;
}

.catelory-graph  {
	margin:  0 0 60px;
}

.contents_border {
	border: 1px solid #dbe1e6;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	padding: 40px 0 10px;
}

.title,
.contents h1 {
	color: #474747;
	font: 500 1.3125em/1.25em Roboto, sans-serif;
	margin: 0 0 25px;
}

.contents p {
	color: #474747;
	font: 300 .9375em/1.25em Roboto, sans-serif;
	margin: 0 0 23px;
}

.contents ul {
	padding-left: 18px;
}

.contents li {
	color: #474747;
	font: 300 .9375em/1.25em Roboto, sans-serif;
	margin: 0 0 8px;
}

.contents  a,
.catalog-list__item-description__line-right a {
	color: #56a558;
	text-decoration: none;
}
.block-text__title {
	float: left;
	margin: 0;
}

.block-text__link {
	color: #474747;
	float: right;
	font: 500 .75em/1em Roboto, sans-serif;
	text-decoration: none;
	position: relative;
}

.block-text__link_photo {
	padding: 8px 0 3px 30px;
}

.block-text__link_photo::after {
	background: url(images/sprite.png) -222px -20px;
	content: ' ';
	display: block;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
	width: 18px;
}

.block-text {
	overflow: hidden;
	padding: 35px 0;
	border-top: 1px solid #dbe1e6;
}

.map__item {
	background: #ccc;
	height: 580px;
}

.map {
	position: relative;
}

.map__data {
	box-sizing: border-box;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
	position: absolute;
	margin: 0 0 0 -48.5%;
	left: 50%;
	padding: 20px 12px 20px 20px;
	top: 175px;
	width: 260px;
}

.map__data img {
	max-width: 200px;
	margin: 0 0 11px;
}

.map__data-text {
	color: #474747;
	font: 300 .8125em/1.5em Roboto, sans-serif;
	margin: 0 0 20px;
}

.map__data-text:last-child {
	margin: 0;
}

.map__data-text a {
	color: #474747;
	text-decoration: none;
}

.footer {
	background: #474747;
	padding: 0 0 38px;
}

.footer .header__top-nav__link {
	color: #fff;
}

.footer .header__top-nav__link:hover {
	background: #757575;
}

.footer__top {
	border-color: #757575;
}

.footer__links {
	border-bottom: 1px solid #757575;
	margin: 0 0 40px;
	padding: 0 0 17px;
}

.footer__links-item {
	border-radius: 2px;
	color: #797979;
	display: inline-block;
	font: 500 .875em/1em Roboto, sans-serif;
	padding: 9px 20px 10px;
	text-decoration: none;
}

.footer__links-item:hover {
	background: #fff;
	color: #474747;
}

.footer__copy {
	color: #797979;
	font: 300 .75em/1em Roboto, sans-serif;
}

.ico-logo-fav {
	background: url(images/sprite.png) -312px -40px;
	display: inline-block;
	height: 39px;
	margin: 0 0 11px;
	width: 40px;
}

.curtain {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1111;
}

.popup {
	display: none;
	left: 30%;
	position: absolute;
	width: 680px;
	top: 30%;
	z-index: 9999;
}

.popup__header {
	color: #fff;
	margin: 0 0 38px 0;
	position: relative;
}

.popup__title {
	font: 500 1.3125em/1em Roboto, sans-serif;
	margin: 0 40px 0 0;
}

.popup__close {
	background: url(images/sprite.png) -186px -16px;
	display: block;
	height: 16px;
	position: absolute;
	right: 4px;
	width: 16px;
	top: 4px;
}

.popup__content {
  border: 1px solid rgb(219, 225, 230);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
  padding: 40px;
}

.popup__title-inner {
	color: #474747;
	font: bold 1.125em/1em Roboto, sans-serif;
	margin: 0 0 30px;
}

.rows_field {
	overflow: hidden;
	margin: 0 0 16px;
}

.rows_field_mbig {
	margin-bottom: 40px;
}

.rows__left-label {
	float: left;
	width: 28%;
}

.rows__right-field {
	float: right;
	width: 70%;
}

.label,
body .filter__content .label {
	color: #474747;
	cursor: pointer;
	font: 500 .875em/1em Roboto, sans-serif;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	top: 6px;
}

.field {
	background: #f5f6f8;
	box-sizing: border-box;
	border: 1px solid #dbe1e6;
	border-radius: 2px;
	color: #aeaeae;
	display: block;
	font: 300 .875em/32px Roboto, sans-serif;
	height: 32px;
	outline: 0;
	padding: 0 35px 0 8px;
	width: 100%;	
}

.field_error {
	border-color: #ef4141;
}

.field_big {
	height: 125px;
	line-height: 1.25em;
	padding-top: 10px;
	resize: vertical;
}

.field__wrap {
	position: relative;
}

.field__q {
	color: #ef4141;
	font: 500 .875em/32px Roboto, sans-serif;
	position: absolute;
	right: 12px;
	top: 3px;
}

.rows__annotation {
	color: #474747;
	font: 300 italic .75em/1em Roboto, sans-serif;
	margin: -4px 0 18px;
	text-align: right;
}

.ereq {
	color: #ef4141;
}

.button {
	background: #8fc959;
	border-radius: 4px;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	height: 40px;
	width: 100%;
	text-transform: uppercase;
	font: 500 .875em/1em Roboto, sans-serif;
}

.breadcrumb {
	margin: 0 0 58px;
}

.breadcrumb__text {
	color: #474747;
	font: 300 italic .75em/1em Roboto, sans-serif;
}

.breadcrumb__link {
	color: #474747;
	font: 300 italic .75em/1em Roboto, sans-serif;
	text-decoration: none;
}

.breadcrumb__link::after {
	content: ' /';
	display: inline-block;
	margin: 0 -2px 0 3px;
}

.ico_404 {
	background: url(images/sprite.png) 0 -40px;
	display: inline-block;
	width: 312px;
	height: 140px;
	margin: 0 0 15px;
}

.title_warning {
	color: #e27e41;
}

.title_small {
	color: #474747;
	font: 300 1.125em/1.125em Roboto, sans-serif;
	margin: 0 0 17px;
}

.title_small a {
	color: #56a558;
	font-weight: 500;
	text-decoration: none;
}

.wrap_404top {
	margin: 0 0 56px;
}

.field_wrap__search {
	margin: 0 auto 80px;
	max-width: 1066px;
	position: relative;
}

.field_b {
	border-radius: 4px;
	height: 40px;
	line-height: 38px;	
}

.pr_65 {
	padding: 0 65px 0 0;
}

.button_search {
	background: #8fc959;
	border-radius: 4px;
	border: 0;
	height: 40px;
	width: 51px;
	padding: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.button_search::after {
	background: url(images/sprite.png) -149px -20px;
	content: ' ';
	display: block;
	left: 16px;
	height: 18px;
	top: 11px;
	position: absolute;
	width: 18px;
}

.section__links {
	border-bottom: 0;
	border-top: 1px solid #dbe1e6;
	margin: 0 0 26px;
	padding: 34px 0 0;
}

.section__links .footer__links-item:hover {
	background: #474747;
	color: #fff;
}

.section__links__wrap {
	margin: 0 0 0 -20px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}*/
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/zenagency/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-dots {
	bottom: 20px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.owl-dot {
	background: #f3f3f3;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 6px;
	width: 6px;
}

.owl-dot.active {
	padding: 2px;
	background: #474747;
	position: relative;
	top: 2px;
}

.owl-dot:last-child {
	margin: 0;
}

.banner .owl-prev {
	background: url(images/sprite.png) -350px 0;
	height: 40px;
	left: -9%;
	position: absolute;
	width: 21px;
	top: 50%;
	margin: -20px 0 0;
}
	
.banner .owl-next { 
	background: url(images/sprite.png) -371px 0;
	height: 40px;
	right: -9%;
	position: absolute;
	width: 21px;
	top: 50%;
	margin: -20px 0 0;
}

.rows_flex {
	display: flex;
}

.rows_f_small {
	flex-basis: 220px;
	flex-shrink: 0;
	width: 220px;
}
	
.rows_f_big {
	flex-basis: 100%;
	flex-shrink: 1;
	width: 100%;
}

.title_msmall {
	margin: 0 0 14px;
}

.article-list__a {
	display: block;
	margin: 0 0 20px;
	position: relative;
	text-decoration: none;
}

.article-list__left {
	float: left;
	line-height: 1px;
	margin: 0 3% 0 0;
	width: 18%;
}

.article-list__right {
	float: left;
	width: 79%;
}

.article-list__right p:last-child {
	margin: 0;
}

.article-list__items {
	position: relative;
}

.article-list__date {
	color: #474747;
	font: 500 .9375em/1.25em Roboto, sans-serif;
	position: absolute;
	left: -123px;
	top: 0;
}

.title_span {
	background: #fff;
	padding: 0 13px 0 0;
	position: relative;
	z-index: 2;
}

.article-list__a:hover .title {
	color: #56a558;
	position: relative;
}

.article-list__a:hover .title:before {
	background: #56a558;
	content: ' ';
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
}

.article-list__a:hover::before {
	background: #56a558;
	display: block;
	content: ' ';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 21%;
	right: 0;
}

.pagination {
	margin: 40px 0 30px;
	text-align: center;
}

.pagination__item {
	border-radius: 50%;
	color: #474747;
	display: inline-block;
	font: 500 .9375em/1.95em Roboto, sans-serif;
	height: 28px;
	margin: 0 7px 0 0;
	width: 28px;
	text-decoration: none;
}

.pagination__item_active,
.pagination__item:hover,
.pagination__prev:hover,
.pagination__next:hover {
	background: #8fc959;
	color: #fff;
}

.pagination__prev {
	font: 500 .9375em/1.95em Roboto, sans-serif;
	display: inline-block;
	border-radius: 50%;
	margin: 0 60px 0 0;
	height: 28px;
	position: relative;
	width: 28px;
	top: 9px;
}

.pagination__prev::after {
	background: url(images/sprite.png) -312px -79px;
	content: ' ';
	height: 20px;
	left: 50%;
	margin: -10px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 11px;
}

.pagination__prev:hover::after {
	background-position: -312px -99px;
}

.pagination__next {
	font: 500 .9375em/1.95em Roboto, sans-serif;
	display: inline-block;
	border-radius: 50%;
	margin: 0 0 0 60px;
	height: 28px;
	position: relative;
	width: 28px;
	top: 9px;
}

.pagination__next::after {
	background: url(images/sprite.png) -323px -79px;
	content: ' ';
	height: 20px;
	left: 50%;
	margin: -10px 0 0 -5px;
	position: absolute;
	top: 50%;
	width: 11px;
}

.pagination__next:hover::after {
	background-position: -323px -99px;
}

.p_20 {
	padding: 0 40px 0 20px;
}

.p_20_20 {
	padding: 0 20px 0 20px;
}

.action-banner {
	box-sizing: border-box;
	display: block;
	margin: 0 0 60px;
	min-height: 360px;
	padding: 20px 15px 80px 20px;
	position: relative;
	text-decoration: none;
}

.action-banner__title {
	color: #fff;
	display: block;
	font: 500 1.3125em/1.125em Roboto, sans-serif;
	margin: 0 0 17px;
}

.action-banner__title_bold {
	font-weight: bold;
}

.action-banner .button {
	box-sizing: border-box;
	bottom: 20px;
	display: block;
	left: 20px;
	padding-top: 15px;
	position: absolute;
	right: 20px;
	text-align: center;
	width: auto;
}

.section_aside {
	margin: 0 0 54px;
}

.section__title {
	color: #474747;
	font: 500 1.3125em/1.125em Roboto, sans-serif;
	margin: 0 0 4px;
}

.section__title_mbig {
	margin: 0 0 15px;
}

.title_mbig {
	margin: 0 0 50px;
}

.section__text {
	color: #474747;
	font: 300 .9375em/1.5em Roboto, sans-serif;
	margin: 0;
}

.section__text_green {
	color: #56a558
}

.section__text_green a {
	color: #56a558;
	font-weight: 500;
	text-decoration: none;
}

.article-list__items .title {
	margin-top: -5px;
}

.breadcrumb_mb_small {
	margin: 0 0 17px;
}

.article-full {
	max-width: 475px;
	margin-bottom: 75px;
}

.banner_wrap {
	max-width: 100%;
	overflow: hidden;
}

.link_back {
	color: #474747;
	font: 500 .75em/1em Roboto, sans-serif;
	padding: 0 0 0 20px;
	position: relative;
	text-decoration: none;
}

.link_back::after {
	background: url(images/sprite.png) -176px -32px;
	display: block;
	content: ' ';
	display: block;
	height: 7px;
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
}

.images_top {
	margin: 0 0 31px;
}

.title_mb_small,
.contents .title_mb_small {
	margin: 0 0 12px;
}

.date {
	color: #474747;
	display: block;
	font: 500 .875em/1.125em Roboto, sans-serif;
	margin: 0 0 34px;
}

.contents_article p {
	color: #474747;
	font: 300 1em/1.25em Roboto, sans-serif;
	margin: 0 0 28px;
}

.contents_article_plineb p {
	line-height: 1.5em;
}

.article-full__preview p {
	font-style: italic;
}

.share {
	margin: 0 0 30px;
}

.banner_small {
	margin: 0 0 38px;
}

.fancybox {
	display: inline-block;
	line-height: 1px;
	position: relative;
}

.fancybox::after {
	background: url(images/sprite.png) -196px 0;
	bottom: 15px;
	content: ' ';
	display: block;
	height: 16px;
	right: 15px;
	position: absolute;
	width: 16px;
	z-index: 3;
}

.fancybox::before {
	background: #fff;
	border-radius: 50%;
	bottom: 7px;
	content: ' ';
	display: block;
	height: 32px;
	right: 7px;
	position: absolute;
	width: 32px;
	z-index: 3;
}

.rows_2_big_left {
	float: left;
	margin: 0 0 0 7%;
	width: 49%;
}

.rows_2_small_right {
	float: right;
	margin: 0 ??5% 0 0;
	width: 36%;
}

.p_big {
	color: #474747;
	font: 300 1.125em/1.7em Roboto, sans-serif;
}

.p_big a {
	color: #474747;
	text-decoration: none;
}

a.button,
span.button {
	display: block;
	min-height: 40px;
	height: auto;
	padding: 15px 0 5px;
	text-decoration: none;
	text-align: center;
}

.button_nob  {
	background: transparent;
	border: 1px solid #8fc959;
	color: #474747;
}

.rows__2 {
	margin: 0  0 10px;
}

.rows_2_ave {
	flex-basis: 50%;
}

.pr_40 {
	padding: 0 40px 0 0;
}

.map_deliv {
	margin: 125px 0 0;
}

.catalog-list__item {
	box-sizing: border-box;
	float: left;
	margin: 0 0 13px 0;
	padding: 10px;
	position: relative;
	width: 50%;
}

.catalog-list_product .catalog-list__item {
	margin-bottom: 20px;
}

.p_10 {
	padding: 0 10px;
}

.catalog-list__item-img {
	display: block;
	line-height: 1px;
	margin: 0 0 8px;
	position: relative;
}

.catalog-list__item-img img {
	max-height: 98%;
}

.catalog-list__item-title {
	color: #474747;
	font: bold 1.125em/1.125em Roboto, sans-serif;
	display: inline-block;
	height: 40px;
	margin: 0 0 13px;
	position: relative;
	text-decoration: none;
}

.catalog__cubes {
	bottom: 2px;
	left: 2px;
	right: 2px;
	position: absolute;
}

.catalog__cubes-item {
	background: #dbe1e6;
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	height: 32px;
	width: 13.85%;
}

.catalog__cubes-item:nth-of-type(7n) {
	margin-right: 0;
}

.catalog-list__item-description {
	min-height: 105px;
	position: relative;
	z-index: 2;
}

.product__items .catalog-list__item-description {
	min-height: 55px;
}

.catalog-list__item-description__line-left {
	color: #474747;
	font: 300 .75em/1em Roboto, sans-serif;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

.catalog-list__item-description__line-right {
	color: #474747;
	font: 500 .75em/1em Roboto, sans-serif;
	float: right;
	display: block;
	margin: 0;
}

.catalog-list__item-description__line {
	overflow: hidden;
	margin: 0 0 6px;
	padding: 1px 0;
}

.catalog-list__item-description__line_mb_big {
	margin: 0 0 15px;
}

.catalog-list__item-description__line-right_price {
	color: #e27e41;
}

.flag {
	box-shadow: 0 1px 1px 0 #e3e3e3;
    margin: 0 6px 0 0;
    position: relative;
    top: 1px;
}

.catalog-list__item .button {
	display: none;
}

.catalog-list__item::before {
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	bottom: -51px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
	content: ' ';
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: -1px;
}

.catalog-list__item:hover::before {
	display: block;
}

.catalog-list__item:hover {
	z-index: 2;
}


.catalog-list__item:hover .button {
	display: block;
	left: 10px;
	right: 10px;
	width: auto;
	bottom: -40px;
	position: absolute;
}

.catalog-list__item:hover .catalog-list__item-price {
	position: relative;
	z-index: 2;
}

.pagination_t30 {
	margin-top: 30;
}

.filter__content {
	border: 1px solid #dbe1e6;
	border-radius: 2px;
}

.filter__item-header {
	color: #474747;
	cursor: pointer;
	font: 500 .75em/1em Roboto, sans-serif;
	text-transform: uppercase;
	padding: 15px 35px 13px 17px;
	position: relative;
}

.filter__item-header::after {
	background: url(images/sprite.png) -131px 0;
	content: ' ';
	display: block;
	height: 5px;
	position: absolute;
	right: 19px;
	width: 5px;
	top: 17px;
}

.filter__item-content {
	position: relative;
	overflow: hidden;
	height: 1px;
}

.filter__item-content::after {
	background: #f5f6f8;
	content: ' ';
	display: block;
	height: 1px;
	top: 0;
	left: 19px;
	position: absolute;
	right: 0;
}

.filter__item_active .filter__item-content {
	background: #f5f6f8;
}

.filter__item_active .filter__item-content_inner {
	padding: 20px 15px 21px 18px;
	
}

.filter__item_active .filter__item-header::after {
	background-position: -131px -2px;
	height: 1px;
	top: 20px;
}

.filter__item:hover .filter__item-header,
.filter__item_active .filter__item-header {
	color: #56a558;
}

/******* form syles ********/


.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	border-radius: 50%;
	border: 1px solid #dce2e7;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	position: relative;
	top: 2px;
	width: 11px;
}
.jq-radio.checked .jq-radio__div {
	width: 7px;
	height: 7px;
	margin: 2px 0 0 2px;
	border-radius: 50%;
	background: #56a558;
}

.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* ???�?? Opera Presto? */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* ?? ???�?????�-?�?? ?�???�???�?�???�?� ???????????�???�?????�?� ???�???�???? */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 30px;
	padding: 0 35px 0 10px;
	border: 1px solid #dbe1e6;
	border-radius: 2px;
	font: 300 .875em/32px Roboto, sans-serif;
	color: #474747;
}

.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 4px solid #999;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 12px 0;
}
.jq-selectbox li {
	min-height: 18px;
	font: 300 1em/32px Roboto, sans-serif;
	padding: 2px 10px 3px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
	background-color: #474747;
	color: #FFF;
}

.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

/******** /form styler *******/

.catalog-list .title {
	float: left;
	margin: 0 0 4px 10px;
}

.catalog-list_wrap {
	clear: both;
}

.jq-checkbox {
	border-radius: 2px;
	border: 1px solid #dbe1e6;
	box-shadow: 0;
	background: #fff;
	cursor: pointer;
	height: 11px;
	margin: 0 8px 0 0;
	width: 11px;
}

.jq-checkbox.checked .jq-checkbox__div {
	background: url(images/sprite.png) -167px -29px;
	width: 9px;
	height: 7px;
	left: 1px;
	position: absolute;
	top: 2px;
}

.filter .label,
body .filter .label {
	font-size: .75em;
	top: -2px;
}

.filter__item-line {
	margin: 0 0 11px;
}

.filter__item-line:last-child {
	margin: 0;
}

.filter__clear {
	color: #ef4141;
	border-bottom: 1px dashed #ef4141;
	float: right;
	font: 300 .875em/1.125em Roboto, sans-serif;
	position: relative;
	display: inline-block;
	top: 8px;
	text-decoration: none;
}

.filter__footer .filter__clear {
	top: 5px;
}

.filter__title {
	float: left;
	margin-bottom: 14px;
}

.filter__header {
	overflow: hidden;
}

.sort {
	float: right;
	margin: 0 10px 0 0;
}

.sort__title {
	color: #474747;
	float: left;
	font: 300 .875em/1.125em Roboto, sans-serif;
	margin: 10px 10px 0 0;
}

.catalog-list__item-tag {
	background: #ef4141;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: -0.707px 0.707px 4px 0px rgba(0, 0, 0, 0.35);
	color: #fff;
	font: bold 1.3125em/1em Roboto, sans-serif;
	padding: 4px 13px 5px;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
}

.catalog-list__item-tag_small {
	font-size: .875em;
	padding: 8px 13px 8px;
}

.catalog-list_product .catalog-list__item-img {
	border: 1px solid #dbe1e6;
	height: 218px;
	line-height: 218px;
	text-align: center;
}

.catalog-list_product .catalog-list__item-img img {
	vertical-align: middle;
	position: relative;
}

.catalog-list_full .catalog-list__item {
	width: 25%;
}

.catalog-list_ave .catalog-list__item {
	width: 33.3%;
}

.catalog-list_ave .catalog-list__item:nth-of-type(3n) {
	width: 33.4%;
}

.catalog-list_full {
	padding: 0;
	margin: 0 -10px;
}

.catalog-list__item-price_title {
	color: #474747;
	font: 500 1.125em/1em Roboto, sans-serif;
	float: left;
	display: block;
}

.catalog-list__item-price_val {
	color: #e27e41;
	font: 500 1.125em/1em Roboto, sans-serif;
	float: right;
	display: block;
}

.catalog-list__item-price_prev {
	text-decoration: line-through;
	margin: 0 0 0 8px;
}

.catalog-list__item-price {
	overflow: hidden;
	margin: 15px 0 8px;
}

.catalog-list__item-basket {
	padding: 0 60px 0 0;
	position: relative;
}

.catalog-list__item-basket .button {
	display: block;
}

.catalog-list__item:hover .catalog-list__item-basket .button {
	position: static;
}

.catalog-list_product .catalog-list__item::before {
	bottom: -1px;
}

.button_add_favorite {
	background: #fff;
	border: 1px solid #dbe1e6;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
}

.button_add_favorite::after {
	background: url(images/sprite.png) -136px 0;
	content: ' ';
	display: block;
	height: 20px;
	left: 13px;
	position: absolute;
	width: 20px;
	top: 9px;
}

.button_add_basket {
	background: #e27e41;
	border-radius: 4px;
	display: block;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
}

.button_add_basket::after {
	background: url(images/sprite.png) -248px 0;
	content: ' ';
	display: block;
	height: 20px;
	left: 16px;
	position: absolute;
	width: 18px;
	top: 9px;
}

.button_inline,
a.button_inline {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
}

.mb_40 {
	margin: 0 0 40px;
}

.catalog-list_ave {
	margin: 0 0 30px;
}

.title_light {
	font-weight: 300;
}

.text_medium {
	font-weight: 500;
}

.product__info  {
	position: relative;
}

.product__gallery {
	left: 0;
	position: absolute;
	top: 0;
	width: 32%;
}

.product__info-data {
	margin:  0 20px 20px 32%;
	padding: 0 0 0 40px;
	min-height: 460px;
}

.product__title {
	margin: 0 0 5px;
}

.text {
	color: #474747;
	font: 500 .875em/1.25em Roboto, sans-serif;
	margin: 0 0 13px;
}

.text__success {
	color: #474747;
	font: 500 .875em/1.25em Roboto, sans-serif;
	margin: 10px 0 0;
}

.ico-brand {
	margin: 0 0 3px;
}

.contents_small p {
	font-size: .875em;
}

.props__data {
	border-top: 1px solid #f5f6f8;
	margin: 0 0 39px;
}

.props__data-item {
	border-bottom: 1px solid #f5f6f8;
	overflow: hidden;
	padding: 14px 0 11px;
}

.props__data-item_big {
	padding: 14px 0 7px;
}

.props__data-item .catalog-list__item-description__line-left,
.props__data-item .catalog-list__item-description__line-right {
	font-size: .875em;
	max-width: 77%;
	text-align: right;
}

.props__title {
	margin: 0 0 10px;
}

.props__data-item_big .catalog-list__item-description__line-right {
	color: #e27e41;
	font-size: 1.125em;
	position: relative;
	top: -4px;
}

.product .banner_small {
	margin: 0;
}

.product__items-header {
	background: #f5f6f8;
	border-bottom: 1px solid #dbe1e6;
	display: flex;
	margin: 0 0 30px;
}

.product__items-header__title {
	cursor: pointer;
	font: 500 .8125em/1em Roboto, sans-serif;
	flex-grow: 1;
	flex-basis: 10%;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;
}

.product__items-header__title_active {
	background: #474747;
	color: #fff;
}

.mr_20 {
	margin: 0 20px 0 0;
}

.product__items .catalog-list_wrap {
	margin: 0 -10px;
}

.props .button {
	margin: 0 0 39px;
}

.catalog__cubes_product {
	margin: -7px -20px 0 0;
	position: static;
	float: right;
}

.catalog__cubes_product .catalog__cubes-item {
	height: 30px;
	width: 30px;
}

/****** fancy ************/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-image {
	padding: 0;
	border-radius: 12px;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background: url(images/sprite.png) -308px 0;
	position: absolute;
	top: 50%;
	width: 21px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 0 10px 20px;
	opacity: 1;
}

#fancybox-thumbs ul li.active {
	padding: 0;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.fancybox-nav {
	display: none;
}

#fancybox-buttons a.btnPrev {
	display: block;
	left: 0;
	height: 100%;
	position: fixed;
	width: 30%;
	top: 0;
	
	z-index: 9999;
}

#fancybox-buttons a.btnPrev::after {
	background: url(images/sprite.png) -308px 0;
	display: block;
	left: 20px;
	height: 40px;
	margin: -20px 0 0;
	position: fixed;
	width: 21px;
	top: 50%;
	z-index: 9999;
	text-indent: -9999px;
	overflow: hidden;
	content: ' ';
}

#fancybox-buttons a.btnNext {
	right: 0;
	height: 100%;
	display: block;
	position: fixed;
	width: 30%;
	top: 0;
	z-index: 9999;
}

#fancybox-buttons a.btnNext::after {
	background: url(images/sprite.png) -329px 0;
	content: ' ';
	right: 20px;
	height: 40px;
	display: block;
	margin: -20px 20px 0 0;
	position: fixed;
	width: 21px;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	
}

#fancybox-buttons a.btnClose {
	background: url(images/sprite.png) -282px 0;
	display: block;
	right: 20px;
	height: 26px;
	position: fixed;
	margin: -20px 20px 0 0;
	width: 26px;
	top: 150px;
	z-index: 9999;
}

/********* fancy ************/

.product__gallery_offer {
	border: 1px solid #dbe1e6;
}

.product__gallery_offer a {
	height: 458px;
	vertical-align: middle;
	line-height: 458px;
	text-align: center;
}

.product__gallery_offer img {
	vertical-align: middle;
	max-width: 98%;
}

.title_collection_offer {
	color: #474747;
	font: 500 1.3125em/1em Roboto, sans-serif;
	margin: 0 0 8px;
}

.title_collection_offer a {
	color: #56a558;
	text-decoration: none;
}

.text_m_big {
	margin: 0 0 58px;
}

.product__basket-offer {
	border: 1px solid #dbe1e6;
	border-radius: 4px;
	padding: 25px 20px;
}

.product__basket-header {
	border-bottom: 1px solid #f5f6f8;
	overflow: hidden;
	margin: 0 0 33px;
	padding: 0 0 12px;
}

.product__basket_left {
	color: #474747;
	float: left;
	font: 500 1.3125em/1em Roboto, sans-serif;
}

.product__basket_right {
	color: #474747;
	float: right;
	font: 500 1.3125em/1em Roboto, sans-serif;
}

.product__basket-content {
	overflow: hidden;
	margin: 0 0 40px;
}

.product__basket_left_count {
	font-weight: 300;
	font-size: .875em;
	position: relative;
	top: 10px;
}

.product__basket_right_price {
	color: #e27e41;
	position: relative;
	top: 6px;
}

.product__basket-data {
	margin: 0 0 30px;
	min-height: 30px;
	padding: 10px 0;
	position: relative;
}

.product__basket-data-wrap {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -57px;
	width: 114px;
}

.product__basket-data-wrap input {
	border: 1px solid #dbe1e6;
	border-radius: 2px;
	color: #474747;
	box-sizing: border-box;
	display: block;
	outline: 0;
	font: 300 .875em/30px Roboto, sans-serif;
	padding: 0 31px;
	width: 100%;
	text-align: center;
}

.ico_minus {
	border-right: 1px solid #dbe1e6;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
}

.ico_minus::after {
	background: url(images/sprite.png) -167px -27px;
	content: ' ';
	display: block;
	height: 2px;
	margin: -1px 0 0 -6px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 12px;
}

.ico_plus {
	border-left: 1px solid #dbe1e6;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
}

.ico_plus::after {
	background: url(images/sprite.png) -174px -15px;
	content: ' ';
	display: block;
	height: 12px;
	margin: -6px 0 0 -6px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 12px;
}

.product__basket-offer .button {
	margin: 0;
}

.catalog-list__item-type {
	color: #474747;
	font: 500 .75em/1em Roboto, sans-serif;
	display: block;
	margin: -5px 0 16px;
	position: relative;
}

.row_55 {
	float: left;
	width: 55%;
}

.row_41 {
	float: right;
	width: 41%;
}

.basket__item-col {
	float: left;
	margin: 0 2% 0 0;
	width: 11%;
}

.basket__item-col_data {
	width: 37%;
}

.basket__item-col_text {
	text-align: right;
	width: 20%;
}

.basket__item-col_prices {
	text-align: right;
	width: 17%;
}

.basket__item__img {
	border: 1px solid #dee3e8;
	height: 98px;
	display: block;
	line-height: 98px;
	padding: 1px;
	text-align: center;
}

.basket__item__img img {
	vertical-align: middle;
	max-height: 100%;
}

.basket__item .title {
	font-size: 1.125em;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.basket__item .product__basket_left_count {
	float: left;
	margin: 0 10px 15px 0;
}

.basket__item .product__basket-data {
	margin: 0;
}

.basket__item .product__basket-data-wrap {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	height: 32px;
	float: left;
}

.basket__item {
	border-top: 1px solid #dbe1e6;
	padding: 20px 0 12px;
}

.basket__item_text {
	font: .875em/1.45em Roboto, sans-serif;
	margin: 0 0 28px;
}

.basket__item_text_medium {
	font-weight: 500;
}

.basket_text_mr {
	margin: 0 40px 0 0;
}

.basket__item-delete {
	background: url(images/sprite.png) -230px 0;
	cursor: pointer;
	display: block;
	float: right;
	margin: 0 2% 0 0;
	height: 20px;
	position: relative;
	top: -1px;
	width: 18px;
}

.basket__item-delete:hover {
	background-position: -212px 0;
}

.basket__item_amount {
	padding: 36px 0 54px;
}

.basket__item_amount .product__basket_right_price {
	top: 0;
}

.orders {
	border: 1px solid #dbe1e6;
	border-radius: 4px;
	padding: 30px 20px;
	margin-bottom: 80px;
}

.orders__title {
	font-weight: bold;
	margin: 0 0 32px;
}

.orders__item-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.orders__item-li {
	padding: 0;
	margin: 0 0 32px;
	position: relative;
}

.orders__item-list-left {
	position: absolute;
	left: 0;
	top: 0;
}

.orders__item-list-right {
	margin: 0 0 0 35px;
	position: relative;
	top: -6px;
}

.label_light {
	font-weight: 300;
	display: inline-block;
	margin: 7px 0 0;
}

.orders .basket__item_amount {
	border-top: 0;
	padding: 16px 0 14px;
}

.button_small,
span .button_small,
a .button_small {
	display: inline-block;
	min-height: 24px;
	padding: 7px 20px 0;
	position: relative;
	top: -8px;
	font-size: .8125em;
}

.ico-pay {
	background: url(images/sprite.png) -352px -40px;
	display: inline-block;
	height: 24px;
	margin: 0 7px 10px 0;
	width: 38px;
	
}

.ico-pay_right {
	margin-right: 17px;
}

.ico-pay_paypal {
	background-position: -352px -64px;
}

.ico-pay_privat {
	background-position: -352px -88px;
}

.ico-pay_visa {
	background-position: -352px -112px;
}

.ico-pay_webmoney {
	background-position: -352px -136px;
}

.footer .header__top-phone {
	color: #fff;
}

.label_disabled {
	opacity: .4;
}

.bx_filter .bx_filter_popup_result {
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    position: absolute;
    z-index: 930;
    display: none;
    height: 33px;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border-top: 1px solid #c0d6dc;
    border-right: 1px solid #c0d7dd;
    border-bottom: 1px solid #c0d6dc;
    border-left: 1px solid #c0d7dd;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

.bx_filter .bx_filter_button_box, .bx_filter .bx_filter_parameters_box {
	padding: 0;
	display: block;
	margin: 0;
}

.bx_filter .bx_filter_block {
	display: block;
}

.bx_filter .bx_filter_popup_result.right {
	left: 100%;
	border: 1px solid #8fc959;
	margin-top: 3px;
}

.bx_filter .bx_filter_popup_result  {
	font: 500 .8125em/2.5em Roboto, sans-serif;
}


.bx_filter .bx_filter_popup_result a {
	color: #333;
}

.sort .jq-selectbox__select-text {
	min-width: 115px;
}

.popup .rows {
	overflow: hidden;
}

.popup .rows_2 {
	float: left;
	margin: 0 2% 0 0;
	width: 49%;
}

.popup .rows_2:nth-of-type(2n) {
	margin: 0;
}

.favorites .catalog-list__item-description ,
.search .catalog-list__item-description {
	min-height: 145px;
}

.top__search {
	display: none;
	left: 260px;
	position: absolute;
	right: 270px;
	top: -20px;
	background: #fff;
	padding: 30px 0 20px;
}

.top__search_active {
	display: block;
}

.top__search_active .field {
	border-color: #474747;
	background: #fff;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
}

.filter__item-line .jq-checkbox{
	vertical-align: top;
	top: 1px;
}

.filter__content .label {
	max-width: 160px;
}

.ico-catalog {
	background: url(images/ico-pdf.png) 0 0 no-repeat;
	display: block;
	padding: 11px 0 13px 35px;
	margin: 15px 0 10px;
	position: relative;
	color: #333;
}
@media screen and (min-width: 1366px) {
	
	.basket__item-col_text {
		width: 22%;
	}


	.header__main {
		margin: 0 0 25px;
	}

	.header__main-links {
		width: 63%;
		margin: 22px 0 0;
	}
	
	.header__main-links__item {
		margin-bottom: 0;
		margin-right: 2%;
	}
	
	.catelory-graph__item,
	.catelory-graph__item:nth-of-type(5n)	{
		margin-right: 1%;
		width: 15.5%;
	}
	
	.nav__links-link {
		padding: 13px 25px;
	}
	
	.article-full {
		max-width: 700px;
		margin-left: 6.5%;
	}
	
	.rows__2 {
		float: left;	
		margin: 0 4% 0 0;	
		width: 48%;
	}
	
	.rows__2:nth-of-type(2n) {
		margin: 0;
	}
	
	.rows_2_small_right {
		margin: 0 2.5% 0 0;
		width: 34%;
	}
	
	.title_mb_big,
	.contents .title_mb_big	{
		margin: 0 0 23%;
	}
	
	.p_big {
		margin: 0 0 23%;
	}
	
	.catalog-list__item {
		width: 25%;
		height: 400px;
	}

	.catalog__cubes-item {
		width: 13.8%;
	}

	.catalog-list_full .catalog-list__item {
		width: 20%;
	}	
	
	.catalog-list_ave .catalog-list__item,
	.catalog-list_ave .catalog-list__item:nth-of-type(3n)	{
		width: 25%;
	}

	.product__basket-offer {
		margin: -22px 0 0;
	}
	
	.orders {
		padding: 40px;
	}


	.catalog__cubes-item {
		height: 28px;
	}
	
	.catalog-list_ave .catalog-list__item {
		height: 460px;
	}
	
	.catalog-list_full  .catalog-list__item {
		height: 530px;
	}
}


@media screen and (min-width: 1600px) {
	
	.header__main-links__item {
		margin-right: 4%;
	}
	
	.catalog__cubes-item {
		height: 30px;
	}
	
	.catelory-graph__item,
	.catelory-graph__item:nth-of-type(5n)	{
		margin-right: 1.5%;
		width: 13%;
	}
	
	.catelory-graph__item:nth-of-type(7n)	{
		margin-right: 0;
	}
	
	.catelory-graph__title {
		font-size: 1.125em;
	}
	
	.banner__left,
	.banner__right {
		width: 14.5%;
	}
	
	.banner__center {
		width: 71%;
	}
	
	.banner .owl-prev { 
		left: -15.3%;
	}
	
	.banner .owl-next { 
		right: -15.3%;
	}
	
	.article-full {
		margin-left: 12.5%;
	}
	
	.rows_2_small_right {
		margin: 0 6.5% 0 0;
		width: 28%;
	}
	

	.title_mb_big,
	.contents .title_mb_big	{
		margin: 0 0 35%;
	}
	
	.p_big {
		margin: 0 0 35%;
	}
	
	.catalog-list__item {
		width: 20%;
	}
	
	.catalog__cubes-item {
		width: 13.85%;
	}
	
	.catalog-list_full .catalog-list__item {
		width: 14.25%;
	}

	
	.catalog-list_full .catalog-list__item:nth-of-type(7n) {
		width: 14.5%;
	}

	
	.catalog-list_ave .catalog-list__item,
	.catalog-list_ave .catalog-list__item:nth-of-type(3n)	{
		width: 16.66%;
	}
	
	.catalog-list_ave .catalog-list__item:nth-of-type(6n)	{
		width: 16.7%;
	}
	
	.header__main-services__item {
		margin-right: 25px;
	}
	
	.header__main-services {
		margin-right: 0;
	}
	
}

@media screen and (min-width: 1700px) {
	
	.map__data {
	margin: 0 0 0 -826px;
	}
	
}


.banner_small .owl-prev {
	left: 10px;
}

.banner_small .owl-next {
	right: 10px;
}