.clearfix {
  display: block;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==================================
   Don't beat me, plz! ^^'
   ==================================
*/
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Bender';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Bender-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Bender';
  font-style: normal;
  font-weight: bold;
  src: url(fonts/Bender-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Bender Black';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Bender-Black.woff) format('woff');
}
@font-face {
  font-family: 'Bender Light';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Bender-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url(fonts/OpenSans-ExtraBold.woff) format('woff');
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.possible-wysiwyg {
  margin-bottom: 60px;
}
h1,
.h1 {
  font: 48px 'Bender Light', sans-serif;
  color: #000000;
}
h2,
.h2 {
  font: bold 20px 'Bender', serif;
  color: #000000;
  margin: 22px 0 8px;
}
h3,
.h3 {
  font: 16px 'Bender Black', serif;
  color: #000000;
  margin: 22px 0 8px;
}
p {
  font: 16px 'Open Sans';
  line-height: 26px;
  margin-bottom: 15px;
}
p span {
  font-size: inherit !important;
  color: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
}
a {
  color: #19B5FE;
}
a:hover {
  color: #0d72ac;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  font: 16px 'Open Sans', sans-serif;
  line-height: 26px;
  display: list-item;
  margin: 8px 0 8px 30px;
  list-style-position: outside;
}
ul li {
  margin-left: 0;
  padding-left: 30px;
  list-style-type: none;
  background: url(/local/templates/provento/images/bullet_01.png) no-repeat 12px 11px;
}
table.v-table {
  width: 100%;
  margin: 25px 0;
}
table.v-table td,
table.v-table th {
  padding: 10px 15px;
  text-align: left;
}
table.v-table tbody tr:nth-child(odd) td,
table.v-table tbody tr:nth-child(odd) th {
  background: #f0f1f3;
}
table.v-table a {
  color: #19b5ff;
}
/* Подключение сетки из bootsrap, для использования сетки нужно обернуть ее в класс .grid-on */
.grid-on * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-on *:before,
.grid-on *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-on .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid-on .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .grid-on .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .grid-on .container {
    width: 1170px;
  }
}
.grid-on .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-on .row {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-on .col-xs-1,
.grid-on .col-sm-1,
.grid-on .col-md-1,
.grid-on .col-lg-1,
.grid-on .col-xs-2,
.grid-on .col-sm-2,
.grid-on .col-md-2,
.grid-on .col-lg-2,
.grid-on .col-xs-3,
.grid-on .col-sm-3,
.grid-on .col-md-3,
.grid-on .col-lg-3,
.grid-on .col-xs-4,
.grid-on .col-sm-4,
.grid-on .col-md-4,
.grid-on .col-lg-4,
.grid-on .col-xs-5,
.grid-on .col-sm-5,
.grid-on .col-md-5,
.grid-on .col-lg-5,
.grid-on .col-xs-6,
.grid-on .col-sm-6,
.grid-on .col-md-6,
.grid-on .col-lg-6,
.grid-on .col-xs-7,
.grid-on .col-sm-7,
.grid-on .col-md-7,
.grid-on .col-lg-7,
.grid-on .col-xs-8,
.grid-on .col-sm-8,
.grid-on .col-md-8,
.grid-on .col-lg-8,
.grid-on .col-xs-9,
.grid-on .col-sm-9,
.grid-on .col-md-9,
.grid-on .col-lg-9,
.grid-on .col-xs-10,
.grid-on .col-sm-10,
.grid-on .col-md-10,
.grid-on .col-lg-10,
.grid-on .col-xs-11,
.grid-on .col-sm-11,
.grid-on .col-md-11,
.grid-on .col-lg-11,
.grid-on .col-xs-12,
.grid-on .col-sm-12,
.grid-on .col-md-12,
.grid-on .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-on .col-xs-1,
.grid-on .col-xs-2,
.grid-on .col-xs-3,
.grid-on .col-xs-4,
.grid-on .col-xs-5,
.grid-on .col-xs-6,
.grid-on .col-xs-7,
.grid-on .col-xs-8,
.grid-on .col-xs-9,
.grid-on .col-xs-10,
.grid-on .col-xs-11,
.grid-on .col-xs-12 {
  float: left;
}
.grid-on .col-xs-12 {
  width: 100%;
}
.grid-on .col-xs-11 {
  width: 91.66666667%;
}
.grid-on .col-xs-10 {
  width: 83.33333333%;
}
.grid-on .col-xs-9 {
  width: 75%;
}
.grid-on .col-xs-8 {
  width: 66.66666667%;
}
.grid-on .col-xs-7 {
  width: 58.33333333%;
}
.grid-on .col-xs-6 {
  width: 50%;
}
.grid-on .col-xs-5 {
  width: 41.66666667%;
}
.grid-on .col-xs-4 {
  width: 33.33333333%;
}
.grid-on .col-xs-3 {
  width: 25%;
}
.grid-on .col-xs-2 {
  width: 16.66666667%;
}
.grid-on .col-xs-1 {
  width: 8.33333333%;
}
.grid-on .col-xs-pull-12 {
  right: 100%;
}
.grid-on .col-xs-pull-11 {
  right: 91.66666667%;
}
.grid-on .col-xs-pull-10 {
  right: 83.33333333%;
}
.grid-on .col-xs-pull-9 {
  right: 75%;
}
.grid-on .col-xs-pull-8 {
  right: 66.66666667%;
}
.grid-on .col-xs-pull-7 {
  right: 58.33333333%;
}
.grid-on .col-xs-pull-6 {
  right: 50%;
}
.grid-on .col-xs-pull-5 {
  right: 41.66666667%;
}
.grid-on .col-xs-pull-4 {
  right: 33.33333333%;
}
.grid-on .col-xs-pull-3 {
  right: 25%;
}
.grid-on .col-xs-pull-2 {
  right: 16.66666667%;
}
.grid-on .col-xs-pull-1 {
  right: 8.33333333%;
}
.grid-on .col-xs-pull-0 {
  right: auto;
}
.grid-on .col-xs-push-12 {
  left: 100%;
}
.grid-on .col-xs-push-11 {
  left: 91.66666667%;
}
.grid-on .col-xs-push-10 {
  left: 83.33333333%;
}
.grid-on .col-xs-push-9 {
  left: 75%;
}
.grid-on .col-xs-push-8 {
  left: 66.66666667%;
}
.grid-on .col-xs-push-7 {
  left: 58.33333333%;
}
.grid-on .col-xs-push-6 {
  left: 50%;
}
.grid-on .col-xs-push-5 {
  left: 41.66666667%;
}
.grid-on .col-xs-push-4 {
  left: 33.33333333%;
}
.grid-on .col-xs-push-3 {
  left: 25%;
}
.grid-on .col-xs-push-2 {
  left: 16.66666667%;
}
.grid-on .col-xs-push-1 {
  left: 8.33333333%;
}
.grid-on .col-xs-push-0 {
  left: auto;
}
.grid-on .col-xs-offset-12 {
  margin-left: 100%;
}
.grid-on .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.grid-on .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.grid-on .col-xs-offset-9 {
  margin-left: 75%;
}
.grid-on .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.grid-on .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.grid-on .col-xs-offset-6 {
  margin-left: 50%;
}
.grid-on .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.grid-on .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.grid-on .col-xs-offset-3 {
  margin-left: 25%;
}
.grid-on .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.grid-on .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.grid-on .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .grid-on .col-sm-1,
  .grid-on .col-sm-2,
  .grid-on .col-sm-3,
  .grid-on .col-sm-4,
  .grid-on .col-sm-5,
  .grid-on .col-sm-6,
  .grid-on .col-sm-7,
  .grid-on .col-sm-8,
  .grid-on .col-sm-9,
  .grid-on .col-sm-10,
  .grid-on .col-sm-11,
  .grid-on .col-sm-12 {
    float: left;
  }
  .grid-on .col-sm-12 {
    width: 100%;
  }
  .grid-on .col-sm-11 {
    width: 91.66666667%;
  }
  .grid-on .col-sm-10 {
    width: 83.33333333%;
  }
  .grid-on .col-sm-9 {
    width: 75%;
  }
  .grid-on .col-sm-8 {
    width: 66.66666667%;
  }
  .grid-on .col-sm-7 {
    width: 58.33333333%;
  }
  .grid-on .col-sm-6 {
    width: 50%;
  }
  .grid-on .col-sm-5 {
    width: 41.66666667%;
  }
  .grid-on .col-sm-4 {
    width: 33.33333333%;
  }
  .grid-on .col-sm-3 {
    width: 25%;
  }
  .grid-on .col-sm-2 {
    width: 16.66666667%;
  }
  .grid-on .col-sm-1 {
    width: 8.33333333%;
  }
  .grid-on .col-sm-pull-12 {
    right: 100%;
  }
  .grid-on .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .grid-on .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .grid-on .col-sm-pull-9 {
    right: 75%;
  }
  .grid-on .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .grid-on .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .grid-on .col-sm-pull-6 {
    right: 50%;
  }
  .grid-on .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .grid-on .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .grid-on .col-sm-pull-3 {
    right: 25%;
  }
  .grid-on .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .grid-on .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .grid-on .col-sm-pull-0 {
    right: auto;
  }
  .grid-on .col-sm-push-12 {
    left: 100%;
  }
  .grid-on .col-sm-push-11 {
    left: 91.66666667%;
  }
  .grid-on .col-sm-push-10 {
    left: 83.33333333%;
  }
  .grid-on .col-sm-push-9 {
    left: 75%;
  }
  .grid-on .col-sm-push-8 {
    left: 66.66666667%;
  }
  .grid-on .col-sm-push-7 {
    left: 58.33333333%;
  }
  .grid-on .col-sm-push-6 {
    left: 50%;
  }
  .grid-on .col-sm-push-5 {
    left: 41.66666667%;
  }
  .grid-on .col-sm-push-4 {
    left: 33.33333333%;
  }
  .grid-on .col-sm-push-3 {
    left: 25%;
  }
  .grid-on .col-sm-push-2 {
    left: 16.66666667%;
  }
  .grid-on .col-sm-push-1 {
    left: 8.33333333%;
  }
  .grid-on .col-sm-push-0 {
    left: auto;
  }
  .grid-on .col-sm-offset-12 {
    margin-left: 100%;
  }
  .grid-on .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-on .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-on .col-sm-offset-9 {
    margin-left: 75%;
  }
  .grid-on .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-on .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-on .col-sm-offset-6 {
    margin-left: 50%;
  }
  .grid-on .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-on .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-on .col-sm-offset-3 {
    margin-left: 25%;
  }
  .grid-on .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-on .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-on .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .grid-on .col-md-1,
  .grid-on .col-md-2,
  .grid-on .col-md-3,
  .grid-on .col-md-4,
  .grid-on .col-md-5,
  .grid-on .col-md-6,
  .grid-on .col-md-7,
  .grid-on .col-md-8,
  .grid-on .col-md-9,
  .grid-on .col-md-10,
  .grid-on .col-md-11,
  .grid-on .col-md-12 {
    float: left;
  }
  .grid-on .col-md-12 {
    width: 100%;
  }
  .grid-on .col-md-11 {
    width: 91.66666667%;
  }
  .grid-on .col-md-10 {
    width: 83.33333333%;
  }
  .grid-on .col-md-9 {
    width: 75%;
  }
  .grid-on .col-md-8 {
    width: 66.66666667%;
  }
  .grid-on .col-md-7 {
    width: 58.33333333%;
  }
  .grid-on .col-md-6 {
    width: 50%;
  }
  .grid-on .col-md-5 {
    width: 41.66666667%;
  }
  .grid-on .col-md-4 {
    width: 33.33333333%;
  }
  .grid-on .col-md-3 {
    width: 25%;
  }
  .grid-on .col-md-2 {
    width: 16.66666667%;
  }
  .grid-on .col-md-1 {
    width: 8.33333333%;
  }
  .grid-on .col-md-pull-12 {
    right: 100%;
  }
  .grid-on .col-md-pull-11 {
    right: 91.66666667%;
  }
  .grid-on .col-md-pull-10 {
    right: 83.33333333%;
  }
  .grid-on .col-md-pull-9 {
    right: 75%;
  }
  .grid-on .col-md-pull-8 {
    right: 66.66666667%;
  }
  .grid-on .col-md-pull-7 {
    right: 58.33333333%;
  }
  .grid-on .col-md-pull-6 {
    right: 50%;
  }
  .grid-on .col-md-pull-5 {
    right: 41.66666667%;
  }
  .grid-on .col-md-pull-4 {
    right: 33.33333333%;
  }
  .grid-on .col-md-pull-3 {
    right: 25%;
  }
  .grid-on .col-md-pull-2 {
    right: 16.66666667%;
  }
  .grid-on .col-md-pull-1 {
    right: 8.33333333%;
  }
  .grid-on .col-md-pull-0 {
    right: auto;
  }
  .grid-on .col-md-push-12 {
    left: 100%;
  }
  .grid-on .col-md-push-11 {
    left: 91.66666667%;
  }
  .grid-on .col-md-push-10 {
    left: 83.33333333%;
  }
  .grid-on .col-md-push-9 {
    left: 75%;
  }
  .grid-on .col-md-push-8 {
    left: 66.66666667%;
  }
  .grid-on .col-md-push-7 {
    left: 58.33333333%;
  }
  .grid-on .col-md-push-6 {
    left: 50%;
  }
  .grid-on .col-md-push-5 {
    left: 41.66666667%;
  }
  .grid-on .col-md-push-4 {
    left: 33.33333333%;
  }
  .grid-on .col-md-push-3 {
    left: 25%;
  }
  .grid-on .col-md-push-2 {
    left: 16.66666667%;
  }
  .grid-on .col-md-push-1 {
    left: 8.33333333%;
  }
  .grid-on .col-md-push-0 {
    left: auto;
  }
  .grid-on .col-md-offset-12 {
    margin-left: 100%;
  }
  .grid-on .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-on .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-on .col-md-offset-9 {
    margin-left: 75%;
  }
  .grid-on .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-on .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-on .col-md-offset-6 {
    margin-left: 50%;
  }
  .grid-on .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-on .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-on .col-md-offset-3 {
    margin-left: 25%;
  }
  .grid-on .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-on .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-on .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .grid-on .col-lg-1,
  .grid-on .col-lg-2,
  .grid-on .col-lg-3,
  .grid-on .col-lg-4,
  .grid-on .col-lg-5,
  .grid-on .col-lg-6,
  .grid-on .col-lg-7,
  .grid-on .col-lg-8,
  .grid-on .col-lg-9,
  .grid-on .col-lg-10,
  .grid-on .col-lg-11,
  .grid-on .col-lg-12 {
    float: left;
  }
  .grid-on .col-lg-12 {
    width: 100%;
  }
  .grid-on .col-lg-11 {
    width: 91.66666667%;
  }
  .grid-on .col-lg-10 {
    width: 83.33333333%;
  }
  .grid-on .col-lg-9 {
    width: 75%;
  }
  .grid-on .col-lg-8 {
    width: 66.66666667%;
  }
  .grid-on .col-lg-7 {
    width: 58.33333333%;
  }
  .grid-on .col-lg-6 {
    width: 50%;
  }
  .grid-on .col-lg-5 {
    width: 41.66666667%;
  }
  .grid-on .col-lg-4 {
    width: 33.33333333%;
  }
  .grid-on .col-lg-3 {
    width: 25%;
  }
  .grid-on .col-lg-2 {
    width: 16.66666667%;
  }
  .grid-on .col-lg-1 {
    width: 8.33333333%;
  }
  .grid-on .col-lg-pull-12 {
    right: 100%;
  }
  .grid-on .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .grid-on .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .grid-on .col-lg-pull-9 {
    right: 75%;
  }
  .grid-on .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .grid-on .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .grid-on .col-lg-pull-6 {
    right: 50%;
  }
  .grid-on .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .grid-on .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .grid-on .col-lg-pull-3 {
    right: 25%;
  }
  .grid-on .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .grid-on .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .grid-on .col-lg-pull-0 {
    right: auto;
  }
  .grid-on .col-lg-push-12 {
    left: 100%;
  }
  .grid-on .col-lg-push-11 {
    left: 91.66666667%;
  }
  .grid-on .col-lg-push-10 {
    left: 83.33333333%;
  }
  .grid-on .col-lg-push-9 {
    left: 75%;
  }
  .grid-on .col-lg-push-8 {
    left: 66.66666667%;
  }
  .grid-on .col-lg-push-7 {
    left: 58.33333333%;
  }
  .grid-on .col-lg-push-6 {
    left: 50%;
  }
  .grid-on .col-lg-push-5 {
    left: 41.66666667%;
  }
  .grid-on .col-lg-push-4 {
    left: 33.33333333%;
  }
  .grid-on .col-lg-push-3 {
    left: 25%;
  }
  .grid-on .col-lg-push-2 {
    left: 16.66666667%;
  }
  .grid-on .col-lg-push-1 {
    left: 8.33333333%;
  }
  .grid-on .col-lg-push-0 {
    left: auto;
  }
  .grid-on .col-lg-offset-12 {
    margin-left: 100%;
  }
  .grid-on .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-on .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-on .col-lg-offset-9 {
    margin-left: 75%;
  }
  .grid-on .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-on .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-on .col-lg-offset-6 {
    margin-left: 50%;
  }
  .grid-on .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-on .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-on .col-lg-offset-3 {
    margin-left: 25%;
  }
  .grid-on .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-on .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-on .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.grid-on .clearfix:before,
.grid-on .clearfix:after,
.grid-on .container:before,
.grid-on .container:after,
.grid-on .container-fluid:before,
.grid-on .container-fluid:after,
.grid-on .row:before,
.grid-on .row:after {
  content: " ";
  display: table;
}
.grid-on .clearfix:after,
.grid-on .container:after,
.grid-on .container-fluid:after,
.grid-on .row:after {
  clear: both;
}
.grid-on .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid-on .pull-right {
  float: right !important;
}
.grid-on .pull-left {
  float: left !important;
}
.grid-on .hide {
  display: none !important;
}
.grid-on .show {
  display: block !important;
}
.grid-on .invisible {
  visibility: hidden;
}
.grid-on .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.grid-on .hidden {
  display: none !important;
}
.grid-on .affix {
  position: fixed;
}
.l-wrapper {
  min-width: 979px;
}
@media screen and (max-width: 1359px) {
  .l-wrapper {
    margin-left: 38px;
  }
}
@media screen and (max-width: 1034px) {
  .l-wrapper {
    margin-left: 28px;
  }
}
.l-wrapper_main {
  margin-left: 0;
}
.l-top-die {
  position: relative;
  z-index: 101;
}
.l-top-die__inner {
  padding: 10px 0;
  max-width: 1480px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-header {
  max-width: 1480px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-header__inner {
  position: relative;
  padding: 43px 0 27px;
}
.l-middle {
  width: 100%;
  padding: 0 0 30px;
  position: relative;
  max-width: 1480px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-middle:after {
  display: table;
  clear: both;
  content: '';
}
.l-container {
  width: 100%;
  float: left;
  padding-top: 12px;
  display: block;
}
.l-container:after,
.l-container:before {
  content: '';
  display: table;
}
.l-container:after {
  clear: both;
}
.l-content-wrapper {
  padding: 0;
}
.l-content {
  width: 948px;
  margin: 0 auto;
}
.l-left-sidebar {
  float: left;
  width: 345px;
  vertical-align: top;
  display: none;
}
.l-footer {
  position: relative;
  float: none;
  clear: both;
}
.l-footer__inner {
  max-width: 1480px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 23px 0;
}
@media screen and (max-width: 1270px) {
  .l-container {
    width: auto;
    margin: 0;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1360px) {
  body {
    margin-left: 0;
  }
  .l-left-sidebar {
    display: block;
    margin-left: -100%;
  }
  .l-content-wrapper {
    padding: 0 0 0 365px;
  }
}
.top-die {
  background-color: #2d3e50;
}
.top-die__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-die__links a {
  display: inline-block;
  padding: 10px 0 10px 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #19b5fe;
}
@media screen and (max-width: 1359px) {
  .top-die__links a {
    font-size: 16px;
  }
}
.top-die__links a:last-child {
  padding-right: 0;
}
.top-die__links a.corp {
  background-image: url(images/icon_corp.png);
}
.top-die__links a.vent {
  background-image: url(images/icon_vent.png);
}
.top-die__links a.elec {
  background-image: url(images/icon_electro.png);
  color: #ffffff;
  text-decoration: none;
}
.top-die__links a.term {
  background-image: url(images/icon_terminal.png);
}
.header {
  font-size: 20px;
}
.header__inner a.logo {
  display: inline-block;
  width: 245px;
  padding: 8px 0 68px 0;
}
.header__inner .slogan {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding: 0;
  font-family: 'Bender Light', serif;
  font-size: 28px;
  line-height: 1;
  padding-top: 5px;
  letter-spacing: 0.4px;
  color: #959ea7;
}
@media screen and (max-width: 1270px) {
  .header__inner .slogan {
    width: 340px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.header__inner .phone {
  float: right;
  text-align: right;
}
@media screen and (max-width: 1270px) {
  .header__inner .phone {
    /* float: none; */
    display: inline-block;
    position: relative;
    top: 12px;
    /* margin-left: 39px; */
    margin-bottom: 30px;
  }
}
.header__inner .phone span {
  display: block;
  font-family: 'Bender Black', serif;
  font-size: 29px;
  text-transform: uppercase;
  text-decoration: none;
  color: #283138;
  line-height: 1;
  color: #0d72ac;
}
.header__inner .phone a {
  display: block;
  font-family: 'Open Sans';
  font-size: 18px;
  color: #19b5fe;
  padding: 8px 5px;
}
.header__inner .phone a:hover {
  color: #e30529;
  text-decoration: none;
}
.header__inner .main-navigation {
  margin-top: -15px;
}
.header__inner .main-navigation .search-form {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  float: right;
  width: 18%;
  text-align: right;
  position: relative;
}
.header__inner .main-navigation .search-form .search {
  position: absolute;
  display: block;
  left: 1px;
  text-decoration: none;
  top: 5px;
  width: 17px;
  height: 17px;
  background-image: url(images/search.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.header__inner .main-navigation .search-form .search-form-container {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.5s;
  width: 0;
}
.header__inner .main-navigation .search-form form {
  position: relative;
}
.header__inner .main-navigation .search-form input {
  border: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.header__inner .main-navigation .search-form input[type=text] {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: none;
  float: left;
}
.header__inner .main-navigation .search-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 20px;
  background: #03a9f4;
  font-family: 'Bender Black', serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  text-transform: none;
  border-radius: 10px;
}
.header__inner .main-navigation .search-form input[type=submit]:hover {
  background: #0d72ac;
}
.header__inner .main-navigation .search-form.opened {
  border-color: #2c3e50;
}
.header__inner .main-navigation .search-form.opened .search-form-container {
  width: 92%;
}
@media screen and (max-width: 1460px) {
  .header__inner .main-navigation .search-form {
    height: 0;
    display: block;
    float: none;
    width: 100%;
    top: -33px;
  }
  div.l-header__inner.header__inner .main-navigation .search-form a.search {
    right: 7px;
    top: 38px;
    left: 210px;
    z-index: 200;
  }
  .header__inner .main-navigation .search-form {
    padding-top: 33px;
    height: auto;
  }
  .header__inner .main-navigation .search-form.opened .search-form-container {
    width: 100%;
  }

  div.header__inner .main-navigation.search-box .search-form.opened a.search {
    left:-27px;
  }

}
.footer {
  background-color: #2d3e50;
}
.footer .sm {
  position: absolute;
  top: 106px;
  right: 0;
  width: 329px;
  height: 61px;
  background-image: url(images/sm_sprite_v1.png);
}
.footer .sm a {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 22px;
}
.footer .sm.sm-tw {
  background-position: 0 61px;
}
.footer .sm.sm-fb {
  background-position: 0 122px;
}
.footer .sm.sm-yt {
  background-position: 0 183px;
}
.footer__inner .copyright {
  padding: 35px 7px 38px;
  font-family: 'Bender', serif;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1270px) {
  .footer__inner .copyright {
    font-size: 30px;
  }
}
.footer__inner .contacts,
.footer__inner .links {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 18px;
  color: #ffffff;
}
.footer__inner .contacts a,
.footer__inner .links a {
  color: #19b5fe;
}
.footer__inner .contacts {
  width: 460px;
  line-height: 36px;
  padding-left: 10px;
}
.footer__inner .develop {
  display: inline-block;
  padding: 20px 0 0 0;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 31px;
  right: 95px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer__inner .develop__link {
  color: #19b5fe;
}
.footer__inner .develop__link_techart {
  color: #ffffff;
}
@media screen and (max-width: 1390px) {
  .footer__inner .develop {
    position: static;
    display: block;
    text-align: right;
    padding-right: 95px;
  }
}
.footer__inner .links {
  width: 700px;
}
.footer__inner .links div {
  padding: 11px 0 0 39px;
  background-repeat: no-repeat;
  background-position: 0 17px;
}
.footer__inner .links .term {
  background-image: url(images/icon_terminal.png);
}
.footer__inner .links .vent {
  background-image: url(images/icon_vent.png);
}
.footer__inner .links .elec {
  background-image: url(images/icon_electro.png);
}
.footer__inner .links .elec a {
  text-decoration: none;
  color: #ffffff;
}
.left-sidebar {
  position: fixed;
  top: 0;
  left: -410px;
  bottom: 0;
  background: #eff1f3;
  display: block;
  padding: 33px 28px 45px 37px;
  transition: left 0.3s ease-out;
  z-index: 110;
}
.left-sidebar .side-title {
  font-family: 'Bender Light', serif;
  font-size: 30px;
}
.left-sidebar__handle {
  display: block;
  position: absolute;
  width: 38px;
  top: 0;
  bottom: 0;
  right: -38px;
  cursor: pointer;
  background: #959ea7;
}
.left-sidebar__handle-text {
  font-family: 'Bender Light', serif;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
}
.left-sidebar__handle-text:before {
  content: '';
  background: url(/local/templates/provento/images/ham.png) no-repeat;
  width: 18px;
  height: 17px;
  position: absolute;
  left: 77px;
  transform: rotate(90deg);
}
.left-sidebar_shown {
  left: 0;
  z-index: 300;
}
@media screen and (max-width: 1034px) {
  .left-sidebar__handle {
    width: 28px;
    right: -28px;
  }
  .left-sidebar_shown {
    left: 0;
  }
}
@media screen and (min-width: 1360px) {
  .left-sidebar {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    padding: 12px 0 0 0;
    background: transparent;
  }
  .left-sidebar__handle {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  li.bottom-menu__item,
  li.top-menu__item {
    padding: 17px 8px;
  }

  .bottom-menu {
    padding: 0 52px;
  }
}

@media screen and (max-width: 1270px) {
  li.bottom-menu__item,
  li.top-menu__item {
    padding: 17px 5px;
  }
  li.bottom-menu__item a,
  li.top-menu__item a {
    font-size: 14px;
  }
}

.left-sidebar ul {
  list-style: none;
}
.left-sidebar ul a {
  display: block;
}
.left-sidebar ul a:hover {
  text-decoration: underline;
}

.left-sidebar .current-menu {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.left-sidebar .current-menu li {
  width: 230px;
}
.left-sidebar .current-menu a {
  padding: 9px;
  font-family: 'Bender Black', serif;
  font-size: 23px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}
.left-sidebar .current-menu a.current {
  color: #fff;
  background: url(images/texture_slider_230_45.png);
}
.l-container {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
}
.l-container .bx_breadcrumbs {
  list-style: none;
}
.l-container .bx_breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  background: none;
  margin: 0;
  line-height: normal;
  padding: 0;
}
.l-container .bx_breadcrumbs li a {
  color: #000;
}
.l-container .bx_breadcrumbs li a:hover {
  text-decoration: none;
}
.l-container .bx_breadcrumbs li span {
  font-size: 13px;
}
.l-container .bx_breadcrumbs li:not(:last-of-type):after {
  content: ' /';
}
.l-container .bx_breadcrumbs li:last-of-type a {
  text-decoration: none;
}
.workpage-content-container h1 {
  font-family: 'Bender Light', serif;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin: 30px 0 10px;
}
.workpage-content-container p {
  font-size: 16px;
  padding: 10px 0;
}
.obj-dealers__main-title {
  font-family: 'Bender Light';
  font-weight: normal;
  font-size: 52px;
  color: #000;
  margin-bottom: 30px;
}
.obj-dealers__low-title {
  display: block;
  margin: 35px 0 25px;
  font-size: 24px;
  color: #15273C;
  font-family: 'Bender';
}
.obj-dealers__backlink {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  font-size: 30px;
  font-family: 'Bender Light';
  color: #19b5fe;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
}
.obj-dealers__backlink:before {
  content: '';
  width: 19px;
  height: 26px;
  background: url(/images/arr-left.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.obj-dealers__backlink:hover {
  border-color: transparent;
}
.obj-dealers__list {
  padding: 0;
  margin-left: 0px;
  margin-top: 50px;
  margin-bottom: 15px;
  display: inline-block;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  position: relative;
  z-index: 0;
}

.obj-dealers__item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: normal;
  background: none;
  margin-left: 25px;
  margin-bottom: 20px;
  width: 30%;
  min-width: 250px;
  max-width: 300px;
  position: relative;
}
.obj-dealers__item._contacts {
  margin-left: 0;
  width: 230px;
}
.obj-dealers__item._contacts:before {
  left: -5px;
  background-position: 0 -24px;
}
.obj-dealers__item:hover:before {
  background-position: 0 -24px;
}
.obj-dealers__item:hover span {
  border-bottom-color: transparent;
}
.obj-dealers__item:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(images/loc-sprite.png) 0 2px no-repeat;
  position: absolute;
  left: -32px;
  top: -6px;
  background-size: 99%;
}
.obj-dealers__link {
  position: relative;
  text-decoration: none;
}
.obj-dealers__link._contacts {
  position: relative;
  left: 25px;
}
.obj-dealers__link:before {
  content: none;
}
.obj-dealers__link-string {
  color: #192B42;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: bold;
  border-bottom: 1px dashed #1CB6FD;
  cursor: pointer;
}
.obj-dealers__link-string:after {
  content: '';
  display: block;
  margin-bottom: 10px;
}
.obj-dealers__contacts-items {
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
}
.obj-dealers__contacts-label {
  float: left;
  margin-right: 5px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333;
}
.obj-dealers__contacts-string {
  display: block;
  vertical-align: top;
  margin-right: -10px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333;
  margin-right: 20px;
}
.obj-dealers__contacts-string._name {
  font-weight: bold;
}
.obj-dealers__contacts-string a {
  color: #19b5fe;
  font-size: 14px;
  font-family: 'Open Sans';
}
.obj-dealers__contacts-string a:hover {
  text-decoration: none;
}
.obj-product__layout-cart-actions {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 25px;
}
.obj-product__info-string-number {
  background: none;
  font-size: 34px;
  font-family: 'Bender Light';
  color: #888;
  border: none;
  margin-top: 7px;
}
.obj-product .text-right {
  text-align: right;
}
.bl-tabs {
  margin: 20px 0;
}
.bl-tabs__controller__list {
  display: block;
  margin: 0;
  padding: 0;
}
.bl-tabs__controller__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 0;
  margin: 0;
}
.bl-tabs__controller__btn {
  background: #e8e8e8 url(images/slider_pl_n_big.png) repeat 0 0;
  border-bottom: none;
  padding: 8px 20px 6px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #19b5fe;
  font-family: 'open sans';
  font-weight: bold;
  outline: none !important;
}
.bl-tabs__controller__btn:hover {
  background-color: #DBDBDB;
}
.bl-tabs__controller__btn.active {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: -1px;
  padding-bottom: 6px;
}
.bl-tabs__container {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
}
.bl-tabs__container__item {
  display: none;
}
.bl-tabs__container__item.active {
  display: block;
}
.infowindow h4 {
  font-size: 20px;
}
.infowindow h5 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.infowindow p {
  margin: 3px 0;
  font-size: 0;
}
.infowindow i {
  font-size: 14px;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}
.infowindow a {
  font-size: 16px;
  font-weight: bold;
  color: #19b5fe;
  font-family: 'open sans';
}
.infowindow a:hover {
  color: #e40428;
  text-decoration: none;
}
.obj-news {
  margin-top: 40px;
}
.obj-news__main-title {
  font-size: 48px;
  font-weight: normal;
  font-family: 'Bender Light';
  color: #000;
  margin-bottom: 40px;
  margin-top: 2px;
  padding: 0;
}
.obj-news__list {
  display: block;
  margin: 28px 0 0 0 ;
  padding: 0;
}
.obj-news__item {
  padding: 0;
  background: none;
  line-height: normal;
  display: block;
  margin: 0;
  padding: 15px 0 15px;
  border-bottom: 1px solid #ccc;
}
.obj-news__item:last-child {
  border: none;
}
.obj-news__row {
  min-height: 130px;
}
.obj-news__row:before,
.obj-news__row:after {
  content: '';
  display: table;
}
.obj-news__row:after {
  clear: both;
}
.obj-news__date._block {
  float: left;
}
.obj-news__date._string {
  font-family: 'Bender Light';
  color: #A9A9A9;
  font-size: 40px;
  font-weight: normal;
}
.obj-news__date._string._detail {
  margin-top: 4px;
  color: #19b5fe;
  display: block;
}
.obj-news__content._block {
  margin: 0 0 25px 160px;
}
.obj-news__content._title {
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Bender Black';
}
.obj-news__content._title._detail {
  font-family: 'Bender Black';
  color: #333;
  font-weight: normal;
  font-size: 40px;
  line-height: 45px;
  margin-top: -1px;
  margin-bottom: 20px;
}
.obj-news__content._link {
  color: #19b5fe;
  text-decoration: none;
}
.obj-news__content._link:hover {
  color: red;
  text-decoration: underline;
}
.obj-news__image + .obj-news__content {
  margin-right: 190px;
}
.obj-news__image._detail + .obj-news__content {
  margin-right: 0;
}
.obj-news__image._block {
  width: 170px;
  float: right;
  margin: 0;
}
.obj-news__image._block._detail {
  width: auto;
  float: none;
  margin: 0px 0 15px;
}
.obj-news__image._img {
  max-width: 100%;
}
.obj-news__backlink {
  font-size: 22px;
  font-family: 'open sans';
  color: #19b5fe;
  line-height: 21px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  text-decoration: none;
}
.obj-news__backlink:hover {
  color: red;
  text-decoration: underline;
}
.obj-news__backlink:before {
  content: '';
  width: 19px;
  height: 26px;
  background: url(/images/arr-left.png) center no-repeat;
  background-size: 70% 70%;
  position: absolute;
  left: 0;
  top: 3px;
}
.obj-news__backlink-block {
  margin-top: 30px;
  margin-bottom: 25px;
}
.obj-news iframe {
  max-width: 100%;
}
.obj-news + .obj-pagination {
  margin-top: 40px;
  margin-bottom: 90px;
}
.obj-news__file {
  margin-top: 95px;
  height: 54px;
  width: 104px;
  padding-top: 93px;
  background: url("/local/templates/provento/images/doc.png");
}
.obj-news__file-link {
  display: block;
  margin-left: 22px;
  color: #e60527;
  margin-bottom: 3px;
}
.obj-news__file-size {
  display: block;
  margin-left: 22px;
  color: #afb5b5;
}
.obj-pagination {
  margin: 20px 0 40px;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li {
  margin: 0 8px 0 8px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Bender';
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li:first-child {
  margin-left: 0;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li a,
.obj-pagination .bx_pagination_bottom .bx_pagination_page li span {
  padding: 6px 8px;
  display: block;
  min-width: 22px;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li:hover {
  background: rgba(194, 194, 194, 0.36);
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li:hover a {
  color: #333 !important;
}
.obj-pagination .bx_pagination_bottom .bx_pagination_page li.bx_active {
  background: none;
  outline: 2px solid red;
  color: #333;
}
.obj-pagination .bx_pg_text {
  display: none;
}
.obj-pagination .bx_pagination_section_two {
  display: none;
}
.obj-contacts__item {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  margin-top: 20px;
  margin-left: 20px;
}
.obj-contacts__item:hover span,
.obj-contacts__item:hover dl,
.obj-contacts__item:hover dt,
.obj-contacts__item:hover dd,
.obj-contacts__item:hover a {
  color: #111 !important;
  cursor: pointer;
}
.obj-contacts__items {
  display: block;
  font-size: 12px;
  color: #ccc;
}
.obj-contacts__contacts-label {
  float: left;
  margin-right: 5px;
  font-family: 'Open Sans';
  font-size: 12px;
  color: #777;
}
.obj-contacts__contacts-string {
  display: block;
  vertical-align: top;
  margin-right: -10px;
  font-family: 'Open Sans';
  font-size: 12px;
  color: #777;
  margin-right: 20px;
}
.obj-contacts__contacts-string._name {
  font-size: 20px;
  color: #19b5fe;
  font-family: 'Bender';
  display: block;
  margin: 0px 0 10px -20px;
}
.obj-contacts__contacts-string._left-icon {
  position: relative;
}
.obj-contacts__contacts-string._left-icon:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -22px;
  top: 2px;
  border-radius: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.obj-contacts__contacts-string._left-icon._TYPE1:before {
  background-image: url(images/contacts/icon_003.png);
}
.obj-contacts__contacts-string._left-icon._TYPE2:before {
  background-image: url(images/contacts/icon_002.png);
}
.obj-contacts__contacts-string._left-icon._TYPE3:before {
  background-image: url(images/contacts/icon_001.png);
}
.obj-contacts a {
  color: #19b5fe;
  font-size: 12px;
  font-family: 'Open Sans';
}
.obj-contacts a:hover {
  text-decoration: none;
}
.back-to-list {
  display: inline-block;
  font-family: 'Bender Light', serif;
  font-size: 24px;
  color: #19b5fe;
  text-decoration: none;
  padding-left: 25px;
  padding-bottom: 30px;
  position: relative;
}
.back-to-list:hover {
  text-decoration: underline;
}
.back-to-list:hover:before {
  background-position: 0 100%;
}
.back-to-list:before {
  content: '';
  position: absolute;
  background: url(/local/templates/provento/images/arrow_left.png) no-repeat right center;
  width: 7px;
  height: 20px;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 1270px) {
  .footer__inner .links {
    width: 520px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__inner .contacts,
  .footer__inner .links {
    font-size: 17px;
  }
  .footer__inner .contacts {
    width: 410px;
  }
}
.bx_profile .bx_bt_button,
.bx_registration_page .bx_bt_button {
  display: inline-block;
  height: 42px;
  text-align: center;
  background: #03a9f5;
  line-height: 44px;
  font-family: 'Bender Black', serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 15px;
  border: none;
}
.bx_profile .bx_bt_button:hover,
.bx_registration_page .bx_bt_button:hover {
  background: #e40428;
  color: #fff;
}
.bx_profile input[type="text"],
.bx_registration_page input[type="text"],
.bx_profile input[type="password"],
.bx_registration_page input[type="password"] {
  box-sizing: border-box;
  width: 540px;
  max-width: 540px;
  height: 36px;
  border: 1px solid #c7cdd9;
  border-radius: 0;
  background: none;
  box-shadow: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  outline: none;
  background: #fff;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}
.bx_profile strong,
.bx_registration_page strong {
  color: #a9aeb2;
  font-weight: normal;
  font-size: 13px;
}
.bx_profile h2,
.bx_registration_page h2 {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #acb5c6;
  font-family: 'Bender', serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 40px;
}
.login_page strong {
  color: #a9aeb2;
  font-weight: normal;
  font-size: 13px;
}
.login_page .input_text_style {
  box-sizing: border-box;
  width: 540px;
  max-width: 540px;
  height: 36px;
  border: 1px solid #c7cdd9;
  border-radius: 0;
  background: none;
  box-shadow: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  outline: none;
  background: #fff;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}
.login_page .bx_bt_button {
  display: inline-block;
  height: 42px;
  text-align: center;
  background: #03a9f5;
  line-height: 44px;
  font-family: 'Bender Black', serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 15px;
  border: none;
}
.login_page .bx_bt_button:hover {
  background: #e40428;
  color: #fff;
}
.bx_forgotpassword_page strong {
  color: #a9aeb2;
  font-weight: normal;
  font-size: 13px;
}
.bx_forgotpassword_page .input_text_style {
  box-sizing: border-box;
  width: 540px;
  max-width: 540px;
  height: 36px;
  border: 1px solid #c7cdd9;
  border-radius: 0;
  background: none;
  box-shadow: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  outline: none;
  background: #fff;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}
.bx_forgotpassword_page .bx_bt_button {
  display: inline-block;
  height: 42px;
  text-align: center;
  background: #03a9f5;
  line-height: 44px;
  font-family: 'Bender Black', serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 15px;
  border: none;
}
.bx_forgotpassword_page .bx_bt_button:hover {
  background: #e40428;
  color: #fff;
}
.callback-button {
  background-image: url("/local/templates/provento/images/call_button.png");
  border-radius: 3px;
  bottom: 100px;
  display: block;
  min-height: 91px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 92px;
  z-index: 40;
}
.callback-button__hidden {
  bottom: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#main-catalog-pdf {
    clear: right;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    padding: 5px 50px 0 0;
	margin-top: 46px;
}
#main-catalog-pdf a {
    color: #e40428;
    display: inline-block;
    padding: 0 5px 0 0;
}
#main-catalog-pdf a:hover {
    text-decoration: none;
}
#main-catalog-pdf span {
    background-image: url("/local/templates/provento/styles/../images/texture_slider_230_45.png");
    color: #0272ac;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 11px;
}

a.request-link {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: bold;
  font-family: 'Bender Black', serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #19B5FE;
  cursor: pointer;
  padding: 8px 7px;
  margin-top: 30px;
}

a.request-link:hover {
  color: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

a.request-link2 {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: bold;
  font-family: 'Bender Black', serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #19B5FE;
  cursor: pointer;
  padding: 8px 7px;
  margin-top: 30px;
}

a.request-link2:hover {
  color: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

#request-cooperation {
  width: 700px;
  padding: 0 20px 20px 20px;
}

#request-cooperation input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  background: #fff !important;
  padding: 5px 10px;
  margin: 10px 0;
}

.send-request {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: bold;
  font-family: 'Bender Black', serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #19B5FE;
  cursor: pointer;
  padding: 10px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#cooperation-form
#request-file .error,
#pricelist-form .error,
#request-cooperation .error {
  border: 1px solid red !important;
}

#pricelist-form h1.form__title {
  display: inline-block;
}

#request-price-list {
  padding: 15px;
  width: 405px;
}

.form__field textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #d9d9d9;
}

a.foradmin {
  display: none;
}

#request-standard {
  width: 400px;
  padding: 15px;
}

#request-drawing {
  padding: 15px;
  width: 405px;
}

#request-file {
  padding: 15px;
}

#request-file div.form__title {
  width: 600px;
}

div.main-navigation.search-box {
  margin-top: 0;
}

div.main-navigation.search-box div.search-form.opened {
  width: 98%;
  border: none;
}


.header__inner .main-navigation.search-box .search-form a.search {
  width: 8px;
  outline: none;
  left: 23px;
}

.header__inner .main-navigation.search-box .search-form.opened a.search {
  left: -10px;
}

.top-menu a.request-link {
  display: inline-block;
  padding: 0 0 5px 0;
  text-decoration: none;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #2c3e50;
  font-family: 'Bender Black', serif;
  font-size: 18px;
  background: none;
  font-weight: normal;
  margin: 1px 0 0 20px;
}

.top-menu a.request-link:hover {
  box-shadow: none;
  color: #0D72AC;
}

a.d2d-link {
  margin-right: 5px;
}

a.d3d-link,
a.d2d-link {
  font-size: 14px;
}

.info-list-item__control-links {
  position: relative;
}

.info-list-item__control-links a.d3d-link,
.info-list-item__control-links a.d2d-link {
  font-size: 12px;
  color: #a2a6a7;
  background: none;
  box-shadow: none;
  text-decoration: underline;
  text-transform: none;
  font-weight: 200;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  left: 92px;
  padding: 1px 7px;
  position: absolute;
}

.info-list-item__control-links a.d3d-link:hover,
.info-list-item__control-links a.d2d-link:hover {
  color: #288EB8;
}

.left-sidebar .price-list-link  {
  background: none;
  box-shadow: none;
  text-decoration: underline;
  text-transform: none;
  color: #e40428;
  font-weight: 200;
  font-family: "Open Sans",sans-serif;
  padding: 0;
  margin-top: 15px;
}

/*
.left-sidebar .price-list-link {
  position: relative;
  top: 8px;
}
*/


.left-sidebar .price-list-link:hover {
  color: #e40428;
  box-shadow: none;
}

.price-length {
  position: relative;
  top:10px;
}

#main-subscribe-form {
  float: right;
  width: 350px;
  height: 36px;
  background: url("/local/templates/provento/images/subscribe.png") no-repeat center top;
  margin: 16px 48px 0 0;
}

#main-subscribe-form .text {
  display: inline-block;
  margin: 8px 40px 0 15px;
  width: 255px;
  background: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #959ea7;
}

#main-subscribe-form .submit {
  width: 35px;
  height: 35px;
  border: none;
  background: none;
}
.callback__form .form__title,
#request-price-list .form__title,
#request-file .form__title,
#request-standard .form__title,
#request-drawing .form__title{
	color: #000000;
    font: 48px "Bender Light",sans-serif;
    margin: 0.67em 0;
}


#main-about a.more-feedback {
  height: 58px;
  padding: 6px 0 0 0;
  position: relative;
  left: 30px;
  top: 15px;
}

#main-about.feedback-block {
  padding: 0px 0 50px 0;
}

form#contacts-form select,
form#contacts-form input {
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  margin: 0 0 10px 0;
}
form#contacts-form textarea {
  width: 310px;
  height: 224px;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  margin: 0 0 10px 0;
}

form#contacts-form input[type='text'] {
  display: block;
  box-sizing: border-box;
  width: 260px;
  border: 1px solid #d9d9d9;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  background: #fff !important;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}

form#contacts-form input[type='submit'] {
  height: 32px;
  line-height: 32px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #03a9f5;
  border: none;
  display: inline-block;
  box-sizing: content-box;
  font: 18px 'Bender Black', serif;
  text-transform: uppercase;
  margin: 5px 0 15px 17px;
  width: 330px;
  position: relative;
  top: 0px;
}

form#contacts-form input[type='submit']:hover {
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  transition: all 0.2s;
}

