@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
  ??????????????? ??????? ????? flexbox.

  ??????:
    .list {
      @include flexbox;
      @include flex-flow(row wrap);

      .item {
        @include flex-columns(2, 10px, 10px);
      }
    }
*/
@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/RobotoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoMedium';
  src: url("../fonts/RobotoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/RobotoBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  min-height: 100%;
  height: 100%;
}

html.popup_active, body.popup_active {
  overflow: hidden;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  //margin: 0 auto;
  //max-width: 1920px;
  min-width: 320px;
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px;
  color: #80909c;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.wrap {
  overflow: hidden;
}

/*
input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none !important;
}

input:hover, input:active, input:focus, input:visited,
button:hover,
button:active,
button:focus,
button:visited,
textarea:hover,
textarea:active,
textarea:focus,
textarea:visited {
  outline: none !important;
}
remove css integra
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

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

a:hover {
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
 //font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

input {
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  background-color: transparent;
}

.container-fluid {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

::-webkit-input-placeholder {
  color: #80909c;
}

::-moz-placeholder {
  color: #80909c;
}

:-moz-placeholder {
  color: #80909c;
}

:-ms-input-placeholder {
  color: #80909c;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .table-hide {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}

label.error {
  position: absolute;
  top: calc(100% + 2px);
  left: 20px;
  color: #FF0000;
}

.jq-selectbox.jqselect label.error {
  left: -20px;
}

.jq-selectbox {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  cursor: pointer;
  background-color: #fff;
}

.jq-selectbox__select-text {
  position: relative;
  height: 35px;
  padding: 9px 25px 9px 10px;
}

.jq-selectbox__select-text:before {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ee7023;
}

.jq-selectbox__dropdown {
  left: 0;
  width: 100%;
  background-color: #fff;
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #dfe4eb;
  border-top: none;
}

.jq-selectbox__dropdown li {
  position: relative;
  padding: 10px 8px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.jq-selectbox__dropdown li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 1px;
  background-color: #dfe4eb;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.jq-selectbox__dropdown li.selected {
  color: #fff;
  background-color: #dfe4eb;
}

.jq-selectbox__dropdown li.selected:before {
  opacity: 0;
}

.jq-selectbox__dropdown li.selected + li:before {
  opacity: 0;
}

@media all and (min-width: 1024px) {
  .jq-selectbox__dropdown li:hover {
    color: #fff;
    background-color: #dfe4eb;
  }
  .jq-selectbox__dropdown li:hover:before {
    opacity: 0;
  }
  .jq-selectbox__dropdown li:hover + li:before {
    opacity: 0;
  }
}

.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;
  min-height: 35px;
  padding: 8px 30px;
  border: none;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #fff;
  background-color: #ee7023;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-weight: bold;
}

@media all and (min-width: 1024px) {
  .btn:hover {
    background-color: #f28f52;
  }
}

.btn.btn_no-bg {
  min-width: 160px;
  min-height: 50px;
  border: 1px solid #ee7023;
  color: #3c434d;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}

@media all and (min-width: 1024px) {
  .btn.btn_no-bg:hover {
    color: #fff;
    background-color: #ee7023;
  }
  .btn.btn_no-bg:hover:before {
    border-right-color: #fff;
  }
}

.title-h2 {
  position: relative;
  padding-left: 24px;
  font-family: "RobotoBold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667;
  color: #3c434d;
}

.title-h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .title-h2 {
    padding-left: 31px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
  .title-h2:before {
    top: 3px;
  }
}

.slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #dde3ea;
  background-color: transparent;
  opacity: 1;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ee7023;
  background-color: #ee7023;
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #f5f5f5;
}

.popup__content {
  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;
  padding: 20px 5px 5px;
  background-color: #fff;
}

@media all and (min-width: 640px) {
  .popup__content {
    padding: 20px 25px 15px;
  }
}

.popup__text {
  max-width: 420px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.popup__text strong {
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
}

.popup__thumb {
  display: inline-block;
  margin: 0 auto 20px;
}

.popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

@media all and (max-width: 479px) {
  .popup__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup__footer .btn {
    min-width: 230px;
    margin-bottom: 10px;
  }
  .link-contact__content
  {
        padding: 5px 0 5px 10px !important;
  }
  .link-video__content
  {
        padding: 5px 0 5px 10px !important;
  }
  .link-facebook__content
  {
        padding: 5px 0 5px 10px !important;
  }
}

.popup .checkout-btn {
  margin-left: 10px;
}

@media all and (max-width: 479px) {
  .popup .checkout-btn {
    margin-left: 0;
  }
}

.cart-popup {
  max-width: 500px;
}

.cart-thumb {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: 0px 0px;
  width: 81px;
  height: 71px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  /*z-index: 10; */
  z-index: 1;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

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

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* ??? Opera Presto */
}

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

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about {
  margin: 18px 0 50px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .about {
    margin: 7px 0 70px;
  }
}

@media all and (min-width: 1024px) {
  .about {
    margin: 30px 0 100px;
  }
}

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

@media all and (min-width: 1024px) {
  .about__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.about__content {
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__content p {
    margin-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .about__content {
    display: block;
    width: 33.33%;
    margin: 0 15px;
    padding-right: 30px;
  }
}

.about__title {
  width: 100%;
  margin-bottom: 27px;
  padding-right: 20px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .about__title {
    margin-bottom: 33px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .about__title {
    width: 52%;
    padding-right: 0;
  }
}

.about__text {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .about__text {
    width: 48%;
  }
}

.about__btn {
  margin-top: 10px;
}

@media all and (min-width: 1024px) {
  .about__btn {
    margin-top: 27px;
  }
}

.about__slider {
  width: 100%;
  margin-top: 73px;
  padding-bottom: 40px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .about__slider {
    margin-top: 87px;
  }
}

@media all and (min-width: 1024px) {
  .about__slider {
    width: 66.66%;
    margin: 5px 15px 0;
  }
}

.about__slider-thumb {
  overflow: hidden;
  position: relative;
  padding-bottom: 68%;
}

@media all and (min-width: 1024px) {
  .about__slider-thumb {
    padding-bottom: 70%;
  }
}

.about__slider-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100.5%;
  min-height: 100.5%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about__slider-date {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  min-width: 150px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #fff;
  background-color: #ee7023;
}

.about__slider-title {
  margin-top: 20px;
  text-align: center;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
  text-transform: uppercase;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .about .swiper-container-horizontal > .swiper-pagination-bullets, .about .swiper-pagination-custom, .about .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about .swiper-container-horizontal > .swiper-pagination-bullets:before, .about .swiper-container-horizontal > .swiper-pagination-bullets:after, .about .swiper-pagination-custom:before, .about .swiper-pagination-custom:after, .about .swiper-pagination-fraction:before, .about .swiper-pagination-fraction:after {
    content: '';
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 100vw;
    height: 2px;
    background-color: #ee7023;
  }
  .about .swiper-container-horizontal > .swiper-pagination-bullets:after, .about .swiper-pagination-custom:after, .about .swiper-pagination-fraction:after {
    right: -55px;
    left: auto;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.breadcrumbs {
  padding: 14px 0;
  background-color: #ecf1f5;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 19px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
}

.breadcrumbs__item:after {
  content: '|';
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumbs__item:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
}

@media all and (min-width: 1024px) {
  .breadcrumbs a:hover {
    color: #ee7023;
  }
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
}

@media all and (min-width: 768px) {
  .table-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 9px 0;
    border-bottom: 3px solid #ee7023;
  }
}

.table-header > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  .table-header > li {
    min-height: 50px;
    padding: 2px 0;
    border-bottom: 3px solid #ee7023;
  }
}

.table-header__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.table-header__value,
.table-header .jq-selectbox {
  min-width: 54px;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.28571;
  color: #3c434d;
  background-color: transparent;
}

@media all and (max-width: 767px) {
  .table-header__value,
  .table-header .jq-selectbox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.table-header .jq-selectbox__select-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 0 0;
}

.table-header .jq-selectbox__dropdown ul {
  border-top: 1px solid #dfe4eb;
}

.table-header .jq-selectbox__dropdown ul li:before {
  display: none;
}

.category {
  margin: 46px 0 10px;
}

@media all and (min-width: 768px) {
  .category {
    margin: 40px 0 8px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .category__header > li:first-child {
    width: 25.5%;
  }
}

@media all and (min-width: 1024px) {
  .category__header > li:first-child {
    width: 17.5%;
  }
}

@media all and (min-width: 768px) {
  .category__header > li:nth-child(2) {
    width: 20%;
  }
}

@media all and (min-width: 768px) {
  .category__header > li:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .category__header > li:nth-child(4) .jq-selectbox {
    min-width: 247px;
  }
}

.category__list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.category__item {
  margin-bottom: 10px;
}

.category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media all and (max-width: 639px) {
  .category__link {
    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;
    padding: 30px 25px 20px;
    text-align: center;
  }
}

@media all and (min-width: 1024px) {
  .category__link:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(128, 144, 156, 0.3);
            box-shadow: 0px 5px 10px 0px rgba(128, 144, 156, 0.3);
  }
}

.category__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 25px;
  text-align: center;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .category__thumb {
    width: 18%;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1024px) {
  .category__thumb {
    width: 14%;
    margin-bottom: 0;
  }
}

.category__id {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  color: #80909c;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .category__id {
    width: 24%;
    margin-bottom: 0;
    padding: 0 10px 0 17px;
  }
}

@media all and (min-width: 1024px) {
  .category__id {
    width: 12%;
    margin-bottom: 0;
    padding: 0 10px 0 35px;
  }
}

.category__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
}

.contacts {
  padding: 40px 0 0;
  border-top: 1px solid #dddddd;
}

@media all and (min-width: 768px) {
  .contacts {
    padding: 60px 0 37px;
  }
}

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

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

@media all and (min-width: 640px) {
  .contacts__item {
    width: 50%;
    padding-right: 20px;
  }
}

@media all and (min-width: 1024px) {
  .contacts__item {
    width: 33%;
  }
}

.contacts__item:last-child {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contacts__title {
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
  //font-size: 0.875rem;
  line-height: 1.28571;
  color: #3c434d;
}

.contacts__thumb {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #313484;
}

@media all and (min-width: 768px) {
  .contacts__thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 35px;
  }
}

.contacts__thumb:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contacts__thumb.contacts__thumb-1:before {
  left: 55%;
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -132px -75px;
  width: 19px;
  height: 30px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.contacts__thumb.contacts__thumb-2:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -132px -119px;
  width: 28px;
  height: 30px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.contacts__thumb.contacts__thumb-3:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -159px -84px;
  width: 30px;
  height: 30px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.contacts__thumb.contacts__thumb-4:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -164px -119px;
  width: 30px;
  height: 23px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.contacts__text {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14286;
}

@media all and (min-width: 768px) {
  .contacts__text {
    margin-top: 10px;
  }
}

.contacts__text > span {
  display: inline-block;
}

.contacts a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1024px) {
  .contacts a:hover {
    color: #ee7023;
  }
}

.contacts a.contacts__mail {
  color: #ee7023;
}

@media all and (min-width: 1024px) {
  .contacts a.contacts__mail:hover {
    color: #313484;
  }
}

.contacts-form {
  margin: 60px 0;
}

.form {
  width: 100%;
}

.form__inner {
  padding: 30px 20px 10px 20px;
  background-color: #fff;
}

@media all and (min-width: 768px) {
  .form__inner {
    padding: 56px 50px 10px 50px;
  }
}

@media all and (min-width: 1024px) {
  .form__inner {
    padding: 56px 100px 10px 100px;
  }
}

.form__title {
  position: relative;
  margin-bottom: 36px;
  padding-top: 44px;
  font-family: "RobotoBold", sans-serif;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .form__title {
    margin-bottom: 50px;
    margin-left: 30px;
    padding-top: 0;
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 1024px) {
  .form__title {
    margin-left: 0;
  }
}

.form__title:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 25px;
  width: 30px;
  height: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .form__title:before {
    left: -30px;
    top: 0;
    width: 5px;
    height: 30px;
  }
}

.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__column {
  width: 100%;
  margin-bottom: 20px;
}

@media all and (min-width: 640px) {
  .form__column {
    width: 48.5%;
    margin-bottom: 0;
  }
}

.form__column:last-child {
  margin-bottom: 0;
}

.form input, .form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 9px 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #80909c;
}

