/*! 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,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

a {
  color: inherit;
  font-family: inherit;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

@font-face {
  font-family: "GothamNarrow";
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff?ver1.0") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "GothamNarrow";
  src: url("../fonts/GothamNarrow-Book.eot");
  src: url("../fonts/GothamNarrow-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Book.woff2") format("woff2"), url("../fonts/GothamNarrow-Book.woff?ver1.0") format("woff"), url("../fonts/GothamNarrow-Book.ttf") format("truetype"), url("../fonts/GothamNarrow-Book.svg#GothamNarrow-Book") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "GothamNarrow";
  src: url("../fonts/GothamNarrow-Medium.eot");
  src: url("../fonts/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Medium.woff2") format("woff2"), url("../fonts/GothamNarrow-Medium.woff?ver1.0") format("woff"), url("../fonts/GothamNarrow-Medium.ttf") format("truetype"), url("../fonts/GothamNarrow-Medium.svg#GothamNarrow-Medium") format("svg");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "GothamNarrow";
  src: url("../fonts/GothamNarrow-Bold.eot");
  src: url("../fonts/GothamNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.woff?ver1.0") format("woff"), url("../fonts/GothamNarrow-Bold.ttf") format("truetype"), url("../fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold") format("svg");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "InStyle";
  src: url("../fonts/InStyle.eot");
  src: url("../fonts/InStyle.eot?#iefix") format("embedded-opentype"), url("../fonts/InStyle.woff2") format("woff2"), url("../fonts/InStyle.woff?ver1.0") format("woff"), url("../fonts/InStyle.ttf") format("truetype"), url("../fonts/InStyle.svg#InStyle") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "SabonLTCYR";
  src: url("../fonts/SabonLTCYR-Roman.eot");
  src: url("../fonts/SabonLTCYR-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonLTCYR-Roman.woff2") format("woff2"), url("../fonts/SabonLTCYR-Roman.woff?ver1.0") format("woff"), url("../fonts/SabonLTCYR-Roman.ttf") format("truetype"), url("../fonts/SabonLTCYR-Roman.svg#SabonLTCYR-Roman") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "SabonLTCYR";
  src: url("../fonts/SabonLTCYR-Italic.eot");
  src: url("../fonts/SabonLTCYR-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonLTCYR-Italic.woff2") format("woff2"), url("../fonts/SabonLTCYR-Italic.woff?ver1.0") format("woff"), url("../fonts/SabonLTCYR-Italic.ttf") format("truetype"), url("../fonts/SabonLTCYR-Italic.svg#SabonLTCYR-Italic") format("svg");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "SabonLTCYR";
  src: url("../fonts/SabonLTCYR-Bold.eot");
  src: url("../fonts/SabonLTCYR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonLTCYR-Bold.woff2") format("woff2"), url("../fonts/SabonLTCYR-Bold.woff?ver1.0") format("woff"), url("../fonts/SabonLTCYR-Bold.ttf") format("truetype"), url("../fonts/SabonLTCYR-Bold.svg#SabonLTCYR-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "SabonLTCYR";
  src: url("../fonts/SabonLTCYR-BoldItalic.eot");
  src: url("../fonts/SabonLTCYR-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonLTCYR-BoldItalic.woff2") format("woff2"), url("../fonts/SabonLTCYR-BoldItalic.woff?ver1.0") format("woff"), url("../fonts/SabonLTCYR-BoldItalic.ttf") format("truetype"), url("../fonts/SabonLTCYR-BoldItalic.svg#SabonLTCYR-BoldItalic") format("svg");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jchbrf");
  src: url("../fonts/icomoon.eot?jchbrf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jchbrf") format("truetype"), url("../fonts/icomoon.woff?jchbrf") format("woff"), url("../fonts/icomoon.svg?jchbrf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

.js-mediator-article .image { 
	margin: 50px auto;
    max-width: 700px;
}

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #08C;
}

.jq-checkbox.disabled {
  opacity: 0.55;
}

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 d29f470;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #08C;
}

.jq-radio.disabled {
  opacity: 0.55;
}

.jq-file {
  border-radius: 5px;
  cursor: pointer;
}

.jq-file input {
  height: 100%;
  line-height: 1em;
  cursor: pointer;
}

.jq-file.form-control {
  border: none !important;
  padding: 0 !important;
}

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 80px 0 20px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #FFF;
  font: 14px/40px Arial, sans-serif;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 18px;
  border-left: 1px solid #aaa;
  border-radius: 0 5px 5px 0;
  background: #F5F5F5;
  font: 14px/38px Arial, sans-serif;
  color: #333;
}

.jq-file.disabled {
  border-color: #CCC;
  color: #888;
}

.jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #E6E6E6;
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number__spin.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number__spin.disabled .jq-number__field {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number__spin.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number__spin.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number__spin.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 40px;
  padding: 0 50px 0 17px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #fff;
  font: 14px/40px Arial, sans-serif;
  color: #444;
}

.jq-selectbox.form-control {
  width: 100%;
  padding: 0;
  border: none;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #a9a9a9;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 0;
  height: 0;
  border-top: 4px solid #6e6e6e;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin-top: 2px;
  border: 1px solid #c9cad5;
  border-radius: 3px;
  background: #FFF;
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #FFF;
  font: 14px/18px Arial, sans-serif;
  color: #444;
  cursor: default;
}

.jq-select-multiple.form-control {
  padding: 0 !important;
  height: auto !important;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 6px 20px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-select-multiple li:first-child {
  border-radius: 5px 5px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 5px 5px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected {
  background: #CCC;
  color: #FFF;
}

/* ========================== SLICK SLIDER ======================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  background: #b82c2d;
  height: 8px;
  width: 8px;
}

.slick-dots li button {
  border: none;
  background-color: #c1c1c1;
  padding: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
}

body {
  color: #000;
  font: 400 16px "montserratregular";
  background: #FFF;
}

body.b-overlay {
  overflow: hidden;
}

body.b-overlay .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
}

body.error-505 {
  height: 100% !important;
  padding-top: 0 !important;
}

body.error-505 .header {
  position: relative !important;
  padding-top: 70px;
  padding-bottom: 70px !important;
  background-color: transparent;
  border-bottom: none;
}

body.error-505 .header .logo svg {
  display: block;
  margin: 0 auto;
}

body.error-505 .main-wrapper {
  width: auto;
  max-width: none;
}

body.error-505 .footer .social {
  position: static;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-advert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

/*Edge */
@supports (-ms-accelerator: true) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}

/*Ie 10/11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}

.adv-banner-top {
  display: none;
  max-width: 1020px;
}

.adv-banner-top .only-text {
  min-height: 234px;
}


/* 3. MAIN STYLES */
/* ================================================ */
.main-wrapper {
  padding: 0;
  margin: 0 auto;
  min-height: 100%;
  max-width: 1280px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  z-index: 2;
}

.wrapper {
  width: 100%;
  /* max-width: 960px; */
  padding: 0;
  margin: 0 auto;
  position: relative;
}

h1 {
  font-size: 50px;
  line-height: 1.1;
  font-family: "prataregular";
  font-weight: 400;
  margin-bottom: 28px;
}

@media screen and (max-width: 1300px) {
  h1 {
    font-size: 40px;
    line-height: 1.125;
  }
}

@media screen and (max-width: 1023px) {
  h1 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
  }
}

.hmd {
  font-size: 91px;
  line-height: 0.9;
  margin-bottom: 55px;
}

h2 {
  margin: 15px 0 15px 0;
  pading: 0;
}

h2.title {
  font-family: "InStyle", sans-serif;
  font-size: 54px;
  line-height: 1.04;
  color: #000;
  font-weight: 400;
  padding-bottom: 20px;
}

h4.title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: #b82c2d;
  text-transform: uppercase;
}

p {
  margin: 0 0 25px;
}

.md {
  font-size: 18px;
  line-height: 1.61;
}

/* img { */
  /* display: block; */
  /* max-width: 100%; */
/* } */

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

blockquote {
  font-family: "prataregular";
  font-size: 30px;
  line-height: 1.333;
  padding: 0 90px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

blockquote .author {
  margin-top: 30px;
}

blockquote:before {
  content: "";
  background: url(../../static/img/content/article-quote.png) center;
  display: block;
  width: 59px;
  height: 55px;
  margin: 0 auto 20px;
  font-size: 280px;
}

@media screen and (max-width: 1300px) {
  blockquote {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  blockquote {
    margin: 30px 0;
  }
  blockquote:before {
    width: 44px;
    height: 40px;
    background-size: 100% auto;
    margin: 0 auto 24px;
  }
  blockquote .author {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    padding: 0;
    font-size: 24px;
    line-height: 1.25;
    margin: 20px 0 40px 0;
  }
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-transition: all .2s easy-out;
  transition: all .2s easy-out;
}

a:hover {
  text-decoration: underline;
}

a.orange {
  color: #d29f47;
}

.author {
  font-family: "montserratsemibold";
  font-size: 14px;
  line-height: 1.285;
  display: block;
  color: #000;
  font-style: normal;
}

.author span {
  display: block;
  text-transform: uppercase;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m0 {
  margin: 0 auto !important;
}

.hide {
  display: none;
}

/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.html-margin {
  margin-right: 17px;
}

.html-lock {
  overflow: hidden !important;
  width: auto;
}

.html-lock body {
  overflow: hidden !important;
}

/* loader */
.loaded .main-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.icon-load {
  background: #fff;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.loaded .icon-load {
  display: block;
}

.loaded .icon-load:before {
  display: block;
  position: absolute;
  content: "";
  left: -25%;
  width: 25%;
  height: 3px;
  top: 0;
  background-color: #425cbb;
  -webkit-animation: loading 5s linear infinite;
  animation: loading 5s linear infinite;
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 125%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 125%;
  }
}

/* 3.1. Icons ====================== */
/* 3.2. Buttons ====================== */
.btn, a.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  height: 50px;
  padding: 0 40px;
  letter-spacing: 1px;
  color: #fff;
  font: 500 14px/14px "GothamNarrow", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 280px;
  border: none;
  background-color: #000;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:hover, a.btn:hover {
  background-color: #262626;
  text-decoration: none;
  color: #fff;
}

.btn--block, a.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn--danger, a.btn--danger {
  background: #b82c2d;
}

.btn--danger:hover, a.btn--danger:hover {
  background: #C24B4C;
}

.btn--sm, a.btn--sm {
  height: 30px;
}

.btn-link {
  font: 500 12px/18px "GothamNarrow", Arial, sans-serif;
  letter-spacing: 1px;
}

.btn-link:hover {
  color: #dc001a;
}

input.btn, button.btn {
  display: inline-block;
}

input.btn--block, button.btn--block {
  display: block;
  width: 100%;
}

/* 3.3. forms ====================== */
.form-field {
  margin-bottom: 15px;
}

.form-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #000;
  font: normal 16px/16px "GothamNarrow", Arial, sans-serif;
  border: none;
  border-left: 2px solid #fff;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-input:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}

.form-input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}

.form-input::-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}

.form-input::placeholder {
  color: #999;
  font-size: 12px;
}

.form-input:-moz-placeholder, .form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-input::-webkit-input-placeholder {
  color: #999;
}

.form-input:focus {
  border-left-color: #000;
}

input[type="search"] {
  -webkit-appearance: none;
}

::-ms-clear {
  width: 0;
  height: 0;
}

textarea.form-input {
  height: auto;
  min-height: 100px;
  padding-top: 10px;
  resize: none;
}

label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

/* @media screen and (max-width: 900px) { */
  /* body { */
    /* padding-top: 60px; */
  /* } */
/* } */

/* @media screen and (max-width: 767px) { */
  /* body { */
    /* padding-top: 70px; */
  /* } */
/* } */

/* 4. HEADER */
/* ================================================ */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.social__link {
  margin-right: 25px;
  font-size: 15px;
}

.social__link:last-child {
  margin-right: 0;
}

.social__link:hover {
  color: #d29f47;
  text-decoration: none;
}

.social--circle .social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 2px #000;
  border-radius: 50%;
  color: #000;
  margin: 0 20px 0 0;
}

.social--circle .social__link:last-child {
  margin-right: 0;
}

.social--circle .social__link:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.magazine__content {
  width: 102px;
  text-align: center;
}

.magazine__content .btn {
  padding: 0 5px;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0;
  margin-bottom: 10px;
  height: 30px;
  width: 100%;
  min-width: 1px;
  font-family: "OpenSans", sans-serif;
  text-transform: uppercase;
}

.magazine__text {
  padding: 0 10px;
  font-size: 12px;
  font-family: "SabonLTCYR";
}

.magazine__text .price {
  font-size: 14px;
  font-weight: 600;
}

.magazine__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 71px;
}

.magazine__img img {
  width: 100%;
}


.field-gradient {
  position: relative;
}

.field-gradient:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.burger, .open-search {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  background-color: transparent;
  color: #878787;
}

.burger:hover, .open-search:hover {
  color: #d29f47;
}

