html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font: bold 16px arial, verdana, sans-serif;
  letter-spacing: .05em;
  color: #000;
  background-color: #fff;
  margin: 0;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  color: #428bca;
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
  /* color: #2a6496; */
  outline: none;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*   font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; */
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
small, .small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
br[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  font-size: 80%;
  line-height: 1.42857143;
  display: block;
  color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
  content: '';
}
address {
  font-style: normal;
  line-height: 1.42857143;
  margin-bottom: 20px;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  font-size: 90%;
  padding: 2px 4px;
  color: #c7254e;
  border-radius: 4px;
  background-color: #f9f2f4;
}
kbd {
  font-size: 90%;
  padding: 2px 4px;
  color: #fff;
  border-radius: 3px;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  font-size: 100%;
  padding: 0;
  box-shadow: none;
}
pre {
  font-size: 13px;
  line-height: 1.42857143;
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
}
pre code {
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
}
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*='col-'], table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  font-size: 21px;
  line-height: inherit;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'], input[type='checkbox'] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  padding-top: 7px;
  color: #555;
}
.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
  background-color: #eee;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type='date'].input-sm, input[type='time'].input-sm, input[type='datetime-local'].input-sm, input[type='month'].input-sm {
  line-height: 30px;
}
input[type='date'].input-lg, input[type='time'].input-lg, input[type='datetime-local'].input-lg, input[type='month'].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}
.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled], input[type='checkbox'][disabled], input[type='radio'].disabled, input[type='checkbox'].disabled, fieldset[disabled] input[type='radio'], fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
}
select.input-sm {
  line-height: 30px;
  height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}