.form input:last-child, .form textarea:last-child {
  margin-bottom: 0;
}

.form input.error, .form textarea.error {
  border-color: #ee7023;
}

.form textarea {
  height: 100%;
  margin: 0;
  resize: none;
}

@media all and (max-width: 639px) {
  .form textarea {
    padding-top: 14px;
    min-height: 215px;
  }
}

.form__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 30px;
}

@media all and (min-width: 768px) {
  .form__footer {
    padding: 40px 0 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .form__footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.form__footer .form__btn {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .form__footer .form__btn {
    -ms-flex-item-align: auto;
        align-self: auto;
    margin-top: 0;
  }
}

@media all and (min-width: 480px) {
  .form__footer .form__btn {
    width: auto;
  }
}

.form__error {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #ee7023;
}

@media all and (min-width: 768px) {
  .form__error {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .form__error {
    max-width: 380px;
  }
}

.form__error:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -203px -160px;
  width: 20px;
  height: 17px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.form__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@media all and (min-width: 640px) {
  .form__btn-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.form__btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media all and (min-width: 640px) {
  .form__btn-item {
    width: auto;
  }
}

.form__btn-item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 640px) {
  .form__btn-item:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media all and (max-width: 639px) {
  .form__btn-item .btn {
    min-width: 220px;
    margin-top: 37px;
  }
  .form__btn-item .btn:last-child {
    margin-top: 20px;
  }
}

.form__meta-btn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #3c434d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.form__meta-btn:last-child {
  margin-right: 0;
}

.form__meta-btn:before {
  content: '';
  margin-right: 20px;
}

@media all and (min-width: 1024px) {
  .form__meta-btn:hover {
    color: #ee7023;
  }
}

@media all and (max-width: 1023px) {
  .form__meta-btn.print-order {
    display: none;
  }
}

.form__meta-btn.print-order:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -107px -160px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.form__meta-btn.info-order:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -59px -160px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.contacts-partners {
  margin: 30px 0;
}

@media all and (min-width: 1024px) {
  .contacts-partners .swiper-pagination {
    display: none;
  }
  .contacts-partners .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .contacts-partners .swiper-slide {
    width: 25%;
    padding: 15px;
  }
}

.partners-list {
  padding-bottom: 60px;
}

@media all and (min-width: 1024px) {
  .partners-list {
    padding-bottom: 0;
  }
}

.partners-list__item {
  overflow: hidden;
}

.partners-list__item > * {
  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;
  min-height: 170px;
  padding: 40px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@media all and (min-width: 768px) {
  .partners-list__item > * {
    min-height: 215px;
  }
}

.partners-list__item > *:hover {
  background-color: #313484;
}

.partners-list__item > *:hover img {
  opacity: 0;
}

.partners-list__item > *:hover .partners-list__item-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.partners-list__item > * img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.partners-list__item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 10px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.partners-list__item-title {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-top: 17px;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

.partners-list__item-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ee7023;
}

.partners-list__item-text {
  margin-bottom: 10px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  font-size: 0.775rem;
 // font-weight: bold;
  line-height: 1.57143;
}

@media all and (min-width: 1250px) {
  .partners-list__item-text {
    width: 90%;
  }
}

.partners-list__item-fake-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 30px;
  text-align: right;
  margin-top: auto;
  margin-left: auto;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #ee7023;
}

.partners-list__item-fake-link:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: -16px;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
}

.partners-list__item-fake-link:after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  background-color: #ee7023;
}

.main-footer {
  margin-top: auto;
}

.main-footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

@media all and (max-width: 767px) {
  .main-footer__navigation {
    -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;
    padding: 50px 0 35px;
  }
}

.main-footer__logo {
  padding-top: 10px;
}

@media all and (min-width: 768px) {
  .main-footer__logo {
    width: 26%;
  }
}

.main-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

@media all and (max-width: 767px) {
  .main-footer__menu {
    display: none;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .main-footer__menu {
    width: 59%;
  }
}

@media all and (min-width: 1200px) {
  .main-footer__menu {
    width: 54%;
  }
}

.main-footer__menu li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14286;
  color: #80909c;
}

.main-footer__menu a {
  color: inherit;
}

.main-footer__menu-item {
  width: 50%;
  padding-right: 15px;
}

@media all and (min-width: 1024px) {
  .main-footer__menu-item {
    width: 32%;
  }
}

@media all and (min-width: 1024px) {
  .main-footer__menu-item.main-footer__menu-products {
    width: 88%;
  }
}

.main-footer__menu-products .main-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-footer__menu-products li {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .main-footer__menu-products li {
    width: 50%;
  }
}

.main-footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 767px) {
  .main-footer__contacts {
    margin-top: 30px;
  }
}

@media all and (min-width: 768px) {
  .main-footer__contacts {
    width: 20%;
    margin-left: auto;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .main-footer__contacts {
    width: 15%;
  }
}

@media all and (min-width: 1200px) {
  .main-footer__contacts {
    width: 13%;
  }
}

.main-footer__title {
  margin-bottom: 10px;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14286;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #3c434d;
}

.main-footer__phone {
  font-family: "RobotoBold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  color: #3c434d;
}

.main-footer__mail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 5.54286;
  color: #80909c;
}

.main-footer__meta {
  background-color: #27282e;
  padding: 25px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.main-footer__meta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 768px) {
  .main-footer__meta-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main-footer a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1024px) {
  .main-footer a:hover {
    color: #ee7023;
  }
}

.developed {
  margin: 20px 35px 0 auto;
  color: #80909c;
}

@media all and (min-width: 768px) {
  .developed {
    margin: 0;
  }
}

.developed a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "RobotoBold", sans-serif;
  color: #fff;
}

.developed a:after {
  content: '';
  display: inline-block;
  margin-left: 35px;
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -30px -160px;
  width: 25px;
  height: 25px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.footer-logo {
  display: inline-block;
  max-width: 200px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .footer-logo {
    max-width: 150px;
  }
}

@media all and (max-width: 1199px) {
  .main-header {
    padding: 20px 0;
  }
}

.main-header__inner {
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 639px) {
  .main-header .logo {
    max-width: 140px;
  }
}

.main-header__phone {
  position: relative;
  margin-left: 80px;
  color: #3c434d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-family: "RobotoBold", sans-serif;
}

@media all and (max-width: 767px) {
  .main-header__phone {
    display: none;
  }
}

.main-header__phone:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #ee7023;
  pointer-events: none;
}

@media all and (min-width: 1024px) {
  .main-header__phone:hover {
    color: #ee7023;
  }
}

.main-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