.contacts-success {
  color: green;
  display: inline-block;
  text-align: center;
  width: 405px;
  margin-top: 0px;
  position: relative;
  top: -50px;
  left: -70px;
}

form#contacts-form input[name='email_check'] {
  width: 0;
  height: 0;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}

form#contacts-form .left {
  float: left;
}

form#contacts-form .right {
  float: left;
  margin-left: 15px;
}

.field-title {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #777;
}

.to-prov-error {
  margin: 16px 0 0 0;
  color: red;
  display: none;
  font-weight: bold;
}


.test-result {
  width: 100%;
}

.test-result td,
.test-result th {
  padding: 5px;
  text-align: center;
}
/*
.top-menu__item:last-child {
  display: none;
}
*/
ul.bottom-menu {
  max-width: 1024px;
  text-align: center;
}

li.bottom-menu__item {
  padding: 0 20px 10px 0;
  float: left;
}

li.bottom-menu__item:last-child {
  display: none;
}

#calcform #Table_01 td,
#calcform #Table_02 td {
  padding: 10px;
}

#calcform #Table_01 td input,
#calcform #Table_02 td input {
  padding: 5px;
}

#calcform td {
  position: relative;
}

#calcform .alert {
  position: absolute;
  top: -17px;
  left: 9px;
  background: #FFF;
  border: 1px solid #A9A9A9;
  color: #A9A9A9;
  border-radius: 5px;
  z-index: 10;
  padding: 5px;
  font-size: 12px;
  display: none;
}
.catalog-section-list li ul {
  display: none;
}