.burger {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.open-search {
  left: auto;
  font-size: 16px;
  line-height: 16px;
  right: 0;
}

.open-search [class*="icon"] {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  font-weight: 900;
}

.open-search .icon-search {
  margin-left: -10px;
  margin-top: -10px;
}

.open-search .icon-cross {
  opacity: 0;
}

.open-search__icon {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* 5. CONTENT */
/* ================================================ */
.content {
  width: 100%;
  min-width: 320px;
  text-align: left;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.content > .adv-banner {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 1024px) {
  .content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 0;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.wrap-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 30px;
  width: calc(100% - 300px);
}

.wrap-content > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .wrap-content {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .wrap-content {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-wrap:first-child {
    margin-top: 15px;
  }
}

.wrap-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 30px;
  margin: 45px 0 0 0;
}

.wrap-sidebar > *:first-child {
  margin-top: 0;
}

.wrap-sidebar .adv-banner {
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .wrap-sidebar {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .wrap-sidebar {
    display: none;
  }
}

.catalog .wrap-content {
  overflow: hidden;
}

.breadcrumbs {
  margin: 5px 0 8px 0 !important;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbs ul li {
  font-size: 14px;
  font-family: "montserratsemibold";
  text-transform: uppercase;
  margin: 0 19px 0 0;
  position: relative;
}

.breadcrumbs ul li:before {
  content: '/';
  position: absolute;
  top: 0;
  right: -11px;
}

.breadcrumbs ul li:last-child:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/* Rubric ============ */
.rubric {
  margin: 0 0 40px 0;
}

.rubric a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rubric__img {
  width: calc(50% - 10px);
  text-align: left;
}

.rubric__img img {
	width: 100%;
  margin: 0 auto 0 0;
}

.rubric__head {
  width: calc(50% + 10px);
  text-align: center;
  position: relative;
  left: -60px;
  min-height: 334px;
  padding: 30px 60px;
  background: rgba(250, 241, 227, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rubric__head .category {
  color: #d29f47;
  font-family: "montserratsemibold";
  font-size: 14px;
  line-height: 1.2;
  margin: -18px 0 30px 0;
  text-transform: uppercase;
}

.rubric__title {
  font-family: "prataregular";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.333;
}

.rubric .category:hover {
  color: #000;
}

.rubric img {
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.rubric:hover a {
  text-decoration: none;
}

.rubric:hover .rubric__title {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .rubric__title {
    font-size: 25px;
    line-height: 1.2;
  }
  .rubric__head {
    min-height: 258px;
  }
  .rubric__head .category {
    margin: -27px 0 13px 0;
  }
}

@media screen and (max-width: 767px) {
  .rubric {
    margin: 0 0px 20px 0px;
  }
  .rubric a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rubric .category {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  .rubric__img {
    margin: 0 20px 0 0;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .rubric__head {
    background: none;
    left: 0;
    padding: 0;
    text-align: left;
    min-height: 0;
    width: auto;
  }
  .rubric__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.rubric--reverse a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rubric--reverse .rubric__img {
  text-align: right;
}

.rubric--reverse .rubric__img img {
	width: 100%;
  margin: 0 0 0 auto;
}

.rubric--reverse .rubric__head {
  left: auto;
  right: -60px;
}

@media screen and (max-width: 767px) {
  .rubric--reverse a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rubric--reverse .rubric__head {
    right: auto;
    left: 0;
  }
}

.rubric--full {
  margin: 0 -10px 40px;
  display: block;
}

.rubric--full a {
  display: block;
}

.rubric--full img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.rubric--full .category {
  margin-top: 0;
  margin-bottom: 12px;
}

.rubric--full .rubric__head {
  background: #fff;
  max-width: 940px;
  margin: -60px auto 0;
  position: relative;
  padding: 27px 100px;
  width: auto;
  min-height: 0;
  display: block;
  left: 0;
}

.rubric--full .rubric__title {
  font-size: 45px;
  line-height: 1.11;
}

@media screen and (max-width: 1024px) {
  .rubric--full {
    margin-bottom: 40px;
  }
  .rubric--full .rubric__title {
    font-size: 40px;
  }
  .rubric--full .rubric__head {
    margin: -47px 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .rubric--full {
    margin: 0 -10px 20px -10px;
  }
  .rubric--full .rubric__title {
    font-size: 20px;
    line-height: 25px;
  }
  .rubric--full .rubric__head {
    margin-top: -20px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px;
    text-align: center;
  }
  .rubric--full .category {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .rubric--tag {
    margin: 0 -10px 30px;
  }
  .rubric--tag a {
    display: block;
  }
  .rubric--tag .category {
    margin: 0 0 16px;
  }
  .rubric--tag .rubric__img {
    width: auto;
    margin: 0;
  }
  .rubric--tag .rubric__head {
    text-align: center;
    background: #faf1e2;
    padding: 17px 0 23px;
  }
  .rubric--tag .rubric__title {
    font-size: 20px;
    line-height: 1.25;
  }
}

.date {
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}

.adv-banner {
  margin: 50px 0 60px 0;
  position: relative;
  z-index: 2;
}

.adv-banner-1280x300 {
  max-width: 1280px;
  margin: 0;
}

.adv-banner-1280x300 img {
  height: 100%;
}

.adv-banner-1280x300 .only-text {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}

.adv-banner-1280x300 > div > div {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1023px) {
  .adv-banner-1280x300 > div > div {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .adv-banner-1280x300 .only-text {
    min-height: 250px;
  }
}

.adv-banner-300x600 {
  background: none;
  margin: 0;
  text-align: center;
}

.adv-banner-300x600 img {
  margin: auto;
}

.adv-banner-250x250 {
  background: none;
  margin: 0;
  text-align: center;
  margin: 30px 0;
}

.adv-banner-250x250 img {
  margin: auto;
}

.adv-banner-250x250 > div {
  text-align: center;
}

.adv-banner-250x250 > div > div {
  margin: auto;
}

.adv-banner .sticky {
  position: sticky;
}

.wrap-sidebar > .adv-banner {
	position: sticky;
	top: 100px;
	height: auto !important;
	z-index: 1;
}

.adv-banner .stop {
  position: relative;
}

/* Article Box ============ */
.article-hero {
  display: block;
  margin: -60px -10px 50px;
}

.article-hero img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .article-hero {
    height: 380px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .article-hero img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .article-hero {
    margin: -40px -10px 50px;
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .article-hero {
    height: 200px;
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.article-box .intro {
  font-family: "montserratsemibold";
  color: #727272;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: -.15px;
  margin-bottom: 30px;
}

.article-box h2 {
  font-family: "prataregular";
  font-size: 30px;
  line-height: 1.33;
  font-weight: normal;
  margin: 30px 0 27px 0;
}

.article-box h2:first-child {
  margin-top: 0;
}

.article-box h3 {
  font-family: "montserratsemibold";
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  margin: 30px 0 20px 0;
}

.article-box h3:first-child {
  margin-top: 0;
}

.article-box > a,
.article-box p > a {
  text-decoration: underline;
}

.article-box > a:hover,
.article-box p > a:hover {
  text-decoration: none;
}

.article-box iframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .article-box .intro {
    margin-bottom: 19px;
  }
  .article-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .article-box h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .article-box .intro {
    font-size: 16px;
    line-height: 24px;
  }
  .article-box h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .article-box h3 {
    margin-bottom: 12px;
  }
}

.article-box-details {
  margin: 25px 0 30px 0;
  font-family: "montserratregular";
}

.article-box-details p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #727272;
}

.article-box-details p:last-child {
  margin-bottom: 0;
}

.article-box-details p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .article-box-details {
    margin: 20px 0 10px 0;
  }
  .article-box-details p {
    margin-bottom: 7px;
  }
}

.article-sharing {
  margin: 25px 0 40px 0;
}

.article-sharing ul {
  list-style: none;
}

.article-sharing ul li {
  margin: 0 20px 0 0;
}

.article-sharing__title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "montserratsemibold";
  margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  .article-sharing {
    text-align: center;
    margin: 10px 0;
  }
  .article-sharing .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-sharing .social li {
    margin: 0 10px;
  }
  .article-sharing .social__link {
    width: 42px;
    height: 42px;
  }
}

.article-box .product__img {
  max-width: 630px;
  margin: 0 auto;
}

/* .image { */
  /* margin: 50px auto; */
  /* max-width: 700px; */
/* } */

/* .image img { */
  /* margin: 0 auto; */
/* } */

/* .image figcaption { */
  /* font-size: 14px; */
  /* line-height: 1.285; */
  /* text-align: center; */
  /* font-family: "montserratsemibold"; */
  /* margin: 25px 0 0 0; */
/* } */

/* @media screen and (max-width: 1023px) { */
  /* .image { */
    /* margin: 30px auto; */
  /* } */
/* } */

/* @media screen and (max-width: 767px) { */
  /* .image { */
    /* font-size: 12px; */
    /* margin: 25px -10px; */
  /* } */
  /* .image a { */
    /* cursor: default; */
  /* } */
  /* .image figcaption { */
    /* margin-top: 15px; */
  /* } */
/* } */

.article-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.article-images .image {
  margin: 0 10px;
  max-width: 47%;
  flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .article-images {
    margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .article-images {
    display: block;
    text-align: center;
    margin: 0;
  }
  .article-images .image {
    margin: 40px auto;
	max-width: 100%;
  }
}

.article-carousel {
  padding: 50px 75px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.article-carousel__counter {
  font-size: 14px;
  font-family: "montserratsemibold";
  color: #262626;
  margin: -5px 0 25px 0;
}

.article-carousel__nav {
  display: block;
  border: 0;
  width: 60px;
  height: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/content/article-carousel-arr.png") #303030 center no-repeat;
}

.article-carousel__nav--left {
  left: -20px;
}

.article-carousel__nav--right {
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.article-carousel figcaption {
  font-size: 14px;
  line-height: 1.285;
  font-family: "montserratsemibold";
  margin: 25px 0 0 0;
}

.article-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.article-carousel .slick-slide {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .article-carousel {
    padding: 30px 0;
  }
  .article-carousel__counter {
    margin-bottom: 15px;
  }
  .article-carousel figcaption {
    margin-top: 15px;
  }
  .article-carousel__nav--left {
    left: 0px;
  }
  .article-carousel__nav--right {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 900px) {
  .article-carousel {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .article-carousel {
    padding: 30px 0 20px -10px;
  }
  .article-carousel figcaption {
    font-size: 12px;
  }
  .article-carousel__counter {
    margin-right: -20px;
    margin-bottom: 25px;
  }
  .article-carousel__nav {
    width: 14px;
    height: 33px;
    top: -36px;
    background-color: transparent;
    background-size: 100% auto;
  }
  .article-carousel__nav--left {
    left: 40px;
  }
  .article-carousel__nav--right {
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .article-carousel .slick-list {
    overflow: visible;
  }
}

.inread-video {
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.inread-video.active {
  padding-top: 56.25%;
  height: 0;
}

.inread-video-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.49);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.inread-video-cover__text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.inread-video:hover .inread-video-cover {
  opacity: 0;
}

.inread-video:hover .inread-video__play {
  opacity: 1;
  visibility: visible;
}

.inread-video__play {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 100px;
  line-height: 100px;
  border: none;
  background-color: transparent;
  padding: 0;
  z-index: 1;
}

.inread-video .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inread-image {
  margin: 50px auto;
}

.opinion {
  background: #fff;
  margin: 50px 70px 50px 80px;
  padding: 0 0 0 80px;
  position: relative;
}

.opinion-image {
  position: absolute;
  left: 0;
  top: 40px;
}

.opinion-body {
  background: #faf2e4;
  padding: 38px 70px 33px 80px;
  color: #000;
}

.opinion-body .opinion-body__title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.22;
  font-family: "montserratsemibold";
}

.opinion-body .opinion-body__expert {
  font-size: 18px;
  line-height: 1.22;
  font-family: "montserratsemibold";
}

.opinion-body .opinion-body__expert span {
  text-transform: uppercase;
}

.opinion-body .opinion-body__text {
  font-size: 14px;
  line-height: 24px;
  font-family: "montserratregular";
  margin: 7px 0 0 0;
}

.opinion-body .opinion-body__text > *:first-child {
  margin-top: 0;
}

.opinion-body .opinion-body__text > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
  .opinion {
    margin: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .opinion {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .opinion {
    padding: 0;
    margin: 50px 0 25px 0;
  }
  .opinion-image {
    -webkit-transform: none;
            transform: none;
    top: -30px;
    left: 20px;
  }
  .opinion-body {
    padding: 104px 20px 20px;
  }
  .opinion-body__expert span {
    display: block;
    margin: 0 0 -2px 0;
  }
}

.tags-list {
  margin-top: 33px;
  margin-bottom: 12px;
}

.tags-list .tags {
  font-size: 11px;
  font-family: "montserratsemibold";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
  border: solid 1px #c7c7c7;
  padding: 0 10px;
  margin-right: 7px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #727272;
  text-decoration: none;
}

.tags-list .tags:hover {
  border-color: #000;
  color: #000;
}

.tags-list .tags:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .tags-list {
    margin-top: 12px;
  }
}

/* Search Page ============ */
.content-search {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e4e4;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results__text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.61;
  font-family: "SabonLTCYR";
}

.search-results__title {
  font-size: 14px;
  color: #999;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.search-results__link {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #000;
  font-size: 12px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b82c2d;
  padding: 0 10px;
}

.search-results__link strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 4px;
}

.search-results__link.active {
  color: #fff;
  border-color: #000;
  background: #000;
}

.search-results__link:not(.active):hover {
  color: #b82c2d;
}

/* Contacts ============ */
.contacts-wrap {
  background: #fff;
  padding: 30px 30px 50px;
  position: relative;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-wrap__item:first-child {
  width: 65%;
  padding-right: 10px;
}

.contacts-wrap__item:last-child {
  width: 35%;
  padding-left: 10px;
}

.contacts-wrap__button {
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
}

.contacts-wrap__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #b82c2d;
  text-transform: uppercase;
}

.contacts-wrap__text {
  font-size: 18px;
  line-height: 1.61;
  font-family: "SabonLTCYR";
}

.contacts-map {
  margin: 50px auto;
}

#map {
  height: 500px;
}

.website {
  font-size: 16px;
  line-height: 1.69;
}

.website strong {
  font-weight: 500;
}

.product-popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: #f9f9f9;
}

.product-popup-body {
  position: absolute;
  bottom: 80px;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-popup-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
}

.product-popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
}

.product-popup-wrap__info {
  margin-right: auto;
  padding-right: 40px;
}

.product-popup-wrap__details {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-popup-wrap__details .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 30px;
  width: 280px;
}

.product-popup__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.product-popup__brand {
  font-size: 14px;
  font-weight: 300;
}

.product-popup__price {
  font-size: 21px;
  font-weight: 500;
}

.popup-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup-slider img {
  margin: 0 auto;
  max-height: 100%;
}

.popup-slider .slick-list, .popup-slider .slick-track, .popup-slider .slick-slide {
  height: 100% !important;
}

.popup-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-slider .slick-slide img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.popup-slider .slick-arrow {
  font-size: 40px;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: none;
  transform: none;
  padding: 0;
  line-height: 15px;
  border: none;
}

.popup-slider .slick-arrow [class*="icon"] {
  font-weight: 300;
  line-height: 13px;
}

.popup-slider .slick-arrow.slick-disabled {
  color: #c2c2c2;
}

.popup-slider .slick-next {
  right: -60px;
}

.popup-slider .slick-prev {
  left: -60px;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  z-index: 1;
}

.popup-close:hover {
  color: #dc001a;
}

.product {
  text-align: center;
  display: block;
  position: relative;
}

.product__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.product__img {
  margin: 0 0 10px 0;
  text-align: center;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.product__img img {
  margin: 0 auto;
}

.product__title {
  font-size: 20px;
  line-height: 1.3;
  font-family: "prataregular";
  font-weight: normal;
  padding: 0 20px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  position: relative;
  z-index: 10;
}

.product__brand {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 20;
  font-size: 14px;
  font-family: "montserratsemibold";
  text-transform: uppercase;
  color: #d29f47;
}

.product__brand:hover {
  color: #000;
}

.product__price {
  font-size: 14px;
  font-family: "montserratsemibold";
  color: #000;
  margin-top: 11px;
}

.product:hover .product__title {
  color: inherit;
}

.product--in-article .product__head {
  margin: 25px 0 0 0;
  text-align: center;
}

.product--in-article .product__img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product--in-article .product__img img {
  max-width: 100%;
}

.product--in-article .product__title {
  font-size: 14px;
  font-family: "montserratsemibold";
  line-height: 1.43;
  margin-bottom: 0px;
}

.product--in-article .product__price {
  font-size: 14px;
  font-family: "montserratsemibold";
  color: #d6a859;
  margin: 0;
}

.product--in-article .product__brand {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .product {
    text-align: left;
  }
  .product__brand {
    font-size: 10px;
    margin: 0 0 5px 0;
  }
  .product__title {
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .product__price {
    font-size: 10px;
    margin-top: 11px;
  }
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.product-wrap--in-article {
  margin: 60px 60px 20px;
}

.product-wrap--best-to-buy {
  margin: 0px -10px 50px;
}

.product-wrap--best-to-buy .product-wrap__item {
  width: 25%;
  margin-bottom: 0;
}

.product-wrap--products-carousel {
  padding: 0 30px;
}

.product-wrap--products-carousel .product-wrap__item {
  width: 25%;
  margin-bottom: 0;
}

.product-wrap--product-page .product-wrap__item {
  margin-bottom: 0;
}

.product-wrap__item {
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}

.product-wrap__item a {
  text-decoration: none;
}

.product-wrap__item:hover .product__img {
  opacity: 0.8;
}

@media screen and (max-width: 1300px) {
  .product-wrap--in-article {
    margin: 60px 0px 20px -10px;
  }
}

@media screen and (max-width: 1024px) {
  .product-wrap--in-article {
    margin: 20px 70px 0px 70px;
  }
  .product-wrap--in-article .product-wrap__item {
    width: 50%;
  }
  .product-wrap--best-to-buy {
    margin: 0px -10px 50px;
  }
  .product-wrap--best-to-buy .product-wrap__item {
    width: 33.333%;
  }
  .product-wrap--best-to-buy .product-wrap__item:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .product-wrap--product-page .product-wrap__item {
    width: 50%;
  }
  .product-wrap--product-page .product-wrap__item:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .product-wrap--in-article {
    margin: 20px 0 0;
    display: block;
    text-align: center;
  }
  .product-wrap--in-article .product-wrap__item {
    width: auto;
    max-width: 220px;
    margin: 0 auto 20px;
  }
  .product-wrap--in-article .product__title {
    text-align: center;
  }
  .product-wrap--products-carousel {
    padding: 0;
    margin: 0 -10px 30px;
  }
  .product-wrap--products-carousel .product {
    text-align: center;
  }
  .product-wrap--products-carousel .product__title {
    text-align: center;
  }
}

/* Advert ============ */
.error-wrap {
  padding: 20px 0 50px;
  text-align: center;
}

/* Advert ============ */
.advert {
  text-align: center;
  padding-bottom: 20px;
}

.advert-group {
  margin: 50px auto;
}

.advert-group__title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 27px;
}

.advert-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.advert-list__item:last-child {
  margin-bottom: 0;
}

.advert-list__left {
  width: 50%;
  padding-right: 15px;
  text-align: right;
}

.advert-list__right {
  width: 50%;
  padding-left: 15px;
  text-align: left;
}

.advert-list__name {
  font-size: 18px;
  font-weight: 500;
}

.advert-list__info {
  padding-top: 3px;
  line-height: 1.57;
  font-size: 14px;
}

.advert-list__info a {
  text-decoration: underline;
}

.advert-list__info a:hover {
  text-decoration: none;
}

/* Brand ============ */
.brand-list-group {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-list-group__title {
  font-family: "InStyle", sans-serif;
  font-size: 44px;
  margin: 0 28px 0 0;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58px;
  text-align: center;
}

.brand-list-group__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-top: 10px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.brand-list-group__item {
  margin-bottom: 1px;
}

.brand-list-group__item:only-child, .brand-list-group__item:nth-child(1):nth-last-child(2), .brand-list-group__item:nth-child(1):nth-last-child(3), .brand-list-group__item:nth-child(2):nth-last-child(1), .brand-list-group__item:nth-child(2):nth-last-child(2), .brand-list-group__item:nth-child(3):nth-last-child(1) {
  -webkit-column-span: all;
  column-span: all;
}

.brand-list-group__item a {
  line-height: 1.57;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

.brand-list-group__item a:hover {
  color: #b82c2d;
}

.brand-page {
  position: relative;
  background: #fff;
  margin-bottom: 25px;
  padding-bottom: 33px;
}

.brand-page > * {
  position: relative;
  z-index: 2;
}

.brand-page > *:last-child {
  margin-bottom: 0;
}

.brand-page:before {
  content: "";
  position: absolute;
  left: -500px;
  width: 2000px;
  background: #fff;
  top: -50px;
  bottom: 0;
}

.brand-page__title {
  font-family: "SabonLTCYR";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
  color: #000;
  margin-bottom: 15px;
}

.brand-page + .box-filter {
  border-top: none;
}

.box-letters {
  border-top: 1px solid #e7e4e4;
  border-bottom: 1px solid #e7e4e4;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.letters__item {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  white-space: nowrap;
}

.letter {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}

.letter:hover, .letter.active {
  color: #b82c2d;
}

/* Filter ============ */
.box-filter-multiselect {
  padding: 0 4px 0 0;
}

.box-filter-multiselect__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-left: 20px;
  position: relative;
  margin-right: -4px;
}

.box-filter-multiselect__item .multiselect__label {
  left: 40px;
}

@media screen and (max-width: 640px) {
  .box-filter-multiselect__item .multiselect__label {
    left: 20px;
  }
}

.box-filter .link-line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.multiselect__label {
  position: absolute;
  top: 8px;
  left: 22px;
  z-index: 1;
  font-family: "montserratregular";
  font-size: 12px;
  color: #999;
  margin: 0;
  pointer-events: none;
}

.sort {
  padding-bottom: 23px;
}

.sort__title {
  font-size: 14px;
  color: #999;
  margin-right: 18px;
  display: inline-block;
}

.sort__link {
  display: inline-block;
  font-size: 14px;
  color: #000;
  border-bottom: 2px dotted;
  margin-right: 10px;
}

.sort__link:hover {
  border-bottom-color: transparent;
}

.acept {
  border: none;
  height: 40px;
  font-family: "montserratsemibold";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  color: #d29f47;
  border-top: 1px solid #f1e2c7;
  background: #fff;
  width: 100%;
}

.acept:hover {
  background-color: #d29f47;
  border-color: #d29f47;
  color: #fff;
}

/* Tag ============ */
.tag-box {
  position: relative;
  margin-bottom: 30px;
  padding: 14px 0;
  border-top: 1px solid #e7e4e4;
  border-bottom: 1px solid #e7e4e4;
}

.tag-box .link-line {
  margin-bottom: -25px;
  margin-top: 10px;
}

.tag-box__short > *:last-child {
  margin-bottom: 0;
}

.tag-box__full > *:last-child {
  margin-bottom: 0;
}

.tag-box p {
  font-size: 18px;
  line-height: 1.61;
}

.link-line {
  text-align: center;
}

.link-line a {
  font-size: 14px;
  color: #b82c2d;
  background: #f9f9f9;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* Best ============ */
.best {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  margin-left: -60px;
  margin-right: -60px;
}

.best-slider__item {
  padding: 0 15px;
}

.best-slider-box {
  display: block;
  max-width: 190px;
  margin: 0 auto;
}

.best-slider__head {
  padding: 12px 0;
}

.best-slider__title, .best-slider__price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  margin-bottom: 2px;
}

.best-slider__price {
  letter-spacing: 1px;
  margin-bottom: 0;
}

.best-slider__brand {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.best-slider .slick-arrow {
  font-size: 10px;
  background-color: transparent;
  top: 131px;
  -webkit-transform: none;
  transform: none;
  padding: 0;
  line-height: 15px;
  border: none;
}

.best-slider .slick-arrow [class*="icon"] {
  font-weight: 900;
}

.best-slider .slick-arrow.slick-disabled {
  color: #c2c2c2;
}

.best-slider .slick-next {
  right: -41px;
}

.best-slider .slick-prev {
  left: -41px;
}

/* Popular ============ */
.popular {
  background: #fff;
  padding: 45px 0;
  margin-left: -60px;
  margin-right: -60px;
}

.popular-slider {
  margin: 0 -16px;
}

.popular-slider__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 16px;
  width: 20%;
}

.popular__head {
  padding: 10px 0 0;
}

.popular__head .category {
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
}

.popular__title {
  font-family: "SabonLTCYR";
  font-size: 16px;
  line-height: 1.31;
  font-weight: 400;
}

.popular .slick-dots {
  margin-top: 17px;
}

/* Video ============ */
.video {
  padding: 45px 0;
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-list__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-list__left {
  background: red;
}

.video-small {
  width: 215px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 30px;
}

.video-small__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.video-small img {
  width: 100%;
  margin-bottom: 5px;
}

.video-small + .video-small {
  margin-top: 30px;
}

.video-big {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 410px;
}

.video-big__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-big__head {
  position: absolute;
  bottom: 30px;
  left: 20px;
  max-width: 70%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.video-big__head .ic-video {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 50px;
  line-height: 50px;
  margin-right: 20px;
}

.video-big__title {
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
}

/* 6. FOOTER */
/* ================================================ */
/* 7. MEDIA */
/* ================================================ */
@media screen and (max-width: 1024px) {
  body.error-505 .content {
    padding-bottom: 113px !important;
  }
  .html-margin {
    margin-right: 0;
  }
  .adv-banner-1280x250 .only-text {
    min-height: 270px;
  }
  .adv-banner-top {
    display: block !important;
  }
  .hmd {
    font-size: 60px;
  }
  /* Header */
  .search__input {
    height: 50px;
  }
  .best-slider .slick-prev, body.advert-done .best-slider .slick-prev {
    left: 15px;
  }
  .best-slider .slick-next, body.advert-done .best-slider .slick-next {
    right: 15px;
  }
  .video-big__head {
    max-width: none;
    width: auto;
    right: 20px;
  }
  .video-big__title {
    padding-bottom: 11px;
  }
  /* Popup */
  .product-popup-body {
    padding: 0;
  }
  .product-popup-header {
    padding: 0 20px;
  }
  .product-popup .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
    text-align: center;
  }
  .product-popup .slick-dots li {
    display: inline-block;
  }
  .popular-slider {
    margin: 0;
    display: block;
    position: relative;
  }
  .popular-slider:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 106px;
    opacity: 0.65;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  }
  .popular-slider .popular-slider__item {
    width: 166px !important;
    padding: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 900px) {
  .video-big {
    min-height: 1px;
    padding-top: 56.25%;
    max-height: 411px;
  }
  .video-list {
    display: block;
  }
  .video-list__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 30px;
  }
  .video-small {
    width: calc(50% - 15px);
    margin-left: 0;
  }
  .video-small + .video-small {
    margin-top: 0;
  }
  .video-small:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body.error-505 .content {
    padding-bottom: 221px !important;
  }
  .hidden-iphone {
    display: none !important;
  }
  .hmd {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .h1-sm {
    font-size: 34px;
  }
  .md {
    font-family: "SabonLTCYR";
    font-size: 16px;
  }
  .btn, a.btn {
    font-size: 12px;
    line-height: 12px;
    padding: 0 15px;
  }
  /* .search { */
    /* left: 0; */
    /* right: 0; */
    /* top: 100%; */
    /* height: 60px; */
    /* -webkit-transform: translate3d(0, 20px, 0); */
    /* transform: translate3d(0, 20px, 0); */
  /* } */
  .search__input {
    border-left: none;
    border-top: 1px solid #f9f9f9;
    height: 60px;
    padding: 0 60px 0 15px;
  }
  .search [class*="icon"] {
    left: auto;
    right: 21px;
  }
  .search-results__title {
    font-size: 12px;
  }
  .search-results__text {
    font-size: 16px;
  }
  /* Error */
  .error-wrap {
    padding-bottom: 20px;
    padding-top: 0;
  }
  body.error-505 .header {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  body.error-505 .header .logo svg {
    width: 180px;
    height: 40px;
  }
  /* Article  */
  .first-letter:first-letter {
    float: left;
    font-family: "InStyle";
    font-size: 88px;
    line-height: 80px;
    margin-right: 10px;
  }
  /* Product  */
  .product-wrap__item {
    width: 50%;
  }
  .product-popup-wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    height: auto;
  }
  .product-popup-wrap__info {
    display: none;
  }
  .product-popup-wrap__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    height: 50px;
  }
  .product-popup-wrap__details .btn {
    width: 50%;
    min-width: 50%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-popup-body {
    bottom: 50px;
  }
  .product-popup-header {
    padding: 0;
  }
  .product-popup__price {
    width: 50%;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
  }
  /* Tag */
  .tag-box p {
    font-family: "SabonLTCYR";
    font-size: 16px;
  }
  /* Brand-list */
  .brand-page {
    margin-bottom: 10px;
  }
  .letters {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 6px 0;
    -webkit-overflow-scrolling: touch;
  }
  .letters__item {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 3px 7px;
  }
  .box-letters {
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    background: #f9f9f9;
  }
  .box-letters .jspHorizontalBar {
    opacity: 0;
  }
  .box-letters:after {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, rgba(249, 249, 249, 0), #f9f9f9);
    background-image: linear-gradient(to right, rgba(249, 249, 249, 0), #f9f9f9);
    pointer-events: none;
  }
  .box-letters:before {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
    background-image: -webkit-linear-gradient(right, rgba(249, 249, 249, 0), #f9f9f9);
    background-image: linear-gradient(to left, rgba(249, 249, 249, 0), #f9f9f9);
    pointer-events: none;
  }
  .sticky {
    top: 49px !important;
    position: fixed;
  }
  .sticky:after {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, rgba(249, 249, 249, 0), #f9f9f9);
    background-image: linear-gradient(to right, rgba(249, 249, 249, 0), #f9f9f9);
    pointer-events: none;
  }
  .sticky:before {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
    background-image: -webkit-linear-gradient(right, rgba(249, 249, 249, 0), #f9f9f9);
    background-image: linear-gradient(to left, rgba(249, 249, 249, 0), #f9f9f9);
    pointer-events: none;
  }
  .brand-list-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* Contacts */
  #map {
    height: 460px;
  }
  /* Popular  */
  .popular {
    padding-bottom: 20px;
    padding-top: 28px;
  }
  /* Video  */
  .video-big {
    display: none;
  }
  .video-list__right {
    padding-top: 0;
    display: block;
  }
  .video-list__right .video-small {
    width: auto;
    margin: 0;
  }
  .video-list__right .video-small img {
    margin-bottom: 14px;
  }
  .video-list__right .video-small:nth-child(2) {
    display: none;
  }
  /* Footer  */
  body.error-505 .footer .social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .overlay.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 640px) {
  /*  Filter  */
  .box-filter-multiselect {
    display: block;
  }
  .box-filter-multiselect__item {
    width: auto;
    display: block;
    margin-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .ms-options ul label {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .ms-options ul label:after {
    font-size: 14px !important;
    margin-top: 0 !important;
  }
  .ms-options-wrap .ms-options ul label:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0;
    font-size: 13px;
  }
  .ms-options-wrap .ms-options ul li.selected label:before {
    font-size: 13px;
    padding: 2px 0 0 2px;
  }
  .ms-options-wrap > button:after {
    font-size: 11px;
    color: #000;
    font-weight: 700;
  }
  /* Product  */
  /* Brand-list */
  .brand-list-group__content {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .brand-list-group__item {
    -webkit-column-span: all;
    column-span: all;
  }
  .brand-list-group__title {
    margin-right: 20px;
  }
  /* Advert */
  .advert {
    text-align: left;
  }
  .advert p, .advert p.md {
    font-family: "SabonLTCYR";
    font-size: 16px;
    line-height: 1.31;
  }
  .advert p br, .advert p.md br {
    display: none;
  }
  .advert-group {
    margin: 30px auto;
  }
  .advert-group__title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 19px;
  }
  .advert-list__item {
    display: block;
  }
  .advert-list__left {
    padding-right: 0;
    width: auto;
    text-align: left;
  }
  .advert-list__right {
    padding-left: 0;
    width: auto;
  }
  .advert-list__name {
    font-size: 16px;
  }
  .advert-list__info {
    font-size: 15px;
    padding-top: 0;
  }
  /* Contacts */
  .contacts-wrap {
    display: block;
    padding-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contacts-wrap__item {
    width: auto !important;
    padding-right: 0 !important;
  }
  .contacts-wrap__item:not(:first-child) {
    padding-top: 15px;
  }
  .contacts-wrap__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contacts-wrap__text {
    font-size: 16px;
    line-height: 1.63;
  }
  .contacts-map {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #map {
    height: 320px;
  }
}

.read-more-title {
  font-family: "montserratsemibold";
  font-size: 30px;
  line-height: 1.333;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 0 0 15px 0;
  max-width: 1010px;
    margin: 40px auto;
}

.read-more-title:first-child {
  margin-top: 0;
}

.read-more-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d6a859;
}

@media screen and (max-width: 767px) {
  .read-more-title {
    font-size: 16px;
    line-height: 2.5;
    padding: 0;
    margin: 20px 0 30px 0;
  }
}

.articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* margin: 0 -10px 60px; */
}

@media screen and (max-width: 1023px) {
  .articles-row {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .articles-row--2-in-line {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .articles-row--4-in-line {
    display: block;
    margin-left: 0;
  }
  .articles-row--4-in-line.mobile-scroll .article {
    display: block;
    margin-bottom: 0;
  }
  .articles-row--4-in-line.mobile-scroll .article .section {
    margin: 0 0 10px 0;
  }
  .articles-row--4-in-line.mobile-scroll .article__image {
    width: auto;
    margin: 0 0 10px 0;
  }
  .articles-row--4-in-line.mobile-scroll .article__section {
    margin: 0 0 5px 0;
  }
  .articles-row--4-in-line.mobile-scroll .article__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.articles-row--6-in-line {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article {
  padding: 0 10px;
  position: relative;
}

.article__image {
  margin: 0 0 15px 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.article__image img {
  width: 100%;
  height: auto;
}

.article__title {
  font-family: "prataregular";
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.article__section {
  display: block;
  font-family: "montserratsemibold";
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 20;
}

.article__section a {
  color: #d6a859;
}

.article__section a:hover {
  text-decoration: none;
  color: #000;
}

.article__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.article:hover .article__title {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .article__image {
    margin-bottom: 15px;
  }
  .article__section {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

.article--1-from-6 {
  width: 16.666%;
}

.article--1-from-6 .article__title {
  font-size: 16px;
  line-height: 1.333;
}

@media screen and (max-width: 1024px) {
  .article--1-from-6 {
    width: 33.333%;
    margin: 0 0 30px 0;
  }
  .article--1-from-6 .article__title {
    font-size: 20px;
    line-height: 1.333;
  }
}

@media screen and (max-width: 767px) {
  .article--1-from-6 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 20px 0;
  }
  .article--1-from-6 .article__image {
    width: 100%;
    margin: 0 0 15px 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .article--1-from-6 .article__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	text-align: center;
  }
  .article--1-from-6 .article__section {
    margin: 0 0 10px 0;
  }
  .article--1-from-6 .article__title {
    font-size: 14px;
    line-height: 1.428;
  }

}

.article--1-from-4 {
  width: 25%;
}

.article--1-from-4 .article__title {
  font-size: 20px;
  line-height: 1.333;
}

@media screen and (max-width: 1300px) {
  .article--1-from-4 {
    width: 33.333%;
  }
  .article--1-from-4:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .article--1-from-4 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 20px 0;
  }
  .article--1-from-4 .article__image {
    width: 120px;
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .article--1-from-4 .article__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article--1-from-4 .article__section {
    margin: 0 0 10px 0;
  }
  .article--1-from-4 .article__title {
    font-size: 14px;
    line-height: 1.428;
  }
  .article--1-from-4:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article--1-from-2 {
  width: 50%;
  text-align: center;
}

.article--1-from-2 .article__section {
  margin: 0 0 7px 0;
}

.article--1-from-2 .article__title {
  font-size: 30px;
  line-height: 1.333;
}

@media screen and (max-width: 1023px) {
  .article--1-from-2 .article__title {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .article--1-from-2 {
    margin: 0 0 30px 0;
    width: auto;
    padding: 0;
    background: #faf1e2;
  }
  .article--1-from-2 .article__title {
    font-size: 20px;
    line-height: 1.25;
    padding: 0 25px 25px 25px;
  }
  .article--1-from-2 .article__section {
    margin: 0 0 13px 0;
  }
}

.article--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.article--sm .article__image {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 20px 0 0;
}

.article--sm .article__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: -4px 0 0 0;
}

.article--sm .article__title {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 0;
}

.sidebar-recomended .article__title {
	margin-bottom: 0;
}

.sidebar-recomended .article {
	margin-bottom: 20px;
}

.article--sm:last-child {
  margin-bottom: 0;
}

.article--video .article__image {
  margin: 0;
}

.article--video .article__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 90px 65px 70px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.article--video .article__content:before {
  content: '';
  display: block;
  width: 51px;
  height: 51px;
  margin: 0 0 30px 0;
  background: url(../img/content/video-ico.png);
}

.article--video .article__title {
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .article--video .article__content {
    padding-bottom: 55px;
  }
  .article--video .article__content:before {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .article--video {
    margin: 0 10px 30px;
  }
  .article--video .article__image {
    position: relative;
  }
  .article--video .article__image:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .article--video .article__content {
    padding: 0;
  }
  .article--video .article__content:before {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    margin: 0 auto 18px;
  }
  .article--video .article__title {
    text-align: center;
  }
}

.show-more-block {
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 1023px) {
  .show-more-block {
    margin: 40px 0;
  }
}

.show-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  text-align: center;
  border: 1px solid #f1e2c7;
  color: #d29f47;
  font-size: 12px;
  font-family: "montserratsemibold";
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  letter-spacing: 2.5px;
}

.show-more:hover {
  background-color: #d29f47;
  border-color: #d29f47;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .show-more {
    width: 100%;
  }
}

.imaged-block-wrapper {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imaged-block-wrapper:first-child {
  margin-top: 0;
}

.imaged-block-wrapper__left {
  width: 100%;
}

.imaged-block-wrapper__right {
  width: 25.4%;
  padding: 0 0 0 20px;
}

.imaged-block-wrapper__right .article {
  margin: 0 0 23px 0;
  padding: 0;
}

.imaged-block-wrapper__right .article:last-child {
  margin-bottom: 0;
}

.imaged-block-wrapper__right .article--sm {
  margin: 0 0 40px 0;
}

.imaged-block-wrapper__right .read-more-title {
  font-size: 20px;
  margin-top: -6px;
}

.imaged-block-wrapper--full {
  display: block;
}

.imaged-block-wrapper--full .imaged-block-wrapper__content-head {
  display: none;
}

.imaged-block-wrapper--full .imaged-block-wrapper__left {
  width: auto;
}

.imaged-block-wrapper--full .imaged-video {
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.imaged-block-wrapper--full .imaged-video:before {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1300px) {
  .imaged-block-wrapper__left {
    width: 67%;
  }
  .imaged-block-wrapper__right {
    width: 33%;
  }
}

@media screen and (max-width: 1024px) {
  .imaged-block-wrapper {
    display: block;
  }
  .imaged-block-wrapper__left {
    width: auto;
  }
  .imaged-block-wrapper__right {
    width: auto;
    padding: 0;
  }
  .imaged-block-wrapper__right .recomended-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .imaged-block-wrapper__right .recomended-sm .article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
  }
  .imaged-block-wrapper__right .recomended-sm .article:nth-child(4) {
    display: none;
  }
  .imaged-block-wrapper__right .recomended-sm--for-video {
    display: block;
  }
  .imaged-block-wrapper__right .recomended-sm--for-video .article {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .imaged-block-wrapper__right .recomended-sm--for-video .article:nth-child(4) {
    display: block;
  }
  .imaged-block-wrapper--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .imaged-block-wrapper--video .imaged-block-wrapper__left {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .imaged-block-wrapper--video .imaged-block-wrapper__right {
    width: 320px;
    padding: 0 0 0 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media screen and (max-width: 1023px) {
  .imaged-block-wrapper {
    margin: 40px 0;
  }
  .imaged-block-wrapper__right {
    margin-top: 40px;
  }
  .imaged-block-wrapper--full .imaged-video {
    height: 400px;
  }
  .imaged-block-wrapper--full .imaged-video:before {
    margin-bottom: 35px;
  }
  .imaged-block-wrapper--full {
    margin: 40px 0;
  }
  .imaged-block-wrapper--full .imaged-video-item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .imaged-block-wrapper--full .imaged-video-item:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .imaged-block-wrapper {
    margin: 40px 0;
  }
  .imaged-block-wrapper--video .imaged-block-wrapper__left {
    margin: 0;
  }
  .imaged-block-wrapper--full .imaged-video {
    height: auto;
    min-height: 210px;
    padding: 0 30px 20px;
  }
  .imaged-block-wrapper--full .imaged-video:before {
    margin: 0 auto 15px;
  }
}

.imaged-block {
  background: #000;
  color: #fff;
}

.imaged-block__content {
  padding: 36px 60px 30px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.imaged-block__content:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.imaged-block__content > * {
  position: relative;
  z-index: 20;
}

.imaged-block__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.imaged-block__content-head h2 {
  font-family: "prataregular";
  font-weight: normal;
  font-size: 45px;
  line-height: 45px;
  color: #d29f47;
  margin: 0;
}

.imaged-block__content-head a.more {
  color: #d29f47;
  font-family: "montserratsemibold";
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  margin: 0 -4px 7px 0;
  display: block;
}

.imaged-block__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.imaged-block__related-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  background-size: cover;
}

.imaged-block__related-item:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.imaged-block__related-item > * {
  position: relative;
  z-index: 20;
}

.imaged-block__related-item:hover {
  text-decoration: none;
}

.imaged-block__related-item:hover .selection-section__title {
  color: inherit;
}

.imaged-block .show-more-block {
  margin: 34px 0 3px 0;
}

.imaged-block .show-more {
  border-color: rgba(241, 226, 199, 0.3);
}

@media screen and (max-width: 1023px) {
  .imaged-block__content {
    padding: 41px 60px 30px;
  }
  .imaged-block__content-head h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .imaged-block__content {
    padding: 25px 0;
  }
  .imaged-block__content-head {
    text-align: center;
    display: block;
    border: 0;
    padding: 0;
  }
  .imaged-block__content-head h2 {
    font-size: 23px;
    line-height: 25px;
  }
  .imaged-block__content-head a.more {
    display: none;
  }
  .imaged-block__related {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imaged-block .show-more-block {
    margin: -10px 0 0 0;
  }
  .imaged-block .show-more {
    border: 0;
    padding: 0;
    font-size: 10px;
    height: auto;
  }
}

.selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0;
}

.selection__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.selection__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.selection__item:last-child {
  padding-right: 0;
}

.selection__item-img {
  margin: 0 0 17px 0;
}

.selection__item-title {
  font-family: "prataregular";
  font-size: 16px;
  line-height: 1.375;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.selection__item:hover a {
  text-decoration: none;
}

.selection__item:hover .selection__item-title {
  color: inherit;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .selection__item:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .selection__item {
    border: 0;
    text-align: center;
    padding: 0 10px;
  }
  .selection__item:nth-child(4) {
    display: block;
  }
  .selection__item-img {
    margin: 0 0 15px 0;
  }
  .selection__item-img img {
    width: 100%;
  }
  .selection__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.selection-section {
  display: block;
  text-align: center;
  padding: 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 130px;
  position: relative;
  background-size: cover;
}

.selection-section__title {
  font-family: "prataregular";
  font-size: 25px;
  line-height: 1.1;
  display: block;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.selection-section__count {
  font-family: "montserratsemibold";
  display: block;
  color: #d29f47;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .selection-section {
    width: 100%;
  }
  .selection-section__title {
    font-size: 23px;
    line-height: 25px;
  }
}

.specproject {
  font-size: 45px;
  font-family: "prataregular";
  line-height: 1.11;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 23px;
}

.specproject:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .specproject {
    padding-bottom: 33px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .specproject {
    margin: -25px 0;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 25px 20px 30px 20px;
    height: auto;
  }
}

.specproject-item {
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  font-family: "prataregular";
  min-height: 130px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specproject-item:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .specproject-item {
    font-size: 20px;
    line-height: 25px;
    padding: 25px 20px 30px 20px;
    height: auto;
    min-height: 0;
  }
}

.imaged-video {
  display: block;
  font-size: 45px;
  font-family: "prataregular";
  line-height: 1.11;
  padding: 80px 0 25px 0;
}

.imaged-video:before {
  content: '';
  display: block;
  width: 51px;
  height: 51px;
  margin: 0 0 30px 0;
  background: url(../img/content/video-ico.png);
}

.imaged-video:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .imaged-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 332px;
  }
}

@media screen and (max-width: 1024px) {
  .imaged-video {
    font-size: 40px;
    height: 332px;
    padding: 42px 0 0 0;
  }
  .imaged-video:before {
    margin: 0 0 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .imaged-video {
    margin: -20px 0;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 45px 25px 40px;
    height: auto;
  }
  .imaged-video:before {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
    margin: 0 auto 20px;
  }
}

.imaged-video-item {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  font-family: "prataregular";
  min-height: 130px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imaged-video-item:hover {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .imaged-video-item:nth-child(3) {
    display: none;
  }
}

.best-to-buy .show-more-block {
  margin: 50px 0 60px 0;
}

@media screen and (max-width: 1023px) {
  .best-to-buy .show-more-block {
    margin: 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  .hide-on-tablet {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .hide-on-tablet-portrait {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.show-on-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}

.section-hero {
  text-align: center;
  /* height: 250px; */
  color: #fff;
  position: relative;
  /* margin: -60px -10px 60px; */
  margin: 0 0 60px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-hero h1 {
  font-family: 'InStyle';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 140px;
  font-weight: normal;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

.section-hero--no-menu h1 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section-hero--no-menu {
    margin-bottom: 0 !important;
  }
}

.section-hero .menu {
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 60px;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.section-hero > * {
  position: relative;
  z-index: 20;
}

.section-hero:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.section-hero__menu-trigger {
  display: none;
}

@media screen and (max-width: 1023px) {
  .section-hero h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: 175px;
    background-size: auto 100%;
    background-repeat: none;
    margin: 0 -10px 140px;
    position: relative;
  }
  .section-hero h1 {
    font-size: 70px;
    margin: 0;
    line-height: 1;
  }
  .section-hero__menu {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: 100px;
    width: 100%;
    background: #faf2e4;
    padding: 20px;
  }
  .section-hero__menu-trigger {
    display: block;
    background: #fff;
    height: 60px;
    display: block;
    line-height: 60px;
    font-family: "montserratregular";
    color: #8b8b8b;
    text-align: left;
    padding: 0 40px 0 20px;
  }
  .section-hero__menu-trigger:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #878787;
    font-weight: 600;
    font-size: 13px;
  }
  .section-hero__menu._is-active .menu {
    visibility: visible;
    height: auto;
  }
  .section-hero__menu._is-active .section-hero__menu-trigger::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .section-hero .menu {
    background: #fff;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: heigth .2s ease-out;
    transition: heigth .2s ease-out;
    display: block;
    padding: 0 20px;
    position: absolute;
    top: 60px;
    left: 20px;
    width: calc(100% - 40px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-hero .menu__item {
    text-transform: none;
    margin: 0;
    font-family: "montserratregular";
  }
  .section-hero .menu__item a {
    display: block;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 30px;
  }
  .section-hero .menu__item--active {
    font-family: "montserratmedium";
  }
  .section-hero .menu__item--active a {
    color: #000;
  }
}

.astro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 80px;
}

.astro-list .adv-banner {
  width: calc(100% + 180px);
  margin: 0 -90px 60px;
}

@media screen and (max-width: 1300px) {
  .astro-list {
    padding: 0;
  }
  .astro-list .adv-banner {
    margin: 0 -10px 60px;
  }
}

@media screen and (max-width: 767px) {
  .astro-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 0 0;
  }
}

.astro-list--sign-page {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
}

.astro-list--sign-page .astro-list-item {
  margin-left: 50px;
  margin-right: 50px;
}

.astro-list-item {
  max-width: 300px;
  text-align: center;
  margin: 0 0 60px 0;
  position: relative;
}

.astro-list-item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.astro-list-item__img {
  margin: 0 0 25px 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.astro-list-item__img img {
  margin: 0 auto;
}

.astro-list-item__title {
  font-size: 30px;
  line-height: 1.333;
  font-family: "prataregular";
  margin: 0 0 10px 0;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.astro-list-item__desc {
  font-size: 16px;
  color: #727272;
}

.astro-list-item:hover .astro-list-item__title {
  color: inherit;
}

@media screen and (max-width: 1023px) {
  .astro-list-item {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .astro-list-item {
    margin-bottom: 40px;
  }
  .astro-list-item__title {
    margin-bottom: 0;
  }
}

.astrosign-box .date {
  display: block;
  font-size: 18px;
  line-height: 1.333;
  font-family: "montserratmedium";
  margin: 0 0 25px 0;
}

.article-list-with-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

.article-list-with-ad__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 0;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-list-with-ad__ad {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article-list-with-ad__ad .adv-banner {
  margin: 0;
}

.article-list-with-ad .article {
  width: 33.333%;
  margin: 0 0 35px 0;
}

.article-list-with-ad .article__image {
  position: relative;
}

.article-list-with-ad .article__image:before {
  position: absolute;
  content: '';
  display: block;
  width: 51px;
  height: 51px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/content/video-ico.png);
}

@media screen and (max-width: 1023px) {
  .article-list-with-ad {
    margin: 40px 0;
  }
  .article-list-with-ad__items {
    padding: 0;
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .article-list-with-ad {
    margin: 40px 0 0;
  }
  .article-list-with-ad__items {
    display: block;
    margin: 0;
  }
  .article-list-with-ad .article {
    width: auto;
    margin: 0 -10px 30px;
  }
  .article-list-with-ad .article__image {
    margin: 0;
  }
  .article-list-with-ad .article__section {
    margin-bottom: 10px;
  }
  .article-list-with-ad .article__content {
    background: #faf1e2;
    text-align: center;
    padding: 15px 30px 25px;
  }
}

.tag-hero-section {
  text-align: center;
  margin: -13px 0 60px 0;
}

.tag-hero-section h1 {
  font-size: 100px;
  line-height: 1;
  font-family: 'InStyle';
  font-weight: normal;
  margin: 0 0 20px 0;
}

.tag-hero-section .title {
  display: block;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "montserratsemibold";
  margin: 0 0 6px 0;
}

.tag-hero-section .found {
  display: block;
  font-size: 14px;
  font-family: "montserratsemibold";
  text-transform: uppercase;
  margin: 0 0 35px 0;
}

.tag-hero-section .social {
  margin: 0 auto;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tag-hero-section .social li {
  margin: 0 10px;
}

.tag-hero-section .social li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .tag-hero-section {
    margin: 0px 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .tag-hero-section {
    margin: 25px 0 30px;
  }
  .tag-hero-section h1 {
    font-size: 50px;
    margin: 0 0 6px 0;
  }
  .tag-hero-section .title {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .tag-hero-section .found {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}

.live-box .wrap-sidebar {
  margin: 0;
}

.live-box .wrap-sidebar .adv-banner {
  margin: 0;
}

.live-item {
  margin: 60px 0;
}

.live-item:first-child {
  margin-top: 0;
}

.live-item__desc {
  color: #727272;
  line-height: 1.5;
}

.live-item__desc h2 {
  font-family: "prataregular";
  font-size: 30px;
  line-height: 1.16;
  font-weight: normal;
  color: #000;
  margin: 0 0 20px 0;
}

.live-item--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.live-item--sm .live-item__media {
  width: 369px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.live-item--sm .live-item__media > img {
	width: 100%;
}

.live-item--sm .live-item__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.live-item--sm .live-item__desc .social {
  margin: 5px 0 0 0;
}

.live-item--sm .live-item__desc .social li {
  margin: 0 20px 0 0;
}

.live-item--full .live-item__media {
  height: 530px;
  margin: 0 0 25px 0;
}

.live-item--full .live-item__desc {
  text-align: center;
  padding: 0 80px;
}

.live-item--full .live-item__desc .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.live-item--full .live-item__desc .social li {
  margin: 0 10px;
}

@media screen and (max-width: 1300px) {
  .live-item--sm .live-item__media {
    width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .live-item {
    margin: 40px 0;
  }
  .live-item--sm {
    display: block;
  }
  .live-item--sm .live-item__media {
    width: auto;
    margin: 0 0 25px 0;
    height: auto;
    min-height: 350px;
  }
  .live-item--sm .live-item__media > img {
    width: 100%;
    height: auto;
  }
  .live-item--sm .live-item__media iframe {
    max-width: none !important;
    margin: 0 auto !important;
  }
  .live-item--sm .live-item__desc,
  .live-item--full .live-item__desc {
    text-align: center;
    padding: 0 20px;
  }
  .live-item--sm .live-item__desc .social,
  .live-item--full .live-item__desc .social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .live-item--sm .live-item__desc .social li,
  .live-item--full .live-item__desc .social li {
    margin: 0 10px;
  }
  .live-item--full .live-item__media {
    height: auto;
    min-height: 350px;
    position: relative;
  }
  .live-item--full .live-item__media--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .live-item {
    margin: 30px 0;
  }
  .live-item h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .live-item--sm .live-item__desc,
  .live-item--full .live-item__desc {
    padding: 0 10px;
  }
  .live-item--sm .live-item__desc h2,
  .live-item--full .live-item__desc h2 {
    margin: 0 0 10px 0;
  }
  .live-item--sm .live-item__desc .social,
  .live-item--full .live-item__desc .social {
    margin: -10px 0 0 0;
  }
  .live-item--sm .live-item__media iframe {
    width: auto !important;
    min-width: 0 !important;
  }
  .live-item--sm .live-item__media,
  .live-item--full .live-item__media {
    margin: 0 0 15px 0;
  }
  .live-item--full .live-item__media--video {
    min-height: 180px;
  }
}

.shopping-list-section .read-more-title {
  margin-bottom: 55px;
}

.shopping-list-section__title {
  text-align: center;
  max-width: 650px;
  font-family: "prataregular";
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  margin: 50px auto;
}

@media screen and (max-width: 1023px) {
  .shopping-list-section__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .shopping-list-section__title {
    font-size: 20px;
    line-height: 25px;
    margin: 16px auto;
  }
  .shopping-list-section .read-more-title {
    margin-bottom: 0;
  }
}

.products-carousel__nav {
  display: block;
  border: 0;
  width: 60px;
  height: 90px;
  position: absolute;
  top: 90px;
  background: url("../img/content/article-carousel-arr.png") center no-repeat;
  cursor: pointer;
}

.products-carousel__nav--left {
  left: -20px;
}

.products-carousel__nav--right {
  right: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-search-bar {
  margin: 0 90px 25px;
}

.product-search-bar form {
  position: relative;
}

.product-search-bar input[type=text] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #878787;
  font-size: 30px;
  line-height: 1.333;
  color: #000;
  font-family: "prataregular";
  padding: 10px 40px 10px 0;
  height: auto;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.product-search-bar input[type=text]:focus {
  border-color: #000;
}

.product-search-bar input[type=text]::-webkit-input-placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.product-search-bar input[type=text]:-ms-input-placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.product-search-bar input[type=text]::-ms-input-placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.product-search-bar input[type=text]::placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.product-search-bar .icon-search {
  display: block;
  width: 25px;
  height: 25px;
  color: #878787;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 24px;
}

.product-search-bar .icon-search:hover {
  color: #d6a859;
}

@media screen and (max-width: 1300px) {
  .product-search-bar {
    margin: 0 50px 25px;
  }
}

@media screen and (max-width: 1023px) {
  .product-search-bar {
    margin: 27px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .product-search-bar {
    margin: 27px 0 21px;
  }
  .product-search-bar input[type=text] {
    padding: 5px 30px 5px 0;
    font-size: 20px;
  }
  .product-search-bar input[type=text]::-webkit-input-placeholder {
    font-size: 20px;
  }
  .product-search-bar input[type=text]:-ms-input-placeholder {
    font-size: 20px;
  }
  .product-search-bar input[type=text]::-ms-input-placeholder {
    font-size: 20px;
  }
  .product-search-bar input[type=text]::placeholder {
    font-size: 20px;
  }
  .product-search-bar .icon-search {
    width: 20px;
    height: 20px;
    top: 7px;
    font-size: 18px;
  }
}

.product-filter-bar {
  background: #faf2e4;
  margin: 0 90px 50px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-filter-bar__title {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "prataregular";
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-filter-bar__options {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media screen and (max-width: 1300px) {
  .product-filter-bar {
    margin: 0 50px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .product-filter-bar {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .product-filter-bar {
    margin: 0 -10px;
    text-align: center;
    display: block;
  }
  .product-filter-bar__title {
    width: auto;
    margin: 4px 0 14px 0;
  }
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px 0;
}

.product-page__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.product-page__desc h1 {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px 0;
}

.product-page__desc-brand {
  font-size: 14px;
  font-family: "montserratsemibold";
  margin: 0 0 20px 0;
}

.product-page__desc-brand a {
  color: #d29f47;
}

.product-page__desc-brand a:hover {
  color: #000;
}

.product-page__desc-text {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  margin: 0 0 15px 0;
}

.product-page__desc-price {
  font-size: 14px;
  font-family: "montserratsemibold";
}

.product-page__img {
  width: 450px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-page__img img {
  margin: auto;
}

.product-page .article-sharing {
  margin: 50px 0;
}

@media screen and (max-width: 1300px) {
  .product-page__img {
    width: 300px;
    margin-left: 40px;
  }
  .product-page .article-sharing {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-page {
    display: block;
    margin: 0;
  }
  .product-page__desc {
    text-align: center;
  }
  .product-page__desc h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0 10px 0;
  }
  .product-page__desc-brand {
    margin: 0;
  }
  .product-page__img {
    margin: 0;
    width: auto;
  }
}

.stories-container {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .stories-container {
    display: none;
  }
}

.stories-container__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "montserratsemibold";
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 6px 0;
}

.stories-container__link {
  color: #d29f47;
}

.stories-hide-scroll {
  height: 140px;
  overflow: hidden;
  margin: 0 -10px;
}

.stories.carousel.snapgram {
  margin: 0;
  height: 160px;
}

.stories.carousel.snapgram .story {
  width: 80px;
  height: 140px;
  max-width: none;
  margin: 0 5px 0 0;
  position: relative;
}

.stories.carousel.snapgram .story:first-child {
  margin-left: 10px;
}

.stories.carousel.snapgram .story:last-child {
  margin-right: 10px;
}

.stories.carousel.snapgram .story > a > .img {
  width: 80px;
  height: 140px;
  max-width: none;
  max-height: none;
}

.stories.carousel.snapgram .story > a > .img u {
  -webkit-box-shadow: inset 0px -71px 50px -20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px -71px 50px -20px rgba(0, 0, 0, 0.3);
}

.stories.carousel.snapgram .story > a > .info {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-family: "montserratsemibold";
  text-align: center;
}

#zuck-modal-content .story-viewer {
  height: 100vh !important;
}

#zuck-modal-content .story-viewer .slides .item {
  -webkit-box-shadow: inset 0px -71px 50px -20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px -71px 50px -20px rgba(0, 0, 0, 0.3);
}

#zuck-modal-content .story-viewer .slides .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 50px 120px;
  text-align: center;
  z-index: 20;
}

#zuck-modal-content .story-viewer .slides .item .info .section-name {
  display: block;
  font-family: "montserratsemibold";
  text-transform: uppercase;
  color: #d29f47;
  font-size: 10px;
  margin: 0 auto 13px;
  letter-spacing: 1px;
}

#zuck-modal-content .story-viewer .slides .item .info .title {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
  font-family: "prataregular";
  margin: 0 0 25px 0;
}

#zuck-modal-content .story-viewer .slides .item .info .tip.link {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  position: static;
  width: 220px;
  height: 50px;
  border: 1px solid #d29f47;
  color: #fff;
  font-size: 11px;
  font-family: "montserratsemibold";
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
  padding: 0;
  line-height: 0;
  -webkit-transform: none;
          transform: none;
}

#zuck-modal-content .story-viewer .slides .item > .media {
  max-width: none;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

#zuck-modal-content .story-viewer .slides-pointers {
  border-spacing: 10px !important;
  padding: 15px 10px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * {
  border-radius: 0;
}

#zuck-modal-content .story-viewer .right .close {
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  color: #fff;
  z-index: 100040;
  font-size: 42px;
  width: 48px;
  cursor: pointer;
  text-align: center;
}

#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+17,0.8+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.79) 99%, rgba(0, 0, 0, 0.8) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(17%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.8))) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.79) 99%, rgba(0, 0, 0, 0.8) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ) !important;
  /* IE6-9 */
}

.product-wrap--products-carousel .slick-list {
  min-width: 100%;
}

.product-wrap--products-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}


.adv-banner--article-top > div > div {
  margin: 0 auto 0 auto !important;
}


.sidebar-recomended {
  margin: 60px 0 0 0;
  padding: 0 0 20px 0;
}

.sidebar-recomended .read-more-title {
	display: block;
  font-size: 20px;
  font-family: "montserratsemibold";
}

.sliding-article-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 60px;
  left: 50%;
  background: #fff;
  max-width: 1280px;
  width: 100%;
  z-index: 105;
  padding: 10px 0 10px 20px;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 95;
}

.sliding-article-block._shown {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 1023px) {
  .sliding-article-block {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sliding-article-block {
    display: none;
  }
}

.sab__title {
  font-family: "montserratsemibold";
  margin: 5px 20px 0 0;
  text-transform: uppercase;
}

.sab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 33.333%;
  position: relative;
}

.sab__item-img {
  width: 80px;
  height: 80px;
  margin: -10px 20px -10px 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sab__item-nbr {
  font-family: "montserratsemibold";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 5px;
  top: -5px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  color: #d29f47;
  padding: 3px 0 0 0;
}

.sab__item-title {
  font-family: "prataregular";
  font-size: 16px;
  line-height: 1.3;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 1200px) {
  .sab__item-img {
    margin-right: 10px;
  }
  .sab__item-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .sab {
    padding: 30px 0;
  }
  .sab__title {
    display: none;
  }
  .sab__item-title {
    font-size: 12px;
  }
}

.intext-link {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 0;
  font-family: "montserratsemibold";
}

.intext-link a {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #d29f47;
  text-decoration: none !important;
}

.intext-link a:after {
  display: inline-block;
  width: 18px;
  position: relative;
  bottom: -3px;
  left: 0;
  margin: 0 0 0 5px;
  content: url(data:image/svg+xml,%3Csvg%20height%3D%22100%25%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22miu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22Artboard-1%22%20transform%3D%22translate%28-467.000000%2C%20-191.000000%29%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate%28215.000000%2C%20119.000000%29%22%2F%3E%3Cpath%20d%3D%22M468%2C202.5%20C468%2C196.148725%20473.148725%2C191%20479.5%2C191%20C485.851275%2C191%20491%2C196.148725%20491%2C202.5%20C491%2C208.851275%20485.851275%2C214%20479.5%2C214%20C473.148725%2C214%20468%2C208.851275%20468%2C202.5%20Z%20M480.656854%2C196.843146%20L482.071068%2C198.257359%20L477.828427%2C202.5%20L482.071068%2C206.742641%20L480.656854%2C208.156854%20L475%2C202.5%20L480.656854%2C196.843146%20Z%22%20fill%3D%22%23d29f47%22%20id%3D%22circle-next-arrow-disclosure-glyph%22%20transform%3D%22translate%28479.500000%2C%20202.500000%29%20scale%28-1%2C%201%29%20translate%28-479.500000%2C%20-202.500000%29%20%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.intext-link a:hover:after {
  left: 10px;
}

.bx-ie .t-animate {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.bx-ie .r_hidden {
  opacity: 1 !important;
}

.bx-ie .t226__floating {
  position: static !important;
}

.footer {
  z-index: 1;
  background: #292929;
}

.footer-wrap {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}

.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.footer .social__link {
  margin: 0 15px;
  color: #8b8986;
  font-size: 18px;
}

.footer .social__link:hover {
  color: #d29f47;
}

.footer .menu {
  margin-bottom: 15px;
}

.footer-text {
  font-family: "montserratregular";
  color: #565656;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 35px 0;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-left: 90px;
    padding-right: 90px;
  }
  .footer-wrap {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-wrap {
    padding: 21px 0;
  }
  .footer .menu {
    display: none;
  }
  .footer-text {
    display: none;
  }
  .footer .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 24px 0;
  }
  .footer .social__link {
    margin: 0 15px;
  }
}

.footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  font-family: "montserratregular";
}

.footer-menu__item {
  margin: 0 17px;
}

.footer-menu__link {
  font-size: 12px;
  color: #a8a8a8;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
  .footer-menu__item {
    margin: 0;
    letter-spacing: .6px;
  }
}

.copy {
  font-family: "montserratregular";
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: .6px;
}

.design-by {
  font-family: "montserratregular";
  color: #565656;
  font-size: 12px;
  letter-spacing: .6px;
}

.design-by a {
  color: #565656;
}

.header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  position: relative;
  z-index: 100;
  background: #000;
}

.header *,
.header *:before,
.header *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 70px 20px;
  height: 190px;
  margin: 0 0 -70px 0;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.header-top:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.header-top .header-top__content {
  color: #fff;
  position: relative;
  z-index: 20;
}

.header-top .header-top__content svg {
  width: 420px;
  height: 99px;
}

.header-top--main-page {
  height: 250px;
  padding: 40px 20px 70px;
}

.header-bottom {
  position: relative;
  height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-bottom .logo svg {
  width: 119px;
  height: 28px;
  display: block;
}

.header-bottom .icon-search {
  width: 16px;
  height: 16px;
}

.header-bottom .icon-search svg {
  margin: 2px 0 0 0;
}

.header-bottom.is-active .search {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header-bottom.is-active .open-search__icon {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.header-bottom.is-active .open-search__icon.icon-search {
  opacity: 0;
}

.header-bottom.is-active .open-search__icon.icon-cross {
  opacity: 1;
}

.header.fixed, .header.as-fixed {
  padding-bottom: 60px;
}

.header.as-fixed .header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
}

.header.fixed .header-bottom {
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  z-index: 30;
  height: 60px;
}

.header.fixed .header-bottom,
.header.as-fixed .header-bottom {
  max-width: 1280px;
  width: 100%;
  z-index: 30;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.fixed .header-bottom .logo,
.header.as-fixed .header-bottom .logo {
  display: block !important;
  color: #fff;
  /* margin: 0 35px 0 10px; */
}

.header.fixed .header-bottom .logo a,
.header.as-fixed .header-bottom .logo a {
  display: block;
}

.header.fixed .header-bottom .menu__item-submenu,
.header.as-fixed .header-bottom .menu__item-submenu {
  padding-top: 20px;
}

.header-social-bar {
  background: #303030;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.header-social-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-social-bar ul li {
  margin: 0;
  padding: 0;
}

.header-social-bar .social li {
  margin: 0 30px 0 0;
}

.header-social-bar .social a {
  color: #8b8986;
}

.header-social-bar .social a:hover {
  color: #d29f47;
}

.header-social-bar .header-social-bar__subscribe-links li {
  margin-left: 25px;
  text-transform: uppercase;
  font-family: 'montserratsemibold';
  font-size: 12px;
  letter-spacing: .7px;
}

.header-social-bar .header-social-bar__subscribe-links li a {
  color: #8b8b8b;
}

@media screen and (max-width: 900px) {
  .header {
    z-index: 100;
    position: fixed;
    top: 0;
  }
  .header-social-bar {
    display: none;
  }
  .header-top {
    display: none;
  }
  .header-bottom {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-bottom .menu {
    display: none;
  }
  .header-bottom .logo {
    margin: 0;
    display: block !important;
    color: #fff;
  }
  .header-bottom .logo svg {
    width: 139px;
    height: 33px;
  }
  .header-bottom.is-active {
    overflow: visible;
  }
  .header.fixed .header-bottom,
  .header.as-fixed .header-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header.fixed .header-bottom .logo,
  .header.as-fixed .header-bottom .logo {
    margin: 0;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background: transparent;
    z-index: 160;
  }
  .header-bottom {
    background: #fff !important;
    height: 70px !important;
    top: 0;
  }
  .header-bottom .logo {
    margin: 0 !important;
    color: #000 !important;
  }
}

.nav-s {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 330px;
  background: #222222;
  z-index: 150;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.nav-s.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nav-s-inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding-bottom: 20px;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

.nav-s-header {
  position: relative;
  padding: 32px 20px 15px;
  margin: 0 -20px 0 0;
}

.nav-s-header .logo {
  width: 106px;
  height: 24px;
}

.nav-s-close {
  font-size: 24px;
  line-height: 24px;
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 30px;
  color: #878787;
}

.nav-s-close:hover {
  color: #d29f47;
}

.nav-s-close span {
  color: #878787;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.nav-s-close span:hover {
  color: #d6a859;
}

.nav-s-content {
  padding: 0 20px;
}

.nav-s-content .social {
  margin: 25px 0 20px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.nav-s-content .social__link {
  margin-right: 25px;
  font-size: 18px;
  color: #8b8986;
}

.nav-s-content .social__link:hover {
  color: #d6a859;
}

.nav-s-footer {
  margin: 19px 0;
  padding: 21px 0 19px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.nav-s-footer-menu {
  list-style: none;
}

.nav-s-footer-menu li {
  margin: 0;
}

.nav-s-footer-menu li a {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "montserratregular";
  margin: 0;
  padding: 4px 0;
}

.nav-s-footer-menu li a:before {
  top: 9px;
}

.nav-s-footer-menu-subcategory {
  list-style: none;
  display: none;
}

.nav-s-footer-menu-subcategory li a {
  color: #999;
}

.nav-s .scroll-pane {
  position: absolute;
  top: 60px;
  bottom: 0px;
  overflow: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .nav-s .scroll-pane {
    padding-top: 20px;
  }
}

.nav-s .jspContainer {
  height: 100% !important;
}

.nav-s .jspHorizontalBar {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-s {
    width: 100%;
  }
}

.nav-s-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-s-menu .nav-s-menu__item {
  position: relative;
  letter-spacing: 1.1px;
}

.nav-s-menu .nav-s-menu__item--main-page .nav-s-menu__link {
  color: #999;
}

.nav-s-menu .nav-s-menu__link {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 40px 9px 0;
  display: block;
  color: #fff;
  font-family: "montserratsemibold";
}

.nav-s-menu .nav-s-menu__open-submenu {
  position: absolute;
  top: 14px;
  right: -3px;
  color: #878787;
}

.nav-s-menu .nav-s-menu__open-submenu:hover {
  text-decoration: none;
  color: #d29f47;
}

.nav-s-menu .nav-s-menu-subcategory {
  margin: 7px 0 0 0;
  display: none;
  list-style: none;
}

.nav-s-menu .nav-s-menu-subcategory li {
  list-style: none;
}

.nav-s-menu .nav-s-menu-subcategory li a {
  font-size: 14px;
  display: block;
  color: #999;
  text-transform: uppercase;
  padding: 4px 0;
}

.nav-s-menu .nav-s-menu__item._active .nav-s-menu__link {
  color: #d6a859;
}

.nav-s-menu .nav-s-menu__item._opened .nav-s-menu__open-submenu {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-s-menu .nav-s-menu__item._opened .nav-s-menu-subcategory {
  display: block;
}

._has-children {
  position: relative;
}

._has-children:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 9px;
  top: 13px;
  color: #878787;
  font-weight: 600;
  font-size: 13px;
}

._has-children:hover:before {
  color: #d6a859;
}

.menu__item {
  margin: 0 15px;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: .9px;
}

.menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.menu__item a:hover {
  text-decoration: underline;
}

.menu__item--active a {
  color: #d29f47;
}

.menu__item-submenu {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-27px, 100%);
          transform: translate(-27px, 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.menu__item-submenu ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 20px 30px;
  min-width: 165px;
}

.menu__item-submenu ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.menu__item-submenu ul li a {
  font-family: "montserratsemibold";
  color: #000;
  font-size: 12px;
  line-height: 30px;
}

.menu__item:hover .menu__item-submenu {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .menu__item {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1025px) {
  body.branded .main-wrapper {
    z-index: 2;
    background: transparent;
    max-width: 980px;
  }
  body.branded .header-top--main-page {
    display: none;
  }
  body.branded .content {
    background: #fff;
    padding: 0 0 50px 0;
  }
  body.branded .content > .show-more-block:last-child {
    margin: 0;
  }
  body.branded .branded-background {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-size: cover;
    background-position: left top;
  }
  body.branded .header.fixed .header-bottom {
    max-width: 980px;
  }
  
  body.branded .adv-banner-1280x300 {
    margin: 40px 0;
  }
  body.branded .header {
    background: transparent !important;
  }
  body.branded .header-top {
    background: transparent !important;
  }
  body.branded .header-bottom {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.branded .header-bottom .logo {
    display: block !important;
    color: #fff;
    /* margin: 0 35px 0 10px; */
  }
  body.branded .rubric__title {
    font-size: 25px;
    line-height: 1.2;
  }
  body.branded .rubric__head {
    min-height: 255px;
  }
  body.branded .rubric__head .category {
    margin: 0 0 11px 0;
  }
  body.branded .rubric--full {
    margin-bottom: 40px;
  }
  body.branded .rubric--full .rubric__title {
    font-size: 40px;
  }
  body.branded .rubric--full .rubric__head {
    margin: -47px 90px 0;
    min-height: 0;
  }
  body.branded .articles-row {
	  max-width: 1010px;
    margin: 40px auto;
  }
  body.branded .article.article--1-from-4 {
    width: 33.333%;
  }
  body.branded .article.article--1-from-4:nth-child(4) {
    display: none;
  }
  body.branded .article.article--1-from-2__title {
    font-size: 25px;
    line-height: 1.2;
  }
  body.branded .imaged-block-wrapper {
    display: block;
  }
  body.branded .imaged-block-wrapper__left {
    width: 100%;
  }
  body.branded .imaged-block-wrapper__right {
    width: auto;
    padding: 0;
    margin-top: 40px;
  }
  body.branded .imaged-block-wrapper__right .recomended-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.branded .imaged-block-wrapper__right .recomended-sm .article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
  }
  body.branded .imaged-block-wrapper__right .recomended-sm .article:nth-child(4) {
    display: none;
  }
  body.branded.main-page .imaged-block-wrapper--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.branded.main-page .imaged-block-wrapper--video .imaged-block-wrapper__right {
    margin: 0 0 0 20px;
  }
  body.branded .adv-banner--under-header {
    margin: 0;
  }
  body.branded .adv-banner--under-header > div > div {
    margin: 0;
  }
  body.branded .adv-banner--article-top {
    margin: 0;
  }
  body.branded .adv-banner--article-top > div > div {
    margin: 0;
  }
  body.branded .digital {
    margin-top: 0px;
    padding: 60px 0 50px;
  }
  body.branded .digital__content {
    padding: 25px 40px 25px 60px;
  }
  body.branded .digital__content-date {
    margin: 0 0 10px 0;
  }
  body.branded .digital__content-title {
    margin: 0 0 20px 0;
    font-size: 45px;
  }
  body.branded .digital__content-download {
    margin: 30px 0 0 0;
  }
  body.branded .digital__image {
    padding-left: 20px;
    padding-right: 70px;
    width: 55%;
  }
  body.branded .subscribe-form-imaged {
    margin: 40px 0;
  }
  body.branded .subscribe-form-imaged__form {
    min-height: 0;
    padding: 35px 80px 20px 40px;
  }
  body.branded .subscribe-form-imaged__form h4 {
    margin-bottom: 10px;
  }
  body.branded .subscribe-form-imaged__form h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  body.branded .subscribe-form-imaged__form p {
    font-size: 14px;
    padding: 0;
  }
  body.branded .subscribe-form-imaged__form form {
    margin: 20px 0 0 0;
  }
  body.branded .subscribe-form-imaged__share {
    min-height: 0;
    height: 260px;
    padding: 50px;
  }
  body.branded .subscribe-form-imaged__share h4 {
    margin: 0 0 15px 0;
  }
  body.branded .subscribe-form-imaged__share h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 15px 0;
  }
  body.branded .footer {
    padding-left: 90px;
    padding-right: 90px;
  }
  body.branded .wrap-sidebar {
    margin-right: 20px;
  }
  body.branded .wrap-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.digital {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  padding: 60px 0;
  color: #333333;
}

.digital__content {
  width: 40%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 50px 20px 50px 70px;
}

.digital__content-date {
  font-family: "montserratsemibold";
  color: #d29f47;
  font-size: 14px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.digital__content-title {
  font-family: "prataregular";
  font-size: 50px;
  margin: 0 0 30px 0;
}

.digital__content-text {
  display: block;
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 22px;
  max-width: 360px;
  margin: auto;
}

.digital__content-downloads {
  margin: 43px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digital__content-downloads.show-on-mobile {
  display: none;
}

.digital__content-downloads li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.digital__content-downloads li a {
  display: block;
}

.digital__content-downloads .ios {
  width: 168px;
  height: 50px;
  background: url(../img/content/load-from-appstore.png);
  display: inline-block;
  padding: 0;
}

.digital__content-downloads .android {
  margin-left: 5px;
  width: 175px;
  height: 50px;
  background: url(/bitrix/templates/instyle_oct18/img/but_google_play1.png);
  background-size: cover;
}

.digital__image {
  width: 60%;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 40px 0 36px;
}

.digital__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .digital__content {
    padding: 30px 40px;
    width: 45%;
  }
  .digital__content-title {
    font-size: 45px;
  }
  .digital__image {
    padding-right: 70px;
    width: 55%;
  }
}

@media screen and (max-width: 1023px) {
  .digital {
    margin-top: 40px;
    padding: 60px 0 60px;
  }
  .digital__content {
    padding: 25px 40px 25px 60px;
  }
  .digital__content-date {
    margin: 0 0 10px 0;
  }
  .digital__content-title {
    margin: 0 0 20px 0;
  }
  .digital__content-downloads {
    margin: 30px 0 0 0;
  }
  .digital__image {
    padding-left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .digital__content {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .digital__image {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .digital {
    display: block;
    padding: 25px 20px 30px 20px;
    position: relative;
    margin-top: 40px;
  }
  .digital__content {
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .digital__content-date {
    font-size: 10px;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
  }
  .digital__content-title {
    font-size: 22px;
    margin: 0 0 12px 0;
  }
  .digital__content-text {
    font-size: 12px;
    line-height: 18px;
  }
  .digital__content-downloads.show-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .digital__content-downloads.hide-on-mobile {
    display: none;
  }
  .digital__content-downloads .android {
    margin-left: 0;
  }
  .digital__image {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .digital__image img {
    margin: 0 auto;
    max-width: 280px;
    width: auto;
  }
}

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.gallery-popup._display {
  display: block;
}

.gallery-popup._visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery-popup h2 {
  padding: 0 80px 0 30px;
  font-size: 20px;
  line-height: 26px;
  font-family: "prataregular";
  font-weight: normal;
  margin: 25px 0;
  height: 52px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.gallery-popup h2._hide {
  opacity: 0;
}

.gallery-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.gallery-popup__body .counter {
  font-size: 12px;
  font-family: "montserratsemibold";
  margin: 0 0 32px 0;
  position: absolute;
  right: 281px;
  top: 40px;
}

.gallery-popup__carousel-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: calc(100% - 330px);
  background: #f5f5f5;
  padding: 10px;
}

.gallery-popup__carousel {
  height: calc(100% - 102px);
}

.gallery-popup__carousel .slick-list {
  height: 100%;
}

.gallery-popup__carousel .slick-track {
  height: 100%;
}

.gallery-popup__info {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
  padding: 93px 10px 10px 20px;
  position: relative;
}

.gallery-popup__info-desc {
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 14px 0;
}

.gallery-popup__info .social li {
  margin: 0 20px 0 0;
}

.gallery-popup__info .adv-banner {
  margin: 40px 0;
}

.gallery-popup__info .close {
  border: 0;
  background: transparent;
  color: #7a7a7a;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  font-size: 24px;
  z-index: 210;
}

.gallery-popup__info .close:hover {
  color: #d29f47;
}

.gallery-popup__nav {
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/content/article-carousel-arr.png) #303030 center no-repeat;
  border: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.gallery-popup__nav.slick-disabled {
  opacity: 0;
}

.gallery-popup__nav--left {
  left: -10px;
}

.gallery-popup__nav--right {
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.gallery-popup__next-slide-ref {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -102px;
}

.gallery-popup__next-slide-ref .title {
  display: block;
  font-size: 14px;
  font-family: "montserratsemibold";
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

.gallery-popup__next-slide-ref .count {
  background: url(../img/content/popup-next-slide-count-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  display: inline-block;
  width: 47px;
  height: 32px;
  color: #727272;
  font-family: "montserratsemibold";
  font-size: 12px;
  padding: 10px 0 0 0;
  margin: 0 0 0 -7px;
}

.gallery-popup__next-slide-ref .name {
  font-size: 50px;
  line-height: 55px;
  font-family: "prataregular";
  font-weight: normal;
  max-width: 620px;
  margin: 21px auto 53px;
  padding: 0 60px;
}

.gallery-popup__related-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  padding: 10px 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.gallery-popup__related-links .read-more-title {
  font-size: 20px;
}

.gallery-popup__related-links._hide {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1024px) and (max-height: 860px) {
  .gallery-popup__next-slide-ref {
    margin-top: -40px;
  }
  .gallery-popup__next-slide-ref .name {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 740px) {
  .gallery-popup__next-slide-ref {
    margin-top: -30px;
  }
  .gallery-popup__next-slide-ref .name {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .gallery-popup h2 {
    padding: 0 80px 0 0;
    height: auto;
    margin-bottom: 13px;
  }
  .gallery-popup__body {
    display: block;
  }
  .gallery-popup__body .counter {
    position: static;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .gallery-popup__carousel {
    height: auto;
  }
  .gallery-popup__carousel-container {
    width: auto;
    height: auto;
    background: #fff;
    padding: 0 20px;
    margin: 0 0 15px 0;
  }
  .gallery-popup__info {
    position: static;
    width: auto;
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gallery-popup__info .social {
    margin: 5px 0 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gallery-popup__info .social li {
    margin: 0 0 0 20px;
  }
  .gallery-popup__info-desc {
    max-width: 520px;
  }
  .gallery-popup__nav--left {
    left: -10px;
  }
  .gallery-popup__nav--right {
    right: -10px;
  }
  .gallery-popup__next-slide-ref {
    margin-top: 0px;
    background: #f5f5f5;
  }
  .gallery-popup__next-slide-ref .name {
    font-size: 40px;
    line-height: 45px;
  }
  .gallery-popup__related-links {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .gallery-popup {
    display: none !important;
  }
}

.popup-carousel-item {
  height: 100%;
  position: relative;
}

.popup-carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.popup-carousel-item figcaption {
  display: none;
}

@media screen and (max-width: 1023px) {
  .popup-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .popup-carousel-item img {
    position: static;
    max-height: 737px;
    height: auto;
    margin: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.popup-related-articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 40px 0 0 0;
}

.popup-related-articles__item:first-child {
  margin-top: 0;
}

.popup-related-articles__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.popup-related-articles__item-img {
  width: 120px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 18px 0 0;
}

.popup-related-articles__item-img img {
  width: 100%;
  height: auto;
}

.popup-related-articles__item-name {
  font-size: 16px;
  line-height: 22px;
  font-family: "prataregular";
  font-weight: normal;
  margin: -4px 0 0 0;
}

@media screen and (min-width: 1024px) and (max-height: 740px) {
  .popup-related-articles__item:nth-child(4) {
    display: none;
  }
}

.slick-initialized .slick-slide.gallery-popup__next-slide-ref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide-on-last {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

@media screen and (max-width: 1023px) {
  .hide-on-last._hide {
    opacity: 0;
  }
}

.modal-window {
  z-index: 135;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 699px;
  color: #fff;
  padding: 120px 60px 25px 60px;
  text-align: center;
  background-color: #4f5858;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  min-height: 411px;
  display: none;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.modal-window._display {
  display: block;
}

.modal-window._visible {
  opacity: 1;
  margin-top: 30px;
}

.modal-window__title {
  font-family: "prataregular";
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 55px 0;
}

.modal-window__close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background: 0;
  padding: 0;
  font-size: 24px;
  color: #a8adad;
  cursor: pointer;
}

.modal-window__close:hover {
  color: #d29f47;
}

.modal-window--share__title {
  margin: 0 0 35px 0;
}

.modal-window .subscribe-form__form {
  width: 100%;
  text-align: left;
}

.modal-window .subscribe-form__form button {
  width: 160px;
  font-size: 12px;
}

.modal-window .subscribe-form__form .checkbox {
  margin: 18px 0 0 0;
}

.modal-window .social--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-window .social--circle .social__link {
  border-color: #d29f47;
  color: #fff;
  margin: 0 11px;
  width: 45px;
  height: 45px;
}

.search-modal {
  position: fixed;
  display: block;
  z-index: 150;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  visibility: hidden;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 0;
  padding: 100px 90px;
  max-height: 100%;
  overflow: auto;
}

.search-modal._open {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}

.search-modal form {
  position: relative;
}

.search-modal input[type=text] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #878787;
  font-size: 30px;
  line-height: 1.333;
  color: #fff;
  font-family: "prataregular";
  padding: 10px 40px 10px 0;
  height: auto;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.search-modal input[type=text]:focus {
  border-color: #fff;
}

.search-modal input[type=text]::-webkit-input-placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.search-modal input[type=text]:-ms-input-placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.search-modal input[type=text]::-ms-input-placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.search-modal input[type=text]::placeholder {
  font-size: 30px;
  line-height: 1.333;
  color: #878787;
  font-family: "prataregular";
}

.search-modal .icon-search {
  display: block;
  width: 25px;
  height: 25px;
  color: #878787;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 24px;
}

.search-modal .icon-search:hover {
  color: #d6a859;
}

.search-modal .search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #878787;
  border: 0;
  background: 0;
  font-size: 24px;
}

.search-modal .search-close:hover {
  color: #d6a859;
}

.search-modal .search-result {
  padding: 40px 0;
}

.search-modal .search-result__item {
  padding: 0 0 40px 0;
}

.search-modal .search-result__item-title {
  font-family: "prataregular";
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px 0;
  color: #fff;
}

.search-modal .search-result__item-title strong {
  color: #d6a859;
  font-weight: normal;
  font-family: "prataregular";
}

.search-modal .search-result__item-title:hover {
  color: #d6a859;
}

.search-modal .search-result__item-text {
  font-family: "montserratregular";
  color: #878787;
}

.search-modal .search-result__item-text strong {
  color: #fff;
  font-weight: normal;
  font-family: "montserratregular";
}

@media screen and (max-width: 767px) {
  .search-modal {
    padding: 40px 20px 0;
    top: 60px;
    height: calc(100% - 60px);
    max-height: none;
  }
  .search-modal input[type=text] {
    padding: 5px 30px 5px 0;
    font-size: 20px;
  }
  .search-modal input[type=text]::-webkit-input-placeholder {
    font-size: 20px;
  }
  .search-modal input[type=text]:-ms-input-placeholder {
    font-size: 20px;
  }
  .search-modal input[type=text]::-ms-input-placeholder {
    font-size: 20px;
  }
  .search-modal input[type=text]::placeholder {
    font-size: 20px;
  }
  .search-modal .icon-search {
    width: 20px;
    height: 20px;
    top: 7px;
    font-size: 16px;
  }
  .search-modal .search-close {
    display: none;
  }
  .search-modal .search-result__item-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    display: block;
    line-height: 1.5;
  }
  .search-modal .search-result__item-text {
    font-size: 12px;
  }
}

.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #faf2e4;
  padding: 20px;
  margin: 30px -10px 50px 0;
}

.subscribe-form h3 {
  text-align: left;
  font-size: 18px;
  line-height: 1.444;
  font-family: "prataregular";
  margin: 0;
  font-weight: normal;
}

.subscribe-form__title {
  width: 47%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.subscribe-form__form {
  width: 53%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subscribe-form__form input[type=text] {
  border: 0;
  background: #fff;
  height: 60px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}

/* .subscribe-form__form button { */
  /* font-family: "montserratsemibold"; */
  /* font-size: 17px; */
  /* width: 60px; */
  /* height: 60px; */
  /* border: 0; */
  /* background: #d29f47; */
  /* color: #fff; */
  /* text-transform: uppercase; */
/* } */

.subscribe-form__form button:disabled {
  background-color: #dedede;
}

.subscribe-form__form .checkbox {
  display: block;
  width: 100%;
  padding: 0 0 0 25px;
  margin: 25px 0 0 0;
  position: relative;
}

.subscribe-form__form .checkbox .label {
  font-size: 12px;
  font-family: "montserratsemibold";
  cursor: pointer;
}

.subscribe-form__form .checkbox .label a {
  text-decoration: underline;
}

.subscribe-form__form .checkbox .label a:hover {
  text-decoration: none;
}

.subscribe-form__form .checkbox .label:before, .subscribe-form__form .checkbox .label:after {
  content: '';
  display: block;
  position: absolute;
}

.subscribe-form__form .checkbox .label:before {
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
}

.subscribe-form__form .checkbox .label:after {
  width: 9px;
  height: 9px;
  background: #d29f47;
  left: 4px;
  top: 6px;
  display: none;
}

.subscribe-form__form .checkbox .label:hover:before {
  border-color: #d29f47;
}

.subscribe-form__form .checkbox input[type=checkbox] {
  display: none;
}

.subscribe-form__form .checkbox input[type=checkbox]:checked + .label:after {
  display: block;
}

.subscribe-form__form .checkbox input[type=checkbox]:checked + .label:hover:before {
  border-color: #fff;
}

@media screen and (max-width: 1023px) {
  .subscribe-form {
    margin-right: 0;
  }
  .subscribe-form__title {
    width: 38%;
  }
  .subscribe-form__form {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form {
    margin: 25px -20px 20px -20px;
    padding: 30px 20px;
    display: block;
    text-align: center;
  }
  .subscribe-form h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.444;
    margin: 0 0 15px 0;
  }
  .subscribe-form__title {
    width: auto;
    padding: 0 25px;
  }
  .subscribe-form__form {
    width: auto;
    display: block;
  }
  .subscribe-form__form input[type=text] {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .subscribe-form__form button {
    width: 100%;
  }
  .subscribe-form__form .checkbox {
    text-align: left;
    line-height: 1.1;
  }
}

.subscribe-form-imaged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 60px 0;
}

.subscribe-form-imaged__form {
  width: calc(50% - 10px);
  min-height: 455px;
  background-size: cover;
  padding: 50px 80px 50px 60px;
  position: relative;
  color: #fff;
}

.subscribe-form-imaged__form h3 {
  font-family: "prataregular";
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 30px 0;
  font-weight: normal;
}

.subscribe-form-imaged__form p {
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 1.5;
  padding: 0 40px 0 0;
}

.subscribe-form-imaged__form > * {
  position: relative;
  z-index: 20;
}

.subscribe-form-imaged__form form {
  margin: 70px 0 0 0;
  width: 100%;
}

.subscribe-form-imaged__form .checkbox {
  margin-top: 15px;
}

.subscribe-form-imaged__form:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.subscribe-form-imaged__share {
  width: calc(50% + 10px);
  position: relative;
  left: -60px;
  text-align: center;
  color: #000;
  background: rgba(250, 241, 227, 0.95);
  height: 334px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
}

.subscribe-form-imaged__share h4 {
  margin: 0 0 28px 0;
  text-transform: uppercase;
  color: #d29f47;
  font-family: "montserratsemibold";
  font-size: 14px;
  font-weight: normal;
}

.subscribe-form-imaged__share h3 {
  font-family: "prataregular";
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 23px 0;
  font-weight: normal;
}

.subscribe-form-imaged__share .wrapper {
  max-width: 420px;
  margin: auto;
}

.subscribe-form-imaged__share .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form-imaged__share .social li {
  margin: 0 10px;
}

@media screen and (max-width: 1024px) {
  .subscribe-form-imaged {
    margin: 40px 0;
  }
  .subscribe-form-imaged__form {
    min-height: 0;
    padding: 35px 80px 20px 40px;
  }
  .subscribe-form-imaged__form h4 {
    margin-bottom: 10px;
  }
  .subscribe-form-imaged__form h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .subscribe-form-imaged__form p {
    font-size: 14px;
    padding: 0;
  }
  .subscribe-form-imaged__form form {
    margin: 20px 0 0 0;
  }
  .subscribe-form-imaged__share {
    min-height: 0;
    height: 260px;
    padding: 45px 50px 50px;
  }
  .subscribe-form-imaged__share h4 {
    margin: 0 0 8px 0;
  }
  .subscribe-form-imaged__share h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form-imaged {
    display: block;
    margin: 0 -10px 40px;
  }
  .subscribe-form-imaged__form {
    width: auto;
    padding: 25px 20px;
    text-align: center;
  }
  .subscribe-form-imaged__form h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .subscribe-form-imaged__form .subscribe-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subscribe-form-imaged__form .subscribe-form__form input[type=text] {
    width: auto;
    margin: 0;
  }
  .subscribe-form-imaged__form .subscribe-form__form button {
    width: 60px;
  }
  .subscribe-form-imaged__form .checkbox {
    padding-top: 3px;
  }
  .subscribe-form-imaged__share {
    display: block;
    height: auto;
    width: auto;
    left: 0;
    padding: 25px 25px 10px 25px;
  }
  .subscribe-form-imaged__share h4 {
    font-size: 10px;
    margin: 0 0 13px 0;
    letter-spacing: 1px;
  }
  .subscribe-form-imaged__share h3 {
    font-size: 20px;
    line-height: 25px;
    max-width: 210px;
    margin: 0 auto 18px;
  }
  .subscribe-form-imaged__share .social {
    max-width: 200px;
    margin: auto;
  }
  .subscribe-form-imaged__share .social li {
    margin: 0 10px 20px;
  }
}

.subscribe-form--astro {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 80px 90px 80px;
}

.subscribe-form--astro .jq-selectbox {
  z-index: 90 !important;
}

.subscribe-form--astro .jq-selectbox__select {
  margin: 0 10px 0 0;
  padding: 0 20px;
  position: relative;
  border-radius: 0;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: 240px;
  cursor: pointer;
}

.subscribe-form--astro .jq-selectbox__select-text {
  font-family: "montserratregular";
  font-size: 14px;
  height: 100%;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe-form--astro .jq-selectbox__dropdown {
  border: 0;
  border-radius: 0;
  margin-top: 0;
  width: calc(100% - 10px);
  padding-bottom: 15px;
}

.subscribe-form--astro .jq-selectbox__trigger-arrow {
  width: auto;
  height: auto;
  border: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.subscribe-form--astro .jq-selectbox__trigger-arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #878787;
  font-weight: 600;
  font-size: 13px;
}

.subscribe-form--astro .jq-selectbox li {
  font-family: "montserratregular";
  padding: 6px 20px;
  color: #8b8b8b;
  cursor: pointer;
}

.subscribe-form--astro .jq-selectbox li.sel {
  font-family: "montserratsemibold";
  color: #000;
}

.subscribe-form--astro .jq-selectbox li.selected {
  background: transparent;
}

.subscribe-form--astro .jq-selectbox li:hover {
  color: #d29f47;
  background: transparent;
  cursor: pointer;
}

.subscribe-form--astro select {
  display: none;
}

@media screen and (max-width: 1300px) {
  .subscribe-form--astro {
    margin: 30px 0px 90px 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form--astro {
    margin: 30px 0px 70px 0px !important;
  }
  .subscribe-form--astro .jq-selectbox {
    width: 100%;
    height: 60px;
    margin: 0 0 20px 0;
  }
  .subscribe-form--astro .jq-selectbox__select {
    width: 100%;
  }
}

.subscribe-form--sign {
  margin: 30px 0 90px 0;
}

.subscribe-form--sign .switcher {
  font-family: "montserratsemibold";
  font-size: 12px;
  margin: 8px 0 0 0;
}

.subscribe-form--sign .switcher input[type=checkbox] {
  display: none;
}

.subscribe-form--sign .switcher .label {
  padding: 0 0 0 50px;
  position: relative;
  cursor: pointer;
}

.subscribe-form--sign .switcher .label:before {
  position: absolute;
  content: '';
  left: 0;
  top: -2px;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  display: block;
  background: #dedede;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.subscribe-form--sign .switcher .label:after {
  position: absolute;
  display: block;
  border-radius: 16px;
  content: '';
  left: 2px;
  top: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  -webkit-transition: left .2s ease-out;
  transition: left .2s ease-out;
}

.subscribe-form--sign .switcher input[type=checkbox]:checked + .label:after {
  left: 22px;
}

.subscribe-form--sign .switcher input[type=checkbox]:checked + .label:before {
  background-color: #d29f47;
}

.subscribe-form--astro .subscribe-form__form {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.subscribe-form--astro .subscribe-form__form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.subscribe-form--astro .subscribe-form__form .checkbox {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.subscribe-form--astro .subscribe-form__form .checkbox .label {
  color: #8b8b8b;
  font-family: "montserratregular";
}

.subscribe-form--astro .subscribe-form__form .checkbox .label:before {
  border-color: #8b8b8b;
}

.subscribe-form--astro .subscribe-form__form .checkbox .label:hover:before {
  border-color: #d29f47;
}

.subscribe-form--astro .subscribe-form__form input[type=checkbox]:checked + .label:hover:before {
  border-color: #8b8b8b;
}

@media screen and (max-width: 767px) {
  .subscribe-form--astro .subscribe-form__form .checkbox {
    bottom: -80px;
  }
}

.subscribe-form--astro .subscribe-form__title {
  width: 320px;
}

@media screen and (max-width: 1024px) {
  .subscribe-form--astro .subscribe-form__title {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form--astro .subscribe-form__title {
    width: auto;
  }
}



.js-mediator-article .image img {
	width: 100%
}

.js-mediator-article .image figcaption {
    font-size: 14px;
    line-height: 1.285;
    text-align: center;
    font-family: "montserratsemibold";
    margin: 25px 0 0 0;
}

.js-mediator-article {
  color: #000;
  font: 400 16px/1.625 "montserratregular";
  background: #FFF;
}

.man.container .section-hero {
	height: 250px;
}

@media screen and (max-width: 767px) {
	.man.container .section-hero {
		height: 150px;
	}
}