@media all and (max-width: 1199px) {
  .main-header__menu {
    display: none;
    position: absolute;
    left: -15px;
    top: calc(100% + 20px);
    max-width: 1170px;
    width: calc(100% + 30px);
    padding: 0;
    -webkit-box-shadow: 1px 4px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 4px 25px 0 rgba(0, 0, 0, 0.1);
  }
}

.main-header__menu > li.active {
  background-color: #313484;
  color: #fff;
}

@media all and (max-width: 1199px) {
  .main-header__menu > li:first-child .main-header__menu-item {
    border-top: none;
  }
}

.main-header__menu li {
  font-family: "Roboto Medium", sans-serif;
  color: #3c434d;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

@media all and (max-width: 1199px) {
  .main-header__menu li {
    padding: 0 15px;
  }
}

@media all and (min-width: 1200px) {
  .main-header__menu li:hover {
    color: #fff;
    background-color: #313484;
  }
  .main-header__menu li:hover .main-header__submenu {
    pointer-events: auto;
    opacity: 1;
  }
  .main-header__menu li:hover .arrow-icon:after {
    border-color: #fff;
  }
}

.main-header__menu li.main-header__menu-row .main-header__submenu {
  background-color: #313484;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-row .main-header__submenu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
  }
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-row .main-header__submenu:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #313484;
  }
}

.main-header__menu li.main-header__menu-row .main-header__submenu li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-row .main-header__submenu li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

}

@media all and (max-width: 1199px) {
.main-header__menu li.main-header__menu-row .main-header__submenu li {
  text-align: left !important;
}
}

.main-header__menu li.main-header__menu-row .main-header__submenu li:last-child {
  border-right: none;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-row .main-header__submenu li:hover {
    color: #ee7023;
  }
  .main-header__menu li.main-header__menu-row .main-header__submenu li:hover .main-header__submenu-icon:before {
    opacity: 0;
  }
  .main-header__menu li.main-header__menu-row .main-header__submenu li:hover .main-header__submenu-icon:after {
    opacity: 1;
  }
}

.main-header__menu li.main-header__menu-row .main-header__submenu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 11px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-row .main-header__submenu a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 10px 40px;
  }
}

.main-header__menu li.main-header__menu-column {
  position: relative;
}

.main-header__menu li.main-header__menu-column .main-header__submenu {
  min-width: 247px;
  background-color: #313484;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-column .main-header__submenu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.main-header__menu li.main-header__menu-column .main-header__submenu li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  text-transform: uppercase;
  color: #fff;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-column .main-header__submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header__menu li.main-header__menu-column .main-header__submenu li:hover {
    background-color: #464991;
    border-bottom-color: transparent;
  }
}

.main-header__menu li.main-header__menu-column .main-header__submenu a {
  display: block;
  padding: 16px 10px;
}

@media all and (min-width: 1200px) {
  .main-header__menu li.main-header__menu-column .main-header__submenu a {
    padding: 13px 28px;
  }
}

.main-header__menu-item {
  display: block;
  height: 100%;
  padding: 16px 0;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

@media all and (max-width: 1199px) {
  .main-header__menu-item {
    border-top: 1px solid #dfe4eb;
  }
}

@media all and (min-width: 1200px) {
  .main-header__menu-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px 14px;
  }
}

.main-header__menu-item.arrow-icon:after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #3c434d;
  border-bottom: 1px solid #3c434d;
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media all and (max-width: 1199px) {
  .main-header__menu-item.arrow-icon:after {
    position: absolute;
    right: 10px;
    top: 49%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}

.main-header__menu a, .main-header__menu span {
  position: relative;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
}

.main-header__submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (max-width: 1199px) {
  .main-header__submenu {
    width: calc(100% + 30px);
    margin: 0px -15px;
  }
  .main-header__submenu a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header__submenu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media all and (min-width: 1200px) {
  .main-header__submenu {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.main-header__submenu-icon {
  display: inline-block;
}

@media all and (max-width: 1199px) {
  .main-header__submenu-icon {
    max-width: 55px !important;
    width:55px !important;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media all and (min-width: 1200px) {
  .main-header__submenu-icon {
    position: relative;
    margin-bottom: 10px;
  }
}

.main-header__submenu-icon:before {
  content: '';
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media all and (max-width: 1199px) {
  .main-header__submenu-icon:before {
    margin: auto;
  }
}

.main-header__submenu-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media all and (max-width: 1199px) {
  .main-header__submenu-icon:after {
    margin: auto;
  }
}     
.main-header__submenu-icon.icon-47010:after,
.main-header__submenu-icon.icon-47010:before
{
    background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
    background-position: -203px -88px;
    width: 26px;
    height: 40px;
    background-size: 232px, 200px;
    background-repeat: no-repeat
}
.main-header__submenu-icon.icon-47010:after {
    background-position: 0 -160px
}


.main-header__submenu-icon.icon-47015:after,
.main-header__submenu-icon.icon-47015:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
    background-position: -159px -43px;
    width: 40px;
    height: 37px;
    background-size: 232px, 200px;
    background-repeat: no-repeat
}
.main-header__submenu-icon.icon-47015:after,
.main-header__submenu-icon.icon-47015:before {
    background-position: 0 -119px
}
.main-header__submenu-icon.icon-47015:after,
.main-header__submenu-icon.icon-47015:before {
    background-position: -88px -75px;
    height: 39px
}
.main-header__submenu-icon.icon-47015:after {
    background-position: -159px 0
}


/*
.main-header__submenu-icon.icon-3:after,
.main-header__submenu-icon.icon-3:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
    background-position: -203px -88px;
    width: 26px;
    height: 40px;
    background-size: 232px, 200px;
    background-repeat: no-repeat
}
.main-header__submenu-icon.icon-3:after,
.main-header__submenu-icon.icon-3:before {
    background-position: 0 -160px
}
.main-header__submenu-icon.icon-3:after,
.main-header__submenu-icon.icon-3:before {
    background-position: -44px -119px;
    width: 40px;
    height: 34px
}
.main-header__submenu-icon.icon-3:after {
    background-position: -88px -119px
}
*/

.main-header__submenu-icon.icon-47011:after,
.main-header__submenu-icon.icon-47011:before {
    background-image: url(../img/fasteners_1.png);
    width: 40px;
    height: 38px;
    background-repeat: no-repeat
}

.main-header__submenu-icon.icon-47011:after {
  background-image: url(../img/fasteners_2.png);
}




.main-header__submenu-icon.icon-47013:after,
.main-header__submenu-icon.icon-47013:before {
    background-image: url(../img/tapes_1.png);
    width: 40px;
    height: 39px;
    background-repeat: no-repeat
}
/*
.main-header__submenu-icon.icon-47013:after,
.main-header__submenu-icon.icon-47013:before {
   // background-position: -44px -75px
}
.main-header__submenu-icon.icon-47013:after,
.main-header__submenu-icon.icon-47013:before {
    //background-position: -203px 0;
    //width: 29px
}
*/
.main-header__submenu-icon.icon-47013:after {
  background-image: url(../img/tapes_2.png);
}

/*
.main-header__submenu-icon.icon-47014:after,
.main-header__submenu-icon.icon-47014:before {
   // background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
   // background-position: -159px -43px;
   background-image: url(../img/aerosol_1.png);
    width: 40px;
   // height: 37px;
    height: 36px;
   // background-size: 232px, 200px;
    background-repeat: no-repeat
}
.main-header__submenu-icon.icon-47014:after 
{
    //background-position: 0 -119px
    background-image: url(../img/aerosol_2.png);
}
 */
 
.main-header__submenu-icon.icon-47014:after,
.main-header__submenu-icon.icon-47014:before {
    background-image: url(../img/aerosol_1.png);
    width: 40px;
    height: 39px;
    background-repeat: no-repeat
}

.main-header__submenu-icon.icon-47014:after {
  background-image: url(../img/aerosol_2.png);
}



.main-header__submenu-icon.icon-47012:after,
.main-header__submenu-icon.icon-47012:before{
    background-image: url(../img/safety_1.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat
}
.main-header__submenu-icon.icon-47012:after {
    background-image: url(../img/safety_2.png);
}


@media all and (max-width: 1199px) {
  .submenu.on {
    color: #fff;
    background-color: #313484;
  }
  .submenu.on .main-header__menu-item {
    border-color: transparent;
  }
  .submenu.on .arrow-icon:after {
    border-color: #fff;
  }
}

.menu-btn {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 35px;
  border: none;
  background-color: transparent;
}

@media all and (min-width: 640px) {
  .menu-btn {
    margin-left: 55px;
  }
}

.menu-btn:before, .menu-btn:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ee7023;
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
  transition: transform 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}

.menu-btn:before {
  top: 30%;
}

.menu-btn:after {
  bottom: 30%;
}

@media all and (min-width: 1200px) {
  .menu-btn {
    display: none;
    margin-left: auto;
  }
}

.menu-btn.on:before {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn.on:after {
  bottom: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*
.cart-link {
  position: relative;
  margin-left: 30px;
  padding-right: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media all and (max-width: 479px) {
  .cart-link {
    margin-left: auto;
  }
}

@media all and (min-width: 640px) {
  .cart-link:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #dfe4eb;
  }
}

.cart-link:after {
  content: '';
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -203px -132px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

@media all and (min-width: 1024px) {
  .cart-link:hover {
    opacity: 0.7;
  }
}

.cart-link > span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  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;
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #ee7023;
}
*/

.cart-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 15px 15px;
  background-color: #ee7023;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media all and (max-width: 479px) {
  .cart-link {
    margin-left: auto;
  }
}

@media all and (min-width: 640px) {
  .cart-link {
    margin-left: 0;
    padding: 15px 25px;
  }
}

@media all and (min-width: 1024px) {
  .cart-link:hover {
    opacity: 0.7;
  }
}

.cart-link__title {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "RobotoBold", sans-serif;
  color: #fff;
}

.cart-link__counter {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 17px;
  margin-right: 10px;
  padding: 2px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #ee7023;
  background-color: #fff;
}

.cart-link__counter:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/png-sprite/96dpi/sprite_v2.png);
  background-position: -203px -132px;
  width: 20px;
  height: 20px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}


.lang {
  position: relative;
  margin: 0 0 0 auto;
}

@media all and (min-width: 640px) and (max-width: 1199px) {
  .lang {
    margin: 0 30px 0 auto;
  }
}

@media all and (min-width: 1200px) {
  .lang {
    margin: 0 auto;
  }
}

@media all and (max-width: 479px) {
  .lang_desktop {
    //display: none;
  }
}

.lang_mobile {
  margin: 0;
  background-color: #ecf1f5;
}

@media all and (min-width: 480px) {
  .lang_mobile {
    display: none;
  }
}

.lang__item {
  display: inline-block;
  margin-right: 20px;
  padding: 14px 10px;
}

.lang__item:first-child {
  padding-left: 0;
}

.lang__item.current {
  font-family: "RobotoBold", sans-serif;
}

.lang__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  color: #3c434d;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1024px) {
  .lang__btn:hover {
    color: #ee7023;
  }
}

.lang__btn:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ee7023;
}

.lang__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #dfe4eb;
  background-color: #fff;
}

.lang__list li {
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.lang__list li:first-child:before {
  display: none;
}

@media all and (min-width: 1024px) {
  .lang__list li:hover {
    color: #fff;
    background-color: #dfe4eb;
  }
  .lang__list li:hover:before {
    opacity: 0;
  }
  .lang__list li:hover + li:before {
    opacity: 0;
  }
}

.lang__list li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 1px;
  background-color: #dfe4eb;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lang__list a {
  display: block;
  padding: 10px 8px;
  text-align: center;
  color: inherit;
}


.link-facebook {
  position: fixed;
  z-index: 25;
  top: 50vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  min-height: 50px;
  padding-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #fff;
  background-color: #395693;
  -webkit-transition: padding-right 0.3s, width 0.3s;
  transition: padding-right 0.3s, width 0.3s;
}

.link-facebook:hover {
  width: 230px;
  padding-right: 10px;
}



.link-contact {
  position: fixed;
  z-index: 25;
  top: 40vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  min-height: 50px;
  padding-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #fff;
  background-color: #ee7023;
  -webkit-transition: padding-right 0.3s, width 0.3s;
  transition: padding-right 0.3s, width 0.3s;
}

.link-contact:hover {
  width: 350px;
  padding-right: 10px;
}

.link-video {
  position: fixed;
  z-index: 25;
  top: 70vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  min-height: 50px;
  padding-right: 0;
  font-size: 14px;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #fff;
  background-color: #c70000;
  -webkit-transition: padding-right 0.3s, width 0.3s;
  transition: padding-right 0.3s, width 0.3s;
}

.link-video:hover {
  width: 230px;
  padding-right: 10px;
}


@media all and (min-width: 480px) {
  .link-contact:hover {
    width: 400px;
    padding-right: 20px;
  }
  .link-contact:hover:before {
    margin-right: 10px;
  }
  
  .link-video:hover {
    width: 230px;
    padding-right: 20px;
  }
  .link-video:hover:before {
    margin-right: 10px;
  }
  
  .link-facebook:hover {
    width: 230px;
    padding-right: 20px;
  }
  .link-facebook:hover:before {
    margin-right: 10px;
  }
  
}

.link-contact:hover .link-contact__content {
  width: 100%;
  opacity: 1;
}

.link-video:hover .link-video__content {
  width: 100%;
  opacity: 1;
}

.link-facebook:hover .link-facebook__content {
  width: 100%;
  opacity: 1;
}

@media all and (min-width: 480px) {
  .link-contact {
    font-size: 16px;
    font-size: 0.95rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 280px) and (max-width: 399px) {
  .link-contact {
    top: 53vw;
  }
  .link-video {
    top: 70vw;
  }
  .link-facebook {
    top: 87vw;
  }
}

@media all and (min-width: 400px) and (max-width: 479px) {
  .link-contact {
    top: 45vw;
  }
  .link-video {
    top: 60vw;
  } 
  .link-facebook {
    top: 75vw;
  }  
}
                                                 
@media all and (min-width: 480px) and (max-width: 1000px) {
  .link-video {
    top: 27vw;
  } 
}

@media all and (min-width: 480px) and (max-width: 1599px) {
  .link-contact {
    top: 16vw;
  } 
}  

@media all and (min-width: 480px) and (max-width: 1599px) {
  .link-facebook {
    top: 38vw;
  } 
}  

@media all and (min-width: 1001px) and (max-width: 1599px) {
  .link-contact {
    top: 16vw;
  }
  .link-video {
    top: 22vw;
  } 
  .link-facebook {
    top: 28vw;
  } 
}

@media all and (min-width: 1600px) {
  .link-contact {
    top: 200px;
  }
  .link-video {
    top: 270px;
  }
  .link-facebook {
    top: 340px;
  }
}

.link-contact:before {
  content: '';
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: block;
  width: 50px;
  height: 100%;
  margin-right: 0;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}

.link-video:before {
  content: '';
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: block;
  width: 50px;
  height: 100%;
  margin-right: 0;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}

.link-facebook:before {
  content: '';
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: block;
  width: 50px;
  height: 100%;
  margin-right: 0;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}

.link-contact:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/png-sprite/96dpi/sprite_v2.png);
  background-position: -83px -160px;
  width: 20px;
  height: 20px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.link-video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/red_video.png);
  //background-position: -83px -160px;
  width: 40px;
  height: 40px;
 // background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.link-facebook:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/fbicon.png);
  //background-position: -83px -160px;
  width: 40px;
  height: 40px;
 // background-size: 253px, 222px;
  background-repeat: no-repeat;
}