/*-----------------------------------*/
.news-item-img {float:left;padding-top:18px;}
.news-item-text {float:right;    width: 240px;}
.clear {clear:both;}

#main-catalog-pdf a {
  font-weight: 200;
}

.l-header.header .l-header__inner {padding:43px 0 0;}
.prop_count_offer {display:none;}
.property__name_offer {    margin: 10px 0 5px;    color: #000000;    font-size: 14px;    font-weight: bold;    padding-left: 10px;}
.property__value-name_offer {    padding: 5px 0 5px;    cursor: pointer;    text-align: center;    text-decoration: none;    color: #000000;    border: none;    outline: none;    background #ffffff;    line-height: 22px;    font-family: 'Bender', serif;    font-size: 17px;    display: inline;}
.prop_count {    margin-bottom: 30px;}

.info-list-item__link {    color: #18b6fd;    text-decoration: none;    font-family: 'Bender Black', serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;

	}
#tab5 .info-list__item.info-list-item {display:inline-block;}

.clear {clear:both;}

.top-menu a.request-link {display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-weight: bold;
    font-family: 'Bender Black', serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: #19B5FE;
    cursor: pointer;
    padding: 8px 7px;
    }
.top-menu a.request-link:hover {
    color: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

form#contacts-form input.error:focus {outline-color: red;}
form#contacts-form input.error {border-color:red;  outline-color: red;}
form#contacts-form input[type='submit']:disabled {background:#ccc;}

.form__control .inputtext.error:focus {outline-color: red;}
.form__control .inputtext.error {border-color:red;  outline-color: red;}
input.provento-form__submit[type='submit']:disabled {background:#ccc;}

.send-request[type='submit']:disabled {background:#ccc;}
#order-form .provento-form__submit.form-submit:disabled {background:#ccc;}