/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body, html {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /*
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; !* 2 *!
    box-sizing: content-box;*/
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.brands_table tr:first-child td {
	font-weight: bold;
	background-color: #ddd;
}

.csv {
	width: auto!important;
}
.csv td {
	text-align: center;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'SansCaption';
  src: url("../fonts/PTSans-Caption.eot");
  src: url("../fonts/PTSans-Caption.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Caption.woff") format("woff"), url("../fonts/PTSans-Caption.svg#PTSans_Caption") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SansCaption';
  src: url("../fonts/PTSans-CaptionBold.eot");
  src: url("../fonts/PTSans-CaptionBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-CaptionBold.woff") format("woff"), url("../fonts/PTSans-CaptionBold.svg#PTSans_CaptionBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.svg#GothamPro_Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Black.eot");
  src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.svg#GothamPro_Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*
 * Responsive Grid System for SASS based on Bootstrap
 *
 * Author: Robert-Jan van der Elst <rjvdelst@gmail.com>
 * Version: 1.0.0
 * License: MIT
 *
 */
/* Some fixes and handy class shortcuts */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hide, .hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

.table_wrap {
	overflow-x: auto;
	margin-bottom: 60px;
}

/* Container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 750px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1020px) {
  .container {
    width: 970px;
  }
 
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* Full Width Container */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

/* Row */
.row, .form__content, .product-main {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .form__content:before, .product-main:before, .row:after, .form__content:after, .product-main:after {
  content: " ";
  display: table;
}

.row:after, .form__content:after, .product-main:after {
  clear: both;
}

/* Common column style */
.ex-1, .xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .header__logo, .header__contacts, .lg-2, .xs-3, .sm-3, .header__contacts, .md-3, .lg-3, .xs-4, .sm-4, .footer__contacts-col, .header__logo, .md-4, .footer__contacts-col, .menu__button_catalog, .product-main__img, .slider__buttons, .lg-4, .xs-5, .sm-5, .header__contacts-list, .menu__button_catalog, .md-5, .lg-5, .xs-6, .sm-6, .form__input, .product-main__img, .product-main__info, .slider__buttons, .slide__container, .md-6, .form__input, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .footer__menu, .md-8, .footer__menu, .header__contacts-list, .product-main__info, .slide__container, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .footer__contacts-col, .footer__menu, .form__message, .form__input, .header__top, .header__logo, .header__contacts, .header__menu, .menu__button_catalog, .product-main__img, .product-main__info, .slide__container, .sm-12, .md-12, .lg-12, .ex-2, .ex-3, .ex-4, .ex-5, .ex-6, .ex-7, .ex-8 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.ex-1 {
  width: 12.5%;
}

.ex-2 {
  width: 25%;
}

.ex-3 {
  width: 37.5%;
}

.ex-4 {
  width: 50%;
}

.ex-5 {
  width: 62.5%;
}

.ex-6 {
  width: 75%;
}

.ex-7 {
  width: 87.5%;
}

.ex-8 {
  width: 100%;
}

.ex-pull-0 {
  right: auto;
}

.ex-pull-1 {
  right: 12.5%;
}

.ex-pull-2 {
  right: 25%;
}

.ex-pull-3 {
  right: 37.5%;
}

.ex-pull-4 {
  right: 50%;
}

.ex-pull-5 {
  right: 62.5%;
}

.ex-pull-6 {
  right: 75%;
}

.ex-pull-7 {
  right: 87.5%;
}

.ex-pull-8 {
  right: 100%;
}

.ex-push-0 {
  left: auto;
}

.ex-push-1 {
  left: 12.5%;
}

.ex-push-2 {
  left: 25%;
}

.ex-push-3 {
  left: 37.5%;
}

.ex-push-4 {
  left: 50%;
}

.ex-push-5 {
  left: 62.5%;
}

.ex-push-6 {
  left: 75%;
}

.ex-push-7 {
  left: 87.5%;
}

.ex-push-8 {
  left: 100%;
}

.ex-offset-0 {
  margin-left: 0%;
}

.ex-offset-1 {
  margin-left: 12.5%;
}

.ex-offset-2 {
  margin-left: 25%;
}

.ex-offset-3 {
  margin-left: 37.5%;
}

.ex-offset-4 {
  margin-left: 50%;
}

.ex-offset-5 {
  margin-left: 62.5%;
}

.ex-offset-6 {
  margin-left: 75%;
}

.ex-offset-7 {
  margin-left: 87.5%;
}

.ex-offset-8 {
  margin-left: 100%;
}

/* Extra Small Grid */
.xs-1 {
  width: 8.33333%;
}

.xs-2 {
  width: 16.66667%;
}

.xs-3 {
  width: 25%;
}

.xs-4 {
  width: 33.33333%;
}

.xs-5 {
  width: 41.66667%;
}

.xs-6 {
  width: 50%;
}

.xs-7 {
  width: 58.33333%;
}

.xs-8 {
  width: 66.66667%;
}

.xs-9 {
  width: 75%;
}

.xs-10 {
  width: 83.33333%;
}

.xs-11 {
  width: 91.66667%;
}

.xs-12, .footer__contacts-col, .footer__menu, .form__message, .form__input, .header__top, .header__logo, .header__contacts, .header__menu, .menu__button_catalog, .product-main__img, .product-main__info, .slide__container {
  width: 100%;
}

.xs-pull-0 {
  right: auto;
}

.xs-pull-1 {
  right: 8.33333%;
}

.xs-pull-2 {
  right: 16.66667%;
}

.xs-pull-3 {
  right: 25%;
}

.xs-pull-4 {
  right: 33.33333%;
}

.xs-pull-5 {
  right: 41.66667%;
}

.xs-pull-6 {
  right: 50%;
}

.xs-pull-7 {
  right: 58.33333%;
}

.xs-pull-8 {
  right: 66.66667%;
}

.xs-pull-9 {
  right: 75%;
}

.xs-pull-10 {
  right: 83.33333%;
}

.xs-pull-11 {
  right: 91.66667%;
}

.xs-pull-12 {
  right: 100%;
}

.xs-push-0 {
  left: auto;
}

.xs-push-1 {
  left: 8.33333%;
}

.xs-push-2 {
  left: 16.66667%;
}

.xs-push-3 {
  left: 25%;
}

.xs-push-4 {
  left: 33.33333%;
}

.xs-push-5 {
  left: 41.66667%;
}

.xs-push-6 {
  left: 50%;
}

.xs-push-7 {
  left: 58.33333%;
}

.xs-push-8 {
  left: 66.66667%;
}

.xs-push-9 {
  left: 75%;
}

.xs-push-10 {
  left: 83.33333%;
}

.xs-push-11 {
  left: 91.66667%;
}

.xs-push-12 {
  left: 100%;
}

.xs-offset-0 {
  margin-left: 0%;
}

.xs-offset-1 {
  margin-left: 8.33333%;
}

.xs-offset-2 {
  margin-left: 16.66667%;
}

.xs-offset-3 {
  margin-left: 25%;
}

.xs-offset-4 {
  margin-left: 33.33333%;
}

.xs-offset-5 {
  margin-left: 41.66667%;
}

.xs-offset-6 {
  margin-left: 50%;
}

.xs-offset-7 {
  margin-left: 58.33333%;
}

.xs-offset-8 {
  margin-left: 66.66667%;
}

.xs-offset-9 {
  margin-left: 75%;
}

.xs-offset-10 {
  margin-left: 83.33333%;
}

.xs-offset-11 {
  margin-left: 91.66667%;
}

.xs-offset-12 {
  margin-left: 100%;
}

/* Small Grid */
@media (min-width: 750px) {
  .sm-1 {
    width: 8.33333%;
  }
  .sm-2 {
    width: 16.66667%;
  }
  .sm-3, .header__contacts {
    width: 25%;
  }
  .sm-4, .footer__contacts-col, .header__logo {
    width: 33.33333%;
  }
  .sm-5, .header__contacts-list, .menu__button_catalog {
    width: 41.66667%;
  }
  .sm-6, .form__input, .product-main__img, .product-main__info, .slider__buttons, .slide__container {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333%;
  }
  .sm-8, .footer__menu {
    width: 66.66667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333%;
  }
  .sm-11 {
    width: 91.66667%;
  }
  .sm-12 {
    width: 100%;
  }
  .sm-pull-0 {
    right: auto;
  }
  .sm-pull-1 {
    right: 8.33333%;
  }
  .sm-pull-2 {
    right: 16.66667%;
  }
  .sm-pull-3 {
    right: 25%;
  }
  .sm-pull-4 {
    right: 33.33333%;
  }
  .sm-pull-5 {
    right: 41.66667%;
  }
  .sm-pull-6 {
    right: 50%;
  }
  .sm-pull-7 {
    right: 58.33333%;
  }
  .sm-pull-8 {
    right: 66.66667%;
  }
  .sm-pull-9 {
    right: 75%;
  }
  .sm-pull-10 {
    right: 83.33333%;
  }
  .sm-pull-11 {
    right: 91.66667%;
  }
  .sm-pull-12 {
    right: 100%;
  }
  .sm-push-0 {
    left: auto;
  }
  .sm-push-1 {
    left: 8.33333%;
  }
  .sm-push-2 {
    left: 16.66667%;
  }
  .sm-push-3 {
    left: 25%;
  }
  .sm-push-4 {
    left: 33.33333%;
  }
  .sm-push-5 {
    left: 41.66667%;
  }
  .sm-push-6 {
    left: 50%;
  }
  .sm-push-7 {
    left: 58.33333%;
  }
  .sm-push-8 {
    left: 66.66667%;
  }
  .sm-push-9 {
    left: 75%;
  }
  .sm-push-10 {
    left: 83.33333%;
  }
  .sm-push-11 {
    left: 91.66667%;
  }
  .sm-push-12 {
    left: 100%;
  }
  .sm-offset-0 {
    margin-left: 0%;
  }
  .sm-offset-1 {
    margin-left: 8.33333%;
  }
  .sm-offset-2 {
    margin-left: 16.66667%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-4 {
    margin-left: 33.33333%;
  }
  .sm-offset-5 {
    margin-left: 41.66667%;
  }
  .sm-offset-6, .slide__container {
    margin-left: 50%;
  }
  .sm-offset-7 {
    margin-left: 58.33333%;
  }
  .sm-offset-8 {
    margin-left: 66.66667%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-10 {
    margin-left: 83.33333%;
  }
  .sm-offset-11 {
    margin-left: 91.66667%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
}

/* Medium Grid */
@media (min-width: 1020px) {
	
	.menu__button_catalog{
		width: 30%;
	}
	
  .md-1 {
    width: 8.33333%;
  }
  .md-2, .header__logo, .header__contacts {
    width: 16.66667%;
  }
  .header__logo {
    padding-right: 0;
    width: 18.66667%;
  }
  .header__contacts {
    width: 14.66667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4, .footer__contacts-col,  .product-main__img, .slider__buttons {
    width: 33.33333%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-6, .form__input {
    width: 50%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-8, .footer__menu, .header__contacts-list, .product-main__info, .slide__container {
    width: 66.66667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-12 {
    width: 100%;
  }
  .md-pull-0 {
    right: auto;
  }
  .md-pull-1 {
    right: 8.33333%;
  }
  .md-pull-2 {
    right: 16.66667%;
  }
  .md-pull-3 {
    right: 25%;
  }
  .md-pull-4 {
    right: 33.33333%;
  }
  .md-pull-5 {
    right: 41.66667%;
  }
  .md-pull-6 {
    right: 50%;
  }
  .md-pull-7 {
    right: 58.33333%;
  }
  .md-pull-8 {
    right: 66.66667%;
  }
  .md-pull-9 {
    right: 75%;
  }
  .md-pull-10 {
    right: 83.33333%;
  }
  .md-pull-11 {
    right: 91.66667%;
  }
  .md-pull-12 {
    right: 100%;
  }
  .md-push-0 {
    left: auto;
  }
  .md-push-1 {
    left: 8.33333%;
  }
  .md-push-2 {
    left: 16.66667%;
  }
  .md-push-3 {
    left: 25%;
  }
  .md-push-4 {
    left: 33.33333%;
  }
  .md-push-5 {
    left: 41.66667%;
  }
  .md-push-6 {
    left: 50%;
  }
  .md-push-7 {
    left: 58.33333%;
  }
  .md-push-8 {
    left: 66.66667%;
  }
  .md-push-9 {
    left: 75%;
  }
  .md-push-10 {
    left: 83.33333%;
  }
  .md-push-11 {
    left: 91.66667%;
  }
  .md-push-12 {
    left: 100%;
  }
  .md-offset-0 {
    margin-left: 0%;
  }
  .md-offset-1 {
    margin-left: 8.33333%;
  }
  .md-offset-2 {
    margin-left: 16.66667%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-4, .slide__container {
    margin-left: 33.33333%;
  }
  .md-offset-5 {
    margin-left: 41.66667%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-7 {
    margin-left: 58.33333%;
  }
  .md-offset-8 {
    margin-left: 66.66667%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-10 {
    margin-left: 83.33333%;
  }
  .md-offset-11 {
    margin-left: 91.66667%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }

}

/* Large Grid */
@media (min-width: 1200px) {
  .lg-1 {
    width: 8.33333%;
  }
  .lg-2 {
    width: 16.66667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333%;
  }
  .lg-5 {
    width: 41.66667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333%;
  }
  .lg-8 {
    width: 66.66667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333%;
  }
  .lg-11 {
    width: 91.66667%;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-pull-0 {
    right: auto;
  }
  .lg-pull-1 {
    right: 8.33333%;
  }
  .lg-pull-2 {
    right: 16.66667%;
  }
  .lg-pull-3 {
    right: 25%;
  }
  .lg-pull-4 {
    right: 33.33333%;
  }
  .lg-pull-5 {
    right: 41.66667%;
  }
  .lg-pull-6 {
    right: 50%;
  }
  .lg-pull-7 {
    right: 58.33333%;
  }
  .lg-pull-8 {
    right: 66.66667%;
  }
  .lg-pull-9 {
    right: 75%;
  }
  .lg-pull-10 {
    right: 83.33333%;
  }
  .lg-pull-11 {
    right: 91.66667%;
  }
  .lg-pull-12 {
    right: 100%;
  }
  .lg-push-0 {
    left: auto;
  }
  .lg-push-1 {
    left: 8.33333%;
  }
  .lg-push-2 {
    left: 16.66667%;
  }
  .lg-push-3 {
    left: 25%;
  }
  .lg-push-4 {
    left: 33.33333%;
  }
  .lg-push-5 {
    left: 41.66667%;
  }
  .lg-push-6 {
    left: 50%;
  }
  .lg-push-7 {
    left: 58.33333%;
  }
  .lg-push-8 {
    left: 66.66667%;
  }
  .lg-push-9 {
    left: 75%;
  }
  .lg-push-10 {
    left: 83.33333%;
  }
  .lg-push-11 {
    left: 91.66667%;
  }
  .lg-push-12 {
    left: 100%;
  }
  .lg-offset-0 {
    margin-left: 0%;
  }
  .lg-offset-1 {
    margin-left: 8.33333%;
  }
  .lg-offset-2 {
    margin-left: 16.66667%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-4 {
    margin-left: 33.33333%;
  }
  .lg-offset-5 {
    margin-left: 41.66667%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-7 {
    margin-left: 58.33333%;
  }
  .lg-offset-8 {
    margin-left: 66.66667%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-10 {
    margin-left: 83.33333%;
  }
  .lg-offset-11 {
    margin-left: 91.66667%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
}

/* Extra Small Grid */
@media (max-width: 749px) {
  .xs-hidden {
    display: none!important;
  }
}

/* Small Grid */
@media (min-width: 750px) and (max-width: 1019px) {
  .sm-hidden {
    display: none!important;
  }
}

/* Medium Grid */
@media (min-width: 1020px) and (max-width: 1199px) {
  .md-hidden {
    display: none;
  }
}

/* Large Grid */
@media (min-width: 1200px) {
  .lg-hidden {
    display: none;
  }
}


.btn_bb{
	border:2px solid #ffbf00;

	background: linear-gradient(to top, #fff, #fff);

	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	color: #000000 !important;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font: bold 13px/40px "GothamPro", "Arial Black", sans-serif;
	letter-spacing: 0.075em;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	border-radius: 3px;
	cursor: pointer;
}

.btn_bb:hover{
	color: #000000;
	background: linear-gradient(to top, #ffbf00, #ff9800);
}

.advantages .btn_bb {
	max-width: 230px;
	height: 45px;
	line-height: 44px;
	margin: 10px auto;
	text-transform: none;
	font-size: 15px;
	letter-spacing: 0;
}



.btn, .file-input .NFI-button, .menu_search .menu__search-btn, .format .btn, .format .file-input .NFI-button, .file-input .format .NFI-button, .format .menu_search .menu__search-btn, .menu_search .format .menu__search-btn {
  background: -webkit-linear-gradient(bottom, #ffbf00, #ff9800);
  background: linear-gradient(to top, #ffbf00, #ff9800);
  border: none;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: bold 13px/40px "GothamPro", "Arial Black", sans-serif;
  letter-spacing: 0.075em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 3px;
  cursor: pointer;
}

.btn:hover, .file-input .NFI-button:hover, .menu_search .menu__search-btn:hover, .format .btn:hover, .format .file-input .NFI-button:hover, .file-input .format .NFI-button:hover, .format .menu_search .menu__search-btn:hover, .menu_search .format .menu__search-btn:hover {
  color: #000000;
  background: -webkit-linear-gradient(bottom, #ffd14d, #ffb84d);
  background: linear-gradient(to top, #ffd14d, #ffb84d);
}

.btn_light, .btn_upload, .file-input .NFI-button, .format .btn_upload, .format .btn_light, .format .btn_upload, .format .file-input .NFI-button, .file-input .format .NFI-button {
  background: none;
  color: #4072a1;
  border: 1px solid;
  height: 34px;
  font: normal 14px/32px "SansCaption", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.btn_light:hover, .btn_upload:hover, .file-input .NFI-button:hover, .format .btn_light:hover, .format .btn_upload:hover, .format .file-input .NFI-button:hover, .file-input .format .NFI-button:hover {
  color: #FFFFFF;
  border-color: #4072a1;
  background: #4072a1;
}

.btn_upload, .file-input .NFI-button, .format .btn_upload, .format .file-input .NFI-button, .file-input .format .NFI-button {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 12px;
}

.btn_upload::before, .file-input .NFI-button::before, .format .btn_upload::before, .format .file-input .NFI-button::before, .file-input .format .NFI-button::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/svg-sprite/spriteg7bc8xjq0k9.svg");
  background-position: -4px -51px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.btn_upload:hover::before, .file-input .NFI-button:hover::before, .format .btn_upload:hover::before, .format .file-input .NFI-button:hover::before, .file-input .format .NFI-button:hover::before {
  background-image: url("../img/svg-sprite/spriteg7bc8xjq0k9.svg");
  background-position: -4px -32px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.btn_inline, .file-input .NFI-button, .format .btn_inline, .format .file-input .NFI-button, .file-input .format .NFI-button {
  display: inline-block;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 125px;
}

.btn_more, .format .btn_more {
  height: 29px;
  line-height: 29px;
  display: inline-block;
  padding: 0 17px;
  width: auto;
}

.btn_more::after, .format .btn_more::after {
  content: '';
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -116px -119px;
  width: 19px;
  height: 10px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.modal { 

  width: 100%;
  max-width: 870px;
  position: relative;
}

.modal__close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -66px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.modal__close:hover {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.fancybox-skin .modal__close {
  top: 9px;
  right: 9px;
}

.gallery-modal {
  width: 100% !important;
  height: 100%;
}

.close-btn {
  display: block;
  position: absolute;
  z-index: 9000;
  top: 10px;
  right: 10px;
}

.phone {
  padding-left: 30px;
  position: relative;
}

.phone::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -94px;
  width: 20px;
  height: 21px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.email {
  padding-left: 30px;
  position: relative;
}

.email::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -89px -33px;
  width: 21px;
  height: 21px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.email a, .footer-contacts__item_email a, .contact-item_email a {
  text-decoration: underline!important;
}

.text-input {
  position: relative;
}

.text-input::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-input__input, .menu_search .menu__search-input, .search-form__input {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 42px;
  /*border: solid 1px #dfdfdf;*/
  border: solid 1px #9e9e9e;
  border-radius: 3px;
  box-shadow: rgba(119, 119, 119, 0.3) 0 5px 10px -5px inset;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.text-input__input:focus, .menu_search .menu__search-input:focus, .search-form__input:focus {
  outline: none;
  border-color: #4072a1;
}

.text-input__input.dirty ~ .text-input__label, .menu_search .dirty.menu__search-input ~ .text-input__label, .dirty.search-form__input ~ .text-input__label, .text-input__input:focus ~ .text-input__label, .menu_search .menu__search-input:focus ~ .text-input__label, .search-form__input:focus ~ .text-input__label {
  opacity: 0;
}

.text-input__label {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 14px;
  color: #777777;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor: text;
}

.error.text-input__input, .text-input.error .menu_search .menu__search-input, .menu_search .text-input.error .menu__search-input, .text-input.error .search-form__input {
  border-color: #f55454;
}

.text-input_required .text-input__label::after {
  content: '*';
  color: #f55454;
}

.text-input_name::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -114px -62px;
  width: 15px;
  height: 14px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.text-input_name .text-input__input, .text-input_name .menu_search .menu__search-input, .menu_search .text-input_name .menu__search-input, .text-input_name .search-form__input {
  padding-left: 45px;
}

.text-input_name .text-input__label {
  left: 45px;
}

.text-input_tel::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px 0px;
  width: 12px;
  height: 12px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.text-input_tel .text-input__input, .text-input_tel .menu_search .menu__search-input, .menu_search .text-input_tel .menu__search-input, .text-input_tel .search-form__input {
  padding-left: 45px;
}

.text-input_tel .text-input__label {
  left: 45px;
}

.text-input_org::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -141px;
  width: 14px;
  height: 14px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.text-input_org .text-input__input, .text-input_org .menu_search .menu__search-input, .menu_search .text-input_org .menu__search-input, .text-input_org .search-form__input {
  padding-left: 45px;
}

.text-input_org .text-input__label {
  left: 45px;
}

.text-input_email::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -57px -141px;
  width: 14px;
  height: 11px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.text-input_email .text-input__input, .text-input_email .menu_search .menu__search-input, .menu_search .text-input_email .menu__search-input, .text-input_email .search-form__input {
  padding-left: 45px;
}

.text-input_email .text-input__label {
  left: 45px;
}

.text-area {
  position: relative;
}

.text-area__input {
  display: block;
  width: 100%;
  padding: 10px;
  height: 115px;
  /*border: solid 1px #dfdfdf;*/
  border: solid 1px #9e9e9e;
  border-radius: 3px;
  box-shadow: rgba(119, 119, 119, 0.3) 0 5px 10px -5px inset;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  resize: vertical;
}

.text-area__input:focus {
  outline: none;
  border-color: #4072a1;
}

.text-area__input.dirty ~ .text-area__label, .text-area__input:focus ~ .text-area__label {
  opacity: 0;
}

.text-area__label {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 14px;
  color: #777777;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor: text;
}

.text-area_required .text-area__label::after {
  content: '*';
  color: #f55454;
}

.file-input {
  width: 100%;
  display: block;
}

@media (max-width: 750px) {
  .file-input .NFI-button {
    width: 100% !important;
  }
}

.file-input .NFI-filename {
  width: 50%;
  height: 34px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  padding-left: 20px !important;
  color: #000000;
}

@media (max-width: 750px) {
  .file-input .NFI-filename {
    width: 100%;
  }
}

.filter-input {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.filter-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "SansCaption", Arial, sans-serif;
  color: #777777;
}

.filter-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  font-family: "SansCaption", Arial, sans-serif;
  color: #777777;
}

.filter-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  font-family: "SansCaption", Arial, sans-serif;
  color: #777777;
}

.filter-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: "SansCaption", Arial, sans-serif;
  color: #777777;
}

.filter-input-caption {
  font-size: 16px;
  text-align: right;
  line-height: 36px;
}

@media (max-width: 750px) {
  .filter-input-caption {
    text-align: left;
  }
}

.back-link {
  margin-bottom: 20px;
}

.back-link__link {
  display: inline-block;
  text-decoration: none;
  padding-left: 36px;
  padding-top: 3px;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  color: #4072a1;
  position: relative;
}

.back-link__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -25px -61px;
  width: 23px;
  height: 24px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.back-link__link:hover {
  color: #5395d3;
}

.back-link__link:hover::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -29px -32px;
  width: 23px;
  height: 24px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

ul.list-circles li {
  list-style: none;
  position: relative;
  padding-left: 37px;
  min-height: 24px;
  margin-bottom: 15px;
}

ul.list-circles li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/svg-sprite/spriteg7bc8xjq0k9.svg");
  background-position: -4px -4px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

ul.list-check li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  min-height: 24px;
  margin-bottom: 5px;
}

ul.list-check li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -38px -141px;
  width: 15px;
  height: 11px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

ul.list-checked li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  min-height: 24px;
  margin-bottom: 20px;
}

ul.list-checked li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px -24px;
  width: 20px;
  height: 20px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

ul.list li {
  list-style: none;
  position: relative;
  padding-left: 19px;
  min-height: 24px;
  margin-bottom: 5px;
}

ul.list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px -27px;
  width: 8px;
  height: 9px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

ol.list-num li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  min-height: 26px;
  padding-bottom: 10px;
  counter-increment: i;
}

ol.list-num li::before {
  content: counter(i);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 13px;
  height: 26px;
  width: 26px;
  background: -webkit-linear-gradient(top, #ffbf00, #ff9800);
  background: linear-gradient(to bottom, #ffbf00, #ff9800);
  text-align: center;
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
}

.text-grey {
  color: #777777;
}

.doc {
  height: 172px;
  margin-bottom: 30px;
}

.doc:before, .doc:after {
  display: table;
  content: "";
}

.doc:after {
  clear: both;
}

.lt-ie8 .doc {
  zoom: 1;
}

.doc__img {
  float: left;
  width: 120px;
  height: 100%;
  overflow: hidden;
}

.doc__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.doc__desc {
  margin-left: 147px;
  height: 100%;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.doc__name {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.doc__info {
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}

.doc__links {
  position: absolute;
  bottom: 0;
  left: 0;
}

.doc__view {
  display: block;
  padding-left: 30px;
  font-weight: bold;
  background: url("../img/general/eye.png") no-repeat 0 50%;
  margin-bottom: 5px;
}

.doc__download {
  display: block;
  padding-left: 30px;
  font-weight: bold;
  background: url("../img/general/download.png") no-repeat 0 50%;
}

.doc__caution {
  font-size: 11px;
  line-height: 16px;
  color: #777777;
  padding-left: 30px;
  background: url("../img/general/caution.png") no-repeat 0 0;
}

@media (max-width: 750px) {
  .doc__caution {
    display: none;
  }
}

.doc__request {
  display: block;
  padding-left: 30px;
  font-weight: bold;
  background: url("../img/general/doc.png") no-repeat 0 50%;
}

@media (max-width: 750px) {
  .doc__request {
    font-size: 13px;
  }
}

.doc_small {
  height: 110px;
  margin-bottom: 0;
}

.doc_small .doc__img {
  width: 77px;
}

.doc_small .doc__desc {
  margin-left: 100px;
}

.panel, .short-info {
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 25px;
}

.panel > *:first-child, .short-info > *:first-child {
  margin-top: 0;
}

.panel__btn {
  width: 240px;
  max-width: 100%;
}

.panel__title {
  font: bold 32px/36px "GothamPro", "Arial Black", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc000;
}

@media (max-width: 750px) {
  .panel__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.panel_accent {
  border: 2px solid #ffab01;
}

.label-block {
  padding: 20px 20px 20px 70px;
  border: 2px solid #ffab01;
  border-radius: 3px;
  background: url("../img/general/star.png") no-repeat 20px 15px;
}

.zoom-img {
  display: inline-block;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.zoom-img img {
  display: block;
}

.zoom-img::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -22px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.zoom-img.float-right {
  margin: 40px 0 0 10px;
}

.zoom-img.float-left {
  margin-right: 10px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.inner-link, .switcher-link {
  text-decoration: none;
  display: inline-block;
  line-height: 1.1em;
  border-bottom: 1px dashed;
}

.nav-links {
  font-weight: bold;
}

.nav-links__item {
  margin-right: 25px;
}

.date {
  padding-left: 20px;
  background: url("../img/general/date.png") no-repeat 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
  margin-bottom: 10px;
}

.download-link {
  display: inline-block;
  padding-left: 30px;
  background: url("../img/general/download.png") no-repeat 0 50%;
}

.attention-block {
  padding: 15px 15px 15px 43px;
  background: url("../img/general/attention.png") no-repeat 10px 15px;
  border: 2px solid #ffab01;
  border-radius: 3px;
  font-size: 13px;
  line-height: 19px;
  color: #777777;
}

.white-bg {
  background-color: #FFFFFF;
}

.title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
  padding: 15px 0;
  border-bottom: 2px solid #ffc000;
}

.title-link__name {
  font: bold 20px/20px "GothamPro", "Arial Black", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 5px 0;
}

.title-underlined {
  text-align: center;
  font: bold 30px/30px "GothamPro", "Arial Black", sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.title-underlined span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
}

.spoiler {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 250px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  z-index: 10;
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow.slick-prev {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -114px -31px;
  width: 17px;
  height: 27px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  left: 5px;
}

.slick-arrow.slick-next {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -114px 0px;
  width: 17px;
  height: 27px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  right: 5px;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "GothamPro", "Arial Black", sans-serif;
}

.nolink {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

html, body { 
  min-width: 320px;
  font-family: "SansCaption", Arial, sans-serif;
  background: url("../img/general/bg.jpg");
  font-size: 14px;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page__wrapper {
  min-height: 100%;
  margin-bottom: -207px;
}

* html .page__wrapper {
  height: 100%;
}

.page__buffer {
  height: 207px;
}

.page__holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-fluid {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1021px) {
  .container-fluid {
    min-width: 1000px;
    max-width: 1290px;
  }
}

@media (min-width: 751px) and (max-width: 1020px) {
  .container-fluid {
    width: 750px;
  }
}

@media (max-width: 750px) {
  .container-fluid {
    max-width: 480px;
  }
}

.format {
  line-height: 22px;
}

.format h1, .format .h1 {
  /* font-size: 40px; */
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
}

@media (min-width: 751px) and (max-width: 1020px) {
  .format h1, .format .h1 {
    /* font-size: 36px; */
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  .format h1, .format .h1 {
    font-size: 24px;
  }
}

.format h2, .format .h2 {
  font-size: 25px;
  line-height: 27px;
  margin-top: 20px;
}

.format h3, .format .h3 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textAfterSend{
  font-size: 16px;
  line-height: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align:center;
}

.format p, .format ul {
  margin-bottom: 20px;
  margin-top: 20px;
}

.format table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
}

.format table tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.format td {
  padding: 15px 20px;
  border: 1px solid #d3d3d3;
}

.format hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
}

.format .no-margin {
  margin: 0;
}

.format .image {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

.format .w100pc {
  width: 100%;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon_phone {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px 0px;
  width: 12px;
  height: 12px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_search {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px 0px;
  width: 20px;
  height: 20px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_star {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px -72px;
  width: 20px;
  height: 19px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_expert {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -48px -94px;
  width: 24px;
  height: 17px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_bubble {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -76px -94px;
  width: 19px;
  height: 16px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_pdf {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px -48px;
  width: 20px;
  height: 20px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_tel {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -94px;
  width: 20px;
  height: 21px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.icon_geo {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -159px 0px;
  width: 11px;
  height: 15px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.format-link, .format a, .breadcrumbs__link, .catalog-category_menu .catalog-category__name, .catalog-category_horizontal .catalog-category__name, .catalog-category_main .catalog-category__name, .catalog-category_single .catalog-category__name, .product-short-info__link {
  text-decoration: none;
  color: #4072a1;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.format-link:hover, .format a:hover, .breadcrumbs__link:hover, .catalog-category_menu .catalog-category__name:hover, .catalog-category_horizontal .catalog-category__name:hover, .catalog-category_main .catalog-category__name:hover, .catalog-category_single .catalog-category__name:hover, .product-short-info__link:hover {
  color: #5395d3;
}

.characteristics {
  font-size: 15px;
}

.characteristics td {
  font-weight: bold;
}


.characteristics td:first-child {
  color: #777777;
  font-weight: normal;  
}

.tovar {
  font-size: 15px;
}

.tovar thead td {
  font-weight: bold;
}



.text-center {
  text-align: center;
}

@media (min-width: 1021px) {
  .md-hidden {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#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: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/*! 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;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/plugins/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/plugins/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/plugins/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !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: url("../img/plugins/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  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, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/plugins/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/plugins/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px 0;
  /*border: 2px solid #000;*/
  /*border-radius: 4px*/
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #000;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ffffff;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.company-pres {
  background: -webkit-linear-gradient(top, #ffbf00, #ff9800);
  background: linear-gradient(to bottom, #ffbf00, #ff9800);
  padding: 10px;
  height: 85px;
  margin-bottom: 30px;
}

.company-pres:before, .company-pres:after {
  display: table;
  content: "";
}

.company-pres:after {
  clear: both;
}

.lt-ie8 .company-pres {
  zoom: 1;
}

@media (max-width: 750px) {
  .company-pres {
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
    padding-bottom: 30px;
  }
}

.company-pres__desc {
  padding-left: 80px;
  padding-top: 15px;
  width: 50%;
  height: 100%;
  background: url("../img/general/pres.png") no-repeat 10px 50%;
  float: left;
}

@media (max-width: 750px) {
  .company-pres__desc {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.company-pres__buttons {
  width: 50%;
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 750px) {
  .company-pres__buttons {
    width: 100%;
    float: none;
  }
}

.company-pres__title {
  font: bold 16px/17px "GothamPro", "Arial Black", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}

@media (max-width: 1020px) {
  .company-pres__title {
    font-size: 14px;
  }
}

.company-pres__details {
  color: #925800;
}

.company-pres__btn {
  display: inline-block;
  text-decoration: none;
  height: 44px;
  line-height: 40px;
  width: 155px;
  border: 2px solid #000000;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
}

.company-pres__btn:last-child {
  margin-right: 0;
}

.company-pres__btn:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.company-pres__btn_view::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -114px -80px;
  width: 14px;
  height: 10px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.company-pres__btn_download::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -18px -141px;
  width: 16px;
  height: 12px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.article-preview {
  margin-bottom: 30px;
}

.article-preview:before, .article-preview:after {
  display: table;
  content: "";
}

.article-preview:after {
  clear: both;
}

.lt-ie8 .article-preview {
  zoom: 1;
}

.article-preview__img {
  width: 25%;
  float: left;
}

.article-preview__img img {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}

.article-preview__content {
  width: 75%;
  padding-left: 30px;
  float: left;
}

.article-preview__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.article-preview__date {
  padding-left: 20px;
  background: url("../img/general/date.png") no-repeat 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
  margin-bottom: 10px;
}

.block-podbor {
  background: url("../img/general/podbor-block_bg.jpg") no-repeat 50%;
  border-radius: 3px;
  background-size: cover;
  padding: 30px;
  color: #FFFFFF;
}

.block-podbor__title {
  font: bold 20px/28px "GothamPro", "Arial Black", sans-serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffc000;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .block-podbor__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-podbor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 750px) {
  .block-podbor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-podbor__item {
  max-width: 160px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 750px) {
  .block-podbor__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    width: 100%;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.block-podbor__item-img {
  height: 60px;
}

.block-podbor__item-img img {
  max-width: 75px;
  max-height: 60px;
}

@media (max-width: 750px) {
  .block-podbor__item-img {
    width: 60px;
    height: auto;
    margin-right: 20px;
  }
}

.block-podbor__item-text {
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .block-podbor__item-text {
    margin-top: 0;
  }
}

.block-springs {
  background: url("../img/general/springs_bg.jpg") no-repeat 50%;
  border-radius: 3px;
  background-size: cover;
  padding: 20px;
  color: #FFFFFF;
}

.block-springs__title {
  font: bold 25px/28px "GothamPro", "Arial Black", sans-serif;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffc000;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .block-springs__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-springs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .block-springs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-springs__item {
  max-width: 200px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 750px) {
  .block-springs__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    width: 100%;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .block-springs__item-img {
    width: 60px;
    height: auto;
    margin-right: 20px;
  }
}

.block-springs__item-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

@media (max-width: 750px) {
  .block-springs__item-text {
    margin-top: 0;
    width: calc(100% - 80px);
  }
}

.block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.block-img__img {
  display: block;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-right: 20px;
}

.block-img__text {
  font-weight: bold;
  -ms-flex-negative: 1;
  flex-shrink: 1;  
}

.short-info__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.short-info__row {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.short-info__row:first-child {
  padding-top: 0;
}

.short-info__row:last-of-type {
  border-bottom: none;
}

.short-info__label {
  display: block;
  color: #777777;
  font-size: 13px;
}

.short-info__value {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.key-competence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #ffab01;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .key-competence {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.key-competence__about {
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  font-size: 13px;
}

@media (max-width: 750px) {
  .key-competence__about {
    width: 100%;
    text-align: center;
  }
}

.key-competence__feature {
  width: 16.666%;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  border-left: 1px solid #dfdfdf;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 750px) {
  .key-competence__feature {
    width: 100%;
    border-left: none;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
  .key-competence__feature:last-child {
    border-bottom: none;
  }
}

.key-competence__name {
  font: bold 18px/22px "GothamPro", "Arial Black", sans-serif;
}

.alphabet {
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 18px;
  margin-bottom: 30px;
}

.alphabet__header {
  font: bold 15px/22px "GothamPro", "Arial Black", sans-serif;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc000;
  margin-bottom: 10px;
}

.alphabet__name {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.alphabet__section {
  margin-bottom: 10px;
}

.breadcrumbs {
  padding: 25px 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item::after {
  content: '/';
  margin: 0 5px;
}

.tags {
  padding: 0;
}

.tags__item {
  display: inline-block;
}

.tags__item::before {
  content: url(/netcat_template/template/2/img/content/u117.png);
  margin: 0 5px;
}

.tags__item a {
	color: #FF9A00;
}

.info {
  padding: 0;
}

.info__item {
  display: inline-block;
}

.info__item .info__link {
	border-bottom: #5395d3 dotted 1px;
}

.brand-link {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.brand-link__img {
  height: 130px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  padding: 10px;
}

.brand-link__img img {
  display: block;
  max-width: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand-link__name {
  font-size: 15px;
  padding-top: 10px;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1px;
}

.catalog__item {
  position: relative;
  width: 33.333%;
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
  margin-left: -1px;
}

@media (max-width: 750px) {
  .catalog__item {
    width: 100%;
  }
}

.catalog_wide .catalog__item {
  width: 25%;
}

@media (max-width: 750px) {
  .catalog_wide .catalog__item {
    width: 100%;
  }
}

.catalog_menu .catalog__item {
/*  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
*/}

@media (min-width: 751px) and (max-width: 1020px) {
  .catalog_menu .catalog__item {
    width: 50%;
  }
}

.catalog_menu .catalog__item_small {
  width: 16.6666%;
}

@media (min-width: 751px) and (max-width: 1020px) {
  .catalog_menu .catalog__item_small {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .catalog_menu .catalog__item_small {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .catalog_main {
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .catalog_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalog_main .catalog__item {
/*  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
*/  width: 16.6666%;
}

@media (min-width: 751px) and (max-width: 1020px) {
  .catalog_main .catalog__item {
    width: 33.333%;
  }
}

@media (max-width: 750px) {
  .catalog_main .catalog__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.catalog-category {
  display: block;
  height: 100%;
  width: 100%;
  padding: 14px;
  background-color: #FFFFFF;
  position: relative;
}

.catalog-category:hover {
  z-index: 2;
  outline: 2px solid #ffc000;
  box-shadow: rgba(255, 192, 0, 0.6) 0 0 15px 3px;
}

.catalog-category:hover .catalog-category__name {
  color: #4072a1;
}

.catalog-category__img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  .catalog-category__img {
    padding-bottom: 0;
  }
}

.catalog-category__img img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

@media (min-width: 751px) {
  .catalog-category__img img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.catalog-category__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4072a1;
}

@media (max-width: 750px) {
  .catalog-category__name {
    text-align: center;
  }
}

.catalog-category__desc {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
}

.catalog-category_menu {
  padding: 18px;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .catalog-category_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px;
    text-decoration: none;
  }
}

.catalog-category_menu .catalog-category__name {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

@media (max-width: 1020px) {
  .catalog-category_menu .catalog-category__img {
    padding-bottom: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}

.catalog-category_menu .catalog-category__img img {
  width: 100%;
}

.catalog-category_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  text-decoration: none;
}

.catalog-category_horizontal .catalog-category__img {
  padding-bottom: 0;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}

.catalog-category_horizontal .catalog-category__img img {
  width: 100%;
}

.catalog-category_horizontal .catalog-category__name {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.catalog-category_main {
  padding: 18px;
  text-decoration: none;
}

@media (max-width: 750px) {
  .catalog-category_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px;
    text-decoration: none;
  }
}

.catalog-category_main .catalog-category__name {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

@media (max-width: 750px) {
  .catalog-category_main .catalog-category__img {
    padding-bottom: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}

.catalog-category_main .catalog-category__img img {
  width: 100%;
}

.catalog-category_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  height: 96px;
  margin-bottom: 15px;
}

.catalog-category_single .catalog-category__img {
  padding-bottom: 0;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}

.catalog-category_single .catalog-category__img img {
  width: 100%;
}

.catalog-category_single .catalog-category__name {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.catalog-product {
  display: block;
  min-height: 100%;
  width: 100%;
  padding: 14px 14px 30px 14px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.catalog-product::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px -95px;
  width: 19px;
  height: 19px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

@media (max-width: 750px) {
  .catalog-product::after {
    display: none;
  }
}

.catalog-product:hover {
  padding: 14px;
  z-index: 2;
  /* outline: 2px solid #ffc000;
  box-shadow: rgba(255, 192, 0, 0.6) 0 0 15px 3px; */
  height: auto;
  top: 0;
  left: 0;
  outline: 2px solid #c8c8c8;
}

.catalog-product:hover::after {
  display: none;
}

.catalog-product:hover .catalog-product__name {
  color: #4072a1;
}

.catalog-product:hover .catalog-product__char {
  height: auto;
}

.catalog-product:hover .catalog-product__desc-hidden {
  display: inline;
}

/* FIX */

/*@media (min-width: 751px) {
  .catalog-product:hover {
    padding: 14px;
    z-index: 2;
    outline: 2px solid #ffc000;
    box-shadow: rgba(255, 192, 0, 0.6) 0 0 15px 3px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .catalog-product:hover::after {
    display: none;
  }
  .catalog-product:hover .catalog-product__name {
    color: #4072a1;
  }
  .catalog-product:hover .catalog-product__char {
    height: auto;
  }
  .catalog-product:hover .catalog-product__desc-hidden {
    display: inline;
  }
}

@media (min-width: 751px) {
  .catalog__item {
    min-height: 490px;
  }
}
*/
/* END FIX */

.catalog-product__img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  .catalog-product__img {
    padding-bottom: 0;
  }
}

.catalog-product__img img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

@media (min-width: 751px) {
  .catalog-product__img img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.catalog-product__name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4072a1;
}

@media (max-width: 750px) {
  .catalog-product__name {
    text-align: center;
  }
}

.catalog-product__catalog {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-align: center;
}

.catalog-product__char {
  font-size: 12px;
  height: 75px;
  overflow: hidden;
  margin: 0 !important;
}

.catalog-product__char-item {
  border-bottom: 1px solid #dfdfdf;
}

.catalog-product__char-item:before, .catalog-product__char-item:after {
  display: table;
  content: "";
}

.catalog-product__char-item:after {
  clear: both;
}

.lt-ie8 .catalog-product__char-item {
  zoom: 1;
}

.catalog-product__char-item .name {
  display: inline-block;
  padding-right: 3px;
  background-color: #FFFFFF;
  float: left;
  color: #777777;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.catalog-product__char-item .value {
  display: inline-block;
  padding-left: 3px;
  background-color: #FFFFFF;
  float: right;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media (max-width: 750px) {
  .catalog-product__char {
    height: auto;
  }
}

.catalog-product__desc {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  color: #777777;
}

.catalog-product__desc-hidden {
  display: none;
}

@media (max-width: 750px) {
  .catalog-product__desc-hidden {
    display: inline;
  }
}

.catalog-load {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.full-catalog-btn {
  width: 280px;
  margin: 15px auto 50px;
}

.full-catalog-btn .btn, .full-catalog-btn .file-input .NFI-button, .file-input .full-catalog-btn .NFI-button, .full-catalog-btn .menu_search .menu__search-btn, .menu_search .full-catalog-btn .menu__search-btn {
  height: 56px;
  line-height: 56px;
}

.catalog-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1px;
}

.catalog-brand__item {
  position: relative;
  width: 16.666%;
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
  margin-left: -1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 751px) and (max-width: 1020px) {
  .catalog-brand__item {
    width: 33.333%;
    border: none;
    border-top: 1px solid #dfdfdf;
  }
}

@media (max-width: 750px) {
  .catalog-brand__item {
    width: 50%;
  }
}

.brand-item {
  display: block;
  text-decoration: none;
  padding: 18px;
}

.brand-item:hover {
  z-index: 2;
  outline: 2px solid #ffc000;
  box-shadow: rgba(255, 192, 0, 0.6) 0 0 15px 3px;
}

.brand-item:hover .brand-item__name {
  color: #4072a1;
}

.brand-item__img {
  height: 55px;
  padding: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.brand-item__img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 100px;
}

.brand-item__img img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand-item__name {
  font-size: 13px;
  line-height: 22px;
  color: #4072a1;
}

@media (min-width: 1021px) {
  .brand-item_big .brand-item__img {
    height: auto;
    padding-bottom: 100%;
  }
  .brand-item_big .brand-item__img img {
    position: absolute;
    max-width: calc(100% - 20px);
  }
}

.category-link {
  display: block;
  text-decoration: none;
  padding: 18px;
  border: 1px solid #dfdfdf;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  height: 95px;
}

.category-link:before, .category-link:after {
  display: table;
  content: "";
}

.category-link:after {
  clear: both;
}

.lt-ie8 .category-link {
  zoom: 1;
}

.category-link:hover {
  border-color: #ffab01;
}

.category-link__img {
  display: block;
  float: left;
  margin-right: 20px;
}

.category-link_vertical {
  height: 285px;
}

.competence {
  display: block;
  width: 195px;
  height: 179px;
  padding-top: 30px;
  text-align: center;
  background: url("../img/general/border.svg") no-repeat 50% 0;
  background-size: contain;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  margin-bottom: 30px;
  max-width: 100%;
}

@media (max-width: 750px) {
  .competence {
    padding-top: 15px;
    height: 120px;
    width: 136px;
  }
}

.competence:hover {
  background: url("../img/general/border.svg") no-repeat 50% 0, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAACzCAMAAAADg1hZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjA5QzU0Q0FEMkI1MTFFNjk2MTVCNUI3OUZEN0NDMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjA5QzU0Q0JEMkI1MTFFNjk2MTVCNUI3OUZEN0NDMTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDlDNTRDOEQyQjUxMUU2OTYxNUI1Qjc5RkQ3Q0MxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMDlDNTRDOUQyQjUxMUU2OTYxNUI1Qjc5RkQ3Q0MxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PliXR4gAAAAGUExURf///wAAAFXC034AAAA6SURBVHja7MEBAQAAAIIg/69uSEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzybAAIkMAAEKRrQfAAAAAElFTkSuQmCC") no-repeat 50% 0;
  background-size: contain;
}

.competence__img {
  display: block;
  margin-bottom: 10px;
  height: 60px;
}

.competence__img img {
  display: inline-block;
  max-height: 100%;
}

@media (max-width: 750px) {
  .competence__img {
    height: 40px;
  }
}

.competence__name {
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
}

.competence_slider:hover {
  background: url("../img/general/border.svg") no-repeat 50% 0;
  background-size: contain;
}

.competence_slider .competence__name {
  color: #FFFFFF;
}

.contact-item {
  font-family: "GothamPro", "Arial Black", sans-serif;
  font-size: 20px;
  line-height: 36px;
  padding-left: 50px;
  margin: 13px 0;
}

@media (max-width: 750px) {
  .contact-item {
    font-size: 16px;
  }
}

.contact-item_phone {
  background: url("../img/general/phone.png") no-repeat 0 50%;
}

.contact-item_email {
  background: url("../img/general/email.png") no-repeat 0 50%;
}

.contact-map {
  background-color: #FFFFFF;
  padding: 15px 20px 0;
  font-family: "GothamPro", "Arial Black", sans-serif;
  font-size: 16px;
}

.contact-map__title {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-map__map {
  height: 275px;
  margin: 10px -20px 0;
}

.contact-map__contact {
  margin-right: 20px;
  white-space: nowrap;
}

.contact-map__contact .icon_geo {
  margin-right: 5px;
}

.footer {
  background-color: #FFFFFF;
}

.footer__copy {
  margin-bottom: 15px;
}

.footer__contacts-col {
  padding-top: 40px;
}

@media (max-width: 750px) {
  .footer__contacts-col {
    width: 210px;
    margin: 0 auto;
    float: none;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .footer__contacts-col {
    width: 50%;
    margin: 0;
    float: left;
  }
}

.footer__menu {
  height: 207px;
}

.footer__menu:before, .footer__menu:after {
  display: table;
  content: "";
}

.footer__menu:after {
  clear: both;
}

.lt-ie8 .footer__menu {
  zoom: 1;
}

@media (max-width: 750px) {
  .footer__menu {
    height: auto;
    padding-top: 10px;
    padding-bottom: 35px;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .footer__menu {
    width: 50%;
    padding-top: 40px;
    border-left: 1px solid #e7e7e7;
  }
}

@media (max-width: 750px) {
  .footer__menu-col {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .footer__menu-col {
    width: 50%;
    float: left;
    border-left: 1px solid #e7e7e7;
    height: 100%;
    padding-top: 40px;
  }
}

.footer__links {
  padding-left: 40px;
}

@media (max-width: 750px) {
  .footer__links {
    padding-left: 0;
    margin: 0 !important;
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .footer__links {
    text-align: left;
  }
}

.footer__links li {
  margin-bottom: 10px;
}

.footer-contacts__item {
  padding-left: 33px;
  position: relative;
  margin-bottom: 17px;
}

.footer-contacts__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-contacts__item_phone {
  font-family: "GothamPro", "Arial Black", sans-serif;
  font-weight: bold;
  font-size: 17px;
}

.footer-contacts__item_phone::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -94px;
  width: 20px;
  height: 21px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.footer-contacts__item_email::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -89px -33px;
  width: 21px;
  height: 21px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.footer-contacts__item_address::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -24px -94px;
  width: 20px;
  height: 21px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  cursor: pointer;
}

#form__overlay { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) url("../img/plugins/fancybox_loading.gif") center center no-repeat;
}

.form {
  background-color: #FFFFFF;
  /*border-radius: 3px;*/
  border: 1px solid #ababab;
  /*border: 1px solid #dfdfdf;*/
  padding: 20px;
  position: relative;
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.configurator .form {

}

.form__title {
  font: bold 27px/30px "GothamPro", "Arial Black", sans-serif;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
  margin-bottom: 20px;
}

.form__title {
  font-size: 22px;
  line-height: normal;
}

@media (max-width: 750px) {
  .form__title {
    font-size: 18px;
    line-height: normal;
  }
}

.form__message {
  margin-bottom: 20px;
}

.form__input {
  margin-bottom: 20px;
}

.form__submit {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: right;
}

#content-from-success {
	display: none; 
}

@media (min-width: 751px) {
  .form__submit {
    width: 220px;
  }
}

.form__upload {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}

@media (min-width: 751px) and (max-width: 1020px) {
  .form__upload {
    width: 400px;
  }
}

@media (min-width: 1021px) {
  .form__upload {
    width: 50%;
  }
}

.form__options {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
*/}

@media (max-width: 750px) {
  .form__options {
    display: block;
  }
}

.form__option-item {
  /*max-width: 170px;*/
  font-size: 13px;
  line-height: 18px;
  color: #777777;
  margin-right: 10px;
}

.form__option-item:last-child {
  margin-right: 0;
}

@media (max-width: 750px) {
  .form__option-item {
    padding-top: 3px;
    max-width: none;
  }
}

.header__top {
  height: 40px;
}

.header__bottom {
  background-color: #FFFFFF;
  padding: 30px 0;
}

@media (min-width: 480px) and (max-width: 749px) {
  .header__logo {
    width: 50%;
  }
}

.header__logo-img {
  display: block;
  width: 100%;
}

.header__logo-img img {
  width: 100%;
}

@media (max-width: 750px) {
  .header__logo-img img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.header__contacts {
  text-align: right;
}

@media (max-width: 750px) {
  .header__contacts {
    text-align: center;
    padding-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .header__contacts {
    width: 50%;
    padding-top: 0;
  }
}

@media (max-width: 750px) {
  .header__contacts-list {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .header__contacts-list {
    display: block;
    width: 100%;
    height: 20px;
    padding-left: 80px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.header__tel {
  display: block;
  font: bold 14px/18px "GothamPro", "Arial Black", sans-serif;
  text-decoration: none;
  cursor: default;
  margin-bottom: 4px;
}
.header__mail {
  display: block;
  color: #4072a1;
  margin-bottom: 10px;
}
.header__tel .icon {
  margin-right: 4px;
}

.header__menu {
  margin-top: 30px;
}

.header__search {
  float: right;
  padding-top: 6px;
}

@media (min-width: 751px) {
  .header__search {
    display: none;
  }
}

.header__search-btn {
  display: block;
  padding: 7px 10px 10px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.header__search-btn .icon {
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px 0px;
  width: 20px;
  height: 20px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.header__search-popup {
  position: absolute;
  width: 100%;
  padding: 16px 16px 30px;
  top: 100%;
  left: 0;
  z-index: 1010;
  background-color: #FFFFFF;
  display: none;
}

.header__search-popup .btn, .header__search-popup .file-input .NFI-button, .file-input .header__search-popup .NFI-button, .header__search-popup .menu_search .menu__search-btn, .menu_search .header__search-popup .menu__search-btn {
  width: 110px;
  margin: 0 auto;
}

.header__search-input {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.header__search.open .header__search-btn {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1010;
}

.header__search.open .header__search-popup {
  display: block;
}

.header__lang {
  float: right;
  padding-top: 6px;
}

.header__inform-menu {
  float: left;
}

.lang {
  display: block;
  width: 375px;
}

@media (max-width: 1020px) {
  .lang {
    width: auto;
  }
  .lang.open {
    position: relative;
    z-index: 1010;
    background-color: #fff;
  }
}

@media (max-width: 1020px) and (max-width: 750px) {
  .lang.open {
    position: static;
  }
}

@media (max-width: 1020px) {
  .lang.open .lang__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .lang.open .lang__item.active {
    z-index: 1010;
  }
}

.lang__name {
  display: none;
}

@media (max-width: 750px) {
  .lang__name {
    display: inline;
    margin-left: 18px;
  }
}

.lang__group {
  display: inline-block;
}

.lang__group .lang__item:last-child {
  margin-right: 0;
}

@media (max-width: 1020px) {
  .lang__group {
    display: none;
  }
}

@media (max-width: 750px) {
  .lang__group {
    z-index: 1010;
  }
}

@media (max-width: 750px) {
  .lang__group .lang__item {
    border-radius: 0;
    padding: 10px 20px 10px 36%;
    border-bottom: 1px solid #dfdfdf;
  }
}

.lang__item {
  display: inline-block;
  padding: 8px 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

@media (min-width: 1021px) {
  .lang__item {
    margin-right: 10px;
  }
}

.lang__item.active {
  background-color: #FFFFFF;
}

@media (max-width: 1020px) {
  .lang__item.active {
    position: relative;
  }
  .lang__item.active::after {
    content: '';
    display: inline-block;
    border: 3px solid transparent;
    border-top-color: #777777;
  }
}

.inform-menu {
  padding: 10px 0;
  color: #777777;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  margin-left: -28px;
}

@media (max-width: 750px) {
  .inform-menu {
    margin-left: 0;
  }
}

.inform-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .inform-menu__content {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1010;
    text-align: center;
    display: none;
  }
}

.inform-menu__link {
  display: block;
  padding: 0 28px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  border-right: 1px solid #dfdfdf;
}

.inform-menu__link:last-child {
  border-right: none;
}

.inform-menu__link:hover {
  color: #010101;
}

@media (max-width: 750px) {
  .inform-menu__link {
    height: 36px;
    line-height: 35px;
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
}

.inform-menu__link_xs {
  display: none;
}

@media (max-width: 750px) {
  .inform-menu__link_xs {
    display: block;
  }
}

.inform-menu__name {
  display: inline-block;
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  border-right: none;
  padding: 5px 10px;
  cursor: pointer;
}

.inform-menu__name::after {
  content: '';
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px -40px;
  width: 10px;
  height: 4px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}

@media (min-width: 751px) {
  .inform-menu__name {
    display: none;
  }
}

.inform-menu.open .inform-menu__name {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1010;
}

.inform-menu.open .inform-menu__content {
  display: block;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
  position: relative;
}

.menu.active {
  z-index: 1010;
}

.menu__button, .menu__group-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  border-right: 1px solid #e6e6e6;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 13px/17px "GothamPro", "Arial Black", sans-serif;
  cursor: pointer;
}

.menu__button:hover, .menu__group-name:hover {
  background-color: #e7e7e7;
}

.menu__button_catalog {
  background: -webkit-linear-gradient(bottom, #ffbf00, #ff9800);
  background: linear-gradient(to top, #ffbf00, #ff9800);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-right: none;
}

.menu__button_catalog .icon {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -99px -94px;
  width: 24px;
  height: 10px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.menu__button_catalog.active {
  background: #000000 !important;
  color: #ffc000;
  position: relative;
  z-index: 1010;
}

.menu__button_catalog.active .icon {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -88px -119px;
  width: 24px;
  height: 10px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

@media (min-width: 751px) {
  .menu__button_catalog:hover {
    background: -webkit-linear-gradient(bottom, #ffd14d, #ffb84d);
    background: linear-gradient(to top, #ffd14d, #ffb84d);
  }
}

@media (max-width: 1020px) {
  .menu__button_brand {
    display: none;
  }
}

.menu__button_brand.active {
  background: #000000;
  color: #ffc000;
  position: relative;
  z-index: 1010;
  border-right: none;
}

.menu__button_search {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-right: none;
}

.menu__button_search .icon {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -135px 0px;
  width: 20px;
  height: 20px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.menu__group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media (max-width: 750px) {
  .menu__group {
    display: none;
  }
}

.menu__group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1020px) {
  .menu__group-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    display: none;
  }
  .menu__group-content .menu__button, .menu__group-content .menu__group-name {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
}

.menu__group-name {
  border-bottom: 1px solid transparent;
}

.menu__group-name::after {
  content: '';
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px -16px;
  width: 12px;
  height: 7px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin-left: 10px;
}

@media (min-width: 1021px) {
  .menu__group-name {
    display: none;
  }
}

.menu__group.open .menu__group-name {
  border-bottom-color: #dfdfdf;
}

.menu__group.open .menu__group-name::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__group.open .menu__group-content {
  display: block;
}

.menu__search {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .menu__search {
    display: none;
  }
}

.menu__search-container {
  background-color: #f4f4f4;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: width 500ms;
  transition: width 500ms;
  overflow: hidden;
  width: 0;
  display: none;
}

.menu_search .menu__group {
  display: none;
}

.menu_search .menu__search {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu_search .menu__search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.menu_search .menu__search-input {
  height: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu_search .menu__search-btn {
  width: 110px;
  height: 34px;
  line-height: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.menu_search .menu__search .menu__button_search .icon {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -66px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.menu-catalog {
  position: absolute;
  z-index: 1010;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  display: none;
}

.menu-catalog__top {
  padding: 8px 18px;
  position: relative;
}

.menu-catalog__top:before, .menu-catalog__top:after {
  display: table;
  content: "";
}

.menu-catalog__top:after {
  clear: both;
}

.lt-ie8 .menu-catalog__top {
  zoom: 1;
}

@media (max-width: 750px) {
  .menu-catalog__btn {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 751px) and (max-width: 1020px) {
  .menu-catalog__btn {
    float: right;
  }
}

.menu-catalog__close {
  position: absolute;
  display: block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -66px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.menu-catalog__close:hover {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

@media (max-width: 1020px) {
  .menu-catalog__close {
    display: none;
  }
}

.menu-catalog__content {
  display: none;
}

.menu-catalog__content:before, .menu-catalog__content:after {
  display: table;
  content: "";
}

.menu-catalog__content:after {
  clear: both;
}

.lt-ie8 .menu-catalog__content {
  zoom: 1;
}

.menu-catalog__content.active {
  display: block;
}

.menu-catalog__switcher {
  line-height: 34px;
}

@media (max-width: 750px) {
  .menu-catalog__switcher {
    text-align: center;
  }
}

@media (min-width: 751px) and (max-width: 1020px) {
  .menu-catalog__switcher {
    float: left;
  }
}

@media (min-width: 1021px) {
  .menu-catalog__switcher {
    display: none;
  }
}

.switcher-link {
  color: #4072a1;
  margin-right: 10px;
}

.switcher-link.active {
  font-weight: bold;
  color: #000000;
  border-bottom: none;
}

.side-menu {
  background-color: #ececec;
  border-radius: 5px;
  padding: 17px;
  margin-bottom: 35px;
}

.side-menu__header {
  font: bold 15px/22px "GothamPro", "Arial Black", sans-serif;
  margin-bottom: 10px;
}

.side-menu__list {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: #cecece 0 1px 0 1px;
}

.side-menu__btn {
  display: block;
  padding: 10px 10px 10px 28px;
  text-decoration: none;
  position: relative;
}

.side-menu__btn_level-1 {
  background: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
  background: linear-gradient(to bottom, #f7f7f7, #e8e8e8);
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #4072a1;
  border-bottom: 1px solid #cecece;
}

.side-menu__btn_level-1::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 11px;
  background-image: url("../img/svg-sprite/spriteg7bc8xjq0k9.svg");
  background-position: -4px -70px;
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
}

.side-menu__btn_level-1.active {
  background: -webkit-linear-gradient(top, #ffbf00, #ff9800);
  background: linear-gradient(to bottom, #ffbf00, #ff9800);
  color: #000000;
  border-bottom: none;
}

.side-menu__btn_level-1.active::before {
  top: 19px;
  background-image: url("../img/svg-sprite/spriteg7bc8xjq0k9.svg");
  background-position: -4px -85px;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
}

.side-menu__btn_level-2 {
  background: #404040;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
}

.side-menu__btn_level-2::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 11px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px -48px;
  width: 5px;
  height: 5px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.side-menu__btn_level-2:hover {
  background: #4d4d4d;
}

.side-menu__btn_level-2.active {
  color: #ffc000;
}

.side-menu__submenu {
  padding: 16px 16px 16px 28px;
  background-color: #2c2c2c;
  color: #dddddd;
}

.side-menu__submenu-item {
  margin-bottom: 10px;
}

.side-menu__submenu-item:last-child {
  margin-bottom: 0;
}

.side-menu__submenu-link {
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
}

.side-menu__submenu-link.active {
  color: #ffc000;
}

.side-menu_simple .side-menu__btn_level-1::before {
  top: 18px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -182px -57px;
  width: 4px;
  height: 4px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.side-menu_simple .side-menu__btn_level-1.active {
  color: #000000;
  background: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
  background: linear-gradient(to bottom, #f7f7f7, #e8e8e8);
}

.side-menu_simple .side-menu__btn_level-1.active::before {
  top: 19px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px -57px;
  width: 4px;
  height: 4px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.side-menu_simple .side-menu__btn_level-1:hover {
  color: #000000;
  background: -webkit-linear-gradient(top, #ffbf00, #ff9800);
  background: linear-gradient(to bottom, #ffbf00, #ff9800);
}

.side-menu_simple .side-menu__btn_level-1:hover::before {
  top: 19px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -174px -57px;
  width: 4px;
  height: 4px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

@media (max-width: 1020px) {
  .side-menu {
    cursor: pointer;
    position: relative;
  }
  .side-menu::after {
    content: '';
    display: block;
    background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
    background-position: -174px -16px;
    width: 12px;
    height: 7px;
    background-size: 186px, 155px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 17px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .side-menu__list {
    display: none;
  }
  .side-menu__header {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .side-menu.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .side-menu.open .side-menu__list {
    display: block;
  }
  .side-menu.open .side-menu__header {
    margin-bottom: 10px;
  }
}

.news-item {
  margin-bottom: 30px;
}

.news-item:before, .news-item:after {
  display: table;
  content: "";
}

.news-item:after {
  clear: both;
}

.lt-ie8 .news-item {
  zoom: 1;
}

.news-item__img {
  display: block;
  width: 98px;
  float: left;
}

.news-item__img img {
  display: block;
  width: 100%;
}

.news-item__content {
  margin-left: 120px;
}

.news-item__date {
  display: inline-block;
  padding: 5px;
  background-color: #f4f4f4;
  color: #777777;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.pagination {
  padding: 20px 0;
}

.pagination:before, .pagination:after {
  display: table;
  content: "";
}

.pagination:after {
  clear: both;
}

.lt-ie8 .pagination {
  zoom: 1;
}

.pagination__btn {
  display: inline-block;
  text-decoration: none;
  height: 33px;
  min-width: 33px;
  line-height: 31px;
  border: 1px solid #4072a1;
  border-radius: 3px;
  text-align: center;
  margin-right: 10px;
  color: #4072a1;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .pagination__btn {
    margin-right: 2px;
    margin-bottom: 4px;
  }
}

.pagination__btn:last-child {
  margin-right: 0;
}

.pagination__btn:not(.active):hover {
  border-color: #ffc000;
  color: #4072a1;
}

.pagination__btn.active {
  border: none;
  /* background: -webkit-linear-gradient(top, #ffbf00, #ff9800);
  background: linear-gradient(to bottom, #ffbf00, #ff9800);
  color: #000000; */
  background: #4072a1;
  color: white;
}

.pagination__btn.active:hover {
  color: #000000;
}

.pagination__btn_back {
  width: 142px;
  line-height: 30px;
}

.pagination__btn_back::before {
  content: '';
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -75px -141px;
  width: 16px;
  height: 8px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.pagination__btn_next {
  width: 140px;
  line-height: 30px;
}

.pagination__btn_next::after {
  content: '';
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -139px -119px;
  width: 16px;
  height: 8px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}

.pagination__pages {
  display: inline-block;
  margin-right: 10px;
}

/* @media (max-width: 750px) {
  .pagination__pages {
    display: none;
  }
} */

.phones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
}

@media (max-width: 1020px) {
  .phones-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    height: 65px;
    background: #FFFFFF;
    padding: 0 5px 5px 10px;
    display: block;
  }
  .phones-list.open {
    position: absolute;
    height: auto;
    z-index: 1010;
  }
}

@media (max-width: 1020px) and (max-width: 750px) {
  .phones-list.open {
    width: 350px;
  }
}

@media (max-width: 750px) {
  .phones-list {
    height: 20px;
  }
}

.phones-list__item {
  display: block;
  max-width: 245px;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 8px;
  margin-right: 5px;
  position: relative;
}

.phones-list__item:before, .phones-list__item:after {
  display: table;
  content: "";
}

.phones-list__item:after {
  clear: both;
}

.lt-ie8 .phones-list__item {
  zoom: 1;
}

.phones-list__item::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  position: absolute;
  left: 0;
  bottom: 4px;
}

@media (max-width: 750px) {
  .phones-list__item {
    max-width: 330px;
  }
  .phones-list__item:first-child::before {
    bottom: 8px;
  }
  .phones-list__item:first-child .phones-list__city {
    font: bold 12px/18px "SansCaption", Arial, sans-serif;
    color: #5395d3;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
  }
  .phones-list__item:first-child .phones-list__city::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    border: 3px solid transparent;
    border-top-color: #5395d3;
  }
}

.phones-list__number {
  display: inline-block;
  float: right;
  padding-left: 3px;
  color: #777777;
  background-color: #FFFFFF;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  white-space: nowrap;
}

.phones-list__city {
  display: inline-block;
  padding-right: 3px;
  font-weight: bold;
  background-color: #FFFFFF;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  white-space: nowrap;
  float: left;
}

.phones-list__more {
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

@media (min-width: 1021px) {
  .phones-list__more {
    display: none;
  }
}

.phones-list__more-link {
  font: bold 12px/18px "SansCaption", Arial, sans-serif;
  color: #5395d3;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}

.phones-list__more-link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border: 3px solid transparent;
  border-top-color: #5395d3;
}

@media (max-width: 750px) {
  .phones-list__more {
    display: none;
  }
}

.product-main__img img {
  display: block;
  max-width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}

.product-main__btn {
  max-width: 377px;
  margin-top: 15px;
}



.product-info {
  width: 100%;
  display: table;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.product-info__row {
  display: table-row;
  margin-right: 20px;
}




.product-info__row2 {
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	align-content:center;
	display:flex; 
}
.product-info__cert{
	padding-right:100px;
}
.product-info__cert img{
	width:50px;
}
@media (max-width: 1200px) {
	.product-info__cert{
		padding-right:0px;
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media (max-width: 450px) {
	.product-info__row2 {
		padding-top:10px;
	}
	.product-info__cert{
		
	}
} 




.product-info__name {
  display: table-cell;
  width: 130px;
  font-size: 15px;
  color: #777777;
}

.product-info__value {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
}

.download-catalog {
	margin-bottom:20px;
  display: inline-block;
  height: 40px;
  padding-left: 45px;
  background: url("../img/general/pdf.svg") no-repeat 0 50%;
  background-size: 33px;
  vertical-align: middle;
}

.download-catalog__link {
  text-decoration: none;
  color: #4072a1;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}

.download-catalog__info {
  font-size: 13px;
  line-height: 13px;
  color: #777777;
  padding-top: 5px;
}


.product-main__download {
  margin-right: 45px;
}




.file-3d {
	margin-bottom:20px;
  display: inline-block;
  height: 40px;
  padding-left: 45px;
  background: url("../img/general/3d.png") no-repeat 0 50%;
  background-size: 33px;
  vertical-align: middle;
}

.file-3d__link {
  text-decoration: none;
  color: #4072a1;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}

.file-3d__info {
  font-size: 13px;
  line-height: 13px;
  color: #777777;
  padding-top: 5px;
}






.product-available {
  display: inline-block;
  height: 40px;
  padding-left: 45px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  color: #777777;
}

.product-available_instock {
  background: url("../img/general/instock.svg") no-repeat 0 50%;
  background-size: 33px;
  color: #42bf39;
}
.product-available_nostock {
  background: url("../img/general/nostock.png") no-repeat 0 50%;
  background-size: 33px;
  color: #f7042c;
}

.product-tabs {
  padding-top: 40px;
}

.product-tabs__buttons:before, .product-tabs__buttons:after {
  display: table;
  content: "";
}

.product-tabs__buttons:after {
  clear: both;
}

.lt-ie8 .product-tabs__buttons {
  zoom: 1;
}

@media (max-width: 750px) {
  .product-tabs__buttons {
    display: none;
  }
}

.product-tabs__btn {
  display: block;
  float: left;
  width: 140px;
  height: 45px;
  border-radius: 3px;
  border: solid 2px #ffc000;
  line-height: 41px;
  text-align: center;
  margin-right: 38px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.product-tabs__btn span {
  display: inline-block;
  color: #4072a1;
  border-bottom: 1px dashed;
  line-height: 14px;
}

.product-tabs__btn.active {
  background-color: #d8d8d8;
  border: none;
  line-height: 45px;
  box-shadow: inset 0 1px 2px 0 rgba(69, 69, 69, 0.52);
}

.product-tabs__btn.active::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: inherit;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

.product-tabs__btn.active span {
  color: #000000;
  border: none;
}

.product-tabs__btn_xs {
  float: none;
  width: 100%!important;
  margin-right: 0;
  display: none;
}

@media (max-width: 750px) {
  .product-tabs__btn_xs {
    display: block;
  }
}

.product-photo {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.product-photo img {
  display: block;
  position: absolute;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 3s;
  transition: all 3s;
}

.product-photo::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -44px -119px;
  width: 18px;
  height: 18px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

@media (min-width: 751px) {
  .product-photo:hover img {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}

.product-short-info {
  font: normal 14px/22px "SansCaption", Arial, sans-serif;
  padding-top: 20px;
}

.product-short-info:before, .product-short-info:after {
  display: table;
  content: "";
}

.product-short-info:after {
  clear: both;
}

.lt-ie8 .product-short-info {
  zoom: 1;
}

.product-short-info__img {
  width: 60px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}

.product-short-info__img img {
  width: 100%;
  display: block;
}

.product-short-info__content {
  margin-left: 80px;
  color: #777777;
}

.product-short-info__name {
  font-size: 15px;
  margin: 0 0 7px;
}

.product-short-info__link {
  font-weight: bold;
}

.product-short-info__info {
  margin: 0 0 5px;
}

.search-form {
  padding-bottom: 30px;
  border-bottom: 2px solid #ffab01;
  margin-bottom: 25px;
}

.search-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form__input {
  height: 36px;
  border: 1px solid #dfdfdf;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-form__btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.search-form__btn .btn, .search-form__btn .file-input .NFI-button, .file-input .search-form__btn .NFI-button, .search-form__btn .menu_search .menu__search-btn, .menu_search .search-form__btn .menu__search-btn {
  height: 36px;
  line-height: 36px;
  width: 110px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.search-results__item {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.search-results__title {
  margin-top: 0;
  margin-bottom: 5px;
}

.search-results__text {
  margin-top: 0;
  margin-bottom: 15px;
}

.sideblock {
  padding: 18px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
}

.sideblock__title {
  font: bold 18px/26px "GothamPro", "Arial Black", sans-serif;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
}

.sideblock__content {
  padding: 15px 0;
}

.sideblock__btn {
  margin-top: 15px;
}

.sideblock_podbor {
  border: none;
  background: url("../img/general/podbor_bg.jpg") no-repeat 50%;
  background-size: cover;
  color: #FFFFFF;
}

.sideblock_podbor .sideblock__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideblock_podbor .sideblock__row img {
  width: 40px;
  margin-right: 15px;
}

.sideblock_podbor .sideblock__btn {
  margin-top: 0;
}

.slider {
  position: relative;
}

@media (max-width: 750px) {
  .slider {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

@media (max-width: 750px) {
  .slider__buttons {
    display: none;
  }
}

.slider__btn {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #FFFFFF;
  border: none;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  padding-left: 20%;
  padding-right: 20px;
  text-align: left;
  font: bold 13px/17px "GothamPro", "Arial Black", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.slider__btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider__btn:focus {
  outline: none;
}

.slider__btn.active {
  background-color: transparent;
  color: #FFFFFF;
}

.slider__btn_competence::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -61px 0px;
  width: 24px;
  height: 26px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_competence.active::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -61px -30px;
  width: 24px;
  height: 26px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_import::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -61px;
  width: 21px;
  height: 29px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_import.active::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -89px 0px;
  width: 21px;
  height: 29px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_podbor::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -32px 0px;
  width: 25px;
  height: 25px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_podbor.active::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px -32px;
  width: 25px;
  height: 25px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_outsource::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -79px -61px;
  width: 23px;
  height: 23px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider__btn_outsource.active::before {
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: -52px -61px;
  width: 23px;
  height: 23px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slide {
  position: relative;
  color: #FFFFFF;
}

@media (min-width: 1021px) {
  .slide {
    min-height: 510px;
  }
}

@media (max-width: 750px) {
  .slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slide__img {
  min-width: 100%;
}

.slide__container {
  min-height: 100%;
}

.slide_podbor {
  background: url("../img/assets/slider/3.jpg") no-repeat 50%;
  background-size: cover;
}

.slide_outsource {
  background: url("../img/assets/slider/4.jpg") no-repeat 50%;
  background-size: cover;
}

.slide_import {
  background: url("../img/assets/slider/2.jpg") no-repeat 50%;
  background-size: cover;
}

.slide_competence {
  background: url("../img/assets/slider/1.jpg") no-repeat 50%;
  background-size: cover;
}

.slider-podbor__title {
  font: bold 33px/33px "GothamPro", "Arial Black", sans-serif;
  margin: 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
}

@media (max-width: 1020px) {
  .slider-podbor__title {
    font-size: 20px;
  }
}

.slider-podbor__button {
  width: 200px;
  margin: 0 auto 30px;
}

.slider-podbor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1020px) {
  .slider-podbor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slider-podbor__item {
  max-width: 170px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1020px) {
  .slider-podbor__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    width: 100%;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
}

.slider-podbor__item-img {
  height: 60px;
}

.slider-podbor__item-img img {
  display: inline-block;
  max-width: 75px;
  max-height: 60px;
}

@media (max-width: 1020px) {
  .slider-podbor__item-img {
    width: 60px;
    height: auto;
    margin-right: 20px;
  }
}

.slider-podbor__item-text {
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .slider-podbor__item-text {
    margin-top: 0;
  }
}

.slider-outsource__title {
  font: bold 40px/40px "GothamPro", "Arial Black", sans-serif;
  margin: 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
}

@media (max-width: 1020px) {
  .slider-outsource__title {
    font-size: 20px;
  }
}

.slider-outsource__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 40px;
}

@media (max-width: 1020px) {
  .slider-outsource__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.slider-outsource__button {
  width: 200px;
  margin: 0 auto 30px;
}

.slider-import__title {
  font: bold 32px/32px "GothamPro", "Arial Black", sans-serif;
  margin: 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
}

@media (max-width: 1020px) {
  .slider-import__title {
    font-size: 20px;
  }
}

.slider-import__list {
  margin: 0 !important;
  font-weight: bold;
}

.slider-import__list li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1020px) {
  .slider-import__list li {
    margin-bottom: 10px;
  }
}

.slider-import__list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/png-sprite/96dpi/spriteg7bc8xjq0k9.png);
  background-position: 0px 0px;
  width: 28px;
  height: 28px;
  background-size: 186px, 155px;
  background-repeat: no-repeat;
}

.slider-competence__title {
  font: bold 40px/40px "GothamPro", "Arial Black", sans-serif;
  margin: 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc000;
}

@media (max-width: 1020px) {
  .slider-competence__title {
    font-size: 20px;
  }
}

.slider-competence__row {
  padding-top: 40px;
}

.slider-competence .competence {
  padding-top: 10%;
}

.slider-competence .competence__img {
  height: 50px;
}

@media (max-width: 750px) {
  .slider-competence .competence__img {
    height: 30px;
  }
}

@media (max-width: 750px) {
  .slider-competence .competence__name {
    font-size: 11px;
    line-height: 15px;
  }
}


/*NEW*/
/* clearfix */
.cf:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.cf {
	display: inline-block;
}
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
li.cf {
	display: list-item;
}
:focus { outline: 0; }
/*Banner*/
.banner {
	margin-bottom: 30px;
}
.banner img {
	width: 100%;
	display: block;
}
.banner > div {
	display: none;
}
@media screen and (min-width: 1019px) {
	.banner_870x110 {display: block !important;}
}
@media screen and (max-width: 1019px) {
	.banner_688x110 {display: block !important;}
}
@media screen and (max-width: 750px) {
	.banner_688x110 {display: none !important;}
	.banner_417x180 {display: block !important;}
}
@media screen and (max-width: 380px) {
	.banner_688x110 {display: none !important;}
	.banner_417x180 {display: none !important;}
	.banner_286x272 {display: block !important;}
}

/*advantages*/
.advantages {
	margin-bottom: 40px;
}
.advantages h1 {
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.advantages > strong {
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-size: 20px;
	display: block;
}
.advantages > span {
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-size: 15px; color: #777;
	display: block;
}
.advantages .btn{
	max-width: 230px;
	height: 45px;
	line-height: 46px;
	margin: 10px auto;
	text-transform: none;
	font-size: 15px;
	letter-spacing: 0;
}



.advantages ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
/*    padding-top: 40px;*/
    padding-top: 10px;
}
.advantages ul li {
	width: 33%;
	text-align: center;
}
.advantages ul li i {
	height: 120px;
	display: block;
}
.advantages ul li span {
	font-family: 'PT Sans', sans-serif;
	display: block;
	font-size: 20px;
	font-weight: 700;
	max-width: 150px;
	margin: 35px auto 0;
}
.advantages ul li p {
	font-size: 16px;
	padding: 0 30px;
}
.advantages .diagram {
	height: 106px;
	margin-top: 14px;
}
@media screen and (max-width: 1235px) {
	.advantages ul li p {
		padding: 0 13px;
	}
}
@media screen and (max-width: 1040px) {
	.advantages ul li p {
		padding: 0 5px;
	}
}
@media screen and (max-width: 750px) {
	.advantages > strong {
		font-size: 16px;
	}
	.advantages.card ul {
		display: block !important;
	}
	.advantages.card ul li {
		width: 100% !important;
		text-align: left;
	}
	.advantages ul {
		margin-top: 0;
		display: block;
		max-width: 350px;
		margin: 0 auto;
	}
	.advantages ul li {
		width: 100%;
		text-align: left;
	}
	.advantages ul li span {
		font-family: "SansCaption",Arial,sans-serif;
		max-width: 200px;
		padding: 0 0 0 80px;
		margin: 0;
		font-size: 15px;
		line-height: 20px;
	}
	.advantages ul li p {
		padding: 0 0 0 80px;
		font-size: 13px; color: #717171;
		max-width: 300px;
	}
	.advantages ul li i {
		position: absolute;
		height: auto;
	}
	.advantages ul li i.truck {
		margin-top: -4px;
	}
	.advantages ul li i.truck img {
		width: 40%;
	}
	.advantages ul li i.diagram {
		margin-top: 1px;
	}
	.advantages ul li i.diagram img {
		width: 40%;
	}
	.advantages ul li i.list {
		margin-top: -4px;
	}
	.advantages ul li i.list img {
		width: 44%;
	}
}

/*catalog CARD*/
.product-main__btn.left-btn {
	display: inline-block;
	margin-right: 28px;
	margin-top: 10px;
}
.product-main__btn.left-btn .btn {
	font-family: "SansCaption",Arial,sans-serif;
	width: 210px; height: 50px;
	font-size: 14px;
	line-height: 50px;
}
.product-info.b-two {
	padding-bottom: 28px;
}
.advantages.card ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 auto;
}
.advantages.card ul li {
	width: 33%;
	text-align: left;
}
.advantages.card ul li span {
	font-family: "SansCaption",Arial,sans-serif;
	max-width: 200px;
	padding: 0 0 0 80px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
}
.advantages.card ul li p {
	padding: 0 0 0 80px;
	font-size: 13px; color: #717171;
/*	max-width: 235px;*/
	max-width: 350px;
	margin-top: 10px;
	line-height: 18px;
}
.advantages.card ul li p br {
	display: none;
}
.advantages.card ul li i {
	position: absolute;
	height: auto;
}
.advantages.card ul li i.truck {
	margin-top: -4px;
}
.advantages.card ul li i.truck img {
	width: 40%;
}
.advantages.card ul li i.diagram {
	margin: 1px 0 0 5px;
}
.advantages.card ul li i.diagram img {
	width: 40%;
}
.advantages.card ul li i.list {
	margin: -4px 0 0 10px;
}
.advantages.card ul li i.list img {
	width: 44%;
}

/*configurator
.configurator .form__title {
	font-family: "SansCaption",Arial,sans-serif;
}
.configurator .wrapper {
	min-height: 220px;
	position: relative;
	text-align: center;
}
.configurator .wrapper > div > span,
.configurator .wrapper .select-btn > span {
	font-size: 12px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
}
.configurator .select-btn {
	position: absolute;
	top: 0;
	text-align: left;
}
.configurator .select-btn a {
	background: url(../img/general/bg-tip.png) no-repeat center 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 160px; height: 160px;
	padding: 15px 20px;
	display: block;
	border: 1px solid #dfdfdf;
}
.configurator .select-btn a span {
	font-size: 18px; color: #0055b4;
	font-weight: 700;
	border-bottom: 1px dashed #0055b4;
	position: absolute;
	bottom: 12px;
	left: 40px;
}
.configurator .select-btn a p {
	font-size: 18px; color: #000;
	font-weight: 700;
	margin-top: -8px;
	text-align: center;
}
.configurator .select-btn a:hover span {
	border-bottom: 1px dashed #fff;
}
.configurator .select-btn.left {
	left: 0;
}
.configurator .select-btn.right {
	right: 0;
}
.configurator .select-option .list li:before {
	display: none;
}
.configurator .form__submit {
	width: 100%;
	float: none;
	margin-top: 22px;
	padding: 22px 0 0 0;
	clear: both;
	border-top: 1px solid #e8e8e8;
}
.configurator .form__submit .btn {
	width: 210px; height: 46px;
	line-height: 48px;
	float: right;
}
.configurator .select-option {
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
}
.configurator .nice-select {
	text-align: left;
}
.configurator .nice-select .current {
	-moz-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 300px; height: 43px;
	border: 1px solid #dfdfdf;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
	display: block;
	position: relative;
	cursor: pointer;
}
.configurator .nice-select .current:before {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -webkit-linear-gradient(bottom,#ff9800,#ffbf00);
    background: linear-gradient(to top,#ff9800,#ffbf00);
	width: 23px; height: 43px;
	display: block;
	content: '';
	position: absolute;
	right: -1px; top: -1px;
}
.configurator .nice-select .current:after {
	background: url(../img/general/select-arrow.png) no-repeat top;
	width: 9px; height: 6px;
	display: block;
	content: '';
	position: absolute;
	right: 6px; top: 18px;
}
.configurator .nice-select.open .current:after {
	background-position: bottom;
}
.configurator .nice-select.open .list {
	display: block;
	max-height: 400px;
	overflow-y: scroll;
}
.configurator .nice-select .list {
	-moz-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 277px;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 2px 0;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 99;
}
.configurator .nice-select .list li {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	min-height: 32px;
	margin: 0 2px;
	padding: 6px 15px 0 15px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}
.configurator .nice-select .list li:hover {
	background: #f0f0f0;
}
.configurator .input {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.configurator .input input {
	-moz-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 180px; height: 43px;
	border: 1px solid #dfdfdf;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
}
.configurator .input p {
	font-size: 12px; color: #949494;
	margin: 0;
}
.configurator .product {
	padding-top: 24px;
}
.configurator .product .info {
	background: url(../img/general/product_410.png) no-repeat;
	width: 410px; height: 85px;
	margin: 0 auto;
	position: relative;
}
.configurator .product .info > span {
	width: 100%;
	font-size: 13px;
	position: absolute;
	display: block;
	text-align: center;
}
.configurator .product .a-size {
	top: -14px;
}
.configurator .product .b-size {
	width: 170px !important;
	bottom: -20px;
}
#modal-from-select-one, #modal-from-select-two {
	padding: 20px;
}

.modal .wrapper {
	max-width: 640px;
}
.modal .form__title.s18 {
	font-size: 18px; color: #000;
	border-bottom: 0;
	margin-bottom: 0;
}
.check-list {
	width: 660px;
}
.check-list li {
	float: left;
	cursor: pointer;
	margin: 0 10px 17px 0;
}
.check-list li.active i:before {
	background: #ffe400;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	top: 0; left: 0;
	content: '';
	opacity: 0.76;
	filter: alpha(opacity=76);
}
.check-list li.active i:after {
	background: url(../img/general/check-select.png) no-repeat center;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	top: 0; left: 0;
	content: '';
}
.check-list li i {
	width: 120px; height: 120px;
	display: block;
	position: relative;
}
.check-list li i img {
	
}
.check-list li span {
	margin-top: 7px;
	display: block;
	text-transform: uppercase;
	font-size: 13px; color: #3055b0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.modal .wrapper {
		width: auto;
	}
	.check-list {
		width: auto;
	}
}
@media screen and (max-width: 1264px) {
	.configurator .input input {
		width: 140px;
	}
}
@media screen and (max-width: 1200px) {
	.configurator .nice-select .current {
		width: 240px;
	}
	.configurator .nice-select .list {
		width: 240px;
	}
}
@media screen and (max-width: 1120px) {
	.configurator .nice-select .current {
		width: 100%;
	}
	.configurator .nice-select .list {
		width: 240px;
	}
	.configurator .select-btn {
	    position: relative;
	    top: inherit;
	    left: inherit;
	    right: inherit;
	    margin-top: 40px;
	}
	.configurator .select-btn.left {
	    float: left;
	}
	.configurator .select-btn.right {
	    float: right;
	}
	.configurator .form__submit .btn {
		float: none;
		margin: 0 auto;
	}
	.configurator .select-option {
		width: 48%;
	}
	.configurator .input {
		width: 48%;
	}
	.configurator .input input {
		width: 100%;
	}
	.configurator .nice-select .list {
		width: calc(48% - 23px);
	}
}
@media screen and (max-width: 750px) {
	.configurator .select-option,
	.configurator .input {
		width: 100%;
		display: block;
	}
	.configurator .nice-select .list {
		width: calc(100% - 23px);
	}
	.configurator .input {
		margin-top: 17px;
	}
}
@media screen and (max-width: 500px) {
	.configurator .product .info {
		background: url(../img/general/product_370.png) no-repeat;
		width: 370px;
	}
}
@media screen and (max-width: 455px) {
	.configurator .product .info {
		background: url(../img/general/product_260.png) no-repeat;
		width: 260px;
	}
	.configurator .product .b-size {
		width: 120px !important;
	}
	.select-btn {
		width: 50%;
	}
	.configurator .select-btn.left a {
		width: 100%;
		margin-right: 10px;
	}
	.configurator .select-btn.right a {
		width: 100%;
		margin-left: 10px;
	}
	.configurator .select-btn a span {
		font-size: 16px;
	}
	.configurator .form__submit .btn {
		width: 100%;
	}
}
*/

/*configurator*/
.configurator .form__title {
	font-family: "SansCaption",Arial,sans-serif;
}
.configurator .wrapper {
	min-height: 220px;
	position: relative;
	text-align: center;
}
.configurator .wrapper > div > span,
.configurator .wrapper .select-btn > span {
	font-size: 13px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
}
.configurator .select-btn {
	position: absolute;
	top: 0;
	text-align: left;
}
.configurator .select-btn a {
	background: url(../img/general/bg-tip.png) no-repeat center center;
	background-size:70% auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 160px; height: 160px;
	padding: 15px 20px;
	display: block;
	border: 1px solid #dfdfdf;
}
.configurator .select-btn a p {
	font-size: 18px; color: #000;
	font-weight: 700;
	margin-top: -8px;
	text-align: center;
text-shadow: 
-0 -1px 0 #FFFFFF,
0 -1px 0 #FFFFFF,
-0 1px 0 #FFFFFF,
0 1px 0 #FFFFFF,
-1px -0 0 #FFFFFF,
1px -0 0 #FFFFFF,
-1px 0 0 #FFFFFF,
1px 0 0 #FFFFFF,
-1px -1px 0 #FFFFFF,
1px -1px 0 #FFFFFF,
-1px 1px 0 #FFFFFF,
1px 1px 0 #FFFFFF,
-1px -1px 0 #FFFFFF,
1px -1px 0 #FFFFFF,
-1px 1px 0 #FFFFFF,
1px 1px 0 #FFFFFF;
}
.configurator .select-btn a span {
	font-size: 18px; color: #0055b4;
	font-weight: 700;
	border-bottom: 1px dashed #0055b4;
	position: absolute;
	bottom: 12px;
}
.configurator .select-btn a:hover span {
	border-bottom: 1px dashed #fff;
}
.configurator .select-btn.left {
	left: 0;
}
.configurator .select-btn.left2 {
	left: 0;
	top: 210px;
}

.configurator .select-btn.right {
	right: 0;
}
.configurator .select-btn.right2 {
	right: 0;
	top:210px;
}
.configurator .select-btn a .nokr{
  display:none;
}
.configurator .select-btn.no-have a .nokr{
  display:block;
  text-align:center;
  font-style: normal;
  color:#808080;
  font-size: 14px;
  padding-top:16px;
  font-weight: bold;
}
.configurator .select-btn.no-have a{
  cursor:default;
}
.configurator .select-btn.no-have a p{display:none;}
.configurator .select-btn.no-have a span{display:none;}



.configurator .select-option .list li:before {
	display: none;
}
.configurator .form__submit {
	width: 100%;
	float: none;
	margin-top: 22px;
	padding: 22px 0 0 0;
	clear: both;
	border-top: 1px solid #e8e8e8;
}
.configurator .form__submit .btn {
	width: 210px; height: 46px;
	line-height: 48px;
	float: right;
}
.configurator .form__submit .btn#print_spring {
	float: left;
	background: linear-gradient(to top, #dadada, #cacaca);
}

.configurator .form__submit .btn-add{
	width: 300px;
}

.configurator .select-option {
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
}
.configurator .nice-select {
	text-align: left;
}
.configurator .nice-select .current {
	-moz-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 300px; height: 43px;
	border: 1px solid #dfdfdf;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
	display: block;
	position: relative;
	cursor: pointer;
	overflow:hidden;
}
.configurator.stretch .nice-select .current {
	font-size: 16px;	
}
.configurator .input .nice-select .current {
	width: auto;
}
.configurator .nice-select .current:before {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -webkit-linear-gradient(bottom,#ff9800,#ffbf00);
    background: linear-gradient(to top,#ff9800,#ffbf00);
	width: 23px; height: 43px;
	display: block;
	content: '';
	position: absolute;
	right: -1px; top: -1px;
}
.configurator .nice-select .current:after {
	background: url(../img/general/select-arrow.png) no-repeat top;
	width: 9px; height: 6px;
	display: block;
	content: '';
	position: absolute;
	right: 6px; top: 18px;
}
.configurator .nice-select.open .list {
	display: block;
	max-height: 400px;
	overflow-y: scroll;
	width: 416px;
}
.configurator .nice-select.open .current:after {
	background-position: bottom;
}
.configurator .nice-select.open .list {display: block;}
.configurator .nice-select .list {
	-moz-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 299px;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 2px 0;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 99;
}
.configurator .input .nice-select .list {
	width: 125px;
}
.configurator .nice-select .list li:before {
	background-image: none;
}
@media screen and (max-width: 1120px) {
	.configurator .input {
		position: relative;
	}
	.configurator .input .nice-select .list {
		width: calc(100% - 24px);
	}
}
.configurator .nice-select .list li {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	min-height: 32px;
	margin: 0 2px;
	padding: 6px 5px 0 15px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.configurator .nice-select .list li:hover {
	background: #f0f0f0;
}

.configurator .nice-select .list li  span {
	display: inline-block;
	padding-left: 19px;
	float: right;
	font-size: 14px;
}
.configurator .nice-select .list li.yes  span {
	background: transparent url(/netcat_template/template/2/img/general/check.png) 0 50% no-repeat;
}
.configurator .nice-select .list li.yes  span:after {
	color: #439e47;
	content: "в наличии";
}
.configurator .nice-select .list li.no  span {
	background: transparent url(/netcat_template/template/2/img/general/wait.png) 0 50% no-repeat;
}
.configurator .nice-select .list li.no  span:after {
	color: #BC8906;
	content: "под заказ";
}

.configurator .nice-select .list li.select__not span:after {
	color: #ee9436;
	content: "под заказ";
}
.configurator .nice-select .list li.select__yes span:after {
	color: #42bf39;
}



.configurator .input {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.configurator .input input {
	-moz-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	box-shadow: inset 0px 3px 4px 0px #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 180px; height: 43px;
	border: 1px solid #dfdfdf;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
}
.configurator .input p {
	font-size: 12px; color: #949494;
	margin: 0;
}
.configurator .product {
	padding-top: 24px;
}
.configurator .product .info {
	background: url(../img/general/product_410.png) no-repeat;
	background-size: contain;
	width: 410px; height: 100px;
	margin: 0 auto;
	position: relative;
}
.configurator.stretch .product .info {
	background: url(../img/general/stretch.png) no-repeat;
	background-size: contain;
	width: 410px; height: 145px;
	margin: 0 auto;
	position: relative;
}
.configurator .product .info > span {
	width: 100%;
	font-size: 13px;
	position: absolute;
	display: block;
	text-align: center;
}
.configurator .product .a-size {
	top: -17px;
}
.configurator .product .b-size {
	width: 145px !important;
	bottom: 10px;
	LEFT: 30PX;
}
.configurator .product .c-size {
  left:200px;
  width: 170px !important;
  bottom: 5px;
}
.configurator.stretch .product .a-size {
	top: 23px;
	left: 60px;
}
.configurator.stretch .product .b-size {
	width: 170px !important;
	top: 23px;
}
.configurator.stretch .product .c-size {
	top: -20px;
	left: 3px;
}
.configurator.stretch .product .d-size {
  bottom: 5px;
}

.configurator .product .info-param {
	max-width: 410px;
	margin: 8px auto 0;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
}
.configurator .product .info-param strong {
	color: #ff9900;
	display: block;
	line-height: 12px;
}
.configurator .product .info-param ul {
	margin: 0;
}
.configurator .product .info-param ul li {
	line-height: 16px;
}
.configurator .product .left-text {
	float: left;
	margin-left: 10px;
}
.configurator .product .right-text {
	float: right;
	margin-right: 80px;
}


.configurator .product .info-dop {
	text-align: left;
	max-width: 390px;
	margin: 15px auto 0;
}

.configurator .product .info-dop .info-dop__cb label{
	display: block;
	padding:0 0 10px 0;
}
.configurator .product .info-dop .info-dop__cb a{
	color:#0055b4;
	text-decoration: underline;
}
.configurator .product .info-dop .info-dop__cb a:hover{
	text-decoration: none;	
}
.configurator .product .info-dop .info-dop__title{
	font-size:16px;
	padding:0 0 10px 0;
}

/*
.modal {
	padding: 40px 20px;
}
*/
.modal .wrapper {
	width: 640px;
}
.modal .form__title.s32 {
	font-size: 30px; color: #000;
	border-bottom: 0;
	margin-bottom: 0;
	padding-left: 34px;
}
.check-list {
	width: 660px;
}
.check-list li {
	float: left;
	cursor: pointer;
	margin: 0 10px 17px 0;
}
.check-list li.active i:before {
	background: #ffe400;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	top: 0; left: 0;
	content: '';
	opacity: 0.76;
	filter: alpha(opacity=76);
}
.check-list li.active i:after {
	background: url(../img/general/check-select.png) no-repeat center;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	top: 0; left: 0;
	content: '';
}
.check-list li i {
	width: 120px; height: 120px;
	display: block;
	position: relative;
}
.check-list li i img {
	
}
.check-list li span {
	margin-top: 7px;
	display: block;
	text-transform: uppercase;
	font-size: 13px; color: #3055b0;
}
@media screen and (max-width: 750px) {
	.modal .wrapper {
		width: auto;
	}
	.check-list {
		width: auto;
	}
	.configurator .form__submit .btn {
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1264px) {
	.configurator .input input {
		width: 140px;
	}
}
@media screen and (max-width: 1200px) {
	.configurator .nice-select .current {
		width: 240px;
	}
	.configurator .nice-select .list {
		width: 240px;
	}

}
@media screen and (max-width: 1120px) {
	.configurator .nice-select .current {
		width: 100%;
	}
	.configurator .nice-select .list {
		width: 240px;
	}
	.configurator .select-btn {
	    position: relative;
	    top: inherit;
	    left: inherit;
	    right: inherit;
	    margin-top: 40px;
	}
	.configurator .select-btn.left {
	    float: left;
	}
	.configurator .select-btn.right {
	    float: right;
	}
	.configurator .select-btn.left2 {
	    float: left;
	    top:auto;

	}
	.configurator .select-btn.right2 {
	    float: right;
	    top:auto;

	}

	.configurator .select-option {
		width: 48%;
	}
	.configurator .input {
		width: 48%;
	}
	.configurator .input input {
		width: 100%;
	}
	.configurator .nice-select .list {
		width: calc(48% - 23px);
	}
}

@media screen and (max-width: 1024px) {
	.configurator .form__submit .btn {
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 750px) {
	.configurator .select-option,
	.configurator .input {
		width: 100%;
		display: block;
	}
	.configurator .nice-select .list {
		width: calc(100% - 23px);
	}
	.configurator .input {
		margin-top: 17px;
	}

}
@media screen and (max-width: 500px) {
	.configurator .product .info {
		background: url(../img/general/product_370.png) no-repeat;
		width: 370px !important;
	}
	.configurator.stretch .product .a-size {
		top: 23px;
		left: 60px;
	}
	.configurator.stretch .product .b-size {
		width: 170px !important;
		top: 23px;
	}
	.configurator.stretch .product .c-size {
		top: -20px;
		left: -10px;
	}
}
@media screen and (max-width: 455px) {
	.configurator .product .info {
		background: url(../img/general/product_260.png) no-repeat;
		width: 260px !important;
	}
	.configurator .product .b-size {
		width: 120px !important;
	}
	.configurator.stretch .product .a-size {
		top: 10px;
		left: 40px;
	}
	.configurator.stretch .product .b-size {
		width: 110px !important;
		top: 10px;
	}
	.configurator.stretch .product .c-size {
		top: -20px;
		left: 0px;
	}
	.configurator .product .info-param {
		max-width: 260px;
		margin-top: 28px;
	}
	.configurator .product .left-text {
		width: calc(49% - 10px);
	}
	.configurator .product .right-text {
		width: 49%;
		margin-right: -5px;
	}
	.select-btn {
		width: 50%;
	}
	.configurator .select-btn.left a {
		width: 100%;
		margin-right: 10px;
	}
	.configurator .select-btn.right a {
		width: 100%;
		margin-left: 10px;
	}


	.configurator .select-btn.left2 a {
		width: 100%;
		margin-right: 10px;
	}
	.configurator .select-btn.right2 a {
		width: 100%;
		margin-left: 10px;
	}


	.configurator .select-btn a span {
		font-size: 16px;
	}
	.configurator .form__submit .btn {
		width: 100%;
	}
}



#modal-from-select-one .wrapper,
#modal-from-select-two .wrapper {
	width: 720px;
}

.modal__close,
.popUp-close {
	background: url(../img/general/close-popup.png) 100% 0 no-repeat;
	width: 24px; height: 24px;
	top: 20px !important; right: 20px !important;
	cursor: pointer;
}
.box-modal .popUp-close {
	position: absolute;
}
.popUp-close.back-to-tips span {
	font-weight: bold;
	font-size: 22px;
}
.popUp-close.back-to-tips {
	width: 100%;
	padding-left: 40px;
	color: #3f71a0;
}
.modal__close:hover {
	background: url(../img/general/close-popup.png) no-repeat;
	width: 24px; height: 24px;
}

.multiple-items .slick-arrow {
	background: url(../img/general/btn-carousel-arrow.png) no-repeat !important;
	width: 17px !important; height: 29px !important;
	display: block !important;
	top: 42px !important;
	padding: 0 !important;
}
.multiple-items .slick-arrow.slick-prev {
	background-position: left !important;
	left: -34px !important;
}
.multiple-items .slick-arrow.slick-next {
	background-position: right  !important;
	right: -34px !important;
}
.multiple-items {
	max-width: 686px;
	max-height: 510px;
	overflow-y: auto;
	margin: 10px auto 0;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.multiple-items .tab-link {
	margin-right: 8px;
	cursor: pointer;
	padding-left: 1px;
	padding-top: 2px;
	margin-bottom: 10px;
	display: block;
	vertical-align: top;
	width:120px;
	flex-shrink: 0;
}
.multiple-items .tab-link.current .wrap-i:before {
	width: 122px; height: 121px;
	border: 3px solid #ffab00;
	position: absolute;
	left: -2px; top: -3px;
	content: '';
}
.multiple-items .tab-link .wrap-i {
	position: relative;
	border: 1px solid #dfdfdf;
	padding: 8px 10px;
}
.multiple-items .tab-link .wrap-i i {
	background: url(../img/general/bg-items-carousel.png) no-repeat;
	width: 99px; height: 99px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}
.multiple-items .tab-link .wrap-i i img{
	max-width:100%;
	max-height:100%;
}
.multiple-items .tab-link a {
	text-decoration: none;
	font-size: 13px;
}
.multiple-items .tab-link span {
	margin-top: 4px;
	text-align: center;
	display: block;
}


.separator {
	max-width: 681px;
	min-height: 300px;
	border-top: 2px solid #ffc000;
	padding-top: 22px;
	margin: 24px auto 0;
}

.text-popup {
	width: 265px;
	float: left;
}
.text-popup .articul-title {
	display: block;
	font-size: 15px; color: #000;
	font-weight: 700;
}
.text-popup .links {
	font-size: 12px; color: #3f71a0;
	display: inline-block;
	margin-top: 4px;
}
.text-popup p {
	font-size: 12px; color: #000;
}
.text-popup .btn {
	max-width: 146px;
	height: 50px;
	padding-top: 6px;
	margin-top: 30px;
}

.slider-popup {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 400px; height: 274px;
	border: 1px solid #dfdfdf;
	float: right;
}

.slider-items {
	width: 400px; height: 274px;
}
.slider-items i {
	width: 400px; height: 274px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: -15px;
}
.slider-items .slick-arrow {
	background: url(../img/general/btn-slider-arrow.png) no-repeat !important;
	width: 17px !important; height: 29px !important;
	display: block !important;
	top: 118px !important;
	padding: 0 !important;
}
.slider-items .slick-arrow.slick-prev {
	background-position: left !important;
	left: 16px !important;
}
.slider-items .slick-arrow.slick-next {
	background-position: right  !important;
	right: 16px !important;
}
.slider-items .slick-dots {
	text-align: center;
	margin-top: -17px;
}
.slider-items .slick-dots li {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	width: 16px; height: 16px;
	background: #ffb500;
	border: 2px solid #ffb500;
	overflow: hidden;
	display: inline-block;
	margin: 0 3px;
}
.slider-items .slick-dots li.slick-active {
	background: #fff;
	border-color: #cbcbcb;
}
.slider-items .slick-dots li button {
	text-indent: -1000px;
	opacity: 0;
}


/*
.separator {
	display: none;
}
.separator.current {
	display: block;
}
*/
@media screen and (max-width: 850px) {
	.modal {
		max-width: 500px;
		/* padding: 20px; */
	}
	.modal .form__title.s32 {
		max-width: 200px;
		font-size: 26px;
	}
	#modal-from-select-one .wrapper, #modal-from-select-two .wrapper {
		width: 470px;
	}
	.multiple-items {
		width: 420px;
		max-height: 360px;
	}
	.separator {
		margin: 50px auto 0;
		max-width: 404px;
		min-height: 440px;
	}
	.slider-popup {
		float: none;
		margin: 0 auto;
	}
	.text-popup {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}

@media screen and (max-width: 570px) {

	/* .modal {
		padding: 20px 10px;
	} */

	#modal-from-select-one .wrapper, #modal-from-select-two .wrapper {
		width: 100%;
	}
	.separator {
		margin: 20px auto 0;
		max-width: 404px;
		min-width: 380px;
		min-height: 370px;
	}
	.slider-items i {
		height: 200px;
	}
	.slider-items .slick-arrow {
		top: 82px !important;
	}
	.slider-popup {
		width: 240px;
		height: 200px;
		float: none;
		margin: 0 auto;
	}
	.slider-items i {
		width: 240px;
	}
	.slider-items i img {
		display: block;
		width: 70%;
	}
	.slider-items {
		width: 240px;
	}
	.slider-items .slick-arrow.slick-prev {
		left: 10px !important;
	}
	.slider-items .slick-arrow.slick-next {
		right: 10px !important;
	}
	.text-popup {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.multiple-items .slick-slide .wrap-i {
		/*width: 88px; height: 88px;*/
		padding: 0;
		border: 0;
	}
	.multiple-items .slick-slide .wrap-i i {
		width: 88px; height: 88px;
	}
	.multiple-items .slick-slide.current .wrap-i:before {
		width: 93px; height: 93px;
		top: -2px;
	}
	.multiple-items .slick-arrow {
		top: 34px !important;
	}
	.multiple-items .slick-arrow.slick-prev {
		left: -25px !important;
	}
	.multiple-items .slick-arrow.slick-next {
		right: -25px !important;

	}

}


/*POPUP*/
[id*="modal-from-select-one"],
[id*="modal-from-select-two"] {
	max-width: 785px;
}

.box-modal {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 40px 20px;
	height: auto;
	position: relative;
}
.box-modal .form__title {
	border-bottom: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.box-modal h2 {
	text-align: left;
	padding: 0;
}
.popUp-overlay {
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	z-index: 999;
}
.popUp-overlay.nav-overlay {
	background: #fff !important;
}
.popUp-container {
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	z-index: 999;
}
.popUp-container.green-bg .popUp-container_i {
	background: #49BB17;
	width: 320px;
	position: absolute;
}
*:first-child+html .popUp-container {
	height: 100%
}
.popUp-container_i {
	height: 100%;
	margin: 0 auto;
}
.popUp-container_i2 {
	padding: 20px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}



@media screen and (max-width: 570px) {
	.popUp-container_i2 {
		padding: 0px;
	}	
	.box-modal {
		width: auto;
		padding: 20px;
	}

	.box-modal .form__title.s32 {
		/*max-width: 200px;*/
		font-size: 20px;
		padding-left: 0;
	}

	.multiple-items {
		width: 285px !important;
		margin: 0 auto;
	}
}
@media screen and (max-width: 430px) {
/*
.box-modal {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
	.popUp-container_i {
		width: 100%;
	}*/ 
	.popUp-container_i2 {
		padding: 0px;
	}
	.box-modal {
		padding: 15px;
	}
	#modal-from-select-one .wrapper, #modal-from-select-two .wrapper {
		overflow: hidden;
		position: relative;
	}

	.multiple-items {
		/*width: calc(100% - 50px) !important;*/
		margin: 0 auto;
		max-width: 285px;
	}
	.multiple-items .slick-list {
		width: 100%;
		overflow: hidden;
		position: absolute;
	}
	.separator {
		margin: 50px auto 0;
		max-width: 100%;
		min-width: 100%;
	}
}

.gallery-obj {
  display: inline-block;
  margin-bottom: 30px;
}
/*
@media (max-width: 750px) {
  .competence {
    padding-top: 15px;
    height: 120px;
    width: 136px;
  }
}
*/

.podbor-link {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.podbor-link__img {
  height: 120px;
  width: 120px;
  float: left;
  border: 1px solid #dfdfdf;
  padding: 10px;
}

.podbor-link__img img {
  display: block;
  max-width: 100%;
}

.podbor-link__name {
  font-size: 15px;
  padding: 10px 0 0 135px;
}

.fittings {
	
	margin: 10px auto 0;
}
.fittings li {
	margin: 0 20px 20px 0;
	cursor: pointer;
	padding-left: 1px;
	padding-top: 2px;
	float: left;
}
.fittings .wrap-i {
	position: relative;
	border: 1px solid #dfdfdf;
	padding: 8px 10px;
}
.fittings .wrap-i i {
	background: url(../img/general/bg-items-carousel.png) no-repeat;
	width: 99px; height: 99px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}
.fittings a {
	text-decoration: none;
	font-size: 13px;
}
.fittings span {
	margin-top: 6px;
	display: block;
}


        .paysys .col-4 {
            width: 60px;
			float: left;
			margin-top: 10px;
        }
        .paysys img {
            width: 90%
        }


em.exist{
  font-style: normal;
  text-align:center;
  display: block;
  color:green;
  font-size:12px;
  padding-top:8px;
}



	.top-banner{
		background:#2b2b2b;
	}
	.top-banner img{
		width:100%;
		vertical-align:top;
	}
	@media (max-width: 1020px) {
		.top-banner{display:none;}
	}
	
	.container-fluid-my{
		min-width: 1000px;
		max-width: 1290px;
		margin:0 auto;
	}
	
	
	
	
	
	
	
	.pop-tip-stock{
		position:absolute;
		right:0px;
		background:rgba(0,0,0,0.7);
		padding:2px 0px;
		color:#42bf39;
		width:72px;
		text-align:center;
	}
	.pop-tip-stock__no{
		color:#ee9436;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
html.html_d{
	background:#fff;
}
html.html_d body{
	background:#fff;	
}
	
	
.container-fluid_nobg{
	background:none !important;
}

.cfin{
	height:20px;
}

.dd{
	background:#FAFAFA;
}
.dd .width{
	max-width: 1290px;
	width:100%;
	margin:0 auto;
}

	
.dd .sld1{
	background:url('/img/dbg.jpg');
	background-size:cover;
}
.dd .sld1 .sld1__in{
	height:554px;
	background:url('/img/ddd.png') center;
}
.dd .sld1 .sld1__in.sld1__in_nobg{
	background:none;
}
.dd .sld1 .drow{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
}
.dd .sld1 .dlogo{
	width: 615px;
	height: 221px;
	margin-left:60px;

	background: #FFFFFF;
	box-shadow: 0px 30px 40px -20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;	
}
.dd .sld1 .dlogo img{
	max-width:95%;
	max-height:95%;
}
.dd .sld1 h1{
	padding:80px 0 80px 0;
	margin:0;
	max-width:700px;
	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 700;
	font-size: 43px;
	line-height: 130%;

	color: #000000;
}
.dd .btn1 a{
	background: linear-gradient(180deg, #FF9900 0%, #FFBD00 100%);
	border-radius: 10px;

	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	font-family: 'GothamPro';
	text-transform: uppercase;
	text-decoration:none;

	color: #000000;
	padding:20px 55px;
	display: inline-block;

}
.dd .btn2 a{
	background: linear-gradient(180deg, #FF9900 0%, #FFBD00 100%);
	border-radius: 10px;

	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	font-family: 'GothamPro';
	text-transform: uppercase;
	text-decoration:none;

	color: #000000;
	padding:20px 55px;
	display: inline-block;

}
.dd .adv{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	/* Rectangle 17 */

	background: #FFFFFF;
	box-shadow: 0px 30px 40px -20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin-top:-120px;
	margin-bottom:60px;
	padding:40px;
}
.dd .adv .adv__im{
	width:30%;
}
.dd .adv .im{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.dd .adv .im__img{flex-shrink:0; margin-right:20px;}
.dd .adv .im__right{}
.dd .adv .im__ttl{
	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
	margin-bottom:5px;
}
.dd .adv .im__txt{opacity: 0.6; line-height: 130%;}


.dd .details{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	
	margin-bottom:30px;
}

.dd .details .details__left{
	margin-right:40px;
}

.dd .details .details__ttl{
	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 130%;
	margin-bottom:10px;
}
.dd .details .details__txt{
	font-size:19px;
	opacity:0.6;
}

.dd .adv2{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.dd .adv2 .im{
	margin-right:30px;

	width: 185px;
	height: 192px;
	padding:20px;
	box-sizing:border-box;


	background: linear-gradient(180deg, #666666 0%, #313131 100%);
	box-shadow: 0px 10px 20px rgba(53, 53, 53, 0.2);
	border-radius: 20px;


	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	/* or 19px */
	text-align: center;

	color: #FFFFFF;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

}
.dd .adv2 .im:last-child{
	margin-right:0px;
}
.dd .adv2 .im .im__img{margin-bottom:15px;}


.dd .bg-gray{
	/*
	background:#FAFAFA;
	*/
}

.dd .prod{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.dd .prod .im{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	
	box-sizing:border-box;
	width:293px;
	padding:20px;
	border-radius:10px;
	background:#fff;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.05);
	margin-bottom:30px;
}
.dd .prod .im.im__empty{
	box-shadow:none;
	padding:0px;
	margin-bottom:0px;
	background:none;
}

.dd .prod .im .im__img{
	height:190px; 
	position:relative;
	margin-bottom:10px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.dd .prod .im .im__img:after{content:""; position:absolute; width:100%; height:100%; background:#000; opacity:0.03; left:0px; top:0px; border-radius:5px;}
.dd .prod .im .im__img img{max-width:100%; max-height:100%;}
.dd .prod .im .im__img a{
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.dd .prod .im .im__img_v2{
	height:144px; 
}


.dd .form__submit {
	padding-left: 0px;
	padding-right: 0px;
}

.dd .prod .im .im__ttl{
	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	margin-bottom:5px;
	line-height: 1.3;
}
.dd .prod .im .im__txt{
	font-size:15px;
	flex-grow:1;
	margin-bottom:30px;
	line-height: 1.3;
}
.dd .prod .im .im__txt.im__txt_v2{
	text-align:center;
}
.dd .prod .im .im__btn a{
	border:1px solid #4072A1;
	padding:10px 0;
	color:#4072A1;
	text-decoration:none;
	display:block;
	border-radius:5px;
	text-align:center;
	transition:0.3s;
}
.dd .prod .im .im__btn a:hover{
	background:#4072A1;
	color:#fff;
}


.dd .sld2{
	background:url('/img/dbg2.jpg') no-repeat;
	background-size:cover;
	padding:60px 0;
	color:#fff;
}
.dd .sld2 .yellow{
	width:561px;
	height:539px;
	background: linear-gradient(180deg, #FF9900 0%, #FFBD00 100%);
	border-radius: 30px;
	margin-right:80px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
}
.dd .sld2 .rowz{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}
.dd .sld2 ul.list-check li::before {
	background: url('/img/dli.svg') no-repeat;
	width:20px;
	height:20px;
	top: 0px;
}
.dd .sld2 p{font-size:18px; font-weight:bold;}
.dd .sld2 .form__option-item {
	color:#fff;
	font-size:16px;
	
}
.dd .sld2 .form__title{
	font-family: 'GothamPro';
	font-size:37px;
	font-weight:bold;
	border-bottom: 3px solid #FF9900;
}
.dd .sld2 .text-input_name .text-input__input,
.dd .sld2 .text-input_email .text-input__input,
.dd .sld2 .text-input_tel .text-input__input,
.dd .sld2 .text-input_org .text-input__input{
	padding-left:10px;
}
.dd .sld2 input, textarea {
	color:#000;
}
.dd .sld2 label{
	opacity:0.6;
	margin-bottom:4px;
	display: block;
}
.dd .sld2 .text-input__input{
	border-radius:5px;
	border: 1px solid #fff;
	box-shadow:none;
}
.dd .sld2 .text-area__input {
	border-radius:5px;
	border: 1px solid #fff;
	box-shadow:none;
	height: 80px;
}






.my-file-input{
	position:relative;
}
.my-file-input label span em{
	font-style:normal;
}
.my-file-input label{
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	font-size: 16px;
	padding: 20px 30px;
	display: inline-block !important;
	text-align:center;
	cursor:pointer;
	max-width:350px;
}
.my-file-input input{
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}
@media (max-width: 500px) {
	.my-file-input label{
		width: 100%;
	}
}




.dd .error.text-input__input, 
.dd .text-input.error .menu_search .menu__search-input, 
.dd .menu_search .text-input.error .menu__search-input, 
.dd .text-input.error .search-form__input{
	border-color: #f55454;
}

.dd label.error{
	display:none;
}

.dd .sld2 .file-input2 input{
	opacity:0;
}
.dd .sld2 .file-input2 span{
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	font-size: 16px;
	padding:20px;
	cursor:pointer;
}
.dd .sld2 .file-input2 em{
	font-style:normal;
}
.dd .sld2 .file-input2 span img{
	margin-right:8px;
}
.dd .sld2 .btn-submit{
	background: linear-gradient(180deg, #FF9900 0%, #FFBD00 100%);
	border-radius: 10px;
	font-size: 16px;
	padding:20px 60px;
	cursor:pointer;
	border:0px;
	cursor:pointer;
	text-transform:uppercase;
}
.dd .sld2 .form-row{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.dd h2{
	font-family: 'GothamPro';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	color: #000000;

	border-bottom:3px solid #FF9900;
	padding:10px 0;
	margin:40px 0;
}
.dd .h2wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}



.dd .delivery{
	background:url('/img/dbg3.jpg') no-repeat;
	background-size:cover;
	padding:0 60px;
}
.dd .delivery .drow{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding-bottom:30px;
}
.dd .delivery .map{
	margin-right:60px;
}
.dd .delivery .im{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	
	font-size:18px;
	margin-bottom:25px;
}
.dd .delivery .im .im__img{
	margin-right:20px;
}

.dd .btn1 a{
	background: linear-gradient(180deg, #FF9900 0%, #FFBD00 100%);
	border-radius: 10px;

	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	font-family: 'GothamPro';
	text-transform: uppercase;
	text-decoration:none;

	color: #000000;
	padding:20px 55px;
	display: inline-block;

}



@media (max-width: 1290px) {
	.dd .width{
		padding:0 15px;
		box-sizing:border-box;
	}
}
@media (max-width: 900px) {
	.dd .sld1 h1 {font-size:22px; text-align:center; padding: 40px 0 40px 0;}
	.dd .btn1 {text-align:center;}
	.dd .sld1 .sld1__in {height: 550px;
		background-size: auto 300px;
		background-repeat: no-repeat;
		background-position: bottom 0px left 65%;
	}
	.dd .adv {margin-top:-60px; margin-bottom: 40px;}
	.dd .adv {display:block; padding: 15px;}
	.dd .adv .adv__im {width:auto; margin-bottom:10px;}
	.dd .adv .im__ttl {font-size:16px;}
	.dd .adv .im__txt {font-size:14px;}
	
	.dd .sld2 .rowz {display:block;}
	
	.dd .sld2 .yellow {width:100%; height:317px; max-width:561px; margin-bottom:20px;}
	.dd .sld2 .yellow img{
		max-width: 90%;
		max-height: 90%;
	}
	.dd .sld2 {
		padding: 20px 0;
	}
	
	.dd .sld1 .drow{display:block;}
	.dd .sld1 .dlogo {
		
		margin-left: 0px;
		width: 100%;
		height: 120px;
		max-width: 300px;
		margin: 20px auto;
	}
	.dd .sld1 .dlogo img
	{
	  max-width: 70%;
	  max-height: 70%;
	}
	
	.dd .details {
		display:block;
	}
	.dd .details .details__left {
		margin-right: 0px;
	}
	.dd .details .details__ttl {
		font-size:25px;
	}
	.dd .details .details__txt {
		font-size:16px;
		margin-bottom: 20px;
	}
}
@media (max-width: 666px) {
	.dd .prod .im {
		width: 48%;
		padding: 10px;
		margin-bottom: 15px;
	}
	.dd .prod .im .im__ttl {
		font-size: 13px;
	}
	.dd .prod .im .im__txt {
		font-size: 13px;
	}
	.dd .prod .im .im__btn a {
		font-size:14px;
	}
	.dd .sld1 .sld1__in {background:url('/img/dddmob.png') no-repeat left bottom; height: 770px;}
	.dd .sld2 .form-row {
		flex-direction: column;
		align-items: stretch;
		margin-top:20px;
	}
	.dd .adv { margin-top: -180px; }
	
	
	.dd .sld2 .form__title {font-size:25px;}
	.dd h2 {font-size:25px;}
	.dd .delivery {padding:0px 0px 20px 0;}
	.dd .delivery .drow {display:block;}
	.dd .delivery .map {margin-right: 0px;}
	.dd .delivery .map img{max-width:100%;}
	.dd .delivery .im {font-size:14px;}
	.dd .btn2 {text-align:center;}
	
	.dd .sld1 .sld1__in.sld1__in_nobg {
		height: 560px;
	}
	
	.dd .adv2 {
		display:block;
	}
	.dd .adv2 .im {
		padding: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		width:auto;
		height:auto;
		background:none;
		box-shadow:none;
		
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.dd .adv2 .im .im__img {
		margin-bottom:0px;
		background: linear-gradient(180deg, #666666 0%, #313131 100%);
		width:80px;
		height:70px;
		border-radius:10px;
		flex-shrink:0;
		
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.dd .adv2 .im .im__img img {
		width:35px;
	}
	.dd .adv2 .im .im__ttl {
		color:#000;
		font-size:19px;
		text-align: left;
		margin-left:15px;
	}
}
@media (max-width: 500px) {
	.dd .prod .im .im__img {
		height: 104px;
	}
	.dd .prod .im .im__img_v2 {
		height: 79px;
	}
	
	.dd .sld2 .file-input2 span {
		width: 100%;
		display: inline-block;
		text-align:center;
	}
	.dd .sld2 .btn-submit {
		width:100%;
	}
}





    .advantages_gray{
        background:#f6f6f6;
        padding:30px 0;
        /* margin:20 20px;*/
    }
@media (max-width: 600px) {
	.advantages-wrap{
		padding:20px 0;
	}
}

.tag-top{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin:0 0 20px 0;
}
.tag-top>div{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

	margin-right:27px;
}
.tag-top>div>img{
	margin-right:5px;
}

.crow{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.pconf{
	width:710px;
}
.pconf .btn_bb{
	padding:0 20px;
}




.p-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1px;
  
  margin: 30px 60px;
}

.p-catalog__item {
  position: relative;
  width: 50%;
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
  margin-left: -1px;
}

.p-catalog-product {
  display: block;
  min-height: 100%;
  width: 100%;
  padding: 14px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  text-align:center;
}
.p-catalog-product a{
	text-decoration:none;
}
.p-catalog-product:hover {
  padding: 14px;
  z-index: 2;
  outline: 2px solid #ffc000;
  box-shadow: rgba(255, 192, 0, 0.6) 0 0 15px 3px;
  height: auto;
  top: 0;
  left: 0;
}
.p-catalog-product__img img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-catalog-product__img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.p-catalog-product__name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;

  color: #4072a1;
}

.pconf-back{
	margin-bottom:20px;
}
.pconf-back a{
	color:#4D729D;
}

.pcat{
	margin-top:35px;
	border-top:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}
.pcat .pcat__item{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	
	border-bottom:1px solid #DFDFDF;
	padding:15px 22px;
}
.pcat .pcat__item > div{

}
.pcat .pcat__img{
	width:125px;
		flex-shrink:0;
}
.pcat .pcat__img img{
	width:125px;
	height:125px;
	object-fit:cover;
}
.pcat .pcat__btn{
	width:167px;
		flex-shrink:0;
}
.pcat .pcat__txt{
	width:90%;
	padding:0 22px;
}
.pcat .pcat__title{
	font-weight:bold;
	margin-bottom:5px;
}



.pcat__ul {

}

.pcat__ul__item {
  border-bottom: 1px solid #dfdfdf;
}

.pcat__ul__item:before, .pcat__ul__item:after {
  display: table;
  content: "";
}

.pcat__ul__item:after {
  clear: both;
}


.pcat__ul__item .name {
  display: inline-block;
  padding-right: 3px;
  background-color: #FFFFFF;
  float: left;
  color: #777777;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.pcat__ul__item .value {
  display: inline-block;
  padding-left: 3px;
  background-color: #FFFFFF;
  font-weight:bold;
  float: right;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/*
.pconf-wrap{
	max-height:80vh;
	overflow-y:auto;
}
*/


@media (max-width: 710px) {
	.pconf{
		width:100%;
	}	
	.crow{
		flex-direction: column-reverse;
	}
	.crow__sel{
		margin-top:20px;
	}
	.p-catalog{
		margin:20px 0 0 0;
	}
	.btn_bb {
		letter-spacing: 0em;
		padding: 0px 5px !important;
	}
	.pcat .pcat__item {
		flex-direction: column;
	}
	.pcat .pcat__item {
		padding: 10px;
		
	}
	.pcat .pcat__txt {
		width:auto;
		padding:0px;
		margin-bottom:20px;
	}
	.pconf-back{
		margin-top:15px;
	}
}









.foot-btns{ 
	position:fixed; 
	bottom:17px; 
	left:25px;
	z-index:99;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.foot-btns__item{
	display:block;
	box-sizing: border-box;

	width: 180px;
	height: 57px;

	border: 3px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	margin-right:16px;
	
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	color:#fff;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.foot-btns__item:hover{
	filter: contrast(120%);
}
.foot-btns__item img{
	margin:0 16px;
	display:block;
}
.foot-btns__item.foot-btns__item_wa{
	background: #25D366;
}
.foot-btns__item.foot-btns__item_tg{
	background: #29AAEC;
}
.foot-btns__item.foot-btns__item_max{
	background: #6E88E7;
}

@media screen and (max-width: 1000px) {
	.foot-btns{ 

		bottom:25px; 
		left:19px;
	}
	.foot-btns__item{
		width: 56px;
		height: 56px;
		margin-right:10px;
		justify-content: center;
		border-radius: 50%;
	}
	.foot-btns__item span{
		display:none;
	}
	.foot-btns__item img{
		margin:0px;
	}
}











.banners-inner-wrap{
	margin-bottom:20px;
}
.banners-index-wrap{
	padding-top:30px;
}

.banners{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.banners > div{
	width:48%;
}
.banners.banners_white > div{
	border:2px solid #F6BC3F;
	background:#fff;
	color:#000000;
}
.banners.banners_white .ban .ban__stock{
	text-shadow:0px 0px 3px #fff;
}

.banners.banners_black > div{
	background:#2B2B2B;
	color:#fff;
}
@media screen and (max-width: 1020px) {
	.banners.banners_black > div{
		background:rgba(43, 43, 43, 0.81);
	}
}

.banners.banners_black .ban .ban__img{
	right:0px;
	top:0px;
}
@media screen and (max-width: 1020px) {
	.banners.banners_black .ban.ban_v1 .ban__img{
		right:auto;
	}
}

/*
.banners.banners_inner .ban{
	padding:18px 18px 18px 18px;
}
*/

.ban{
	padding:18px 18px 18px 65px;
	font-family: "GothamPro", "Arial Black", sans-serif;
	line-height:1.4;
	position:relative;
	overflow:hidden;
}
.ban.ban_small{
	padding:7px 20px;
}

.ban .ban__wrap{
	height:100%;
	position:relative;
	z-index:2;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.ban .ban__img{
	right:18px;
	top:18px;
	position:absolute;
	height:100%;
	z-index:1;
}
.ban .ban__img img{
	height:calc(100% - 18px * 2 );
	max-height:240px;
	max-width:216px;
	object-fit:contain;
	user-select:none;
}
.ban .ban__ttl{ 
	font-size:29px;
	margin:18px 0 15px 0;
	font-weight:bold;
}
.ban.ban_small .ban__ttl{ 
	font-size:25px;
	margin:14px 0 10px 0;
}
.ban .ban__ttl span{
	display:none;
}
.ban .ban__txt{
	margin:0 0 15px 0;
	font-size:15px;
}
.ban.ban_small .ban__txt{
	margin:0 0 10px 0;
	font-size:13px;
}
.ban .ban__txt ul{
	list-style-type:disc;
	list-style-position:inside;
	margin:0px;
}
.ban .ban__btn{
	margin-bottom:14px;
	width:50%;
}
.ban .ban__btn a{
	background: linear-gradient(to top, #ffbf00, #ff9800);
	font-size:16px;
	font-weight:bold;
	padding:8px 0;
	width:100%;
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}
.ban.ban_small .ban__btn a{
	font-size:12px;
}
.ban .ban__btn a:hover{
	background: linear-gradient(to top, #ffd14d, #ffb84d);
}
.ban .ban__stock{
	color:#72BB72;
	font-size:11px;
	display:none;
	font-weight:bold;
	/*text-shadow:0px 0px 3px #fff; */
}

@media screen and (max-width: 1020px) {
	.banners{
		
	}
	
	
	.ban{
		padding:10px 20px;
	}
	.ban.ban_small{
		padding:10px 20px;
	}
	.ban .ban__wrap{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.ban .ban__ttl,
	.ban.ban_small .ban__ttl{ 
		font-size:16px;
		margin:0px 0 10px 0;
		font-weight:bold;
		width:50%;
		white-space:nowrap;
	}
	.ban .ban__ttl span{
		display:inline;
	}
	.ban .ban__txt,
	.ban.ban_small .ban__txt{
		width:45%;
		margin:0 0 15px 0;
		font-size:9px;
	}
	.ban .ban__btn{
		width:55%;
	}
	.ban .ban__btn a,
	.ban.ban_small .ban__btn a{
		font-size:11px;
	}
	.ban .ban__img{
		top:0px;
		right:0px;
		opacity:0.4;
		height: 120%;
	}
	.ban .ban__btn{
		margin-bottom:0px;
	}
	.ban .ban__stock{
		display:block;
	}
	
	.ban.ban_v1 .ban__img{
		right:auto;
		left:0px;
		transform: scaleX(-1);
	}
	.ban.ban_v2 .ban__txt ul{
		display:none;
	}
}
@media screen and (max-width: 750px) {
	.banners{
		display: block;

	}
	.banners > div{
		width:auto;
		margin-bottom:20px;
	}
	.banners > div:last-child{
		margin-bottom:0px;
	}
	
	.ban .ban__ttl,
	.ban.ban_small .ban__ttl{ 
		width:55%;
		white-space:wrap;
	}
	.ban .ban__txt{
		width:43%;
	}
	
	.ban.ban_v2 .ban__ttl{ 
		width:90%;
	}
	.ban.ban_v2 .ban__txt{
		width:5%;
	}
}

/* Cart styles and product page  */

.header__cart {
  float: right;
  padding-top: 6px;
}
.cart__link {
  padding: 4px 0;
  color: #777777;
}
.cart__icon {
  height: 20px;
  float: left;
}
.cart__caption {
  float: left;
  padding-left: 5px;
}
.cart__counter {
  float: left;
  margin-left: 5px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #bfbfbf;
  color: white;
  min-width: 20px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .cart__link {
      border-bottom: none;
      padding: 7px 10px 10px;
  }
  .cart__icon {
      height: 21px;
  }
  .cart__caption {
      display: none;
  }
  .cart__counter {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
  }
}

.product-info p.stab_price {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}
.product-info p.stab_price_note {
	margin: 0 0 15px;
    color: #777777;
}
.product-info p.stab_price_note.nomarg {
	margin-bottom: 0;
}
.stab_docs {
	padding-top: 20px;
}
.product-main__info p.stab_desc {
    margin-top: 0px;
}
.product-info {
	padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .product-main__info {
        margin-top: 30px;
    }
}
/* кнопка корзины */
.price_and_cart {
    margin: 0 0 10px;
}
.item_price {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 10px;
}
.add_to_cart {
    float: left;
}

.add_to_cart button.btn_add {
    margin: 0 0 0 15px;
    display: block;
    width: 140px;
    border: 2px solid #ffbf00;
    text-transform: uppercase;
    border-radius: 3px;
    background: white;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 0;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;              
    line-height: 1;        
}
.add_to_cart button.btn_add:hover {
    background: #ffbf00; 
}
.add_to_cart button.btn_add img {
    display: block;
    height: 16px;
    width: auto;
}
.price_info {
    clear: both;
}

/* end cart styles */