.link-contact__content {
  overflow: hidden;
  display: block;
  width: 0;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.link-video__content {
  overflow: hidden;
  display: block;
  width: 0;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.link-facebook__content {
  overflow: hidden;
  display: block;
  width: 0;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}


.hero {
  position: relative;
}

.hero__thumb {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .hero__thumb {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
    font-family: 'object-fit: cover; object-position:  40% 50%;';
  }
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 410px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 105px;
}

@media all and (min-width: 768px) {
  .hero__inner {
    min-height: 500px;
  }
}

.hero__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .hero__title {
    font-size: 36px;
    font-size: 2.25rem;
    /*line-height: 0.83333;*/
  }
}

.hero__title > * {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 11px 0;
  padding: 0 20px;
  border-left: 5px solid #ee7023;
}

@media all and (min-width: 768px) {
  .hero__title > * {
    width: 50%;
    margin: 24px 0;
    padding: 0 20px 0 29px;
  }
}

.map-box {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 768px) {
  .map-box {
    height: 600px;
  }
}

#map {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 768px) {
  #map {
    height: 600px;
  }
}

.page-title {
  padding: 60px 0 40px;
  background-color: #fff;
}

@media all and (min-width: 768px) {
  .page-title {
    padding: 60px 0;
  }
}

.page-title__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  .page-title__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-title__content .btn {
  min-width: 220px;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .page-title__content .btn {
    min-width: auto;
    margin-top: 0;
  }
}

.page-title__text {
  position: relative;
  padding-top: 20px;
  font-family: "RobotoBold", sans-serif;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .page-title__text {
    padding-top: 0;
    padding-left: 24px;
    text-align: left;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.77778;
  }
}

.page-title__text:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .page-title__text:before {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 5px;
    height: 30px;
  }
}

.product-hero {
  padding: 55px 0 60px;
  background-color: #fff;
}

.product-hero__inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media all and (min-width: 768px) {
  .product-hero__inner {
    text-align: left;
  }
}

@media all and (min-width: 1024px) {
  .product-hero__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.product-hero__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .product-hero__thumb {
    width: 30%;
  }
}

@media all and (min-width: 1024px) {
  .product-hero__thumb {
    width: 23%;
  }
}

.product-hero__thumb img {
  max-width: 100%;
}

.product-hero__title {
  width: 100%;
  margin-top: 50px;
  font-family: "RobotoBold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .product-hero__title {
    width: 70%;
    margin-top: 0;
    padding: 0 40px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.19444;
  }
}

@media all and (min-width: 1024px) {
  .product-hero__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}

.product-hero__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .product-hero__btn {
    margin-top: 40px;
  }
}

@media all and (min-width: 1024px) {
  .product-hero__btn {
    width: auto;
    margin-top: 0;
    text-align: left;
  }
}

.product-hero .btn {
  position: relative;
}

.product-hero .btn:before {
  content: '';
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 5px solid transparent;
  border-right: 9px solid #ee7023;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.pagination {
  margin-bottom: 65px;
}

@media all and (min-width: 768px) {
  .pagination {
    margin-bottom: 50px;
  }
}

@media all and (min-width: 1024px) {
  .pagination__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pagination__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

@media all and (max-width: 767px) {
  .pagination__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px;
  }
}

.pagination__item {
  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;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-family: "RobotoBold", sans-serif;
  background-color: #fff;
  color: #3c434d;
}

