/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }
/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
  display: block; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }
/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }
/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }
/**
     * Add the correct display in IE.
     */
template {
  display: none; }
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
* {
  min-height: 0;
  min-width: 0; }
:focus {
  outline: none; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }
html {
  font-size: 16px; }
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 0.75rem; } }
body {
  font-size: 1.1875rem;
  font-family: OpenSans, Arial, sans-serif;
  line-height: 1.2;
  min-width: 320px;
  color: #404040;
  background-color: #ffffff; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
img {
  max-width: 100%;
  height: auto; }
button,
input,
optgroup,
select,
textarea {
  font: inherit; }
textarea {
  resize: vertical; }
button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
td,
th {
  padding: 0; }
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
p {
  margin-top: 0;
  margin-bottom: 1.5625rem; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px; }
textarea {
  resize: none; }
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../../static/fonts/OpenSans-Regular.7ce0025.eot) format("eot"), url(../../static/fonts/OpenSans-Regular.ce3b96a.woff) format("woff"), url(../../static/fonts/OpenSans-Regular.a887487.ttf) format("truetype"); }
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../static/fonts/OpenSans-Bold.6dcdccc.eot) format("eot"), url(../../static/fonts/OpenSans-Bold.58308bc.woff) format("woff"), url(../../static/fonts/OpenSans-Bold.07986db.ttf) format("truetype"); }
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../../static/fonts/Circe-Regular.f31036e.eot) format("eot"), url(../../static/fonts/Circe-Regular.fa54724.woff) format("woff"), url(../../static/fonts/Circe-Regular.6b28c59.ttf) format("truetype"); }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 575px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-xl-down {
    display: none !important; } }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.m-0 {
  margin: 0 !important; }
.mt-0 {
  margin-top: 0 !important; }
.mr-0 {
  margin-right: 0 !important; }
.mb-0 {
  margin-bottom: 0 !important; }
.ml-0 {
  margin-left: 0 !important; }
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.m-1 {
  margin: 4px !important; }
.mt-1 {
  margin-top: 4px !important; }
.mr-1 {
  margin-right: 4px !important; }
.mb-1 {
  margin-bottom: 4px !important; }
.ml-1 {
  margin-left: 4px !important; }
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important; }
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }
.m-2 {
  margin: 8px !important; }
.mt-2 {
  margin-top: 8px !important; }
.mr-2 {
  margin-right: 8px !important; }
.mb-2 {
  margin-bottom: 8px !important; }
.ml-2 {
  margin-left: 8px !important; }
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important; }
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }
.m-3 {
  margin: 16px !important; }
.mt-3 {
  margin-top: 16px !important; }
.mr-3 {
  margin-right: 16px !important; }
.mb-3 {
  margin-bottom: 16px !important; }
.ml-3 {
  margin-left: 16px !important; }
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important; }
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }
.m-4 {
  margin: 24px !important; }
.mt-4 {
  margin-top: 24px !important; }
.mr-4 {
  margin-right: 24px !important; }
.mb-4 {
  margin-bottom: 24px !important; }
.ml-4 {
  margin-left: 24px !important; }
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important; }
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }
.m-5 {
  margin: 48px !important; }
.mt-5 {
  margin-top: 48px !important; }
.mr-5 {
  margin-right: 48px !important; }
.mb-5 {
  margin-bottom: 48px !important; }
.ml-5 {
  margin-left: 48px !important; }
.mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important; }
.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }
.p-0 {
  padding: 0 !important; }
.pt-0 {
  padding-top: 0 !important; }
.pr-0 {
  padding-right: 0 !important; }
.pb-0 {
  padding-bottom: 0 !important; }
.pl-0 {
  padding-left: 0 !important; }
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.p-1 {
  padding: 4px !important; }
.pt-1 {
  padding-top: 4px !important; }
.pr-1 {
  padding-right: 4px !important; }
.pb-1 {
  padding-bottom: 4px !important; }
.pl-1 {
  padding-left: 4px !important; }
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important; }
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }
.p-2 {
  padding: 8px !important; }
.pt-2 {
  padding-top: 8px !important; }
.pr-2 {
  padding-right: 8px !important; }
.pb-2 {
  padding-bottom: 8px !important; }
.pl-2 {
  padding-left: 8px !important; }
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important; }
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }
.p-3 {
  padding: 16px !important; }
.pt-3 {
  padding-top: 16px !important; }
.pr-3 {
  padding-right: 16px !important; }
.pb-3 {
  padding-bottom: 16px !important; }
.pl-3 {
  padding-left: 16px !important; }
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important; }
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }
.p-4 {
  padding: 24px !important; }
.pt-4 {
  padding-top: 24px !important; }
.pr-4 {
  padding-right: 24px !important; }
.pb-4 {
  padding-bottom: 24px !important; }
.pl-4 {
  padding-left: 24px !important; }
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important; }
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }
.p-5 {
  padding: 48px !important; }
.pt-5 {
  padding-top: 48px !important; }
.pr-5 {
  padding-right: 48px !important; }
.pb-5 {
  padding-bottom: 48px !important; }
.pl-5 {
  padding-left: 48px !important; }
.px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important; }
.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
.col-xs-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }
.col-xs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-xs-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
.col-xs-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.col-xs-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.col-xs-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
.col-xs-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.col-xs-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.col-xs-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }
.col-xs-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.col-xs-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }
.col-xs-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
.pull-xs-0 {
  right: auto; }
.pull-xs-1 {
  right: 8.33333%; }
.pull-xs-2 {
  right: 16.66667%; }
.pull-xs-3 {
  right: 25%; }
.pull-xs-4 {
  right: 33.33333%; }
.pull-xs-5 {
  right: 41.66667%; }
.pull-xs-6 {
  right: 50%; }
.pull-xs-7 {
  right: 58.33333%; }
.pull-xs-8 {
  right: 66.66667%; }
.pull-xs-9 {
  right: 75%; }
.pull-xs-10 {
  right: 83.33333%; }
.pull-xs-11 {
  right: 91.66667%; }
.pull-xs-12 {
  right: 100%; }
.push-xs-0 {
  left: auto; }
.push-xs-1 {
  left: 8.33333%; }
.push-xs-2 {
  left: 16.66667%; }
.push-xs-3 {
  left: 25%; }
.push-xs-4 {
  left: 33.33333%; }
.push-xs-5 {
  left: 41.66667%; }
.push-xs-6 {
  left: 50%; }
.push-xs-7 {
  left: 58.33333%; }
.push-xs-8 {
  left: 66.66667%; }
.push-xs-9 {
  left: 75%; }
.push-xs-10 {
  left: 83.33333%; }
.push-xs-11 {
  left: 91.66667%; }
.push-xs-12 {
  left: 100%; }
.offset-xs-1 {
  margin-left: 8.33333%; }
.offset-xs-2 {
  margin-left: 16.66667%; }
.offset-xs-3 {
  margin-left: 25%; }
.offset-xs-4 {
  margin-left: 33.33333%; }
.offset-xs-5 {
  margin-left: 41.66667%; }
.offset-xs-6 {
  margin-left: 50%; }
.offset-xs-7 {
  margin-left: 58.33333%; }
.offset-xs-8 {
  margin-left: 66.66667%; }
.offset-xs-9 {
  margin-left: 75%; }
.offset-xs-10 {
  margin-left: 83.33333%; }
.offset-xs-11 {
  margin-left: 91.66667%; }
@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }
.main {
  overflow: hidden;
  padding-top: 13.75rem; }
@media (max-width: 991px) {
    .main {
      padding-top: 5.8125rem; } }
.page_home .main {
    padding-top: 0; }
@media (max-width: 991px) {
      .page_home .main {
        padding-top: 0; } }
.container {
  max-width: 1150px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}
.container_content{
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 30px;
}
.content {
  padding-top: 3.125rem;
  padding-bottom: 5rem; }
.content__title {
    margin-bottom: 3.375rem; }
