@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

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

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 14px 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 27px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 27px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 54px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 54px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 54px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 54px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 54px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 54px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5.4px, -6.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5.4px, 6.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5.4px, -6.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5.4px, 6.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -54px;
  top: -54px;
  transform: translate3d(54px, 54px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -54px;
  top: -54px;
  transform: translate3d(-54px, 54px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -54px;
  top: 54px;
  transform: translate3d(54px, -54px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -54px;
  top: 54px;
  transform: translate3d(-54px, -54px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.85714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.85714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

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

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

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

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

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

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/

/* default theme ("light") */

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Robotothin.woff2") format("woff2"), url("../fonts/Robotothin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/Robotothinitalic.woff2") format("woff2"), url("../fonts/Robotothinitalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Robotolight.woff2") format("woff2"), url("../fonts/Robotolight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Robotolightitalic.woff2") format("woff2"), url("../fonts/Robotolightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Robotoitalic.woff2") format("woff2"), url("../fonts/Robotoitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Robotomedium.woff2") format("woff2"), url("../fonts/Robotomedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Robotomediumitalic.woff2") format("woff2"), url("../fonts/Robotomediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Robotobold.woff2") format("woff2"), url("../fonts/Robotobold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Robotobolditalic.woff2") format("woff2"), url("../fonts/Robotobolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Robotoblack.woff2") format("woff2"), url("../fonts/Robotoblack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/Robotoblackitalic.woff2") format("woff2"), url("../fonts/Robotoblackitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1396px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-sm {
  max-width: 1396px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

.blockquote {
  margin: 0;
}

.blockquote p {
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
}

.blockquote small {
  font-size: 14px;
  line-height: 30px;
}

.section__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  margin-bottom: 25px;
  text-align: center;
}

.overfl {
  overflow: hidden;
}

.content__wrap {
  display: flex;
  margin: 4.6875em 3.125em 3.125em;
}

.content {
  width: 42.1875em;
  margin-right: 5em;
}

.sidebar {
  width: 28.125em;
}

.content-section__title {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  margin-bottom: 1.25em;
}

.block__blueline {
  background-color: #ffffff;
  padding: 3.125em 3.125em 2.8125em 2.625em;
  border-left: 7px solid #11528e;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 36.875em;
  margin-bottom: 2.5em;
  margin-top: 1.875em;
}

.b-blueline__title {
  margin-bottom: 1.25em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
}

.b-blueline__text {
  line-height: 1.25em;
  color: #7b7286;
}

.sidebar__section {
  margin-top: 3.125em;
  margin-bottom: 2.1875em;
}

.sidebar-section__title {
  font-weight: 700;
  margin-bottom: 2.5em;
  color: #000000;
}

.sidebar-section__link {
  font-weight: 300;
  color: #11528e;
  display: block;
  text-decoration: none;
  margin-bottom: 1.375em;
  transition: all 0.1s;
}

.sidebar-section__link:hover {
  color: #094175;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  /*border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #394a6d;*/
  border-radius: 5px;
}

.custom-select .arrow {
  position: relative;
  height: 10px;
  width: 10px;
}

.custom-select .arrow::before,
.custom-select .arrow::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0.1rem;
  height: 100%;
  transition: all 0.5s;
}

.custom-select .arrow::before {
  left: -3px;
  transform: rotate(45deg);
  background-color: #11528e;
}

.custom-select .arrow::after {
  left: 4px;
  transform: rotate(-45deg);
  background-color: #11528e;
}

.custom-select.open .arrow::before {
  left: -3px;
  transform: rotate(-45deg);
}

.custom-select.open .arrow::after {
  left: 4px;
  transform: rotate(45deg);
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #7b7286;
  height: 45px;
  line-height: 45px;
  background-color: #f3f3f3;
  cursor: pointer;
  /*border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #394a6d;*/
  border-radius: 5px;
}

.custom-options {
  position: absolute;
  display: block;
  top: 95%;
  left: 0;
  right: 0;
  /*border: 2px solid #394a6d;
  border-top: 0;*/
  background-color: #f3f3f3;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 18px 0 18px;
  color: #7b7286;
  line-height: 45px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #11528e;
}

.page-title {
  background-color: #fbfbfb;
}

.page-title__inner {
  padding: 3.125em 0 1.25em;
}

.page-title__inner--bgi {
  background-color: #11528e;
  position: relative;
  height: 26.25em;
}

.page-title__inner--bgi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.66;
  background: url("/img/support-bgi.jpg") no-repeat top center;
  background-size: cover;
  z-index: 1;
}

.page-title__inner--bgi .breadcrumbs {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.page-title__inner--bgi .breadcrumbs__link {
  color: #ffffff;
}

.page-title__inner--bgi .page-title__text {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.page-title--white {
  background-color: #ffffff;
}

.breadcrumbs {
  font-size: 16px;
  line-height: 20px;
  color: #11528e;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.breadcrumbs__item {
  display: block;
  margin-right: 20px;
}

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

.breadcrumbs__item:after {
  content: ' /';
}

.breadcrumbs__link {
  color: #11528e;
  position: relative;
}

.breadcrumbs__link:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #11528e;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  transition: width 0.2s linear;
}

.breadcrumbs__link:hover:after {
  width: 100%;
}

.page-title__text {
  font-size: 1.875em;
  line-height: 40px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1.73333em;
}

.header__inner {
  background-image: url("../img/header/header_bg.jpg");
  background-size: cover;
}

.menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(17, 82, 142, 0.26);
  position: relative;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  z-index: 15;
}

.menu:before {
  content: '';
  height: 204px;
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.34;
  z-index: 1;
}

.menu.menu--open {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*.menu.menu--open .menu__logo img {
  filter: invert(28%) sepia(81%) saturate(754%) hue-rotate(172deg) brightness(86%) contrast(98%);
}*/

.menu.menu--open .header__phone a {
  background-color: #848588;
  color: #fff;
}

.menu.menu--open .hamburger-inner,
.menu.menu--open .hamburger-inner::before,
.menu.menu--open .hamburger-inner::after {
  background-color: #000;
}

.menu.menu--open .mobile-nav__background {
  display: block;
}

.menu__left {
  z-index: 2;
}

.menu__logo {
  margin-left: 30px;
  display: block;
}

.header_tw .menu__logo img {
  filter: invert(100%) sepia(0%) saturate(7478%) hue-rotate(115deg) brightness(97%) contrast(105%);
  width: 100%;
}

.nav {
  display: flex;
  z-index: 2;
  margin-left: auto;
}

.nav__link {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 80px;
  margin: 0 45px;
  position: relative;
}

.nav__link:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 2;
  transition: width 0.2s linear;
}

.nav__link:hover:after {
  width: 100%;
}

.main-header {
  margin-top: 83px;
  margin-left: 45px;
  width: 764px;
  padding-bottom: 244px;
}

.main-header__title {
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.main-header__text {
  color: #ffffff;
  font-size: 30px;
  line-height: 37px;
  margin-right: 135px;
}

.mobile-nav__wrap {
  display: none;
}

.mobile-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #11528e;
  display: flex;
  justify-content: left;
  z-index: 15;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  transform: translateY(100vh);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms cubic-bezier(1, 0.005, 1, 0.99);
}

.mobile-nav.mobile-nav--open {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.hamburger {
  z-index: 3;
  position: relative;
}

.header__phone {
  z-index: 2;
  margin-right: 20px;
  margin-left: auto;
  display: none;
}

.header__phone a {
  color: #132537;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 11px;
  padding: 2px 13px;
}

.mobile-nav__background {
  backdrop-filter: blur(10px);
  width: 100vw;
  height: 100vh;
  opacity: 0.9;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 10;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.page-menu--open {
  padding-top: 50px;
}

.header_tw + .advatages {
  margin-top: -45px;
}

.header_tw .menu {
  background: -webkit-linear-gradient(180deg, #041b2f, #253b4f);
  background: -moz-linear-gradient(180deg, #041b2f, #253b4f);
  background: linear-gradient(180deg, #041b2f, #253b4f);
}

.header_tw .header__inner {
  background-image: none;
}

.header__inner--white {
  background: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
}

.header__inner--white .menu {
  background-color: #ffffff;
}

.header__inner--white .menu::before {
  display: none;
}

.header__inner--white .nav__link {
  color: #11528e;
}

.header__inner--white .nav__link:after {
  background-color: #11528e;
}

.header__inner--white .hamburger-inner,
.header__inner--white .hamburger-inner::before,
.header__inner--white .hamburger-inner::after {
  background-color: #11528e;
}

.header__inner--white .menu__logo img {
  filter: invert(28%) sepia(81%) saturate(754%) hue-rotate(172deg) brightness(86%) contrast(98%);
}

.advatages {
  margin-top: -134px;
}

.advatages__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 3px;
}

.advatages__item {
  background-color: #ffffff;
  width: 33%;
  height: 482px;
  text-align: center;
  position: relative;
}

.advatages__item:nth-child(2) {
  margin-top: -44px;
}

.advatages__item:before {
  content: '';
  background-color: #11528e;
  width: 100%;
  height: 25px;
  border: 1px solid #2d77bd;
  border-bottom: none;
  top: 0;
  position: absolute;
  left: 0;
}

.advatages__item:hover .advatages__image img {
  opacity: 1;
}

.advatages__item:hover .advatages__image:before {
  opacity: 1;
}

.advatages__item:hover .advatages__title,
.advatages__item:hover .advatages__text {
  color: #ffffff;
}

.advatages__item:hover .advatages__icon {
  margin-top: 80px;
}

.advatages__item:hover .advatages__icon {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(84deg) brightness(107%) contrast(101%);
}

.advatages__image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 457px;
  top: 25px;
  z-index: 1;
}

.advatages__image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.advatages__image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 82, 142, 0.8);
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.advatages__icon {
  filter: invert(24%) sepia(21%) saturate(5040%) hue-rotate(188deg) brightness(93%) contrast(90%);
  transition: margin 0.2s linear;
  margin-top: 130px;
  z-index: 2;
  position: relative;
}

.advatages__title {
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}

.advatages__text {
  color: #7b7286;
  margin: 0 68px;
  line-height: 20px;
  z-index: 2;
  position: relative;
}

.main-about {
  margin: 70px 0;
  padding: 120px 0;
  position: relative;
  text-align: center;
}

.main-about:before,
.main-about:after {
  content: url("../img/svg/main/main_about.svg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main-about:after {
  bottom: 60px;
  top: inherit;
  transform: rotate(180deg);
}

.main-about__inner {
  margin: 0 auto;
}

.main-about__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 35px;
  font-weight: 300;
  color: #4d4d4d;
  text-transform: uppercase;
}

.main-about__text {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  width: 910px;
  margin: 0 auto 25px;
}

.main-about__link {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
}

.main-about__link:hover {
  color: #11528e;
}

.main-brand__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-brand__tabs {
  width: 100%;
  display: flex;
}

.main-brand__tab {
  cursor: pointer;
  display: flex;
  width: 25%;
  height: 132px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-top: 5px solid #fff;
}

.main-brand__tab img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(1) opacity(0.4);
  filter: grayscale(1) opacity(0.4);
}

.main-brand__panels {
  background: #fffffff6;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.main-brand__panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main-brand__radio {
  display: none;
}

#brand1:checked ~ .main-brand__panels #brand1-panel,
#brand2:checked ~ .main-brand__panels #brand2-panel,
#brand3:checked ~ .main-brand__panels #brand3-panel,
#brand4:checked ~ .main-brand__panels #brand4-panel,
#brand5:checked ~ .main-brand__panels #brand5-panel,
#brand6:checked ~ .main-brand__panels #brand6-panel,
#brand7:checked ~ .main-brand__panels #brand7-panel,
#brand9:checked ~ .main-brand__panels #brand9-panel,
  #brand8:checked ~ .main-brand__panels #brand8-panel {
  display: flex;
}

#brand1:checked ~ .main-brand__tabs #brand1-tab,
#brand2:checked ~ .main-brand__tabs #brand2-tab,
#brand3:checked ~ .main-brand__tabs #brand3-tab,
#brand4:checked ~ .main-brand__tabs #brand4-tab,
#brand5:checked ~ .main-brand__tabs #brand5-tab,
#brand6:checked ~ .main-brand__tabs #brand6-tab,
#brand7:checked ~ .main-brand__tabs #brand7-tab,
#brand9:checked ~ .main-brand__tabs #brand9-tab,
  #brand8:checked ~ .main-brand__tabs #brand8-tab {
  background: #ffffff;
  border-top: 5px solid;
  border-image-slice: 1;
}

#brand1:checked ~ .main-brand__tabs #brand1-tab img,
#brand2:checked ~ .main-brand__tabs #brand2-tab img,
#brand3:checked ~ .main-brand__tabs #brand3-tab img,
#brand4:checked ~ .main-brand__tabs #brand4-tab img,
#brand5:checked ~ .main-brand__tabs #brand5-tab img,
#brand6:checked ~ .main-brand__tabs #brand6-tab img,
#brand7:checked ~ .main-brand__tabs #brand7-tab img,
#brand9:checked ~ .main-brand__tabs #brand9-tab img,
  #brand8:checked ~ .main-brand__tabs #brand8-tab img {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}

.main-brand__tab--gradient {
  border-image-source: linear-gradient(to right, #ff2605, #ffd00d);
}

.main-brand__tab--orange {
  border-image-source: linear-gradient(to right, #f6981d, #f6981d);
}

.main-brand__tab--blue {
  border-image-source: linear-gradient(to right, #11528e, #11528e);
}

.main-brand__text {
  padding: 65px 40px 70px 54px;
  width: 50%;
}

.main-brand__text--gradient {
  background: linear-gradient(to right, #ff2605, #ffd00d);
  color: #ffffff;
}

.main-brand__text--gradient p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 60px 40px 0;
}

.main-brand__text--gradient hr {
  border: 1px solid #ffffff;
  opacity: 0.33;
}

.main-brand__text--gradient .blockquote {
  position: relative;
  margin-top: 25px;
  margin-bottom: 44px;
  padding-left: 22px;
}

.main-brand__text--gradient .blockquote:before {
  content: '';
  position: absolute;
  background: url("../img/svg/main/blockquote.svg") no-repeat;
  height: 45px;
  width: 50px;
  opacity: 0.41;
  transform: rotate(180deg);
  top: -3px;
  left: 2px;
}

.main-brand__text--gradient .blockquote p {
  margin: 0;
  font-size: 16px;
}

.main-brand__text--gradient .blockquote small {
  opacity: 0.33;
}

.main-brand__text--gradient a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: underline;
  margin-left: 22px;
}

.main-brand__text--gradient a:hevoer {
  text-decoration: none;
}

.main-brand__video {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.main-brand__video:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0000004b;
  position: absolute;
  z-index: 2;
}

.main-brand__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.main-catalog {
  margin: 8px 0;
}

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

.main-catalog__item {
  width: 24.5%;
  height: 389px;
  display: block;
  background-color: #ececec;
  padding: 10px 30px;
  text-decoration: none;
  margin-bottom: 17px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s liner;
  transition: all 0.1s liner;
}

.main-catalog__item:hover {
  background-color: #ffffff;
}

.main-catalog__img {
  height: 223px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-catalog__img img {
  max-width: 100%;
  max-height: 100%;
}

.main-catalog__title {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.main-catalog__title small {
  position: absolute;
  font-size: 16px;
  font-weight: 200;
  top: -18px;
  right: 5px;
}

.main-news {
  margin: 44px 0 138px;
  text-align: center;
}

.main-news__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  margin-bottom: 25px;
}

.main-news__link {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.main-news__blocks {
  display: flex;
  justify-content: space-between;
  margin: 0 110px;
}

.main-news__block {
  width: 48%;
}

.main-news__item {
  text-align: left;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 43px;
}

.main-news__item:nth-child(2) {
  margin-bottom: 0;
}

.main-news__text {
  padding: 24px 30px 32px 22px;
  width: 62%;
}

.main-news__img {
  position: relative;
  width: 38%;
}

.main-news__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.main-news__name {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 28px;
  height: 38px;
  overflow: hidden;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #4d4d4d;
}

.main-news__preview {
  height: 38px;
  overflow: hidden;
  margin: 0 0 18px;
}

.main-news__links {
  display: flex;
  justify-content: space-between;
}

.main-news__hashtag {
  color: #7b7286;
  text-decoration: none;
  border: 1px solid #dde4ec;
  border-radius: 5px;
  padding: 6px 10px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s liner;
  transition: all 0.1s liner;
}

.main-news__hashtag:hover {
  background-color: #dde4ec;
  color: #11528e;
}

.main-news__more {
  text-decoration: none;
  color: #4d4d4d;
  text-transform: uppercase;
  padding-right: 38px;
  position: relative;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.main-news__more:after {
  content: '';
  position: absolute;
  background-image: url("../img/svg/link-arrow.svg");
  width: 32px;
  height: 11px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-news__more:hover {
  color: #11528e;
}

.main-news__item--big {
  display: block;
  margin-bottom: 0;
  height: 100%;
}

.main-news__item--big .main-news__img {
  width: 100%;
  height: 272px;
}

.main-news__item--big .main-news__text {
  width: 100%;
  padding: 24px 30px 32px 50px;
}

.main-news__item--big .main-news__name {
  height: 19px;
  overflow: hidden;
}

.inf {
  margin: 73px 0;
}

.inf__inner {
  width: 970px;
  margin: auto;
  position: relative;
  text-align: center;
}

.inf__inner:before {
  content: url(../img/svg/main/main_about.svg);
  position: absolute;
  top: 50%;
  left: -26%;
  margin: auto;
  transform: rotate(-90deg);
}

.inf__inner:after {
  content: url(../img/svg/main/main_about.svg);
  position: absolute;
  top: 50%;
  right: -26%;
  margin: auto;
  transform: rotate(90deg);
}

.inf__logo {
  margin-bottom: 43px;
}

.inf__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #4d4d4d;
  text-transform: uppercase;
}

.inf__tx {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin: 0 auto 25px;
}

.inf__link {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
}

.main-brand_tw {
  margin: 140px 0;
}

.main-brand_tw #brand1:checked ~ .main-brand__tabs #brand1-tab,
.main-brand_tw #brand2:checked ~ .main-brand__tabs #brand2-tab,
.main-brand_tw #brand3:checked ~ .main-brand__tabs #brand3-tab,
.main-brand_tw #brand4:checked ~ .main-brand__tabs #brand4-tab,
.main-brand_tw #brand5:checked ~ .main-brand__tabs #brand5-tab,
.main-brand_tw #brand6:checked ~ .main-brand__tabs #brand6-tab,
.main-brand_tw #brand7:checked ~ .main-brand__tabs #brand7-tab {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  border-top: 5px solid;
  border-image-slice: 1;
}

.main-brand_tw #brand1:checked ~ .main-brand__tabs #brand1-tab:after,
.main-brand_tw #brand2:checked ~ .main-brand__tabs #brand2-tab:after,
.main-brand_tw #brand3:checked ~ .main-brand__tabs #brand3-tab:after,
.main-brand_tw #brand4:checked ~ .main-brand__tabs #brand4-tab:after,
.main-brand_tw #brand5:checked ~ .main-brand__tabs #brand5-tab:after,
.main-brand_tw #brand6:checked ~ .main-brand__tabs #brand6-tab:after,
.main-brand_tw #brand7:checked ~ .main-brand__tabs #brand7-tab:after {
  content: '';
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -7px;
  z-index: 4;
  background: #ffffff;
}

.main-brand_tw .main-brand__inner {
  flex-direction: inherit;
  align-items: inherit;
}

.main-brand_tw .main-brand__tabs {
  width: 290px;
  display: block;
}

.main-brand_tw .main-brand__tab {
  width: 100%;
  height: 110px;
  padding: 0;
  border: none !important;
}

.main-brand_tw .main-brand__tab img {
  filter: inherit;
  max-width: 150px;
}

.main-brand_tw .main-brand__panels {
  width: calc(100% - 290px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: inherit;
}

.main-brand_tw .main-brand__panel-inner {
  width: 100%;
  padding: 65px;
  box-sizing: border-box;
}

.main-brand_tw .main-brand__panel-inner img {
  width: 100%;
}

.main-brand_tw .main-brand__panel-tt {
  margin-bottom: 30px;
  font-weight: 700;
  color: #000000;
  font-size: 31px;
  line-height: 40px;
}

.main-brand_tw .main-brand__panel-tx {
  margin-top: 30px;
  font-weight: 300;
  color: #707070;
  font-size: 22px;
  line-height: 30px;
}

.main-brand_tw .main-brand__panel-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  padding: 18px 30px;
  color: #ffffff;
  background: #11528e;
  border-radius: 50px;
  text-decoration: underline;
}

.main-brand_tw .main-brand__panel-link:hover {
  background: #094175;
}

.contact-page {
  display: block;
  font-size: 16px;
}

.contact-list {
  background-color: #fbfbfb;
  padding: 2.8125em 0;
}

.contact-list__inner {
  display: flex;
}

.contact-list__main .contact-list__inner {
  padding-bottom: 3.75em;
  justify-content: space-between;
}

.contact-list__main .contact-city__title {
  margin-bottom: 1.125em;
}

.contact-list__city {
  display: block;
}

.contact-city__title {
  font-size: 1.25em;
  line-height: 2.5em;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 2.375em;
  text-transform: uppercase;
}

.contact-item__wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact-item {
  background-color: #ffffff;
  padding: 56px 10px 35px 42px;
  min-height: 265px;
  border-left: 5px solid #11528e;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-left: 12px;
  width: 330px;
  margin-bottom: 45px;
}

.contact-item:first-child {
  margin-left: 0;
}

.contact-item:nth-child(4n) {
  margin-left: 0;
}

.contact-item__title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.125em;
}

.contact-item__address {
  color: #7b7286;
  margin-bottom: 1.125em;
}

.contact-item__hours {
  color: #7b7286;
  margin-bottom: 0.875em;
}

.contact-item__phone {
  color: #11528e;
  padding: 0.4375em 0.8125em;
  border: 1px solid #dde4ec;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s liner;
  transition: all 0.1s liner;
}

.contact-item__phone:hover {
  background-color: #dde4ec;
  color: #11528e;
}

.main-office {
  background-color: #266198;
  padding: 3.375em 0 3.375em;
}

.main-office__inner {
  display: flex;
  justify-content: space-between;
}

.main-office__photo {
  width: 30%;
  overflow: hidden;
}

.main-office__photo img {
  max-width: 106%;
  margin-left: -10px;
}

.main-office__info {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffffff;
}

.main-office__item {
  width: 45%;
  margin-bottom: 3.125em;
}

.main-office__item:last-child {
  margin-bottom: 0;
}

.main-office__title {
  font-weight: 700;
  margin-bottom: 12px;
}

.main-office__text p {
  margin: 0 0 2px;
}

.support__tehnology {
  margin-bottom: 7.625em;
}

.documentation__select {
  width: 18.125em;
  margin: 2.1875em 0 2.5em;
}

.support__documentation h3 {
  font-size: 1em;
  margin: 1.875em 0;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}

.documentation__popular {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.documentation__item {
  display: block;
  background-color: #ecf1f6;
  line-height: 1.25em;
  padding: 0.9375em 1.4375em 0.9375em 3.125em;
  font-weight: 300;
  color: #11528e;
  width: 49%;
  margin-bottom: 1em;
  position: relative;
  transition: all 0.1s;
}

.documentation__item::before {
  content: '';
  height: 22px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 20px;
  background-image: url("/img/svg/document.svg");
}

.documentation__item:hover {
  background-color: #fafbfd;
}

.about-page__preview {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #000000;
  padding: 1.5em 16.5em;
  text-align: center;
}

.basic-princip {
  display: flex;
  margin: 7.5em 0 6.25em;
}

.basic-princip__item {
  background-color: #11528e;
  width: 33.3%;
  height: 33.75em;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.basic-princip__item::before {
  content: '';
  position: absolute;
  height: 10px;
  background-color: #ffffff;
  width: 100%;
  top: 2px;
  left: 0;
}

.basic-princip__item:nth-child(2) {
  background-color: #848588;
  margin-top: -2.875em;
  height: 36.625em;
}

.basic-princip__item:nth-child(2) .basic-princip__image {
  margin-top: 8.625em;
}

.basic-princip__item:nth-child(2) .basic-princip__image > div {
  background-size: cover;
  background-color: #ffffff;
  background-blend-mode: luminosity;
  height: 100%;
}

.basic-princip__item:nth-child(2) .basic-princip__image:after {
  background: linear-gradient(0deg, #848588 0%, rgba(132, 133, 136, 0) 100%);
}

.basic-princip__item:nth-child(3) .basic-princip__image > div {
  opacity: 0.43;
}

.basic-princip__title {
  font-size: 0.9375em;
  font-weight: 300;
  margin-bottom: 32px;
  margin-top: -25px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}

.basic-princip__text {
  line-height: 20px;
  margin: 0 4.0625em;
}

.basic-princip__image {
  margin-top: 3.125em;
  height: 17.9375em;
  position: relative;
}

.basic-princip__image > div {
  background-size: cover;
  background-color: #11528e;
  background-blend-mode: multiply;
  background-position: 50% 50%;
  height: 100%;
}

.basic-princip__image:after {
  content: '';
  position: absolute;
  top: 8.5625em;
  width: 100%;
  height: 6.9375em;
  left: 0;
  background: linear-gradient(0deg, #11528e 0%, rgba(17, 82, 142, 0) 100%);
}

.basic-princip__image:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 2.6875em;
  height: 15.625em;
  background-image: url("../img/svg/princip-icon.svg");
  background-size: contain;
}

.basic-princip__logo {
  position: absolute;
  z-index: 3;
  background-color: #11528e;
  width: 576px;
  height: 170px;
  margin-left: -60px;
  padding: 50px 0 30px;
}

.basic-princip__logo img {
  width: 397px;
}

.basic-princip__logo::before {
  content: '';
  position: absolute;
  height: 10px;
  background-color: #ffffff;
  width: 100%;
  top: 2px;
  left: 0;
}

.work-withus__list {
  display: flex;
  justify-content: center;
  margin: 4.375em 0 3.75em;
}

.work-withus__item {
  margin: 0 10px;
  align-items: center;
  display: flex;
}

.work-withus__item img {
  max-width: 100%;
}

.work-staff {
  margin: 2.5em 0 4.375em;
  padding: 4.25em 0 5.625em;
  background-color: #e8e8e9;
}

.work-staff__carousel {
  display: flex;
  align-items: center;
}

.work-staff__item {
  background-color: #ffffff;
  padding: 60px 22px 44px;
  margin-right: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  width: 333px;
  height: 365px;
  min-width: 333px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.work-staff__item:last-child {
  margin-right: 0;
}

.work-staff__img {
  position: relative;
  width: 158px;
  height: 158px;
  margin: 0 auto 24px;
  border-radius: 16px;
  overflow: hidden;
}

.work-staff__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.work-staff__name {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.work-staff__position {
  color: #bdbdbe;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 42px;
}

.work-staff__position:after {
  content: '';
  width: 130px;
  height: 2px;
  position: absolute;
  background: #11528e;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
}

.work-staff__text {
  line-height: 20px;
  color: #7b7286;
}

.work-staff__frame {
  height: 370px;
  overflow: hidden;
  margin: 60px 70px 80px;
}

.work-staff__carousel {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

/* Scrollbar */

.scrollbar {
  height: 5px;
  background: #ffffff;
  line-height: 0;
  width: 300px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}

.scrollbar .handle {
  width: 60px;
  height: 10px;
  background: #11528e;
  cursor: pointer;
  position: absolute;
  top: -2px;
  border-radius: 5px;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

/* Pages */

/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}

.footer {
  margin: 0;
}

.footer__menu {
  background-color: #fbfbfb;
  position: relative;
  padding: 70px 0 74px;
}

.footer__menu:before {
  content: '';
  position: absolute;
  border-top: 1px solid #707070;
  width: 100%;
  top: 12px;
}

.footer-menu__inner {
  display: flex;
  justify-content: space-between;
}

.footer__info {
  width: 24%;
  margin-left: 42px;
}

.footer-menu__wrap {
  width: 67%;
}

.footer__logo {
  margin-bottom: 32px;
  display: inline-block;
}

.footer__company {
  margin-left: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
}

.footer-menu__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
  margin: 15px 112px 30px 8px;
  position: relative;
}

.footer-menu__main a {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.footer-menu__main a:hover {
  color: #11528e;
}

.footer-menu__main:after {
  content: '';
  position: absolute;
  border-top: 1px solid #404040;
  bottom: 0;
  width: 100%;
  opacity: 0.27;
}

.footer__catalog {
  display: flex;
  margin-top: 65px;
}

.footer__category {
  width: 24%;
}

.footer__category-img {
  margin-bottom: 32px;
  width: 70%;
  height: 45px;
}

.footer__category-img img {
  max-width: 100%;
}

.footer__category-list {
  margin-right: 40px;
}

.footer__category-item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #4d4d4d;
  display: block;
}

.footer__category-item:hover {
  color: #11528e;
}

.footer__copy {
  color: #ffffff;
  background-color: #266198;
  margin-bottom: 34px;
}

.footer-copy__inner {
  padding: 28px 50px;
  display: flex;
  justify-content: space-between;
}

.copyright {
  font-size: 14px;
}

.copyright a {
  color: #ffffff;
  text-decoration: underline;
}

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

.footer-copy__menu {
  display: flex;
  justify-content: right;
}

.footer-copy__menu a {
  font-size: 14px;
  margin-left: 65px;
  color: #ffffff;
  display: block;
  position: relative;
}

.footer-copy__menu a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  transition: width 0.2s linear;
}

.footer-copy__menu a:hover:after {
  width: 100%;
}

.footer__text {
  margin-bottom: 15px;
}

.footer-text__inner {
  width: 84%;
  margin: 0 50px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #848588;
}

.card-product .breadcrumbs {
  align-items: left;
  justify-content: flex-start;
}

.card-product .breadcrumbs li:last-of-type:after {
  display: none;
}

.card-product h1 {
  margin: 27px 0;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  font-weight: 300;
  text-align: left;
}

.card-product h2 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.card-product__inner {
  margin-top: 10px;
}

.card-product__links.sticky {
  width: 100%;
  height: 78px;
  margin: 0 !important;
  padding: 20px 25px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.card-product__links-item {
  padding: 7px 13px;
  display: inline-block;
  margin: 0 5px 10px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  text-decoration: underline;
}

.card-product__links-item img {
  width: 15px;
  margin-right: 3px;
}

.card-product__links-item:last-of-type:after {
  display: none;
}

.card-product__links-item:after {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -7px;
  top: 0;
  background: #C3D1DF;
  opacity: 0.36;
}

.card-product__links-item.active {
  text-decoration: none;
  background: #011626;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.card-product__top {
  display: flex;
}

.card-product__slider {
  width: 650px;
  display: flex;
}

.card-product__slider-for,
.card-product__slider-nav {
  position: relative;
}

.card-product__slider-for-item,
.card-product__slider-nav-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.card-product__slider-for-item img,
.card-product__slider-nav-item img {
  max-width: 100%;
}

.card-product__slider-for {
  width: calc(100% - 110px);
  height: 425px;
  border: 1px solid #E5E5E5;
}

.card-product__slider-for-item {
  height: 425px;
}

.card-product__slider-nav {
  padding: 90px 0;
  margin-left: 10px;
  width: 110px;
}

.card-product__slider-nav-item {
  padding: 5px 0;
  width: 108px;
}

.card-product__slider-nav .slick-arrow {
  width: 108px;
  height: 50px;
  left: 0;
  right: 0;
  border: 1px solid #E5E5E5;
}

.card-product__slider-nav .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.card-product__slider-nav .slick-prev {
  bottom: inherit;
  top: 25px;
}

.card-product__slider-nav .slick-prev:before {
  transform: rotate(-90deg);
}

.card-product__slider-nav .slick-next {
  top: inherit;
  bottom: -8px;
}

.card-product__slider-nav .slick-next:before {
  transform: rotate(90deg);
}

.card-product__rt {
  width: 25%;
  padding: 43px 0 0 32px;
}

.card-product__descrip {
  width: 30%;
  padding: 43px 0 0 32px;
}

.card-product__descrip-pr {
  margin-top: 30px;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
}

.card-product__descrip-logo {
  margin-bottom: 10px;
}

.card-product__descrip-logo img {
  max-width: 100%;
}

.card-product__descrip-firm {
  font-size: 12px;
  line-height: 20px;
  color: #11528e;
  text-decoration: underline;
}

.card-product__descrip-title {
  margin: 13px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.card-product__descrip-tx {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

.card-product__descrip-sale {
  margin-right: 10px;
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
  background: #E0212D;
}

.card-product__descrip-sale img {
  margin-right: 10px;
}

.card-product__descrip-act {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  color: #E0212D;
}

.card-product__descrip-article {
  padding: 4px 10px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  background: #EFEFEF;
}

.card-product__descrip-btn {
  display: block;
  padding: 13px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #11528e;
  border-radius: 3px;
  text-align: center;
}

.card-product__all {
  padding: 25px 33px;
  margin-top: 43px;
  border: 1px solid #E5E5E5;
}

.card-product__all .tabs {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.card-product__all .tabs__content {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.card-product__all .tab {
  max-width: 7.5%;
  flex: 0 0 7.5%;
  margin-right: 15px;
}

.card-product__all .tab.active .card-product__all-logo {
  background: #ECF1F6;
  border-radius: 3px;
}

.card-product__all-logo {
  padding: 17px 2px;
  text-align: center;
  cursor: pointer;
}

.card-product__all-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.card-product__all-img img {
  max-width: 100%;
  max-height: 45px;
}

.card-product__all-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.card-product__all-descr {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.card-product__all-descr-item {
  padding-right: 10px;
  margin-bottom: 20px;
  max-width: 33.333%;
  flex: 0 0 33.333%;
  display: flex;
  align-items: flex-start;
}

.card-product__all-descr-title {
  width: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #848588;
}

.card-product__all-descr-tx {
  width: calc(100% - 100px);
  padding-left: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #848588;
}

.card-product__characteristics {
  padding: 25px 33px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.card-product__characteristics-title {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.card-product__characteristics-title b {
  font-weight: 700;
  text-transform: uppercase;
}

.card-product__characteristics-min .card-product__characteristics-list {
  margin-bottom: 0;
}

.card-product__characteristics-list-item {
  padding: 9px 10px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E5E5E5;
}

.card-product__characteristics-list-item:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}

.card-product__characteristics-list-item-tw {
  min-height: 24px;
  padding-left: 85px;
  margin-bottom: 10px;
  position: relative;
}

.card-product__characteristics-min .card-product__characteristics-list-item {
  padding: 5px 0;
}

.card-product__characteristics-list-tx {
  max-width: 70%;
  flex: 0 0 70%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
}

.card-product__characteristics-list-tx:first-of-type {
  max-width: 30%;
  flex: 0 0 30%;
}

.card-product__characteristics-min .card-product__characteristics-list-tx {
  font-size: 12px;
  line-height: 16px;
}

.card-product__characteristics-list-numb {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  left: 48px;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 100px;
  background: #11528e;
}

.card-product__characteristics-list-title {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #848588;
}

.card-product__characteristics-min .card-product__characteristics-list-title {
  margin-bottom: 10px;
}

.card-product__characteristics-list-link {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  line-height: 30px;
  color: #11528e;
}

.card-product__characteristics-min {
  padding: 13px;
}

.card-product__materials {
  padding: 25px 33px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.card-product__materials-text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.card-product__materials-item {
  display: flex;
  flex-wrap: wrap;
}

.card-product__materials-img {
  width: 300px;
}

.card-product__materials-img img {
  max-width: 100%;
}

.card-product__materials-tx {
  width: calc(100% - 300px);
  padding-left: 57px;
  box-sizing: border-box;
}

.card-product__materials-tt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
}

.card-product__documents {
  padding: 25px 33px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.card-product__documents-list-item {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #11528e;
  background: #ECF1F6;
}

.card-product__documents-list-item img {
  margin-right: 10px;
}

.card-product__video {
  padding: 25px 33px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.card-product__video-inner {
  display: flex;
  align-items: flex-start;
}

.card-product__video-content {
  display: block;
  height: 255px;
  width: 500px;
  position: relative;
}

.card-product__video-content:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.55);
  background-image: url("../img/svg/play.svg");
  background-repeat: no-repeat;
  background-size: 71px 61px;
  background-position: center;
  filter: brightness(100);
}

.card-product__video-list {
  padding-left: 30px;
}

.card-product__video-list-title {
  margin-bottom: 20px;
  color: #7B7286;
  font-size: 16px;
  line-height: 20px;
}

.card-product__video-list ul li {
  margin-bottom: 20px;
}

.card-product__video-list ul li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #11528e;
}

.card-product__consultation {
  padding: 13px 20px;
  position: relative;
  background: #ECF1F6;
}

.card-product__consultation-img {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 20px;
  border-radius: 100px;
  overflow: hidden;
}

.card-product__consultation-name {
  padding-left: 45px;
  font-size: 16px;
  line-height: 21px;
  color: #707070;
}

.card-product__consultation-position {
  padding-left: 45px;
  color: #BDBDBE;
  font-size: 12px;
  line-height: 16px;
}

.card-product__consultation-tel {
  margin-top: 7px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #11528e;
  background: #ffffff;
  border: 1px solid #DDE4EC;
  border-radius: 3px;
}

.card-product__buy {
  padding: 25px 33px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.card-product__buy-tbl-item {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  transition: 0.3s;
}

.card-product__buy-tbl-item:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}

.card-product__buy-tbl-item:hover {
  background: #ecf1f6;
}

.card-product__buy-tbl-img {
  width: 155px;
}

.card-product__buy-tbl-img img {
  max-width: 100%;
}

.card-product__buy-tbl-link {
  padding: 0 20px 0 145px;
  width: calc(100% - 285px);
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box;
}

.card-product__buy-tbl-btn {
  width: 130px;
  display: inline-block;
  padding: 13px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #11528e;
  border-radius: 3px;
  text-align: center;
}

.card-product__buy-tbl-btn:hover {
  background: #333434;
}

.about-min {
  margin: 25px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.about-min__inner {
  padding: 35px 0;
}

.about-min__inner h2 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.about-min__inner img {
  max-width: 100%;
}

.about-min__tx {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.main__banners{
  margin-bottom: 95px;
}
.banrs {
  overflow: hidden;
}

.banrs__slider .slick-dots {
  position: absolute;
  bottom: 82px;
  text-align: center;
}

.banrs__slider .slick-dots li {
  width: 148px;
  height: 4px;
  margin: 0 1px;
  background: #ffffff;
  opacity: 0.3;
  transition: 0.3s;
}

.banrs__slider .slick-dots li button {
  display: none;
}

.banrs__slider .slick-dots li.slick-active {
  opacity: 1;
  background: #0de6ff;
}

.banrs__slider .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 5;
  background: #ffffff;
}

.banrs__slider .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.banrs__slider .slick-prev {
  left: 20px;
}

.banrs__slider .slick-prev:before {
  transform: rotate(180deg);
}

.banrs__slider .slick-next {
  right: 20px;
}

.banrs__slider-item {
  min-height: 515px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category {
  margin: 55px 0 25px;
}

.category-bord {
  border-top: 1px solid #E5E5E5;
}

.category__inner {
  display: flex;
  flex-wrap: wrap;
}

.category__item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.category__item-holder {
  padding: 15px 20px 15px 40px;
  min-height: 280px;
  position: relative;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.category__item_lk .category__item-holder {
  background-color: #324350;
  background-image: url("../img/svg/arrow2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.category__item-holder a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.category__numb {
  text-align: right;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

.category__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.category__title span {
  display: inline-block;
  padding-left: 20px;
  box-sizing: border-box;
  width: calc(100% - 60px);
}

.category__tx {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #ffffff;
}

.news {
  padding: 35px 0;
  background: #011626;
}

.news h2 {
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.news__slider {
  margin: 0 -5px;
}

.news__slider .slick-arrow {
  width: 50px;
  height: 50px;
  top: -32px;
  right: 0;
  bottom: inherit;
  z-index: 5;
  background: #ffffff;
}

.news__slider .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.news__slider .slick-prev {
  left: inherit;
  right: 60px;
}

.news__slider .slick-prev:before {
  transform: rotate(180deg);
}

.news__slider-item {
  padding: 0 5px;
  box-sizing: border-box;
}

.news__slider-inner {
  padding: 10px;
  background: #ffffff;
}

.news__slider-img {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news__slider-title {
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.news__slider-tx {
  height: 59px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news__slider-data {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
}

.news__slider-bottom {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__slider-link img {
  width: 30px;
}

.news__lk {
  margin-top: 35px;
  display: table;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.actions {
  margin: 20px 0;
  overflow: hidden;
}

.actions .title-main {
  padding: 29px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.actions .title-main h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
}

.actions__slider {
  position: relative;
}

.actions__slider .slick-list {
  padding: 0 !important;
}

.actions__slider .slick-track {
  margin-left: -150px;
}

.actions__slider .slick-arrow {
  width: 50px;
  height: 50px;
  top: -40px;
  bottom: inherit;
  margin: 0;
  z-index: 5;
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.actions__slider .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.actions__slider .slick-prev {
  left: inherit;
  right: 100px;
}

.actions__slider .slick-prev:before {
  transform: rotate(180deg);
}

.actions__slider .slick-next {
  right: 40px;
}

.actions__item {
  max-width: 333px;
  flex: 0 0 333px;
  margin-right: 0 !important;
  padding: 20px 15px 36px;
  position: relative;
  border: 1px solid #E5E5E5;
}

.actions__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.actions__item-link-holder {
  text-align: center;
}

.actions__item-link-holder span {
  display: block;
  margin-top: 50px;
  font-size: 20px;
  line-height: 30px;
  color: #11528e;
}

.actions__item:hover {
  border-color: #11528E;
}

.actions__item:hover .actions__title {
  color: #11528E;
  text-decoration: underline;
}

.actions__item:hover .actions__text {
  color: transparent;
}

.actions__item:hover .actions__btn-b {
  display: block;
}

.actions__btn-b {
  width: 90%;
  display: none;
  padding: 20px 5px;
  margin: auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  background: #0e6dc4;
  background: linear-gradient(180deg, #0e6dc4 0%, #11528e 100%);
}

.actions__img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.actions__img img {
  max-width: 100%;
  max-height: 168px;
}

.actions__img-lg {
  max-width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.actions__title {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.actions__title:hover {
  color: #11528e;
}

.actions__price {
  margin-bottom: 23px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
}

.actions__item-sale .actions__price {
  color: #E0212D;
}

.actions__item-new .actions__price {
  color: #000000;
}

.actions__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #848588;
}

.actions__label {
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  border-radius: 3px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

.actions__label img {
  margin-right: 10px;
}

.actions__item-sale .actions__label {
  background: #E0212D;
}

.actions__item-new .actions__label {
  background: #6aa6f5;
}

.actions__label-top {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #848588;
}

.actions__btn {
  display: block;
  margin: 20px 0 8px;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  background: #11528e;
  border-radius: 3px;
}

.actions__article {
  padding: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  background: #EFEFEF;
  text-align: center;
}

.catalog .breadcrumbs {
  justify-content: flex-start;
}

.catalog .breadcrumbs li {
  color: #787d82;
}

.catalog .breadcrumbs li a {
  color: #ffffff;
}

.catalog .breadcrumbs li:last-of-type:after {
  display: none;
}

.catalog-banner {
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.catalog-banner__inner {
  margin-top: 40px;
}

.catalog-banner__info {
  display: flex;
  align-items: center;
}

.catalog-banner__title {
  font-weight: 300;
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  width: calc(100% - 90px);
}

.catalog-banner__title span {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.catalog-banner__tx {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #ECF1F6;
}

.catalog-banner__icon {
  width: 90px;
}

.catalog-main {
  margin-top: 45px;
  margin-bottom: 50px;
}

.catalog-main h1 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #011626;
  text-transform: uppercase;
}

.catalog-main__ad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.catalog-main__ad-item {
  display: flex;
  align-items: center;
  width: 33.333%;
  padding: 0 10px;
}

.catalog-main__ad-item img {
  max-width: 70px;
}

.catalog-main__ad-item span {
  display: block;
  width: calc(100% - 70px);
  padding-left: 15px;
  box-sizing: border-box;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.catalog-main__ban {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.catalog-main__ban .slick-dots {
  height: 4px;
  width: 100%;
  display: flex;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  text-align: center;
}

.catalog-main__ban .slick-dots li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 4px;
  margin: 0 1px;
  background: #ffffff;
  opacity: 0.3;
  transition: 0.3s;
}

.catalog-main__ban .slick-dots li button {
  display: none;
}

.catalog-main__ban .slick-dots li.slick-active {
  opacity: 1;
  background: #0de6ff;
}

.catalog-main__ban .slick-arrow {
  width: 50px;
  height: 50px;
  top: inherit;
  bottom: 10px;
  margin: 0;
  z-index: 5;
  background: #ffffff;
  transform: none;
}

.catalog-main__ban .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.catalog-main__ban .slick-prev {
  left: 10px;
}

.catalog-main__ban .slick-prev:before {
  transform: rotate(180deg);
}

.catalog-main__ban .slick-next {
  right: 10px;
}

.catalog-main__ban-inner {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-main__bn {
  display: block;
}

.catalog-main__bn img {
  width: 100%;
}

.catalog-main__inner {
  display: flex;
  align-items: flex-start;
}

.catalog-main__filter {
  width: 310px;
}

.catalog-main__filter-mob {
  display: none;
}

.catalog-main__content {
  width: calc(100% - 310px);
  padding-left: 30px;
  box-sizing: border-box;
}

.catalog-main__content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.catalog-main__ct {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.catalog-main__ct-item {
  max-width: 33.333%;
  flex: 0 0 33.333%;
}

.catalog-main__ct-item .actions__item {
  max-width: 100%;
  flex: 0 0 100%;
}

.catalog-main__tags {
  width: calc(100% - 335px);
  padding-right: 10px;
  box-sizing: border-box;
}

.catalog-main__tags-item {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  background: #11528e;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.catalog-main__tags-item .cl {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 100px;
  background: #7097bb;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

.catalog-main__sel {
  width: 335px;
  margin-right: 0;
  margin-left: auto;
}

.catalog .select {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.catalog .select:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}

.catalog .select select {
  padding: 10px;
  width: 100%;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter {
  margin-bottom: 30px;
}

.filter__close {
  display: none;
}

.filter__link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
}

.filter__link img {
  margin-right: 20px;
  transform: rotate(180deg);
}

.filter__menu {
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.filter__menu.op ul {
  display: block;
}

.filter__menu.op .filter__menu-btn .cl {
  display: none;
}

.filter__menu.op .filter__menu-btn .op {
  display: block;
}

.filter__menu-act {
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #11528e;
  background: #ecf1f6;
}

.filter__menu ul {
  display: none;
  margin-top: 10px;
}

.filter__menu ul li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.filter__menu-btn {
  margin-top: 12px;
  color: #11528e;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
}

.filter__menu-btn .cl {
  display: block;
}

.filter__menu-btn .op {
  display: none;
}

.filter__sw {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.filter__sw-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.filter__sw input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.filter__sw label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #7b7286;
  display: block;
  border-radius: 100px;
  position: relative;
}

.filter__sw label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 90px;
  transition: 0.3s;
}

.filter__sw input:checked + label {
  background: #11528e;
}

.filter__sw input:checked + label:after {
  left: calc(100% - 19px);
}

.filter__sw label:active:after {
  width: 40px;
}

.filter__item {
  margin-top: 30px;
}

.filter__item-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
}

.filter__item-title img {
  margin-right: 25px;
  transform: rotate(90deg);
}

.op .filter__item-title img {
  transform: rotate(-90deg);
}

.filter__item-list-scroll {
  height: 290px;
  overflow: auto;
}

.filter__item-list_m {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter__item-list ul.opn + .filter__item-ll .cl {
  display: none;
}

.filter__item-list ul.opn + .filter__item-ll .op {
  display: block;
}

.filter__item-list ul.opn li.cl {
  display: block;
}

.filter__item-list ul li {
  margin-bottom: 10px;
}

.filter__item-list ul li.cl {
  display: none;
}

.filter__item-list ul li:last-of-type {
  margin-bottom: 0;
}

.filter__item-list ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.filter__item-list ul li:nth-of-type(1),
.filter__item-list ul li:nth-of-type(2),
.filter__item-list ul li:nth-of-type(3),
.filter__item-list ul li:nth-of-type(4),
.filter__item-list ul li:nth-of-type(5),
.filter__item-list ul li:nth-of-type(6),
.filter__item-list ul li:nth-of-type(7),
.filter__item-list ul li:nth-of-type(8),
.filter__item-list ul li:nth-of-type(9),
.filter__item-list ul li:nth-of-type(10),
.filter__item-list ul li:nth-of-type(11),
.filter__item-list ul li:nth-of-type(12) {
  display: block;
}

.filter__item-inner {
  display: none;
  padding-left: 38px;
  margin-top: 24px;
}

.filter__item-inner.tw {
  padding-left: 0;
}

.op .filter__item-inner {
  display: block;
}

.filter__item-ll {
  color: #11528e;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  cursor: pointer;
}

.filter__item-ll .cl {
  display: block;
}

.filter__item-ll .op {
  display: none;
}

.filter__item-it {
  margin-bottom: 7px;
}

.filter__item-list_m .filter__item-it {
  width: 49%;
}

.filter__item-it:last-of-type {
  margin-bottom: 0;
}

.filter__item-it input[type="checkbox"] {
  display: none;
}

.filter__item-it input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}

.filter__item-list_m .filter__item-it input[type="checkbox"] + label {
  display: block;
  background: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  text-transform: inherit;
  font-size: 16px;
}

.filter__item-list_m .filter__item-it input[type="checkbox"] + label:hover {
  background: #f6fafe;
}

.filter__item-it input[type="checkbox"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 3;
  border: 1px solid #707070;
  border-radius: 2px;
  background-color: #ffffff;
}

.filter__item-list_m .filter__item-it input[type="checkbox"] + label:before {
  top: 6px;
  left: 5px;
}

.filter__item-it input[type="checkbox"]:checked + label {
  color: #11528e;
}

.filter__item-it input[type="checkbox"]:checked + label:before {
  background-color: #11528e;
  background-image: url("../img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.filter__item-list_m .filter__item-it input[type="checkbox"]:checked + label {
  background: transparent;
}

.filter__item-al {
  margin: 10px 0;
  color: #11528e;
  font-size: 16px;
  line-height: 20px;
}

.filter__item-search input {
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.filter__sl {
  margin-top: 20px;
}

.filter__sl .filter__item-title {
  margin-bottom: 10px;
}

.filter__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.filter__bt {
  display: inline-block;
  padding: 15px 20px;
  border: none;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background: #0e6dc4;
  background: linear-gradient(180deg, #0e6dc4 0%, #11528e 100%);
}

.filter__del {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  background: transparent;
  border: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #cbd0d5 !important;
  width: 5px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #eeeeee !important;
  width: 5px !important;
}

.mCSB_inside > .mCSB_container {
  padding: 10px 0;
}

.pagination {
  margin-top: 80px;
}

.pagination ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

.pagination ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.pagination ul li.active a {
  border-color: #11528e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.cars {
  overflow: hidden;
}

.cars .title-main {
  padding: 29px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.cars .title-main h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
}

.cars__slider .slick-arrow {
  width: 50px;
  height: 50px;
  top: -40px;
  bottom: inherit;
  margin: 0;
  z-index: 5;
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.cars__slider .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.cars__slider .slick-prev {
  left: inherit;
  right: 100px;
}

.cars__slider .slick-prev:before {
  transform: rotate(180deg);
}

.cars__slider .slick-next {
  right: 40px;
}

.cars__slider-item {
  width: 455px;
  padding: 10px 5px;
}

.cars__slider-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cars__slider-item-inner {
  height: 200px;
  padding: 20px 12px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cars__slider-item-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}

.cars__slider-item-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.cars__slider-item-img {
  width: calc(100% - 120px);
}

.cars__slider-item-img img {
  max-height: 125px;
}

.cars__slider-item-numb {
  width: 120px;
  text-align: center;
}

.cars__slider-item-numb img {
  margin: 0 auto 5px;
}

.cars__slider-item-all {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
}

.logos {
  padding: 10px 0;
  background: #ecf1f6;
}

.logos__slider {
  margin: 0 -10px;
}

.logos__slider .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 5;
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.logos__slider .slick-arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.logos__slider .slick-prev {
  left: -10px;
}

.logos__slider .slick-prev:before {
  transform: rotate(180deg);
}

.logos__slider .slick-next {
  right: -10px;
}

.logos__slider-item {
  padding: 10px;
}

.logos__slider-inner {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(17, 82, 142, 0.4);
}

.logos__slider-inner img {
  max-width: 100%;
  max-height: 55px;
}

.menu.menu--fly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.menu.menu--fly::before {
  display: none;
}

.menu.menu--fly .hamburger-inner,
.menu.menu--fly .hamburger-inner::before,
.menu.menu--fly .hamburger-inner::after {
  background-color: #11528e;
}

.header_tw .menu.menu--fly .hamburger-inner,
.header_tw .menu.menu--fly .hamburger-inner::before,
.header_tw .menu.menu--fly .hamburger-inner::after {
  background-color: #fff;
}

/*.menu.menu--fly .menu__logo img {
  filter: invert(28%) sepia(81%) saturate(754%) hue-rotate(172deg) brightness(86%) contrast(98%);
}*/

@media screen and (min-width: 488px) {
  .container {
    max-width: 27.5rem;
  }

  .container-sm {
    max-width: 27.5rem;
  }
}

@media screen and (min-width: 588px) {
  .container {
    max-width: 35.625rem;
  }

  .container-sm {
    max-width: 35.625rem;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 46.875rem;
  }

  .container-sm {
    max-width: 46.875rem;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 60.9375rem;
  }

  .container-sm {
    max-width: 51.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 73.875rem;
  }

  .container-sm {
    max-width: 61.5625rem;
  }
}

@media screen and (min-width: 1414px) {
  .container {
    max-width: 87.25rem;
  }

  .container-sm {
    max-width: 72.625rem;
  }
}

@media (max-width: 1414.98px) {
  body {
    font-size: 15px;
  }

  .page-title {
    font-size: 15px;
  }

  .page-title__inner--bgi {
    height: 25em;
  }

  .menu {
    height: 65px;
  }

  .nav__link {
    line-height: 65px;
    margin: 0 32px;
    font-size: 15px;
  }

  .nav__link:after {
    bottom: 20px;
  }

  .menu__logo {
    margin-left: 25px;
    width: 154px;
  }

  .main-header {
    margin-top: 74px;
    margin-left: 38px;
    width: 640px;
    padding-bottom: 230px;
  }

  .main-header__title {
    font-size: 34px;
    line-height: 50px;
  }

  .main-header__text {
    font-size: 25px;
    line-height: 30px;
    margin-right: 95px;
  }

  .advatages__item:nth-child(2) {
    margin-top: -38px;
  }

  .advatages__item::before {
    height: 20px;
  }

  .advatages__icon {
    margin-top: 110px;
  }

  .advatages__icon img {
    width: 65px;
  }

  .advatages__title {
    margin-top: 22px;
    margin-bottom: 32px;
  }

  .advatages__text {
    line-height: 18px;
  }

  .advatages__item {
    height: 420px;
  }

  .advatages__image {
    top: 20px;
    height: 400px;
  }

  .main-about {
    margin: 46px 0;
  }

  .main-about__title {
    font-size: 25px;
    line-height: 30px;
  }

  .main-about__text {
    font-size: 16px;
    width: 740px;
    line-height: 25px;
  }

  .main-about__link {
    font-size: 12px;
  }

  .main-brand__text {
    padding: 50px 30px 55px 30px;
  }

  .main-brand__text--gradient p {
    font-size: 18px;
  }

  .main-catalog__item {
    height: 350px;
    padding: 10px 20px;
  }

  .main-catalog__title {
    font-size: 18px;
  }

  .main-catalog__title small {
    font-size: 14px;
    top: -10px;
  }

  .main-news__blocks {
    margin: 0;
  }

  .contact-page {
    font-size: 15px;
  }

  .contact-item {
    padding: 48px 6px 22px 35px;
    min-height: 226px;
    width: 290px;
    margin-bottom: 35px;
  }

  .contact-list__main .contact-list__inner {
    justify-content: space-between;
  }

  .about-page__preview {
    font-size: 1.125em;
  }

  .basic-princip__logo {
    width: 503px;
    height: 140px;
    margin-left: -60px;
    padding: 40px 0 20px;
  }

  .basic-princip__logo img {
    width: 347px;
  }

  .work-staff__frame {
    margin: 50px 0 70px;
  }

  .footer-menu__main {
    margin: 15px 15px 30px 8px;
  }

  .footer__category {
    width: 25%;
  }

  .footer-copy__menu a {
    margin-left: 40px;
  }

  .footer__copy {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200.98px) {
  .inf__inner {
    width: 800px;
  }

  .inf__inner:before {
    left: -32%;
  }

  .inf__inner:after {
    right: -32%;
  }

  .card-product__slider {
    width: 450px;
  }

  .catalog-main__ct-item {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .catalog-main__tags {
    width: calc(100% - 200px);
  }

  .catalog-main__sel {
    width: 200px;
  }
}

@media (max-width: 1199.98px) {
  body {
    font-size: 14px;
  }

  .content__wrap {
    display: flex;
    margin: 3.75em 1.875em 2.5em;
  }

  .page-title {
    font-size: 14px;
  }

  .page-title__inner--bgi {
    height: 23.125em;
  }

  .nav__link {
    margin: 0 20px;
    font-size: 14px;
  }

  .nav__link::after {
    height: 1px;
  }

  .main-header__title {
    font-size: 30px;
    line-height: 46px;
  }

  .main-header__text {
    font-size: 20px;
    line-height: 26px;
  }

  .main-header {
    margin-top: 65px;
  }

  .advatages__icon {
    margin-top: 70px;
  }

  .advatages__item {
    height: 370px;
  }

  .advatages__item:hover .advatages__icon {
    margin-top: 50px;
  }

  .advatages__text {
    margin: 0 30px;
  }

  .advatages__image {
    height: 350px;
  }

  .main-brand__tab {
    height: 100px;
  }

  .main-brand__text--gradient p {
    margin: 0 0 40px 0;
    font-size: 16px;
  }

  .main-brand__text--gradient .blockquote p {
    margin: 0;
    font-size: 16px;
  }

  .main-brand__text--gradient a {
    font-size: 14px;
  }

  .main-catalog__item {
    height: 300px;
  }

  .main-catalog__img {
    height: 175px;
  }

  .main-catalog__title {
    font-size: 16px;
    line-height: 20px;
  }

  .main-news__text {
    padding: 12px 30px 10px 22px;
  }

  .main-news__item--big .main-news__text {
    width: 100%;
    padding: 20px 20px 32px 20px;
  }

  .main-news__links {
    flex-wrap: wrap;
  }

  .main-news__hashtag {
    margin-bottom: 10px;
  }

  .contact-page {
    font-size: 14px;
  }

  .contact-item {
    padding: 28px 15px 18px 32px;
    min-height: 210px;
    width: 250px;
    margin-bottom: 30px;
  }

  .main-office__item {
    width: 100%;
  }

  .main-office__photo {
    width: 46%;
  }

  .main-office__info {
    width: 48%;
  }

  .about-page__preview {
    font-size: 1.0625em;
  }

  .basic-princip__logo {
    width: 374px;
    height: 120px;
    margin-left: -30px;
    padding: 30px 0 15px;
  }

  .basic-princip__logo img {
    width: 307px;
  }

  .footer__info {
    margin-left: 0;
  }

  .footer-menu__wrap {
    width: 73%;
  }

  .footer__category-item {
    font-size: 12px;
    line-height: 15px;
  }

  .footer__catalog {
    margin-top: 55px;
  }

  .footer-copy__menu a {
    margin-left: 20px;
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-text__inner {
    font-size: 11px;
    line-height: 15px;
    width: auto;
    margin: 0;
  }

  .footer-copy__inner {
    padding: 28px 0px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }

  .content__wrap {
    flex-wrap: wrap;
  }

  .content {
    width: 100%;
    margin-right: 0;
    order: 1;
  }

  .sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.875em;
    justify-content: space-between;
    font-size: 16px;
  }

  .content-section__title {
    width: 100%;
  }

  .sidebar__section {
    width: 32%;
    margin-top: 0.625em;
    margin-bottom: 0;
  }

  .sidebar-section__title {
    margin-bottom: 1.25em;
  }

  .sidebar-section__link {
    font-size: 14px;
  }

  .page-title__inner--bgi {
    height: 20em;
  }

  .header__inner {
    background-image: url("../img/header/header_bg-mobile.jpg");
  }

  .nav {
    display: none;
  }

  .mobile-nav__wrap {
    display: block;
    margin-left: auto;
  }

  .header__phone {
    display: block;
  }

  .menu {
    height: 50px;
  }

  .menu::before {
    display: none;
  }

  .nav__link {
    line-height: 50px;
  }

  .nav__link:after {
    bottom: 15px;
  }

  .menu__logo {
    margin-left: 30px;
    width: 150px;
  }

  .main-header {
    margin-top: 58px;
    margin-left: 28px;
    width: 62%;
    padding-bottom: 264px;
  }

  .main-header__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .main-header__text {
    font-size: 18px;
    line-height: 22px;
    margin-right: 50px;
  }

  .nav__link {
    line-height: 60px;
  }

  .header__inner--white .nav__link {
    color: #fff;
  }

  .header__inner--white .nav__link:after {
    background-color: #fff;
  }

  .advatages {
    margin-top: -250px;
  }

  .advatages__item {
    height: 197px;
    overflow: hidden;
    width: 32.5%;
  }

  .advatages__item:nth-child(2) {
    margin-top: 0;
  }

  .advatages__item::before {
    height: 25px;
  }

  .advatages__image {
    height: 177px;
  }

  .advatages__icon {
    display: none;
  }

  .advatages__title {
    margin-top: 40px;
    margin-bottom: 14px;
    line-height: 20px;
  }

  .advatages__text {
    line-height: 20px;
    margin: 0 10px;
    height: 100px;
    overflow: hidden;
  }

  .main-about {
    margin: 85px 0 34px;
    padding: 40px 0;
  }

  .main-about:before,
  .main-about:after {
    content: url("../img/svg/main/main_about-mobile.svg");
  }

  .main-about:after {
    bottom: 10px;
  }

  .main-about__inner {
    margin: 0 70px;
  }

  .main-about__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .main-about__text {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .main-about__link {
    font-size: 14px;
    z-index: 2;
    position: relative;
  }

  .main-brand__text {
    width: 73%;
    padding: 24px 20px 20px 14px;
  }

  .main-brand__video {
    width: 27%;
  }

  .main-brand__tab {
    height: 68px;
    padding: 16px;
  }

  .main-brand__text--gradient p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px 0;
  }

  .main-brand__text--gradient hr {
    display: none;
  }

  .main-brand__text--gradient a {
    margin-bottom: 38px;
    display: block;
  }

  .main-brand__text--gradient .blockquote {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 6px;
  }

  .main-brand__text--gradient .blockquote p {
    font-size: 14px;
    font-weight: 500;
  }

  .main-brand__text--gradient .blockquote:before {
    height: 26px;
    width: 28px;
    background-size: contain;
    transform: scaleX(-1);
    top: -13px;
    left: -2px;
  }

  .main-catalog__item {
    width: 49.5%;
    height: 90px;
    display: flex;
    margin-bottom: 4px;
  }

  .main-catalog__item:last-child .main-catalog__img {
    order: 2;
    width: 17%;
    margin-left: auto;
  }

  .main-catalog__item:last-child .main-catalog__title {
    order: 1;
    margin-left: 0;
  }

  .main-catalog__img {
    height: 100%;
    width: 30%;
    padding: 0;
  }

  .main-catalog__title {
    width: 66%;
    margin-left: 4%;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }

  .main-catalog__title small {
    font-size: 12px;
    top: 0;
  }

  .section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
  }

  .section__title {
    margin-bottom: 0;
  }

  .main-news__link {
    margin-bottom: 0;
  }

  .main-news__blocks {
    flex-wrap: wrap;
  }

  .main-news__block {
    width: 100%;
    margin-bottom: 22px;
  }

  .main-news__item--big {
    display: flex;
    height: 100%;
  }

  .main-news__item--big .main-news__img {
    width: 130px;
    height: 130px;
  }

  .main-news__item--big .main-news__text {
    width: 75%;
    padding: 20px 10px 28px 8px;
  }

  .main-news__img {
    margin: 20px;
    width: 130px;
    height: 130px;
  }

  .main-news__text {
    width: 75%;
    padding: 20px 10px 28px 8px;
  }

  .main-news__more {
    display: none;
  }

  .main-news__name {
    height: 19px;
    overflow: hidden;
    margin-bottom: 14px;
  }

  .main-news__preview {
    color: #7b7286;
  }

  .main-news__item {
    margin-bottom: 22px;
  }

  .main-news {
    margin-bottom: 0;
  }

  .inf__inner {
    width: 100%;
  }

  .inf__inner:before {
    display: none;
  }

  .inf__inner:after {
    display: none;
  }

  .inf__logo img {
    max-width: 200px;
  }

  .inf__title {
    font-size: 24px;
    line-height: 30px;
  }

  .inf__tx {
    font-size: 16px;
    line-height: 24px;
  }

  .main-brand_tw #brand1:checked ~ .main-brand__tabs #brand1-tab:after,
  .main-brand_tw #brand2:checked ~ .main-brand__tabs #brand2-tab:after,
  .main-brand_tw #brand3:checked ~ .main-brand__tabs #brand3-tab:after,
  .main-brand_tw #brand4:checked ~ .main-brand__tabs #brand4-tab:after,
  .main-brand_tw #brand5:checked ~ .main-brand__tabs #brand5-tab:after,
  .main-brand_tw #brand6:checked ~ .main-brand__tabs #brand6-tab:after,
  .main-brand_tw #brand7:checked ~ .main-brand__tabs #brand7-tab:after {
    display: none;
  }

  .main-brand_tw .main-brand__inner {
    display: block;
  }

  .main-brand_tw .main-brand__tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .main-brand_tw .main-brand__tab {
    width: 33.333%;
  }

  .main-brand_tw .main-brand__panels {
    width: 100%;
  }

  .main-brand_tw .main-brand__panel-inner {
    padding: 25px;
  }

  .main-brand_tw .main-brand__panel-tt {
    font-size: 24px;
    line-height: 30px;
  }

  .main-brand_tw .main-brand__panel-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-page {
    font-size: 16px;
  }

  .contact-list__city {
    width: 100%;
  }

  .contact-list__main .contact-list__inner {
    flex-wrap: wrap;
  }

  .contact-item {
    width: 45%;
    padding: 56px 10px 35px 42px;
    min-height: 240px;
    margin-left: 12px;
    margin-bottom: 45px;
  }

  .contact-item:nth-child(4n) {
    margin-left: 12px;
  }

  .contact-item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .main-office__inner {
    flex-wrap: wrap;
  }

  .main-office__photo {
    width: 40%;
  }

  .main-office__info {
    width: 54%;
  }

  .main-office__item {
    margin-bottom: 25px;
  }

  .main-office {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-page {
    position: relative;
  }

  .contact-page:before {
    content: '';
    position: absolute;
    border-top: 1px solid #707070;
    width: 100%;
    bottom: 0;
  }

  .contact-list__main .contact-list__inner {
    padding-bottom: 0;
  }

  .contact-city__title {
    margin-bottom: 1.125em;
  }

  .about-page {
    font-size: 16px;
  }

  .about-page__preview {
    padding: 1.5em 1.25em;
  }

  .work-withus__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .work-withus__item {
    margin-bottom: 15px;
  }

  .work-staff .container {
    max-width: 100%;
    padding: 0;
  }

  .basic-princip {
    flex-wrap: wrap;
    margin: 2.5em 0 2.25em;
  }

  .basic-princip__item {
    width: 60%;
    margin: 0 auto 10px;
    height: 30em;
  }

  .basic-princip__item:nth-child(2) {
    background-color: #848588;
    margin-top: 0;
    height: 33em;
  }

  .basic-princip__item:nth-child(2) .basic-princip__image {
    margin-top: 6.625em;
  }

  .basic-princip__logo {
    width: 100%;
    margin-left: 0;
  }

  .footer__menu {
    padding: 35px 0 5px;
  }

  .footer__menu:before {
    display: none;
  }

  .footer-menu__inner {
    flex-wrap: wrap;
  }

  .footer__info {
    width: 100%;
  }

  .footer-menu__wrap {
    width: 100%;
  }

  .footer__logo {
    margin-bottom: 10px;
  }

  .footer-menu__main {
    margin: 52px 15px 0px 8px;
    padding-bottom: 26px;
    justify-content: space-around;
  }

  .footer__catalog {
    margin: 40px 40px 0 20px;
    flex-wrap: wrap;
  }

  .footer__category {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer__category-img {
    height: 35px;
    margin-bottom: 22px;
  }

  .footer__category-img img {
    max-height: 100%;
  }

  .footer__category-item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 300;
    color: #11528e;
  }

  .footer-copy__inner {
    flex-wrap: wrap;
    padding: 32px 0px;
    margin-left: 20px;
  }

  .copyright {
    width: 100%;
    order: 2;
    font-size: 14px;
  }

  .footer-copy__menu {
    width: 100%;
    order: 1;
    margin-bottom: 14px;
  }

  .footer-copy__menu a {
    margin-left: 0;
    margin-right: 15px;
    font-size: 14px;
  }

  .footer__text {
    background-color: #fbfbfb;
  }

  .footer-text__inner {
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .card-product__inner {
    display: block;
  }

  .card-product__links.sticky {
    height: 85px;
    overflow: auto;
    white-space: nowrap;
  }

  .card-product__top {
    display: block;
  }

  .card-product__slider {
    width: 100%;
  }

  .card-product__rt {
    width: 100%;
    padding-left: 0;
  }

  .card-product__descrip {
    width: 100%;
    padding-left: 0;
  }

  .card-product__all-descr-item {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .card-product__materials-item {
    display: block;
  }

  .card-product__materials-img {
    width: 100%;
  }

  .card-product__materials-tx {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-min__inner {
    padding: 35px 0;
  }

  .banrs__slider .slick-dots {
    bottom: 40px;
  }

  .banrs__slider .slick-dots li {
    width: 50px;
  }

  .category__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .category__title {
    font-size: 16px;
    line-height: 22px;
  }

  .catalog-banner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .catalog-main__ban .slick-dots {
    bottom: 40px;
  }

  .catalog-main__ban .slick-dots li {
    width: 50px;
  }

  .catalog-main__bn {
    display: none;
  }

  .catalog-main__inner {
    display: block;
  }

  .catalog-main__filter {
    width: 100%;
  }

  .catalog-main__filter-mob {
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
  }

  .catalog-main__filter-mob img {
    width: 20px;
    margin-right: 10px;
  }

  .catalog-main__content {
    width: 100%;
    padding-left: 0;
  }

  .catalog-main__content-top {
    display: block;
  }

  .catalog-main__tags {
    width: 100%;
    padding-right: 0;
  }

  .catalog-main__sel {
    width: 100%;
  }

  .filter {
    display: none;
  }

  .open .filter {
    display: block;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
    overflow: auto;
    width: 100%;
    height: 100vh;
    min-height: 100%;
  }

  .filter__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 4;
  }

  .logos__slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768.98px) {
  .main-brand_tw .main-brand__tab {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .main-brand_tw .main-brand__tab img {
    max-width: 100%;
  }

  .category__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .category__item-holder {
    padding: 15px 20px;
  }

  .catalog-main__ad {
    display: block;
  }

  .catalog-main__ad-item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .sidebar__section {
    width: 48%;
  }

  .content__wrap {
    display: flex;
    margin: 3.75em 0 2.5em;
  }

  .page-title {
    font-size: 13px;
  }

  .page-title__inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mobile-nav {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .nav__link {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 80px;
    margin: 0 auto;
    transition: all 0.2s ease;
    border-bottom: 1px solid #4175a54f;
  }

  .nav__link:after {
    content: none;
  }

  .nav__link:hover {
    background-color: #4175a5;
  }

  .nav__link:last-child {
    border-bottom: none;
  }

  .main-header {
    width: auto;
    margin-top: 8px;
    margin-left: 40px;
    padding-bottom: 164px;
  }

  .main-header__title {
    line-height: 30px;
    margin-bottom: 8px;
  }

  .main-header__text {
    font-size: 20px;
    line-height: 24px;
    margin-right: 28px;
  }

  .advatages {
    margin-top: -114px;
  }

  .advatages__inner {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .advatages__item {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 22px;
    height: auto;
    padding-left: 136px;
    text-align: left;
  }

  .advatages__icon {
    display: block;
    position: absolute;
    left: 35px;
    margin-top: 50px;
  }

  .advatages__icon img {
    width: 75px;
  }

  .advatages__title {
    font-size: 16px;
    margin-top: 54px;
    margin-bottom: 8px;
  }

  .advatages__text {
    font-size: 16px;
    margin: 0 10px 20px 0;
    height: auto;
  }

  .advatages__image {
    display: none;
  }

  .advatages__item:hover .advatages__title {
    color: #000000;
  }

  .advatages__item:hover .advatages__text {
    color: #7b7286;
  }

  .advatages__item:hover .advatages__icon {
    filter: invert(24%) sepia(21%) saturate(5040%) hue-rotate(188deg) brightness(93%) contrast(90%);
  }

  .main-about {
    margin: 30px 0 34px;
    padding: 30px 0;
  }

  .main-about::before,
  .main-about::after {
    content: '';
    width: 525px;
    height: 48px;
    background: url("../img/svg/main/main_about-mobile.svg") no-repeat;
    background-size: contain;
  }

  .main-about__inner {
    margin: 0 32px;
  }

  .main-about__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .main-about__text {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .main-brand__tab {
    height: 60px;
    padding: 14px;
  }

  .main-brand__panel {
    flex-wrap: wrap;
  }

  .main-brand__video {
    width: 100%;
    height: 258px;
    order: 1;
    background: linear-gradient(to right, #ff2605, #ffd00d);
  }

  .main-brand__video img {
    padding: 25px;
  }

  .main-brand__video:before {
    display: none;
  }

  .main-brand__text {
    width: 100%;
    order: 2;
    padding: 6px 36px 18px 38px;
  }

  .main-brand__text p {
    font-size: 20px;
    line-height: 30px;
  }

  .main-brand__text hr {
    display: block;
    margin: 42px 0 25px;
  }

  .main-brand__text .blockquote:before {
    height: 45px;
    width: 50px;
    top: -20px;
    left: -22px;
    transform: rotate(180deg);
  }

  .main-brand__text .blockquote p {
    font-size: 16px;
  }

  .main-brand__text .blockquote small {
    font-style: italic;
  }

  .main-brand__text a {
    margin-left: 0;
    margin-bottom: 0;
  }

  .main-catalog {
    margin: 0 0 10px;
  }

  .main-catalog__title {
    font-size: 16px;
  }

  .main-catalog__item {
    height: 110px;
  }

  .contact-page {
    font-size: 15px;
  }

  .contact-item {
    width: 49%;
    margin-left: 10px;
    padding: 28px 15px 18px 32px;
    min-height: 210px;
    margin-bottom: 30px;
  }

  .contact-item:nth-child(4n) {
    margin-left: 10px;
  }

  .main-office__photo {
    width: 65%;
    margin: 35px 0 0;
    order: 1;
  }

  .main-office__info {
    width: 100%;
  }

  .main-office__item {
    width: 48%;
  }

  .main-office {
    font-size: 14px;
    line-height: 16px;
  }

  .about-page {
    font-size: 15px;
  }

  .about-page__preview {
    padding: 1em 0;
  }

  .basic-princip__item {
    width: 70%;
  }

  .card-product__links-item {
    padding: 5px 10px;
  }

  .card-product__slider-for {
    width: calc(100% - 70px);
  }

  .card-product__slider-nav {
    width: 70px;
  }

  .card-product__slider-nav .slick-arrow {
    width: 70px;
  }

  .card-product__all .tab {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }

  .card-product__all-descr {
    display: block;
  }

  .card-product__all-descr-item {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .card-product__video-inner {
    display: block;
  }

  .card-product__video-content {
    width: 100%;
  }

  .card-product__video-list {
    padding-left: 0;
    margin-top: 10px;
  }

  .card-product__buy-tbl-item {
    display: block;
  }

  .card-product__buy-tbl-link {
    width: 100%;
    padding: 15px 0;
  }

  .card-product__buy-tbl-btn {
    width: 100%;
    display: block;
  }

  .news__slider .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .news__slider .slick-prev {
    right: 50px;
  }

  .actions__slider .slick-track {
    margin-left: 0;
  }

  .actions__item {
    max-width: 280px;
    flex: 0 0 280px;
  }

  .cars__slider-item {
    width: 300px;
  }

  .cars__slider-item-inner {
    height: 290px;
  }

  .cars__slider-item-holder {
    padding-top: 50px;
  }

  .cars__slider-item-img {
    order: 2;
    width: 100%;
  }

  .cars__slider-item-numb {
    width: 100%;
    order: 1;
    position: absolute;
    right: 0;
    top: -20px;
    text-align: right;
  }

  .cars__slider-item-numb img {
    width: 25px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 587.98px) {
  body {
    font-size: 14px;
  }

  .header__phone {
    margin-right: 0;
  }

  .header__phone a {
    font-weight: 300;
  }

  .menu__logo {
    margin-left: 20px;
  }

  .main-header {
    margin-left: 22px;
  }

  .main-header__title {
    margin-bottom: 20px;
  }

  .mobile-nav {
    max-height: 80vh;
    overflow-y: auto;
    flex-wrap: nowrap;
  }

  .advatages {
    margin-top: -140px;
  }

  .advatages__icon {
    display: none;
  }

  .advatages__item {
    padding: 0 20px;
    text-align: center;
  }

  .advatages__title {
    margin-top: 44px;
  }

  .main-about {
    margin: 4px 0 30px;
    padding: 48px 0;
  }

  .main-about::before,
  .main-about::after {
    background: url("../img/svg/main/main_about-mobile2.svg") no-repeat;
    width: 384px;
    height: 55px;
  }

  .main-about__title {
    margin-bottom: 22px;
  }

  .main-about__inner {
    margin: 0 10px;
  }

  .main-brand__tab {
    height: 43px;
    padding: 8px;
  }

  .main-brand__text {
    padding: 0px 36px 18px 22px;
  }

  .main-brand__text hr {
    display: block;
    margin: 12px 0 23px;
  }

  .main-brand__text--gradient .blockquote {
    padding-left: 28px;
  }

  .main-brand__text--gradient .blockquote:before {
    height: 45px;
    width: 50px;
    top: -20px;
    left: 14px;
    transform: rotate(180deg);
  }

  .main-catalog__item {
    width: 100%;
    height: 100px;
    margin-bottom: 1px;
  }

  .main-catalog__item:last-child .main-catalog__title {
    font-size: 20px;
    padding-right: 0;
    font-weight: 700;
  }

  .main-catalog__img {
    width: 25%;
  }

  .main-catalog__title {
    width: 70%;
    margin-left: 8%;
    padding-right: 32px;
  }

  .main-catalog__title small {
    font-size: 16px;
    top: 45%;
  }

  .main-news {
    margin: 74px 0 0;
  }

  .main-news__item--big .main-news__img {
    width: 67px;
    height: 67px;
  }

  .main-news__item--big .main-news__text {
    width: 75%;
    padding: 20px 10px 15px 8px;
  }

  .main-news__img {
    width: 67px;
    height: 67px;
  }

  .main-news__text {
    padding: 20px 10px 15px 8px;
  }

  .main-news__item {
    margin-bottom: 15px;
    height: auto;
  }

  .main-news__block {
    margin-bottom: 0;
  }

  .main-news__blocks {
    margin-bottom: 30px;
  }

  .contact-page {
    font-size: 14px;
  }

  .contact-list__city {
    font-size: 16px;
  }

  .contact-item {
    width: 100%;
    min-height: 190px;
    margin-left: 0;
  }

  .contact-item:nth-child(4n) {
    margin-left: 0;
  }

  .main-office__item {
    width: 100%;
  }

  .main-office {
    font-size: 16px;
    line-height: 20px;
  }

  .main-office__photo {
    width: 80%;
  }

  .about-page {
    font-size: 14px;
  }

  .basic-princip__item {
    width: 90%;
  }

  .footer__logo {
    margin-bottom: 26px;
  }

  .footer-menu__main {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .footer-menu__main a {
    width: 50%;
    margin-bottom: 15px;
  }

  .footer__catalog {
    justify-content: space-between;
    margin: 38px 18px 0 6px;
  }

  .footer__category {
    width: 45%;
  }

  .footer-copy__menu {
    flex-wrap: wrap;
  }

  .footer-copy__menu a {
    margin-bottom: 20px;
  }

  .card-product__characteristics-list-item {
    display: block;
  }

  .card-product__characteristics-list-item-tw {
    padding-left: 30px;
  }

  .card-product__characteristics-list-tx {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .card-product__characteristics-list-numb {
    left: 0;
  }

  .catalog-main__ct-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 575.98px) {
  .sidebar__section {
    width: 100%;
  }

  .block__blueline {
    width: 100%;
  }

  .documentation__item {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 487.98px) {
  .page-title {
    font-size: 12px;
  }

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

  .menu__logo {
    margin-left: 10px;
  }

  .main-brand__inner,
  .main-catalog__inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .main-news {
    margin: 54px 0 0;
  }

  .section__head {
    flex-wrap: wrap;
  }

  .section__title,
  .main-news__link {
    line-height: 30px;
    text-align: left;
  }

  .main-office__photo {
    width: 100%;
  }

  .contact-page {
    font-size: 10px;
  }

  .contact-list__city {
    font-size: 15px;
  }

  .main-office {
    font-size: 15px;
    line-height: 18px;
  }

  .work-staff .section__title {
    text-align: center;
  }

  .basic-princip__item {
    width: 100%;
  }

  .footer-text__inner {
    margin-left: 0;
  }
}

@media (max-width: 387.98px) {
  .page-title {
    font-size: 11px;
  }

  .header__phone {
    display: none;
  }

  .main-about::before,
  .main-about::after {
    width: 90%;
    height: 48px;
    background-size: contain;
  }

  .advatages__inner {
    padding: 0;
  }

  .main-brand__text {
    padding: 0px 15px 18px 15px;
  }

  .contact-list__city {
    font-size: 14px;
  }

  .main-office {
    font-size: 14px;
    line-height: 16px;
  }

  .footer__category {
    width: 100%;
  }
}

@media (max-width: 319.98px) {
  .page-title {
    font-size: 10px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