@media all and (min-width: 1024px) {
  .pagination__item:hover a {
    color: #fff;
    background-color: #ee7023;
  }
  .pagination__item:hover.pagination-prev:before, .pagination__item:hover.pagination-next:before {
    border-color: #fff;
  }
}

.pagination__item.active {
  color: #fff;
  background-color: #ee7023;
}

@media all and (max-width: 767px) {
  .pagination__item.pagination-prev, .pagination__item.pagination-next {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

.pagination__item.pagination-prev:before, .pagination__item.pagination-next:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #3c434d;
  border-right: 2px solid #3c434d;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .pagination__item.pagination-prev {
    -webkit-transform: translateX(calc(-100% - 10px));
            transform: translateX(calc(-100% - 10px));
  }
}

.pagination__item.pagination-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.print-btn {
  display: none;
}

@media all and (min-width: 1024px) {
  .print-btn {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #3c434d;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .print-btn:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 18px;
    background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
    background-position: -107px -160px;
    width: 20px;
    height: 20px;
    background-size: 232px, 224px;
    background-repeat: no-repeat;
  }
  .print-btn:hover {
    color: #ee7023;
  }
}

.partners {
  padding: 25px 0 5px;
  background-color: #f5f5f5;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .partners {
    padding: 65px;
  }
}

@media all and (min-width: 1024px) {
  .partners {
    padding: 68px 0 65px;
  }
}

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

@media all and (max-width: 767px) {
  .partners__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.partners__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
}

@media all and (max-width: 767px) {
  .partners__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}

.partners__title {
  padding: 0;
}

.partners__title:before {
  display: none;
}

.partners__all {
  display: inline-block;
  border-bottom: 2px solid #ee7023;
  font-family: "RobotoBold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 1.4px;
  color: #3c434d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .partners__all {
    margin-top: 10px;
  }
}

@media all and (min-width: 1024px) {
  .partners__all:hover {
    color: #ee7023;
  }
}

@media all and (max-width: 767px) {
  .partners__slider {
    padding-bottom: 58px;
  }
}

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

@media all and (max-width: 767px) {
  .partners__slider-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.partners__slider-item > * {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media all and (min-width: 1024px) {
  .partners__slider-item > *:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

@media all and (min-width: 768px) {
  .partners .swiper-pagination {
    display: none;
  }
}

.partners .swiper-slide {
  height: auto;
}

.products {
  margin: 45px 0 45px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .products {
    margin: 88px 0 75px;
  }
}

@media all and (min-width: 1024px) {
  .products {
    margin: 95px 0 75px;
  }
}

.products__title {
  margin-bottom: 36px;
}

@media all and (min-width: 768px) {
  .products__title {
    margin-bottom: 20px;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 10px);
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 768px) {
  .products__list {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5px;
}

@media all and (min-width: 768px) {
  .products__item {
    width: 33.33%;
    padding: 15px;
  }
}

.products__link {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 118px 25px 12px;
  font-family: "RobotoBold", sans-serif;
  font-weight:bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #3c434d;
  background-color: #ecf1f5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .products__link {
    min-height: 215px;
    padding: 175px 25px 20px;
  }
}

@media all and (min-width: 1024px) {
  .products__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 200px;
    padding: 20px 25px 20px 40px;
  }
}

.products__link:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  background-color: #313484;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media all and (min-width: 1024px) {
  .products__link:hover {
    color: #fff;
  }
  .products__link:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .products__link:hover .products__link-title:before {
    opacity: 1;
  }
}

.products__link-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}

@media all and (min-width: 1024px) {
  .products__link-title {
    max-width: 105px;
    text-align: left;
  }
}

.products__link-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -30px -189px;
  width: 27px;
  height: 9px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.products__thumb {
  position: absolute;
  background-color: #ecf1f5;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 100px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .products__thumb {
    top: 20px;
    max-width: 160px;
  }
}

@media all and (min-width: 1024px) {
  .products__thumb {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 65%;
  }
}

.products__thumb img {
  max-height: 100%;
}

.ie11 .products__link {
  border: 1px solid #dfe4eb;
  background-color: transparent;
}

.ie11 .products__thumb {
  background-color: transparent;
}

.product {
  margin: 45px 0 30px;
}

@media all and (min-width: 768px) {
  .product {
    margin: 35px 0 30px;
  }
}

.product__title-line {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .product__title-line {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .product__title-line > li:nth-child(1) {
    width: 25%;
    padding-right: 10px;
  }
}

@media all and (min-width: 1024px) {
  .product__title-line > li:nth-child(1) {
    width: 17%;
  }
}

@media all and (min-width: 768px) {
  .product__title-line > li:nth-child(2) {
    width: 30%;
    padding-right: 10px;
  }
}

@media all and (min-width: 1024px) {
  .product__title-line > li:nth-child(2) {
    width: 20%;
  }
}

@media all and (min-width: 768px) {
  .product__title-line > li:nth-child(3) {
    width: 30%;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.product__header {
  display: none;
}

@media all and (min-width: 768px) {
  .product__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 22px 0 20px;
    padding: 0;
    list-style: none;
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-transform: uppercase;
    color: #3c434d;
  }
}

.product__header > li {
  display: none;
  padding-right: 10px;
}

@media all and (min-width: 1024px) {
  .product__header > li {
    display: block;
  }
}

.product__header > li:nth-child(1) {
  width: 20%;
  padding-left: 10px;
}

@media all and (max-width: 1023px) {
  .product__header > li:nth-child(1) {
    display: block;
    width: 25%;
    padding-left: 32px;
  }
}

@media all and (max-width: 1023px) {
  .product__header > li:nth-child(2) {
    display: block;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .product__header > li:nth-child(2) {
    width: 30%;
  }
}

@media all and (min-width: 1200px) {
  .product__header > li:nth-child(2) {
    width: 30%;
  }
}

.product__header > li:nth-child(3) {
  width: 8.5%;
}

.product__header > li:nth-child(4) {
  width: 8.5%;
}

.product__header > li:nth-child(5) {
  width: 8.5%;
}

.product__header > li:nth-child(6) {
  width: 9%;
}

.product__header > li:nth-child(7) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
media (min-width: 1024px){
.product__header>li:nth-child(7) {
    padding-left: 24px;
}
}
.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-weight:bold;
  text-transform: uppercase;
  color: #3c434d;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media all and (min-width: 1024px) {
  .product__item:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(128, 144, 156, 0.3);
            box-shadow: 0px 5px 10px 0px rgba(128, 144, 156, 0.3);
  }
}

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

@media all and (min-width: 768px) {
  .product__item li {
    min-height: 60px;
    padding: 10px 10px 10px 0;
  }
}

.product__item li:nth-child(1) {
  width: 100%;
  text-align: center;
  color: #80909c;
}

@media all and (max-width: 767px) {
  .product__item li:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 26px 10px 13px;
  }
}

@media all and (min-width: 768px) {
  .product__item li:nth-child(1) {
    width: 25%;
    padding-left: 32px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
  }
}

@media all and (min-width: 1024px) {
  .product__item li:nth-child(1) {
    width: 20%;
    padding-left: 20px;
    border-bottom: none;
  }
}

.product__item li:nth-child(2) {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

@media all and (max-width: 767px) {
  .product__item li:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px;
    padding: 0 10px 27px;
  }
}