.input-lg, .form-horizontal .form-group-lg .form-control {
  font-size: 18px;
  line-height: 1.33;
  height: 46px;
  padding: 10px 16px;
  border-radius: 6px;
}
select.input-lg {
  line-height: 46px;
  height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  line-height: 46px;
  width: 46px;
  height: 46px;
}
.input-sm + .form-control-feedback {
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  color: #333;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  border-color: #adadad;
  background-color: #e6e6e6;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  border-color: #ccc;
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  border-color: #357ebd;
  background-color: #428bca;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #285e8e;
  background-color: #3071a9;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  border-color: #357ebd;
  background-color: #428bca;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #398439;
  background-color: #449d44;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  border-color: #46b8da;
  background-color: #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #269abc;
  background-color: #31b0d5;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  border-color: #46b8da;
  background-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  border-color: #eea236;
  background-color: #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #d58512;
  background-color: #ec971f;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  border-color: #eea236;
  background-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  border-color: #d43f3a;
  background-color: #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #ac2925;
  background-color: #c9302c;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  border-color: #d43f3a;
  background-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  cursor: pointer;
  color: #428bca;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #2a6496;
  background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  text-decoration: none;
  color: #777;
}
.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  border-radius: 6px;
}
.btn-sm {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 3px;
}
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
  width: 100%;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: ' ';
}
.clearfix:after, .dl-horizontal dd:after, .form-horizontal .form-group:after {
  clear: both;
}
.b-catbg {display:block; position:absolute; overflow:hidden; left:0;top:0;right:0;bottom:0;background:#002b4c}
.b-catbg .spacer {width: 100%; height: auto;}
.b-catbg .sprite {position:absolute; top:0; left:0; width:100%;}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*---------------MAIN-------------------------
----------------------------------------------*/

@font-face {
  font-family: 'ProximaNova';
  src: url('/f/fonts/ProximaNova-Reg-webfont.eot');
  src: url('/f/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
  url('/f/fonts/ProximaNova-Reg-webfont.woff2') format('woff2'),
  url('/f/fonts/ProximaNova-Reg-webfont.woff') format('woff'),
  url('/f/fonts/ProximaNova-Reg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'ProximaNova';
  src: url('/f/fonts/ProximaNova-webfont.eot');
  src: url('/f/fonts/ProximaNova-webfont.eot?#iefix') format('embedded-opentype'),
  url('/f/fonts/ProximaNova-webfont.woff2') format('woff2'),
  url('/f/fonts/ProximaNova-webfont.woff') format('woff'),
  url('/f/fonts/ProximaNova-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;

}
[class^='iconize-'], [class*=' iconize-'] {
  position: relative;
  display: inline-block;
}
[class^='iconize-']:before, [class*=' iconize-']:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url('/f/i/icons.png') -9999px -9999px no-repeat;
}
.b-main,.b-footer {
  min-width: 980px;
  overflow: hidden;
}
.b-header {
  min-width: 980px;
  background: #000;
  padding-right: 180px;
  position: relative;
}
.b-header__logo {
  display: block;
  padding: 15px 0 15px 45px;
  float: left;
}
.b-header_main .b-header__logo {
  padding: 25px 0 25px 25px;
}
.b-header__logo-img {
  float: left;
}
.b-header__logo-text {
  color: #ea36a8;
  float: left;
  text-transform: uppercase;
  padding: 0px 0 0 10px;
  font: 22px 'Open Sans Condensed', sans-serif;
  margin: 0;
}
.b-header_main .b-header__logo-text {
  width: 100px;
  padding: 5px 0 0 20px;
  font-size: 36px;
}
.b-header__menu-wrap {
  overflow: hidden;
  text-align: center;
}
.b-header__phone {
  float: right;
  position: relative;
  display: block;
  color: #ea36a8;
  margin-right: 4%;
  margin-top: 18px;
  font: 16px 'Open Sans Condensed', sans-serif;
}
.b-header_main .b-header__phone {
  margin-top: 47px;
}
.b-header__menu {
  list-style: none;
  padding: 17px 30px 0;
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}
.b-header_main .b-header__menu {
  padding: 47px 30px 0;
}
.b-header__menu:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.b-header__menu-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.b-header__menu-item a {
  color: #fff;
  line-height: 23px;
  text-transform: uppercase;
  font: 16px 'Open Sans Condensed', sans-serif;
}
.b-header__menu-item a:hover {
  color: #ea36a8;
}
.iconize-phone {
  margin-left: 26px;
  display: inline-block;
  vertical-align: middle;
}
.iconize-phone:before {
  background-position: 0 0;
  top: 6px;
  left: -22px;
  width: 17px;
  height: 12px;
}
.b-header-btns {
  position:absolute;
  right: 0;
  top: 0;
  height: 60px;
  /*background: #000;*/
  z-index: 5;
}
.b-header_main {
  padding-right: 60px;
  min-height: 120px;
}
.b-header_main .b-header-btns {
  height: 120px;
}
.scroll-btn {
  max-width: 60px;
  width: 60px;
  height: 60px;
  display: block;
  float: right;
  cursor: pointer;
  -webkit-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
}
.scroll-btn:hover,.scroll-btn.active {
  max-width: 500px;
  width: auto;
  -webkit-transition: max-width ease-in-out .35s;
  -o-transition: max-width ease-in-out .35s;
  transition: max-width ease-in-out .35s;
  padding-left: 40px;
}
.scroll-btn:hover:before, .scroll-btn.active:before,.scroll-btn_open:before {
  left: 17px !important;
  right: auto !important;
}
.b-header_main .scroll-btn {
  clear: right;
}
.scroll-btn_qst {
  background: #002038;
}
.scroll-btn_qst:hover {
  background: #002b4c;
}
.scroll-btn_request {

}
.scroll-btn_fvr,
.scroll-btn_request  {
  background: #ea36a8;
  white-space: nowrap;
}
.scroll-btn_fvr:hover,
.scroll-btn_request:hover {
  background: #ff45bb;
}
.scroll-btn_fvr_active,
.scroll-btn_fvr_active:hover {
  -webkit-transition: max-width ease-in-out .35s,background-color ease-in-out .35s;
  -o-transition: max-width ease-in-out .35s,background-color ease-in-out .35s;
  transition: max-width ease-in-out .35s,background-color ease-in-out .35s;
  background: #6bb94f;
}
.scroll-btn_search {
  background: #001221;
}
.b-header_main .scroll-btn_search {
  display: none;
}
.scroll-btn_search:hover {} .scroll-btn_price {
                              background: #00aad5;
                            }
.scroll-btn_price:hover {
  background: #21caf5;
}
.scroll-btn_open .scroll-btn__text {
  display: inline-block;
  letter-spacing: normal;
}
.scroll-btn_open.scroll-btn, .scroll-btn_open.scroll-btn:hover {
  max-width: 500px;
  width: auto;
  padding-left: 40px;
}
.scroll-btn-qty {
  background: #000;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #f8f8f9;
  font-size: 12px;
  line-height: 12px;
}
.scroll-btn__text {
  color: #fff;
  padding: 0 15px;
  line-height: 60px;
  display: none;
}
.iconize-fvr:before {
  background-position: -22px 0;
  width: 27px;
  height: 26px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.iconize-qst:before {
  background-position: 0 -165px;
  width: 27px;
  height: 31px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.iconize-qst_btn {
  margin-left: 30px;
}
.iconize-qst_btn:before {
  left: -40px;
  right: auto;
  top: -20px;
  bottom: auto;
}
.iconize-request:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 25px;
  background-position: -190px -177px;
}
.iconize-price:before {
  background-position: -33px -135px;
  width: 27px;
  height: 31px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b-main-banner {
  position: relative;
}
.b-main-banner_company {
  height: 359px;
  overflow: hidden;
}
.b-main-banner_company .b-main-banner__img {
  width: 100%;
  min-width: 1280px;
}
.b-main-banner__text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 850px;
  margin-top: 105px;
}
.b-main-banner__title {
  font: bold 60px/72px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  margin-top: 21px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .05em;
}
.b-main-banner__text {
  display: block;
  font: bold 40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ff2fd5;
  padding-top: 15px;
}
.iconize-catalog {
  margin-left: 20px;
}
.iconize-catalog:before {
  width: 12px;
  height: 12px;
  background-position: -22px -29px;
  left: -20px;
  top: 5px;
}
.b-search {
  padding: 0;
}
.b-search__input-wrap {
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.b-search__input {
  width: 100%;
  border: none !important;
  padding: 10px 30px;
  font-size: 20px;
  color: #010101;
  letter-spacing: 0.05em;
  font-size: 20px !important;
  font-weight: normal !important;
  background: #fff !important;
}
.b-search__submit {
  background: #ea36a8;
  border: none;
  z-index: 10;
  width: 60px;
  height: 60px;
  padding: 0 !important;
  float: right;
}
.b-search__submit:active {
  border: none !important;
  margin-top: 0 !important;
}
.b-search__submit-label {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  cursor: pointer;
}
.iconize-search:before {
  width: 28px;
  cursor: pointer;
  height: 29px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: -49px 0;
}
.b-spec {
  background: #001221;
  min-height: 476px;
}
.b-spec_scroll {
  display: none;
  width: 0;
  vertical-align: top;
  height: 100%;
  min-height: 100%;
  /*  -webkit-transition: width ease .15s;
  -o-transition: width ease .15s;
  transition: width ease .15s;*/
  /*overflow: hidden;*/
}
.b-search__form label {
  position: absolute;
  top: .5em;
  left: 1em;
  cursor: text;
  _top: .45em;
  display: block;
}
.input-hint_subscribe {
  font-size: 14px;
  padding-left: 0;
  padding-top: 1.2em;
}
.input-area_contact-us {
  height: 180px !important;
}
.b-spec__item {
  /*background: #002b4c;*/
  display: inline-block;
  text-align: center;
  width: 12.5%;
  /*height: 256px;*/
  min-width: 125px;
  vertical-align: top;
  position: relative;
  -webkit-transition: background ease-in-out .35s;
  -o-transition: background ease-in-out .35s;
  transition: background ease-in-out .35s;
}
.b-spec_scroll .b-spec__item {
  width: 14.28% !important;
}
.b-spec_scroll .b-catbg{left:-14.28%}
.b-spec__item_company {
  width: 11.111111% !important;
}
.b-spec__item:hover {
  background: #000;
}
.b-spec__item:hover .b-spec__text {
  color: #ea36a8;
}
.b-spec__img {
  width: 100%;
}
.b-spec__text {
  position: absolute;
  top: 65%;
  color: #00aad5;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  -webkit-transition: color ease-in-out .25s;
  -o-transition: color ease-in-out .25s;
  transition: color ease-in-out .25s;
  font-size: 14px;
}
.b-spec__text_small {
  padding-top: 10px;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  display: block;
  top: auto !important;
}
.b-spec__item_magenta, .b-spec__item_magenta:hover {
  background: #ea36a8;
}
.b-spec__item_magenta .b-spec__text, .b-spec__item_magenta:hover .b-spec__text {
  color: #fff;
  top: 45%;
  font-weight:bold;
}
.b-spec__item_magenta_short .b-spec__text,.b-spec__item_magenta_short:hover .b-spec__text {
  top:42%;
}
.b-spec__item_magenta .b-spec__text_normal {
  font-weight: normal;
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 18px;
}
.b-spec__item_magenta_short .b-spec__text_normal {
  font-size: 11px;
  line-height: 15px;
  padding-top: 8px;
}
.b-spec__item_magenta:before {
  content:"";
  position: absolute;
  display:block;
  top: 0;
  left:0;
  right:0;
  margin: 12% auto 0;
  width: 62px;
  height: 62px;
  background:url(/f/i/qst-mark.png) left top no-repeat;
}
.b-spec__item_magenta_short:before {
  margin-top: 8%;
}
.b-footer {
  padding: 50px 40px 60px;
  background: #000;
  position: relative;
  z-index: 10;
}
.b-footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 460px;
  float: left;
}
.b-footer-menu__item {
  display: inline-block;
  padding: 0 24px 15px 0;
}
.link, .link:focus {
  color: #00aad5;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
  text-decoration: underline;
}
.link:hover,a:hover .link {
  color: #ea36a8;
  text-decoration: underline;
}
.b-enum__link_hover {
  color: #ea36a8;
}
.b-footer-menu__item_phone {
  padding-right: 0;
  padding-bottom: 0;
}
.b-footer-menu__item_phone span {
  font: 16px/22px 'Open Sans Condensed', sans-serif !important;
  color: #ea36a8;
}
.b-footer-form-wrap {
  overflow: hidden;
}
.b-footer-form {
  width: 500px;
  margin: 0 auto;
}
.b-footer-form__title {
  color: #ea36a8;
  font-size: 14px;
  margin-bottom: 15px;
}
.b-footer-form__text {
  background: #02131f !important;
  width: 225px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  margin-right: 20px;
}
.b-footer-form__submit {
  padding: 11px 15px !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
}
.b-footer-form__submit:active {
  padding: 8px 15px !important;
}
.b-footer-made-by {
  float: right;
  width: 110px;
  height: 50px;
}
.b-footer-made-by:hover .b-footer-made-by__text {
  color: #ea36a8;
}
.b-footer-made-by:hover .b-footer-made-by__img {
  background-position: 0 -16px;
}
.b-footer-made-by__text {
  color: #00aad5;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: underline;
}
.b-footer-made-by__img {
  margin-top: 10px;
  width: 85px;
  height: 16px;
  display: block;
  background: url(/f/i/inteo-logo.png);
}
.b-footer-form__label {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(/f/i/icons.png);
  background-position: -39px -29px;
}
.b-popups {
  display: none;
}
.b-popup-wrap {
  padding: 40px 35px;
}
.b-popup {
  text-align: center;
  /*border: 5px solid #000;*/
}
.b-popup__text {
  line-height: 25px;
}
.b-question-popup {
  width: 540px;
}
.popup__close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  width: 21px;
  height: 21px;
}
.iconize-close:hover:before {
  background-position: -21px -52px !important;
}
.iconize-close:before {
  width: 21px;
  height: 21px;
  background-position: 0 -52px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b-popup-head {
  height: 60px;
  background: #002038;
  position: relative;
  text-align: left;
}
.b-popup-head__text {
  font: bold 20px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-left: 40px;
  padding-top: 16px;
  display: inline-block;
}
.b-popup-head__text.iconize-qst,.b-popup-head__text.iconize-price,.b-popup-head__text.iconize-request {
  margin-left: 55px;
}
.b-popup-head__text:before {
  left: -35px;
  top: 10px;
  right: auto;
}
.input-wrap {
  position: relative;
  margin-bottom: 30px;
}
.b-list-popup-left-wrap {
  margin-top: 0;
}
.input {
  padding-left: 15px;
  font: bold 16px arial, verdana, sans-serif;
  color: #000;
  letter-spacing: .05em;
  height: 60px;
  background: #eef3f5;
  border: none;
  border-bottom: 3px solid #00aad5;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.input-wrap .input {
  margin-bottom: 0 !important;
}
.input::-moz-placeholder {
  opacity: 1;
  color: #00aad5;
  letter-spacing: normal;
}
.input:-moz-placeholder {
  opacity: 1;
  color: #00aad5;
  letter-spacing: normal;
}
.input:-ms-input-placeholder {
  color: #00aad5;
}
.input::-webkit-input-placeholder {
  color: #00aad5;
}
.input_small::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
}
.input_small:-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
}
.input_small:-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
}
.input_small::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 14px;
}
.input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
  color: #21caf5;
}
.input:hover:-moz-placeholder, .input:focus:-moz-placeholder {
  color: #21caf5;
}
.input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
  color: #21caf5;
}
.input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
  color: #21caf5;
}
.input-wrap.iconize-input-correct .input, .input-wrap.iconize-input-correct .input:hover, .input-wrap.iconize-input-correct .input:focus {
  border-bottom: 3px solid #ea36a8;
}
.iconize-input-incorrect:before {
  left: 86%;
  width: 16px;
  height: 16px;
  top: 23px;
  background-position: -61px -54px;
}
.iconize-input-correct:before {
  left: 86%;
  width: 16px;
  height: 15px;
  top: 23px;
  background-position: -43px -55px;
}
.input-wrap.iconize-input-incorrect .input, .input-wrap.iconize-input-incorrect .input:hover, .input-wrap.iconize-input-incorrect .input:focus {
  border-bottom: 3px solid #ee3939;
}
.input:hover, .input:focus {
  outline: 0;
  border-bottom: 3px solid #21caf5;
  -webkit-transition: border ease-in-out .15s;
  -o-transition: border ease-in-out .15s;
  transition: border ease-in-out .15s;
}
.b-question-popup__name-input {
  width: 100%;
}
.input-wrap_half {
  display: inline-block;
  width: 48%;
}
.magenta-btn {
  padding: 25px 40px;
  cursor: pointer;
  background: #ea36a8;
  color: #fff;
  border: 0;
  display: inline-block;
}
.magenta-btn_inactive, .magenta-btn_inactive:hover, .magenta-btn_inactive:active,.magenta-btn:disabled, .magenta-btn:disabled:hover, .magenta-btn:disabled:active {
  background: #ccd6da !important;
  border: none !important;
  padding: 25px 40px !important;
  margin: 0 !important;
  color: #fff !important;
}
.b-quest__submit.magenta-btn_inactive, .b-quest__submit.magenta-btn_inactive:hover, .b-quest__submit.magenta-btn_inactive:active,.b-quest__submit.magenta-btn:disabled, .b-quest__submit.magenta-btn:disabled:hover, .b-quest__submit.magenta-btn:disabled:active {
  padding: 20px!important;
  margin-left:20px!important;
}
.magenta-btn:active {
  border-top: 3px solid #b11478;
  margin-top: 3px;
  padding: 22px 40px;
}
.b-btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.b-popup__title {
  color: #010101;
  display: block;
  margin-top: 10px;
  font: bold 20px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.input-area {
  line-height: 25px;
  color: #010101;
  display: block;
  resize: none;
  height: 130px;
}
.b-list-popup {
  text-align: left;
}
.b-question-ok-popup__btn {
  margin-top: 30px;
}
.b-list-popup-head {
  height: 100px;
  background: #ea36a8;
  text-align: center;
  padding: 18px 0;
}
.b-list-popup-head__text {
  font: bold 40px/63px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.iconize-qst2 {
  margin-left: 80px;
}
.iconize-qst2:before {
  width: 61px;
  height: 61px;
  top: 20px;
  bottom: 0;
  margin: auto;
  left: -80px;
  background-position: 0 -72px;
}
.iconize-close_black:before, .iconize-close_black-magenta:before {
  background-position: -79px 0;
}
.iconize-close_black:hover:before {
  background-position: -79px -22px !important;
}
.iconize-close_black-magenta:hover:before {
  background-position: -20px -51px !important;
}
.b-list-popup__title {
  font-size: 20px;
  display: block;
  margin-bottom: 35px;
  margin-top: 20px;
  letter-spacing: normal;
  clear: both;
}
.input_small {
  display: inline-block;
  height: 40px;
  padding: 0 0 0 10px;
}
.b-list-popup__contact-input-wrap, .b-list-popup__email-input-wrap {
  margin-left: 4%;
}
.b-list-popup__name-input {
  width: 100%;
}
.b-list-popup-left-wrap {
  width: 48%;
  margin-bottom: 20px;
}
.checkbox, .radio {
  display: none;
}
.checkbox + .label, .radio + .label {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 25px;
}
.checkbox:checked + .label {
  color: #ea36a8;
}
.checkbox + .label:before, .radio + .label:before {
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  content: '';
  background: #eef3f5;
  border: 4px solid #eef3f5;
}
.radio:checked + .label:before {
  background: #ea36a8;
}
.radio:checked:hover + .label:before {
  background: #ff45bb;
}
.radio + .label:hover:before {
  background: #ea36a8;
}
.checkbox + .label:before {
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox:checked + .label:before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2210px%22%20height%3D%229px%22%20viewBox%3D%22-1%20-1%2010%209%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%20%20%20%20%20%20%20%20%3Cg%20stroke-width%3D%222%22%20stroke%3D%22%23ea36a8%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C3%20L3.25%2C6.24023438%20L8%2C0%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 11px 12px;
}
.b-radio-wrap, .b-check-wrap {
  display: inline-block;
  margin-right: 20px;
}
.b-range {
  width: 650px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 90px;
  float: left;
  vertical-align: top
}
.b-range__min, .b-range__max {
  position: absolute;
  top: -23px;
  left: -5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  color: #556169;
}
.b-range__max {
  right: 0;
  left: auto;
}
.rub {
  font: 14px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.b-range__cur-min, .b-range__cur-max {
  position: absolute;
  font-size: 14px;
  top: 30px;
  letter-spacing: normal;
}
.b-list-popup-range__hint {
  display: block;
  width: 210px;
  padding-left: 14px;
  color: #556169;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  overflow: hidden;
}
.b-list-popup-spec {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  -moz-column-width: 25%;
  -webkit-column-width: 25%;
  column-width: 25%;
}
.b-list-popup-spec__item {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 15px;
  vertical-align: top;
}
.b-list-popup__staff-input {
  width: 24%;
  display: inline-block;
}
.b-list-popup__staff-qty {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.b-list-popup__submit-wrap {
  background: #eef3f5;
  height: 100px;
  width: 950px;
  margin-top: 30px;
  margin-left: -35px;
  text-align: center;
  padding-top: 20px;
}
.b-list-popup__submit {
  padding: 20px 30px;
}
.b-list-popup__submit:active {
  padding: 17px 30px;
}
.b-switcher {
  background: #f6f9fa;
  position: relative;
}
.b-switcher:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(/f/i/cut.png);
}
.b-switcher_big:after {
  background: none;
}
.b-switcher__item {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 185px;
  background: #eef3f5;
  height: 60px;
  position: relative;
  border-right: 1px solid #fff;
}
.b-switcher__item_active:before {
  position: absolute;
  content: '';
  bottom: -11px;
  left: 30px;
  border: 11px solid transparent;
  border-top-color: #000;
  border-bottom: 0;
  border-left: 0;
  display: block;
}
.b-switcher_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-switcher_big .b-switcher__item {
  width: 11%;
}
.b-switcher_flex .b-switcher__item {
  -ms-flex: 0 0 11.111111%;
  flex: 0 0 11.111111%;
  max-width: 11.111111%;
}
.b-switcher__item_active {
  cursor: default;
  background: #000;
  border-top: 3px solid #ea36a8;
  border-right: 0;
}
.b-switcher__item_active span {
  top: -3px;
}
.b-switcher__item_active .b-switcher__item-text {
  line-height: 57px;
}
.b-switcher__item-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/f/i/fabric.png?1) no-repeat;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: .3;
}
.b-switcher__item_active .b-switcher__item-icon {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.b-switcher__item:hover .b-switcher__item-icon {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.b-switcher__item-icon_1 {
  background-position: 0 0;
  width: 76px;
  height: 34px;
  opacity: .5;
}
.b-switcher__item:hover .b-switcher__item-icon_1 {
  background-position: 0 0;
}
.b-switcher__item_active .b-switcher__item-icon_1, .b-switcher__item_active:hover .b-switcher__item-icon_1 {
  background-position: 0 0;
}
.b-switcher__item-icon_2 {
  background-position: -76px 0;
  width: 126px;
  height: 34px;
}
.b-switcher__item:hover .b-switcher__item-icon_2 {
  background-position: -76px 0;
}
.b-switcher__item_active .b-switcher__item-icon_2, .b-switcher__item_active:hover .b-switcher__item-icon_2 {
  background-position: -76px -34px;
}
.b-switcher__item-icon_3 {
  background-position: -202px 0;
  width: 115px;
  height: 21px;
  opacity: .2;
}
.b-switcher__item:hover .b-switcher__item-icon_3 {
  background-position: -202px 0;
}
.b-switcher__item_active .b-switcher__item-icon_3, .b-switcher__item_active:hover .b-switcher__item-icon_3 {
  background-position: -202px -38px;
}
.b-switcher__item-icon_4 {
  background-position: -317px 0;
  width: 102px;
  height: 35px;
  opacity: .2;
}
.b-switcher__item:hover .b-switcher__item-icon_4 {
  background-position: -317px 0;
}
.b-switcher__item_active .b-switcher__item-icon_4, .b-switcher__item_active:hover .b-switcher__item-icon_4 {
  background-position: -317px -35px;
}
.b-switcher__item-icon_5 {
  background-position: -419px 0;
  width: 94px;
  height: 35px;
  opacity: .2;
}
.b-switcher__item:hover .b-switcher__item-icon_5 {
  background-position: -419px 0;
}
.b-switcher__item_active .b-switcher__item-icon_5, .b-switcher__item_active:hover .b-switcher__item-icon_5 {
  background-position: -419px -35px;
}
.b-switcher__item-icon_6 {
  background-position: -513px 0;
  width: 121px;
  height: 30px;
  opacity: .2;
}
.b-switcher__item:hover .b-switcher__item-icon_6 {
  background-position: -513px 0;
}
.b-switcher__item_active .b-switcher__item-icon_6, .b-switcher__item_active:hover .b-switcher__item-icon_6 {
  background-position: -513px -34px;
}

.b-switcher__item-icon_7 {
  background-position: -638px 0;
  width: 34px;
  height: 34px;
  opacity: .2;
}
.b-switcher__item:hover .b-switcher__item-icon_7 {
  background-position: -638px 0;
}
.b-switcher__item_active .b-switcher__item-icon_7, .b-switcher__item_active:hover .b-switcher__item-icon_7 {
  background-position: -638px -34px;
}
.b-switcher__item-icon_8 {
  background-position: -675px 0;
  width: 120px;
  height: 22px;
  opacity: .2;
}
.b-switcher__item:hover .b-switcher__item-icon_8 {
  background-position: -675px 0;
}
.b-switcher__item_active .b-switcher__item-icon_8, .b-switcher__item_active:hover .b-switcher__item-icon_8 {
  background-position: -675px -34px;
}


.b-switcher__item-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  color: #0093b9;
  letter-spacing: normal;
}
.b-switcher__item_active .b-switcher__item-text {
  color: #fff;
}
.b-switcher__item_active:hover .b-switcher__item-text {
  color: #fff !important;
}
.b-switcher__item:hover .b-switcher__item-text {
  color: #ea36a8;
}
.b-section {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.b-scroll-banner {
  position: relative;
  width: 15%;
  float: left;
  height: 1200px;
  text-align: center;
  /*background: url(/f/i/food-tech-banner.jpg) no-repeat;*/
}
.b-scroll-banner_small {
  width: 60px;
}
.b-scroll-banner__icon {
  background: url(/f/i/flask-icon.png) no-repeat;
  margin: auto;
  display: inline-block;
  background-size: 100%;
  margin-top: 65%;
  width: 30%;
  padding-top: 45%;
  max-width: 75px;
}
.b-scroll-banner__image {
  display: block;
  margin-top: 70%;
  margin-bottom: 22px;
}
.b-scroll-banner__image img {
  max-width: 65%;
  display: block;
  margin: 0 auto;
}
.b-scroll-banner__text {
  display: block;
  width: 100%;
  margin: 0 auto;
  font: bold 20px/30px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  /*max-width: 180px;*/
  text-align: center;
  padding: 0 15px;
}
.b-scroll-banner__btn {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.b-scroll-banner__btn_groupicon {
  background-position: 0 0;
}
.b-scroll-banner__btn_groupicon:hover {
  background-position: 0 -60px!important;
  background-color: #001221;
}
.b-scroll-banner__btn_close {
  display: none;
  background-color: #001221;
}
.b-scroll-banner__btn:hover {
  background: #001221;
}
.iconize-menu:before {
  width: 28px;
  height: 28px;
  background-position: -66px -70px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.iconize-menu-close:before {
  width: 27px;
  height: 26px;
  background-position: -100px 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b-section__main {
  overflow: hidden;
}
.b-section__main-top {
  padding: 55px 40px 0;
}
.b-section__top {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.b-section__top_margin {
  margin-right: 4%;
}
.b-section__top-title {
  font: bold 30px/40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .04em;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.b-section__top-text {
  color: #000;
  padding-top: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: normal;
}
.iconize-qst3 {
  padding-left: 55px;
}
.iconize-qst3:before {
  width: 30px;
  height: 30px;
  background-position: 0 -135px;
  top: 5px;
  left: 5px;
}
.iconize-plus {
  padding-left: 55px;
}
.iconize-plus:before {
  width: 30px;
  height: 30px;
  background-position: -66px -103px;
  top: 5px;
  left: 5px;
}
.b-section__switcher {
  margin-top: 60px;
}
.b-section__title, .b-equip__title {
  font: bold 40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
  padding: 30px 40px 40px;
}
.b-equip__title a {
  color: #000;
}
.b-equip__item {
  min-height: 360px;
  background: #eef3f5;
  padding: 30px 40px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
}
.b-equip__item:hover {
  border: 5px solid #000;
  padding: 25px 35px;
}
.b-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border: 70px solid transparent;
  border-top-color: #ea36a8;
  border-bottom: 0;
  border-left: 0;
}
.b-new__text {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -50px;
  left: -3px;
  font-size: 14px;
  letter-spacing: normal;
}
.b-equip__item:hover .b-new {
  top: -5px;
  left: -5px;
}
.b-equip__item_dark {
  background: #e2eaed;
}
.b-equip__item-left {
  max-width: 1000px;
}
.b-equip__item-right {
  margin-top: 10px;
  width: 618px;
  float: right;
  background: inherit;
  margin-left: 10%;
}
.b-equip__item-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
  margin-top: 0;
  padding-right: 20px;
  color: #000;
}
.fabric-icon {
  background: url(/f/i/fabric.png) no-repeat;
  margin-top: 5px;
}
.fabric-icon_1 {
  background-position: 0 0px;
  width: 76px;
  height: 34px;
}
.fabric-icon_2 {
  background-position: -76px 0;
  width: 126px;
  height: 34px;
}
.fabric-icon_3 {
  background-position: -202px 0px;
  width: 115px;
  height: 21px;
}
.fabric-icon_med_1 {
  background-position: 0 -69px;
  width: 120px;
  height: 53px;
}
.fabric-icon_med_2 {
  background-position: -120px -68px;
  width: 226px;
  height: 54px;
}
.fabric-icon_med_3 {
  background-position: -346px -72px;
  width: 171px;
  height: 31px;
}
.b-equip__item-fabric-icon {
  float: left;
  margin-top: 5px;
  margin-bottom:15px
}
.b-equip__item-fabric-cont {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.b-equip__item-italic-text {
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  color: #9a9a9a;
  font-weight: normal;
  display: block;
}
.b-equip__item-artic {
  font-size: 14px;
  line-height: 20px;
}
.b-equip__item-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 20px;
  color: #000;
  clear: left;
}
.b-equip__item-img {
  width: 220px;
  height: 220px;
  position: relative;
  background: #fff;
  border: 3px solid #000;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.b-equip__item-img img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b-equip__item-scheme-wrap {
  display: inline-block;
  border: 2px dotted #ec3097;
  width: 377px;
  height: 230px;
  position: relative;
  margin-left: 20px;
  vertical-align: top;
  background: inherit;
  padding-top: 8px;
}
.b-equip__item-scheme {
  margin-left: -22px;
  width: 387px;
}
.b-equip__item-detail-wrap {
  margin-top: 16px;
}
.b-equip__item-detail {
  display: inline-block;
  margin-right: 20px;
}
.b-equip__item-detail-text {
  line-height: 20px;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  letter-spacing: normal;
  color: #000;
  vertical-align:middle;
}
.b-equip__item-detail-value {
  display: inline-block;
  vertical-align:middle;
  line-height: 35px;
  background: #000;
  margin-left: 8px;
  padding: 0 12px;
  color: #fff;
}
.b-equip__item-detail-value_rounded {
  background: #ea36a8;
  border-radius: 17px;
}
.b-control {
  background: #fff;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  clear:left;
}
.b-control_grey {
  background: #eef3f5;
}

.b-equip-control {
  display: none;
}
.b-equip__accordion .b-group-items {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s ease;
  transition: max-height .8s ease;
  margin-bottom: -30px;
}
.b-equip__accordion .b-group-items.active {
  max-height: 9999px;
  margin-bottom: 0;
}
.b-equip__accordion .b-equip__title a,
.b-equip__accordion .b-equip__title .a {
  border-bottom: 2px dotted;
  cursor:pointer;
}
.b-control:after {
  background: url(/f/i/cut2.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.b-control_grey:after {
  background: url(/f/i/cut.png);
}
.b-equip__item_dark .b-equip-control:after {
  background: url(/f/i/cut3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.b-control_left .scroll-btn {
  float: left;
}
.scroll {
  height: 746px;
}
.b-product__content {
  background: #eef3f5;
  letter-spacing: 0;
}
.b-product__fabric-logo {
  margin: 0;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
.b-product__send-to-email, .b-product__print-page {
  float: right;
  margin-left: 25px;
  margin-top: 10px;
}
.b-product__tilte {
  display: block;
  font: bold 52px/68px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  clear: both;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 35px;
}
.b-product__sub-title {
  font: bold 20px/40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
}
.b-product__main-text {
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 50px;
}
.b-product__control {
  height: 60px;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
}
.b-product__control:after {
  background: url(/f/i/cut2.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.b-product__control .scroll-btn {
  float: left;
}
.b-control__artic {
  float: right;
  line-height: 60px;
  margin-right: 40px;
  display: inline-block;
}
.b-product-equip__title {
  font: bold 40px/70px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 30px;
}
.b-product-equip-scroll__holder {
  /*width: 4190px;*/
  background: url(/f/i/base-complect-scheme-full.jpg) no-repeat;
  background-position: 349px 56px;
  height: auto;
}

.b-product-equip-scroll__holder--short{
  /*width: 3743px;*/
  white-space: nowrap;

}
.b-product-equip-scroll__holder_elvis {
  /*width: 1800px;*/
  background: none;
}
.b-product-equip-scroll__holder_elvis .b-product-equip__base-complect{
  background: url(/f/i/base-complect-scheme-full2.jpg) 349px -3px no-repeat;
}
.b-product-equip-scroll__holder_react {
  /*width: 4100px;*/
  background: url(/f/i/base-complect-scheme-full3.jpg) no-repeat;
  background-position: 349px 57px;
}
.b-product__content_white {
  background: #fff;
}
.b-product-equip-scroll__title {
  font: bold 20px/30px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 30px;
}
.b-product-equip-scroll__title span {
  font-weight: normal;
}
.b-product-equip__item, .b-product-equip-item {
  width: 450px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
  white-space: normal;
}
.b-product-equip-item__img {
  width: 350px;
  height: 350px;
  position: relative;
  border: 5px solid #000;
  /*cursor: pointer;*/
  background: #fff;
}
.b-product-equip-item__img_small {
  width: 220px;
  height: 220px;
  margin-top: 130px;
}
.b-product-equip-item__img_small img {
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b-product-equip-item__img_med {
  border: none;
  border-bottom: 5px solid #000;
  background: none;
  height: 318px;
}
.b-product-equip-item__img_med .b-product-equip-item__img-holder {
  border: 0;
}
.b-product-equip-item__img_med .b-product-equip-item__num, .b-product-equip-item__img_hide .b-product-equip-item__num {
  left: 0 !important;
  bottom: -68px;
}
.b-product-equip-item__img_hide {
  background: none;
  border: none !important;
}
.b-product-equip-item__img_hide .b-product-equip-item__num {
  bottom: 0 !important;
}
.b-product-equip-item__img_monitor {
  height: 316px
}
.b-product-equip-item__img_monitor .b-product-equip-item__img-holder {
  margin-top: 34px;
}
.b-product-equip-item__img_monitor .b-product-equip-item__img-holder img {
  border:5px solid #000;
}
.b-product-equip-item__img_monitor .b-product-equip-item__num {
  bottom: -5px;
}
/*
.b-product-equip-item__img_hide:hover {
  border: none !important;
  cursor: default;
}
.b-product-equip-item__img_hide:hover .b-product-equip-item__num {
  background: #000!important;
}
.b-product-equip-item__img_hide:hover .b-product-equip-item__num:after {
  border-top-color: #000!important;
}
.b-product-equip-item__img_hide .b-product-equip-item__num:hover {
  background: #ed51b4!important;
}
.b-product-equip-item__img_hide .b-product-equip-item__num:hover:after {
  border-top-color: #ed51b4!important;
}
*/
.b-product-equip-item__img_popup {
  border: none;
  display: inline-block;
  cursor: default;
  width: 43%;
  margin-right: 30px;
}

.popup-link:hover, .popup-link:hover .b-product-equip-item__img, .fancybox.b-product-equip-item__img:hover {
  border-color: #ed51b4 !important;
}
.popup-link:hover .b-product-equip-item__img-holder {
  border-color: #ed51b4;
}
.popup-link:hover .b-product-equip-item__num {
  background: #ed51b4;
}
.popup-link:hover .iconize-left-link:before {
  background-position: 0 -346px;
}
.popup-link:hover .iconize-right-link:before {
  background-position: 0 -353px;
}
.popup-link:hover .iconize-long-left-link:before {
  background-position: 0 -323px;
}
.popup-link:hover .iconize-left-link_grey:before {
  background-position: 0 -353px !important;
}
.popup-link:hover .b-product-equip-item__num:after {
  border-top-color: #ed51b4;
}
.popup-link:hover .b-product-equip-item__num_inactive {
  background: #c5c5c5 !important;
}
.popup-link:hover .b-product-equip-item__num_plus:before {
  color: #ed51b4;
}
.b-product-equip-item__img_hide:hover .b-product-equip-item__num {
  background: #000 !important;
}
.b-product-equip-item__img_hide:hover .b-product-equip-item__num:after {
  border-top-color: #000 !important;
}
/*
.b-product-equip-item__num:hover {
  background: #ed51b4;
}
.b-product-equip-item__num:hover:after {
  border-top-color: #ed51b4;
}
*/
.b-product-equip__item_small {
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 30px;
  width: 213px;
}
.b-product-equip__item_small.b-product-equip__item_first {
  width: 220px;
}
.b-product-equip__item_first {
  margin-left: 0;
}
.b-product-equip__item_last {
  margin-right: 0;
}
.b-product-equip__item_soft {
  margin-left: 0;
}
.b-product-equip__item_soft .b-product-equip-item__img-holder {
  border: 0!important;
}
.b-product-equip__item_enoma {
  margin-left: 40px;
}
.b-product-equip__item_short {
  width: 140px;
}
.b-product-equip__item_minus {
  margin-left: -10px;
}
.b-product-equip__item_method {
  position: absolute;
  top: 130px;
  left: 540px;
}
.b-product-equip__item_method .b-product-equip-item__img {
  height: 0 !important;
}
.b-product-equip__item_small .b-product-equip-item__img {
  width: 220px;
  height: 220px;
  border: 3px solid #000;
}
.b-product-equip__item_small .b-product-equip-item__img_top_none {
  margin-top: 0 !important;
}
.b-product-equip__item_small .b-product-equip-item__img_top_none.b-product-equip-item__img_hide {
  margin-top: 0 !important;
}
.b-product-equip__item_small .b-product-equip-item__img-wrap {
  position: relative;
}
.b-product-equip__item_small .b-product-equip-item__img_small {
  width: 120px;
  height: 120px;
  margin-top: 100px;
}
.b-product-equip__item_small .b-product-equip-item__img_med {
  border: none;
  background: none;
  border-bottom: 3px solid #000;
  height: 198px;
}
.b-product-equip__item_small .b-product-equip-item__img-holder {
  width: 220px;
  height: 156px;
  margin-top: 23px;
  border: 3px solid #000;
}
.b-product-equip__item_small .b-product-equip-item__img_right {
  margin-left: 72px;
}
.b-product-equip-item__num_left {
  left: 1px !important;
  bottom: 0 !important;
}
.b-product-equip-item__num_plus {
  left: 50px !important;
}
.b-product-equip-item__num_plus:before {
  content: ' + ';
  position: absolute;
  left: -15px;
  top: 1px;
  color: #000;
}
.b-product-equip-item__num_2nd {
  left: 74px !important;
  padding-left:16px!important;
  padding-right:16px!important;
}
.b-product-equip-item__num_3rd {
  left: 174px !important;
}
.b-product-equip-item__num_4th {
  left: 253px !important;
}
.b-product-equip__item_small .b-product-equip-item__num_2nd {
  left: 68px !important;
}
.b-product-equip__item_small .b-product-equip-item__num_3rd {
  left: 152px !important;
}
.b-product-equip__item_small .b-product-equip-item__title {
  font-size: 16px;
  margin-top: 23px;
  line-height: 25px;
}
.b-product-equip__item_small .b-product-equip-item__num {
  font-size: 16px;
  background: #000;
  color: #fff;
  line-height: 25px;
  padding: 2px 11px;
  position: absolute;
  bottom: -3px;
  left: -3px;
  /*cursor: pointer;*/
}
.b-product-equip__item_soft .b-product-equip-item__num {
  left: 0;
  bottom: -41px;
}
.b-product-equip__item_med {
  margin-left: 29px;
}
.b-product-equip__item_med .b-product-equip-item__img {
  margin-top: 33px;
  border: none;
  border-bottom: 5px solid #000;
  background: none;
  height: 315px;
}
.b-product-equip__item_med .b-product-equip-item__num {
  left: 0;
}
.b-product-equip-item__img-holder {
  width: 350px;
  height: 250px;
  border: 5px solid #000;
  ` background: #fff;
  margin-top: 32px;
}
.b-product-equip__add, .b-product-equip__base-complect {
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}
.b-product-equip__add {
  margin-left: 197px;
}
.b-product-equip__item_imgless {
  margin-left: 35px;
  margin-top: 307px;
  width: 230px;
  margin-right: 10px;
}
.b-product-equip__item_imgless .b-product-equip-item__num {
  bottom: auto;
  top: 0;
}
.b-product-equip__add .b-product-equip__item_med {
  margin-left: 6px;
}
.b-product-equip-item__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
  margin-top: 30px;
}
.b-product-equip__item_cabel {
  position: absolute;
  right: -26px;
  top: 247px;
  margin: 0;
  width: 235px;
}
.b-product-equip__item_cabel .b-product-equip-item__num {
  top: -30px;
  bottom: auto;
}
.b-product-equip-item__hint {
  position: absolute;
  top: 32px;
  left: -160px;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  width: 160px;
  color: #9a9a9a;
  letter-spacing: normal;
  line-height: 20px;
}
.b-product-equip__item_meth-sup {
  position: absolute;
  right: -153px;
  top: 59px;
  margin: 0;
  width: 235px;
}
.b-product-equip__item_meth-sup .b-product-equip-item__num {
  top: -25px;
  left: 3px;
  bottom: auto;
}
.b-product-equip__item_meth-sup2 {
  /*position: absolute;
  left: 500px;
  top: 349px;*/
  width: 235px;
  margin-top:349px
}
.b-product-equip__item_meth-sup2 .b-product-equip-item__num {
  top: -40px;
  bottom: auto;
}
.b-product-equip__item_plc {
  left: 485px;
  margin: 0;
  position: absolute;
  top: 409px;
  width: 235px;
}
.b-product-equip__item_plc .b-product-equip-item__num {
  top: -40px;
  bottom: auto;
}
.b-product-equip__scroll-wrap {
  position: relative;
}
.b-product-equip__mask {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 0;
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, right, left, color-stop(0%, rgba(255, 255, 255, 0)), 40%, rgba(255, 255, 255, .99)), color-stop(100%, rgba(255, 255, 255, 1)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .99) 40%, rgba(255, 255, 255, 1) 100%);
}
.b-product-equip-item__name {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 25px;
  letter-spacing: normal;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 10px;
}
.b-product-equip-item__text {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 18px;
}
.b-product-equip-item__subtitle {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: normal;
}
.b-product-equip__abil {
  padding-left: 16px;
  margin-top: 20px;
}
.b-product-equip__abil_untop {
  margin-top: 10px;
}
.b-product-equip-abil__item {
  color: #ee2b88;
  margin-bottom: 10px;
}
.b-product-equip-abil-item__text {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  padding-left: 5px;
  letter-spacing: normal;
}
.b-product__equip {
  position: relative;
  z-index: 10;
  padding-bottom: 25px;
}
.b-product__equip:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 720px;
  height: 230px;
  left: 220px;
  top: 82px;
}
.b-product__equip_hydro:before {
  background: url(/f/i/base-complect-scheme.jpg) no-repeat;
}
.b-product__equip_elvis:before {
  background: url(/f/i/base-complect-scheme2.jpg) no-repeat;
}
.b-product-equip__subtitle {
  font: bold 20px/70px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.b-product-equip__subtitle span {
  font-weight: normal;
}
.b-product-equip-item__text {
  letter-spacing: normal;
  line-height: 25px;
  clear: both;
  font-size: 14px;
}
.b-product-equip-item__num {
  font-size: 20px;
  background: #000;
  color: #fff;
  line-height: 25px;
  padding: 8px 14px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  /*cursor: pointer;*/
  z-index: 5;
}
.b-product-equip-item__num:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 10px;
  border: 10px solid transparent;
  border-top-color: #000;
  border-bottom: 0;
  border-left: 0;
  display: block;
}
.b-product-equip-item__num_inactive {
  background: #c5c5c5 !important;
  cursor: default !important;
}
.b-product-equip-item__num_inactive:after {
  display: none;
}
.b-product-equip-item__num_inactive:hover {
  background: #c5c5c5;
}
.b-technology__text_small {
  font-size: 14px !important;
}
.iconize-left-link:before {
  width: 40px;
  height: 7px;
  background-position: 0 -339px;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.iconize-right-link:before {
  width: 40px;
  height: 7px;
  background-position: 0 -332px;
  right: -40px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.iconize-right-link_grey:before {
  background-position: 0 -339px;
}
.iconize-left-link_grey:before {
  background-position: 0 -332px;
}
.iconize-long-left-link:before {
  width: 140px;
  height: 7px;
  background-position: 0 -316px;
  left: -140px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.iconize-link-big:before {
  width: 40px;
  height: 9px;
  background-position: -42px -329px;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.iconize-link-big_long:before {
  width: 346px;
  left: -346px;
  background-position: 0 -360px;
}
.iconize-link-big_med:before {
  width: 187px;
  left: -187px;
  background-position: 0 -369px;
}
.b-company-banner {
  min-height: 500px;
  background: #002b4c;
  padding: 50px;
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
  -webkit-transition: background ease-in-out .35s;
  -o-transition: background ease-in-out .35s;
  transition: background ease-in-out .35s;
}
.b-company-banner_half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
a.b-company-banner:hover {
  background: #000!important;
}
.b-company-banner_color_dark {
  background: #00182c;
}
.b-company-banner_color_med {
  background: #002038;
}
.b-partners .b-company-banner:nth-child(4n+4) {
  background: #002038;
}
.b-company-banner__img {
  float: left;
  margin-right: 80px;
  padding-top: 15px;
}
.b-company-banner__certificate {
  display: block;
  -webkit-box-shadow: 0 0 120px -40px #0072bd;
  -moz-box-shadow: 0 0 120px -40px #0072bd;
  box-shadow: 0 0 120px -40px #0072bd;
  width: 250px;
  height: 347px;
  position: relative;
}
.b-company-banner__certificate:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 347px;
  background: url(/f/i/certbrand.png) no-repeat;
}
.b-company-banner__certificate img {
  position: absolute;
  left: 36px;
  top:36px;
}
.b-company-banner__img_no-shadow .b-company-banner__certificate  {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.b-company-banner__img_vuz {
  width: 50%;
  max-width: 800px;
  margin-top: -10px;
  margin-right: 40px;
  text-align: center;
}
.b-company-banner__img_vuz img {
  width: 100%;
}
.b-company-banner__img_vuz .b-company-banner__img-wrap {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  max-width: 250px;
}
.b-company-banner__img_partner {
  width: 60%;
  margin-left: -150px;
  margin-right: 10px;
  position: relative;
  max-width: 700px;
  height: 1px;
  display: block;
}
.b-company-banner_half .b-company-banner__img_partner {
  max-width: 550px;
  width: 80%;
  margin-left: 0;
  margin-right: -150px;
  float: right !important;
}
.b-company-banner_half .b-company-banner__img_partner img {
  right: auto;
  left: 0;
}
.b-company-banner__img_partner img {
  position: absolute;
  top: 0;
  right: 0;
}
.b-company-banner__img-title {
  color: #fff;
  line-height: 25px;
  letter-spacing: normal;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
}
.b-company-banner__img_vuz .b-company-banner__img-title {
  margin-top: -25px;
}
.b-company-banner__content {
  overflow: hidden;
  padding: 32px 20px 0 0;
  max-width: 1000px;
  display: block;
}
.b-company-banner__logo {
  margin-bottom: 25px;
}
.b-company-banner__title {
  font: bold 30px/50px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 15px;
  margin-top: 0;
  display: block;
}
.b-company-banner__text {
  color: #748ea3;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  font-weight: normal;
}
.b-made-in {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.iconize-made-in {
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.iconize-made-in:before {
  left: -35px;
  top: -8px;
  background-position: -192px -77px;
  width: 30px;
  height: 13px;
}
.iconize-made-in_usa:before {
  background-position: -192px -90px;
}
.iconize-made-in_germany:before {
  background-position: -192px -103px;
}
.iconize-made-in_italy:before {
  background-position: -145px -256px;
}
.iconize-made-in_france:before {
  background-position: -145px -269px;
}
.iconize-made-in_uk:before {
  background-position: -145px -282px;
}
.b-enum {
  margin-bottom: 45px;
}
.b-enum__item {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.b-enum__preitem {
  margin-top: 20px;
  position: relative;
  display: block;
}
.b-enum__preitem_hover {
  cursor: pointer;
}
.b-enum__preitem-mask {
  background: #fff;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-enum__preitem_hover .b-enum__preitem-mask {
  opacity: 0;
}
.b-video-ico {
  border: 5px solid #000;
  width: 180px;
  height: 120px;
  position: relative;
}
.b-video-ico:after {
  background: url(/f/i/icons.png);
  content: '';
  position: absolute;
  width: 51px;
  height: 37px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: -190px 0;
}
.b-news-ico {
  border: 5px solid #000;
  width: 180px;
  height: 170px;
  position: relative;
}
.iconize-photo:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: -192px -118px;
  width: 33px;
  height: 24px;
  margin: auto;
}
.iconize-video2:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: -192px -150px;
  width: 35px;
  height: 24px;
  margin: auto;
}
.b-enum__preitem_hover .b-multi {
  background: #ea36a8;
}
.b-enum__preitem_hover.b-video-ico:after {
  background-position: -190px -37px;
}
.b-enum__preitem_hover {
  border-color: #ea36a8 !important;
}
.b-enum__preitem_hover.b-techno-ico p {
  color: #ea36a8 !important;
}
.b-enum__preitem_hover:before {
  border-top-color: #ea36a8 !important;
}
.b-enum__preitem_hover.iconize-video:before,a:hover .iconize-video:before {
  background-position: -85px -256px;
}
.b-enum__preitem_hover.iconize-file_pdf:before {
  background-position: -35px -256px
}
.b-enum__num {
  background: #ea36a8;
  border-radius: 15px;
  line-height: 25px;
  padding: 5px 10px;
  color: #fff;
}
.b-enum__title {
  font: bold 40px/70px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
.b-enum__subtitle {
  line-height: 25px!important;
  font-size: 16px!important;
  letter-spacing: normal;
  margin-top: 15px!important;
  margin-bottom:10px!important;
  display: block;
  font-weight: bold;
  color: #000;
}
.b-enum__subtitle_lh_30 {
  line-height: 30px;
}
.b-enum__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: normal;
  margin-bottom: 15px;
  display: block;
  color: #000;
}
.b-product-equip__technology {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 360px;
  margin-top: 5px;
}
.b-product-equip__technology_2 {
  margin-left: 305px;
}
.b-product-equip__technology_3 {
  width: 270px !important;
  margin: 25px 0 0 15px !important;
}
.b-techno-ico {
  width: 60px;
  height: 60px;
  border: 5px solid #ed51b4;
  position: relative;
}
.b-techno-ico_equip {
  position: absolute;
  top: 8px;
  left: 8px;
}
.b-techno-ico_black {
  border-color: #000;
}
.b-techno-ico p {
  color: #ed51b4;
  display: block;
  text-transform: uppercase;
  font: bold 22px/22px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .01em;
  position: absolute;
  bottom: 2px;
  left: 3px;
}
.b-techno-ico_black p {
  color: #000;
}
.b-techno-ico_small p {
  font-size: 12px;
  line-height: 12px;
  bottom: 6px;
  left: 4px;
}
.b-techno-ico_med p {
  font-size: 16px;
  line-height: 16px;
  bottom: 3px;
  left: 4px;
}
.b-techno-ico_tiny p {
  font-size: 11px;
  line-height: 11px;
  bottom: 4px;
}
.b-techno-ico_muad p {
  font-size: 14px;
  line-height: 14px;
  bottom: 3px;
}
.b-ico-arrowed {
  margin-bottom: 22px;
}
.b-ico-arrowed:before {
  position: absolute;
  content: '';
  bottom: -17px;
  left: 7px;
  border: 13px solid transparent;
  border-top-color: #ed51b4;
  border-bottom: 0;
  border-left: 0;
  display: block;
}
.b-ico-arrowed_black:before {
  border-top-color: #000;
}
.b-ico-arrowed_grey:before {
  border-top-color: #eef3f5;
}
.b-techno-ico_scada p {
  font-size: 12px;
}
.b-technology {
  color: #ed51b4;
  width: 360px;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 20px;
}
.b-technology .b-techno-ico {
  float: left;
}
.b-technology__text {
  padding-left: 10px;
  font-size: 16px;
  overflow: hidden;
}
.b-technology__text span {
  display: block;
  font-weight: normal;
  margin-top: 5px;
}
.iconize-standard {
  width: 60px;
  height: 60px;
}
.iconize-standard:before {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.iconize-standard_1:before {
  background-position: -127px 0;
}
.iconize-standard_2:before {
  background-position: -127px -60px;
}
.iconize-standard_3:before {
  background-position: -127px -120px;
}
.iconize-standard_4:before {
  background-position: -127px -180px;
}
.iconize-video {
  width: 60px;
  height: 60px;
}
.iconize-video:before {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background-position: -63px -136px;
}
.iconize-file {
  width: 50px;
  height: 60px;
}
.iconize-file:before {
  width: 50px;
  height: 60px;
  top: 0;
  left: 0;
  background-position: -63px -196px;
}
.iconize-file_pdf:before {
  background-position: -63px -196px;
}
.b-for-spec {
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: normal;
}
.b-for-spec span {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
}
.b-for-spec_pad-top {
  padding-top: 20px;
}
.b-form {
  border: 5px solid #000;
  /*max-width: 1280px;*/
  margin-bottom: 45px;
}
.b-form.b-popup {
  border: 0!important;
  margin-bottom: 0!important;
}
.b-form_contact-us {
  /*min-height: 650px;*/
  margin-top: 70px;
}
.b-form__head {
  background: #ea36a8;
  height: 105px;
  text-align: center;
}
.b-form-head__text {
  font: bold 40px/40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 32px;
}
.b-form__wrap {
  padding: 35px 35px 0;
  margin-top: 20px;
}
.b-form__half {
  width: 48%;
  display: inline-block;
}
.b-form__half_right {
  margin-left: 4%;
}
.b-form__submit-wrap {
  background: #eef3f5;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.b-form__submit {
  margin: 0 auto;
  display: block;
  padding: 20px 30px;
}
.b-form__submit:active {
  padding: 17px 30px;
}
.b-show-more {
  text-align: center;
  height: 60px;
}
.b-show-more_color_grey {
  background: #eef3f5;
}
.b-show-more__btn {
  color: #00aad5;
  line-height: 60px;
  padding-left: 45px;
  cursor: pointer;
}
.b-show-more__btn:hover {
  color: #21caf5;
}
.b-show-more__btn.iconize-plus:before {
  top: 15px;
}
.b-show-more__btn.iconize-plus:hover:before {
  background-position: -96px -103px;
}
.iconize-flask:before {
  background-position: 0 -200px;
  width: 35px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b-scroll-banner__btn.iconize-flask:hover:before {
  background-position: 0 -250px;
}
.fixed-scroll {
  background: #eef3f5;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  min-width: 1000px;
  margin-top: 0;
}
.fixed-scroll:after {
  background: none;
}
.fixed-scroll__title {
  font: bold 20px/60px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 30px;
}
.b-num-popup {
  width: 980px;
  /*height: 430px;*/
  text-align: left;
  padding: 30px;
}
.b-num-popup__scroll {
  position: relative;
  /*height: 350px;*/
  /*padding-right: 20px;*/
}
.b-num-popup__scroll .b-product-equip__item {
  margin-left: 0;
  width: 480px;
}
.b-product-equip-item__num_popup {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.b-product-equip-item__num_popup:hover {
  cursor: default;
  background: #000;
}
.b-product-equip-item__num_popup:hover:after {
  border-top-color: #000;
}
.b-product-equip-item__detail {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 7px;
}
.b-num-popup__scroll .b-product-equip-item {
  width: auto;
}
.b-num-popup__scroll .mCSB_draggerRail {
  background: #eef3f5 !important;
  width: 5px !important;
}
.b-company-spec {
  min-height: 500px;
  /* Ð£Ð´Ð°Ð»Ð¸Ñ‚ÑŒ!!! */
  background: #002b4c;
  padding: 40px 50px;
}
.b-company-spec__logo {
  margin-bottom: 10px;
}
.b-company-spec__title {
  font: bold 60px/40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.b-company-spec__text {
  letter-spacing: .05em;
  line-height: 35px;
  color: #fff;
  max-width: 1280px;
  font-weight: normal;
}
.b-spec_company, .b-spec_tech {
  min-height: 0;
  background: none;
  margin-top: 30px;
}
.b-spec_company .b-spec__item, .b-spec_company .b-spec__item:hover, .b-spec_tech .b-spec__item, .b-spec_tech .b-spec__item:hover {
  background: none;
}
.b-spec_tech .b-spec__text:hover {
  cursor: default;
}
.b-spec_tech .b-spec__text {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.b-spec_company .b-spec__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.b-spec_tech .b-spec__item:hover .b-spec__text {
  color: #000;
}
.b-spec_company .b-spec__item:hover .b-spec__text {
  color: #fff;
}
.b-spec_company .b-spec__item .b-spec__text:hover {
  color: #ea36a8;
}
.b-wrapper {
  padding: 45px 45px 0;
}
.b-wrapper_dark {
  background: #eef3f5;
}
.b-company-banner__btn {
  padding: 20px 30px;
}
.b-company-banner__btn:active {
  padding: 17px 30px;
}
.b-cut-top {
  margin-top: 0;
  padding-top: 0;
}
.b-cut-bottom {
  margin-bottom: 0 !important;
}
.b-partners {
  background: #00182c;
  display: block;
}
.b-multi {
  position: absolute;
  left: -5px;
  bottom: -5px;
  background: #000;
  width: 60px;
  height: 60px;
}
.b-title {
  font: bold 60px/70px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.b-subtitle {
  font: bold 20px/40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
}
.b-contacts__phone {
  padding-top: 10px;
  margin-bottom: 50px;
}
.b-contacts__phone-text {
  color: #ea36a8;
  line-height: 30px;
  letter-spacing: normal;
}
.b-contacts__phone-text.iconize-phone:before {
  top: 9px;
}
.b-contacts__phone-num {
  font: bold 40px/40px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  color: #ea36a8;
  letter-spacing: .05em;
  margin-top: 5px;
}
.b-switcher_contacts {
  background: none;
}
.b-switcher_contacts:after {
  background: none;
}
.b-switcher_contacts .b-switcher__item {
  width: 127px;
  margin-bottom: 35px;
}
.b-switcher__block {
  display: none;
}
.b-switcher__block_active {
  display: block;
}
.b-contacts__map {
  min-width: 1280px;
  height: 360px;
  overflow: hidden;
}
.b-contacts__map-cont {
  width: 100%;
}
.b-contacts .b-enum {
  margin-bottom: 30px;
}
.b-tech__text {
  font-weight: normal;
  line-height: 35px;
  margin-top: 30px;
}
.b-tech__scheme {
  margin-top: 50px;
  position: relative;
  min-height: 400px;
}
.b-tech__scheme-tech {
  left: 260px;
  top: 12px;
}
.b-tech__scheme-text {
  position: absolute;
  letter-spacing: normal;
  width: 130px;
  line-height: 25px;
}
.b-quest {
  padding-bottom: 35px;
}
.b-quest__input {
  background: #fff;
}
.b-quest__input-wrap {
  overflow: hidden;
}
.b-quest__submit {
  padding: 20px 30px;
  margin-left: 20px;
  float: right;
}
.b-quest__submit:active {
  padding: 17px 30px;
}
.b-quest__ico {
  float: left;
  width: 60px;
  height: 60px;
  background: #002038;
}
.b-tech__title {
  font: bold 40px/70px 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 30px;
}
.b-tech-spec {
  margin-bottom: 30px;
}
.b-news .b-quest__input {
  background: #eef3f5;
}
.b-news {
  padding-bottom: 45px;
}
.b-news .b-quest {
  margin-top: 45px;
  padding-bottom: 10px;
}
.b-news__holder {
  columns: 420px 3;
  -moz-columns: 420px 3;
  -webkit-columns: 420px 3;
  column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
}
.b-news__item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  background: #eef3f5;
  padding: 32px 40px;
  position: relative;
  margin-bottom: 40px;
}
.b-news__item-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.b-news__item-text {
  line-height: 35px;
  font-weight: normal;
}
.b-news .b-ico-arrowed:before {
  bottom: -13px;
}
.iconize-subscribe {
  margin-left: 25px;
}
.iconize-subscribe:before {
  background-position: -39px -29px;
  width: 20px;
  height: 20px;
  top: -16px;
  left: -25px;
}
.b-equip__item-close {
  background: inherit;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 13px;
  top: 14px;
}
.b-equip__item:hover .b-equip__item-close {
  right: 8px;
  top: 9px;
}
.b-equip__item-close:before {
  background: url(/f/i/icons.png);
  position: absolute;
  content: '';
  width: 27px;
  height: 26px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: -191px -206px;
}
.b-equip__item-close_fav:before {
  background-position: -191px -206px!important;
  width: 27px!important;
  height: 26px!important;
}
.b-equip__item:hover .b-equip__item-close:before,.b-favorite .b-equip__item-close:before{
  background-position: 0 -52px;
  width: 21px;
  height: 21px;
}
.shortauto .ui-autocomplete {
  background: #fff;
  -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
.scroller {
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.scroller_horizontal {
  margin:0 -45px;
}
.scroller_horizontal:before,.scroller_horizontal:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  z-index: 10;
}
.scroller_horizontal:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(33%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%,rgba(255,255,255,0) 100%);
}
.scroller_horizontal:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(66%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%);
}
.scroller__holder {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  z-index: 1;
}
.scroller_horizontal .scroller__holder {
  padding: 0 45px;
}
.scroller_horizontal.iScrollShowScrollbars {
  padding-top: 47px;
}
.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 9px;
  left: 45px;
  right: 45px;
  top: 0;
  overflow: hidden;
}
.iScrollHideScrollbars .iScrollHorizontalScrollbar {
  display: none;
}
.iScrollHorizontalScrollbar:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 2px;
  background: #eef3f5;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px;
}
.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 16px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}
.iScrollIndicator {
  position: absolute;
  top: 0;
  background: #00aad5;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%;
  width: 280px;
}
.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
}
.scroller_horizontal.iScrollShowScrollbars {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  *cursor: move !important;
}
.iScrollActive * {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.b-equip__item-link{

  color: #000;
}

.b-header__menu{
  padding: 0 30px 0;
  position: relative;
  top: 17px;
}

.b-header_main .b-header__menu{
  top: 0;
}

.b-product-equip-item__img{
  display: block;
  position: relative;
}

.b-popup .b-product-equip-item__img.b-product-equip-item__img_popup{
  float: left;
}
.b-product-equip-item__img{
  position: relative;
}
.b-product-equip-item__img--no-link{
  cursor: default;
}
.b-product-equip-item__img img{
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

.b-product-equip-item__img-holder{
  position: relative;
}
.b-product-equip-item__img-holder img{
  top: 0;
}

.b-equip__item{
  cursor: default;
}

.b-num-popup__scroll-holder .b-product-equip-item{
  width: 100%;
}
.b-scroll-banner__icon{
  display: block;
  max-width: none;
  width: 256px;
  height: 256px;
  margin-bottom: -65px;

}

.b-scroll-banner__icon--light{

}

.b-scroll-banner__text{
  max-width: none;
  width: 100%;
  padding: 0 20px;

}
.b-scroll-banner__text {
  font-size: 20px;
  line-height: 30px;
}
.b-scroll-banner__text_light{
  color: #fff;
}
.b-scroll-banner__text_dark {
  color: #000;
}
.ui-autocomplete{
  background: #fff;
}

.ui-corner-all.ui-state-focus{
  background: #0160A2;
  font-weight: normal;
  color: #fff;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
  margin-top: 0;
  margin-bottom: 0;
}

.b-product-equip-item__num{
  z-index: 10;
}
.scroll-catfix-parent{height:1200px;}
.sticky-wrapper,.setaffix,.scroll-catfix,.scroll-catfix .scroll,.scroll-catfix .scroll__holder,.scroll-catfix .rel,.scroll-catfix .scroll-wrap {min-height:100%!important;height:100%!important;}
.makescroll{height:100%;overflow-y:auto;overflow-x:auto;background:#000A1C;}
.scroll-wrap,.scroll-catfix{background:#000A1C;}
.makescroll .rel{height:auto!important;min-height:auto!important;width:100%;}
.b-section__main{background: #fff}
/*.b-content,.b-main{background: #001221}
.b-main .b-wrapper{background:#fff;}*/
.iScrollShowScrollbars{margin-bottom:47px;}
.scroller_horizontal .b-product-equip-scroll__title{margin-top:0;}
.popup-link,.fancybox{cursor:pointer;}
.b-enum__subtitle_link{color:#000;}
.scroll-btn_search form,.scroll-btn_search .input{margin:0;width:308px;display:inline-block;vertical-align:top}
.scroll-btn_search:hover,.scroll-btn_search.active{padding-left:60px}
.scroll-btn_search .input{background-color:#fff}
.scroll-btn_search .scroll-btn__text{padding:0}
html, body, .b-main {height:100%;}
body > .b-main {height:auto; min-height:100%;}
.b-footer {clear:both; position:relative; z-index:10; height:210px; margin-top:-210px;}
.b-main {padding-bottom:182px;}
div.search-tags-chain a {margin:2px;}
div.search-tags-chain a.search-tags-link {color:#333333; font-size:90%; text-decoration:none;color:#535353;}
div.search-tags-cloud a {white-space:normal;}

div.search-advanced {overflow:hidden; margin:0 45px 10px; zoom:1; font-weight:normal; color: #8a8a8a;}
div.search-advanced-result {float:left; width:70%;}
div.search-advanced-filter {float:right;}
div.search-advanced-filter a {outline:none;}
div.search-item {margin:0; padding:24px 45px; border-bottom: 1px solid #e9e9e9; font-weight:normal; line-height:25px}
div.search-item h4 {font-size:21px; margin-top:0; letter-spacing:0}
div.search-item h4 a {text-decoration:none;}
div.search-result {margin:0;}
div.search-preview {margin:0.5em 0 0;}
.modern-page-navigation {padding:24px 45px 45px!important;}
.b-default{font-size:14px;line-height:25px;font-weight:normal;letter-spacing:normal;padding-bottom:45px}
.b-default p,.b-default ul{margin-bottom:15px;}
.b-default ul p {margin-bottom:0}
.b-default h3{margin-top:30px;margin-bottom:20px}
.b-main,.b-footer {max-width:2000px; margin-left:auto; margin-right:auto;}
.rel{position:relative;}
.noscroll{overflow:hidden!important;}
.noover,.noover body,.noover .b-main{height:auto;min-height:0;}
.b-news__text {font-size:16px;line-height:35px;letter-spacing:.05em;margin-bottom:30px}
.b-news__photo{display:inline-block;margin-right:20px;margin-bottom:30px;}
.b-news__materials .b-enum__item{margin-bottom:30px}
.ValidationErrors{display:block;color:#f00;margin:-15px 0 25px;font-weight:normal;text-align:left;}
.inv{display:none;}
.form-complete{text-align:center;font-size: 24px;padding:40px 0}
.b-main-slider {width:100%;height:480px;overflow:hidden;position:relative;}
.b-main-slider__holder{position:absolute;left:50%;top:0;margin-left:-1000px;width:2000px;height:480px;}
.b-main-slider__wrapper {background-color:#001128;position:relative;overflow:hidden;height:480px;width:2000px;}
.b-main-slider__wrapper {-webkit-perspective:2000px;-moz-perspective:2000px;perspective:2000px;}
.b-main-slider__wrapper::before {content:'web';display:none;}
.b-main-slider__wrapper::before {content:'mobile';}
.b-main-slider__floating {position:relative;}
.b-main-slider__floating img {display:block;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(255, 255, 255, 0.01);}
.b-main-slider__floating img:not(:first-child) {position:absolute;top:0;left:0;}
.b-main-slider__floating {top:0;left:0;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);}
.b-main-slider__floating.is-absolute {position:absolute;}
.b-main-slider__floating img:first-child {-webkit-transform: translateZ(50px);-moz-transform: translateZ(50px);-ms-transform: translateZ(50px);-o-transform: translateZ(50px);transform: translateZ(50px);}
.b-main-slider__floating img:nth-child(2) {-webkit-transform: translateZ(100px);-moz-transform: translateZ(100px);-ms-transform: translateZ(100px);-o-transform: translateZ(100px);transform: translateZ(100px);}
.b-main-slider__floating img:nth-child(3) {-webkit-transform: translateZ(280px);-moz-transform: translateZ(280px);-ms-transform: translateZ(280px);-o-transform: translateZ(280px);transform: translateZ(280px);}
.no-preserve-3d .b-main-slider__floating {position:relative;}
.form-wrap .form-complete{padding-left:30px;padding-right:30px;font-weight:normal}
.form-wrap .form-complete p {margin-bottom:15px;font-weight:bold;}
.b-popup-equipment{margin-bottom:30px;text-align:left;font-weight:normal;line-height:26px}
#b-list-popup .error{border-bottom-color:#ee3939}
.b-enum__preitem p {margin-bottom:0;}
.notransition {-webkit-transition:all 0s ease 0s!important;-o-transition:all 0s ease 0s!important;transition:all 0s ease 0s!important;}
@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
  .dl-horizontal dt {
    float: left;
    clear: left;
    overflow: hidden;
    width: 160px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@media all and (max-width: 1200px) {
  .b-header__logo {
    padding-left: 20px !important;
  }
  .b-header__logo-text {
    font-size: 14px;
    padding-top: 6px
  }
  .b-header__phone {
    margin-right: 1% !important;
    font-size: 14px;
    margin-top: 22px;
  }
  .b-header__phone:before {
    top: 4px !important;
  }
  .b-header__menu {
    padding: 20px 15px 0;
  }
  .b-header__menu-item a {
    font-size: 14px;
  }
  .b-company-banner_half {
    width: 100%;
  }
  .b-company-banner_half .b-company-banner__content {
    padding-right: 90px!important
  }
}
@media all and (max-width: 1700px) {
  .b-spec_scroll .b-spec__item {
    width: 16.666666% !important;
  }
  .b-spec_scroll .b-catbg{left:-33.3333332%}
  .b-spec__item_company {
    width: 14.28% !important;
  }
  .b-scroll-banner__text {
    font-size: 14px;
    line-height: 28px;
  }
  .b-equip__item-right {
    padding-left: 0;
  }
}
@media all and (max-width: 1600px) {
  .b-spec__item {
    width: 16.666666% !important;
  }
  .b-catbg{left:-33.3333332%}
  .b-spec_scroll .b-spec__item {
    width: 20% !important;
  }
  .b-spec_scroll .b-catbg{left:-60%}
  .b-spec__item_company {
    width: 14.28% !important;
  }
}
@media all and (max-width: 1300px) {
  .b-spec__item {
    width: 20% !important;
  }
  .b-catbg{left:-60%}
  .b-spec_scroll .b-spec__item {
    width: 25% !important;
  }
  .b-spec_scroll .b-catbg{left:-100%}
  .b-footer-menu {
    width: 370px;
  }
  .b-equip__item-right {
    width: 490px;
  }
  .b-equip__item-img {
    width:174px;
    height: 174px;
  }
  .b-equip__item-scheme-wrap {
    width: 294px;
    height: 174px;
    margin-left:20px;
  }
  .b-equip__item-scheme {
    width: 305px;
    margin-top: -9px;
  }
  .b-product__tilte {
    font-size: 45px;
    line-height: 60px;
  }
  .b-company-banner__img_vuz {
    width: 100%;
    max-width: none;
    float: none;
  }
}
@media all and (max-width: 1100px) {
  .b-scroll-banner__text {
    font-size: 11px;
    line-height: 22px;
    padding: 0 6px;
    letter-spacing: 0;
  }
  .b-equip__item-title {
    font-size: 22px;
    line-height: 26px;
  }
  .b-equip__item-right {
    width: 387px;
    margin-left: 5%;
  }
  .b-equip__item-img {
    width:138px;
    height: 138px;
  }
  .b-equip__item-scheme-wrap {
    width: 231px;
    height: 136px;
    margin-left:15px;
  }
  .b-equip__item-scheme {
    width: 238px;
    margin-top: -9px;
    margin-left: -17px;
  }
  .b-product__tilte {
    font-size: 35px;
    line-height: 50px;
  }
}
@media all and (max-width: 1400px) {
  .b-equip__item-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.backpage{font-weight:normal;margin-top:10px;margin-bottom:10px;}
.backpage a{text-decoration:underline;}
.copyright {font-size: 13px;font-weight: normal;letter-spacing: 0px;}
.copyright,.copyright a {color: #fff;}
.copyright a{text-decoration:underline}
.b-check-wrap .ValidationErrors {
  display: block;
  margin-top: 0px
}
@media print {
  .b-header{background:transparent;padding-right:0;margin-bottom:25px;}
  .b-header__logo{padding-left:0;}
  .b-product__tilte,.b-enum__title {font-size:30px;line-height:40px;margin-bottom:15px;}
  .b-wrapper{padding:0;}
  .b-product__content{background:transparent}
  .b-footer,.b-scroll-banner,.b-header-btns,.b-header__menu-wrap,.b-product__send-to-email,.b-product__print-page,.iconize-phone:before,.b-control,.b-company-banner,.b-form_contact-us,.b-product-equip-item__num:after,.b-header{display:none}
  .b-main{width:1000px;padding-bottom:0}
  .b-content,.b-section{width:auto!important}
  .b-header__phone{margin-right:0;font-weight:bold;color:#000}
  .b-product__fabric-logo{margin-bottom:40px}
  .b-product__main-text{margin-bottom:20px}
  .noprint{display: none}
  .b-product:before{content:"8 800 700 03 29";display:block;float:right;margin:10px 0 20px 30px;font-size:20px;font-family:"Open Sans Condensed",sans-serif;}
}