/* START HELPER */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 2 */
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
button {
  text-align: center;
}
figure {
  margin: 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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
html,
body {
  height: 100%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 390px;
  padding-right: 40px;
}
@media screen and (max-width: 1279px) {
  .container-fluid {
    padding-left: 340px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .container-fluid {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@font-face {
  font-family: 'PFDinTextCompPro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/PFDinTextCompPro-Regular.woff') format('woff'), url('/fonts/PFDinTextCompPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PFDinTextCompPro';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/PFDinTextCompPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PFDinTextCompPro';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/PFDinTextCompPro-Thin.ttf') format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  font-weight: 400;
  background-color: #f9f6f0;
}
a {
  color: #b04222;
  text-decoration: line-through;
}
a:hover {
  color: #fc0;
  text-decoration: line-through;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 19.2px;
}
h6,
.h6 {
  font-size: 16px;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #f7f3eb;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 20px 10px 10px 15px;
}
.modal-close {
  position: absolute;
  right: -35px;
  top: -35px;
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background: url(/images/icon/modal-close.png) center center no-repeat;
}
.modal-close:hover {
  background: url(/images/icon/modal-close-hover.png) center center no-repeat;
}
.modal-close:before {
  content: "";
  display: none;
  background: url(/images/icon/modal-close-hover.png) center center no-repeat;
}
.modal-title {
  font-size: 45px;
  font-family: "PFDinTextCompPro";
  color: #593929;
  line-height: 1.111;
  text-align: left;
  border-bottom: 1px solid #5b3e31;
  padding-bottom: 17px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.modal-body {
  position: relative;
  padding: 25px 40px 25px 40px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 400px;
    margin: 150px auto;
  }
  .modal-content {
    box-shadow: 0 2px 12px rgba(120, 120, 120, 0.4);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .modal-backdrop {
    background-color: #fff;
  }
  .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .modal-content {
    box-shadow: none;
  }
  .modal-body {
    position: relative;
    padding: 15px 10px 25px 10px;
  }
  .modal-close {
    right: 13px;
    top: 25px;
  }
  .modal-title {
    font-size: 34px;
  }
}
/* END HELPER */
/* START BEM */
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group__label {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  color: #231510;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.form-group__label a {
  text-decoration: underline;
  color: #231510;
}
.form-group__input {
  width: 100%;
  height: 40px;
  border-width: 1px;
  border-color: #918a87;
  border-style: solid;
  border-radius: 5px;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 35px;
  font-weight: 300;
  font-size: 16px;
  color: #231510;
  transition: border-color 0.2s ease-in-out;
}
.form-group__input:hover {
  border-color: #acbdb4;
}
.form-group__input:focus {
  border-color: #5a7b69;
}
.checkAlert {
  border-color: #daaa9f !important;
  color: #b65540 !important;
}
.form-group__error {
  position: absolute;
  right: 15px;
  bottom: 14px;
  background: url(/images/icon/input-error.png) center center no-repeat;
  width: 11px;
  height: 11px;
}
.form-group__success {
  position: absolute;
  right: 15px;
  bottom: 14px;
  background: url(/images/icon/input-success.png) center center no-repeat;
  width: 10px;
  height: 12px;
}
.form-group__button {
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  background-color: #5a504c;
  width: 165px;
  height: 40px;
  border: none;
  box-shadow: none;
  font-weight: 300;
  transition: background 0.2s ease-in-out;
}
.form-group__button:hover {
  background-color: #5a7b69;
}
form.disabled .form-group__button {
  background-color: #c8c4c3;
  color: #fff;
  cursor: default;
}
form.disabled .form-group__button:hover {
  cursor: default;
}
.info-delivery {
  color: #231510;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.info-delivery ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.info-delivery ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
.info-delivery .info-delivery-caption {
  color: #5a7b69;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 20px;
  display: inline-block;
  border-bottom: 1px dashed #acbdb4;
  cursor: pointer;
}
.info-delivery .info-delivery-caption .icon {
  width: 9px;
  height: 6px;
  background: url(/images/i-down.png) 0 0 no-repeat;
  margin-left: 6px;
}
.info-delivery .info-delivery-caption.opened .icon {
  height: 9px;
  background: url(/images/i-close.png) 0 0 no-repeat;
}
.info-delivery .head-b {
  color: #593929;
  font-family: 'PFDinTextCompPro';
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.info-delivery .head-s {
  color: #593929;
  font-family: 'PFDinTextCompPro';
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.info-delivery .icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(/images/delivery-logos.png);
}
.info-delivery .i-mastercard {
  background-position: -227px -10px;
  width: 24px;
  height: 15px;
}
.info-delivery .i-visa {
  background-position: -127px -10px;
  width: 35px;
  height: 11px;
}
.info-delivery .i-mir {
  background-position: -10px -10px;
  width: 39px;
  height: 11px;
}
.info-delivery .i-margin {
  margin-right: 15px;
}
.info-delivery .i-del-linii {
  background-position: -182px -10px;
  width: 25px;
  height: 21px;
}
.info-delivery .i-zeldor {
  background-position: -271px -10px;
  width: 21px;
  height: 21px;
}
.info-delivery .i-pek {
  background-position: -69px -10px;
  width: 38px;
  height: 9px;
}
.info-delivery .notes {
  color: #595655;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.info-delivery .info-delivery-text {
  display: none;
}
.box-start__container {
  background: url(/images/content/img2.png) 377px center no-repeat;
  background-size: 52% auto;
}
.box-start {
  /*  height: 100%;
    width: 100%;
    background: url(/images/content/img1.png) -82px bottom no-repeat;
    background-size: auto 95%;*/
}
.box-start__title {
  text-transform: uppercase;
  font-family: 'PFDinTextCompPro';
  color: #793e13;
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 45.8%;
  top: 50%;
  margin-top: -140px;
}
.box-start__title .first {
  font-size: 90px;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}
.box-start__title .second {
  font-size: 108px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.box-start__title .third {
  font-size: 56px;
  letter-spacing: 0.06em;
}
.box-start__logo {
  display: none;
}
.box-start__logo-desc {
  display: none;
}
.box-start__decor {
  display: none;
}
@media screen and (max-width: 1500px) {
  .box-start__title {
    left: 47.8%;
  }
}
@media screen and (max-width: 1320px) {
  .box-start__title {
    margin-top: -115px;
    left: 50%;
  }
  .box-start__title .first {
    font-size: 76px;
  }
  .box-start__title .second {
    font-size: 92px;
  }
  .box-start__title .third {
    font-size: 48px;
  }
}
@media screen and (max-width: 1279px) {
  .box-start__container {
    background: url(/images/content/img2.png) 335px center no-repeat;
    background-size: 52% auto;
  }
}
@media screen and (max-width: 1120px) {
  .box-start__container {
    background: url(/images/content/img2.png) 305px center no-repeat;
    background-size: 52% auto;
  }
  .box-start__title {
    left: 47%;
  }
}
@media screen and (max-width: 1080px) {
  .box-start__title .first {
    font-size: 69px;
  }
  .box-start__title .second {
    font-size: 84px;
  }
  .box-start__title .third {
    font-size: 44px;
  }
}
@media screen and (max-width: 999px) {
  .box-start__container {
    background: url(/images/content/img2.png) -20px center no-repeat;
    background-size: 72% auto;
  }
  .box-start__title {
    left: 45.8%;
    top: 50%;
    margin-top: -140px;
  }
  .box-start__title .first {
    font-size: 90px;
  }
  .box-start__title .second {
    font-size: 108px;
  }
  .box-start__title .third {
    font-size: 56px;
  }
}
@media screen and (max-width: 880px) {
  .box-start__title {
    margin-top: -115px;
    left: 46%;
  }
  .box-start__title .first {
    font-size: 76px;
  }
  .box-start__title .second {
    font-size: 92px;
  }
  .box-start__title .third {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .box-start__title {
    margin-top: -60px;
    font-size: 30px;
  }
  .box-start__title .first {
    font-size: 44px;
  }
  .box-start__title .second {
    font-size: 53px;
    margin-bottom: 0;
    margin-top: -5px;
    letter-spacing: .063em;
  }
  .box-start__title .third {
    font-size: 28px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 479px) {
  .box-start__container {
    background: url(/images/background/mobile_home_portrait_BG.jpg) left top repeat;
    background-size: auto;
  }
  .box-start__tc {
    vertical-align: middle !important;
    text-align: center;
  }
  .box-start__title {
    margin: 0;
    padding: 0;
    position: static;
    left: 0;
    top: 0;
  }
  .box-start__logo {
    display: block;
    margin-bottom: 14px;
  }
  .box-start__logo img {
    width: 130px;
    height: 110px;
  }
  .box-start__logo-desc {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #593929;
    text-transform: uppercase;
    line-height: 1.111;
    margin-bottom: 22px;
  }
  .box-start__title {
    padding-bottom: 100px;
  }
  .box-start__title .first {
    font-size: 50px;
  }
  .box-start__title .second {
    font-size: 60px;
    padding-left: 3px;
  }
  .box-start__title .third {
    font-size: 32px;
    padding-right: 4px;
    letter-spacing: .057em;
  }
  .box-start__container {
    position: relative;
  }
}
@media screen and (max-width: 479px) and (max-height: 430px) {
  .box-start__container {
    height: 430px;
    position: relative;
  }
}
.fullscreen {
  height: 100%;
}
.fullscreen__container {
  height: 100%;
}
.fullscreen__table {
  height: 100%;
  width: 100%;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
}
.fullscreen__swipe-block {
  display: none;
}
.fullscreen__tc {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  min-height: 100%;
}
.va-m {
  vertical-align: middle;
}
.ta-c {
  text-align: center;
}
.fullscreen__inline {
  display: inline-block;
}
.fullscreen__contacts {
  position: absolute;
  top: 29px;
  right: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
.fullscreen__contacts-tel {
  text-decoration: none;
  font-size: 21px;
  font-weight: 300;
  color: #231510;
  display: inline-block;
  margin-bottom: 0;
}
.fullscreen__contacts-tel:hover {
  text-decoration: none;
  color: #231510;
}
.fullscreen__contacts-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #231510;
  display: inline-block;
  border-bottom: 1px solid #8a817b;
  transition: border 0.2s ease-in-out;
}
.fullscreen__contacts-link:hover {
  text-decoration: none;
  color: #231510;
  border-bottom: 1px solid transparent;
}
.fullscreen__buy {
  position: absolute;
  bottom: 44px;
  right: 0;
  text-align: center;
}
.fullscreen__buy a {
  color: #231510;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border: 1px solid #8b827b;
  border-radius: 8px;
}
.fullscreen__buy a:hover {
  text-decoration: none;
  color: #231510;
}
.fullscreen__system-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullscreen__burger {
  display: none;
}
.fullscreen__footer {
  position: absolute;
  bottom: 34px;
  left: 40px;
  font-size: 12px;
  color: rgba(35, 21, 16, 0.251);
  line-height: 1.667;
  font-weight: 400;
}
.fullscreen__footer a {
  color: rgba(35, 21, 16, 0.251);
  text-decoration: underline;
}
.fullscreen__footer a:hover {
  text-decoration: none;
  color: rgba(35, 21, 16, 0.251);
}
@media screen and (max-width: 1279px) {
  .fullscreen__footer {
    left: 20px;
  }
}
@media screen and (max-height: 730px) and (min-width: 1000px) {
  .fullscreen__footer {
    bottom: 20px;
  }
}
@media screen and (max-height: 550px) and (min-width: 1000px) {
  .fullscreen__footer {
    bottom: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .fullscreen__table {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .fullscreen__buy {
    bottom: 40px;
  }
  .fullscreen__contacts {
    top: 19px;
  }
}
@media screen and (max-width: 999px) {
  .fullscreen__buy {
    bottom: 40px;
  }
  .fullscreen__buy a span,
  .fullscreen__buy a br {
    display: none;
  }
  .fullscreen__contacts {
    top: 15px;
  }
  .fullscreen__burger {
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
  }
  .fullscreen__burger a {
    width: 30px;
    height: 25px;
    display: block;
    background: url(/images/icon/burger.png) center center no-repeat;
  }
  .fullscreen__footer {
    left: 35px;
    bottom: 15px;
    font-size: 12px;
    color: rgba(35, 21, 16, 0.502);
  }
}
@media screen and (max-width: 767px) {
  .fullscreen__buy {
    display: none;
  }
  .fullscreen__table {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fullscreen__contacts-tel {
    font-size: 14px;
  }
  .fullscreen__contacts-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .fullscreen__system-block {
    position: static;
    display: inline-block;
    height: auto;
  }
  .fullscreen__contacts {
    display: none;
  }
  .fullscreen__container {
    overflow: hidden;
  }
  .fullscreen__swipe-block {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    background-color: #593929;
    height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: translate3d(0, 100%, 0);
    transition: transform .3s linear;
  }
  .fullscreen__swipe-block:before {
    background: url(/images/background/decor.svg) left center repeat;
    height: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    margin-bottom: 160px;
    z-index: 20;
  }
  .fullscreen__swipe-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #f2f0e9;
    opacity: 0;
    transition: opacity .3s linear;
  }
  .fullscreen__swipe-block-text-1 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.749);
    line-height: 1.25;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .fullscreen__swipe-block-text-2 {
    line-height: 1.111;
  }
  .fullscreen__swipe-block-text-2 a {
    font-size: 36px;
    font-family: "PFDinTextCompPro";
    color: #ffffff;
    line-height: 1.111;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #ac9c94;
  }
  .fullscreen__swipe-block-text-2 a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .is-swipe-active .fullscreen__swipe-block {
    transform: translate3d(0, 0, 0);
  }
  .is-swipe-active .fullscreen__swipe-background {
    opacity: 0.75;
    z-index: 19;
  }
}
.sidebar {
  width: 350px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #f5f1ea;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.sidebar__article .sidebar__wrap {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sidebar__logo {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 9px;
}
.sidebar__logo img {
  width: 130px;
  height: 110px;
  opacity: 0.75;
}
.sidebar__header {
  display: none;
}
.sidebar__header-email {
  display: none;
}
.sidebar__header-link {
  display: none;
}
.sidebar__header-tel {
  display: none;
}
.sidebar__logo-desc {
  text-align: center;
  margin-bottom: 27px;
}
.sidebar__logo-desc a {
  font-size: 18px;
  color: rgba(91, 62, 49, 0.749);
  text-transform: uppercase;
  line-height: 1.111;
  text-decoration: none;
  font-weight: 800;
  display: inline-block;
}
.sidebar__nav-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar__nav-ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.sidebar__nav-ul li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 40px;
  padding-right: 20px;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  color: #231510;
  line-height: 1.25;
  transition: background 0.2s ease-in-out;
  position: relative;
}
.sidebar__nav-ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url(/images/icon/sidebar__arrows.png) center center no-repeat;
  width: 10px;
  height: 20px;
}
.sidebar__nav-ul li a:hover {
  background: #ccc2b9;
  text-decoration: none;
  color: #231510;
}
.sidebar__nav-ul li a:hover:before {
  background: url(/images/icon/sidebar__arrows.png) center center no-repeat !important;
}
.sidebar__nav-ul li.is-selected a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url(/images/icon/sidebar__arrows-this.png) center center no-repeat;
  width: 10px;
  height: 20px;
}
.sidebar__footer {
  position: absolute;
  bottom: 34px;
  left: 40px;
  font-size: 12px;
  color: rgba(35, 21, 16, 0.251);
  line-height: 1.667;
  font-weight: 400;
}
.sidebar__footer a {
  color: rgba(35, 21, 16, 0.251);
  text-decoration: underline;
}
.sidebar__footer a:hover {
  text-decoration: none;
  color: rgba(35, 21, 16, 0.251);
}
#off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  will-change: opacity;
  opacity: 0;
}
@media screen and (max-height: 775px) and (min-width: 1000px) {
  .sidebar__nav-ul li {
    margin: 0;
  }
}
@media screen and (max-height: 730px) and (min-width: 1000px) {
  .sidebar__logo {
    padding-top: 20px;
  }
  .sidebar__logo-desc {
    margin-bottom: 18px;
  }
  .sidebar__footer {
    bottom: 20px;
  }
}
@media screen and (max-height: 680px) and (min-width: 1000px) {
  .sidebar__nav-ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-height: 650px) and (min-width: 1000px) {
  .sidebar__nav-ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-height: 590px) and (min-width: 1000px) {
  .sidebar__nav-ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-height: 550px) and (min-width: 1000px) {
  .sidebar__logo {
    padding-top: 12px;
  }
  .sidebar__logo-desc {
    margin-bottom: 6px;
  }
  .sidebar__footer {
    bottom: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .sidebar__article .sidebar__logo {
    display: none;
  }
  .sidebar__article .sidebar__logo-desc {
    display: none;
  }
  .sidebar__article .sidebar__nav {
    margin-top: 140px;
  }
  .sidebar__article#off-canvas {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 1003;
    overflow-y: auto;
    padding-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    visibility: visible;
    transform: translate3d(-280px, 0, 0);
  }
  .sidebar__article#off-canvas .sidebar__wrap {
    visibility: hidden;
    opacity: 0;
  }
  @-webkit-keyframes offCanvasOpen {
    from {
      -webkit-transform: translate3d(-280px, 0, 0);
      transform: translate3d(-280px, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes offCanvasOpen {
    from {
      -webkit-transform: translate3d(-280px, 0, 0);
      transform: translate3d(-280px, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .sidebar__article.offCanvasOpen {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: offCanvasOpen;
    animation-name: offCanvasOpen;
  }
  .offCanvasOpenArticle.sidebar__article {
    transform: translate3d(0, 0, 0) !important;
  }
  .offCanvasOpenArticle.sidebar__article .sidebar__wrap {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .offCanvasOpenArticle.sidebar__article .sidebar__header {
    display: block;
  }
  .offCanvasOpenArticle.sidebar__article .sidebar__header-close {
    width: 24px;
    height: 25px;
    position: absolute;
    left: 40px;
    top: 75px;
    background: url(/images/icon/close.png) center center no-repeat;
  }
  @-webkit-keyframes offCanvasClose {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-280px, 0, 0);
      transform: translate3d(-280px, 0, 0);
    }
  }
  @keyframes offCanvasClose {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-280px, 0, 0);
      transform: translate3d(-280px, 0, 0);
    }
  }
  .sidebar__article.offCanvasClose {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: offCanvasClose;
    animation-name: offCanvasClose;
  }
}
@media screen and (max-width: 1279px) {
  .sidebar {
    width: 320px;
  }
  .sidebar__article {
    width: 350px;
  }
  .sidebar__nav-ul li a {
    padding-left: 20px;
  }
  .sidebar__footer {
    left: 20px;
  }
  .offCanvasOpenArticle.sidebar__article .sidebar__header-close {
    left: 20px;
  }
}
@media screen and (max-width: 999px) {
  #off-canvas,
  .sidebar__article#off-canvas {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 1003;
    overflow-y: auto;
    padding-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    visibility: hidden;
  }
  @-webkit-keyframes offCanvasOpen {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes offCanvasOpen {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .offCanvasOpen {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: offCanvasOpen;
    animation-name: offCanvasOpen;
  }
  @-webkit-keyframes offCanvasClose {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes offCanvasClose {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .offCanvasClose {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: offCanvasClose;
    animation-name: offCanvasClose;
  }
  .sidebar__header-close {
    width: 24px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 20px;
    background: url(/images/icon/close.png) center center no-repeat;
  }
  .sidebar__article .sidebar__header-close {
    top: 75px;
  }
  .sidebar__header {
    display: block;
  }
}
@media screen and (max-height: 780px) {
  .sidebar__wrap {
    position: relative;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__article {
    width: 320px;
  }
  .sidebar__article .sidebar__logo {
    display: none;
  }
  .sidebar__article .sidebar__logo-desc {
    display: none;
  }
  .sidebar__article .sidebar__header {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #8e8681;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .sidebar__article .sidebar__header-close {
    width: 24px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 20px !important;
    background: url(/images/icon/close.png) center center no-repeat;
  }
  .sidebar__article .sidebar__nav {
    margin-top: 0;
  }
  .sidebar__header {
    text-align: right;
  }
  .sidebar__header-tel {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    width: 31px;
    margin-right: 30px;
    height: 31px;
    background: url(/images/layout/icon_contacts.png) 0 0 no-repeat;
  }
  .sidebar__header-tel:hover {
    background-position: 0 -31px;
  }
  .sidebar__header-email {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    background: url(/images/layout/icon_contacts.png) -63px -6px no-repeat;
    cursor: pointer;
    margin-right: 30px;
    font-size: 0;
  }
  .sidebar__header-email:hover {
    background-position: -63px -37px;
  }
  .sidebar__header-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 22px;
    text-decoration: none !important;
    height: 31px;
    border: 0;
    background: url(/images/layout/icon_contacts.png) -130px 0 no-repeat;
  }
  .sidebar__header-link:hover {
    background-position: -130px -31px;
    border: 0;
  }
  .sidebar__wrap {
    padding-bottom: 80px;
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .sidebar__logo {
    display: none;
  }
  .sidebar__logo-desc {
    display: none;
  }
  .sidebar__header {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #8e8681;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .sidebar__header-close {
    width: 24px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 20px;
    background: url(/images/icon/close.png) center center no-repeat;
  }
}
.article {
  background-color: #fff;
}
.article__wrap {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 49px;
}
.article__footer-copyright {
  display: none;
}
.article__typography {
  max-width: 740px;
}
.article__typography td.td-bold {
  font-weight: 600 !important;
}
.article__typography h1 {
  font-size: 48px;
  font-family: "PFDinTextCompPro";
  color: #593929;
  line-height: 1.042;
  text-align: left;
  margin-bottom: 34px;
  letter-spacing: 0.02em;
}
.article__typography h2 {
  font-size: 60px;
  font-family: "PFDinTextCompPro";
  color: #5a7b69;
  line-height: 1.083;
  margin-top: 0;
  margin-bottom: 36px;
  letter-spacing: 0.02em;
}
.article__typography h3 {
  font-size: 30px;
  font-family: "PFDinTextCompPro";
  color: #593929;
  line-height: 1.167;
  text-align: left;
  letter-spacing: 0.02em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article__typography h3.green {
  color: #5a7b69;
}
.article__typography .article__text-minus,
.article__typography .article__text-plus {
  position: relative;
  font-size: 30px;
  font-family: "PFDinTextCompPro";
  color: #593929;
  line-height: 1.167;
  text-align: left;
  padding-left: 5px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.article__typography table {
  margin-bottom: 20px;
}
.article__typography .article__text-minus:before {
  position: absolute;
  left: -20px;
  top: 11px;
  width: 14px;
  height: 14px;
  background: url(/images/icon/no.svg) center center no-repeat;
  background-size: 14px 14px;
  content: "";
}
.article__typography .article__text-plus:before {
  position: absolute;
  left: -20px;
  top: 7px;
  width: 18px;
  height: 21px;
  background: url(/images/icon/yes.svg) center center no-repeat;
  background-size: 18px 21px;
  content: "";
}
.article__typography .fancybox-open {
  color: #5a7b69;
  border-bottom: 1px dashed #5a7b69;
  cursor: pointer;
}
.article__typography ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.article__typography ul li {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 20px;
  font-family: "Open Sans";
  color: #231510;
  line-height: 1.3;
  text-align: left;
  font-weight: 300;
}
.article__typography p {
  font-size: 20px;
  font-weight: 300;
  color: #231510;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
}
.article__typography .ajax-upload {
  display: inline;
  text-decoration: none;
  color: #5a7b69;
  border-bottom: 1px dashed #5a7b69;
}
.article__typography .ajax-upload:hover {
  text-decoration: none;
  color: #5a7b69;
  border: 0;
}
.article__typography .table-1 {
  width: 100%;
  background-color: transparent;
  max-width: 100%;
  margin-bottom: 35px;
}
.article__typography .table-1 tr td {
  padding: 14px 10px 14px 0;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  color: #665f5c;
  line-height: 1.25;
  text-align: left;
}
.article__typography .table-1 tr td:first-child {
  text-align: center;
  padding-right: 15px;
}
.article__typography .table-1 thead tr th {
  border-top: 1px solid #e7e2e0;
  border-bottom: 1px solid #5b3e31;
  padding: 12px 0 12px 0;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans";
  color: #665f5c;
  line-height: 1.25;
  text-align: left;
}
.article__typography .table-2 {
  width: 100%;
  background-color: transparent;
  max-width: 100%;
  margin-bottom: 35px;
  border-top: 1px solid #dddddd;
}
.article__typography .table-2 tr td {
  padding: 14px 10px 14px 0;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 300;
  color: #665f5c;
  line-height: 1.25;
  text-align: left;
}
.article__typography .table-2 tr td:last-child {
  white-space: nowrap;
  padding-right: 0;
  text-align: right;
}
.article__typography p.p-big {
  font-size: 30px;
  font-family: "Open Sans";
  color: #734935;
  font-style: italic;
  line-height: 1.333;
  text-align: left;
  font-weight: 300;
  margin-top: 21px;
  margin-bottom: 29px;
}
.article__typography img {
  margin-top: 17px;
  margin-bottom: 28px;
}
.article__typography a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b9a49a;
  display: inline-block;
  line-height: 1.1;
}
.article__typography a:hover {
  color: inherit;
  border-bottom: 1px solid #b9a49a;
}
.article__footer {
  border-top: 1px solid #404040;
  min-height: 330px;
  margin-top: 50px;
  position: relative;
}
.article__footer-scroll {
  background: url(/images/icon/article-scroll.svg) center center no-repeat;
  background-size: 180px 270px;
  width: 180px;
  height: 270px;
  display: block;
  position: absolute;
  top: 30px;
  left: 480px;
}
.article__footer-text-1 {
  margin-top: 33px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #231510;
  line-height: 1.25;
}
.article__footer-text-2 a {
  font-size: 48px;
  font-family: "PFDinTextCompPro";
  color: #5b3e31;
  line-height: 1.458;
  border-bottom: 1px solid #ad9e98;
  text-decoration: none;
  transition: border 0.2s ease-in-out;
}
.article__footer-text-2 a:hover {
  border-bottom: 1px solid transparent;
}
.article__buy {
  position: absolute;
  top: 40px;
  right: 0;
  text-align: center;
}
.article__buy a {
  color: #231510;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border: 1px solid #8b827b;
  border-radius: 8px;
}
.article__buy a:hover {
  text-decoration: none;
  color: #231510;
}
.sidebar__wrap .article__buy {
  display: none;
}
.article__contacts {
  position: absolute;
  top: 29px;
  right: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
.article__contacts-tel {
  text-decoration: none;
  font-size: 21px;
  font-weight: 300;
  color: #231510;
  display: inline-block;
  margin-bottom: 0;
}
.article__contacts-tel:hover {
  text-decoration: none;
  color: #231510;
}
.article__contacts-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #231510;
  display: inline-block;
  border-bottom: 1px solid #8a817b;
  transition: border 0.2s ease-in-out;
}
.article__contacts-link:hover {
  text-decoration: none;
  color: #231510;
  border-bottom: 1px solid transparent;
}
.article__contacts-email {
  display: none;
}
.article__contacts-delimiter {
  display: block;
}
.article__burger {
  display: none;
}
.article__header {
  display: none;
}
@media screen and (max-width: 1400px) {
  .article__footer-copyright {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 12px;
    color: rgba(35, 21, 16, 0.251);
    line-height: 1.667;
    font-weight: 400;
  }
  .article__footer-copyright a {
    color: rgba(35, 21, 16, 0.251);
    text-decoration: underline;
  }
  .article__footer-copyright a:hover {
    text-decoration: none;
    color: rgba(35, 21, 16, 0.251);
  }
  .article .container-fluid {
    padding-left: 110px;
    padding-right: 40px;
  }
  .article__burger {
    display: block;
    position: fixed;
    left: 20px;
    top: 75px;
    z-index: 1025;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .article__burger a {
    width: 30px;
    height: 25px;
    display: block;
    background: url(/images/icon/burger.png) center center no-repeat;
  }
  .offCanvasOpenBody .article__burger {
    opacity: 0;
    visibility: hidden;
  }
  .article__header {
    display: block;
    border-bottom: 1px solid #404040;
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
  .article__headplaceholder {
    display: none;
  }
  .article__header-logo-left {
    float: left;
    opacity: 0.75;
  }
  .article__header-logo-left img {
    width: 130px;
    height: 110px;
  }
  .article__header-logo-right {
    float: left;
    margin-top: 32px;
    margin-left: 15px;
    font-size: 18px;
    color: rgba(91, 62, 49, 0.82);
    text-transform: uppercase;
    line-height: 1.389;
    text-align: left;
    text-decoration: none;
    font-weight: 900;
  }
  .article__header-logo-right:hover {
    text-decoration: none;
    color: rgba(91, 62, 49, 0.82);
  }
  .article__wrap {
    padding-top: 35px;
  }
  .article__contacts {
    z-index: 500;
  }
}
.article__header-logo-small {
  display: none;
}
@media screen and (max-width: 999px) {
  .article .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article__header-logo {
    margin-left: 200px;
  }
  .article__burger {
    position: fixed;
    left: 35px;
    z-index: 500;
  }
  .article__contacts {
    top: 62px;
    position: fixed;
    right: 35px;
    z-index: 500;
  }
  .article__contacts-email {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    background: url(/images/layout/icon_contacts.png) -63px -6px no-repeat;
    cursor: pointer;
    margin-right: 30px;
    font-size: 0;
  }
  .article__contacts-email:hover {
    background-position: -63px -37px;
  }
  .article__contacts-tel {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    width: 31px;
    margin-right: 30px;
    height: 31px;
    background: url(/images/layout/icon_contacts.png) 0 0 no-repeat;
  }
  .article__contacts-tel:hover {
    background-position: 0 -31px;
  }
  .article__contacts-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 22px;
    text-decoration: none !important;
    height: 31px;
    border: 0;
    background: url(/images/layout/icon_contacts.png) -130px 0 no-repeat;
  }
  .article__contacts-link:hover {
    background-position: -130px -31px;
    border: 0;
  }
  .article__contacts-line {
    display: none;
  }
  .article__contacts-delimiter {
    display: none;
  }
  .offCanvasOpenBody .article__burger {
    visibility: visible;
    opacity: 1;
  }
  .article__typography {
    max-width: none;
  }
  .article__footer-scroll {
    left: 345px;
  }
  .article__headplaceholder {
    display: block;
    width: 100%;
    height: 151px;
    margin-bottom: 45px;
  }
  .article__header {
    padding-left: 35px;
    position: fixed;
    padding-top: 35px;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
    z-index: 2;
  }
  .sidebar__wrap .article__buy {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
  .sidebar__wrap .article__buy a {
    background: #fff;
  }
}
@media screen and (max-width: 900px) {
  .article__header-logo {
    margin-left: 150px;
  }
}
@media screen and (max-width: 820px) {
  .article__header-logo {
    margin-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .article__typography h1 {
    font-size: 29px;
    font-family: "PFDinTextCompPro";
    color: #593929;
    line-height: 1.034;
    margin-bottom: 18px;
  }
  .article__typography h2 {
    font-size: 36px;
    font-family: "PFDinTextCompPro";
    color: #5a7b69;
    line-height: 1.111;
    margin-bottom: 20px;
  }
  .article__typography p {
    font-size: 12px;
    font-weight: 400;
    color: #231510;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .article__typography p.p-big {
    font-size: 18px;
    font-family: "Open Sans";
    color: #734935;
    font-style: italic;
    line-height: 1.333;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .article__typography img {
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .article__typography .table-1 thead tr th {
    border-top: 1px solid #e7e2e0;
    border-bottom: 1px solid #5b3e31;
    padding: 12px 0 12px 0;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans";
    color: #665f5c;
    line-height: 1.25;
    text-align: left;
  }
  .article__typography .table-1 tr td,
  .article__typography .table-2 tr td {
    font-size: 12px !important;
    font-weight: 400;
  }
  .article__typography h3 {
    font-size: 24px;
  }
  .article__typography .article__text-plus,
  .article__typography .article__text-minus {
    font-size: 24px;
    padding-left: 14px;
  }
  .article__typography .article__text-plus:before,
  .article__typography .article__text-minus:before {
    left: -13px;
  }
  .article__typography ul li {
    font-weight: 400;
    font-size: 12px;
  }
  .article .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .article__buy {
    display: none;
  }
  .article__footer-scroll {
    display: none;
  }
  .article__footer {
    min-height: 0;
  }
  .article__footer-text-1 {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 400;
    color: #231510;
    line-height: 1.4;
  }
  .article__footer-text-2 {
    margin-bottom: 60px;
  }
  .article__footer-text-2 a {
    font-size: 29px;
    font-family: "PFDinTextCompPro";
    color: #5b3e31;
    line-height: 1.103;
  }
  .article__contacts {
    display: none;
  }
  .article__header {
    height: 66px;
    border-bottom: 0;
    background: url(/images/background/mobile_home_portrait_BG.jpg) center center repeat;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
  }
  .article__header-logo {
    display: none;
  }
  .article__wrap {
    padding-top: 0;
  }
  .article__headplaceholder {
    height: 96px;
    border: 0;
    margin-bottom: 0;
  }
  .article__burger {
    left: 20px;
    top: 20px;
    position: fixed;
  }
  .article__header-logo-small {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    display: block;
    top: 17px;
  }
  .article__header-logo-small img {
    width: 130px;
    height: 31px;
  }
  .article__footer-copyright {
    position: static;
    margin-bottom: 25px;
  }
}
.company-map {
  width: 100%;
  max-width: 1150px;
  height: 240px;
}
.article__3columns {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 35px;
}
.article__3columns .article__column {
  position: relative;
}
.article__3columns .article__column:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 5px;
  left: -23px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.article__3columns .phone {
  width: 180px;
  float: left;
  margin-right: 200px;
}
.article__3columns .phone:after {
  background-image: url(/images/layout/icon-1.png);
}
.article__3columns .address {
  width: 310px;
  float: left;
  margin-right: 85px;
}
.article__3columns .address:after {
  background-image: url(/images/layout/icon-2.png);
}
.article__3columns .mail {
  float: left;
  width: 190px;
}
.article__3columns .mail:after {
  background-image: url(/images/layout/icon-3.png);
}
.article__3columns .clear {
  clear: both;
}
.article__3columns a {
  color: #231510;
  text-decoration: none;
  border-bottom: 1px solid #231510;
}
.article__3columns a:hover {
  border-bottom: 0;
}
@media all and (max-width: 899px) {
  .article__3columns {
    padding-left: 10px;
    font-size: 12px;
  }
  .article__3columns .article__column {
    float: none;
    margin-bottom: 12px;
  }
}
@media all and (min-width: 900px) and (max-width: 1099px) {
  .company-map {
    height: 495px;
  }
  .article__3columns .phone {
    margin-right: 60px;
  }
  .article__3columns .address {
    margin-right: 42px;
  }
}
@media all and (min-width: 1100px) and (max-width: 1449px) {
  .company-map {
    height: 495px;
  }
  .article__3columns .phone {
    margin-right: 130px;
  }
  .article__3columns .address {
    margin-right: 72px;
  }
}
@media all and (min-width: 1450px) {
  .company-map {
    height: 525px;
  }
}
.hidden {
  display: none;
}
#tooltip_cont {
  position: absolute;
  background: #fff;
  padding: 5px;
  box-shadow: 0 3px 8px rgba(191, 182, 163, 0.5);
  border-radius: 4px 5px 5px 4px;
  background-color: #ffffff;
}
#tooltip_cont:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.ajax-uploaded {
  padding-left: 410px;
  padding-right: 30px;
  position: fixed;
  background: #f8f6f0;
  height: 100%;
  width: 100%;
  display: none;
  top: 0;
  box-sizing: border-box;
  overflow: visible;
  overflow-x: hidden;
  z-index: 800;
}
.ajax-uploaded .ajax-close-placeholder {
  height: 136px;
}
.ajax-uploaded .ajax-close {
  position: fixed;
  top: 0;
  background: #f8f6f0;
  width: 100%;
  margin: 0 60px 50px 0;
  max-width: 740px;
  padding: 30px 0;
  border-bottom: 1px solid #5b3e31;
}
.ajax-uploaded .ajax-close .ajax-back {
  display: inline-block;
  cursor: pointer;
}
.ajax-uploaded .ajax-close .ajax-back .img {
  width: 15px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/images/layout/i-back.png) 0 0 no-repeat;
}
.ajax-uploaded .ajax-close .ajax-back .text {
  opacity: 0.5;
  color: #793e13;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.h2--margined {
  margin-left: 5%;
}
.h2__big {
  font-size: 0.8em;
}
.h2__right {
  text-align: right;
}
.h2__small {
  font-size: 30px;
  font-weight: 100;
}
.list-with-icon-wrap {
  padding: 2rem 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.li-with-icon {
  padding: 2rem 0;
  width: 29%;
}
.li-with-icon--half {
  width: 45%;
}
.li-with-icon ul {
  list-style: disc outside;
}
.li-with-icon ul li {
  font-family: "PFDinTextCompPro";
  font-weight: 300;
}
.li-with-icon__icon {
  padding-right: 15%;
  width: 100%;
  text-align: center;
  max-height: 140px;
  height: 140px;
}
.li-with-icon__icon img {
  width: 100px;
  max-width: 60%;
  margin-bottom: 0;
  height: auto;
}
.li-with-icon__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.li-with-icon__title {
  color: #5a7b69 !important;
}
.warranties {
  padding: 5rem 0 3rem;
}
.warranties__warranty {
  padding-top: 3rem;
}
.warranties__warranty h2 {
  font-weight: 300;
  text-align: center;
}
.warranties__icon {
  height: 60px;
  background: url(/images/content/warranty.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 1.5em;
}
.warranties__list {
  margin-top: 2rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.warranties__list::before {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  display: block;
  border-top: 3px solid #dfedca;
}
.warranties__item {
  box-sizing: border-box;
  width: 30%;
  padding: 4rem 2rem 0 !important;
  text-align: center !important;
  font-family: "PFDinTextCompPro" !important;
  font-weight: 400 !important;
  color: #593929 !important;
  position: relative;
  font-size: 1.5em !important;
}
.warranties__item::before {
  content: '';
  display: block;
  width: 1px;
  top: 0;
  left: 50%;
  margin-left: -2px;
  border-left: 3px solid #dfedca;
  height: 3rem;
  position: absolute;
}
.investments {
  padding: 2em 0;
}
.investments__investment {
  width: 80%;
  margin-left: 10%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 2.6em;
  font-family: "PFDinTextCompPro";
  font-weight: 300;
  line-height: 4.5rem;
  color: #593929;
}
.investments__investment:last-of-type {
  position: relative;
}
.investments__investment:last-of-type::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 3px solid #dfedca;
}
.investments__investment:last-of-type .investments__right {
  position: relative;
  width: 44%;
  padding: 4rem 0 3rem 1rem;
  font-size: 1.3em;
  font-family: "PFDinTextCompPro";
  font-weight: 300;
  line-height: 1.2em;
  color: #593929;
}
.investments__investment:last-of-type .ruble::before {
  border-bottom: 3px solid #593929;
}
.investments__left {
  width: 44%;
  text-align: right;
  padding: 4.5rem 1rem;
}
.investments__right {
  position: relative;
  width: 44%;
  padding: 3rem 0 3rem 1rem;
  color: #5a7b69;
  font-size: 1.5em;
  line-height: 1.083;
}
.investments__price {
  position: relative;
  z-index: 1;
}
.investments .ruble {
  position: relative;
  text-transform: uppercase;
}
.investments .ruble::before {
  content: '';
  display: block;
  width: 0.25em;
  position: absolute;
  border-bottom: 3px solid #5a7b69;
  bottom: 0.4em;
  left: 0;
}
.investments__ruble {
  position: absolute;
  width: 92%;
  height: 80%;
  top: 10%;
  left: 0;
  z-index: 0;
  background: url(/images/content/rub.png) right top no-repeat;
  background-size: contain;
}
.partnership {
  margin-top: 5rem;
  position: relative;
}
.partnership__steps img {
  max-width: 100%;
  height: auto;
}
.partnership__items {
  position: absolute;
  height: 90%;
  width: 93%;
  top: 5%;
  right: 7%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 2rem 2rem 2rem 0 !important;
}
.partnership__item {
  width: 30%;
  padding: 1.5rem 4rem 0 0 !important;
  font-family: "PFDinTextCompPro" !important;
  color: #593929 !important;
  line-height: 1.25 !important;
  max-height: 18%;
  box-sizing: border-box;
}
.partnership__item:nth-of-type(4) {
  max-height: 10%;
  padding-left: 5rem !important;
  padding-top: 4rem !important;
}
.partnership__item:nth-of-type(7) {
  width: 63%;
  padding-left: 33% !important;
}
.partnership__item:nth-of-type(8) {
  padding-right: 11rem !important;
}
.partnership__item:nth-of-type(9) {
  position: absolute;
  bottom: 6rem;
  right: 0;
  padding-right: 0 !important;
  padding-left: 11rem !important;
}
.partnership__item-number {
  display: none;
}
.partnership__result {
  position: absolute;
  bottom: 1.5rem;
  font-size: 50px;
  font-family: "PFDinTextCompPro";
  color: #5a7b69;
  font-weight: 300;
  right: 40%;
}
.partnership__result-title {
  position: relative;
  z-index: 1;
}
.partnership__result-image {
  position: absolute;
  left: -30%;
  top: -50%;
  z-index: 0;
}
.break {
  width: 100%;
  margin: 3rem 0 10rem 0;
  padding-top: 4rem;
  border-bottom: 3px solid #dfedca;
}
@media screen and (max-width: 1400px) {
  .ajax-uploaded {
    padding-left: 130px;
  }
}
@media screen and (max-width: 999px) {
  .ajax-uploaded {
    padding-left: 30px;
    top: 185px;
  }
  .ajax-uploaded .ajax-close {
    top: 185px;
  }
  .partnership__item {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .li-with-icon {
    width: 45%;
    padding: 0.5rem 0;
  }
  .li-with-icon__icon {
    height: auto;
  }
  .warranties {
    padding: 0;
  }
  .warranties__icon {
    height: 40px;
    margin-bottom: 0.5em;
  }
  .warranties__item {
    font-size: 1.2em !important;
  }
  .investments {
    padding: 1em 0;
  }
  .investments__investment {
    width: 100%;
    margin-left: 0;
  }
  .investments__investment:last-of-type .investments__right {
    padding: 1.5rem 0 2rem 1rem;
    font-size: 1em;
    line-height: 1.2em;
  }
  .investments__left {
    font-size: 0.9em;
    padding: 1.5rem 0.5rem;
  }
  .investments__right {
    font-size: 1.2em;
    padding: 1rem 0.5rem;
  }
  .partnership {
    margin-top: 0;
  }
  .partnership__steps {
    display: none;
  }
  .partnership__items {
    display: block;
    position: static;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .partnership__item {
    width: 100%;
    padding: 0 0 0 40px !important;
    position: static !important;
    font-size: 1.2em !important;
    position: relative;
  }
  .partnership__item br {
    display: none;
  }
  .partnership__item:nth-of-type(4) {
    padding: 0 0 0 40px !important;
  }
  .partnership__item:nth-of-type(7) {
    width: 100%;
    padding: 0 0 0 40px !important;
  }
  .partnership__item:nth-of-type(8) {
    padding: 0 0 0 40px !important;
  }
  .partnership__item:nth-of-type(9) {
    padding: 0 0 0 40px !important;
  }
  .partnership__item-number {
    display: block;
    position: absolute;
    left: 0;
    font-size: 0.7em;
    color: #5a7b69;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 2px solid #5a7b69;
    border-radius: 50%;
  }
  .partnership__result {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 2em;
    padding-left: 40px;
  }
  .partnership__result .partnership__item-number {
    left: -40px;
    top: 0.7em;
    font-size: 0.4em;
  }
  .partnership__result-image {
    display: none;
  }
  .ajax-uploaded {
    top: 65px;
  }
  .ajax-uploaded .ajax-close {
    top: 65px;
  }
}
@media screen and (max-width: 479px) {
  .break {
    margin: 1rem 0 5rem 0;
    padding-top: 1rem;
  }
  .li-with-icon {
    width: 100%;
  }
  .li-with-icon__text {
    display: block;
  }
  .warranties__list {
    display: block;
  }
  .warranties__list:before {
    width: 1px;
    height: calc(100% - 2em);
    left: 0;
    top: 1em;
    border-left: 3px solid #dfedca;
  }
  .warranties__item {
    width: 100%;
    padding: 0.5em 0 0 9% !important;
    margin: 0 auto !important;
    text-align: left !important;
  }
  .warranties__item:before {
    width: 5%;
    top: 50%;
    left: 3px;
    margin-left: -2px;
    border-top: 3px solid #dfedca;
    height: 0;
  }
  .warranties__item:first-of-type:before {
    top: 0.8em;
  }
  .warranties__item:last-of-type:before {
    top: auto;
    bottom: 0.8em;
  }
  .investments__investment {
    width: 100%;
    margin-left: 0;
  }
  .investments__investment:last-of-type .investments__right {
    padding: 1rem 0 2rem 1rem;
    font-size: 0.7em;
    line-height: 1.2em;
  }
  .investments__left {
    width: 46%;
    font-size: 0.6em;
    padding: 1rem 0.5rem;
    line-height: 1.1em;
  }
  .investments__right {
    width: 46%;
    font-size: 0.8em;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
/* END BEM */