@media all and (min-width: 768px) {
  .product__item li:nth-child(2) {
    width: 75%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .product__item li:nth-child(2) {
    width: 30%;
    border-bottom: none;
  }
}

@media all and (min-width: 1200px) {
  .product__item li:nth-child(2) {
    width: 30%;
    border-bottom: none;
  }
}

.product__item li:nth-child(3) {
  width: 18%;
  padding-left: 33px;
}

@media all and (max-width: 767px) {
  .product__item li:nth-child(3) {
    width: 44%;
    padding-left: 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
  }
  .product__item li:nth-child(3)[data-title]:before {
    position: absolute;
    left: 40px;
    top: -28px;
  }
}

@media all and (min-width: 1024px) {
  .product__item li:nth-child(3) {
    width: 8.5%;
    padding-left: 0;
  }
}

.product__item li:nth-child(4) {
  width: 15%;
}

@media all and (max-width: 767px) {
  .product__item li:nth-child(4) {
    width: 30%;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
  }
  .product__item li:nth-child(4)[data-title]:before {
    position: absolute;
    left: 0;
    top: -28px;
  }
}

@media all and (min-width: 1024px) {
  .product__item li:nth-child(4) {
    width: 8.5%;
  }
}

.product__item li:nth-child(5) {
  position: relative;
  width: 18%;
}

@media all and (max-width: 767px) {
  .product__item li:nth-child(5) {
    width: 24%;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
  }
  .product__item li:nth-child(5)[data-title]:before {
    position: absolute;
    left: 0;
    top: -28px;
  }
  .product__item li:nth-child(5):after {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .product__item li:nth-child(5) {
    padding-right: 5%;
  }
}

@media all and (min-width: 1024px) {
  .product__item li:nth-child(5) {
    width: 8.5%;
    padding-right: 4%;
  }
}

.product__item li:nth-child(5):after {
  content: 'x';
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "RobotoBold", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: inherit;
}

@media all and (min-width: 1024px) {
  .product__item li:nth-child(5):after {
    right: 34%;
  }
}

.product__item li:nth-child(6) {
  width: 22%;
}

@media all and (min-width: 1024px) {
  .product__item li:nth-child(6) {
    width: 9%;
  }
}

@media all and (max-width: 767px) {
  .product__item li:nth-child(6) {
    position: relative;
    width: 44%;
    padding: 16px 10px 16px 35px;
  }
}

@media all and (max-width: 479px) {
  .product__item li:nth-child(6) {
    padding: 45px 10px 16px 35px;
  }
  .product__item li:nth-child(6)[data-title]:before {
    position: absolute;
    left: 35px;
    top: 15px;
  }
}

.product__item li:nth-child(7) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media all and (max-width: 479px) {
  .product__item li:nth-child(7) {
    position: relative;
    padding-top: 25px;
  }
  .product__item li:nth-child(7)[data-title]:before {
    position: absolute;
    left: 0;
    top: -12px;
  }
}

.product__item li:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 auto;
  padding: 0;
  width: 70px;
}

@media all and (max-width: 767px) {
  .product__item li:last-child {
    margin: 0 5px 0 auto;
  }
}

@media all and (min-width: 1024px) {
  .product__item li:last-child {
    margin: 0;
  }
}

.product__item li[data-title] {
  position: relative;
}

.product__item li[data-title]:before {
  content: attr(data-title);
  display: block;
  margin-right: 12px;
  font-family: "RobotoRegular", sans-serif;
  text-transform: none;
  color: #80909c;
}

@media all and (min-width: 1024px) {
  .product__item li[data-title]:before {
    display: none;
  }
}

/*new style*/
.product__thumb {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  width: 30px;
  height: 30px;
}

@media all and (min-width: 1024px) {
  .product__thumb:hover:before {
    opacity: 0;
  }
  .product__thumb:hover:after {
    opacity: 1;
  }
}

.product__thumb:before, .product__thumb:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product__thumb:before {
  background-image: url(../img/png-sprite/96dpi/sprite_v2.png);
  background-position: 0px -204px;
  width: 20px;
  height: 18px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.product__thumb:after {
  opacity: 0;
  background-image: url(../img/png-sprite/96dpi/sprite_v2.png);
  background-position: -24px -204px;
  width: 20px;
  height: 18px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.product__sale {
  color: #80909c;
}

.product__sale > span:not([class]) {
  text-decoration: line-through;
  font-family: "RobotoRegular", sans-serif;
}

.product__sale-label {
  position: absolute;
  top: 45%;
  right: -10px;
  display: inline-block;
  padding: 9px 6px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-radius: 4px;
  pointer-events: none;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  opacity: 0;
  color: #fff;
  background-color: #ee7023;
  -webkit-box-shadow: 0 5px 10px 0 rgba(128, 144, 156, 0.3);
          box-shadow: 0 5px 10px 0 rgba(128, 144, 156, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product__sale-label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ee7023;
}

.product__new-price {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  color: #ee7023;
}

@media all and (min-width: 1024px) {
  .product__new-price:hover .product__sale-label {
    opacity: 1;
  }
}
/*new style*/

.add-cart {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media all and (max-width: 767px) {
  .add-cart {
    height: 60px;
  }
}

.add-cart:before, .add-cart:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.add-cart:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -131px -160px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.add-cart:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -155px -160px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
  opacity: 0;
}

@media all and (min-width: 1024px) {
  .add-cart:hover {
    background-color: #ee7023;
  }
  .add-cart:hover:before {
    opacity: 0;
  }
  .add-cart:hover:after {
    opacity: 1;
  }
}

.quantity {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  text-align: center;
  font-family: "RobotoRegular", sans-serif;
}

.products-page {
  padding: 40px 0 30px;
}

@media all and (min-width: 768px) {
  .products-page {
    padding: 60px 0 20px;
  }
}

.products-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

@media all and (min-width: 768px) {
  .products-page__list {
    margin: 0 -15px;
  }
}

.products-page__link {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  background-color: #fff;
}

.products-page__link_2 {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  background-color: #fff;
}

@media all and (min-width: 640px) and (max-width: 767px) {
  .products-page__link {
    width: calc(33% - 16px);
  }
  .products-page__link_2 {
    width: calc(33% - 16px);
  }
}

@media all and (min-width: 768px) {
  .products-page__link {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
  }
  .products-page__link_2 {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}

@media all and (min-width: 1024px) {
  .products-page__link:hover:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .products-page__link:hover:after {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  .products-page__link:hover .products-page__title {
    color: #fff;
  }

  .products-page__link_2:hover:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .products-page__link_2:hover:after {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  .products-page__link_2:hover .products-page__title {
    color: #fff;
  }
  .products-page__link_2:hover .products-page__title_2 {
    color: #fff;
  }
}

.products-page__link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36%;
  background-color: #313484;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.products-page__link:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 26%;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  background-image: url(../img/png-sprite/96dpi/sprite_v2.png);
  background-position: -30px -189px;
  width: 27px;
  height: 9px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}   


.products-page__link_2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: #313484;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;

}
/*
.uzr_block:hover
{
  background-color: #313484;
  background-size: 100% 200%; 
  background-image: linear-gradient(to bottom, #313484 50%, #FFF 50%);
  transition: 
    background-position .2s ease-in-out, 
    color .2s ease-in-out;
}
.products-page__title_2___ .page__link_2:hover 
{
    color: #313484 !important;
}
.products-page__title_2___:hover
{
    color: #313484 !important;
}
*/
.products-page__link_2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 26%;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  /*
  background-image: url(../img/png-sprite/96dpi/sprite_v2.png);
  background-position: -30px -189px;  */
  width: 27px;
  height: 9px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.products-page__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.products-page__thumb img {
  max-width: 100%;
}

.products-page__title {
  position: absolute;
  z-index: 1;
  top: 58%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 42%;
  padding: 10px 20px 5%;
  font-family: "RobotoBold", sans-serif;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #3c434d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.products-page__title_2 {
  position: absolute;
  z-index: 1;
  top: 58%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 42%;
  padding: 10px 20px 5%;
  font-family: "RobotoBold", sans-serif;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #3c434d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 360px) {
  .products-page__title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.30769;
  }
  .products-page__title_2 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.30769;
  }
}

@media all and (max-width: 767px) {
  .products-page__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products-page__title_2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 400px) and (max-width: 767px) {
  .products-page__title {
    top: 68%;
    height: 38%;
  }
  .products-page__title_2 {
    top: 68%;
    height: 38%;
  }
}

@media all and (min-width: 768px) {
  .products-page__title {
    top: 72%;
    height: 28%;
    padding: 20px 20px 5%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .products-page__title_2 {
    top: 65%;
    height: 35%;
    padding: 20px 20px 5%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 1024px) {
  .products-page__title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 20px 13.5%;
  }
  .products-page__title_2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 20px 10.5%;
  }
}

.retail {
  padding: 40px 0;
  background-color: #f5f5f5;
}

@media all and (min-width: 768px) {
  .retail {
    padding: 60px 0;
  }
}

.retail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media all and (min-width: 768px) {
  .retail__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media all and (min-width: 1024px) {
  .retail__item:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(128, 144, 156, 0.3);
            box-shadow: 0 5px 10px 0 rgba(128, 144, 156, 0.3);
  }
}

.retail__item:last-child {
  margin-bottom: 0;
}

.retail__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media all and (max-width: 479px) {
  .retail__thumb img {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .retail__thumb {
    width: 250px;
  }
}

.retail__content {
  width: 100%;
  padding: 0 0 10px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .retail__content {
    padding: 0 15px 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .retail__content {
    padding: 0 20px 15px 40px;
  }
}

@media all and (min-width: 1200px) {
  .retail__content {
    padding: 0 90px 15px 40px;
  }
}

.retail__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 0 10px;
  border-bottom: 1px solid #dddddd;
}

@media all and (min-width: 768px) {
  .retail__header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.retail__title {
  position: relative;
  margin: 10px 20px 10px 0;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .retail__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.retail__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background-color: #ee7023;
}

.retail__map-link {
  position: relative;
  margin: 10px 0;
  padding-right: 22px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #ee7023;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1024px) {
  .retail__map-link:hover {
    color: #313484;
  }
  .retail__map-link:hover:after {
    opacity: 0;
  }
  .retail__map-link:hover:before {
    opacity: 1;
  }
}

.retail__map-link:after, .retail__map-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.retail__map-link:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -21px -204px;
  width: 7px;
  height: 11px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.retail__map-link:before {
  opacity: 0;
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -32px -204px;
  width: 7px;
  height: 11px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.retail__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}

@media all and (min-width: 1100px) {
  .retail__contacts {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.retail__contacts > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 10px 0;
  padding-left: 40px;
  padding-right: 10px;
  width: 100%;
}

@media all and (min-width: 600px) and (max-width: 1099px) {
  .retail__contacts > * {
    width: 50%;
    margin: 20px 0;
  }
}

@media all and (min-width: 1100px) {
  .retail__contacts > * {
    width: auto;
    margin: 20px 0;
  }
}

.retail__contacts > *:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.retail__contacts span, .retail__contacts a {
  display: inline-block;
}

@media all and (min-width: 1100px) {
  .retail__address {
    width: 26%;
  }
}

.retail__address:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: 0px -204px;
  width: 17px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

@media all and (min-width: 1100px) {
  .retail__link {
    width: 39%;
  }
}

.retail__link:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -83px -160px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.retail__open {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.retail__open:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -179px -160px;
  width: 20px;
  height: 20px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

.retail__phone {
  color: #80909c;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1024px) {
  .retail__phone:hover {
    color: #313484;
  }
}

.retail__mail {
  color: #ee7023;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 1024px) {
  .retail__mail:hover {
    color: #313484;
  }
}

.search {
  position: relative;
  z-index: 24;
  margin-top: -57px;
}

@media all and (min-width: 768px) {
  .search {
    margin-top: -45px;
  }
}

.search.search_page {
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
}

.search.search_page:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.search__inner {
  position: relative;
  margin: 0 -15px;
  background-color: #313484;
}

@media all and (min-width: 1024px) {
  .search__inner {
    width: 100%;
    margin: 0;
  }
}

.search__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 20px 15px;
  border: none;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  background-color: #313484;
}

@media all and (min-width: 768px) {
  .search__title {
    display: none;
  }
}

.search__title:before, .search__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.search__title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search__title.on:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.search__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px 15px;
  background-color: #313484;
}

@media all and (max-width: 767px) {
  .search__form {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

@media all and (min-width: 1024px) {
  .search__form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 30px 15px 30px;
  }
}

.search__form:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.search__form-column {
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .search__form-column {
    width: 32%;
  }
}

@media all and (min-width: 1024px) {
  .search__form-column {
    width: 27%;
  }
}

.search__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search__form-row > * {
  width: 47%;
}

.search__form-item {
  margin-bottom: 15px;
}

.search__form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 27px 0 5px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .search__form-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 0;
  }
}

@media all and (min-width: 1024px) {
  .search__form-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 12%;
    padding: 15px 0;
  }
}

.search__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #fff;
}

.search__form-select {
  width: 100%;
}

.search__form-input {
  width: 100%;
  height: 35px;
  padding: 9px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #fff;
}

.search__form-clear {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
  padding: 10px 0;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .search__form-clear {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .search__form-clear:hover {
    color: #ee7023;
  }
  .search__form-clear:hover span:before, .search__form-clear:hover span:after {
    background-color: #ee7023;
  }
}

.search__form-clear span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.search__form-clear span:before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search__form-clear span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-right: 8px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search .search__form .btn {
  width: 100%;
}

@media all and (max-width: 767px) {
  .search .search__form .btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .search .search__form .btn {
    max-width: 140px;
  }
}

.search__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}

@media all and (min-width: 768px) {
  .search__main {
     padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 1024px) {
  .search__main {
    padding: 25px 30px;
  }
}



.search__main-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}



.search__main-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-clear {
  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;
  width: 35px;
  padding: 0;
  border: none;
  background-color: transparent;
}

.search__main-clear:before {
  content: '';
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -236px -45px;
  width: 11px;
  height: 12px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.search__main-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;
  width: 45px;
  padding: 0;
  margin-left: 20px;
}

@media all and (min-width: 768px) {
  .search__main-btn {
    margin-left: 25px;
  }
}

.search__main-btn:before {
  content: '';
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -236px -24px;
  width: 17px;
  height: 17px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.search__main-detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 25px 10px 0;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 768px) {
  .search__main-detail {
    margin-top: 0;
    margin-left: 30px;
    padding: 0 25px 0 0;
  }
}

@media all and (min-width: 1024px) {
  .search__main-detail:hover {
    color: #ee7023;
  }
}

.search__main-detail:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateX(0);
          transform: translateY(-50%) rotateX(0);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ee7023;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search__main-detail.on:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

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

.search__toggle {
  display: none;
}

.autocomplete-suggestions {
  z-index: 100;
  overflow-y: auto;
  width: calc(100% + 2px) !important;
  max-width: none !important;
  top: 100%;
  left: -1px;
  border: 1px solid #313484;
  padding: 0;
  background-color: #fff;
}

.autocomplete-suggestions strong {
  font-weight: 400;
  color: #ee7023;
}

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: pre-wrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #80909c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  .autocomplete-suggestion:not(.selected):hover {
    background-color: rgba(238, 112, 35, 0.2);
  }
}

