* {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  cursor: default;
  margin: 0;
}
img,
a img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table,
td,
th {
  border-collapse: collapse;
  font-size: 100%;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
@font-face {
  font-family: 'PTSansRegular';
  src: url('/static/fonts/PTS55F_W.eot');
  src: url('/static/fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('/static/fonts/PTS55F_W.woff') format('woff'), url('/static/fonts/PTS55F_W.ttf') format('truetype'), url('/static/fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansNarrow';
  src: url('/static/fonts/PTN57F_W.eot');
  src: url('/static/fonts/PTN57F_W.eot?#iefix') format('embedded-opentype'), url('/static/fonts/PTN57F_W.woff') format('woff'), url('/static/fonts/PTN57F_W.ttf') format('truetype'), url('/static/fonts/PTN57F_W.svg#PTSans-Narrow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansNarrow';
  src: url('/static/fonts/PTN77F_W.eot');
  src: url('/static/fonts/PTN77F_W.eot?#iefix') format('embedded-opentype'), url('/static/fonts/PTN77F_W.woff') format('woff'), url('/static/fonts/PTN77F_W.ttf') format('truetype'), url('/static/fonts/PTN77F_W.svg#PTSans-NarrowBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body,
html {
  height: 100%;
  min-height: 100%;
  font: 14px/1.4 'PTSansRegular', Arial, sans-serif;
  color: #454545;
  font-weight: normal;
}
html,
.l-page {
  min-width: 321px;
}
* {
  -webkit-font-smoothing: antialiased;
}
*::selection {
  background: #2194cc;
  color: #fff;
}
*::-moz-selection {
  background: #2194cc;
  color: #fff;
}
a {
  color: #2194cc;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: normal;
  display: inline;
  font-family: 'PTSansNarrow', Arial, sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.l-page {
  padding-top: 117px;
  -webkit-transition: padding-top 0.2s ease-out;
  -moz-transition: padding-top 0.2s ease-out;
  -o-transition: padding-top 0.2s ease-out;
  transition: padding-top 0.2s ease-out;
}
.f-scroll .l-page {
  padding-top: 41px;
}
.wrapper {
  max-width: 1200px;
  min-width: 281px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.l-wrapper {
  position: relative;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.l-header {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.l-content {
  position: relative;
  background: #fff;
}
.l-content-center {
  width: 100%;
  float: right;
}
.l-content-center .l-content-holder {
  margin-left: 195px;
}
.l-content-left {
  float: left;
  width: 165px;
  margin: 0 -165px 0 0;
}
.l-footer {
  position: relative;
  background: url('/static/images/footer_bg.jpg') no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/images/stroke_bg.png');
}
.l-footer-holder {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 20px;
}
.ico {
  position: relative;
  background: url("/static/images/page_icons.png") 100% 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.ico.i_call {
  background-position: -154px -75px;
  width: 21px;
  height: 24px;
}
.ico.i_lock {
  background-position: -175px -75px;
  width: 11px;
  height: 15px;
}
.ico.i_service_sell {
  margin-top: 4px;
  background-position: -90px -104px;
  width: 63px;
  height: 27px;
}
.ico.i_service_repair {
  background-position: -154px -50px;
  width: 64px;
  height: 25px;
}
.ico.i_service_install {
  background-position: -154px -25px;
  width: 63px;
  height: 25px;
}
.ico.i_service_auto {
  background-position: -154px 0px;
  width: 64px;
  height: 25px;
}
.ico.i_phone {
  background-position: -125px -29px;
  width: 19px;
  height: 25px;
}
.ico.i_nav_prev {
  background-position: 0px -52px;
  width: 52px;
  height: 52px;
}
.ico.i_nav_next {
  background-position: 0px 0px;
  width: 52px;
  height: 52px;
}
.ico.i_vk {
  background-position: -30px -104px;
  width: 30px;
  height: 29px;
}
.ico.i_rss {
  background-position: 0px -104px;
  width: 30px;
  height: 29px;
}
.ico.i_fb {
  background-position: -60px -104px;
  width: 30px;
  height: 29px;
}
.ico.i_od {
  background-position: -125px 0px;
  width: 29px;
  height: 29px;
}
.ico.i_od {
  background-position: -125px 0px;
  width: 29px;
  height: 29px;
}
.ico.i_marker {
  background-position: -104px 0px;
  width: 21px;
  height: 34px;
}
.disabled .i_nav_prev {
  background-position: -52px -52px;
  width: 52px;
  height: 52px;
}
.disabled .i_nav_next {
  background-position: -52px 0px;
  width: 52px;
  height: 52px;
}
.checkbox {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  min-height: 1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.disabled {
  opacity: 0.6;
}
.checkbox:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/static/images/checkbox_ico.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox.active:before {
  content: '';
  background-position: 100% 0;
}
.checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox + .checkbox {
  margin-top: 10px;
}
.radio {
  position: relative;
  min-height: 1em;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio.disabled {
  opacity: 0.6;
}
.radio:before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url('/static/images/radio_ico.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: text-bottom;
}
.radio.active:before {
  content: '';
  background-position: 100% 0;
}
.radio.disabled {
  opacity: 0.6;
}
.radio input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d2d2d;
  display: block;
  margin-bottom: 5px;
}
.input,
.textarea {
  font-size: 14px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 9px 15px;
  background: #fff;
  border: 1px solid #d1d1d1;
  display: block;
  color: #a8a8a8;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 7px 0.3 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 7px 0.3 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 7px 0.3 rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: #a6a6a6;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #a6a6a6;
}
.input.t-1,
.textarea.t-1 {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.input.t-1::-webkit-input-placeholder,
.textarea.t-1::-webkit-input-placeholder {
  color: #fff;
}
.input.t-1:-moz-placeholder,
.textarea.t-1:-moz-placeholder {
  color: #fff;
}
.input.t-1::-ms-input-placeholder,
.textarea.t-1::-ms-input-placeholder {
  color: #fff;
}
.input.t-2,
.textarea.t-2 {
  color: #454545;
}
.textarea {
  resize: none;
  height: 100px;
}
.textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}
.textarea:-moz-placeholder {
  color: #a6a6a6;
}
.textarea::-ms-input-placeholder {
  color: #a6a6a6;
}
.button {
  position: relative;
  margin: 0;
  padding: 8px 17px;
  border: 0;
  white-space: nowrap;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.t-1 {
  background: #2194cc;
  color: #fff;
  width: 100%;
  font-weight: bold;
  height: 37px;
  border: 1px solid #2194cc;
}
.button.t-1:hover {
  background: transparent;
  color: #2194cc;
}
.button.t-2 {
  color: #b7bfc2;
  font-size: 18px;
  display: inline-block;
  border: 1px solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.7);
  font-family: 'PTSansNarrow', Arial, sans-serif;
  padding: 10px 51px;
  color: #454545;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.t-2:hover {
  background: transparent;
  color: #b7bfc2;
}
.button.t-3 {
  background: transparent;
  color: #454545;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #fff;
  background: #fff;
  padding: 8px 43px;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.t-3:hover {
  background: transparent;
  color: #fff;
}
.button.t-4 {
  background: #2194cc;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #2194cc;
  padding: 10px 35px;
  text-transform: none;
  white-space: normal;
  text-align: center;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.t-4:hover {
  background: transparent;
  color: #2194cc;
}
.button.t-5 {
  background: #2194cc;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  text-transform: none;
  padding: 6px 24px;
  height: auto;
}
.button.t-5:hover {
  background: #1b8bc1;
}
.button.t-6 {
  border: 1px solid #7cb257;
  background: #7cb257;
  text-transform: none;
  font-size: 24px;
  padding: 4px 30px;
  height: auto;
  color: #fff;
  font-family: 'PTSansNarrow', Arial, sans-serif;
}
.button.t-6:hover {
  background: transparent;
  color: #7cb257;
}
.button.t-7 {
  border: 1px solid #7cb257;
  background: #7cb257;
  text-transform: none;
  font-size: 14px;
  padding: 4px 20px;
  height: auto;
  color: #fff;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button.t-7:hover {
  background: transparent;
  color: #7cb257;
}
.e-select {
  display: none;
}
.select {
  position: relative;
  width: 100%;
  *height: auto;
  margin: 0;
  height: 37px;
}
.select.t-1 .select-input {
  padding: 8px 30px 8px 17px;
  border: 1px solid #fff;
  color: #fff;
}
.select.t-1 .select-input:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.select.t-1 .select-list {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.select.t-1 .active .select-list {
  border: 1px solid #fff;
  overflow-y: visible;
  max-height: 280px;
}
.select.t-2 .select-input {
  padding: 8px 30px 8px 17px;
  border: 1px solid #dedede;
  color: #454545;
}
.select.t-2 .select-input:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #454545;
}
.select.t-2 .select-list {
  background: #fff;
}
.select.t-2 .active .select-list {
  border: 1px solid #dedede;
  overflow-y: visible;
  max-height: 280px;
}
.select-container .select-input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -mos-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.select-container .select-input:after {
  content: '';
  position: absolute;
  right: 10px;
}
.select-container .select-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 5;
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select-container.active .select-input {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-container.active .select-list {
  height: auto;
}
.select-container .select-item {
  cursor: pointer;
  padding: 8px 17px;
  position: relative;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
  background: #fff;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  left: 0px !important;
  right: 0!important;
  margin: 0 auto!important;
}
#cboxContent {
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingGraphic {
  background: url('/static/images/loading_w.gif') no-repeat center center;
}
#cboxClose {
  position: absolute;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  right: 31px;
  top: 21px;
  font-size: 17px;
  background: #fff;
  line-height: 21px;
  border: 1px solid #2194cc;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 8px;
  color: #2194cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.scroll_btn {
  cursor: pointer;
  width: 78px;
  height: 108px;
  position: absolute;
  top: -9px;
  right: 0;
  background: url('/static/images/scroll_button.png') 0 0 no-repeat;
  z-index: 2;
}
.sale_btn {
  cursor: pointer;
  width: 88px;
  height: 106px;
  position: fixed;
  top: 50%;
  margin-top: -53px;
  right: 0;
  background: url('/static/images/deals_button.png') 0 0 no-repeat;
  z-index: 2;
}
.bootstrap-touchspin {
  position: relative;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  top: 0;
}
.bootstrap-touchspin .form-control {
  padding: 4px 20px 4px 15px;
  border: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap-touchspin .btn {
  display: block;
  float: none;
  width: 21px;
  height: 12px;
  background: #7cb257;
  color: #fff;
  border: 0;
  overflow: hidden;
  position: relative;
}
.bootstrap-touchspin .btn:after {
  position: absolute;
}
.bootstrap-touchspin .btn + .btn {
  margin-top: 1px;
}
.bootstrap-touchspin .bootstrap-touchspin-up:after {
  content: '+';
  top: -3px;
  left: 8px;
}
.bootstrap-touchspin .bootstrap-touchspin-down:after {
  content: '-';
  top: -3px;
  left: 9px;
}
.page_content ul {
  list-style-type: disc;
  padding-left: 40px;
  margin: 1em 0;
}
.page_content ul li {
  list-style-type: disc;
}
.page_content ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin: 1em 0;
}
.page_content ol li {
  list-style-type: decimal;
}
.b-top-line {
  background: #1d92cb url('/static/images/stroke_bg.png');
  position: relative;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  border-bottom: 1px solid #fff;
  z-index: 3;
  -webkit-box-shadow: 1px 8px 10px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 8px 10px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 8px 10px -6px rgba(0, 0, 0, 0.2);
}
.b-top-line:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.b-inner-line {
  font-family: 'PTSansNarrow', Arial, sans-serif;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 76px;
}
.b-main-menu {
  padding: 6px 0;
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  z-index: 1;
}
.b-main-menu__holder {
  font-size: 0;
}
.b-main-menu__item {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.b-main-menu__item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 7px 10px;
}
.b-main-menu__item-link:hover {
  text-decoration: underline;
}
.b-main-menu__item_selected .b-main-menu__item-link {
  background: #ae2626;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main-menu__item_selected:hover .b-main-menu__item-link {
  text-decoration: none;
}
.b-site-tools {
  font-size: 0;
  float: right;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.b-site-tools__item {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 10px;
}
.b-site-tools__item-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.b-site-tools__item-link:hover .b-site-tools__item-title {
  text-decoration: underline;
}
.b-site-tools__item-ico {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 3px;
  margin-right: 14px;
  text-align: center;
  width: 40px;
  height: 35px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-site-tools__item-ico:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 22px;
  background: #fff;
}
.b-site-tools__item-ico:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid #fff;
}
.b-site-tools__item-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.b-site-tools__item + .b-site-tools__item {
  margin-left: 30px;
}
.b-services-menu {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 0;
}
.b-services-menu__holder {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.b-services-menu__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: #454545;
}
.b-services-menu__item:hover {
  color: #2194cc;
}
.b-services-menu__item-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.b-services-menu__item-ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  text-align: center;
  width: 63px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-services-menu__item-title {
  display: inline-block;
  vertical-align: middle;
}
.b-services-menu__item + .b-services-menu__item,
.b-services-menu__holder + .b-services-menu__holder {
  margin-left: 15px;
}
.b-header-phone {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  margin-left: 10px;
}
.b-header-phone__item {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.b-header-phone__item + .b-header-phone__item {
  margin-left: 12px;
}
.b-header-phone__code {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 5px 0 0;
}
.b-header-phone__number {
  font-size: 36px;
  vertical-align: top;
  display: inline-block;
}
.b-header-phone__holder {
  display: inline-block;
  vertical-align: top;
}
.t-inner .b-header-phone__number {
  font-size: 30px;
}
.b-main-banner {
  -webkit-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.b-main-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/images/stroke_bg.png');
}
.b-main-banner__holder {
  z-index: 1;
  background: url('/static/images/banner.jpg') no-repeat fixed;
  background-position: 50% 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b-main-banner__button {
  margin: 6% 0 9%;
}
.b-logo {
  font-size: 0;
  margin: 8% 0 5%;
}
.b-logo__link {
  display: inline-block;
  text-decoration: none;
}
.b-logo__title {
  border: 1px solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  padding: 7px 60px;
  font-size: 14px;
  margin: 30px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-partner-logo {
  position: absolute;
  font-size: 0;
  right: 20px;
  top: 0;
  text-align: center;
  width: 180px;
}
.b-partner-logo__link {
  display: inline-block;
  text-decoration: none;
}
.b-partner-logo__title {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  color: #fff;
}
.b-title {
  position: relative;
  width: 100%;
  text-align: center;
}
.b-title h1,
.b-title h2 {
  font-size: 48px;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.b-title h1:before,
.b-title h2:before,
.b-title h1:after,
.b-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0;
  height: 1px;
  width: 9000px;
}
.b-title h1:before,
.b-title h2:before {
  right: 100%;
}
.b-title h1:after,
.b-title h2:after {
  left: 100%;
}
.b-title.b-title_light h1,
.b-title.b-title_light h2 {
  color: #fff;
}
.b-title.b-title_light h1:before,
.b-title.b-title_light h2:before,
.b-title.b-title_light h1:after,
.b-title.b-title_light h2:after {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.b-title.b-title_dark h1:before,
.b-title.b-title_dark h2:before,
.b-title.b-title_dark h1:after,
.b-title.b-title_dark h2:after {
  background: #eee;
  background: rgba(0, 0, 0, 0.2);
}
.b-title-inner {
  position: relative;
  width: 100%;
  margin: 3% 0 3px 0;
}
.b-title-inner h1 {
  font-size: 30px;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.b-title-inner h1:before,
.b-title-inner h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0;
  height: 1px;
  width: 9000px;
  background: #dedede;
}
.b-title-inner h1:before {
  right: 100%;
}
.b-title-inner h1:after {
  left: 100%;
}
.b-banner-tab {
  width: 70%;
  text-align: left;
  margin: 6% auto 0;
}
.b-banner-tab__list {
  font-size: 0;
  white-space: nowrap;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  width: 100%;
  display: table;
}
.b-banner-tab__list__item {
  display: table-cell;
  vertical-align: top;
  border: solid;
  border-width: 0 0 1px 0;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 8px 0;
  font-size: 24px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-banner-tab__list__item.active {
  margin: -1px;
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.b-banner-tab__list__link {
  color: #fff;
  text-decoration: none;
}
.b-banner-tab__block {
  display: none;
}
.b-banner-tab__block.active {
  display: block;
}
.b-banner-tab__block .button:hover {
  color: #fff;
}
.b-banner-tab__holder {
  padding: 18px 0;
}
.b-form__item + .b-form__item {
  margin-top: 10px;
}
.b-about {
  padding: 3% 0;
}
.b-about__holder {
  text-align: center;
  padding: 1% 5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-services {
  background: url('/static/images/services_bg.jpg') no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  padding: 3% 0;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b-services:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/images/stroke_bg.png');
}
.b-services__holder {
  position: relative;
  z-index: 1;
  padding: 4% 5% 3%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.b-services__row {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
.b-services__item {
  text-align: center;
  color: #fff;
  padding: 0 2%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
.b-services__item__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.b-services__item__holder {
  padding: 0 1%;
  margin: 10% 0 0;
}
.b-services__item__text {
  margin: 10% 0 0;
  min-height: 115px;
}
.b-services__item__title {
  font-size: 24px;
  font-family: 'PTSansNarrow', Arial, sans-serif;
}
.b-services__item__button {
  margin: 7% 0 0;
}
.b-services__item__image {
  border: 3px solid #8ec9e5;
  font-size: 0;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-services__item__image:hover {
  border-color: #cce7f3;
}
.b-services__item__image img {
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.b-services__item + .b-services__item,
.b-services__row + .b-services__row {
  border-left: 1px dashed;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.b-advantages {
  padding: 3% 0;
  text-align: center;
}
.b-advantages__holder {
  padding: 4% 5% 3%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.b-advantages__row {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
.b-advantages__item {
  padding: 0 2%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
.b-advantages__item__title {
  font-size: 24px;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  color: #2194cc;
  line-height: 1;
  margin: 17% 0 7%;
}
.b-advantages__item__image {
  height: 120px;
  font-size: 0;
  width: 100%;
  line-height: 120px;
}
.b-advantages__item__image img {
  display: inline-block;
}
.b-advantages__item + .b-advantages__item,
.b-advantages__row + .b-advantages__row {
  border-left: 1px dashed #dedede;
}
.b-company {
  position: relative;
  width: 100%;
  padding: 6% 0;
  background: url('/static/images/middle_banner_bg.jpg') center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b-company:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/images/stroke_bg.png');
}
.b-company__holder {
  position: relative;
  z-index: 1;
  padding: 2% 5% 2%;
  font-size: 18px;
  color: #fff;
}
.b-wholesale {
  padding: 3% 0;
  background: #f4f4f4;
}
.b-wholesale__holder {
  padding: 2% 1%;
}
.b-wholesale__left {
  padding: 0 4% 0 0;
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-wholesale__text {
  padding: 0 4% 0 0;
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-wholesale__image {
  width: 100%;
}
.b-wholesale__button {
  margin: 30% 0 0;
}
.b-price-list {
  margin: 3% 0 0;
}
.b-price-list__title {
  font-family: 'PTSansNarrow', Arial, sans-serif;
  font-size: 24px;
}
.b-price-list__item {
  color: #2194cc;
  margin: 5px 0 0;
}
.b-price-list__item__title {
  font-size: 14px;
  width: 60%;
  float: left;
  margin: 8px 0 0;
}
.b-price-list__item__holder {
  width: 40%;
  float: left;
  overflow: hidden;
}
.b-price-list__item__price {
  line-height: 1;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  font-size: 30px;
  float: right;
  position: relative;
  padding-left: 1px;
}
.b-price-list__item__price:after {
  content: '';
  position: absolute;
  bottom: 4px;
  border-bottom: 2px dotted;
  width: 9000px;
  right: 100%;
}
.b-review {
  padding: 3% 0;
  position: relative;
  z-index: 1;
}
.b-review__item {
  float: left;
  width: 515px;
  padding: 0 15px;
}
.b-review__item__image {
  float: left;
  margin-right: 15px;
  font-size: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.b-review__item__info {
  overflow: hidden;
}
.b-review__item__name {
  font-size: 24px;
  font-family: 'PTSansNarrow', Arial, sans-serif;
}
.b-review__item__order {
  color: #2194cc;
}
.b-review__item__text {
  font-style: italic;
  font-size: 14px;
  margin-top: 9%;
}
.b-review__holder {
  padding: 4% 5%;
  position: relative;
}
.b-review__prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.b-review__next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px;
}
.b-map {
  position: relative;
}
.b-map:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  -webkit-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
.b-map__holder {
  height: 390px;
}
.b-copy {
  width: 225px;
  padding-right: 10%;
  padding-left: 27px;
}
.b-copy__text {
  margin-top: 3%;
}
.b-footer-contacts {
  padding-right: 10%;
}
.b-footer-contacts__title {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
}
.b-footer-contacts__text {
  margin: 3% 0 0 27px;
}
.b-social {
  text-align: center;
  font-size: 0;
  min-width: 200px;
}
.b-social ul {
  padding: 0 20px;
}
.b-social li {
  display: inline-block;
  margin-bottom: 3px;
}
.b-social li + li {
  margin-left: 2%;
}
.b-footer-col {
  vertical-align: top;
  float: left;
  margin-bottom: 20px;
}
.b-footer-col a {
  color: inherit;
}
.b-popup-content {
  padding: 20px 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-popup-content__title {
  padding-right: 40px;
  margin-bottom: 15px;
}
.b-popup-content__title.t-2 h2 {
  color: #2194cc;
  font-size: 30px;
  line-height: 1.2;
}
.b-form__button {
  margin-top: 25px;
}
.b-form__item + .b-form__item {
  margin-top: 6px;
}
.b-form__link {
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
}
.b-form__link:hover {
  border: 0;
}
.b-form__link__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.b-form__link__title {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  font-family: 'PTSansNarrow', Arial, sans-serif;
}
.b-form__text {
  color: #a8a8a8;
}
.b-logo-inner {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0 0;
  margin: 0 4% 0 0;
}
.b-logo-inner__link {
  display: block;
}
.b-bredcrumbs {
  color: #a8a8a8;
  font-size: 12px;
  margin: 0 20px 3% 20px;
}
.b-bredcrumbs__sep {
  margin: 0 2px;
}
.b-top-filter {
  border: 1px solid #dedede;
  padding: 20px 35px;
  margin: 0 0 4%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-top-filter__col {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
.b-top-filter__item {
  padding: 3px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 20%;
}
.b-product {
  margin: 0 0 3%;
  padding: 0 3%;
}
.b-product__spec {
  padding: 0 3% 0 0;
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-product__spec__logo {
  float: left;
  margin: 5px 10% 0 0;
}
.b-product__spec__info {
  overflow: hidden;
}
.b-product__spec__info__title {
  font-size: 30px;
  text-transform: uppercase;
}
.b-product__spec__info__table table {
  width: 100%;
}
.b-product__spec__info__table table tr + tr {
  border-top: 1px solid #dedede;
}
.b-product__spec__info__table table tr:first-child td:last-child {
  color: #2194cc;
}
.b-product__spec__info__table table td {
  padding: 4px 0;
}
.b-product__spec__info__table table td:last-child {
  font-weight: 700;
}
.b-product__spec__holder {
  margin: 5% 0 0 0;
  border: 1px solid #dedede;
  padding: 4% 11%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-product__spec__holder table {
  width: 100%;
}
.b-product__spec__holder table th {
  text-align: left;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 10px;
}
.b-product__spec__holder table th:last-child {
  color: #2194cc;
}
.b-product__spec__holder table td {
  padding: 4px 0;
}
.b-product__spec__holder table td:last-child {
  color: #2194cc;
}
.b-product__spec__holder table td:first-child {
  padding: 0 10% 0 0;
}
.b-product__disc {
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-product__price {
  font-size: 0;
}
.b-product__price__main {
  border: 1px solid #dedede;
  padding: 10px 14px;
  display: inline-block;
  vertical-align: top;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  color: #7cb257;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-product__price__main .b-product__price__count {
  font-size: 36px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.b-product__price__main .b-product__price__title {
  font-size: 24px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-right: 8px;
}
.b-product__price__detail {
  margin-left: 7px;
  font-size: 14px;
  border: 1px solid #dedede;
  padding: 9px 14px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-product__price__detail .b-product__price__count {
  color: #2194cc;
}
.b-product__buy {
  margin-top: 10px;
}
.b-product__buy__delivery {
  padding: 10px 14px;
  display: inline-block;
  vertical-align: middle;
}
.b-product__buy__button {
  display: inline-block;
  vertical-align: middle;
}
.b-product__text {
  margin-top: 5%;
}
.b-analog {
  margin: 2% 2% 3% 2%;
}
.b-analog__title h2 {
  font-size: 36px;
}
.b-analog__holder {
  margin: 1% 0 0;
}
.b-analog__holder table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.b-analog__holder table th {
  text-align: left;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 30px 15px;
}
.b-analog__holder table tbody td {
  border: solid #dedede;
  border-width: 1px 0;
  padding: 6px 30px;
}
.b-analog__holder table tbody td:first-child {
  border-width: 1px 0 1px 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.b-analog__holder table tbody td:last-child {
  border-width: 1px 1px 1px 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.b-analog__holder table tbody tr:hover {
  background: #f4f4f4;
}
.b-model {
  margin: 2%;
}
.b-model__holder {
  margin: 1% 0 0;
}
.b-model__holder table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.b-model__holder table th {
  text-align: left;
  font-family: 'PTSansNarrow', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 23px 12px;
}
.b-model__holder table tbody tr.important td {
  background: #2194cc;
  color: #fff;
}
.b-model__holder table tbody td {
  padding: 5px 23px;
  background: #f4f4f4;
}
.b-model__holder table tbody td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.b-model__holder table tbody td:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.b-model__list {
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-model__class {
  padding: 50px 0 0 3%;
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-news {
  margin: 2% 0 0;
  background: #f4f4f4;
  padding: 2% 0;
  position: relative;
}
.b-news__block {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.b-news__block__holder {
  padding-left: 6px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5% 0 0;
}
.b-news__title h2 {
  font-size: 30px;
  position: relative;
  padding: 0 20px;
  width: 100%;
}
.b-news__title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0;
  height: 1px;
  width: 9000px;
  background: #dedede;
}
.b-news__title h2:after {
  left: 100%;
}
.b-news__item {
  padding: 0 14px;
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-news__item__date {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.b-news__item__title {
  text-transform: uppercase;
}
.b-news__item__title + .b-news__item__title,
.b-news__item__title + .b-news__item__text {
  margin-top: 10px;
}
.b-news__item + .b-news__item {
  border-left: 1px dashed #bcbcbc;
}
.b-brands__item {
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding: 23px 0;
  display: inline;
  float: left;
  width: 12.5%;
  margin: 0 0%;
}
.b-brands__item__logo {
  min-height: 100px;
  margin-bottom: 5px;
}
.b-brands__item__logo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.b-brands__item__link {
  display: block;
  text-decoration: none;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-brands__item__link:hover {
  border: 1px solid #dedede;
  padding: 19px;
}
.b-brands__item__link:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.b-brands-detail__holder {
  display: inline;
  float: left;
  width: 16.66666667%;
  margin: 0 0%;
}
.b-brands-detail__text {
  border: 1px solid #dedede;
  padding: 20px 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 83.33333333%;
  margin: 0 0%;
}
.b-brands-detail__text > p,
.b-brands-detail__text > h2 {
  display: none;
}
.b-brands-detail__text > p:first-child,
.b-brands-detail__text > h2:first-child {
  display: inline-block;
}
.b-brands-detail__logo {
  text-align: center;
  margin-bottom: 8px;
}
.b-brands-detail__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.b-sales__item {
  position: relative;
  margin: 30px 0;
}
.b-sales__item__holder {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.b-sales__item__image img {
  width: 100%;
  display: block;
}
.b-sales__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 23px 20px;
}
.b-sales__item__more {
  margin-top: -3px;
  display: inline-block;
  background: #2194cc;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 8px 23px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media screen and (max-width: 1280px) {
  .l-page {
    padding-top: 188px;
  }
  .f-scroll .l-page {
    padding-top: 76px;
  }
  .b-inner-line {
    height: 112px;
  }
  .b-top-line {
    text-align: center;
  }
  .b-site-tools,
  .b-main-menu {
    float: none;
    display: block;
  }
  .b-services-menu__item {
    display: block;
  }
  .b-services-menu__item + .b-services-menu__item {
    margin-left: 0;
  }
  .b-header-phone__item {
    display: block;
  }
  .b-header-phone__item + .b-header-phone__item {
    margin-left: 0;
  }
  .b-banner-tab__list__item {
    font-size: 18px;
  }
  .b-top-filter__col {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
  .b-product__spec__logo {
    text-align: center;
    float: none;
    margin: 5px 0 5% 0;
  }
  .b-analog__holder table th {
    padding: 6px 15px 15px;
  }
  .b-analog__holder table tbody td {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .b-services__holder {
    padding: 4% 0 3%;
    display: block;
  }
  .b-services__item__holder {
    margin: 5% 0 0;
  }
  .b-services__item__text {
    margin: 5% 0 0;
    min-height: 80px;
  }
  .b-services__item__button {
    margin: 3% 0 0;
  }
  .b-services__row {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin: 0 0 7%;
  }
  .b-services__item + .b-services__item,
  .b-services__row + .b-services__row {
    border: 0;
  }
  .b-advantages__holder {
    padding: 4% 0 3%;
    display: block;
  }
  .b-advantages__item__title {
    margin: 10% 0 7%;
  }
  .b-advantages__row {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin: 0 0 7%;
  }
  .b-advantages__item + .b-advantages__item,
  .b-advantages__row + .b-advantages__row {
    border: 0;
  }
  .b-wholesale {
    padding: 3% 0;
    background: #f4f4f4;
  }
  .b-wholesale__holder {
    padding: 2% 1%;
  }
  .b-wholesale__left {
    padding: 0 4% 0 0;
    text-align: center;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-wholesale__text {
    padding: 0 4% 0 0;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5% 0 0 0;
  }
  .b-wholesale__image {
    width: 40%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .b-wholesale__button {
    margin: 5% 0 0;
    display: inline-block;
  }
  .b-logo-inner {
    margin: 0 1% 0 0;
  }
  .b-product__price__detail {
    display: block;
    margin: 10px 0 0;
  }
  .b-analog__holder table th {
    padding: 6px 5px 15px;
  }
  .b-analog__holder table tbody td {
    padding: 6px 5px;
  }
  .b-model__list {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
  .b-model__class {
    padding: 3% 0 0 0;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
  .b-brands__item {
    display: inline;
    float: left;
    width: 25%;
    margin: 0 0%;
  }
  .b-review__item__text {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .cell {
    width: 100% !important;
  }
  .b-banner-tab__list__item {
    font-size: 14px;
  }
  .b-logo-inner__link {
    display: none;
  }
  .b-form .cell {
    margin-bottom: 5px;
  }
  .b-brands__item {
    width: 50%;
  }
  .b-news__item {
    width: 100%;
  }
  .button.t-1 {
    font-size: 12px;
    text-transform: none;
  }
  .b-brands-detail__holder,
  .b-brands-detail__text {
    width: 100%;
  }
}
.block_content {
  padding: 0 20px;
}
.price_analog {
  width: 60px;
}
.half-form {
  width: 350px;
  float: left;
  margin-bottom: 10px;
  margin-left: 20px;
}
.analogs-link {
  font-weight: bold;
  margin-left: 16px;
  font-size: 15px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clean {
  display: block;
  width: 100%;
  clear: both;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.overflow {
  overflow: hidden;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.a_center {
  text-align: center;
}
.a_left {
  text-align: left;
}
.a_right {
  text-align: right;
}
.a_top {
  vertical-align: top;
}
.a_middle {
  vertical-align: middle;
}
.a_bottom {
  vertical-align: bottom;
}
.font_11 {
  font-size: 11px;
}
.font_12 {
  font-size: 12px;
}
.font_14 {
  font-size: 14px;
}
.font_15 {
  font-size: 15px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.text_u {
  text-transform: uppercase;
}
.no-border {
  border: 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-style,
.no-style ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.separator {
  border-top: 1px solid #dbdbdb;
}
.row.t-1 {
  margin: 0 -5px;
}
.row.t-1 .cell {
  padding: 0 5px;
}
.row.t-2 {
  margin: 0 -10px;
}
.row.t-2 .cell {
  padding: 0 10px;
}
.row.t-3 {
  margin: 0 -15px;
}
.row.t-3 .cell {
  padding: 0 15px;
}
.cell {
  min-height: 10px;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cell.s-1 {
  width: 8.333%;
}
.cell.s-2 {
  width: 16.666%;
}
.cell.s-3 {
  width: 25%;
}
.cell.s-4 {
  width: 33.333%;
}
.cell.s-5 {
  width: 41.666%;
}
.cell.s-6 {
  width: 50%;
}
.cell.s-7 {
  width: 58.333%;
}
.cell.s-8 {
  width: 66.666%;
}
.cell.s-9 {
  width: 75%;
}
.cell.s-10 {
  width: 83.333%;
}
.cell.s-11 {
  width: 91.666%;
}
.cell.s-12 {
  width: 100%;
}
.img_left {
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 27px 15px 0;
}
.c_gray {
  color: #888888;
}
.c_green {
  color: #649741;
}
.c_orange {
  color: #e06411;
}
.c_base {
  color: #2194cc;
}
.f_italic {
  font-style: italic;
}
.margin {
  margin: 1em 0;
}
.margin_s {
  margin: 0.5em 0;
}
.margin_m {
  margin: 1.5em 0;
}
.margin_l {
  margin: 2em 0;
}
.m_t5 {
  margin-top: 5px;
}
.m_t10 {
  margin-top: 10px;
}
.m_t15 {
  margin-top: 15px;
}
.m_t20 {
  margin-top: 20px;
}
.m_t25 {
  margin-top: 25px;
}
.m_t30 {
  margin-top: 30px;
}
.m_t35 {
  margin-top: 35px;
}
.m_t40 {
  margin-top: 40px;
}
.m_t50 {
  margin-top: 50px;
}
.m_t60 {
  margin-top: 60px;
}
.m_r5 {
  margin-right: 5px;
}
.m_r10 {
  margin-right: 10px;
}
.m_r15 {
  margin-right: 15px;
}
.m_r20 {
  margin-right: 20px;
}
.m_r40 {
  margin-right: 40px;
}
.m_l5 {
  margin-left: 5px;
}
.m_l10 {
  margin-left: 10px;
}
.m_l15 {
  margin-left: 15px;
}
.m_l20 {
  margin-left: 20px;
}
.m_l30 {
  margin-left: 30px;
}
.m_l40 {
  margin-left: 40px;
}
.m_l50 {
  margin-left: 50px;
}
.m_l60 {
  margin-left: 60px;
}
.m_b5 {
  margin-bottom: 5px;
}
.m_b10 {
  margin-bottom: 10px;
}
.m_b15 {
  margin-bottom: 15px;
}
.m_b20 {
  margin-bottom: 20px;
}
.m_b25 {
  margin-bottom: 25px;
}
.m_b30 {
  margin-bottom: 30px;
}
.m_b35 {
  margin-bottom: 35px;
}
.m_b40 {
  margin-bottom: 40px;
}
.m_b50 {
  margin-bottom: 50px;
}
.test {
  background: red;
}


.little {
  display: none;
}