@media (max-width: 767px) {
    .content {
      padding-bottom: 3.125rem; } }
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;-webkit-box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;-webkit-box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{-webkit-box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}/* 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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";
.brand-page {
  padding-top: 2.1875rem;
  padding-bottom: 3rem;
  border-bottom: 0.0625rem solid #bfbfbf; }
@media (max-width: 767px) {
    .brand-page {
      padding-bottom: 1.875rem; } }
.brand-page__cover {
    height: 18.875rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    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-align: center;
    padding: 1.25rem;
    margin-bottom: 3.125rem; }
@media (max-width: 767px) {
      .brand-page__cover {
        height: 7.8125rem;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 1.25rem; } }
.brand-page__cover:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #000000;
      opacity: 0.14; }
.brand-page__title {
    color: #ffffff;
    font-size: 2.625rem;
    position: relative;
    z-index: 1; }
@media (max-width: 767px) {
      .brand-page__title {
        font-size: 1rem; } }
.brand-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px) {
      .brand-page__content {
        font-size: 0.8125rem; } }
.brand-page__post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    color: #4f4f4f; }
.brand-page__img {
    padding-left: 2.8125rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
@media (max-width: 767px) {
      .brand-page__img {
        display: none; } }
.brand-page__more {
    cursor: pointer;
    margin-top: 3.125rem; }
@media (max-width: 767px) {
      .brand-page__more {
        margin-top: 1.5625rem; } }
.brand-page__more-legend:before {
    content: '\427\438\442\430\442\44C   \434\430\43B\435\435..';
    color: #4f4f4f; }
.collapse.in .brand-page__more-legend:before {
      content: '\421\432\435\440\43D\443\442\44C'; }
.brand-page__more-icon {
    margin-left: 0.625rem;
    opacity: .6; }
.collapse.in .brand-page__more-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.brand {
  height: 43.125rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    .brand {
      height: 22.5rem; } }
  .brand:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28.75rem;
    right: 0;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(99%, rgba(0, 1, 2, 0.43)), to(rgba(0, 0, 0, 0.43)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 1, 2, 0.43) 99%, rgba(0, 0, 0, 0.43) 100%);*/ }
  @media (max-width: 767px) {
      .brand:after {
        height: 100%; } }
  @media (min-width: 992px) {
    .brand_compact {
      height: 28.875rem; } }
  @media (min-width: 992px) {
    .brand_compact:after {
      height: 100%; } }
  .brand_wide {
    height: 26.75rem; }
  @media (max-width: 767px) {
      .brand_wide {
        height: 22.5rem; } }
  @media (min-width: 992px) {
      .brand_wide.brand_compact {
        height: 18.75rem; } }
  .brand__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 3.125rem;
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
      .brand__inner {
        padding-top: 1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 2.1875rem; } }
  @media (min-width: 992px) {
    .brand_compact .brand__inner {
      padding-bottom: 2.3125rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .brand_compact .brand__inner {
    padding: 1.875rem; } }
  .brand__subtitle {
    font-family: Arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    margin-bottom: 1.625rem;
    line-height: 1; }
  @media (max-width: 767px) {
      .brand__subtitle {
        font-size: 1rem;
        margin-bottom: 0.875rem; } }
  @media (min-width: 992px) {
    .brand_compact .brand__subtitle {
      font-size: 1rem;
      margin-bottom: 1.25rem; } }
  .brand__title {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 2.8125rem;
    line-height: 1;
    text-transform: uppercase; }
  @media (max-width: 767px) {
      .brand__title {
        font-size: 1.875rem; } }
  @media (min-width: 992px) {
    .brand_compact .brand__title {
      font-size: 2rem; } }
  .brand__control {
    margin-top: 2.8125rem; }
  @media (max-width: 767px) {
      .brand__control {
        margin-top: 1.75rem; } }
  @media (min-width: 992px) {
    .brand_compact .brand__control {
      margin-top: 1.875rem; } }
  @media (min-width: 992px) {
    .brand_compact .brand__control .btn {
      height: 2.1875rem;
      line-height: 2.1875rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      font-size: 0.75rem; } }
.brands {
  padding-top: 3.75rem;
  padding-bottom: 4.75rem;
  border-bottom: 0.0625rem solid #bfbfbf; }
  .brands_page {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .brands__top {
    margin-bottom: 2.375rem; }
  @media (max-width: 767px) {
      .brands__top {
        display: none; } }
  .brands__top .search-form {
      width: 100%;
      max-width: none; }
  .brands__inner {
    height: inherit; }
  .brands__title {
    margin-bottom: 2.3125rem; }
  .brands__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.09375rem;
    margin-right: -1.09375rem;
    margin-bottom: -2.1875rem; }
  @media (max-width: 991px) {
      .brands__row {
        margin-left: -0.46875rem;
        margin-right: -0.46875rem;
        margin-bottom: -0.9375rem; } }
  .brands_page .brands__row {
    margin-left: -0.84375rem;
    margin-right: -0.84375rem;
    margin-bottom: -1.6875rem; }
  .brands__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50%;
    padding: 0 1.09375rem;
    margin-bottom: 2.1875rem; }
  @media (max-width: 991px) {
      .brands__col {
        padding-left: 0.46875rem;
        padding-right: 0.46875rem;
        margin-bottom: 0.9375rem; } }
  @media (max-width: 767px) {
      .brands__col {
        width: 100%; } }
  .brands__col_wide {
      width: 100%; }
  .brands_page .brands__col {
    padding-left: 0.84375rem;
    padding-right: 0.84375rem;
    margin-bottom: 1.6875rem; }
.breadcrumb {
  margin-bottom: 2.1875rem; }
  @media (max-width: 991px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumb__item:after {
      content: '/';
      margin: 0 0.3125rem 0 0.3125rem;
      opacity: 0.7;
      color: #464646; }
  .breadcrumb__item:last-child:after {
      content: none;
      display: none; }
  .breadcrumb__link {
    letter-spacing: 0.03125rem;
    opacity: 0.7;
    color: #464646;
    font-size: 0.9375rem; }
  a.breadcrumb__link:hover {
      opacity: 1; }
.btn {
  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;
  text-align: center;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: transparent;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.0rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .btn__legend {
    display: block;
    line-height: 1;
  }
  .btn_primary {
    color: #ffffff;
    border-color: #ffffff; }
  .btn_primary:hover {
      background-color: #ffffff;
      color: #000000; }
  .btn_secondary {
    color: #000000;
    border-color: #000000; }
  .btn_secondary:hover {
      background-color: #000000;
      color: #ffffff; }
  .btn_dark {
    color: #ffffff;
    background-color: #737373;
    border-color: #000000; }
  .btn_dark:hover {
      background-color: #000000; }
  .btn_info {
    background-color: #e3e1e1;
    border-color: #8d8d8d;
    color: #464646; }
  .btn_info:hover {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
  .btn_warning {
    border-color: #7f7f7f;
    background-color: #cd6e25;
    color: #ffffff; }
  .btn_warning:hover {
      background-color: #000000;
      border-color: #000000; }
  .btn_lg {
    height: 3.125rem;
    line-height: 3.125rem; }
  .btn_md {
    height: 2.8125rem;
    line-height: 2.8125rem; }
  @media (max-width: 767px) {
    .btn {
      height: 2.25rem;
      line-height: 2.25rem;
      padding-left: 3.125rem;
      padding-right: 3.125rem;
      font-size: 0.75rem; } }
  .btn_ttn {
    text-transform: none; }
  .btn_full {
    width: 100%; }
.captcha__title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem; }
.caption {
  text-align: center;
  margin-bottom: 1.875rem; }
  @media (max-width: 767px) {
    .caption {
      margin-bottom: 1.25rem; } }
  .caption__title {
    color: #464646;
    font-size: 1.9375rem;
    text-transform: uppercase;
    font-weight: normal; }
  .caption__title_light {
      color: #cd6e25; }
  @media (max-width: 767px) {
      .caption__title {
        font-size: 1.0625rem; } }
  .caption__legend {
    color: #757575;
    font-size: 1.0625rem;
    font-weight: 400; }
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 3.75rem; } }
  @media (max-width: 767px) {
    .card {
      padding-top: 0; } }
  .card__mobile-info {
    display: none;
    text-align: center; }
  @media (max-width: 991px) {
      .card__mobile-info {
        display: block; } }
  .card__preview {
    width: 58%; }
  @media (max-width: 991px) {
      .card__preview {
        width: 100%;
        margin-bottom: 3.75rem; } }
  @media (max-width: 767px) {
      .card__preview {
        /*margin-bottom: 3.125rem;*/
      margin-bottom: 0px;} }
  .card__info {
    width: 42%; }
  @media (max-width: 991px) {
      .card__info {
        width: 100%; } }
.cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #bfbfbf; }
  @media (max-width: 767px) {
    .cart-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 1.1875rem; } }
  @media (max-width: 767px) {
    .cart-info__code {
      margin-bottom: 2.4375rem; } }
  .cart-info__detail {
    max-width: 23.25rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 1.0625rem;
    width: 100%; }
  @media (max-width: 767px) {
      .cart-info__detail {
        font-size: 0.8125rem; } }
  .cart-info__title {
    line-height: 1;
    opacity: 0.76;
    margin-bottom: 1.1875rem; }
  @media (max-width: 767px) {
      .cart-info__title {
        display: none; } }
  .cart-info__note {
    opacity: 0.8;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
  @media (max-width: 767px) {
      .cart-info__note {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; } }
  .cart-info__control {
    margin-top: 3.75rem; }
  @media (max-width: 767px) {
      .cart-info__control {
        margin-top: 2.1875rem; } }
  .cart-info__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cart-info__option-value {
    text-transform: uppercase; }
  .cart-info__option-legend_light {
    color: #cd6e25; }
.check__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.check__input {
  display: none; }

.check__visually {
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #5f5f5f;
  border: 0.0625rem solid #2f2f2f;
  position: relative; }

.check__visually:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0.0625rem;
    left: 0.0625rem;
    bottom: 0.0625rem;
    right: 0.0625rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.check__input:checked + .check__visually:after {
  opacity: 1;
  visibility: visible; }

.check__legend {
  font-size: 0.8125rem;
  opacity: .5;
  margin-left: 0.625rem; }
.child {
  padding-bottom: 0.9375rem; }
  .child__link {
    display: block;
    padding: 0.3125rem 1.125rem;
    font-size: 0.9375rem; }
  @media (min-width: 768px) and (max-width: 991px) {
  .child__link {
    font-size: 1.125rem; } }
.code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .code__input {
    border: 0.0625rem solid #9f9f9f;
    width: 13.0625rem;
    height: 2.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .code__input::-webkit-input-placeholder {
      opacity: .5; }
  .code__input:-moz-placeholder {
      opacity: 1;
      opacity: .5; }
  .code__input::-moz-placeholder {
      opacity: 1;
      opacity: .5; }
  .code__input:-ms-input-placeholder {
      opacity: .5; }
  @media (max-width: 767px) {
      .code__input {
        height: 2.25rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        font-size: 0.75rem; } }
  .code__btn {
    width: 13.0625rem;
    margin-left: 1.125rem; }
  @media (max-width: 767px) {
      .code__btn {
        margin-left: 0.625rem; } }
.collapse__link {
  cursor: pointer; }

.collapse > .collapse__content {
  display: none; }

.collapse.in > .collapse__content {
  display: block; }
.contacts {
  line-height: 1; }
  @media (max-width: 991px) {
    .contacts {
      display: none; } }
  .contacts__location {
    margin-bottom: 1.25rem; }
  .contacts__location-icon {
    margin-right: 0.3125rem; }
  .contacts__location-legend {
    opacity: 0.8;
    color: #303030;
    font-size: 0.8125rem;
    line-height: 1.5625rem;
    text-decoration: underline; }
  .contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.9375rem; }
  .contacts__phone-number {
    opacity: 0.8;
    color: #303030;
    font-size: 1.1875rem; }
.contacts__phone-number_new {
  opacity: 0.8;
  color: #303030;
  font-size: 1.1875rem; }
  .contacts__phone-legend {
    opacity: 0.8;
    color: #303030;
    font-size: 0.8125rem;
    margin-left: 1rem; }
  .contacts__callback-link {
    opacity: 0.8;
    color: #303030;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: underline; }
.cover {
  height: 100vh;
  min-height: 31.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-align: center;
  position: relative; }
  .cover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28.75rem;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(99%, rgba(0, 1, 2, 0.43)), to(rgba(0, 0, 0, 0.43)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 1, 2, 0.43) 99%, rgba(0, 0, 0, 0.43) 100%); }
  .cover__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: inherit;
    min-height: inherit;
    position: relative;
    z-index: 1;
    padding-bottom: 2.8125rem; }
  @media (max-width: 767px) {
      .cover__container {
        padding-bottom: 1.6875rem; } }
  .cover__subtitle {
    font-family: Arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    margin-bottom: 1.625rem;
    line-height: 1; }
  @media (max-width: 767px) {
      .cover__subtitle {
        font-size: 1rem;
        margin-bottom: 0.875rem; } }
  .cover__title {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 2.8125rem;
    line-height: 1;
    text-transform: uppercase; }
  @media (max-width: 767px) {
      .cover__title {
        font-size: 1.875rem; } }
  .cover__control {
    margin-top: 3.5rem; }
  @media (max-width: 767px) {
      .cover__control {
        margin-top: 1.75rem; } }
.drop {
  position: absolute;
  top: 4.6875rem;
  background-color: rgba(255, 255, 255, 0.85);
  left: 0;
  right: 0;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }
  .drop:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.0625rem;
    background-color: #ffffff;
    opacity: .6; }
  .drop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .drop__narrow {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .drop__wide {
    width: 55%; }
  .drop__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 3.75rem;
    max-width: 12.1875rem; }
  .drop__title {
    margin-bottom: 0.9375rem;
    font-size: 1.0625rem;
    font-weight: 700; }
  .drop__item {
    margin-bottom: 0.625rem; }
  .drop__link {
    font-size: 0.9375rem;
    color: #484848; }
  .drop__link:hover {
      text-decoration: underline; }
  .drop__posters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .drop__posters-col {
    width: 50%;
    padding: 0 0.9375rem; }
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36.875rem; }
  @media (max-width: 767px) {
    .feature {
      margin-bottom: 3.125rem;
      min-height: auto; } }
  @media (min-width: 768px) {
    .feature:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 767px) {
    .feature {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .feature__img {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
  @media (max-width: 767px) {
      .feature__img {
        width: 100%;
        height: 18.75rem;
        margin-bottom: 1.5625rem; } }
  .feature__img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000000;
      opacity: 0.2; }
  .feature__icon {
    max-width: 12.5rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  @media (max-width: 767px) {
      .feature__icon {
        max-width: 6.25rem; } }
  .feature__info {
    width: 50%;
    text-align: center;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    color: #4f4f4f;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    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; }
  @media (max-width: 767px) {
      .feature__info {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  .feature__title {
    font-size: 1.6875rem;
    line-height: 1.95312rem;
    margin-bottom: 2.75rem; }
  @media (max-width: 767px) {
      .feature__title {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-bottom: 1.25rem; } }
  @media (max-width: 767px) {
    .feature__desc {
      font-size: 0.8125rem;
      line-height: 1.125rem; } }
  .feature__control {
    margin-top: 4.3125rem; }
  @media (max-width: 767px) {
      .feature__control {
        margin-top: 1.125rem; } }
  .feature__btn {
    text-transform: none;
    font-size: 0.9375rem; }
  @media (max-width: 767px) {
      .feature__btn {
        font-size: 0.8125rem; } }
.features {
  padding-top: 3.6875rem;
  padding-bottom: 3.625rem; }
  .features__title {
    margin-bottom: 3.375rem; }
  @media (max-width: 767px) {
      .features__title {
        margin-bottom: 1.4375rem; } }
  .features__footer {
    text-align: center;
    margin-top: 3.9375rem; }
.field {
  position: relative; }
  .field__item {
    width: 100%;
    border: 0.0625rem solid #9f9f9f;
    font-size: 0.9375rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-top: 0.9375rem; }
  @media (max-width: 767px) {
      .field__item {
        padding-left: 1.0625rem;
        padding-right: 1.0625rem;
        font-size: 0.75rem; } }
  input.field__item {
      height: 2.875rem;
      /*text-transform: uppercase;*/ }
  @media (max-width: 767px) {
        input.field__item {
          height: 2.5rem;
          text-transform: none; } }
  textarea.field__item {
      height: 8.1875rem; }
  textarea.field__item::-webkit-input-placeholder {
        color: #9f9f9f; }
  textarea.field__item:-moz-placeholder {
        opacity: 1;
        color: #9f9f9f; }
  textarea.field__item::-moz-placeholder {
        opacity: 1;
        color: #9f9f9f; }
  textarea.field__item:-ms-input-placeholder {
        color: #9f9f9f; }
  .field__item.error {
      border-color: #ff0000; }
  .field__error-text {
    font-size: 12px;
    color: #ff0000;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 0.3125rem; }
  @media (max-width: 767px) {
      .field__error-text {
        font-size: 0.6875rem;
        margin-bottom: 0.4375rem; } }
  .field__placeholder {
    position: absolute;
    left: 1.375rem;
    pointer-events: none;
    /*text-transform: uppercase;*/
    color: #9f9f9f;
    font-size: 0.9375rem;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 767px) {
      .field__placeholder {
        left: 1.0625rem;
        font-size: 0.75rem;
        text-transform: none; } }
  .field.is-active .field__placeholder {
    -webkit-transform: none;
            transform: none;
    top: 0.375rem;
    font-size: 0.625rem; }
  .field .select2-container--default {
    width: 100% !important; }
  .field .select2-container--default .select2-selection--single {
      border: 0.0625rem solid #9f9f9f;
      padding-left: 1.375rem;
      padding-right: 1.375rem;
      height: 2.875rem;
      border-radius: 0;
      position: relative; }
  @media (max-width: 767px) {
        .field .select2-container--default .select2-selection--single {
          padding-left: 1.0625rem;
          padding-right: 1.0625rem; } }
  .field .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 1.375rem;
        height: 0.75rem;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTYwLjUzMyAxNS43MzNsLTI4LjU2IDI4LjMyOEwzLjM5NCAxNS43MTNjLS4zOTctLjM5NC0uOTE3LS41OS0xLjQzNy0uNTlzLTEuMDM5LjE5Ni0xLjQzNi41OWEyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5bDI5Ljk4IDI5LjczNWMuMi4yLjQ5NC4zNzUuNzU3LjQ3Ni43NS4yODIgMS41OTcuMTA3IDIuMTY2LS40NTZsMjkuOTgxLTI5LjczNWEyLjAwMyAyLjAwMyAwIDAgMCAwLTIuODQ5IDIuMDQ0IDIuMDQ0IDAgMCAwLTIuODcyIDB6Ii8+PC9zdmc+) no-repeat center/cover;
        opacity: .5;
        right: 0.75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .field .select2-container--default .select2-selection--single .select2-selection__arrow b {
          display: none; }
  .field .select2-container--default .select2-selection__rendered {
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.9375rem;
      color: #303030;
      text-transform: uppercase; }
  @media (max-width: 767px) {
        .field .select2-container--default .select2-selection__rendered {
          font-size: 0.75rem; } }
  .field .select2-container--open .select2-selection--single .select2-selection__arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTMuMzUyIDQ4LjI5NmwyOC41Ni0yOC4zMjggMjguNTggMjguMzQ3Yy4zOTcuMzk0LjkxNy41OSAxLjQzNi41OS41MiAwIDEuMDQtLjE5NiAxLjQzNi0uNTlhMi4wMDMgMi4wMDMgMCAwIDAgMC0yLjg0OWwtMjkuOTgtMjkuNzM1Yy0uMi0uMi0uNDk0LS4zNzUtLjc1Ny0uNDc1YTIuMDUyIDIuMDUyIDAgMCAwLTIuMTY2LjQ1NkwuNDc5IDQ1LjQ0N2EyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5IDIuMDQ1IDIuMDQ1IDAgMCAwIDIuODczIDB6Ii8+PC9zdmc+) no-repeat center/cover; }
@charset "UTF-8";
.filter-range__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: 1.5625rem; }
.filter-range__min:after, .filter-range__max:after {
  content: ' $'; }
.filter-range__control {
  height: 0.1875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #e9e9e9; }
.filter-range .noUi-connect {
  background-color: #757575; }
.filter-range .noUi-handle {
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid #757575;
  background: #cd6e25;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer; }
.filter-range .noUi-handle:before, .filter-range .noUi-handle:after {
    content: none; }
.filter {
  border-bottom: 0.0625rem solid #bfbfbf; }
  .filter__header {
    cursor: pointer;
    color: #464646;
    font-size: 1.1875rem;
    font-weight: 400;
    padding: 2.1875rem 0;
    text-transform: uppercase; }
  .filter__header_bold {
      font-weight: bold; }
  .filter__second {
    padding-top: 1.125rem;
    padding-left: 5.625rem;
    padding-bottom: 1.125rem; }
  .filter__second-item + .filter__second-item, .filter__list-item + .filter__second-item, .filter__second-item + .filter__list-item, .filter__list-item + .filter__list-item {
    margin-top: 1.125rem; }
  .filter__second-link, .filter__list-link {
    color: #464646;
    font-size: 1.0625rem; }
  .filter__second-link:hover, .filter__list-link:hover {
      color: #cd6e25;
      font-weight: bold;
      text-decoration: underline; }
  .filter__list-item.collapse .filter__list-link.collapse__link:hover {
    text-decoration: none;
    font-weight: normal; }
  .filter__list-item.collapse .filter__list-link.collapse__link,
  .filter.collapse .filter__header {
    position: relative;
    display: block; }
  .filter__list-item.collapse .filter__list-link.collapse__link:after,
    .filter.collapse .filter__header:after {
      content: '';
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.375rem;
      height: 0.75rem;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTYwLjUzMyAxNS43MzNsLTI4LjU2IDI4LjMyOEwzLjM5NCAxNS43MTNjLS4zOTctLjM5NC0uOTE3LS41OS0xLjQzNy0uNTlzLTEuMDM5LjE5Ni0xLjQzNi41OWEyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5bDI5Ljk4IDI5LjczNWMuMi4yLjQ5NC4zNzUuNzU3LjQ3Ni43NS4yODIgMS41OTcuMTA3IDIuMTY2LS40NTZsMjkuOTgxLTI5LjczNWEyLjAwMyAyLjAwMyAwIDAgMCAwLTIuODQ5IDIuMDQ0IDIuMDQ0IDAgMCAwLTIuODcyIDB6Ii8+PC9zdmc+) no-repeat center/cover;
      opacity: .5; }
  .filter__list-item.collapse.in .filter__list-link.collapse__link:after,
  .filter.collapse.in .filter__header:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTMuMzUyIDQ4LjI5NmwyOC41Ni0yOC4zMjggMjguNTggMjguMzQ3Yy4zOTcuMzk0LjkxNy41OSAxLjQzNi41OS41MiAwIDEuMDQtLjE5NiAxLjQzNi0uNTlhMi4wMDMgMi4wMDMgMCAwIDAgMC0yLjg0OWwtMjkuOTgtMjkuNzM1Yy0uMi0uMi0uNDk0LS4zNzUtLjc1Ny0uNDc1YTIuMDUyIDIuMDUyIDAgMCAwLTIuMTY2LjQ1NkwuNDc5IDQ1LjQ0N2EyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5IDIuMDQ1IDIuMDQ1IDAgMCAwIDIuODczIDB6Ii8+PC9zdmc+) no-repeat center/cover; }
  .filter__content {
    padding-bottom: 2.5rem; }
.footer {
  padding-top: 3.125rem;
  padding-bottom: 2.125rem;
  background-color: #dfdfdf; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 2.1875rem; } }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 991px) {
      .footer__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (max-width: 991px) {
    .footer__item {
      width: 50%;
      margin-bottom: 2.5rem; } }
  @media (max-width: 767px) {
    .footer__item {
      margin-bottom: 1.5rem; } }
  @media (max-width: 991px) {
    .footer__item_last {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 3.125rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .footer__item_last {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .footer__item_last .footer__title {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 767px) {
    .footer__item_last .footer__title {
      text-align: center;
      margin-bottom: 0.5rem; } }
  @media (max-width: 767px) {
    .footer__item:nth-child(2), .footer__item:nth-child(3) {
      display: none; } }
  .footer__title {
    font-size: 1.3125rem;
    font-weight: 400;
    color: #505050;
    letter-spacing: 0.0275rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    line-height: 1; }
  @media (max-width: 767px) {
      .footer__title {
        font-size: 0.8125rem;
        margin-bottom: 0.875rem; } }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 991px) {
      .footer__social {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 3.125rem; } }
  @media (max-width: 767px) {
      .footer__social {
        border-top: 0.0625rem solid #bababa;
        border-bottom: 0.0625rem solid #bababa;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        margin-bottom: 1.875rem; } }
  .footer__social .footer__title {
    margin-bottom: 0;
    margin-right: 1.5625rem; }
  @media (max-width: 767px) {
      .footer__social .footer__title {
        display: none; } }
.form__item_control {
  text-align: center; }

.form__item + .form__item {
  margin-top: 1.625rem; }

@media (max-width: 767px) {
    .form__item + .form__item {
      margin-top: 1.375rem; } }

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

.form__item-col + .form__item-col {
  margin-left: 1.25rem; }

.form__legend {
  display: block;
  font-size: 0.8125rem;
  opacity: 0.5;
  margin-top: 0.5rem; }

.form__footer {
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form__footer-link {
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #303030; }

.form__footer-link:hover {
    text-decoration: none; }

.form__text {
  font-size: 0.8125rem;
  opacity: .5; }

.form__text a {
    text-decoration: underline; }

.form__grouped {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.form__title {
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 0.8125rem;
  margin-bottom: 1.5625rem; }

.form__title_sm {
    margin-bottom: 0.9375rem; }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.53125rem;
  margin-right: -0.53125rem; }

.form__col-wide, .form__col-narrow {
  padding: 0 0.53125rem; }

.form__col-wide {
  width: 61.5%; }

.form__col-narrow {
  width: 38.5%; }
.goods {
  padding-top: 4.375rem; }
  @media (max-width: 767px) {
    .goods {
      padding-top: 2.5rem; } }
  .goods_page {
    padding-bottom: 4.375rem;
    padding-top: 2.25rem;
    border-top: 0.0625rem solid #bfbfbf; }
  .goods__container {
    position: relative; }
  .goods__caption {
    text-align: center;
    margin-bottom: 1.25rem; }
  .goods__caption-control {
    color: #757575;
    font-size: 1.0625rem;
    text-decoration: underline; }
  .goods__caption-control:hover {
      text-decoration: none; }
  .goods__title {
    margin-bottom: 2.5rem; }
  .goods_page .goods__title {
    margin-bottom: 0.9375rem; }
  .goods__body {
    position: relative; }
  .goods__slider {
    overflow: hidden;
    position: relative; }
  @media (max-width: 991px) {
      .goods__slider {
        margin-left: 3.125rem;
        margin-right: 3.125rem; } }
  @media (max-width: 767px) {
      .goods__slider {
        margin-left: 1.875rem;
        margin-right: 1.875rem; } }
  .goods__control {
    position: absolute;
    top: 50%;
    width:50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
  .goods__control-icon {
    font-size: 3rem; }
  @media (max-width: 767px) {
      .goods__control-icon {
        font-size: 1.6875rem; } }
  .goods__prev {
    right: 100%;
    z-index: 1; }
  @media (max-width: 991px) {
      .goods__prev {
        left: -0.625rem;
        right: auto; } }
  .goods__next {
    left: 100%;
    z-index: 1; }
  @media (max-width: 991px) {
      .goods__next {
        right: -0.625rem;
        left: auto; } }
  .goods__footer {
    text-align: center;
    margin-top: 4.125rem; }
  @media (max-width: 767px) {
      .goods__footer {
        margin-top: 3rem; } }
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grid__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 17.5rem;
    border-top: 0.0625rem solid #bfbfbf; }
  @media (max-width: 767px) {
      .grid__sidebar {
        width: 0; } }
  .grid__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  @media (min-width: 768px) {
      .grid__content {
        padding-left: 2.5rem; } }
  .grid__footer {
    text-align: center;
    margin-top: 6.25rem; }
  @media (max-width: 767px) {
      .grid__footer {
        margin-top: 2.375rem; } }
.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 0.0625rem solid #bfbfbf;
  z-index: 50; }
  @media (max-width: 991px) {
    .header {
      position: fixed;
    top:50px;
    }
      .open-navigate .header {
        background-color: #ffffff; } }
  .header__container {
    height: 9.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  @media (max-width: 991px) {
      .header__container {
        height: 5.8125rem; } }
.icon {
  display: inline-block;
  height: 1em;
  fill: currentColor;
  fill-rule: evenodd; }
@media (max-width: 991px) {
  .info__top {
    display: none; } }

.info__caption {
  margin-bottom: 2.9375rem; }

@media (max-width: 767px) {
    .info__caption {
      margin-bottom: 1.6875rem; } }

.info__title {
  color: #404040;
  font-size: 1.5625rem;
  line-height: 1.82313rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-weight: normal; }

@media (max-width: 767px) {
    .info__title {
      font-size: 1.125rem;
      line-height: 1.2; } }

.info__desc {
  color: #404040;
  font-size: 1.1875rem; }

@media (max-width: 767px) {
    .info__desc {
      font-size: 0.8125rem;
      line-height: 1.1875rem; } }

.info__price {
  margin-bottom: 2.625rem; }

@media (max-width: 767px) {
    .info__price {
      font-size: 0.75rem; } }

.info__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.75rem; }

@media (max-width: 991px) {
    .info__price-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 767px) {
    .info__price-container {
      margin-bottom: 1.4375rem; } }

.info__price-sum_old {
  text-decoration: line-through; }

.info__price-sum_new {
  color: #cd6e25;
  margin-left: 0.375rem; }

.info__price-text {
  font-size: 0.9375rem;
  margin: 0.375rem; }

@media (max-width: 767px) {
    .info__price-text {
      font-size: 0.75rem; } }

.info__price-legend {
  font-size: 0.9375rem;
  font-style: italic;
  margin-left: 0.9375rem; }

@media (max-width: 767px) {
    .info__price-legend {
      font-size: 0.75rem; } }

.info__price-note {
  opacity: 0.7;
  color: #404040;
  font-size: 0.8125rem;
  font-style: italic; }

@media (max-width: 767px) {
    .info__price-note {
      font-size: 0.625rem; } }

.info__price-note a {
    text-decoration: underline; }

.info__price-note a:hover {
      text-decoration: none; }

.info__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125rem; }

.info__size-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) {
    .info__size-count {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.info__size-title {
  font-size: 1.0625rem;
  font-family: Arial, sans-serif;
  margin-right: 1.1875rem;
  line-height: 1; }

@media (max-width: 767px) {
    .info__size-title {
      font-size: 0.75rem;
      margin-right: 0;
      margin-bottom: 0.5rem; } }

.info__size-input {
  width: 5.5625rem;
  height: 2.8125rem;
  border: 0.0625rem solid #000000;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 1.0625rem;
  text-align: center;
  padding: 0 0.625rem; }

@media (max-width: 767px) {
    .info__size-input {
      width: 4.0625rem;
      height: 1.3125rem;
      font-size: 0.75rem; } }

.info__control {
  margin-bottom: 4.8125rem; }

@media (max-width: 767px) {
    .info__control {
      margin-bottom: 2.8125rem; } }

.info__control-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

@media (max-width: 767px) {
    .info__control-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.info__control-col {
  width: 50%;
  padding: 0 0.9375rem; }

@media (max-width: 767px) {
    .info__control-col {
      width: 100%; } }

@media (max-width: 767px) {
    .info__control-col + .info__control-col {
      margin-top: 1.1875rem; } }

.info__btn {
  width: 100%; }

.info__detail a {
  color: #404040;
  text-decoration: underline; }

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

.info__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.82313rem; }

@media (max-width: 767px) {
    .info__detail-item {
      font-size: 0.8125rem; } }

.info__detail-value {
  margin-right: 0.1875rem; }

.info__box-title {
  margin-bottom: 1.25rem; }

.info__box-icon {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-left: 0.9375rem; }

.in .info__box-icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.info__box {
  margin-bottom: 2.5rem; }

@media (max-width: 767px) {
    .info__box {
      margin-bottom: 2.5rem; } }

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

.info__option-item {
  color: #000000; }

@media (max-width: 767px) {
    .info__option-item {
      font-size: 0.8125rem; } }

.info__footer {
  margin-top: 2.5rem;
  line-height: 1.82313rem; }

@media (max-width: 767px) {
    .info__footer {
      font-size: 0.8125rem;
      margin-top: 1.875rem; } }

.info__footer a {
    color: #404040;
    text-decoration: underline; }

.info__footer a:hover {
      text-decoration: none; }
.instagram {
  padding-bottom: 3.4375rem;
  padding-top: 4.125rem;
  border-top: 0.0625rem solid #bfbfbf; }
  .instagram__container {
    position: relative; }
  .instagram__header {
    margin-bottom: 2.9375rem; }
  @media (max-width: 767px) {
      .instagram__header {
        text-align: center;
        margin-bottom: 1.4375rem; } }
  .instagram__title {
    margin-bottom: 1.25rem;
    font-family: Arial, sans-serif;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 1.95312rem;
    text-transform: uppercase;
    color: #4f4f4f; }
  @media (max-width: 767px) {
      .instagram__title {
        font-size: 1rem;
        margin-bottom: 1.25rem;
        line-height: 1; } }
  .instagram__title a {
      color: #cd6e25; }
  .instagram__title a:hover {
        color: #eac79d; }
  .instagram__desc {
    font-size: 0.9375rem;
    max-width: 32.5rem; }
  @media (max-width: 767px) {
      .instagram__desc {
        font-size: 0.75rem; } }
  .instagram__body {
    position: relative; }
  .instagram__slider {
    overflow: hidden;
    position: relative; }
  @media (max-width: 991px) {
      .instagram__slider {
        margin-left: 3.125rem;
        margin-right: 3.125rem; } }
  @media (max-width: 767px) {
      .instagram__slider {
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
  .instagram__item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  @media (max-width: 575px) {
      .instagram__item {
        padding-left: 0;
        padding-right: 0; } }
  .instagram__link {
    display: block; }
  .instagram__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  width:50px;}
  .instagram__control-icon {
    font-size: 3rem; }
  @media (max-width: 767px) {
      .instagram__control-icon {
        font-size: 1.6875rem; } }
  .instagram__prev {
    right: 100%;
    z-index: 1; }
  @media (max-width: 991px) {
      .instagram__prev {
        left: -0.625rem;
        right: auto; } }
  .instagram__next {
    left: 100%;
    z-index: 1; }
  @media (max-width: 991px) {
      .instagram__next {
        right: -0.625rem;
        left: auto; } }
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .item {
      font-size: 0.6875rem; } }
  .items__item_header .item {
    text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1; }
  .item_compact {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .item__info {
    width: 57.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 767px) {
      .item__info {
        width: 100%; } }
  @media (min-width: 768px) {
    .item_compact .item__info {
      width: 66.7%; } }
  .item__size {
    width: 16.7%; }
  @media (max-width: 767px) {
      .item__size {
        display: none; } }
  .item__amount {
    width: 17.9%; }
  @media (max-width: 767px) {
      .item__amount {
        display: none; } }
  .item_compact .item__amount {
    width: 21%; }
  .item__sum {
    width: 8.2%; }
  @media (max-width: 767px) {
      .item__sum {
        display: none; } }
  .item_compact .item__sum {
    width: 12.3%; }
  .item__img {
    width: 12.5rem;
    padding: 0.625rem; }
  @media (max-width: 767px) {
      .item__img {
        padding: 0;
        width: 7.5rem; } }
  .item__img img {
      width: 100%; }
  .item__option {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .item__option_mobile {
      display: none; }
  @media (max-width: 767px) {
        .item__option_mobile {
          display: block; } }
  .item__option-input {
    width: 3.9375rem;
    height: 1.3125rem;
    border: 0.0625rem solid #414141;
    background-color: #ffffff;
    margin-left: 0.625rem;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #494949;
    text-align: center;
    padding: 0 0.25rem; }
  .item__option-legend {
    margin-left: 0.1875rem; }
  .item__content {
    padding-left: 1.875rem; }
  @media (max-width: 767px) {
      .item__content {
        padding-left: 1.25rem; } }
  .item__title {
    font-size: 1.0625rem;
    margin-bottom: 0.9375rem;
    text-transform: uppercase; }
  @media (max-width: 767px) {
      .item__title {
        font-size: 0.6875rem; } }
  .item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5rem; }
  @media (max-width: 767px) {
      .item__price {
        margin-top: 0.625rem; } }
  .item__price-sum_old {
    text-decoration: line-through; }
  .item__price-sum_new {
    color: #cd6e25;
    margin-left: 0.375rem; }
  .item__price-text {
    margin: 0.375rem; }
  .item > div:last-child {
    text-align: right; }
.items-header {
  margin-bottom: 3.125rem; }
  @media (max-width: 767px) {
    .items-header {
      margin-bottom: 0.625rem; } }
  .items-header__caption {
    text-align: center;
    display: none; }
  @media (max-width: 767px) {
      .items-header__caption {
        display: block; } }
  .items-header__caption-title {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.3125rem; }
  .items-header__caption-legend {
    opacity: 0.7;
    color: #000000;
    font-size: 0.625rem; }
  .items-header__list {
    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; }
  @media (max-width: 767px) {
      .items-header__list {
        display: none; } }
  .items-header__item {
    text-align: center;
    margin: 0 1.5625rem; }
  .items-header__link {
    font-size: 1.4375rem;
    text-transform: uppercase;
    color: #939393;
    line-height: 1;
    display: block;
    border-bottom: 0.3125rem solid transparent;
    padding-bottom: 0.625rem;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .items-header__link:hover {
      border-bottom-color: #939393; }
  .items-header__item.active .items-header__link {
    color: #464646;
    border-bottom-color: #464646; }
  .items-header__legend {
    opacity: 0.7;
    color: #000000;
    font-size: 0.8125rem;
    display: block;
    line-height: 1;
    margin-top: 0.625rem; }
.items__item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  @media (max-width: 767px) {
    .items__item {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  .items__item_header {
    padding-top: 0;
    padding-bottom: 0.5rem; }
  @media (max-width: 767px) {
      .items__item_header {
        display: none; } }
  .items__item:after {
    content: '';
    position: absolute;
    background-color: #bfbfbf;
    height: 0.0625rem;
    bottom: 0;
    left: 0;
    right: 0; }
  @media (max-width: 767px) {
      .items__item:after {
        left: -15px;
        right: -15px; } }
  @media (max-width: 767px) {
    .items__item:nth-child(2):before {
      content: '';
      position: absolute;
      background-color: #bfbfbf;
      height: 0.0625rem;
      top: 0;
      left: -15px;
      right: -15px; } }
  .items__item:last-child:after {
    content: none; }
  .items__remove {
  position: absolute;
  top: 0.625rem;
  right: 0;
  display: none; }
  @media (max-width: 767px) {
    .items__remove {
      display: block; } }
  .items__control {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .items__control {
      top: 0.5625rem;
      font-size: 0.8125rem; } }
  @media (max-width: 767px) {
    .items__control_cart {
      display: none; } }
  .items__control-link {
  display: block;
  line-height: 1;
  color: #464646;
  font-size: 0.8125rem; }
  @media (max-width: 767px) {
    .items__control-link {
      font-size: 0.625rem; } }
  .items__control-link:hover {
    text-decoration: underline; }
.list {
  margin-top: 2.8125rem; }
  @media (max-width: 767px) {
    .list {
      display: none; } }
  .list__item + .list__item {
    margin-top: 1.375rem; }
  .list__link {
    color: #464646;
    font-size: 1.1875rem;
    line-height: 1.6525rem;
    text-transform: uppercase; }
  .list__link:hover {
      text-decoration: underline;
      font-weight: bold;
      color: #cd6e25; }
  .list__item.active .list__link {
    text-decoration: underline;
    font-weight: bold;
    color: #cd6e25; }
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .logo {
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .open-navigate .logo {
        opacity: 0;
        visibility: hidden; } }
  .logo__img {
    max-width: 11.625rem; }
  @media (max-width: 991px) {
      .logo__img {
        max-width: 8.125rem; } }
  @media (max-width: 767px) {
      .logo__img {
        max-width: 5.625rem; } }
.menu__item + .menu__item {
  margin-top: 0.625rem; }

.menu__link {
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #898989;
  line-height: 1; }

@media (max-width: 991px) {
    .menu__link {
      font-size: 1.25rem; } }

@media (max-width: 767px) {
    .menu__link {
      font-size: 0.625rem;
      display: block; } }

.menu__link:hover {
    color: #000; }
.nav-toggle {
  display: none; }
  @media (max-width: 991px) {
    .nav-toggle {
      display: block; } }
  .nav-toggle__icon {
    font-size: 1.125rem;
    color: #606060; }
  @media (max-width: 991px) {
      .nav-toggle__icon {
        font-size: 1.75rem; } }
  @media (max-width: 767px) {
      .nav-toggle__icon {
        font-size: 1.375rem; } }
.nav {
  position: absolute;
  top: 9.0625rem;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10; }
  .fixed-layout .nav {
    position: fixed;
    top: 0; }
  @media (max-width: 991px) {
    .nav {
      display: none; } }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .nav__item:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.6875rem;
    color: #484848;
    font-size: 1.1875rem;
    text-transform: uppercase;
    position: relative; }
  .nav__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.3125rem;
      background-color: #464646;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .nav__item_light .nav__link {
    color: #cd6e25; }
  .nav__item.active .nav__link:after,
  .nav__item:hover .nav__link:after {
    opacity: 1;
    visibility: visible; }
.navigate {
  position: fixed;
  top: 5.8125rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: #ffffff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-top: 0.0625rem solid #bfbfbf; }
  @media (max-width: 991px) {
    .navigate {
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    top:144px;
    }
      .open-navigate .navigate {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; } }
  .navigate__item {
    border-bottom: 0.0625rem solid #bfbfbf; }
  .navigate__item:last-child {
      border-bottom: none; }
  .navigate__link {
    color: #484848;
    font-size: 0.9375rem;
    display: block;
    padding: 0.75rem 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
  .navigate__link {
    font-size: 1.25rem; } }
  .navigate__item.collapse .navigate__link {
    position: relative; }
  .navigate__item.collapse .navigate__link:after {
      content: '';
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.625rem;
      height: 0.875rem;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTYwLjUzMyAxNS43MzNsLTI4LjU2IDI4LjMyOEwzLjM5NCAxNS43MTNjLS4zOTctLjM5NC0uOTE3LS41OS0xLjQzNy0uNTlzLTEuMDM5LjE5Ni0xLjQzNi41OWEyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5bDI5Ljk4IDI5LjczNWMuMi4yLjQ5NC4zNzUuNzU3LjQ3Ni43NS4yODIgMS41OTcuMTA3IDIuMTY2LS40NTZsMjkuOTgxLTI5LjczNWEyLjAwMyAyLjAwMyAwIDAgMCAwLTIuODQ5IDIuMDQ0IDIuMDQ0IDAgMCAwLTIuODcyIDB6Ii8+PC9zdmc+) no-repeat center/cover;
      opacity: .6; }
  .navigate__item.collapse.in .navigate__link:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTMuMzUyIDQ4LjI5NmwyOC41Ni0yOC4zMjggMjguNTggMjguMzQ3Yy4zOTcuMzk0LjkxNy41OSAxLjQzNi41OS41MiAwIDEuMDQtLjE5NiAxLjQzNi0uNTlhMi4wMDMgMi4wMDMgMCAwIDAgMC0yLjg0OWwtMjkuOTgtMjkuNzM1Yy0uMi0uMi0uNDk0LS4zNzUtLjc1Ny0uNDc1YTIuMDUyIDIuMDUyIDAgMCAwLTIuMTY2LjQ1NkwuNDc5IDQ1LjQ0N2EyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5IDIuMDQ1IDIuMDQ1IDAgMCAwIDIuODczIDB6Ii8+PC9zdmc+) no-repeat center/cover; }
.one-check__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.one-check__input {
  display: none; }

.one-check__visually {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #3a3a3a;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

@media (max-width: 767px) {
    .one-check__visually {
      width: 1.1875rem;
      height: 1.1875rem; } }

.one-check__input:checked + .one-check__visually {
  background-color: #535353; }

.one-check__legend {
  font-size: 1.0625rem;
  color: #000000;
  margin-left: 1.25rem; }

@media (max-width: 767px) {
    .one-check__legend {
      margin-left: 0.625rem;
      font-size: 0.75rem; } }
@charset "UTF-8";
.order {
  border-top: 0.0625rem solid #bfbfbf;
  border-bottom: 0.0625rem solid #bfbfbf; }
.order + .order {
    margin-top: -0.0625rem; }
.order_process {
    background-color: #f8f8f8; }
.order__inner {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    position: relative; }
@media (max-width: 767px) {
      .order__inner {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
@media (min-width: 768px) {
      .order__inner.collapse.in {
        padding-bottom: 9.375rem; } }
.order__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.1875rem; }
@media (max-width: 767px) {
      .order__header {
        margin-bottom: 1.25rem; } }
.order__body {
    padding-top: 2.5rem; }
.order__items {
    padding-top: 3.75rem; }
.order__title {
    font-size: 1.6875rem; }
@media (max-width: 767px) {
      .order__title {
        font-size: 0.875rem; } }
.order__status {
    font-size: 1.0625rem;
    color: #f8b27f;
    text-transform: uppercase; }
@media (max-width: 767px) {
      .order__status {
        font-size: 0.75rem; } }
.order__count {
    margin-bottom: 1.875rem; }
@media (max-width: 767px) {
      .order__count {
        font-size: 0.875rem;
        margin-bottom: 1.25rem; } }
.order__option {
    font-size: 1.0625rem; }
@media (max-width: 767px) {
      .order__option {
        font-size: 0.75rem; } }
.order__option-item + .order__option-item {
    margin-top: 0.9375rem; }
@media (max-width: 767px) {
      .order__option-item + .order__option-item {
        margin-top: 0.625rem; } }
.order__option-value {
    font-weight: bold; }
.order__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 2.5rem;
    right: 1.125rem;
    cursor: pointer; }
@media (max-width: 767px) {
      .order__control {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1.875rem; } }
.order__control-legend:before {
    content: 'Show';
    font-size: 0.9375rem;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    color: #575757; }
@media (max-width: 767px) {
      .order__control-legend:before {
        font-size: 0.75rem; } }
.collapse.in .order__control-legend:before {
      content: 'Hide'; }
.order__control:hover .order__control-legend:before {
    text-decoration: none; }
.order__control-icon {
    margin-left: 0.625rem;
    color: #575757;
    font-size: 1.375rem;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
@media (max-width: 767px) {
      .order__control-icon {
        font-size: 0.9375rem; } }
.collapse.in .order__control-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .ordering {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .ordering__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  @media (min-width: 768px) {
      .ordering__info {
        padding-right: 3.75rem; } }
  .ordering__side {
    font-size: 1.0625rem; }
  @media (min-width: 768px) {
      .ordering__side {
        width: 22rem;
        border-left: 0.0625rem solid #bfbfbf;
        padding-left: 1.1875rem; } }
  @media (max-width: 767px) {
      .ordering__side {
        font-size: 0.75rem;
        position: relative;
        padding-bottom: 1.875rem;
        margin-bottom: 1.875rem;
        margin-top: -0.9375rem; } }
  @media (max-width: 767px) {
      .ordering__side:after {
        content: '';
        height: 0.0625rem;
        background: #bfbfbf;
        position: absolute;
        bottom: 0;
        left: -15px;
        right: -15px; } }
  .ordering__box {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
      .ordering__box {
        -webkit-box-align: start;
            -ms-flex-align: start;
                /*align-items: flex-start;*/
      align-items:center;} }
  .ordering__box:last-child {
      margin-bottom: 0; }
  .ordering__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: 1.4375rem;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 0.375rem solid #464646;
    margin-bottom: 3.125rem; }
  @media (max-width: 767px) {
      .ordering__title {
        font-size: 0.9375rem;
        border-bottom-width: 0.1875rem;
        margin-bottom: 1.5625rem; } }
  .ordering__content {
    max-width: 33.8125rem;
    width: 100%; }
  .ordering__list-item + .ordering__list-item {
    margin-top: 0.9375rem; }
  @media (max-width: 767px) {
      .ordering__list-item + .ordering__list-item {
        margin-top: 1.25rem; } }
  .ordering__list-desc {
    max-width: 32.8125rem;
    padding-left: 2.8125rem;
    margin-top: 1rem;
    opacity: 0.62;
    color: #000000;
    font-size: 0.9375rem;
    font-style: italic; }
  @media (max-width: 767px) {
      .ordering__list-desc {
        padding-left: 1.875rem;
        font-size: 0.75rem;
        margin-top: 0.625rem; } }
  .ordering__footer {
    max-width: 33.8125rem;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.0625rem; }
  .ordering__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ordering__pay-item + .ordering__pay-item {
    margin-left: 1.5625rem; }
  .ordering__pay-icon {
    font-size: 3.25rem; }
  @media (max-width: 767px) {
      .ordering__pay-icon {
        font-size: 2.125rem; } }
  .ordering__detail {
    max-width: 19.6875rem;
    width: 100%;
    font-size: 1.0625rem;
    margin: auto; }
  @media (max-width: 767px) {
      .ordering__detail {
        font-size: 0.75rem; } }
  .ordering__detail-box + .ordering__detail-box {
    margin-top: 3.125rem; }
  @media (max-width: 767px) {
      .ordering__detail-box + .ordering__detail-box {
        margin-top: 1.875rem; } }
  .ordering__detail-box a {
    opacity: 0.77;
    color: #000000;
    font-size: 1.0625rem;
    text-decoration: underline; }
  @media (max-width: 767px) {
      .ordering__detail-box a {
        font-size: 0.75rem; } }
  .ordering__detail-box a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .ordering__detail-box p {
      margin-bottom: 0.625rem; } }
  .ordering__products {
    width: 100%;
    margin-top: 3.625rem; }
  .ordering__product {
    padding-bottom: 3.125rem;
    margin-bottom: 3.125rem;
    border-bottom: 0.0625rem solid #bfbfbf; }
  @media (max-width: 767px) {
      .ordering__product {
        border-bottom: none;
        margin-bottom: 1.875rem;
        position: relative;
        padding-bottom: 1.875rem; } }
  @media (max-width: 767px) {
      .ordering__product:after {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 0;
        height: 0.0625rem;
        background-color: #bfbfbf; } }
  .ordering__product:last-child {
      margin-bottom: 0; }
  .ordering__side-title {
    color: #000000;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3.125rem;
    text-transform: uppercase;
    text-align: center; }
  @media (max-width: 767px) {
      .ordering__side-title {
        color: #484848;
        font-size: 1.0625rem;
        margin-bottom: 1.375rem; } }
  .ordering__note {
    opacity: 0.8;
    margin-top: 1.875rem; }
  @media (max-width: 767px) {
      .ordering__note {
        margin-top: 1.25rem;
        text-align: center; } }
  .ordering__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 767px) {
      .ordering__option {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .ordering__option_last {
      border-top: 0.0625rem solid #bfbfbf;
      padding-top: 1.875rem;
      margin-top: 1.875rem; }
  @media (max-width: 767px) {
        .ordering__option_last {
          border-top: 0;
          padding-top: 0;
          margin-top: 1.25rem; } }
  .ordering__option-value {
    text-transform: uppercase; }
  .ordering__option-legend {
    margin-left: 0.625rem; }
  .ordering__option-legend_light {
      color: #cd6e25; }
  .ordering__totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 3.4375rem; }
  @media (max-width: 767px) {
      .ordering__totals {
        margin-top: 1.5rem; } }
  .ordering__total {
    max-width: 25rem;
    width: 100%; }
  .ordering__total-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.0625rem;
    margin-bottom: 3.125rem;
    line-height: 1; }
  @media (max-width: 767px) {
      .ordering__total-option {
        font-size: 0.8125rem;
        margin-bottom: 1.25rem; } }
  .ordering__total-value {
    text-transform: uppercase; }
  .ordering__total-legend {
    color: #cd6e25; }
  .ordering__total-note {
    color: #d38451; }
  @media (max-width: 767px) {
      .ordering__total-note {
        font-size: 0.8125rem; } }
  .ordering__total-control {
    margin-top: 3.4375rem; }
  @media (max-width: 767px) {
      .ordering__total-control {
        margin-top: 2.5rem; } }
  .ordering__message {
    max-width: 31.25rem;
    padding-top: 5.5rem;
    padding-bottom: 6.5625rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media (max-width: 767px) {
      .ordering__message {
        font-size: 0.75rem;
        padding-top: 0;
        padding-bottom: 0; } }
  .ordering__message-content {
    line-height: 2.08312rem; }
  @media (max-width: 767px) {
      .ordering__message-content {
        line-height: 1.25rem; } }
  .ordering__message-footer {
    font-style: italic;
    line-height: 1;
    margin-top: 3.75rem; }
  @media (max-width: 767px) {
      .ordering__message-footer {
        margin-top: 1.875rem; } }
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.625rem;
  line-height: 1; }
  @media (max-width: 767px) {
    .pagination {
      display: none; } }
  .pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pagination__item:after {
      content: '|';
      position: relative;
      top: -0.125rem;
      margin: 0 0.375rem;
      color: #707070; }
  .pagination__link {
    display: block;
    font-size: 1.3125rem;
    text-transform: uppercase;
    color: #707070;
    font-family: Arial, sans-serif; }
  .is-active .pagination__link {
      color: #000000; }
  .pagination__link:hover {
      color: #000000; }
.popup {
  max-width: 35.9375rem;
  margin: 1.875rem auto;
  position: relative;
  border: 0.0625rem solid #bfbfbf;
  background-color: #ffffff; }
  .popup_md {
    height: 30.25rem; }
  .popup__title {
    font-size: 1.4375rem;
    color: #000000;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
      .popup__title {
        font-size: 0.9375rem; } }
  .popup__container {
    height: inherit;
    padding: 3rem 4.0625rem 1.5625rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom:90px;
  }
  @media (max-width: 767px) {
      .popup__container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .popup__content {
    width: 100%; }
  .popup__text {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #303030;
    text-align: center; }
  .popup__text-bottom {
    margin-top: 5.625rem; }
  .popup__close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .4; }
  .popup__close:hover {
      opacity: 1; }
  .popup__close .icon {
      font-size: 1.9375rem; }
  /* overlay at start */
  .mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }
.post__title {
  color: #464646;
  font-size: 1.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.8125rem;
  margin-top: -1.25rem; }
  @media (max-width: 767px) {
    .post__title {
      margin-bottom: 1.5rem;
      font-size: 1.0625rem;
      text-align: center; } }
  .post__content {
  line-height: 1.6925rem; }
  @media (max-width: 767px) {
    .post__content {
      font-size: 0.75rem;
      line-height: 1.0625rem; } }
  .post__content ul li + li {
    margin-top: 1.875rem; }
  .post__img {
  margin-bottom: 2.75rem; }
  @media (max-width: 767px) {
    .post__img {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 1.5625rem; } }
  .post__img img {
    width: 100%; }
  .post__form {
  max-width: 27.625rem; }
.poster__img {
  height: 18.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0.9375rem; }

.poster__title {
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }

.poster__link {
  text-decoration: underline;
  color: #484848;
  font-size: 0.9375rem; }

.poster__link:hover {
    text-decoration: none; }
.preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .preview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .preview__nav {
    width: 8.125rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: relative;
    overflow: hidden; }
  @media (max-width: 991px) {
      .preview__nav {
        width: 31.25rem;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 767px) {
      .preview__nav {
        width: 12.5rem; } }
  .preview__nav .slick-prev {
      display: none !important; }
  .preview__nav .slick-next {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0.625rem;
      width: 3rem;
      height: 1.625rem;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTYwLjUzMyAxNS43MzNsLTI4LjU2IDI4LjMyOEwzLjM5NCAxNS43MTNjLS4zOTctLjM5NC0uOTE3LS41OS0xLjQzNy0uNTlzLTEuMDM5LjE5Ni0xLjQzNi41OWEyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5bDI5Ljk4IDI5LjczNWMuMi4yLjQ5NC4zNzUuNzU3LjQ3Ni43NS4yODIgMS41OTcuMTA3IDIuMTY2LS40NTZsMjkuOTgxLTI5LjczNWEyLjAwMyAyLjAwMyAwIDAgMCAwLTIuODQ5IDIuMDQ0IDIuMDQ0IDAgMCAwLTIuODcyIDB6Ii8+PC9zdmc+) no-repeat center/cover;
      opacity: .4;
      text-indent: -62499999.9375rem; }
  @media (max-width: 991px) {
    .preview__nav-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .preview__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.0625rem solid transparent;
    margin-bottom: 1.875rem;
    -webkit-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden; }
  @media (max-width: 991px) {
      .preview__nav-block {
        width: 9.375rem !important;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-bottom: 0; } }
  @media (max-width: 767px) {
      .preview__nav-block {
        /*width: 2.5rem !important;
        height: 3.125rem;*/
        width: 4.5rem !important;
        height: 4rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem; } }
  .preview__nav-block:hover {
      border-color: #bfbfbf; }
  .slick-current .preview__nav-block {
      border-color: #bfbfbf; }
  .preview__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  @media (max-width: 767px) {
      .preview__content {
        margin-bottom: 1.875rem; } }
  .preview__content-item {
    height: 35.625rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 991px) {
      .preview__content-item {
        height: 21.875rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
  @media (max-width: 767px) {
      .preview__content-item {
        /*height: 13.75rem;*/
        height:100%;
      }
        .preview__content-item img {
          /*max-width: 9.375rem; */
          max-width: 21.375rem;
        } }
.product {
  color: #545454;
  text-align: center; }
  .product__inner {
    display: block; }
  .product__body {
    margin-bottom: 0.9375rem;
    height: 12.5rem;
    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;
    position: relative; }
  @media (max-width: 767px) {
      .product__body {
        height: 9.375rem; } }
  .product__img {
    max-width: 15.625rem;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 767px) {
      .product__img {
        max-width: 12.5rem;
        max-height: 9.25rem; } }
  .product__img_back {
      max-width: none;
      position: absolute;
      bottom: 0;
      height: 100%;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      visibility: hidden; }
  .product__inner:hover .product__img:first-child {
    opacity: 0;
    visibility: hidden; }
  .product__inner:hover .product__img_back {
    opacity: 1;
    visibility: visible; }
  .product__title {
    font-size: 1.3125rem;
    margin-bottom: 0.8125rem;
    -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 767px) {
      .product__title {
        font-size: 1rem;
        margin-bottom: 0.5rem; } }
  .product__inner:hover .product__title {
    color: #cd6e25; }
  .product__desc {
    font-size: 1.0625rem;
    height: 2.625rem;
    overflow: hidden;
    line-height: 1.4325rem;
    margin-bottom: 1.6875rem; }
  @media (max-width: 767px) {
      .product__desc {
        font-size: 0.8125rem;
        height: auto;
        margin-bottom: 1.125rem; } }
  .product__price {
    font-size: 1.0625rem;
    line-height: 1.4325rem; }
  @media (max-width: 767px) {
      .product__price {
        font-size: 0.8125rem; } }
  .product__price-container {
    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; }
  .product__price-sum_old {
    text-decoration: line-through; }
  .product__price-sum_new {
    color: #cd6e25;
    margin-left: 0.375rem; }
  .product__price-text {
    margin: 0.375rem; }
  .product_compact .product__body {
    height: 16.25rem; }
  .product_compact .product__title {
    font-size: 1.0625rem;
    margin-bottom: 0.875rem; }
  .product_compact .product__desc {
    font-size: 1.0625rem;
    height: auto;
    margin-bottom: 0.625rem; }
.products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin-left: -0.5625rem;
  margin-right: -0.5625rem;*/
  margin-bottom: -1.125rem; }

.products__col {
  width: 33.33333%;
  padding: 0 0.5625rem;
  margin-bottom: 1.125rem; }

@media (max-width: 1199px) {
    .products__col {
      width: 50%; } }
.reg-social {
  margin-top: 2rem; }
  .reg-social__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reg-social__item + .reg-social__item {
    margin-left: 3.125rem; }
  .reg-social__title {
    margin-bottom: 1.25rem; }
  .reg-social__link {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0.0625rem solid #a1a1a1;
    position: relative;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .reg-social__link:hover {
      background-color: #a1a1a1; }
  .reg-social__icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #1c1c1c;
    -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .reg-social__link:hover .reg-social__icon {
    color: #ffffff; }
.reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .reg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .reg_compact {
    margin-top: 5rem; }
  .reg__col {
    width: 50%;
    padding-bottom: 2.3125rem; }
  @media (max-width: 767px) {
      .reg__col {
        width: 100%; } }
  @media (min-width: 768px) {
      .reg__col:first-child {
        border-right: 0.0625rem solid #bfbfbf; } }
  @media (min-width: 768px) {
      .reg__col:last-child {
        padding-left: 3.125rem; } }
  .reg__form {
    max-width: 27.625rem; }
  .reg__box {
    padding-bottom: 3.375rem;
    border-bottom: 0.0625rem solid #bfbfbf;
    margin-bottom: 3.0625rem; }
  .reg__box:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
  .reg__box.in {
      padding-bottom: 1.5rem; }
  .reg__title {
    color: #484848;
    font-size: 1.4375rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  @media (max-width: 767px) {
      .reg__title {
        font-size: 1.125rem; } }
  .reg__title_light {
      color: #cd6e25; }
  .reg__control .btn {
    width: 19.5rem; }
  @media (max-width: 767px) {
      .reg__control .btn {
        width: 100%; } }
  .in .reg__control {
    margin-top: 3.125rem; }
  .reg_compact .reg__control .btn {
    width: 100%; }
  .in .reg__btn {
    display: none; }
  .reg__icon {
    font-size: 1.75rem;
    opacity: .5;
    display: none; }
  .in .reg__icon {
      display: block; }
.release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .release__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 12.1875rem; }
  @media (max-width: 767px) {
      .release__img {
        width: 6.25rem; } }
  .release__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.6925rem;
    padding-right: 1.25rem; }
  @media (max-width: 767px) {
      .release__content {
        padding-left: 0.9375rem;
        font-size: 0.75rem;
        padding-right: 0; } }
  .release__title {
    margin-bottom: 0.625rem; }
  .release__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .release__price_mobile {
      display: none; }
  @media (max-width: 767px) {
        .release__price_mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .release__price_desktop {
      font-size: 1.0625rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  @media (max-width: 767px) {
        .release__price_desktop {
          display: none; } }
  .release__price-sum_old {
    text-decoration: line-through; }
  .release__price-sum_new {
    color: #cd6e25;
    margin-left: 0.375rem; }
.search-form {
  width: 100%;
  max-width: 26.125rem;
  border: 0.0625rem solid #8f8f8f;
  position: relative; }
  .search-form__input {
    width: 100%;
    height: 2.6875rem;
    border: none;
    padding: 0 0.9375rem;
    font-size: 0.9375rem;
    color: #303030; }
  .search-form__input::-webkit-input-placeholder {
      color: #303030;
      opacity: .3; }
  .search-form__input:-moz-placeholder {
      opacity: 1;
      color: #303030;
      opacity: .3; }
  .search-form__input::-moz-placeholder {
      opacity: 1;
      color: #303030;
      opacity: .3; }
  .search-form__input:-ms-input-placeholder {
      color: #303030;
      opacity: .3; }
  .search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 100%;
    border-left: 0.0625rem solid #8f8f8f; }
  .search-form__submit-icon {
    font-size: 1.6875rem;
    color: #8f8f8f; }
.search {
  border-bottom: 0.0625rem solid #bebebe;
  background-color: #ffffff;
  z-index: 60;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 992px) {
    .search {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
  @media (max-width: 991px) {
    .search {
      top: 5.8125rem;
      position: fixed;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      border-top: 0.0625rem solid #bfbfbf; } }
  @media (min-width: 992px) {
    .open-search .search {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @media (max-width: 991px) {
    .open-search .search {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  .search__container {
    height: 9.0625rem;
    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; }
  @media (max-width: 991px) {
      .search__container {
        height: auto;
        padding-top: 3.75rem;
        padding-bottom: 2.5rem; } }
  .search__close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }
  .search__close-icon {
    font-size: 1.9375rem;
    color: #8f8f8f; }
  @media (max-width: 991px) {
      .search__close-icon {
        font-size: 1.375rem; } }
@media (max-width: 767px) {
  .sidebar-block {
    position: fixed;
    /*top: 7.6875rem;*/
    top:190px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    z-index: 10;
    bottom: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .open-sidebar .sidebar-block {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
.sidebar-control {
  height: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #bfbfbf;
  position: fixed;
  top: 5.8125rem;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  display: none; }
  @media (max-width: 767px) {
    .sidebar-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .sidebar-control__legend {
    font-size: 0.75rem;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar-control__icon {
    margin-left: 1.875rem;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .open-sidebar .sidebar-control__icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.size {
  font-family: Arial, sans-serif; }
  .size__select {
    display: none; }
  .size .select2-container--default .select2-selection--single {
    display: block;
    width: 13.6875rem;
    height: 2.8125rem;
    border: 0.0625rem solid #000000;
    background-color: #ffffff;
    border-radius: 0;
    position: relative;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 767px) {
      .size .select2-container--default .select2-selection--single {
        width: 9.75rem;
        height: 2.0625rem; } }
  .size .select2-container--default .select2-selection--single:hover {
      opacity: .7; }
  .size .select2-container--default .select2-selection--single .select2-selection__rendered {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: inherit;
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      padding-left: 1.5625rem;
      color: #000000; }
  @media (max-width: 767px) {
        .size .select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 0.6875rem; } }
  .size .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #000000; }
  .size .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 1.375rem;
      height: 0.75rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 1.5rem;
      left: auto;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSI2NCI+PHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTYwLjUzMyAxNS43MzNsLTI4LjU2IDI4LjMyOEwzLjM5NCAxNS43MTNjLS4zOTctLjM5NC0uOTE3LS41OS0xLjQzNy0uNTlzLTEuMDM5LjE5Ni0xLjQzNi41OWEyLjAwMyAyLjAwMyAwIDAgMCAwIDIuODQ5bDI5Ljk4IDI5LjczNWMuMi4yLjQ5NC4zNzUuNzU3LjQ3Ni43NS4yODIgMS41OTcuMTA3IDIuMTY2LS40NTZsMjkuOTgxLTI5LjczNWEyLjAwMyAyLjAwMyAwIDAgMCAwLTIuODQ5IDIuMDQ0IDIuMDQ0IDAgMCAwLTIuODcyIDB6Ii8+PC9zdmc+) no-repeat center/cover; }
  @media (max-width: 767px) {
        .size .select2-container--default .select2-selection--single .select2-selection__arrow {
          width: 1rem;
          height: 0.5625rem;
          right: 1.125rem; } }
  .size .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .size .select2-dropdown {
    width: 13.6875rem !important;
    border-radius: 0;
    background-color: #8a8a8a; }
  @media (max-width: 767px) {
      .size .select2-dropdown {
        width: 9.75rem !important; } }
  .size .select2-dropdown .select2-results__option {
      font-family: Arial, sans-serif;
      text-align: center;
      color: #8a8a8a;
      font-size: 1.0625rem;
      border-bottom: 0.0625rem solid #8a8a8a;
      background-color: #fff;
      padding-top: 0.375rem;
      padding-bottom: 0.3125rem;
      line-height: 1; }
  @media (max-width: 767px) {
        .size .select2-dropdown .select2-results__option {
          font-size: 0.75rem; } }
  .size .select2-dropdown .select2-results__option:last-child {
        border-bottom: none; }
  .size .select2-dropdown .select2-results__option--highlighted {
      color: #ffffff;
      background-color: #8a8a8a; }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .social {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .social__item + .social__item {
    margin-left: 0.9375rem; }
  @media (max-width: 767px) {
      .social__item + .social__item {
        margin-left: 2.0625rem; } }
  .social__icon {
    font-size: 1.5rem;
    color: #636363; }
  @media (max-width: 767px) {
      .social__icon {
        font-size: 1.25rem; } }
.subscribe {
  margin-bottom: 2.5rem;
  max-width: 21.5rem; }
  @media (max-width: 991px) {
    .subscribe {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      max-width: none; } }
  @media (max-width: 767px) {
    .subscribe {
      margin-bottom: 0; } }
  .subscribe__title {
    font-family: Arial, sans-serif;
    font-size: 1.4375rem;
    text-transform: uppercase;
    margin-bottom: 0.6875rem;
    text-align: center; }
  .subscribe__desc {
    font-size: 0.6875rem;
    margin-bottom: 0.9375rem; }
  @media (max-width: 991px) {
      .subscribe__desc {
        font-size: 0.8125rem; } }
  @media (max-width: 767px) {
      .subscribe__desc {
        font-size: 0.625rem;
        text-align: center; } }
  .subscribe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  .subscribe__input {
    width: 100%;
    background-color: transparent;
    height: 2.3125rem;
    font-size: 0.8125rem;
    padding: 0 1rem;
    text-transform: uppercase;
    border: 0.0625rem solid #505050; }
  @media (max-width: 767px) {
      .subscribe__input {
        text-align: center; } }
  .subscribe__submit {
    width: 100%;
    font-size: 0.8125rem;
    height: 2.125rem;
    margin-top: 1.1875rem;
    cursor: pointer;
    color: #5a5a5a;
    background-color: #c8c8c8;
    border-color: #505050;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .subscribe__submit:hover {
      border-color: #000000;
      color: #ffffff; }
  .subscribe__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem; }
  .subscribe__hidden-input {
    display: none; }
  .subscribe__hidden-input:checked + .subscribe__appearance:before {
      opacity: 1;
      visibility: visible; }
  .subscribe__appearance {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.0625rem solid #505050;
    margin-right: 0.25rem;
    position: relative;
    top: -0.0625rem; }
  .subscribe__appearance:before {
      content: '';
      width: 0.5rem;
      height: 0.5rem;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background-color: #505050;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in; }
  .subscribe__legend {
    font-size: 0.5rem;
    text-transform: none; }
  @media (min-width: 768px) and (max-width: 991px) {
  .subscribe__legend {
    font-size: 0.75rem; } }
  .subscribe__legend a {
      text-decoration: underline;
      margin-left: 0.1875rem; }
  .subscribe a {
    text-decoration: underline; }
  .subscribe__footer {
    margin-top: 2.1875rem;
    text-align: center; }
.switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .switch[data-sum]:after {
    content: attr(data-sum);
    position: absolute;
    font-size: 0.75rem;
    padding: 0 0.1875rem;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 0.5625rem;
    min-width: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    bottom: -0.5rem;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .switch__icon {
    font-size: 1.625rem;
    color: #606060; }
  @media (min-width: 768px) and (max-width: 991px) {
  .switch__icon {
    font-size: 2.25rem; } }
  .switch__legend {
    font-size: 0.8125rem;
    margin-left: 0.5rem;
    font-style: italic; }
@media (max-width: 991px) {
  .switches {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.switches__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.switches__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

@media (max-width: 991px) {
    .switches__item:not(.switches__item_bag) {
      opacity: 0;
      visibility: hidden; }
      .open-navigate .switches__item:not(.switches__item_bag) {
        opacity: 1;
        visibility: visible; } }

.switches__item_phone {
    display: none; }

@media (max-width: 991px) {
      .switches__item_phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media (max-width: 991px) {
    .switches__item_user {
      display: none; } }

.switches__item:after {
    content: '';
    display: block;
    width: 0.0625rem;
    height: 1.625rem;
    background-color: #606060;
    margin: 0 1.1875rem; }

.switches__item:last-child:after {
    content: none; }
.title {
  color: #414141;
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6875rem;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .title {
      font-size: 1rem; } }

/*# sourceMappingURL=app.css.map?dc995414c8e0b03885a5fc8d0441540d*/

.small_letters{
  text-transform: none;
}

.small_letters:hover img{
  filter: invert(1);
}
.text__slider{
  position: relative;
}

.text__slider .slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text__slider__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; width: 50px;}
  .text__slider__control-icon {
    font-size: 3rem; }
  @media (max-width: 767px) {
      .text__slider__control-icon {
        font-size: 1.6875rem; } }
  .text__slider__prev {
    right: 100%;
    z-index: 1; }
  @media (max-width: 991px) {
      .text__slider__prev {
        left: -0.625rem;
        right: auto; } }
  .text__slider__next {
    left: 100%;
    z-index: 1; }
  @media (max-width: 991px) {
      .text__slider__next {
        right: -0.625rem;
        left: auto; } }


/* template_styles.css */
.main-banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner__container {
  position: relative;
}

.main-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.main-banner .slick-slide:last-child .main-banner__wrap::before {
  display: none;
}

.main-banner__col {
  width: 33.33333333%;
  padding-left: 16px;
  padding-right: 16px;
}

.main-banner__wrap {
  position: relative;
}

.main-banner__wrap::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 32px;
  height: 44px;
  background-color: #ab9f8e;
}

.main-banner__img img {
  width: 100%;
}

.main-banner__bottom {
  display: block;
  text-align: center;
  margin-top: 22px;
  background-color: #ab9f8e;
  position: relative;
}

.main-banner__sub {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 10px;
  text-transform: uppercase;
}

.main-banner__tag {
  display: block;
  position: absolute;
  -webkit-transition: opacity .3s .2s, visibility .3s .2s;
  transition: opacity .3s .2s, visibility .3s .2s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.main-banner__slider.init .main-banner__tag{
  opacity: 1;
  visibility: visible;
}

.main-banner__tag > span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .3);
  position: relative;
}

.main-banner__tag > span::before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background-color: #e8d6d0;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.main-banner__tag:hover {
  z-index: 2;
}

.main-banner__tag:hover > span::before {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.main-banner__tag:hover .main-banner__tag-block {
  opacity: 1;
  visibility: visible;
}

.main-banner__tag--left .main-banner__tag-block {
  left: auto;
  right: calc(100% - 8px);
}

.main-banner__tag--top .main-banner__tag-block {
  top: auto;
  bottom: calc(100% - 8px);
}

.main-banner__tag-block {
  background-color: #fff;
  position: absolute;
  width: 165px;
  top: calc(100% - 8px);
  left: calc(100% - 8px);
  padding: 10px 8px 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 1;
}

.main-banner__tag-block::before {
  content: '';
  position: absolute;
  right: 8px;
  top: 8px;
  width: 12px;
  height: 40px;
  background: url(/banner-img/banner-arrow.png) center center no-repeat;
  transform: scale(0.6);
  transition: transform .2s;
}

.main-banner__tag-sub {
  font-size: 14px;
  padding-right: 24px;
  transition: color .2s;
}

.main-banner__tag-block:hover .main-banner__tag-sub{
  color: #ab9f8e;
}

.main-banner__tag-block:hover::before{
  transform: scale(1);
}

.main-banner__tag-desc {
  margin-top: 8px;
  font-size: 12px;
  padding-right: 24px;
}

.main-banner__tag-price {
  margin-top: 14px;
}

.main-banner__tag-price > b {
  font-weight: 400;
  font-size: 12px;
  color: #ab9f8c;
}

.main-banner__tag-price i {
  font-style: italic;
  padding-left: 6px;
  font-size: 10px;
  color: #989aa1;
}

@media (min-width: 992px) {
  .main-banner__prev, .main-banner__next {
    display: none;
  }
  .main-banner__bottom {
    -webkit-transition: color .2s;
    transition: color .2s;
  }
  .main-banner__bottom:hover {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .main-banner__tag-block {
    display: none;
  }
  .main-banner__tag span::before {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .main-banner__prev, .main-banner__next {
    width: 36px;
    height: 36px;
    margin-top: -36px;
  }
  .main-banner__container {
    padding: 0 40px;
  }
  .main-banner__prev {
    left: 0;
  }
  .main-banner__next {
    right: 0;
  }
  .main-banner__row {
    position: relative;
  }
  .main-banner__row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .main-banner__row::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
}

@media (max-width: 575px) {
  .main-banner__container {
    padding: 0;
  }
  .main-banner__prev, .main-banner__next {
    background-color: #fff;
  }
  .main-banner__tag > span{
    width: 20px;
    height: 20px;
  }
  .main-banner__tag > span::before{
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
  }
}

@media (max-width: 768px) {
  .main-banner__wrap::before {
    height: 40px;
  }
  .main-banner__sub {
    font-size: 22px;
  }
}


/* template_styles.css */



/* styles.css */
#wrapAjax{
  display: none;
}

.app-active-ajax{
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px)
}

#wrapAjax .wrapAjaxProc {
  padding: 5px 10px 5px 10px;
  width: 100px;
  /*position: fixed;
  top: 0px;
  right: 0px;*/
  position:absolute;
  margin-top:300px;
  margin-left:500px;
  font-size: 11px;
  background-color: #484848;
  z-index: 9999999;
  color: #FFF;
  border-radius: 3px 3px 3px 3px;
}
#wrapAjax .wrapAjaxProc > * {
  float: left;
  display: block;
}
#wrapAjax .wrapAjaxProc span {
  position: relative;
  left: 10px;
  font-size: 12px;
  top: 0px;
}
.wrapAjaxAnimate {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid white;
  opacity: .9;
  filter: alpha(opacity=90);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 15px #939598;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
}
.to_cart{
  width:100%;
  text-align: center;
  margin-top:10px;
}
#size{
  text-align: center;
}

.add_basket_button_list_popup{
  margin-top:40px;
}
.mfp-close{
  display: none;
}
.switches__item_user_mobile{
  display: none;
}

@media (max-width: 991px) {

  .switches__item_user_mobile{
    display: flex;
  }
}
.catalogs_links{
  margin-top:30px;
}
.catalogs_links a{
  text-decoration: underline;
}
.circle {
  width: 100px;
  height: 100px;
  background: #cd6e25;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index:100;
  position: relative;
  top: 0px;
  color:#fff;
  font-size: 14px;
  padding-top: 25px;
  padding-left: 0px;
  text-align: center;
  opacity: 0.6;
}
.circle-list{
  width: 60px;
  height: 60px;
  background: #cd6e25;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index:100;
  position:relative;
  top: 0px;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 0px;
  text-align: center;
  opacity: 0.6;
}
.circle.action{

  background: red;
  padding-top:40px;

}
.circle-list.action{

  background: red;
  padding-top:33px;

}
.circle.hit{

  background: #808080;
  padding-top:40px;

}
.circle-list.hit{

  background: #808080;
  padding-top:10px;
  width:50px;
  height:50px;

}

.icons{
  /* position: absolute;
   left: 70%;
   top:0px;*/
  margin-bottom:15px;
  height:25px;

}
.menu_mobile {
  display: none;
}
@media (max-width: 767px) {
  .menu_mobile {
    display: block;
    margin-top:-90px;
  }
  .list_mobile{
    margin-left:15px;
    margin-right:15px;
    margin-bottom: 40px;
  }
  .list_mobile li {
    display: inline-block;
  }
  .list_mobile .list__link{
    text-transform: lowercase;

  }
}
.post__content ul li + li{
  margin-top:0px;
}
.preview__content{
  padding-left: 10px;
  padding-right: 10px;
}
.policy{
  font-size:12px;
}
.policy_text{
  display: inline-block;
  vertical-align: top;
}
.for_policy span{
  vertical-align: top;
}
#map{
  padding-bottom:30px;
}
.post__content{
  text-align: justify;
}
.heart {
  width:20px;
  height:20px;
  background:
          radial-gradient(circle at 50% 83%, #D3D3D3 29%, transparent 30%) -4px -10px/100% 100%,
          radial-gradient(circle at 50% 83%, #D3D3D3 29%, transparent 30%) 4px -10px/100% 100%,
          linear-gradient(to bottom left,#D3D3D3 43%,transparent 43%) bottom left/50% 50%,
          linear-gradient(to bottom right,#D3D3D3 43%,transparent 43%) bottom right/50% 50%;
  background-repeat:no-repeat;
  float:right;
  z-index:9;
  position: absolute;
  right: 10px;
}
.heart_red{
  width:20px;
  height:20px;
  background:
          radial-gradient(circle at 50% 83%, #cd6e25 29%, transparent 30%) -4px -10px/100% 100%,
          radial-gradient(circle at 50% 83%, #cd6e25 29%, transparent 30%) 4px -10px/100% 100%,
          linear-gradient(to bottom left,#cd6e25 43%,transparent 43%) bottom left/50% 50%,
          linear-gradient(to bottom right,#cd6e25 43%,transparent 43%) bottom right/50% 50%;
  background-repeat:no-repeat;
  float:right;
  position: absolute;
  right: 10px;
  z-index:9;

}
.product__caption{
  text-align: left;
}
.product__price-container {
  text-align: left: ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.product__price-sum_new{
  margin-left: 0px;
  margin-bottom: 15px;
}
.products__col {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding-top:10px;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  width:31%;
  position: relative;

}

.icon_list{
  display: inline-block;
  border-radius: 6px;
  height:21px;
  font-size:10px;
  padding-left:6px;
  padding-right:6px;
  padding-top:3px;
  padding-bottom:3px;
  color:#fff;
  font-family:OpenSans, Arial, sans-serif;
  line-height:12px;

}
.icons_detail{
  margin-top:15px;
  margin-bottom:0px;
}

.hit_new{
  background-color: #F4A460;
  border: 1px solid #F4A460;
}
.hit_new_list{
  position:absolute;
  z-index:9;
}

.action_new{
  background-color: #9370DB;
  border: 1px solid #9370DB;

}
.postavka_new{
  background-color: #4682B4;
  border: 1px solid #4682B4;

}
.to_cart_new{
  height: 46px;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  color: #fff;
  font-family: OpenSans, Arial, sans-serif;
  line-height: 30px;
  background-color: #737373;
  border: 1px solid #737373;

}
.to_cart_new:hover{
  background-color: #000;
  border: 1px solid #000;

}
.product_compact{
  height:100%;
  margin-top:20px;
}
.product__title{
  font-size: 14px !important;
}
.product__desc {
  font-size: 14px !important;
  height:68px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; // ���������� �����
line-height: 16px; // ��� ��������� ��-������-���������, ������ ����� ������
max-height: 48px; // ��� ��������� ��-������-���������, ������ ������ * ���������� �����
}

.product__img_back{
  max-width:15rem;
}
.product__img{
  max-width:15rem;
}

.caption_sliders{
  text-align: center;

}
.caption_sliders .product__title {
  font-size: 1.0625rem;
}

.product_slider{
  padding-left:10px;
  padding-right:10px;
}
.price_sliders{
  justify-content:center;
}
.card__mobile-info .articul{
  margin-top:15px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
.card__info .articul{
  margin-top:15px;

}
.info__caption{
  margin-bottom:20px;
}
.product__price{
  font-size: 14px;
}
.product__price-sum{
  font-size:18px;
  margin-bottom:5px;
}

.square-radio {
  border: 1px solid #808080;
  margin: 2px;
  width: 70px;
  height: 30px;
  position: relative;
  display:inline-block;
  text-align:center;
  padding-top:5px;
  font-size:1.0625rem;
  border-radius:5px;
  cursor: pointer;

}
.bracelets{
  width:100px;
}
.square-radio--clicked{
  background-color: #D3D3D3;
}
.size-title{
  margin-bottom:15px;
}

.how_rings{
  font-size: 12px;
  text-decoration: underline;
  margin-top:8px;
  cursor: pointer;
}
.how_br{
  font-size: 12px;
  text-decoration: underline;
  margin-top:8px;
}
.info__size{
  display:block;
  margin-bottom:30px;
}
.info__size-count{
  margin-top:25px;
  align-items: flex-start;
}
.info__control{
  margin-bottom:30px;
}
.info__size-title{
  margin-top:12px;
}
.tabs {
  max-width: auto;
  margin-right: 30px;
  margin-top:30px;
}
.tabs p{
  text-align: justify;
  font-size:14px;
  margin-bottom:10px;
}

.tabs>input[type="radio"] {
  display: none;

}

.tabs>input[type="radio"]:checked+label {
  background-color: #fff;
  color: #464646;
  font-weight: bold;
}

.tabs>div {
  /* ������ ������� �� ��������� */
  display: none;
  border-top: 3px solid #eee;
  padding: 10px 0px;

}

/* ���������� �������, ��������� � ��������� ������������ (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}

.tabs>label {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  color:#D3D3D3;
  width:32%;

}

.tabs>label:first-of-type {
  margin-left: 0;
}
.third-label{
  text-align: right !important;
  width:34% !important;
}
.second-label{
  text-align: center !important;

}

.mobile-tabs {
  max-width: auto;
  margin-right: 30px;
}
.mobile-tabs p{
  text-align: justify;
  font-size:14px;
  margin-bottom:10px;
}

.mobile-tabs>input[type="radio"] {
  display: none;

}

.mobile-tabs>input[type="radio"]:checked+label {
  background-color: #fff;
  color: #464646;
  font-weight: bold;
}

.mobile-tabs>div {
  /* ������ ������� �� ��������� */
  display: none;
  border-top: 3px solid #eee;
  padding: 10px 0px;


}

/* ���������� �������, ��������� � ��������� ������������ (input type="radio") */
#mobile-tab-btn-1:checked~#mobile-content-1,
#mobile-tab-btn-2:checked~#mobile-content-2,
#mobile-tab-btn-3:checked~#mobile-content-3 {
  display: block;
}

.mobile-tabs>label {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  color:#D3D3D3;
  width:30%;
  margin-top:40px;

}

.mobile-tabs>label:first-of-type {
  margin-left: 0;
}
.mobile-third-label{
  text-align: right !important;
  width:34% !important;
}
.mobile-second-label{
  text-align: center !important;

}

.plus_cont{
  display: inline-block;
}
.minus_cont{
  display: inline-block;
}
.plus{
  position: relative;
  top: 3px;
  right: 2px;
}
.minus{
  position: relative;
  top: 0px;
  left: 2px;
}
.item__option-input{
  margin-left:0px;
}

.mobile-tabs{
  display: none;
}

.bx-basket.bx-opener{
  display:inline;
}
.size-ring-image{
  max-width:90%;
}
#popup_know_size_ring{
  max-width: 60%;
  height: 60%;
}
.question {
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size:11px;
}
.no_size{
  display: inline-block;
  font-size:11px;
  margin-left: 5px;
}
.no_size_block{
  margin-top:10px;
  cursor: pointer;
}
.popup_size{
  display: inline-block;
  height:200px;
  vertical-align: top;
}
.popup_size.column_1{

  width:185px;

}
.popup_size.column_2{

  width:250px;

}
.popup_size .square-radio{
  margin: 0px 5px 10px 5px;
  width:45px;
}

#popup_no_size .popup__container{
  padding-top:0px;
}

#popup_no_size .btn_md{
  /*font-size:12px;
  line-height: 15px;*/
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
  padding-left: 30px;
  padding-right: 30px;
}

.field__error-text2 {
  font-size: 12px;
  color: #ff0000;
  margin-bottom: 0.3125rem;
}
.fast_view{
  display: none;
  position:absolute;
  top:25%;
  width:100%;
  text-align: center;
  z-index:100;
}
.fast_view_button{
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background-color:#fff;
  opacity: 0.9;
  color:#000;
  text-align: center;
  width:60%;
  font-size:14px;
  height:40px;

}
#popupFastView{
  max-width:80%;
  height:80%;
}
.know_more{
  width:100%;
  text-align:center;
}
.know_more a{
  height: 46px;
  font-size: 16px;
  padding-left: 6px;
  text-align: center;
  display: inline-block;
  width: 400px;
  padding-right: 6px;
  padding-top: 5px;
  color: #000;
  font-family: OpenSans, Arial, sans-serif;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #000;
}
#button-up{
  display: none;
  opacity:0.5;
  filter:alpha(opacity=50);
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #000;
  transition: .3s;
}

#button-up:hover{
  cursor: pointer;
  opacity: 1;
  filter:alpha(opacity=100);
  transition: .3s;
  color: #000;
}
#button-up img{
  transform: rotate(
          -180deg
  );
  width: 30px;
  padding-left: 10px;
  padding-top: 3px;
}
.contacts__location{
  display:inline-block;
}
.contacts__phone{
  display:inline-block;
  /*padding-left:20px;*/
}
.contacts__callback{
  display:inline-block;
  float:right;
}
.contacts__callback a{
  margin-left:15px;
}
.contacts{
  position: absolute;
  top: 10px;
  width:100%;
  border-bottom: 0.0625rem solid #bfbfbf;
  height:35px;
  z-index:100;
}
.search{
  display: none;
}
.logo{
  position:relative;
  padding-bottom:15px;
}
.contacts__phone-number{
  font-size:16px;
}
.item-search{
  display:none;
}
.header__container {
  height:180px;
}
.nav{
  top:225px;
}
.main{
  padding-top:265px;
}
.search__container{
  height:60px;
  padding-right:0px;
}
.switches__list{
  margin-top:65px;
}
.switch{
  display:block;
}
.switch__legend{
  margin-left:0px;
  display:block;
  position:absolute;
  margin-top:9px;
}
.switch__legend.fav{
  right:-15px;
}
.switch__legend.cart{
  right:1px;
}
.info__title{
  text-transform: none;
}
.filter-checkbox{
  margin-right:8px;
}
.grecaptcha-badge{
  display: none !important;
}
.sort{
  font-size:14px;
  margin-bottom:25px;
}
.sort__header{
  margin-right: 25px;
}
.sort a{
  margin-right:25px;
  padding:3px;
  margin-bottom:5px;
  display: inline-block;
}
.sort a.select{
  background-color: #737373;
  color:#fff;
}
.collection{
  font-size:14px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {

  .products__col {
    width:calc((100% - 8px*2)/2);
  }
  .products__col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .product_compact{
    margin-top:19px;
  }
  .tabs{
    display:none;
  }
  .brand{
    width:100% !important;
  }
  /*
  .cover{
    background-image: url("/upload/iblock/dd3/1018-1123_2_.webp") !important;
  }*/

}

@media (max-width: 900px) {
  .product_compact .product__body{
    height:125px;
  }
  .to_cart_new{
    font-size: 14px;
    line-height: 24px;
    height: 40px;
  }
  .tabs{
    display:none;
  }
  .mobile-tabs{
    display: block;
  }
  .search{
    display: block;
  }
  .logo{
    position:absolute;
  }
  .item-search{
    display:flex;
  }
  .main{
    padding-top:145px;
  }
  .header__container{
    height:75px;
  }
  .switches__list{
    margin-top:0px;
  }
  .switch__legend{
    display:none;
  }
  #popup_no_size{
    height:580px;
  }
  .sidebar-control{
    top:157px;
  }

}

@media (min-width: 901px) {
  .switches__item:after{
    margin-left:25px;
    margin-right:25px;
    background-color:#fff;
  }
  .switches__list {
    margin-right: 20px;
  }
}

/* styles.css */

.l-wrap {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;

}
.three-col-grid::after {
  display: table;
  clear: both;
  content: '';
}
.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
  background-color: red;

}

.video-preview:after {
  content: "";
  border: 12px solid transparent;
  border-left-color: #3b3b3b;
  border-top-width: 6px;
  border-bottom-width: 6px;
  width: 0;
  height: 0;
  border-radius: 0;
  border-right-width: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  left: 4px;
}
@media (max-width: 575px) {

  /* For a 3-column grid */
  .grid-item {
    width: calc((100% - 12px * 2) / 2);
    margin-top: 24px;
    margin-right: 12px;
    float: left;
  }
  .grid-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .video-preview {
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
  }
  .collection{
    display:none;
  }
  .collection_mobile{
    display: block;
    text-align: justify;
  }
  .cover{
    height:40vh;
    min-height: 20rem;
  }
  .line2{
    height:40vh !important;
  }
  .line3{
    height:40vh !important;
  }
}
@media (min-width: 576px) {

  /* For a 3-column grid */
  .grid-item {
    width: calc((100% - 24px * 2) / 3);
    margin-top: 24px;
    margin-right: 24px;
    float: left;
  }

  .grid-item:nth-child(3n+3) {
    margin-right: 0;
    float: right;
  }

  .video-preview {
    margin-left: 370px;
    font-size: 14px;
    position: relative;
    top: -50px;
    cursor: pointer;
  }

  .collection {
    display: block;
  }

  .collection_mobile {
    display: none;
  }

}

.infoTopPage-banner{
  width:100%;
  background: #f5f7f5;
  color:#2f362f;
  font-size: 14px;
  text-align: center;
  position: relative;
  height: 40px;
  padding-top: 10px;
  font-weight:500;

}
.line2{
  height:400px;
  text-align:left;
  min-height: 400px !important;
}
.line3{
  height:60vh;
  text-align:left;
}
.cover__container_line2{
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.collection_link{
  color:#fff;
  font-size:16px;
  text-decoration: underline;
}
.cover__control_line2{
  margin-top: 1.5rem;
}
.cover__title_line2{
  font-size:1.8125rem;
  text-transform: none;
}
.goods__item2{
  min-height:400px;
}
.goods2{
  padding-top:3.375rem;
}
.goods__title2{
  text-align:center;
}
.goods__title_link{
  color:#484848;
}
.side_text{
  color:#2f362f;
  text-align:left;
}
.brand__inner_text{
  align-items:center;
}
.brand__title2{
  font-size: 1.8125rem;
  padding-bottom:30px;
}
.brand_text{
  line-height: 28px;
  font-size: 16px;
}
.brands2{
  border-bottom:0px;
  padding-bottom:1.75rem;
}
.block_feature{
  height:100px;
  text-align:center;
  padding-top: 20px;
}
.features2{
  color:#2f362f;
  background-color: #f5f7f5;
}
.icon_f{
  height:70px;
}
.img_feature{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-right:15px;
}
.block_feature_text{
  display: inline-block;
  vertical-align: middle;
  width:60%;
}
.feature_title{
  font-size:16px;
  font-weight: 800;
  padding-bottom:10px;
  text-align: left;
}
.feature_text{
  font-size:14px;
  text-align: left;

}
.block_category{
  margin-bottom:30px;
}
.icon_c{
  width:100%;

}
.img_category{
  height:auto;
  overflow: hidden;
  position: relative;
}
.block_category_text{
  position: absolute;
  background-color: #F5F7F5;
  bottom: 0px;
  height:60px;
  width: 100%;
  text-align: center;
  opacity: 0.7;
  font-size:20px;
}
.category_title{
  margin-top:16px;
}
.description_collection{
  background: #f5f7f5;
  opacity: 0.7;
  line-height: 28px;
  font-size: 16px;
  color: #2f362f;
  text-align: justify;
  padding:30px;
  margin-bottom:30px;
}
.collection_img{
  /*height:300px;*/
  width:100%;
}
.section_picture_block{
  align-items: center;
  text-align: center;
  margin-bottom:40px;

}
.banners_3line{
  height:100%;
}
.cover:after{
  background: none;
}
@media (max-width: 811px) {

  .infoTopPage-banner{
    height:70px !important;
    position: fixed !important;
    z-index: 1000;

  }
  .block_feature{
    height:165px;
  }
  .header{
    top:68px;
  }
  .navigate{
    top:144px !important;
  }

}

@media (min-width: 812px) {

  .infoTopPage-banner{
    position: fixed;
    height:50px;
    z-index: 1000;

  }

}

@media (min-width: 1024px) {

  .navigate {
    top: 125px;
  }

  .infoTopPage-banner {
    height: 40px !important;
    position: relative !important;
    z-index: 1000;

  }

}

@media (max-width: 1024px) {

  .block_feature{
    height:185px;
  }
  .block_feature_text{
    margin-top:10px;
    display:block;
    width:100%;
  }
  .feature_title{
    text-align:center;
  }
  .feature_text{
    text-align:center;
  }
  .img_feature{
    padding-right:0px;
  }
  .goods2{
    padding-top:0px;
  }
  .brands{
    padding-top:0px;
  }
  .content{
    padding-top: 9.125rem;
  }
  .product__price-sum{
    font-size:13px;
  }
  .product__price-text{
    font-size:13px;
  }
  .product__img {
    max-width: 11rem;
  }

}
@media (max-width: 620px) {
  .first-shortcut-frontpage {
    margin-top: 20px;
  }
  .brand2{
    height:43.125rem;
    padding-top:0px;
  }
  .block_feature{
    height:230px;
  }
  .block_feature_text{
    margin-top:10px;
    display:block;
    width:100%;
  }
  .feature_title{
    text-align:center;
  }
  .feature_text{
    text-align:center;
  }
  .img_feature{
    padding-right:0px;
  }
  .goods2{
    padding-top:0px;
  }
  .brands{
    padding-top:0px;
  }
}
.add_fav{
  padding-left:35px;
  padding-right:35px;
}