.autocomplete-selected {
  background-color: rgba(238, 112, 35, 0.2);
}

.jq-selectbox, .jq-select-multiple {
  display: block;
}

.tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #818dbc;
  cursor: pointer;
}

.tooltip:before {
  content: '?';
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  cursor: pointer;
}

.tooltip:hover {
  background-color: #ee7023;
}

.tooltip:hover .tooltip__content {
  opacity: 1;
  pointer-events: auto;
}

.tooltip__content {
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  min-width: 120px;
  padding: 15px 20px;
  cursor: auto;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip__content:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 12px solid transparent;
}

.tooltip__content ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.tooltip__content li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}

.tooltip__content li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ee7023;
}

.tooltip__content li:last-child {
  margin-bottom: 0;
}

.tooltip__title {
  display: block;
}

.shopping__header {
  display: none;
}

@media all and (min-width: 768px) {
  .shopping__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 46px 0 20px;
    padding: 0;
    list-style: none;
    border-bottom: 3px solid #ee7023;
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-transform: uppercase;
    color: #3c434d;
    font-weight: bold;
  }
}

.shopping__header li {
  display: none;
  padding: 10px 10px 6px 0;
}

@media all and (min-width: 768px) {
  .shopping__header li {
    display: block;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__header li:nth-child(1) {
    width: 22%;
    padding-left: 35px;
  }
}

@media all and (min-width: 1024px) {
  .shopping__header li:nth-child(1) {
    width: 15%;
    padding-left: 33px;
  }
}

@media all and (min-width: 768px) {
  .shopping__header li:nth-child(2) {
    width: 30%;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__header li:nth-child(2) {
    width: 34%;
  }
}

@media all and (min-width: 1024px) {
  .shopping__header li:nth-child(2) {
    width: 52%;
  }
}

.shopping__header li:nth-child(3) {
  width: 13%;
}

@media all and (min-width: 1024px) {
  .shopping__header li:nth-child(3) {
    width: 8.5%;
  }
}

.shopping__header li:nth-child(4) {
  width: 9%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__header li:nth-child(4) {
    width: 11%;
  }
}

.shopping__header li:nth-child(5) {
  width: 8%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__header li:nth-child(5) {
    width: 10%;
  }
}

.shopping__header li:nth-child(6) {
  width: 70px;
  margin-left: auto;
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .shopping__content {
    margin-top: 60px;
  }
}

.shopping__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  text-transform: uppercase;
  color: #3c434d;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media all and (min-width: 1024px) {
  .shopping__item:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(128, 144, 156, 0.3);
            box-shadow: 0px 5px 10px 0px rgba(128, 144, 156, 0.3);
  }
}

.shopping__item:last-child {
  margin-bottom: 0;
}

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

@media all and (min-width: 640px) {
  .shopping__item li {
    min-height: 60px;
    padding: 10px 10px 10px 0;
  }
}

.shopping__item li:nth-child(1) {
  color: #80909c;
  width: 26%;
  padding-left: 35px;
}

@media all and (max-width: 767px) {
  .shopping__item li:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 27px 10px 5px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__item li:nth-child(1) {
    width: 22%;
  }
}

@media all and (min-width: 1024px) {
  .shopping__item li:nth-child(1) {
    width: 15%;
    padding-left: 33px;
  }
}

.shopping__item li:nth-child(2) {
  width: 38%;
}

@media all and (max-width: 767px) {
  .shopping__item li:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 8px 10px 30px;
    border-bottom: 1px solid #dddddd;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__item li:nth-child(2) {
    width: 34%;
  }
}

@media all and (min-width: 1024px) {
  .shopping__item li:nth-child(2) {
    width: 52%;
  }
}

.shopping__item li:nth-child(3) {
  position: relative;
  width: 13%;
  padding-right: 6%;
}

@media all and (max-width: 767px) {
  .shopping__item li:nth-child(3) {
    width: 33%;
    padding: 27px 12% 23px 20px;
  }
}

@media all and (min-width: 1024px) {
  .shopping__item li:nth-child(3) {
    width: 8.5%;
    padding-right: 4%;
  }
}

.shopping__item:not(:last-child) li:nth-child(3):before {
  content: 'x';
  position: absolute;
  top: 50%;
  right: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "RobotoBold", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: inherit;
}

@media all and (min-width: 400px) {
  .shopping__item li:nth-child(3):before {
    right: 34%;
  }
}

.shopping__item li:nth-child(4) {
  width: 9%;
}

@media all and (max-width: 767px) {
  .shopping__item li:nth-child(4) {
    width: 28%;
    padding: 10px 10px 10px 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__item li:nth-child(4) {
    width: 11%;
  }
}

.shopping__item li:nth-child(5) {
  width: 21%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .shopping__item li:nth-child(5) {
    width: 10%;
  }
}

@media all and (min-width: 1024px) {
  .shopping__item li:nth-child(5) {
    width: 8%;
  }
}

.shopping__item li:last-child {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  width: 50px;
  margin-left: auto;
}

@media all and (min-width: 768px) {
  .shopping__item li:last-child {
    width: 70px;
  }
}

.remove-cart {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  border: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.remove-cart:before, .remove-cart:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #ee7023;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.remove-cart:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.remove-cart:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media all and (min-width: 1024px) {
  .remove-cart:hover {
    background-color: #ee7023;
  }
  .remove-cart:hover:before, .remove-cart:hover:after {
    background-color: #fff;
  }
}

.checkout-btn {
  min-width: 170px;
  min-height: 50px;
}

@media all and (min-width: 640px) {
  .checkout-btn {
    margin-left: 25px;
  }
}

.fancybox-close-small {
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.fancybox-close-small:before, .fancybox-close-small:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #ee7023;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.fancybox-close-small:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-close-small:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media all and (min-width: 1024px) {
  .fancybox-close-small:hover {
    background-color: #ee7023;
  }
  .fancybox-close-small:hover:before, .fancybox-close-small:hover:after {
    background-color: #fff;
  }
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-bg {
  background-color: rgba(39, 40, 46, 0.6);
}

.text-styles {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}

@media all and (min-width: 1024px) {
  .text-styles {
    padding-bottom: 90px;
  }
}

.text-styles > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.text-styles .full-img {
  text-align: center;
}

.text-styles .img-description {
  max-width: 780px;
  margin: 40px auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

@media all and (min-width: 1024px) {
  .text-styles .img-description {
    margin: 53px auto 60px;
  }
}

.text-styles h2 {
  position: relative;
  margin: 40px 0;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #3c434d;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .text-styles h2 {
    margin: 60px 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 1024px) {
  .text-styles h2 {
    margin: 90px 0 60px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.text-styles h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background-color: #ee7023;
}

.text-styles h2 + .table-wrap {
  margin-top: -40px;
}

.text-styles h3 {
  margin: 40px 0;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #3c434d;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .text-styles h3 {
    margin: 60px 0 40px;
  }
}

@media all and (min-width: 1024px) {
  .text-styles h3 {
    margin: 95px 0 47px;
  }
}

.text-styles ul, .text-styles ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 768px) {
  .text-styles ul, .text-styles ol {
    margin: 57px 0;
  }
}

.text-styles ul li, .text-styles ol li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
}

@media all and (min-width: 768px) {
  .text-styles ul li, .text-styles ol li {
    padding-left: 73px;
  }
}

.text-styles ul li:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .text-styles ul li:before {
    left: 46px;
  }
}

