/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

* {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

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

.nav li.menu-item-has-children ul a:hover::before {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 18px;
  height: 13px; }

.nav li.menu-item-has-children ul a::before {
  background-image: url(../images/sprite.png);
  background-position: -23px 0px;
  width: 18px;
  height: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav li.menu-item-has-children ul a:hover::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 41px 13px; }
  .nav li.menu-item-has-children ul a::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 41px 13px; } }

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

body,
html {
  height: 100%; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  background: #fff;
  color: #2e2e2e;
  min-width: 320px;
  font: 400 14px/24px 'Inter', sans-serif; }

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button[disabled],
input[disabled],
textarea[disabled] {
  background: #fff; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 58px;
  font-size: 16px;
  line-height: 18px;
  color: #1f1f1f;
  display: block;
  padding: 0 21px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'inter'; }
  input[type="text"].error,
  input[type="tel"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="password"].error {
    border-color: #f00; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus {
    border-color: #000; }

textarea {
  background: #fff;
  border: solid rgba(138, 132, 132, 0.2);
  border-width: 0 0 2px;
  border-radius: 0;
  width: 100%;
  height: 42px;
  padding: 0;
  resize: none;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 18px;
  color: #554D4D;
  font-family: 'inter'; }
  textarea:focus {
    border-color: #000; }
  textarea.error {
    border-color: #f00; }

p.error {
  font-size: 13px;
  line-height: 15px;
  color: red; }

:-moz-placeholder {
  color: #8a8484; }

::-moz-placeholder {
  color: #8a8484;
  opacity: 1; }

:-ms-input-placeholder {
  color: #8a8484; }

::-webkit-input-placeholder {
  color: #8a8484; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

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

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

::-ms-clear {
  display: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

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

a {
  color: #1cb531;
  text-decoration: underline;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

.wrapper {
  width: 100%;
  overflow: hidden; }

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

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

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

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

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

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

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

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

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

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.choose {
  max-width: 1120px;
  margin: 0 auto 152px;
  padding: 141px 0 0; }
  @media screen and (max-width: 1250px) {
    .choose {
      padding: 141px 15px 0; } }
  @media screen and (max-width: 767px) {
    .choose {
      padding: 80px 15px 0;
      margin: 0 auto 70px; } }
  .choose__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .choose__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .choose__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-transform: capitalize;
    color: #251c1c;
    position: relative; }
    .choose__title span {
      position: relative;
      z-index: 1; }
    .choose__title::after {
      content: attr(data-text);
      position: absolute;
      top: -34px;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .choose__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .choose__title {
        font-size: 30px; }
        .choose__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .choose__title {
        font-size: 26px;
        margin-bottom: 20px; }
        .choose__title::after {
          font-size: 50px; } }
  .choose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -45px 0 0; }
  .choose__box {
    max-width: 467px;
    -ms-flex-preferred-size: 467px;
    flex-basis: 467px;
    width: 100%;
    margin: 45px 0 0;
    border-left: 2px solid #db4440;
    padding-left: 27px; }
    @media screen and (max-width: 1023px) {
      .choose__box {
        max-width: 360px;
        -ms-flex-preferred-size: 360px;
        flex-basis: 360px; } }
  .choose__name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 17px; }
  .choose__text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    opacity: 0.8; }

.professional {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1250px) {
    .professional {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .professional {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto 70px; } }
  .professional__images {
    max-width: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    width: 100%;
    position: relative;
    padding-bottom: 93px; }
  .professional__image-caption {
    position: absolute;
    bottom: 0;
    right: -79px; }
    @media screen and (max-width: 1250px) {
      .professional__image-caption {
        right: -15px; } }
    @media screen and (max-width: 1023px) {
      .professional__image-caption {
        max-width: 180px;
        bottom: 30px; } }
    .professional__image-caption::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #db4440;
      opacity: 0.9; }
  .professional__caption-info {
    position: absolute;
    top: 52px;
    left: 47px;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .professional__caption-info {
        top: 24px;
        left: 22px; } }
  .professional__caption-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    max-width: 130px; }
  .professional__num {
    font-weight: bold;
    font-size: 72px;
    line-height: 130%;
    color: #fff; }
  .professional__info {
    max-width: 560px;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .professional__info {
        margin-left: 40px;
        max-width: 360px;
        -ms-flex-preferred-size: 360px;
        flex-basis: 360px; } }
    @media screen and (max-width: 767px) {
      .professional__info {
        margin: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .professional__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    color: #251c1c;
    position: relative;
    margin-bottom: 40px; }
    .professional__title span {
      position: relative;
      z-index: 1; }
    .professional__title::after {
      content: attr(data-text);
      position: absolute;
      top: -20px;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .professional__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .professional__title {
        font-size: 30px; }
        .professional__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .professional__title {
        font-size: 26px; }
        .professional__title::after {
          font-size: 50px; } }
  .professional__text {
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    opacity: 0.8; }
    .professional__text p:first-child {
      margin-top: 0; }
    .professional__text p:last-child {
      margin-bottom: 0; }
  .professional__triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .professional__triggers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .professional__triggers li {
          width: 100%;
          border: 1px solid #eee;
          padding: 20px;
          margin-bottom: 10px;
          text-align: center; } }
  .professional__button {
    margin-bottom: 50px; }
  .professional__icon {
    max-width: 50px;
    margin-bottom: 19px; }
    @media screen and (max-width: 767px) {
      .professional__icon {
        margin: 0 auto 19px; } }
  .professional__triggers-name {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    opacity: 0.8;
    margin-bottom: 8px; }
  .professional__triggers-date {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c; }

.history {
  position: relative; }
  .history__slide {
    height: 800px;
    background-size: cover;
    padding: 150px 0 250px;
    position: relative; }
    @media screen and (max-width: 1250px) {
      .history__slide {
        padding: 100px 15px 200px; } }
    @media screen and (max-width: 767px) {
      .history__slide {
        height: auto;
        min-height: 600px !important; } }
    .history__slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(37, 28, 28, 0.75); }
  .history__box {
    max-width: 686px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .history__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      .history__title {
        font-size: 30px;
        margin-bottom: 20px; } }
  .history__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    max-width: 460px;
    margin: 0 auto; }
  .history__numbers {
    position: absolute;
    bottom: 185px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 70px; }
    .history__numbers::after {
      content: '';
      position: absolute;
      top: 20px;
      left: 70px;
      right: 70px;
      background: rgba(232, 230, 230, 0.4);
      height: 1px; }
    .history__numbers .slick-arrow {
      position: absolute;
      top: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #fff;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      .history__numbers .slick-arrow path {
        fill: #fff; }
      @media screen and (min-width: 1250px) {
        .history__numbers .slick-arrow:hover {
          background: #fff; }
          .history__numbers .slick-arrow:hover path {
            fill: #251c1c; } }
    .history__numbers .slick-next {
      right: 0; }
      @media screen and (max-width: 1250px) {
        .history__numbers .slick-next {
          right: 15px; } }
    .history__numbers .slick-prev {
      left: 0; }
      @media screen and (max-width: 1250px) {
        .history__numbers .slick-prev {
          left: 15px; } }
  .history__numbers-slide {
    text-align: center;
    padding-top: 52px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: relative; }
    .history__numbers-slide::after {
      content: '';
      position: absolute;
      top: 17px;
      left: 50%;
      margin-left: -3px;
      background: #fff;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .history__numbers-slide.slick-current {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px; }
      .history__numbers-slide.slick-current::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #db4440; }

.customers {
  max-width: 1440px;
  margin: 0 auto 140px;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .customers {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .customers {
      margin: 0 auto 70px; } }
  .customers__title {
    max-width: 1120px;
    margin: 0 auto 74px;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    color: #251c1c;
    position: relative; }
    @media screen and (max-width: 767px) {
      .customers__title {
        margin: 0 auto 30px; } }
    .customers__title span {
      position: relative;
      z-index: 1;
      max-width: 579px;
      display: block; }
    .customers__title::after {
      content: attr(data-text);
      position: absolute;
      top: -20px;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .customers__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .customers__title {
        font-size: 30px; }
        .customers__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .customers__title {
        font-size: 26px; }
        .customers__title::after {
          font-size: 50px; } }
  .customers__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .customers__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .customers__box + .customers__box {
      margin-top: 100px; }
      @media screen and (max-width: 767px) {
        .customers__box + .customers__box {
          margin-top: 50px; } }
    .customers__box:nth-child(even) .customers__image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  .customers__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .customers__image {
        width: 100%;
        margin-bottom: 25px; } }
  .customers__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .customers__info {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .customers__info-box {
    max-width: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .customers__info-box {
        max-width: 440px;
        -ms-flex-preferred-size: 440px;
        flex-basis: 440px; } }
    @media screen and (max-width: 1023px) {
      .customers__info-box {
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .customers__info-box {
        margin: 0; } }
  .customers__info-image {
    text-align: right;
    margin-top: 26px; }
    @media screen and (max-width: 1023px) {
      .customers__info-image {
        display: none; } }
  .customers__name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251C1C;
    margin-bottom: 16px; }
  .customers__text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    opacity: 0.8;
    margin-bottom: 43px; }
    .customers__text p:first-child {
      margin-top: 0; }
    .customers__text p:last-child {
      margin-bottom: 0; }

body.case-page .header,
body.catalog-page .header,
body.error-page .header {
  background: #fff; }
  body.case-page .header .logo__w,
  body.catalog-page .header .logo__w,
  body.error-page .header .logo__w {
    display: none; }
  body.case-page .header .logo__b,
  body.catalog-page .header .logo__b,
  body.error-page .header .logo__b {
    display: block; }
  body.case-page .header .nav a,
  body.catalog-page .header .nav a,
  body.error-page .header .nav a {
    color: #251c1c; }
    @media screen and (min-width: 1250px) {
      body.case-page .header .nav a:hover,
      body.catalog-page .header .nav a:hover,
      body.error-page .header .nav a:hover {
        color: #db4440; }
        body.case-page .header .nav a:hover::after,
        body.catalog-page .header .nav a:hover::after,
        body.error-page .header .nav a:hover::after {
          background: #db4440; } }

.case-section {
  padding-top: 140px;
  margin-bottom: 71px; }
  @media screen and (max-width: 767px) {
    .case-section {
      padding-top: 100px; } }

.case-slider {
  margin-bottom: 60px; }
  .case-slider__slide.slick-current img {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .case-slider__slide img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

.case-control {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1250px) {
    .case-control {
      padding: 0 15px; } }
  .case-control .slick-dots {
    margin: 0 32px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1006px;
    -ms-flex-preferred-size: 1006px;
    flex-basis: 1006px;
    width: 100%;
    height: 1px;
    background: rgba(195, 192, 192, 0.4); }
    .case-control .slick-dots li {
      width: 100%;
      height: 1px; }
      .case-control .slick-dots li.slick-active button {
        background: #554d4d; }
    .case-control .slick-dots button {
      background: none;
      padding: 0;
      border: none;
      text-indent: -9999px;
      height: 1px;
      width: 100%;
      display: block; }
  .case-control .slick-arrow {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #c4c4c4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .case-control .slick-arrow path {
      fill: #251c1c; }
    .case-control .slick-arrow.slick-next {
      margin-left: 6px; }
    @media screen and (min-width: 1250px) {
      .case-control .slick-arrow:hover {
        background: #251c1c;
        border-color: #251c1c; }
        .case-control .slick-arrow:hover path {
          fill: #fff; } }

.case-info {
  max-width: 1120px;
  margin: 0 auto 139px; }
  @media screen and (max-width: 1250px) {
    .case-info {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .case-info {
      margin: 0 auto 40px; } }
  .case-info__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 1023px) {
      .case-info__columns {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .case-info__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px; } }
  .case-info__image {
    max-width: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    width: 100%; }
  .case-info__text {
    max-width: 560px;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .case-info__text {
        margin-left: 25px; } }
    @media screen and (max-width: 767px) {
      .case-info__text {
        margin: 25px 0 0; } }
  .case-info__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 17px; }
  .case-info__text-box {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d; }
    .case-info__text-box p {
      margin: 25px 0; }
      .case-info__text-box p:first-child {
        margin-top: 0; }
      .case-info__text-box p:last-child {
        margin-bottom: 0; }
  .case-info__work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .case-info__work {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .case-info__work-text {
    max-width: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .case-info__work-text {
        margin-right: 25px; } }
    @media screen and (max-width: 767px) {
      .case-info__work-text {
        margin: 25px 0 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .case-info__work-image {
    max-width: 720px;
    -ms-flex-preferred-size: 720px;
    flex-basis: 720px;
    margin-right: -160px; }
    @media screen and (max-width: 767px) {
      .case-info__work-image {
        margin: 0; } }
  .case-info__work-title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 15px; }
  .case-info__work-text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 43px; }

.case-title {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  color: #251c1c;
  position: relative;
  margin-bottom: 49px;
  max-width: 560px; }
  @media screen and (max-width: 767px) {
    .case-title {
      font-size: 30px;
      margin-bottom: 35px; } }

.catalog-holder {
  padding-top: 140px;
  max-width: 1120px;
  margin: 0 auto 150px;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .catalog-holder {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .catalog-holder {
      padding-top: 100px;
      margin: 0 auto 70px; } }
  .catalog-holder .breadcrumb li:last-child a {
    color: #554d4d;
    opacity: 0.8; }
  .catalog-holder .breadcrumb li + li::before {
    color: #554d4d;
    opacity: 0.8; }
  .catalog-holder .breadcrumb {
    margin-bottom: 8px; }
    .catalog-holder .breadcrumb a {
      color: #554d4d;
      opacity: 0.8; }
  .catalog-holder__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -44px 0 65px -20px; }
  .catalog-holder__twocolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .catalog-holder__filter {
    max-width: 320px;
    margin-right: 22px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }



.product-box {
  margin: 44px 0 0 20px;
  max-width: 246px;
  -ms-flex-preferred-size: 246px;
  flex-basis: 246px;
  width: 100%; }
  .product-box__image {
    display: block;
    margin-bottom: 18px;
    position: relative; }
    .product-box__image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #251c1c;
      opacity: 0; }
    @media screen and (min-width: 1250px) {
      .product-box__image:hover::after {
        opacity: 0.3; }
      .product-box__image:hover .top-products__more {
        opacity: 1; } }
  .product-box__name {
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    line-height: 24px;
    color: #251c1c; }
  .product-box__options {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 150%;
    color: #8a8484; }
    .product-box__options li + li {
      margin-top: 7px; }

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination li {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 32px; }
    .pagination li.first a::after {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      height: 9px;
      width: 9px;
      right: 2px;
      content: '';
      display: block;
      pointer-events: none;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    @media screen and (min-width: 1250px) {
      .pagination li.first a:hover {
        background: #f7f7f7; } }
    .pagination li.last a::after {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      height: 9px;
      width: 9px;
      right: 2px;
      content: '';
      display: block;
      pointer-events: none;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      margin-top: -1px; }
    @media screen and (min-width: 1250px) {
      .pagination li.last a:hover {
        background: #f7f7f7; } }
  .pagination a {
    font-size: 18px;
    line-height: 22px;
    color: #8a8484;
    text-decoration: none;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .pagination span {
    width: 34px;
    height: 34px;
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.pagetitle {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 68px;
  line-height: 82px;
  color: #251c1c;
  margin-bottom: 31px; }

.search-form {
  max-width: 480px;
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  .search-form__btn {
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    @media screen and (min-width: 1250px) {
      .search-form__btn:hover svg path {
        fill: #db4440 !important; } }
    .search-form__btn svg {
      display: block; }
  .search-form .btn {
    margin: 50px auto 0; }
  .search-form input {
    background: #f7f7f7;
    height: 60px;
    border: none;
    padding: 0 50px 0 30px;
    font-size: 16px; }

.filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px; }
  .filter-section__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .filter-section__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    color: #1d1c1c; }
  .filter-section__clear {
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #554d4d;
    background: none;
    cursor: pointer;
    padding: 0;
    border: none; }
    @media screen and (min-width: 1250px) {
      .filter-section__clear:hover {
        text-decoration: none; } }
  .filter-section__box {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .filter-section__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px 0 0 -10px;
    max-width: 691px;
    -ms-flex-preferred-size: 691px;
    flex-basis: 691px;
    width: 100%; }
  .filter-section__btn {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    background: #f7f7f7;
    padding: 7px 41px 7px 19px;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 10px 0 0 10px; }
    .filter-section__btn::after {
      content: '';
      position: absolute;
      top: 18px;
      right: 20px;
      width: 8px;
      height: 1px;
      background: #a3a3a3;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .filter-section__btn::before {
      content: '';
      position: absolute;
      top: 18px;
      right: 20px;
      width: 8px;
      height: 1px;
      background: #a3a3a3;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    @media screen and (min-width: 1250px) {
      .filter-section__btn:hover::after, .filter-section__btn:hover::before {
        background: #f00; } }

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sort__title {
    font-size: 16px;
    line-height: 24px;
    color: #8a8484;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4px; }
  .sort .select {
    border: none;
    margin: 0;
    padding: 0 28px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #000; }
    .sort .select::after {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      height: 7px;
      width: 7px;
      right: 2px;
      margin-top: -4px; }
  .sort .select__list {
    left: auto;
    right: 0;
    width: 233px; }

.contacts-section__title {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 68px;
  line-height: 82px;
  color: #251c1c;
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .contacts-section__title {
      font-size: 30px;
      line-height: 34px; } }
  .contacts-section__title span {
    color: #db4440; }

.contacts-section__intro {
  margin-bottom: 63px; }

.contacts-section__small-title {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #251c1c;
  margin-bottom: 37px; }

.contacts-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px; }
  @media screen and (max-width: 1250px) {
    .contacts-section__info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.contacts-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .contacts-section__box--item-1 {
    max-width: 245px; }
    @media screen and (max-width: 1250px) {
      .contacts-section__box--item-1 {
        max-width: 50%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .contacts-section__box--item-1 {
        max-width: 100%; } }
  .contacts-section__box--item-2 {
    max-width: 245px; }
    @media screen and (max-width: 1250px) {
      .contacts-section__box--item-2 {
        max-width: 50%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .contacts-section__box--item-2 {
        max-width: 100%;
        margin-top: 15px; } }
  .contacts-section__box--item-3 {
    max-width: 300px; }
    @media screen and (max-width: 1250px) {
      .contacts-section__box--item-3 {
        max-width: 50%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .contacts-section__box--item-3 {
        max-width: 100%;
        margin-top: 15px; } }
  .contacts-section__box--item-4 {
    max-width: 300px; }
    @media screen and (max-width: 1250px) {
      .contacts-section__box--item-4 {
        max-width: 50%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .contacts-section__box--item-4 {
        max-width: 100%;
        margin-top: 15px; } }

.contacts-section__icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #c3c0c0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px; }

.contacts-section__info-item {
  max-width: 230px; }

.contacts-section__info-name {
  font-size: 16px;
  line-height: 140%;
  color: #251c1c;
  opacity: 0.8;
  margin-bottom: 13px; }

.contacts-section__info-text {
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #251c1c;
  margin: 0;
  padding: 0;
  list-style: none; }
  .contacts-section__info-text a {
    color: #251c1c;
    text-decoration: none; }

.location-info__title {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #251c1c;
  margin-bottom: 16px; }

.location-info__text {
  font-size: 16px;
  line-height: 24px;
  color: #554d4d;
  margin-bottom: 24px; }

.contacts {
  width: 100%; }
  .contacts__head {
    margin-bottom: 43px; }
  .contacts__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .contacts__holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .contacts__sidebar {
    max-width: 252px;
    width: 100%;
    -ms-flex-preferred-size: 252px;
    flex-basis: 252px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 715px;
    overflow-y: auto;
    margin-right: 150px; }
    @media screen and (max-width: 1250px) {
      .contacts__sidebar {
        margin: 0; } }
    @media only screen and (max-width: 1023px) {
      .contacts__sidebar {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%; } }
    .contacts__sidebar .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .contacts__sidebar .mCSB_scrollTools {
      right: -6px; }
  .contacts__map {
    position: relative;
    max-width: 990px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .contacts__map {
        max-width: 700px; } }
  .contacts__sidebar-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(225, 229, 239, 0.7);
    cursor: pointer; }
    .contacts__sidebar-item.start {
      opacity: 0.6; }
    .contacts__sidebar-item.active {
      opacity: 1; }
  .contacts__sidebar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #251c1c;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .contacts__sidebar-name {
    font-family: 'Syne';
    font-size: 15px;
    color: #8b9ca6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .contacts__sidebar-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 14px; }
  .contacts__sidebar-icon {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .contacts__sidebar-icon svg {
      width: 11px;
      height: 15px;
      fill: #db4440; }
  .contacts__sidebar-text {
    font-size: 16px;
    line-height: 24px;
    color: #251c1c; }
  .contacts__info {
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 20px 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .contacts__info.active {
      visibility: visible;
      opacity: 1;
      overflow: visible; }
  .contacts__info-name {
    font-family: 'Syne';
    font-size: 15px;
    line-height: 120%;
    color: #3d3d3d;
    margin-bottom: 12px; }
  .contacts__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #251c1c;
    margin-bottom: 9px; }
    .contacts__info-item a {
      color: #251c1c;
      text-decoration: none;
      display: block; }
    .contacts__info-item svg {
      width: 15px;
      height: 15px;
      fill: #DB4440;
      margin-right: 18px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .contacts__info-item {
        font-size: 13px; }
        .contacts__info-item span {
          display: block; } }
  .contacts__sidebar-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #251c1c;
    margin-left: 35px; }
    @media screen and (min-width: 1250px) {
      .contacts__sidebar-link:hover {
        text-decoration: none; } }

.map {
  width: 100%;
  height: 432px; }

.select-city.select {
  margin: 0;
  max-width: 400px;
  background: #f7f7f7; }
  .select-city.select::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #554d4d;
    right: 30px;
    margin-top: -3px;
    -webkit-transform: none;
    transform: none;
    border-bottom: 0; }

.error-holder {
  padding-top: 140px;
  max-width: 1280px;
  margin: 0 auto 70px; }

.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 1365px) {
    .error-section {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .error-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .error-section__title-box {
    max-width: 740px;
    -ms-flex-preferred-size: 740px;
    flex-basis: 740px;
    width: 100%;
    margin: 0 60px 0 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .error-section__title-box {
        max-width: 390px;
        -ms-flex-preferred-size: 390px;
        flex-basis: 390px; } }
  .error-section__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 68px;
    line-height: 82px;
    color: #251c1c; }
    @media screen and (max-width: 1250px) {
      .error-section__title {
        font-size: 48px;
        line-height: 82px; } }
    @media screen and (max-width: 1023px) {
      .error-section__title {
        font-size: 38px;
        line-height: 82px;
        text-align: center; } }
    .error-section__title span {
      color: #db4440; }
  .error-section__box {
    max-width: 374px;
    -ms-flex-preferred-size: 374px;
    flex-basis: 374px;
    width: 100%; }
  .error-section__text {
    font-size: 16px;
    line-height: 24px;
    color: #251c1c;
    margin-bottom: 20px; }
  .error-section__number {
    font-family: 'Syne';
    font-style: normal;
    font-weight: bold;
    font-size: 230px;
    line-height: 276px;
    color: #251c1c;
    text-align: right;
    margin: -60px 0 0; }
    @media screen and (max-width: 1023px) {
      .error-section__number {
        font-size: 160px;
        line-height: 226px; } }
  .error-section__image {
    margin-top: -80px; }
    @media screen and (max-width: 767px) {
      .error-section__image {
        margin: 30px 0 0; } }

.footer {
  background: #111;
  padding: 56px 0 0; }
  @media screen and (max-width: 1365px) {
    .footer {
      padding: 56px 15px 0; } }
  .footer__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px; }
    @media screen and (max-width: 1023px) {
      .footer__holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 1023px) {
      .footer__holder {
        margin-top: -30px; } }
    @media screen and (max-width: 767px) {
      .footer__holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; } }
  @media screen and (max-width: 1023px) {
    .footer__info {
      width: 33%;
      margin: 30px 0 0; } }
  @media screen and (max-width: 767px) {
    .footer__info {
      width: 100%;
      margin: 30px 0 0; } }
  .footer__logo {
    display: block;
    margin-bottom: 38px; }
  @media screen and (max-width: 767px) {
    .footer .social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .footer .social a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none; }
    .footer .social a path {
      fill: #fff; }
  .footer__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 20px; }
  .footer__nav {
    font-size: 12px;
    line-height: 140%; }
    .footer__nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer__nav li + li {
      margin-top: 12px; }
    .footer__nav a {
      color: #c3c0c0;
      text-decoration: none; }
      @media screen and (min-width: 1250px) {
        .footer__nav a:hover {
          color: #fff; } }
  .footer__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 140%;
    color: #c3c0c0; }
    @media screen and (max-width: 767px) {
      .footer__contacts-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer__contacts-item + .footer__contacts-item {
      margin-top: 18px; }
  .footer__contacts-text {
    margin-left: 8px;
    text-decoration: none;
    color: #c3c0c0; }
  .footer__copy {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
  .footer__copy-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer__copy-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .footer__copy-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer__copy-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px; } }
  .footer__copy-text {
    font-size: 10px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 767px) {
      .footer__copy-text {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }
  .footer__copy-link {
    font-size: 10px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    margin-left: 32px; }
    @media screen and (max-width: 767px) {
      .footer__copy-link {
        margin: 0; } }
    @media screen and (min-width: 1250px) {
      .footer__copy-link:hover {
        text-decoration: underline; } }

.dev-link {
  text-decoration: none;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.4); }
  @media screen and (max-width: 500px) {
    .dev-link {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .dev-link__logo {
    height: 15px;
    overflow: hidden;
    margin-left: 10px;
    max-width: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    width: 100%; }
  .dev-link svg {
    width: 100px;
    height: 15px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (min-width: 1250px) {
    .dev-link:hover svg {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); } }

.arrow-up {
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -24px;
  border: 1px solid #383838;
  background: #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .arrow-up {
      top: -33px; } }
  .arrow-up path {
    fill: #fff; }
  @media screen and (min-width: 1250px) {
    .arrow-up:hover {
      background: #fff; }
      .arrow-up:hover path {
        fill: #111; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 1365px) {
    .header {
      padding: 0 15px; } }
  @media screen and (max-width: 1250px) {
    .header {
      background: #fff;
      padding: 10px 65px 10px 15px; }
      .header .logo__w {
        display: none; }
      .header .logo__b {
        display: block; }
      .header .nav a {
        color: #251c1c; } }
    @media screen and (max-width: 1250px) and (min-width: 1250px) {
      .header .nav a:hover {
        color: #db4440; }
        .header .nav a:hover::after {
          background: #db4440; } }
  .header.fixed {
    background: #fff; }
    .header.fixed .logo__w {
      display: none; }
    .header.fixed .logo__b {
      display: block; }
    .header.fixed .nav a {
      color: #251c1c; }
      @media screen and (min-width: 1250px) {
        .header.fixed .nav a:hover {
          color: #db4440; }
          .header.fixed .nav a:hover::after {
            background: #db4440; } }
  .header__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 767px) {
  .logo {
    max-width: 110px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.logo__b {
  display: none; }

@media screen and (max-width: 1250px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav.show {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      height: 100vh; } }

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

.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1250px) {
    .nav > ul {
      display: block; } }

.nav li + li {
  margin-left: 48px; }
  @media screen and (max-width: 1250px) {
    .nav li + li {
      margin: 20px 0 0; } }

@media screen and (min-width: 1250px) {
  .nav li:hover a {
    color: #db4440; }
    .nav li:hover a::after {
      right: 0; } }

.nav li.menu-item-has-children {
  position: relative; }
  @media screen and (min-width: 1250px) {
    .nav li.menu-item-has-children:hover ul {
      display: block; } }
  .nav li.menu-item-has-children ul {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 240px;
    margin: 0;
    padding: 20px;
    list-style: none;
    display: none; }
    @media screen and (max-width: 1250px) {
      .nav li.menu-item-has-children ul {
        position: relative;
        top: 0;
        width: auto;
        padding: 0;
        display: block;
        margin: 20px 0 0; } }
    @media screen and (min-width: 1250px) {
      .nav li.menu-item-has-children ul > li:hover a {
        font-weight: 600;
        position: relative; }
        .nav li.menu-item-has-children ul > li:hover a svg {
          fill: #db4440;
          stroke: #db4440; }
        .nav li.menu-item-has-children ul > li:hover a::after {
          display: none; } }
    .nav li.menu-item-has-children ul > li + li {
      margin: 0;
      border-top: 1px solid #C3C0C0; }
      @media screen and (max-width: 1250px) {
        .nav li.menu-item-has-children ul > li + li {
          border: 0;
          margin: 20px 0 0; } }
    .nav li.menu-item-has-children ul a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 12px;
      font-weight: normal;
      line-height: 140%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #251c1c;
      padding: 13px 0; }
      .nav li.menu-item-has-children ul a::before {
        content: '';
        position: absolute;
        top: 14px;
        right: 0;
        width: 18px;
        height: 15px; }
        @media screen and (max-width: 1250px) {
          .nav li.menu-item-has-children ul a::before {
            display: none; } }
      .nav li.menu-item-has-children ul a::after {
        display: none; }
      @media screen and (max-width: 1250px) {
        .nav li.menu-item-has-children ul a {
          font-size: 20px;
          padding: 0;
          font-weight: bold; } }
      .nav li.menu-item-has-children ul a svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 18px;
        height: 15px;
        fill: none;
        stroke: #8A8484; }
        @media screen and (max-width: 1250px) {
          .nav li.menu-item-has-children ul a svg {
            display: none; } }

.nav a {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 37px 0;
  display: block; }
  @media screen and (max-width: 1250px) {
    .nav a {
      padding: 0;
      font-size: 20px;
      line-height: 24px; } }
  .nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -1px;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.estimate {
  background: #db4440;
  border: 1px solid #db4440;
  color: #fff;
  max-width: 166px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .estimate {
      margin-left: 20px; } }
  @media screen and (min-width: 1250px) {
    .estimate:hover {
      background: #fff;
      color: #000; } }

.menu-opener {
  width: 40px;
  height: 40px;
  right: 15px;
  position: relative;
  cursor: pointer;
  z-index: 18;
  position: fixed;
  top: 23px;
  display: none; }
  @media screen and (max-width: 1250px) {
    .menu-opener {
      display: block; } }
  @media screen and (max-width: 767px) {
    .menu-opener {
      top: 13px; } }
  .menu-opener__line {
    background: #1f1f1f;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0 0 0 -8px; }
  .menu-opener .line-1 {
    top: 15px; }
  .menu-opener .line-2 {
    top: 20px; }
  .menu-opener .line-3 {
    top: 25px; }
  .menu-opener.active .line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 20px; }
  .menu-opener.active .line-2 {
    display: none; }
  .menu-opener.active .line-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 20px; }

.slideshow__slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .slideshow__slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(50% 191.92% at 50% 50%, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0.2) 100%); }

.slideshow__slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1118px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1250px) {
    .slideshow__slide-box {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .slideshow__slide-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.slideshow__info {
  max-width: 720px; }
  @media screen and (max-width: 1023px) {
    .slideshow__info {
      max-width: 520px;
      -ms-flex-preferred-size: 520px;
      flex-basis: 520px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .slideshow__info {
      margin-bottom: 40px; } }

.slideshow__title {
  font-weight: 700;
  font-size: 68px;
  line-height: 82px;
  font-family: 'Syne';
  color: #fff;
  margin-bottom: 36px; }
  @media screen and (max-width: 1023px) {
    .slideshow__title {
      font-size: 48px;
      line-height: 62px; } }
  @media screen and (max-width: 767px) {
    .slideshow__title {
      font-size: 36px;
      line-height: 42px; } }

.slideshow__text {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 55px; }

.slideshow__more {
  max-width: 180px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 44px;
  border: 1px solid #fff;
  padding: 0 12px;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .slideshow__more path {
    fill: #db4440; }
  @media screen and (min-width: 1250px) {
    .slideshow__more:hover {
      background: #fff;
      color: #db4440; } }

.slideshow__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 1px solid #c3c0c0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .slideshow__play {
      width: 90px;
      height: 90px; } }
  @media screen and (min-width: 1250px) {
    .slideshow__play:hover {
      background: rgba(255, 255, 255, 0.2); } }
  .slideshow__play path {
    fill: #fff; }

.slideshow .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slideshow .slick-dots li {
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px; }
    .slideshow .slick-dots li.slick-active button {
      background: #fff;
      width: 8px;
      height: 8px; }
  .slideshow .slick-dots button {
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    text-indent: -9999px; }

.who-we {
  max-width: 1280px;
  margin: 222px auto 103px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 80px 66px; }
  @media screen and (max-width: 1250px) {
    .who-we {
      padding: 0 20px 66px;
      margin: 150px auto 60px; } }
  @media screen and (max-width: 1023px) {
    .who-we {
      margin: 100px auto 60px; } }
  @media screen and (max-width: 767px) {
    .who-we {
      margin: 0 auto 60px; } }
  .who-we__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 1250px) {
      .who-we__holder {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .who-we__holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0; } }
  .who-we__images {
    max-width: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media screen and (max-width: 1250px) {
      .who-we__images {
        max-width: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px; } }
    @media screen and (max-width: 767px) {
      .who-we__images {
        max-width: 100%;
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        margin: 0 0 40px; } }
  .who-we__big {
    position: relative;
    top: -72px; }
    @media screen and (max-width: 1023px) {
      .who-we__big {
        top: 40px; } }
  .who-we__small {
    position: absolute;
    bottom: 30px;
    right: -170px; }
    @media screen and (max-width: 1250px) {
      .who-we__small {
        max-width: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        bottom: 40px;
        right: -77px; } }
    @media screen and (max-width: 1023px) {
      .who-we__small {
        display: none; } }
  .who-we__info {
    margin-left: 240px;
    padding: 90px 0 0; }
    @media screen and (max-width: 1250px) {
      .who-we__info {
        padding: 60px 0 0;
        margin-left: 150px; } }
    @media screen and (max-width: 1023px) {
      .who-we__info {
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .who-we__info {
        margin: 0; } }
  .who-we__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    margin-bottom: 33px;
    position: relative; }
    .who-we__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #f8f8fa;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      opacity: 0.1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #251c1c;
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .who-we__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .who-we__title {
        font-size: 30px; }
        .who-we__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .who-we__title {
        font-size: 26px; }
        .who-we__title::after {
          font-size: 50px; } }
  .who-we__text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 44px; }
    .who-we__text p:first-child {
      margin-top: 0; }
    .who-we__text p:last-child {
      margin-bottom: 0; }

.triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .triggers {
      display: none; } }
  .triggers__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    position: relative; }
    .triggers__box + .triggers__box::after {
      content: '';
      position: absolute;
      top: 0;
      left: -81px;
      opacity: 0.2;
      background: #554d4d;
      width: 1px;
      height: 62px; }
      @media screen and (max-width: 1023px) {
        .triggers__box + .triggers__box::after {
          display: none; } }
  .triggers__icon {
    max-width: 62px;
    -ms-flex-preferred-size: 62px;
    flex-basis: 62px;
    width: 100%;
    margin-right: 24px; }
    @media screen and (max-width: 1023px) {
      .triggers__icon {
        max-width: 36px;
        -ms-flex-preferred-size: 36px;
        flex-basis: 36px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .triggers__title {
    font-size: 18px;
    line-height: 140%;
    color: #251c1c;
    max-width: 200px; }
    @media screen and (max-width: 1023px) {
      .triggers__title {
        font-size: 16px; } }

.btn {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  width: 100%;
  background: #db4440;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 44px;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer; }
  .btn path {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (min-width: 1250px) {
    .btn:hover {
      -webkit-box-shadow: 0px 7px 30px rgba(211, 66, 62, 0.45);
      box-shadow: 0px 7px 30px rgba(211, 66, 62, 0.45); } }
  .btn--white {
    background: #fff;
    color: #251c1c; }
    .btn--white path {
      fill: #251c1c; }
    @media screen and (min-width: 1250px) {
      .btn--white:hover {
        color: #db4440; }
        .btn--white:hover path {
          fill: #db4440; } }

.catalog {
  max-width: 1032px;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media screen and (max-width: 1250px) {
    .catalog {
      padding: 0 15px; } }
  .catalog__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative;
    top: 44px;
    left: -22px; }
    @media screen and (max-width: 1250px) {
      .catalog__title {
        left: 0; } }
    @media screen and (max-width: 767px) {
      .catalog__title {
        top: 0;
        margin-bottom: 30px; } }
    .catalog__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: -10px;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      opacity: 0.1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #251c1c;
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .catalog__title::after {
          font-size: 70px;
          left: 0;
          bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .catalog__title {
        font-size: 30px; }
        .catalog__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .catalog__title {
        font-size: 26px; }
        .catalog__title::after {
          font-size: 50px; } }
  .catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .catalog__box {
    max-width: 467px;
    -ms-flex-preferred-size: 467px;
    flex-basis: 467px;
    width: 100%;
    padding: 0 0 46px 25px;
    position: relative;
    margin: 0 0 100px;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .catalog__box {
        max-width: 350px;
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px; } }
    @media screen and (max-width: 767px) {
      .catalog__box {
        max-width: 100%;
        -ms-flex-preferred-size: 467px;
        flex-basis: 467px;
        padding: 0;
        margin: 0 0 50px; } }
    .catalog__box img {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media screen and (min-width: 1250px) {
      .catalog__box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
    .catalog__box:nth-child(odd) {
      top: 100px; }
      @media screen and (max-width: 767px) {
        .catalog__box:nth-child(odd) {
          top: 0; } }
  .catalog__image {
    overflow: hidden; }
  .catalog__info {
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 2px solid #db4440;
    padding: 23px;
    background: #fff;
    max-width: 295px;
    width: 100%; }
  .catalog__name {
    font-size: 24px;
    line-height: 29px;
    color: #251c1c;
    margin-bottom: 8px; }
    @media screen and (max-width: 1023px) {
      .catalog__name {
        font-size: 20px;
        line-height: 24px; } }
  .catalog__num {
    font-size: 16px;
    line-height: 150%;
    color: #8A8484; }

.more-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: -68px; }

.more {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #251c1c; }
  .more svg {
    margin-right: 8px; }
  .more path {
    stroke: rgba(37, 28, 28, 0.2);
    fill: none; }
  @media screen and (min-width: 1250px) {
    .more:hover path {
      fill: #db4440;
      stroke: #db4440; } }

.offers-frame {
  position: relative;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .offers-frame {
      margin-bottom: 70px; } }

.offers__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media screen and (max-width: 1023px) {
    .offers__slide {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.offers__info {
  width: 50%;
  background: url("../images/offers-decor.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .offers__info {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      padding: 40px 15px 100px; } }

.offers__info-box {
  max-width: 480px;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  width: 100%; }

.offers__image {
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .offers__image {
      width: 100%; } }

.offers__title {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
  position: relative;
  margin-bottom: 36px; }
  .offers__title::after {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: -110px;
    font-family: 'Syne';
    font-weight: bold;
    color: #f8f8fa;
    font-size: 91.7271px;
    line-height: 110%;
    text-transform: uppercase;
    opacity: 0.1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #251c1c;
    text-decoration: none; }
    @media screen and (max-width: 1250px) {
      .offers__title::after {
        left: 0; } }
  @media screen and (max-width: 1023px) {
    .offers__title {
      font-size: 30px; }
      .offers__title::after {
        font-size: 60px; } }
  @media screen and (max-width: 767px) {
    .offers__title {
      font-size: 26px; }
      .offers__title::after {
        font-size: 50px; } }

.offers__sub-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #fff; }

.offers__text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 44px; }
  .offers__text p:first-child {
    margin-top: 0; }
  .offers__text p:last-child {
    margin-bottom: 0; }

.offers__control {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .offers__control {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .offers__control {
      padding: 0 15px; } }
  .offers__control .slick-dots {
    margin: 0 32px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 307px;
    -ms-flex-preferred-size: 307px;
    flex-basis: 307px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .offers__control .slick-dots {
        -ms-flex-negative: 1;
        flex-shrink: 1; } }
    .offers__control .slick-dots li {
      width: 100%;
      height: 1px; }
      .offers__control .slick-dots li.slick-active button {
        background: #fff; }
    .offers__control .slick-dots button {
      background: none;
      padding: 0;
      border: none;
      text-indent: -9999px;
      height: 1px;
      width: 100%;
      display: block; }
  .offers__control .slick-arrow {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .offers__control .slick-arrow path {
      fill: #fff; }
    .offers__control .slick-arrow.slick-next {
      margin-left: 6px; }
    @media screen and (min-width: 1250px) {
      .offers__control .slick-arrow:hover {
        background: #fff; }
        .offers__control .slick-arrow:hover path {
          fill: #251c1c; } }

.top-products {
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1365px) {
    .top-products {
      padding-left: 15px; } }
  .top-products__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative;
    margin-bottom: 40px; }
    .top-products__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #f8f8fa;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      opacity: 0.1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #251c1c;
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .top-products__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .top-products__title {
        font-size: 30px; }
        .top-products__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .top-products__title {
        font-size: 26px; }
        .top-products__title::after {
          font-size: 50px;
          white-space: nowrap; } }

.button-group {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px; }
  @media screen and (max-width: 767px) {
    .button-group {
      overflow-x: auto;
      white-space: nowrap; } }
  .button-group button {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #554d4d;
    padding: 0 11px;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px;
    cursor: pointer; }
    @media screen and (min-width: 1250px) {
      .button-group button:hover {
        color: #db4440; } }
    .button-group button.active {
      background: #db4440;
      color: #fff; }
    .button-group button.is-checked {
      background: #db4440;
      color: #fff; }
    .button-group button + button {
      margin-left: 18px; }

.top-products {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .top-products {
      margin-bottom: 60px; } }
  .top-products__slider {
    height: auto !important;
    margin-left: -26px;
    margin-bottom: 56px; }
    @media screen and (max-width: 1679px) {
      .top-products__slider .slick-list {
        margin-right: -161px;
        padding-right: 250px; } }
    .top-products__slider .slick-slide {
      position: relative;
      margin: 0 0 0 26px; }
  .top-products .slide {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 1em; }
    .top-products .slide img {
      width: 100%; }
  .top-products .slick-nav {
    width: 100%;
    position: relative;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1250px) {
      .top-products .slick-nav {
        padding-right: 15px; } }
    .top-products .slick-nav .slick-dots {
      margin: 0 32px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1006px;
      -ms-flex-preferred-size: 1006px;
      flex-basis: 1006px;
      width: 100%;
      height: 1px;
      background: rgba(195, 192, 192, 0.4); }
      .top-products .slick-nav .slick-dots li {
        width: 100%;
        height: 1px; }
        .top-products .slick-nav .slick-dots li.slick-active button {
          background: #554d4d; }
      .top-products .slick-nav .slick-dots button {
        background: none;
        padding: 0;
        border: none;
        text-indent: -9999px;
        height: 1px;
        width: 100%;
        display: block; }
    .top-products .slick-nav .slick-arrow {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #c4c4c4;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: none;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .top-products .slick-nav .slick-arrow path {
        fill: #251c1c; }
      .top-products .slick-nav .slick-arrow.slick-next {
        margin-left: 6px; }
      @media screen and (min-width: 1250px) {
        .top-products .slick-nav .slick-arrow:hover {
          background: #251c1c;
          border-color: #251c1c; }
          .top-products .slick-nav .slick-arrow:hover path {
            fill: #fff; } }
  .top-products__image {
    display: block;
    margin-bottom: 20px;
    position: relative; }
    .top-products__image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #251c1c;
      opacity: 0; }
    @media screen and (min-width: 1250px) {
      .top-products__image:hover::after {
        opacity: 0.3; }
      .top-products__image:hover .top-products__more {
        opacity: 1; } }
  .top-products__name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none; }
    @media screen and (max-width: 1023px) {
      .top-products__name {
        font-size: 17px; } }
  .top-products__descr {
    font-size: 14px;
    line-height: 150%;
    color: #8a8484; }
  .top-products__more {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #db4440;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: -28px 0 0 -28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: 1; }
    .top-products__more path {
      fill: #fff; }

.month-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #111;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 104px;
  padding: 0 80px 0 66px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1250px) {
    .month-color {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .month-color {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 40px 15px;
      margin-bottom: 70px; } }
  .month-color__images {
    max-width: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .month-color__images {
        max-width: 100%;
        margin-bottom: 30px; } }
  .month-color__big {
    position: relative;
    top: -72px; }
    @media screen and (max-width: 767px) {
      .month-color__big {
        top: 0; } }
  .month-color__small {
    position: absolute;
    bottom: 30px;
    left: -170px; }
    @media screen and (max-width: 1250px) {
      .month-color__small {
        left: -60px; } }
    @media screen and (max-width: 1023px) {
      .month-color__small {
        left: -10px; } }
  .month-color__info {
    padding: 150px 0 0;
    max-width: 500px; }
    @media screen and (max-width: 1023px) {
      .month-color__info {
        padding: 100px 10px 0 0; } }
    @media screen and (max-width: 767px) {
      .month-color__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 0 0; } }
  .month-color__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #fff;
    position: relative;
    margin-bottom: 37px; }
    .month-color__title span {
      position: relative;
      z-index: 1; }
    .month-color__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -34px;
      font-family: 'Syne';
      font-weight: bold;
      color: #191818;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .month-color__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .month-color__title {
        font-size: 30px; }
        .month-color__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .month-color__title {
        font-size: 26px; }
        .month-color__title::after {
          font-size: 50px;
          left: 0; } }
  .month-color__sub-title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 19px; }
  .month-color__text {
    font-size: 16px;
    line-height: 24px;
    color: #c3c0c0;
    margin-bottom: 45px; }
    .month-color__text p:first-child {
      margin-top: 0; }
    .month-color__text p:last-child {
      margin-bottom: 0; }

.projects {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 142px; }
  @media screen and (max-width: 1365px) {
    .projects {
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    .projects {
      margin-bottom: 100px; } }
  .projects__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 1250px) {
      .projects__top {
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .projects__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .projects__list {
    margin: 0 0 60px -25px; }
    @media screen and (max-width: 1679px) {
      .projects__list .slick-list {
        margin-right: -161px;
        padding-right: 250px; } }
  .projects__slide {
    margin: 0 0 0 25px; }
  .projects__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative;
    max-width: 658px; }
    @media screen and (max-width: 767px) {
      .projects__title {
        margin-bottom: 20px; } }
    .projects__title span {
      position: relative;
      z-index: 1; }
    .projects__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .projects__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .projects__title {
        font-size: 30px; }
        .projects__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .projects__title {
        font-size: 26px; }
        .projects__title::after {
          font-size: 50px; } }
  .projects__control {
    width: 100%;
    position: relative;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1250px) {
      .projects__control {
        padding-right: 15px; } }
    .projects__control .slick-dots {
      margin: 0 32px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1006px;
      -ms-flex-preferred-size: 1006px;
      flex-basis: 1006px;
      width: 100%;
      height: 1px;
      background: rgba(195, 192, 192, 0.4); }
      .projects__control .slick-dots li {
        width: 100%;
        height: 1px; }
        .projects__control .slick-dots li.slick-active button {
          background: #554d4d; }
      .projects__control .slick-dots button {
        background: none;
        padding: 0;
        border: none;
        text-indent: -9999px;
        height: 1px;
        width: 100%;
        display: block; }
    .projects__control .slick-arrow {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #c4c4c4;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: none;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .projects__control .slick-arrow path {
        fill: #251c1c; }
      .projects__control .slick-arrow.slick-next {
        margin-left: 6px; }
      @media screen and (min-width: 1250px) {
        .projects__control .slick-arrow:hover {
          background: #251c1c;
          border-color: #251c1c; }
          .projects__control .slick-arrow:hover path {
            fill: #fff; } }
  .projects__image {
    margin-bottom: 28px;
    display: block;
    overflow: hidden; }
    .projects__image img {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media screen and (min-width: 1250px) {
      .projects__image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
  .projects__category {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #251c1c;
    margin-bottom: 20px; }
  .projects__name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 20.794px;
    line-height: 25px;
    color: #000;
    text-decoration: none; }

.reviews {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1365px) {
    .reviews {
      padding-left: 15px; } }
  .reviews__title {
    margin-bottom: 40px;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative; }
    .reviews__title span {
      position: relative;
      z-index: 1; }
    .reviews__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .reviews__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .reviews__title {
        font-size: 30px; }
        .reviews__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .reviews__title {
        font-size: 26px; }
        .reviews__title::after {
          font-size: 50px; } }
  .reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1120px;
    margin-bottom: 140px; }
    @media screen and (max-width: 1250px) {
      .reviews__list {
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .reviews__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px; } }
  .reviews__box {
    max-width: 366px;
    -ms-flex-preferred-size: 366px;
    flex-basis: 366px;
    width: 100%;
    background: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 79px;
    padding: 0 36px 0 25px; }
    @media screen and (max-width: 1250px) {
      .reviews__box {
        max-width: 325px;
        -ms-flex-preferred-size: 325px;
        flex-basis: 325px; } }
    @media screen and (max-width: 1023px) {
      .reviews__box {
        max-width: 240px;
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px; } }
    @media screen and (max-width: 767px) {
      .reviews__box {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px; } }
  .reviews__num {
    text-align: right;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    color: #251c1c;
    margin-bottom: 5px; }

.rate {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .rate__star + .rate__star {
    margin-left: 4px; }
  .rate__star path {
    fill: #eac644; }
  .rate svg {
    display: block;
    width: 12px;
    height: 12px; }

.rate[data-rate="1"] .rate__star:nth-child(n+2) path,
.rate[data-rate="2"] .rate__star:nth-child(n+3) path,
.rate[data-rate="3"] .rate__star:nth-child(n+4) path,
.rate[data-rate="4"] .rate__star:nth-child(n+5) path,
.rate[data-rate="5"] .rate__star:nth-child(n+6) path,
.rate[data-rate="0"] .rate__star path {
  fill: #C1C0BA; }

.clients {
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .clients {
      margin-bottom: 100px; } }
  .clients__list {
    margin: 0 0 60px -20px; }
    @media screen and (max-width: 1679px) {
      .clients__list .slick-list {
        margin-right: -161px;
        padding-right: 250px; } }
  .clients__box {
    background: #f9f9f9;
    padding: 26px 30px 22px;
    margin: 0 0 0 20px; }
  .clients__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #251c1c; }
  .clients__text {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 24px;
    color: #554d4d; }
    .clients__text p {
      margin: 0; }
  .clients .rate {
    margin-bottom: 20px; }
  .clients__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .clients__ico {
    max-width: 49px;
    -ms-flex-preferred-size: 49px;
    flex-basis: 49px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-right: 16px; }
  .clients__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #251c1c;
    margin-bottom: 4px; }
  .clients__company {
    font-size: 14px;
    line-height: 17px;
    color: #251c1c; }
  .clients__control {
    width: 100%;
    position: relative;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .clients__control .slick-dots {
      margin: 0 32px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1006px;
      -ms-flex-preferred-size: 1006px;
      flex-basis: 1006px;
      width: 100%;
      height: 1px;
      background: rgba(195, 192, 192, 0.4); }
      .clients__control .slick-dots li {
        width: 100%;
        height: 1px; }
        .clients__control .slick-dots li.slick-active button {
          background: #554d4d; }
      .clients__control .slick-dots button {
        background: none;
        padding: 0;
        border: none;
        text-indent: -9999px;
        height: 1px;
        width: 100%;
        display: block; }
    .clients__control .slick-arrow {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #c4c4c4;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: none;
      cursor: pointer; }
      .clients__control .slick-arrow path {
        fill: #251c1c; }
      .clients__control .slick-arrow.slick-next {
        margin-left: 6px; }
      @media screen and (min-width: 1250px) {
        .clients__control .slick-arrow:hover {
          background: #251c1c;
          border-color: #251c1c; }
          .clients__control .slick-arrow:hover path {
            fill: #fff; } }

.faq {
  max-width: 1280px;
  margin: 0 auto 150px;
  width: 100%; }
  @media screen and (max-width: 1365px) {
    .faq {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .faq {
      margin-bottom: 80px; } }
  .faq__title {
    margin-bottom: 40px;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative; }
    .faq__title span {
      position: relative;
      z-index: 1; }
    .faq__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .faq__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .faq__title {
        font-size: 30px; }
        .faq__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .faq__title {
        font-size: 26px; }
        .faq__title::after {
          font-size: 50px; } }
  .faq__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .faq__list li {
      border-bottom: 1px solid #c3c0c0; }
      .faq__list li.active {
        border-color: #000; }
        .faq__list li.active path {
          fill: #db4440; }
  .faq .opener {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #251c1c;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 24px 0; }
    .faq .opener path {
      fill: #251c1c; }
  .faq .opener__ico {
    position: absolute;
    top: 23px;
    right: 0; }
  .faq .slide {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    max-width: 960px;
    padding-bottom: 24px; }
    .faq .slide p {
      margin: 0; }

.feedback {
  background: #111;
  padding: 90px 15px 100px; }
  .feedback__holder {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .feedback__holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .feedback__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #fff;
    position: relative;
    margin-bottom: 36px; }
    .feedback__title span {
      position: relative;
      z-index: 1; }
    .feedback__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -34px;
      white-space: nowrap;
      font-family: 'Syne';
      font-weight: bold;
      color: #111;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .feedback__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .feedback__title {
        font-size: 30px; }
        .feedback__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .feedback__title {
        font-size: 26px; }
        .feedback__title::after {
          font-size: 50px; } }
  .feedback__form {
    max-width: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    width: 100%; }
  .feedback__sub-title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 12px; }
  .feedback__row {
    margin-bottom: 4px; }
    .feedback__row input {
      background: none;
      padding: 0;
      border: solid rgba(255, 255, 255, 0.1);
      border-width: 0 0 1px;
      color: #fff; }
      .feedback__row input:focus {
        border-color: #fff; }
  .feedback__button {
    padding: 46px 0 0; }
  .feedback__info {
    margin-left: 146px; }
    @media screen and (max-width: 767px) {
      .feedback__info {
        margin: 40px 0 0; } }
    .feedback__info .feedback__sub-title {
      margin-bottom: 45px; }
  .feedback__info-box + .feedback__info-box {
    margin-top: 30px; }
  .feedback__small-title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 110%;
    color: #8a8484; }
  .feedback__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .feedback__item a {
      font-size: 16px;
      line-height: 140%;
      color: #fff;
      text-decoration: none;
      margin-left: 8px; }

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social li {
    width: 33px;
    height: 33px; }
    .social li + li {
      margin-left: 8px; }
  .social a {
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1250px) {
      .social a:hover path {
        fill: #db4440; } }

.main-text {
  padding: 143px 0;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #554d4d; }
  @media screen and (max-width: 1365px) {
    .main-text {
      padding: 143px 15px; } }
  @media screen and (max-width: 767px) {
    .main-text {
      padding: 70px 15px; } }
  .main-text h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 110%;
    color: #251c1c;
    margin-bottom: 24px; }
    .main-text h1:first-child {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .main-text h1 {
        font-size: 26px; } }
  .main-text p {
    margin: 25px 0; }
    .main-text p:first-child {
      margin-top: 0; }
    .main-text p:last-child {
      margin-bottom: 0; }

.popup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 10; }
  .popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000; }
  .popup__close {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .popup__close::after {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 30px;
      height: 2px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .popup__close::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 30px;
      height: 2px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .popup__holder {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding: 100px 0 0; }
    .popup__holder iframe {
      width: 100%;
      height: 100%; }

.popup-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -9999px;
  right: auto;
  height: 0;
  overflow: hidden; }
  .popup-steps.active {
    left: 0;
    right: 0;
    height: auto; }
    .popup-steps.active .popup-steps__overlay {
      right: 0; }
  @media screen and (max-width: 767px) {
    .popup-steps {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow-y: auto; } }
  .popup-steps__overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0; }
  .popup-steps__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .popup-steps__close::after {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 30px;
      height: 2px;
      background: #000;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .popup-steps__close::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 30px;
      height: 2px;
      background: #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .popup-steps__holder {
    max-width: 700px;
    -ms-flex-preferred-size: 700px;
    flex-basis: 700px;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 47px 60px 60px; }
    @media screen and (max-width: 767px) {
      .popup-steps__holder {
        padding: 30px 15px; } }
  .popup-steps__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #1d1c1c;
    margin-bottom: 37px; }
    @media screen and (max-width: 767px) {
      .popup-steps__title {
        font-size: 28px; } }
  .popup-steps__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px; }
  .popup-steps__notes {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #8a8484;
    width: 97px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .popup-steps__notes span {
      color: #000; }
  .popup-steps__line {
    width: 100%;
    height: 3px;
    background: rgba(138, 132, 132, 0.2); }
  .popup-steps__line-progress {
    background: #db4440;
    height: 3px; }
  .popup-steps__sub-title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 17px; }
  .popup-steps__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 767px) {
      .popup-steps__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; } }
  .popup-steps .slick-prev {
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #554d4d;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .popup-steps .slick-prev {
        width: 100%;
        text-align: center; } }
    .popup-steps .slick-prev.slick-disabled {
      display: none !important; }
    .popup-steps .slick-prev:not(.slick-disabled) + .popup-steps__bottom-box {
      padding: 60px 0 0; }
  .popup-steps .slick-next.slick-disabled {
    display: none !important; }
  @media screen and (max-width: 767px) {
    .popup-steps__bottom-box {
      margin-bottom: 20px; } }
  .popup-steps__measurements {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #251c1c;
    margin-bottom: 4px;
    text-decoration: none; }
  .popup-steps__more {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #251c1c;
    display: block; }
  .popup-steps__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 44px; }
    @media screen and (max-width: 767px) {
      .popup-steps__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .popup-steps__buttons .send {
      display: none; }
  .popup-steps__skip {
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #251c1c;
    padding: 0;
    background: none;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer; }
    @media screen and (min-width: 1250px) {
      .popup-steps__skip:hover {
        text-decoration: none; } }
  .popup-steps__next {
    margin-left: 40px;
    max-width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .popup-steps__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .popup-steps__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .popup-steps__col {
    max-width: 279px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .popup-steps__col {
        max-width: 100%; } }
    .popup-steps__col input {
      height: 58px;
      border: solid rgba(138, 132, 132, 0.2);
      border-width: 0 0 2px;
      padding: 0; }
  .popup-steps__area {
    margin-top: 20px; }
  .popup-steps__fields {
    margin-bottom: 40px; }
  .popup-steps__slider.done + .popup-steps__bottom .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-steps__slider.done + .popup-steps__bottom .popup-steps__bottom-box {
    visibility: hidden;
    height: 0;
    overflow: hidden; }
  .popup-steps__slider.done + .popup-steps__bottom .popup-steps__buttons {
    max-width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px; }
  .popup-steps__slider.done + .popup-steps__bottom .popup-steps__skip {
    display: none; }

#uploadfiles {
  display: none; }

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 58px; }
  @media screen and (max-width: 767px) {
    .file {
      height: 60px;
      padding-bottom: 20px;
      border: solid rgba(138, 132, 132, 0.2);
      border-width: 0 0 2px; } }

.file__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #251C1C;
  cursor: pointer; }
  @media screen and (min-width: 1250px) {
    .file__title:hover {
      text-decoration: none; } }

.file-name__remove {
  cursor: pointer; }
  .file-name__remove svg {
    stroke: #f00;
    width: 10px;
    height: 10px; }

.file-name__inner {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .file-name__inner.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.file__ico {
  margin-left: 15px; }

.files-count-box {
  font-size: 14px;
  line-height: 110%;
  color: #8A8484;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .files-count-box svg {
    margin-left: 3px; }

.files-count {
  margin-right: 3px; }

.file-name__current {
  margin-right: 5px;
  font-size: 13px;
  line-height: 16px;
  color: #000; }

.image-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 0 30px -20px; }
  .image-choose__item {
    max-width: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    width: 100%;
    margin: 16px 0 0 20px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .image-choose__item {
        max-width: 155px;
        -ms-flex-preferred-size: 155px;
        flex-basis: 155px; } }
    .image-choose__item input {
      position: absolute;
      left: -9999px; }
      .image-choose__item input:checked + .image-choose__box .image-choose__name {
        color: #1d1c1c; }
      .image-choose__item input:checked + .image-choose__box .image-choose__image {
        display: block; }
        .image-choose__item input:checked + .image-choose__box .image-choose__image::after {
          border-color: rgba(219, 68, 64, 0.9); }
  .image-choose__name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 15px; }
  .image-choose__image {
    position: relative;
    display: block; }
    .image-choose__image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border: 2px solid transparent; }

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 36px; }

.checkbox-item {
  font-size: 16px;
  line-height: 18px;
  color: #1d1c1c;
  width: 100px;
  margin: 30px 0 0; }
  .checkbox-item input {
    position: absolute;
    left: -9999px; }
    .checkbox-item input:checked + .checkbox-item__text .checkbox-item__color::after {
      opacity: 1; }
    .checkbox-item input:checked + .checkbox-item__text .checkbox-item__color-text {
      color: #000; }
  .checkbox-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .checkbox-item__color {
    width: 18px;
    height: 18px;
    border: 1px solid #251C1C;
    margin-right: 9px;
    position: relative; }
    .checkbox-item__color::after {
      content: '';
      position: absolute;
      border: 1px solid #fff;
      border-width: 0 0 2px 2px;
      width: 11px;
      height: 6px;
      left: 3px;
      top: 4px;
      opacity: 0;
      -webkit-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg); }
  .checkbox-item.white .checkbox-item__color::after, .checkbox-item.other .checkbox-item__color::after, .checkbox-item.beige .checkbox-item__color::after {
    border: 1px solid #000;
    border-width: 0 0 2px 2px; }

.area-color {
  margin-bottom: 40px; }

.popup-thanks .popup-steps__overlay {
  right: 0; }

.popup-thanks__title {
  font-family: 'Syne';
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  color: #1d1c1c;
  margin: 0 auto 26px;
  max-width: 464px; }
  @media screen and (max-width: 767px) {
    .popup-thanks__title {
      font-size: 28px;
      padding-top: 20px; } }

.popup-thanks__text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #554d4d;
  max-width: 480px;
  margin: 0 auto 41px; }
  .popup-thanks__text p:first-child {
    margin-top: 0; }
  .popup-thanks__text p:last-child {
    margin-bottom: 0; }

.popup-thanks__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.offers-section {
  max-width: 1280px;
  margin: 0 auto 172px;
  width: 100%; }
  @media screen and (max-width: 1365px) {
    .offers-section {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .offers-section {
      margin: 0 auto 60px; } }
  .offers-section__box + .offers-section__box {
    margin-top: 220px; }
    @media screen and (max-width: 767px) {
      .offers-section__box + .offers-section__box {
        margin-top: 60px; } }
  .offers-section__box:nth-child(even) .offers-section__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .offers-section__box:nth-child(even) .offers-section__images {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (max-width: 1250px) {
      .offers-section__box:nth-child(even) .offers-section__images {
        padding: 0 0 0 30px; } }
    @media screen and (max-width: 1023px) {
      .offers-section__box:nth-child(even) .offers-section__images {
        padding: 0 30px 0 30px;
        margin: 0 0 0 30px;
        max-width: 340px;
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px; } }
    @media screen and (max-width: 767px) {
      .offers-section__box:nth-child(even) .offers-section__images {
        padding: 0 30px 0 0;
        margin: 0 0 50px;
        max-width: 100%;
        -ms-flex-preferred-size: 315px;
        flex-basis: 315px; } }
  .offers-section__box:nth-child(even) .offers-section__prod-box {
    margin: 0 0 0 auto; }
  .offers-section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1250px) {
      .offers-section__columns {
        margin-bottom: 40px; } }
    @media screen and (max-width: 1023px) {
      .offers-section__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .offers-section__image {
    max-width: 720px;
    -ms-flex-preferred-size: 720px;
    flex-basis: 720px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .offers-section__image {
        max-width: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px; } }
    @media screen and (max-width: 1023px) {
      .offers-section__image {
        max-width: 100%;
        -ms-flex-preferred-size: 720px;
        flex-basis: 720px;
        margin-bottom: 40px; } }
  .offers-section__info {
    max-width: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .offers-section__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .offers-section__title {
    font-family: 'Syne';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 31px;
    position: relative; }
    .offers-section__title span {
      position: relative;
      z-index: 1; }
    .offers-section__title::after {
      content: attr(data-text);
      position: absolute;
      top: -20px;
      left: -80px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .offers-section__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .offers-section__title {
        font-size: 30px; }
        .offers-section__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .offers-section__title {
        font-size: 26px; }
        .offers-section__title::after {
          font-size: 50px; } }
  .offers-section__sub-title {
    margin-bottom: 20px;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #251c1c; }
  .offers-section__text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 39px;
    opacity: 0.8; }
  .offers-section__triggers {
    margin: -29px 0 50px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .offers-section__triggers li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 240px;
      -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
      width: 100%;
      margin: 29px 0 0; }
      @media screen and (max-width: 767px) {
        .offers-section__triggers li {
          max-width: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .offers-section__icon {
    max-width: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .offers-section__icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px; } }
  .offers-section__triggers-text {
    font-size: 16px;
    line-height: 140%;
    color: #251c1c;
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .offers-section__triggers-text {
        font-size: 14px;
        margin-left: 7px; } }
  .offers-section__prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .offers-section__prod {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .offers-section__images {
    position: relative;
    max-width: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    width: 100%;
    margin-top: -40px; }
    @media screen and (max-width: 1250px) {
      .offers-section__images {
        margin: 0; } }
    @media screen and (max-width: 1023px) {
      .offers-section__images {
        max-width: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        margin-right: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .offers-section__images {
        max-width: 100%;
        -ms-flex-preferred-size: 315px;
        flex-basis: 315px;
        margin: 0 0 50px; } }
  .offers-section__image-small {
    position: absolute;
    bottom: -70px;
    right: 0; }
    @media screen and (max-width: 1250px) {
      .offers-section__image-small {
        right: 30px; } }
    @media screen and (max-width: 1023px) {
      .offers-section__image-small {
        right: 0;
        max-width: 160px; } }
    @media screen and (max-width: 767px) {
      .offers-section__image-small {
        bottom: -30px; } }
  .offers-section__prod-info {
    max-width: 720px;
    -ms-flex-preferred-size: 720px;
    flex-basis: 720px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .offers-section__prod-info {
        max-width: 540px;
        -ms-flex-preferred-size: 540px;
        flex-basis: 540px; } }
    @media screen and (max-width: 767px) {
      .offers-section__prod-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .offers-section__prod-box {
    max-width: 561px;
    -ms-flex-preferred-size: 561px;
    flex-basis: 561px;
    width: 100%;
    padding-left: 30px;
    border-left: 2px solid #db4440; }
  .offers-section__prod-name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #251c1c;
    margin-bottom: 19px; }
  .offers-section__prod-text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    opacity: 0.8;
    margin-bottom: 38px; }
    .offers-section__prod-text p:first-child {
      margin-top: 0; }
    .offers-section__prod-text p:last-child {
      margin-bottom: 0; }
  .offers-section__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .offers-section__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .offers-section__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .offers-section__price {
        width: 100%;
        margin-bottom: 20px; } }
  .offers-section__price-new {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #d12c1e; }
  .offers-section__price-old {
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8a8484;
    margin-left: 20px; }

.offers-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .offers-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .offers-top .offers-top__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #251c1c; }
    @media screen and (max-width: 767px) {
      .offers-top .offers-top__title {
        margin-bottom: 15px; } }

.subscribe {
  max-width: 1120px;
  margin: 0 auto 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1250px) {
    .subscribe {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .subscribe {
      margin: 0 auto 60px; } }
  .subscribe__info {
    max-width: 458px; }
  .subscribe__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative;
    margin-bottom: 34px; }
    .subscribe__title span {
      position: relative;
      z-index: 1; }
    .subscribe__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -76px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .subscribe__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .subscribe__title {
        font-size: 30px; }
        .subscribe__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .subscribe__title {
        font-size: 26px; }
        .subscribe__title::after {
          font-size: 50px; } }
  .subscribe__text {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c; }
  .subscribe__form {
    max-width: 400px; }
    @media screen and (max-width: 1023px) {
      .subscribe__form {
        max-width: 360px; } }
    @media screen and (max-width: 767px) {
      .subscribe__form {
        max-width: 100%; } }
  .subscribe__row {
    margin-bottom: 4px; }
    .subscribe__row input {
      background: none;
      padding: 0;
      border: solid rgba(85, 77, 77, 0.2);
      border-width: 0 0 1px;
      color: #fff; }
      .subscribe__row input:focus {
        border-color: #fff; }
  .subscribe__button {
    padding-top: 46px; }
  .subscribe__images {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .subscribe__images {
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .subscribe__images {
        display: none; } }
  .subscribe__image-small {
    position: absolute;
    left: -160px;
    bottom: -50px; }
    @media screen and (max-width: 1250px) {
      .subscribe__image-small {
        left: -50px; } }
    @media screen and (max-width: 1023px) {
      .subscribe__image-small {
        display: none; } }

.guaranty {
  margin-bottom: 146px; }
  @media screen and (max-width: 767px) {
    .guaranty {
      margin-bottom: 60px; } }
  .guaranty__image {
    margin-bottom: 85px; }
  .guaranty__columns {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .guaranty__columns {
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .guaranty__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .guaranty__info {
    max-width: 569px;
    -ms-flex-preferred-size: 569px;
    flex-basis: 569px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .guaranty__info {
        margin: 0 30px 0 0; } }
    @media screen and (max-width: 1023px) {
      .guaranty__info {
        margin: 0 0 30px;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .guaranty__text p:first-child {
    margin-top: 0; }
  .guaranty__text p:last-child {
    margin-bottom: 0; }
  .guaranty__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-transform: capitalize;
    color: #251c1c;
    margin-bottom: 29px;
    position: relative; }
    .guaranty__title span {
      position: relative;
      z-index: 1; }
    .guaranty__title::after {
      content: attr(data-text);
      position: absolute;
      top: -24px;
      left: -80px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .guaranty__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .guaranty__title {
        font-size: 30px; }
        .guaranty__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .guaranty__title {
        font-size: 26px; }
        .guaranty__title::after {
          font-size: 50px; } }
  .guaranty__triggers {
    max-width: 480px; }
    .guaranty__triggers .offers-section__triggers {
      margin: 0; }
  .guaranty__triggers-title {
    margin-bottom: 25px;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #251c1c; }

.product-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 15px; }
  @media screen and (max-width: 1023px) {
    .product-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .product-columns {
      margin-bottom: 60px; } }

.product-images {
  max-width: 560px;
  -ms-flex-preferred-size: 560px;
  flex-basis: 560px;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .product-images {
      max-width: 470px;
      -ms-flex-preferred-size: 470px;
      flex-basis: 470px; } }
  @media screen and (max-width: 1023px) {
    .product-images {
      max-width: 560px;
      -ms-flex-preferred-size: 560px;
      flex-basis: 560px; } }
  .product-images__control {
    width: 100%;
    position: relative;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-images__control .slick-dots {
      margin: 0 32px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1006px;
      -ms-flex-preferred-size: 1006px;
      flex-basis: 1006px;
      width: 100%;
      height: 1px;
      background: rgba(195, 192, 192, 0.4); }
      .product-images__control .slick-dots li {
        width: 100%;
        height: 1px; }
        .product-images__control .slick-dots li.slick-active button {
          background: #554d4d; }
      .product-images__control .slick-dots button {
        background: none;
        padding: 0;
        border: none;
        text-indent: -9999px;
        height: 1px;
        width: 100%;
        display: block; }
    .product-images__control .slick-arrow {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #c4c4c4;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: none;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .product-images__control .slick-arrow path {
        fill: #251c1c; }
      .product-images__control .slick-arrow.slick-next {
        margin-left: 6px; }
      @media screen and (min-width: 1250px) {
        .product-images__control .slick-arrow:hover {
          background: #251c1c;
          border-color: #251c1c; }
          .product-images__control .slick-arrow:hover path {
            fill: #fff; } }
  .product-images__slider {
    margin-bottom: 8px; }
  .product-images__small {
    margin: 0 0 50px -8px; }
  .product-images__small-slide {
    margin: 0 0 0 8px; }

.product-info {
  max-width: 480px;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  width: 100%;
  margin-left: 80px; }
  @media screen and (max-width: 1250px) {
    .product-info {
      margin-left: 40px; } }
  @media screen and (max-width: 1023px) {
    .product-info {
      max-width: 560px;
      -ms-flex-preferred-size: 560px;
      flex-basis: 560px;
      margin: 40px 0 0; } }
  .product-info__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 33px; }
    @media screen and (max-width: 767px) {
      .product-info__title {
        font-size: 26px;
        margin-bottom: 23px; } }
  .product-info__char {
    margin-bottom: 38px; }
    .product-info__char:last-child {
      margin: 0; }
  .product-info__char-title {
    margin-bottom: 20px;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #251c1c; }
  .product-info__char-list {
    margin: -8px 0 0 -20px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .product-info__char-list {
        margin: -8px 0 0 -8px; } }
    .product-info__char-list li {
      margin: 8px 0 0 20px;
      max-width: 175px;
      -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        .product-info__char-list li {
          max-width: 47%;
          -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
          margin: 8px 0 0 8px; } }
      @media screen and (max-width: 374px) {
        .product-info__char-list li {
          max-width: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          margin: 8px 0 0 8px; } }
  .product-info__char-name {
    font-size: 16px;
    line-height: 24px;
    color: #251c1c; }
  .product-info__char-descr {
    font-size: 16px;
    line-height: 24px;
    color: #251c1c;
    font-weight: bold;
    margin-left: 3px; }
  .product-info__descr {
    margin-bottom: 41px; }
  .product-info__descr-title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1d1c1c;
    margin-bottom: 19px; }
  .product-info__descr-text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d; }
    .product-info__descr-text p {
      margin: 25px 0; }
      .product-info__descr-text p:first-child {
        margin-top: 0; }
      .product-info__descr-text p:last-child {
        margin-bottom: 0; }
  .product-info__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-top: -10px; }
    @media screen and (max-width: 767px) {
      .product-info__place {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .product-info__place ul {
      margin: -8px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      line-height: 24px;
      color: #554d4d;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-info__place ul li {
        width: 50%;
        margin: 8px 0 0; }
  .product-info__place-box {
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .product-info__place-box + .product-info__place-box {
        margin-top: 20px; } }
  .product-info__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #db4440;
    margin-bottom: 42px; }
  .product-info__place-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1d1c1c;
    margin-bottom: 18px; }

.detailed {
  margin-bottom: 144px; }
  @media screen and (max-width: 767px) {
    .detailed {
      margin-bottom: 60px; } }
  .detailed__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    margin-bottom: 59px;
    max-width: 502px; }
    @media screen and (max-width: 767px) {
      .detailed__title {
        font-size: 28px;
        margin-bottom: 29px; } }
  .detailed__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .detailed__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .detailed__top .btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .detailed__sub-title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative; }
    @media screen and (max-width: 767px) {
      .detailed__sub-title {
        margin-bottom: 15px; } }
    .detailed__sub-title span {
      position: relative;
      z-index: 1; }
    .detailed__sub-title::after {
      content: attr(data-text);
      position: absolute;
      bottom: 0;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .detailed__sub-title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .detailed__sub-title {
        font-size: 30px; }
        .detailed__sub-title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .detailed__sub-title {
        font-size: 26px; }
        .detailed__sub-title::after {
          font-size: 50px; } }
  .detailed .button-group {
    margin-bottom: 63px; }
    @media screen and (max-width: 767px) {
      .detailed .button-group {
        margin-bottom: 30px; } }

.grid {
  margin: -44px 0 0 -20px; }
  @media screen and (max-width: 479px) {
    .grid {
      margin: -20px 0 0 -10px; } }
  .grid .product-box {
    max-width: 208px;
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px; }
    @media screen and (max-width: 479px) {
      .grid .product-box {
        margin: 20px 0 0 10px;
        max-width: 47%;
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%; } }

.search-holder {
  max-width: 510px;
  padding: 0 15px;
  margin: 0 auto 150px;
  width: 100%; }
  .search-holder__icon {
    max-width: 50px;
    margin: 0 auto 43px; }
    .search-holder__icon svg {
      width: 50px;
      height: 50px; }
  .search-holder__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #251c1c;
    margin-bottom: 39px; }
  .search-holder__result {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1d1c1c;
    margin-bottom: 34px; }
  .search-holder__text {
    max-width: 348px;
    margin: 0 auto 44px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #554d4d; }

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #251c1c;
  margin-bottom: 141px; }
  @media screen and (max-width: 1023px) {
    .top-section {
      padding: 80px 0 0; } }
  @media screen and (max-width: 767px) {
    .top-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 60px 0 0;
      margin-bottom: 50px; } }
  .top-section--process {
    background: url("../images/bg-progress.png") no-repeat; }
    .top-section--process .top-section__title {
      max-width: 475px; }
      .top-section--process .top-section__title::after {
        content: '|';
        font-family: 'Syne';
        font-weight: normal;
        font-size: 68px;
        line-height: 82px;
        color: #fff;
        opacity: 0.6; }
  .top-section__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1250px) {
      .top-section__info {
        padding: 50px 0 0 15px; } }
    @media screen and (max-width: 1023px) {
      .top-section__info {
        padding: 0 0 0 15px; } }
    @media screen and (max-width: 767px) {
      .top-section__info {
        width: 100%;
        padding: 0 15px 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .top-section__box {
    max-width: 536px; }
  .top-section__image {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .top-section__image {
        width: 100%;
        margin-bottom: 20px; } }
  .top-section__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 68px;
    line-height: 82px;
    color: #fff;
    margin-bottom: 37px; }
    @media screen and (max-width: 1439px) {
      .top-section__title {
        font-size: 54px;
        line-height: 64px; } }
    @media screen and (max-width: 1250px) {
      .top-section__title {
        font-size: 44px;
        line-height: 54px; } }
    @media screen and (max-width: 1023px) {
      .top-section__title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px; } }
    .top-section__title span {
      color: #db4440; }
  .top-section__text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 430px; }
    @media screen and (max-width: 1023px) {
      .top-section__text {
        margin-bottom: 25px; } }
  .top-section__play {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 1250px) {
      .top-section__play:hover {
        background: #fff; }
        .top-section__play:hover path {
          fill: #000; } }
    .top-section__play svg {
      width: 12px;
      height: 10px; }
    .top-section__play path {
      fill: #fff; }
    .top-section__play span {
      position: absolute;
      left: 100%;
      padding-left: 29px;
      white-space: nowrap;
      top: 50%;
      color: #fff;
      font-size: 16px;
      line-height: 140%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.breadcrumb {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 140%; }
  .breadcrumb li + li::before {
    content: '/';
    color: #fff;
    margin-left: 3px; }
  .breadcrumb li:last-child a {
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none; }
  .breadcrumb a {
    text-decoration: none;
    color: #fff; }

.categories {
  max-width: 1160px;
  margin: 0 auto 150px;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .categories {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .categories {
      margin: 0 auto 60px; } }
  .categories__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative;
    margin-bottom: 59px; }
    .categories__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: -10px;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      opacity: 0.1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #251c1c;
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .categories__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .categories__title {
        font-size: 30px; }
        .categories__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .categories__title {
        font-size: 26px; }
        .categories__title::after {
          font-size: 50px; } }
  .categories__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .categories__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .categories__box + .categories__box {
      margin: 100px 0 0; }
      @media screen and (max-width: 767px) {
        .categories__box + .categories__box {
          margin: 60px 0 0; } }
    .categories__box:nth-child(even) .categories__image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      @media screen and (max-width: 1250px) {
        .categories__box:nth-child(even) .categories__image {
          margin: 0 0 0 20px; } }
      @media screen and (max-width: 1023px) {
        .categories__box:nth-child(even) .categories__image {
          margin: 0 0 20px; } }
  .categories__image {
    max-width: 560px;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .categories__image {
        max-width: 480px;
        -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
        margin-right: 20px; } }
    @media screen and (max-width: 1023px) {
      .categories__image {
        max-width: 560px;
        -ms-flex-preferred-size: 560px;
        flex-basis: 560px;
        margin: 0 0 20px; } }
  .categories__info {
    max-width: 530px;
    -ms-flex-preferred-size: 530px;
    flex-basis: 530px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .categories__info {
        max-width: 480px;
        -ms-flex-preferred-size: 480px;
        flex-basis: 480px; } }
    @media screen and (max-width: 1023px) {
      .categories__info {
        max-width: 560px;
        -ms-flex-preferred-size: 560px;
        flex-basis: 560px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .categories__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 37px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .categories__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .categories__name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #251c1c; }
    @media screen and (max-width: 767px) {
      .categories__name {
        font-size: 26px; } }
  .categories__text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7; }
    .categories__text p:first-child {
      margin-top: 0; }
    .categories__text p:last-child {
      margin-bottom: 0; }
  .categories__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 0 45px -38px;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .categories__tabs {
        margin: -5px 0 45px -10px; } }
    .categories__tabs li {
      margin: 5px 0 0 38px; }
      @media screen and (max-width: 767px) {
        .categories__tabs li {
          margin: 5px 0 0 10px; } }
    .categories__tabs a {
      height: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px;
      font-size: 12px;
      line-height: 140%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #554d4d;
      text-decoration: none; }
      .categories__tabs a.active {
        color: #fff;
        background: #db4440; }
  .categories__sub-name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #251C1C;
    margin-bottom: 21px; }
    @media screen and (max-width: 767px) {
      .categories__sub-name {
        font-size: 20px; } }
  .categories__sub-tabs {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e7e7; }
    .categories__sub-tabs li + li {
      margin: 0 0 0 49px; }
    .categories__sub-tabs a {
      font-size: 12px;
      line-height: 140%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #554d4d;
      display: block;
      text-decoration: none;
      position: relative;
      padding-bottom: 18px; }
      .categories__sub-tabs a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0; }
      .categories__sub-tabs a.active {
        color: #db4440; }
        .categories__sub-tabs a.active::after {
          background: #db4440; }
  .categories__inner-text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 44px; }
    .categories__inner-text p:first-child {
      margin-top: 0; }
    .categories__inner-text p:last-child {
      margin-bottom: 0; }
  .categories__slider {
    margin: 0 0 30px -10px; }
    @media screen and (max-width: 1023px) {
      .categories__slider .slick-list {
        margin-right: -161px;
        padding-right: 250px; } }
    .categories__slider .product {
      margin-left: 10px; }
    .categories__slider .top-products__name {
      font-size: 16px;
      line-height: 19px; }
    .categories__slider .top-products__more {
      width: 36px;
      height: 36px;
      margin: -18px 0 0 -18px; }
    .categories__slider .slick-arrow {
      position: absolute;
      top: 70px;
      background: #251c1c;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      border: 1px solid #251c1c; }
      @media screen and (max-width: 1250px) {
        .categories__slider .slick-arrow {
          top: 59px; } }
      @media screen and (max-width: 1023px) {
        .categories__slider .slick-arrow {
          top: 110px; } }
      .categories__slider .slick-arrow path {
        fill: #fff; }
      .categories__slider .slick-arrow.slick-prev {
        left: 0;
        display: none; }
      .categories__slider .slick-arrow.slick-next {
        right: 5px; }
  .categories__image-control {
    width: 100%;
    position: relative;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .categories__image-control .slick-dots {
      margin: 0 32px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 442px;
      -ms-flex-preferred-size: 442px;
      flex-basis: 442px;
      width: 100%;
      height: 1px;
      background: rgba(195, 192, 192, 0.4); }
      .categories__image-control .slick-dots li {
        width: 100%;
        height: 1px; }
        .categories__image-control .slick-dots li.slick-active button {
          background: #554d4d; }
      .categories__image-control .slick-dots button {
        background: none;
        padding: 0;
        border: none;
        text-indent: -9999px;
        height: 1px;
        width: 100%;
        display: block; }
    .categories__image-control .slick-arrow {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #c4c4c4;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: none;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .categories__image-control .slick-arrow path {
        fill: #251c1c; }
      .categories__image-control .slick-arrow.slick-next {
        margin-left: 6px; }
      @media screen and (min-width: 1250px) {
        .categories__image-control .slick-arrow:hover {
          background: #251c1c;
          border-color: #251c1c; }
          .categories__image-control .slick-arrow:hover path {
            fill: #fff; } }
  .categories__image-slider {
    margin-bottom: 10px; }
  .categories__image-small {
    margin: 0 0 50px -9px;
    margin-bottom: 50px; }
  .categories__image-small-slide {
    margin-left: 9px; }

.projects-holder {
  padding: 140px 0 0; }
  @media screen and (max-width: 767px) {
    .projects-holder {
      padding: 100px 0 0; } }

.projects-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto 159px;
  width: 100%; }
  @media screen and (max-width: 1679px) {
    .projects-section {
      max-width: 1240px; } }
  @media screen and (max-width: 1365px) {
    .projects-section {
      padding: 0 0 0 100px; } }
  @media screen and (max-width: 1250px) {
    .projects-section {
      padding: 0 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .projects-section {
      margin: 0 auto 70px; } }
  .projects-section__add {
    max-width: 373px; }
    @media screen and (max-width: 1250px) {
      .projects-section__add {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 800px;
        margin: 40px 0 0; } }
  .projects-section__add-slider {
    max-width: 320px;
    margin-bottom: 136px; }
    @media screen and (max-width: 1250px) {
      .projects-section__add-slider {
        display: none !important; } }
    .projects-section__add-slider .slick-list {
      margin-left: -320px; }
  .projects-section__add-slide.slick-current .projects-section__add-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .projects-section__add-slide.slick-current .projects-section__add-name {
    opacity: 0; }
  .projects-section__add-name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 42px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .projects-section__add-image {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .projects-section__add-text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .projects-section__add-text {
        margin-bottom: 20px; } }
  .projects-section__box {
    max-width: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    width: 100%; }
    @media screen and (max-width: 1365px) {
      .projects-section__box {
        max-width: 740px;
        -ms-flex-preferred-size: 740px;
        flex-basis: 740px; } }
    @media screen and (max-width: 1250px) {
      .projects-section__box {
        max-width: 800px;
        -ms-flex-preferred-size: 800px;
        flex-basis: 800px; } }
  .projects-section__slider {
    margin-bottom: 50px; }
  .projects-section__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 68px;
    line-height: 82px;
    color: #251c1c;
    margin-bottom: 31px; }
    @media screen and (max-width: 767px) {
      .projects-section__title {
        font-size: 38px;
        line-height: 42px; } }
    .projects-section__title span {
      color: #db4440; }
  .projects-section__control {
    width: 100%;
    position: relative;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 640px; }
    .projects-section__control .slick-dots {
      margin: 0 32px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1006px;
      -ms-flex-preferred-size: 1006px;
      flex-basis: 1006px;
      width: 100%;
      height: 1px;
      background: rgba(195, 192, 192, 0.4); }
      .projects-section__control .slick-dots li {
        width: 100%;
        height: 1px; }
        .projects-section__control .slick-dots li.slick-active button {
          background: #554d4d; }
      .projects-section__control .slick-dots button {
        background: none;
        padding: 0;
        border: none;
        text-indent: -9999px;
        height: 1px;
        width: 100%;
        display: block; }
    .projects-section__control .slick-arrow {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #c4c4c4;
      width: 40px;
      height: 40px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 50%;
      background: none;
      cursor: pointer; }
      .projects-section__control .slick-arrow path {
        fill: #251c1c; }
      .projects-section__control .slick-arrow.slick-next {
        margin-left: 6px; }
      @media screen and (min-width: 1250px) {
        .projects-section__control .slick-arrow:hover {
          background: #251c1c;
          border-color: #251c1c; }
          .projects-section__control .slick-arrow:hover path {
            fill: #fff; } }

.our-projects {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .our-projects {
      padding: 0 15px; } }
  .our-projects__title {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    position: relative;
    margin-bottom: 40px; }
    .our-projects__title::after {
      content: attr(data-text);
      position: absolute;
      bottom: -10px;
      left: -110px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      opacity: 0.1;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #251c1c;
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .our-projects__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .our-projects__title {
        font-size: 30px; }
        .our-projects__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .our-projects__title {
        font-size: 26px; }
        .our-projects__title::after {
          font-size: 50px;
          left: 0; } }

.portfolio {
  margin: -9px 0 0 -9px; }
  @media screen and (max-width: 767px) {
    .portfolio {
      max-width: 367px;
      margin: -9px auto 60px; } }
  .portfolio__info {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 29px;
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 1250px) {
      .portfolio__info {
        opacity: 1;
        bottom: 20px; } }
  .portfolio__cat {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px; }
  .portfolio__name {
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 30px; }
  .portfolio__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff; }
    .portfolio__link svg {
      margin-right: 8px; }

.portfolio-item {
  float: left;
  width: 367px;
  height: 260px;
  margin: 9px 0 0 9px;
  text-decoration: none; }
  @media screen and (max-width: 1250px) {
    .portfolio-item {
      width: 323px;
      height: 229px; } }
  @media screen and (max-width: 1023px) {
    .portfolio-item {
      width: 364px;
      height: 260px; } }
  @media screen and (max-width: 767px) {
    .portfolio-item {
      width: 100%;
      height: 260px;
      margin-left: 0; } }
  .portfolio-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 1250px) {
      .portfolio-item::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 28, 28, 0)), to(#251C1C));
        background: linear-gradient(180deg, rgba(37, 28, 28, 0) 0%, #251C1C 100%); } }
  @media screen and (min-width: 1250px) {
    .portfolio-item:hover::after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 28, 28, 0)), to(#251C1C));
      background: linear-gradient(180deg, rgba(37, 28, 28, 0) 0%, #251C1C 100%); }
    .portfolio-item:hover .portfolio__info {
      opacity: 1; } }

.portfolio-item--width2 {
  width: 743px; }
  @media screen and (max-width: 1250px) {
    .portfolio-item--width2 {
      width: 655px; } }
  @media screen and (max-width: 1023px) {
    .portfolio-item--width2 {
      width: 743px; } }
  @media screen and (max-width: 767px) {
    .portfolio-item--width2 {
      width: 367px; } }

.portfolio-item--height2 {
  height: 519px; }
  @media screen and (max-width: 1250px) {
    .portfolio-item--height2 {
      height: 457px; } }
  @media screen and (max-width: 1023px) {
    .portfolio-item--height2 {
      height: 519px; } }

.portfolio-item--height3 {
  height: 403px; }
  @media screen and (max-width: 767px) {
    .portfolio-item--height3 {
      height: 201px;
      overflow: hidden; } }

/*
== 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: 20px; }
  @media screen and (max-width: 479px) {
    .mCSB_inside > .mCSB_container {
      margin-right: 10px; } }

.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: 1px;
  height: 100%;
  margin: 0 auto;
  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: 3px;
  height: 100%;
  margin: 0 auto;
  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;
  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
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
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: #D3DAE0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3);
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  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 {
  border-radius: 3px;
  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: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  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);
  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);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  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: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  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);
  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);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  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 {
  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);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  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);
  -webkit-box-shadow: inset 1px 0 1px 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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  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 {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  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 {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  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 {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  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 {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  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);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  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 {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  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 {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  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 {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  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);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  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;
  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); }

/* ---------------------------------------- */
select {
  display: none; }

.select {
  margin: auto;
  border: 1px solid #e8e8e8;
  padding: 1em 2em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 15px;
  white-space: nowrap;
  outline: none;
  overflow: hidden; }
  .select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: .7em;
    width: .7em;
    margin-top: -.4em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }
  .select:focus {
    border-color: #666; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select--medium {
    max-width: 30em; }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
  .select__item {
    padding: .5em 1em;
    cursor: pointer; }
    .select__item:hover {
      background: #efefef; }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      opacity: .3;
      cursor: not-allowed; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  outline: none !important; }
  .slick-list:focus {
    outline: none !important; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
  display: none; }
  [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; }

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

.tab {
  height: 0;
  overflow: hidden; }
  .tab.active {
    height: auto; }

.work {
  max-width: 1280px;
  margin: 0 auto 142px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1250px) {
    .work {
      padding: 0 15px; } }
  .work__title {
    font-family: 'Syne';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    color: #251c1c;
    margin-bottom: 31px;
    position: absolute;
    top: 0;
    left: 43px; }
    @media screen and (max-width: 1250px) {
      .work__title {
        font-size: 40px; } }
    @media screen and (max-width: 1023px) {
      .work__title {
        position: relative;
        left: 0; } }
    .work__title span {
      position: relative;
      z-index: 1; }
    .work__title::after {
      content: attr(data-text);
      position: absolute;
      top: -20px;
      left: -80px;
      font-family: 'Syne';
      font-weight: bold;
      color: #fff;
      font-size: 91.7271px;
      line-height: 110%;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(37, 28, 28, 0.1);
      text-decoration: none; }
      @media screen and (max-width: 1250px) {
        .work__title::after {
          left: 0; } }
    @media screen and (max-width: 1023px) {
      .work__title {
        font-size: 30px; }
        .work__title::after {
          font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .work__title {
        font-size: 26px; }
        .work__title::after {
          font-size: 50px;
          left: 0; } }
  .work__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .work__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .work__box + .work__box {
      margin-top: 100px; }
      @media screen and (max-width: 767px) {
        .work__box + .work__box {
          margin-top: 50px; } }
    .work__box:nth-child(even) .work__info {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      @media screen and (max-width: 1250px) {
        .work__box:nth-child(even) .work__info {
          margin-left: 20px; } }
  .work__info {
    max-width: 640px;
    -ms-flex-preferred-size: 640px;
    flex-basis: 640px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1250px) {
      .work__info {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .work__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .work__info-box {
    padding-left: 80px;
    max-width: 560px; }
    @media screen and (max-width: 767px) {
      .work__info-box {
        padding: 0; } }
  .work__image {
    max-width: 640px;
    -ms-flex-preferred-size: 640px;
    flex-basis: 640px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1250px) {
      .work__image {
        max-width: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .work__image {
        margin-bottom: 30px; } }
  .work__number {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #251c1c;
    margin-bottom: 26px;
    margin-left: -80px; }
    @media screen and (max-width: 767px) {
      .work__number {
        margin: 0 0 20px; } }
    .work__number::after {
      content: '/';
      color: #dB4440; }
  .work__name {
    font-family: 'Syne';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #251C1C;
    margin-bottom: 17px; }
  .work__text {
    font-size: 16px;
    line-height: 24px;
    color: #554d4d;
    margin-bottom: 50px; }
    .work__text p:first-child {
      margin-top: 0; }
    .work__text p:last-child {
      margin-bottom: 0; }

/*# sourceMappingURL=index.css.map */