.text-styles ol {
  counter-reset: list;
}

.text-styles ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 1px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .text-styles ol li:before {
    left: 23px;
  }
}

.text-styles .table-wrap {
  overflow-y: auto;
  max-width: 100%;
}

.text-styles table {
  width: 100%;
  min-width: 650px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #3c434d;
}

.text-styles table thead tr {
  border-bottom: 3px solid #ee7023;
  font-family: "RobotoBold", sans-serif;
}

.text-styles table td {
  padding: 15px 10px;
}

@media all and (min-width: 768px) {
  .text-styles table td {
    padding: 21px 20px;
  }
}

.text-styles table tr {
  border-bottom: 1px solid #dddddd;
}

.text-styles p {
  margin: 25px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.img-left {
  display: inline-block;
  width: 100%;
}

@media all and (min-width: 640px) {
  .img-left {
    width: auto;
    margin-right: 34px;
    float: left;
  }
}

.img-right {
  display: inline-block;
  width: 100%;
}

@media all and (min-width: 640px) {
  .img-right {
    width: auto;
    margin-left: 34px;
    float: right;
  }
}

.meta-page__content {
  padding: 40px 0;
  text-align: center;
}

@media all and (min-width: 768px) {
  .meta-page__content {
    padding: 60px 0;
  }
}

.meta-page__title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 80px;
  font-family: "RobotoBold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .meta-page__title {
    padding-top: 110px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.meta-page__title:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -85px 0px;
  width: 70px;
  height: 70px;
  background-size: 232px, 224px;
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
  .meta-page__title:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.meta-page__text {
  max-width: 780px;
  margin: 0 auto 35px;
}

.meta-page__text b {
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
}

/*# sourceMappingURL=main.css.map */


.black
{
color: #3c434d;
font-weight: bold;
}

.contacts__item a
{
   color: #ee7023;
}
.contacts__item a:hover
{
   color: #ee7023;
   text-decoration: underline;
}

.d_table td
{
padding:10px;
}

.main-header__submenu-icon {
    flex-shrink: 0 !important;
}
 /*
.uzr_block:hover , .uzr_block:hover span
{
    color: #fff !important;
}             */




.search__main-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.search__main-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 35px;
  padding: 5px 0 5px 10px;
}



.search__main-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-input::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.search__main-clear {
  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;
  width: 35px;
  padding: 0;
  border: none;
  background-color: transparent;
}

.search__main-clear:before {
  content: '';
  background-image: url(../img/png-sprite/96dpi/sprite_v3.png?a=4);
  background-position: -236px -45px;
  width: 11px;
  height: 12px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.search__main-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;
  width: 45px;
  padding: 0;
  margin-left: 20px;
}

@media all and (min-width: 768px) {
  .search__main-btn {
    margin-left: 25px;
  }
}

.search__main-btn:before {
  content: '';
  background-image: url(../img/png-sprite/96dpi/sprite_v3.png?a=4);
  background-position: -236px -24px;
  width: 17px;
  height: 17px;
  background-size: 253px, 222px;
  background-repeat: no-repeat;
}

.search__main-detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 25px 10px 0;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media all and (min-width: 768px) {
  .search__main-detail {
    margin-top: 0;
    margin-left: 30px;
    padding: 0 25px 0 0;
  }
}

@media all and (min-width: 1024px) {
  .search__main-detail:hover {
    color: #ee7023;
  }
}

.search__main-detail:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateX(0);
          transform: translateY(-50%) rotateX(0);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ee7023;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search__main-detail.on:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

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

.search__toggle {
  display: none;
}

.autocomplete-suggestions {
  overflow-y: auto;
  width: calc(100% + 2px) !important;
  max-width: none !important;
  top: 100%;
  left: -1px;
  border: 1px solid #313484;
  padding: 0;
  background-color: #fff;
}

.autocomplete-suggestions strong {
  font-weight: 400;
  color: #ee7023;
}

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: pre-wrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #80909c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  .autocomplete-suggestion:not(.selected):hover {
    background-color: rgba(238, 112, 35, 0.2);
  }
}

.autocomplete-selected {
  background-color: rgba(238, 112, 35, 0.2);
}

.jq-selectbox, .jq-select-multiple {
  display: block;
}

.tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #818dbc;
  cursor: pointer;
}

.tooltip:before {
  content: '?';
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  cursor: pointer;
}

.tooltip:hover {
  background-color: #ee7023;
}

.tooltip:hover .tooltip__content {
  opacity: 1;
  pointer-events: auto;
}

.tooltip__content {
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  min-width: 120px;
  padding: 15px 20px;
  cursor: auto;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip__content:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 12px solid transparent;
}

.tooltip__content ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.tooltip__content li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}

.tooltip__content li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ee7023;
}

.tooltip__content li:last-child {
  margin-bottom: 0;
}

.tooltip__title {
  display: block;
}

.text-styles {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}

@media all and (min-width: 1024px) {
  .text-styles {
    padding-bottom: 90px;
  }
}

.text-styles > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.text-styles .full-img {
  text-align: center;
}

.text-styles .img-description {
  max-width: 780px;
  margin: 40px auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

@media all and (min-width: 1024px) {
  .text-styles .img-description {
    margin: 53px auto 60px;
  }
}

.text-styles h2 {
  position: relative;
  margin: 40px 0;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #3c434d;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .text-styles h2 {
    margin: 60px 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 1024px) {
  .text-styles h2 {
    margin: 90px 0 60px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.text-styles h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background-color: #ee7023;
}

.text-styles h2 + .table-wrap {
  margin-top: -40px;
}

.text-styles h3 {
  margin: 40px 0;
  text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #3c434d;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .text-styles h3 {
    margin: 60px 0 40px;
  }
}

@media all and (min-width: 1024px) {
  .text-styles h3 {
    margin: 95px 0 47px;
  }
}

.text-styles ul, .text-styles ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 768px) {
  .text-styles ul, .text-styles ol {
    margin: 57px 0;
  }
}

.text-styles ul li, .text-styles ol li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
}

@media all and (min-width: 768px) {
  .text-styles ul li, .text-styles ol li {
    padding-left: 73px;
  }
}

.text-styles ul li:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .text-styles ul li:before {
    left: 46px;
  }
}

.text-styles ol {
  counter-reset: list;
}

.text-styles ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 1px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-family: "RobotoBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #ee7023;
}

@media all and (min-width: 768px) {
  .text-styles ol li:before {
    left: 23px;
  }
}

.text-styles .table-wrap {
  overflow-y: auto;
  max-width: 100%;
}

.text-styles table {
  width: 100%;
  min-width: 650px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #3c434d;
}

.text-styles table thead tr {
  border-bottom: 3px solid #ee7023;
  font-family: "RobotoBold", sans-serif;
}

.text-styles table td {
  padding: 15px 10px;
}

@media all and (min-width: 768px) {
  .text-styles table td {
    padding: 21px 20px;
  }
}

.text-styles table tr {
  border-bottom: 1px solid #dddddd;
}

.text-styles p {
  margin: 25px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.img-left {
  display: inline-block;
  width: 100%;
}

@media all and (min-width: 640px) {
  .img-left {
    width: auto;
    margin-right: 34px;
    float: left;
  }
}

.img-right {
  display: inline-block;
  width: 100%;
}

@media all and (min-width: 640px) {
  .img-right {
    width: auto;
    margin-left: 34px;
    float: right;
  }
}

.meta-page__content {
  padding: 40px 0;
  text-align: center;
}

@media all and (min-width: 768px) {
  .meta-page__content {
    padding: 60px 0;
  }
}

.meta-page__title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 80px;
  font-family: "RobotoBold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #3c434d;
}

@media all and (min-width: 768px) {
  .meta-page__title {
    padding-top: 110px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.meta-page__title:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
  background-image: url(../img/png-sprite/96dpi/sprite.png?a=4);
  background-position: -85px 0px;
  width: 70px;
  height: 70px;
  /* background-size: 253px, 222px; */
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
  .meta-page__title:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.meta-page__text {
  max-width: 780px;
  margin: 0 auto 35px;
}

.meta-page__text b {
  font-family: "RobotoBold", sans-serif;
  color: #3c434d;
}
