@charset "UTF-8";

/*! 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: rgba(0, 0, 0, 0);
}

body {
  /* overflow-x: hidden; */
  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;
}

@font-face {
  font-family: "Morganite";
  src: url(../fonts/../fonts/Morganite-Black.eot);
  src: local("😥"), url(../fonts/../fonts/Morganite-Black.woff2) format("woff2"), url(../fonts/../fonts/Morganite-Black.woff) format("woff"), url(../fonts/../fonts/Morganite-Black.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Italic.ttf) format("truetype");
  font-weight: 150;
  font-style: normal;
}

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

html.overflow {
  height: auto;
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}

html.overflow body {
  height: auto;
  position: relative;
  overflow: hidden !important;
}

body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

@media only screen and (min-width: 1250px) {
  body:before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    z-index: 6;
    opacity: 0;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: opacity .3s, -webkit-transform .0s;
    transition: opacity .3s, -webkit-transform .0s;
    transition: opacity .3s, transform .0s;
    transition: opacity .3s, transform .0s, -webkit-transform .0s;
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
  }

  body.bg-overflow {
    position: relative;
  }

  body.bg-overflow:before {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

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

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

input,
textarea {
  transition: .3s ease-out;
  box-shadow: inset 0px 0px 0px 0px rgba(255, 0, 0, 1);
}

button,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 320px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 5px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 725px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 945px;
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1300px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
    width: 100%;
  }
}

h1 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 23px;
}

h2 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}

h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dots */

.slider_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 140px;
}

@media only screen and (min-width: 320px) {
  .slider_cont {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .slider_cont {
    padding-bottom: 40px;
  }
}

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

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

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

@media only screen and (min-width: 320px) {
  .slick-dots li {
    margin: 0 2px;
  }
}

@media only screen and (min-width: 1200px) {
  .slick-dots li {
    margin: 0 5px;
  }
}

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

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

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

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

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside>.mCSB_container {
  margin-right: 30px;
}

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

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

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

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

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

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

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

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

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

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

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

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

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px;
}

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

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

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

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

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

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

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

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

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

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

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

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

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

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

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

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

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

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

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

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

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  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: 4px;
  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);
}

/* ---------------------------------------- */
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-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.fancybox-is-open .fancybox-bg {
  opacity: .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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  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-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s 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;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.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;
}

.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:link,
.fancybox-button:visited {
  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;
}

.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  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;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.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;
}

.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;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

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

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 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 a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .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-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__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: 50%;
  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;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.wrapp {
  min-height: 100vh;
}

.page {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .page {
    margin-top: 80px;
  }
}

.page.home-page {
  margin-top: 0;
}

.btn {
  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;
  height: 60px;
  border: 2px solid transparent;
  background: #992f35;
  color: #fff;
  padding: 0 15px;
  width: 210px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .btn:hover {
    background: #000;
  }
}

.btn:disabled {
  background: #e0e0e0;
  color: #bdbdbd;
}

.btn--line {
  width: 240px;
  font-size: 16px;
  background: transparent;
  color: #992f35;
  border-color: #992f35;
}

@media only screen and (min-width: 1025px) {
  .btn--line:hover {
    background: #992f35;
    color: #fff;
  }
}

.btn_th {
  width: 260px !important;
}

.btn--line-light {
  width: 240px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}

@media only screen and (min-width: 1025px) {
  .btn--line-light:hover {
    background: #fff;
    color: #992f35;
  }
}

.page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #992f35;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-link.black {
  color: #000 !important;
}

.page-link.white .page-link__icon {
  border: 1px solid #fff !important;
}

.page-link.white span {
  color: #fff !important;
}

.page-link.white .page-link__icon svg {
  fill: #fff;
}

.page-link.white .page-link__icon .icon-hover {
  fill: #000;
}

.page-link.white:hover .page-link__icon {
  background: #fff;
}



.page-link__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  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-radius: 50%;
  border: 1px solid #992f35;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .page-link__icon {
    margin-right: 19px;
  }
}

@media only screen and (min-width: 992px) {
  .page-link__icon {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1366px) {
  .page-link__icon {
    margin-right: 19px;
  }
}

.page-link.black .page-link__icon {
  border: 1px solid #000 !important;
}

.page-link__icon svg {
  width: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 12px;
  fill: #992f35;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-link.black .page-link__icon svg {
  fill: #000 !important;
}

.page-link .icon-hover {
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  opacity: 0;
}

.page-link.black.page-link .icon-hover {
  fill: #fff !important;
}

@media only screen and (min-width: 1025px) {
  .page-link:hover .page-link__icon {
    background: #992f35;
  }

  .page-link.black:hover .page-link__icon {
    background: #000 !important;
  }

  .page-link:hover .page-link__icon svg {
    fill: #fff;
    -webkit-transform: translateX(160%);
    transform: translateX(160%);
  }

  .page-link:hover .page-link__icon .icon-hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .page-link--light {
    color: #000;
  }

  .page-link--light .page-link__icon {
    border-color: #fff;
  }

  .page-link--light .page-link__icon svg {
    fill: #fff;
  }

  .page-link--light:hover .page-link__icon {
    background: #fff;
  }

  .page-link--light:hover .page-link__icon svg {
    fill: #992f35;
  }
}




.slick-slide {
  outline: none;
}

.content-area {
  line-height: 26px;
  color: #4f4f4f;
}

.content-area p {
  margin: 0 0 25px;
}

.page-title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  border-top: 4px solid #bdac9d;
}

.page-title--light {
  color: #fff;
}

.page-title--centred {
  text-align: center;
}

.page-title--centred::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 36px;
  }
}

.center {
  text-align: center;
}

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

.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-heading {
  height: 540px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.page-heading>* {
  position: relative;
}

.page-heading__title {
  font-size: 64px;
  max-width: 70%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page-heading__title {
    max-width: 100%;
    padding: 0 15px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .page-heading__title {
    font-size: 40px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 40px;
}

.form-group .error-label {
  position: absolute;
  bottom: -20px;
  left: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #eb5757;
}

.form-field {
  width: 100%;
  height: 64px;
  line-height: 66px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 0px 0px rgb(255, 0, 0, 0) !important;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .form-field {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .form-field {
    padding: 0 33px;
  }
}

.form-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-field.error {
  border-color: rgb(255, 0, 0, 1);
  box-shadow: inset 0px 0px 0px 1px rgb(255, 0, 0, 1) !important;
}

.form-area {
  width: 100%;
  height: 170px;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 22px 33px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.07em;
  resize: none;
  text-transform: uppercase;
}

.compare-btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .compare-btn:hover {
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.compare-btn__marker {
  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: 20px;
  height: 20px;
  background: #eb5757;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

.compare-btn.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .compare-btn {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }

  .compare-btn svg {
    width: 31px;
    height: 19px;
  }
}

.error-page {
  height: 100vh;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-image: url(../images/404.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  color: #fff;
}

.error-page .logo {
  margin-bottom: 105px;
}

.error-page>* {
  position: relative;
}

.error-page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .4;
}

.error-page__title {
  font-family: 'Morganite', sans-serif;
  font-size: 300px;
  line-height: 200px;
  font-weight: 700;
  -webkit-text-stroke: 10px #fff;
  letter-spacing: .1em;
  color: #fff;
  mix-blend-mode: overlay;
  opacity: .6;
  -webkit-animation: wavemover 10s infinite alternate linear;
  animation: wavemover 10s infinite alternate linear;
  z-index: 3;
}

@supports ((-webkit-filter: url("#flyOn")) or (filter: url("#flyOn"))) {
  .error-page__title {
    -webkit-text-stroke: 10px #fff;
    color: transparent;
    -webkit-filter: url("#flyOn");
    filter: url("#flyOn");
  }
}

@media only screen and (max-width: 767px) {
  .error-page__title {
    font-size: 270px;
  }
}

.error-page__subtitle {
  font-family: 'Morganite', sans-serif;
  font-size: 80px;
  font-weight: 700;
  -webkit-text-stroke: 4px #fff;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: overlay;
  opacity: .6;
  -webkit-animation: wavemover 10s infinite alternate linear;
  animation: wavemover 10s infinite alternate linear;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports ((-webkit-filter: url("#flyOn")) or (filter: url("#flyOn"))) {
  .error-page__subtitle {
    -webkit-text-stroke: 10px #fff;
    color: transparent;
    -webkit-filter: url("#flyOn");
    filter: url("#flyOn");
  }
}

.error-page__subtitle span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .error-page__subtitle {
    font-size: 68px;
  }
}

.error-page__caption {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 35px;
  text-align: center;
}

.error-page__btn {
  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: 245px;
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  color: #e53c13;
}

.error-page__btn svg {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}

@media only screen and (min-width: 1025px) {
  .error-page__btn:hover svg {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

@media only screen and (max-width: 767px) {
  .error-page {
    min-height: 100vh;
    height: auto;
    padding-bottom: 40px;
  }
}

@-webkit-keyframes wavemover {
  100% {
    padding-left: 200px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes wavemover {
  100% {
    padding-left: 200px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

#filter {
  display: none;
}

.bubbles {
  position: relative;
}

.individual-bubble {
  position: absolute;
  border-radius: 100%;
  bottom: 10px;
  background-color: #fff;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: .9;
}

.about-page {
  margin-top: 0;
}

.about-heading {
  height: 100vh;
  padding: 0 15px;
}

.about-heading .page-title {
  margin-bottom: 27px;
}

.about-heading__caption {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-item__thumb,
.about-item__inner {
  width: 50%;
}

@media only screen and (max-width: 767px) {

  .about-item__thumb,
  .about-item__inner {
    width: 100%;
  }
}

.about-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .about-item__inner {
    padding: 50px 15px;
  }
}

.about-item__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #992f35;
  margin-bottom: 55px;
  width: 70%;
}

@media only screen and (max-width: 1200px) {
  .about-item__title {
    width: 80%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .about-item__title {
    font-size: 16px;
  }
}

.about-item__caption {
  font-size: 32px;
  line-height: 47px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #4f4f4f;
  width: 70%;
  position: relative;
}

.about-item__caption::before {
  content: "";
  width: 27px;
  height: 24px;
  background-image: url(../images/quote.svg);
  background-size: cover;
  position: absolute;
  left: -45px;
  top: 0;
}

@media only screen and (max-width: 992px) {
  .about-item__caption::before {
    width: 20px;
    height: 18px;
    left: -30px;
  }
}

@media only screen and (max-width: 1400px) {
  .about-item__caption {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-item__caption {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .about-item__caption {
    font-size: 18px;
    line-height: 27px;
  }
}

.about-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .about-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-block {
  height: 100vh;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
}

.about-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.about-block>* {
  position: relative;
}

.about-block .page-title {
  margin-bottom: 30px;
}

.about-block .about-heading__caption {
  width: 100%;
  max-width: 570px;
  margin-bottom: 40px;
  line-height: 22px;
}

@media only screen and (max-width: 768px) {
  .about-block .page-heading__title {
    font-size: 30px;
    padding: 0 0 20px;
  }
}

.video-btn {
  width: 80px;
  height: 80px;
  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;
  border: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-btn svg {
  width: 14px;
  height: 15px;
  fill: #992f35;
  position: relative;
  left: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .video-btn:hover {
    background: #000;
  }

  .video-btn:hover svg {
    fill: #fff;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.breadcrumbs a {
  text-decoration: none;
  color: #bdac9d;
}

.breadcrumbs span {
  color: #fff;
}

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

.breadcrumbs li+li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #bdac9d;
  margin: 0 10px;
  border-radius: 50%;
}

.compare-holder {
  max-width: 1400px;
  margin: -60px auto 120px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: 5px solid #bdac9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.compare-item {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) {
  .compare-item {
    width: 320px;
  }
}

@media only screen and (min-width: 1366px) {
  .compare-item {
    width: 350px;
  }
}

.compare-item .page-link__icon {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  overflow: hidden;
}

.compare-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  height: 220px;
  border-bottom: 1px solid #e0e0e0;
}

.compare-item__caption {
  margin-right: 30px;
  text-align: center;
}

.compare-item__title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.compare-item__subtitle {
  font-size: 21px;
  font-weight: 800;
  color: #bdac9d;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.compare-item__remove {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 600;
  cursor: pointer;
  color: #992f35;
  margin-bottom: 10px;
  display: none;
}

.compare-item__footer {
  height: 235px;
  padding: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.compare-item__footer .btn {
  margin: 0 auto;
}

.compare-item__footer .btn+.btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .compare-item__footer {
    padding: 30px 15px;
  }
}

.compare-item__line {
  height: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  color: #4f4f4f;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) {
  .compare-item__line {
    padding: 0 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .compare-item__line {
    padding: 0 40px;
    font-size: 16px;
  }
}

.compare-item__line.hovered {
  background: #f2f2f2;
}

.compare-item.options {
  border-left: 1px solid #e0e0e0;
}

.compare-item.options .compare-item__line {
  font-weight: 800;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.compare-item.hovered {
  background: #f2f2f2;
}

.compare-item.hovered .compare-item__remove {
  display: block;
}

.compare-item.hovered .compare-item__title {
  color: #bdac9d;
}

.compare-item.hovered .compare-item__subtitle {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .compare-item {
    width: 300px;
  }
}

.contacts-holder {
  max-width: 1470px;
  margin: -70px auto 110px;
  background: #fff;
  position: relative;
  /* border-top: 4px solid #bdac9d; */
}

@media only screen and (min-width: 320px) {
  .contacts-holder {
    padding: 80px 15px 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts-holder {
    padding: 140px 15px 140px;
  }
}

.contacts-holder .page-title--centred {
  position: relative;
  margin-bottom: 80px;
}

.contacts-holder .page-title--centred:before {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BDAC9D;
}

.contacts-holder .dealers-item {
  width: calc(33.33333% - 20px);
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .contacts-holder .dealers-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .contacts-holder .dealers-item {
    width: 100%;
    margin: 0 0 40px;
    padding: 40px 15px;
  }
}

.contacts-holder .page-title::after {
  display: none;
  padding-bottom: 0;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .contacts-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.contacts-form {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.contacts-form .btn {
  margin: 0 auto;
}

.contact-block {
  padding: 0 15px;
}

.contact-block .page-title {
  margin-bottom: 60px;
}

.contact-block__holder {
  max-width: 1400px;
  margin: 0 auto 120px;
  border: 1px solid #bdac9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .contact-block__holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact-block__holder {
    margin: 0 -15px 90px;
  }
}

.contact-list {
  width: 477px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 638px;
}

.contact-list .mCSB_container {
  margin-right: 0;
}

.contact-list .mCSB_scrollTools {
  right: -7px;
}

.contact-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #992f35;
  width: 2px;
}

@media only screen and (max-width: 992px) {
  .contact-list {
    width: 40%;
  }
}

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

.contact-item {
  padding: 35px 40px;
  border-bottom: 1px solid #bdac9d;
  cursor: pointer;
}

.contact-item__title {
  font-size: 24px;
  text-transform: uppercase;
  display: table;
  font-weight: 800;
  letter-spacing: .1em;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-item__line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  color: #4f4f4f;
  margin-bottom: 20px;
  min-width: 51%;
}

.contact-item__line svg {
  width: 14px;
  height: 18px;
  fill: #bdac9d;
  margin-right: 15px;
}

.contact-item.active .contact-item__title {
  color: #992f35;
  border-color: #992f35;
}

.contact-item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 992px) {
  .contact-item {
    padding: 30px 15px;
  }
}

.contact-map {
  height: 638px;
  width: 920px;
}

@media only screen and (max-width: 992px) {
  .contact-map {
    width: 60%;
  }
}

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

.downloads-page .gallery-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 191px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.downloads-page .gallery-nav a svg {
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .downloads-page .gallery-nav a:hover {
    color: #992f35;
  }

  .downloads-page .gallery-nav a:hover svg {
    opacity: 1;
  }
}

.downloads-page .gallery-nav li {
  padding: 0;
  margin: 0;
}

.downloads-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.downloads-nav li+li {
  margin-left: 0;
}

@media only screen and (min-width: 1200px) {
  .downloads-nav li+li {
    margin-left: 10px;
  }
}

.downloads-nav a {
  color: #000;
  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;
  height: 100px;
  width: 191px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 320px) {
  .downloads-nav a {
    width: 170px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .downloads-nav a {
    width: 120px;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (min-width: 1366px) {
  .downloads-nav a {
    width: 140px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1600px) {
  .downloads-nav a {
    width: 160px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1768px) {
  .downloads-nav a {
    width: 191px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .downloads-nav a:hover {
    color: #992f35;
  }
}

.downloads-nav a.current {
  color: #992f35;
}

.downloads-nav a.current::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #992f35;
}

.downloads-nav a.current::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 8px solid #992f35;
  border-left: 6.66667px solid transparent;
  border-right: 6.66667px solid transparent;
}

@media only screen and (max-width: 1200px) {
  .downloads-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .downloads-nav a {
    width: 100%;
  }

  .downloads-nav li {
    width: 50%;
    text-align: center;
  }

  .downloads-nav li+li {
    margin-left: 0;
  }
}

.downloads-block {
  padding: 0 15px;
  margin-bottom: 120px;
}

.downloads-item {
  padding: 40px 0 50px 65px;
  color: #fff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #219653;
  text-decoration: none;
}

@media only screen and (min-width: 1768px) {
  .downloads-item {
    min-height: 560px;
  }
}

.downloads-item__thumb {
  padding-left: 93px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .downloads-item__thumb {
    padding-left: 0;
  }
}

.downloads-item .logo {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}




.downloads-item__decor {
  font-weight: 800;
  position: absolute;
  font-size: 12vw;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  opacity: 0.08;
}

@media only screen and (min-width: 320px) {
  .downloads-item__decor {
    width: 100%;
    text-align: center;
    top: 24%;
    left: 0%;
  }
}

@media only screen and (min-width: 768px) {
  .downloads-item__decor {
    left: -35%;
  }
}

@media only screen and (min-width: 992px) {
  .downloads-item__decor {
    top: 26%;
  }
}

@media only screen and (min-width: 1200px) {
  .downloads-item__decor {
    top: 30%;
    left: -37%;
    font-size: 10vw;
  }
}

/* @media only screen and (max-width: 1100px) {
    .downloads-item__decor {
      left: -15%;
      top: 30%;
    } 
  }
  @media only screen and (max-width: 767px) {
    .downloads-item__decor {
      font-size: 60px;
      left: auto;
      right: 15px;
      top: 10px;
      -webkit-transform: none;
      transform: none;
    } */




.downloads-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.07em;
  z-index: 2;
}

.downloads-item__title span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.downloads-item__title::after {
  content: "";
  width: 100%;
  border-top: 1px solid #bdac9d;
}

.downloads-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  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;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.downloads-item__overlay .row {
  max-width: 70%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .downloads-item__overlay .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 15px;
  }

  .downloads-item__overlay .row>* {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .downloads-item__overlay {
    opacity: 1;
  }
}

.downloads-item__link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.downloads-item__link span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) {
  .downloads-item__link span {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .downloads-item__link span {
    display: inline-block;
  }

  .downloads-item__link:hover span {
    opacity: 1;
  }

  .downloads-item__link:hover .downloads-item__icon {
    background: #992f35;
  }

  .downloads-item__link:hover svg path {
    fill: #fff !important;
  }
}

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

.downloads-item__icon {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  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: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {

  .downloads-item__icon {
    margin: 0 auto 15px;
  }

}

.downloads-item__icon svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .downloads-item__icon {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .downloads-item:hover .downloads-item__overlay {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .downloads-item {
    padding: 30px 15px;
    padding-right: 0;
  }
}

.downloads-slider .slick-slide {
  margin: 40px 15px;
}

.downloads-slider.presentation .downloads-item {
  background: linear-gradient(135.59deg, #992f35 0%, #c33f47 100.01%);
}

.downloads-slider.manual .downloads-item {
  background: #2f80ed;
}

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

.downloads-slider .slick-dots {
  bottom: -20px;
}

.downloads-slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.downloads-slider .slick-dots li button {
  display: none;
}

.downloads-slider .slick-dots li+li {
  margin-left: 23px;
}

.downloads-slider .slick-dots li.slick-active {
  background: #000;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.footer {
  background-image: url(../images/footer-bg.jpg);
  padding: 120px 15px 30px;
  position: relative;
  background-size: cover;
}

.footer .logo {
  display: inline-block;
  margin-bottom: 55px;
}

.footer-nav {
  margin-bottom: 55px;
}

.footer-nav__list {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav__list li+li {
  margin-left: 75px;
}

@media only screen and (max-width: 1100px) {
  .footer-nav__list li+li {
    margin-left: 25px;
  }
}

.footer-nav__list a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .07em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .footer-nav__list a:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 992px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav.mobile {
  display: none;
}

.footer-nav.mobile a {
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  .footer-nav.mobile {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
}

.footer .scroll-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .scroll-top svg {
  width: 16px;
  height: 11px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: top .3s;
  transition: top .3s;
}

@media only screen and (min-width: 1025px) {
  .footer .scroll-top:hover {
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}

.footer-links__item {
  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;
}

.footer-links__item+.footer-links__item::before {
  content: '';
  border-top: 1px solid #fff;
  opacity: .4;
  width: 21px;
  margin: 0 20px;
}

@media only screen and (min-width: 1025px) {
  .footer-links__item:hover svg {
    fill: #bdac9d;
  }
}

.footer-links svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-links+.footer-links {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 320px) {
  .footer-links+.footer-links {
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 480px) {
  .footer-links+.footer-links {
    margin-left: 35px;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-links {
    margin-bottom: 40px;
  }
}

.footer-bot {
  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: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 992px) {
  .footer-bot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 15px 20px;
  }
}

.text-block {
  max-width: 1400px;
  margin: 0 auto 120px;
  color: #fff;
}

.text-block__caption {
  color: #f2f2f2;
  max-height: 205px;
}

.text-block .mCSB_scrollTools {
  opacity: 1 !important;
}

.text-block .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.text-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff !important;
  width: 2px;
}

.dev-link {
  width: calc(50% - 25px);
}

@media only screen and (min-width: 320px) {
  .dev-link {
    display: flex;
    justify-content: center;
    padding-left: 45px;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .dev-link {
    display: block;
    padding-left: 0;
    margin: 0;
  }
}

.dev-link svg {
  height: 15px;
  width: 100px;
  display: block;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dev-link a {
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .dev-link a:hover svg {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}

@media only screen and (max-width: 767px) {
  .dev-link {
    width: calc(100% - 50px);
  }
}

.copyright {
  font-size: 14px;
  color: #fff;
  text-align: right;
  width: calc(50% - 25px);
}

@media only screen and (max-width: 767px) {
  .copyright {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 98px;
  margin-bottom: 120px;
}

.gallery-nav li+li {
  margin-left: 60px;
  padding-left: 60px;
  border-left: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .gallery-nav li+li {
    margin-left: 0;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-nav li {
    padding: 0 15px;
  }
}

.gallery-nav a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .gallery-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 15px;
    margin-bottom: 60px;
  }

  .gallery-nav li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.gallery-section {
  margin-bottom: 120px;
}

.gallery-section:last-child {
  margin-bottom: 0;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

.gallery-item {
  width: 50%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.gallery-item img {
  -webkit-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
}

.gallery-item__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .gallery-item:hover .gallery-item__overlay {
    opacity: 1;
  }

  .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.header {
  padding: 20px 30px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 80px;
  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;
  z-index: 20;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #bdbdbd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-left,
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 560px) {

  .header-left,
  .header-right {
    padding-left: 10px;
  }
}

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

@media only screen and (max-width: 767px) {
  .header-left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 320px) {
  .header-left {
    column-gap: 15px;
  }
}

@media only screen and (min-width: 1366px) {
  .header-left {
    column-gap: 0;
  }
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #4f4f4f;
  font-size: 14px;
  letter-spacing: 0.07em;
  width: 19px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-item__inner {
  padding-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-item svg {
  width: 19px;
  height: 19px;
  fill: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .header-item:hover {
    width: 170px;
  }

  .header-item:hover svg {
    fill: #992f35;
  }
}

.header-item+.header-item {
  margin-left: 35px;
  padding-left: 35px;
  position: relative;
  width: 54px;
}

.header-item+.header-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #e0e0e0;
}

@media only screen and (min-width: 1225px) {
  .header-item+.header-item:hover {
    width: 280px;
  }
}

.header .callback-btn {
  margin-left: 59px;
}

@media only screen and (min-width: 1366px) {
  .header .logo {
    margin-right: 62px;
  }
}

.header.fixed .callback-btn {
  height: 40px;
  width: 160px;
}

@media only screen and (min-width: 320px) {
  .header .logo {
    width: 80px;
  }
}

@media only screen and (min-width: 480px) {
  .header .logo {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .header .logo {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}

.menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.menu-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.menu-list__item svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-list__item .icon-close {
  width: 22px !important;
  height: 22px !important;
  display: none;
}

.menu-list__item+li {
  border-left: 1px solid #e0e0e0;
}

.my_li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.my_li svg {
  width: 40px;
  height: 20px;
  margin-right: 10px;
  transform-origin: 100% 70%;
  cursor: pointer;
}

@media only screen and (min-width: 320px) {

  .my_li svg,
  .menu-list__item svg {
    display: none;
  }
}

@media only screen and (min-width: 992px) {

  .my_li svg,
  .menu-list__item svg {
    display: block;
  }
}

.my_li .st0_menu {
  fill: #FFFFFF;
  stroke: #1C1B1B;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.my_li .st1_menu {
  fill: #1C1B1B;
}

.my_li:hover svg {
  -webkit-animation-name: boat;
  animation-name: boat;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.my_li:hover svg .st0_menu {
  stroke: #9B3238;
}

.my_li:hover svg .st00_menu {
  fill: #9B3238;
}

.my_li:hover svg .st1_menu {
  fill: #9B3238;
}

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

@media only screen and (min-width: 320px) {
  .menu-list__item+li {
    margin-left: 5px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 480px) {
  .menu-list__item+li {
    margin-left: 27px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .menu-list__item+li {
    margin-left: 5px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 320px) {
  .menu-list__item.menu-handler .icon-holder {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .menu-list__item.menu-handler .icon-holder {
    display: block;
    width: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
}

.menu-list__item.menu-handler .icon-holder svg {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menu-list__item.menu-handler .icon-holder svg+svg {
  position: relative;
  top: 0;
  left: 0;
}

.menu-list__item.menu-handler svg {
  width: 25px;
  height: 15px;
}

@media only screen and (min-width: 1025px) {
  .menu-list__item.menu-handler:hover svg {
    -webkit-animation-name: wave;
    animation-name: wave;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

.menu-list__item.models-handler svg {
  width: 37px;
  height: 14px;
  -webkit-transform-origin: 100% 70%;
  transform-origin: 100% 70%;
}

.menu-list__item.models-handler svg:nth-child(2) {
  display: block !important;
}

@media only screen and (min-width: 1025px) {
  .menu-list__item.models-handler:hover svg {
    -webkit-animation-name: boat;
    animation-name: boat;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-list__item:hover {
    color: #992f35;
  }

  .menu-list__item:hover svg {
    fill: #992f35;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-list .constructor-link:hover svg {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

.menu {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  background: #fff;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.menu-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 650px;
}

@media only screen and (max-width: 1400px) {
  .menu-holder {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-holder {
    padding: 0 15px;
  }
}

.menu-btns {
  padding: 20px 15px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .menu-btns {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu {
    height: 100vh;
    overflow-y: auto;
  }
}

.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav__list li {
  margin-bottom: 20px;
}

.nav__list a {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #bdbdbd;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav__list a span {
  display: block;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .nav__list a:hover {
    color: #000;
  }
}

@media only screen and (max-width: 1400px) {
  .nav__list a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .nav__list {
    display: block;
  }
}

.nav__sub {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nav__sub li+li {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .nav__sub li+li {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav__sub li {
    margin-bottom: 15px;
  }
}

.nav__sub li.hide {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .nav__sub li.hide {
    display: block;
  }
}

.nav__sub a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #bdbdbd;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .nav__sub a:hover {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .nav__sub a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .nav__sub {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .nav {
    height: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    height: auto;
  }
}

.models-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  background: #fff;
  z-index: 5;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.models-menu.active {
  padding: 15px 0;
}

.models-menu__close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #992f35;
  margin-bottom: 50px;
  display: none;
  z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .models-menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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




.models-menu__slider .models-arrow,
.model_sl .models-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  padding: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.models-menu__slider .models-arrow.slick-disabled,
.model_sl .models-arrow.slick-disabled {
  opacity: 0;
}

@media only screen and (max-width: 1023px) {

  .models-menu__slider .models-arrow.slick-disabled,
  .model_sl .models-arrow.slick-disabled {
    opacity: .3;
  }
}

@media only screen and (max-width: 768px) {

  .models-menu__slider .models-arrow.slick-disabled,
  .model_sl .models-arrow.slick-disabled {
    opacity: 0;
  }
}

.models-menu__slider .models-arrow svg,
.model_sl .models-arrow svg {
  width: 16px;
  height: 11px;
}

.models-menu__slider .models-arrow__prev,
.model_sl .models-arrow__prev {
  left: 15px;
}

.models-menu__slider .models-arrow__next,
.model_sl .models-arrow__next {
  right: 15px;
}

.models-menu__slider .models-arrow__next svg,
.model_sl .models-arrow__next svg {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (max-width: 1023px) {

  .models-menu__slider .models-arrow,
  .model_sl .models-arrow {
    top: auto;
    bottom: -92px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .models-menu__slider .models-arrow__prev,
  .model_sl .models-arrow__prev {
    left: calc(50% - 40px);
  }

  .models-menu__slider .models-arrow__next,
  .model_sl .models-arrow__next {
    left: calc(50% + 40px);
    right: auto;
  }

  .models-menu__slider .models-arrow__next svg,
  .model_sl .models-arrow__next svg {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@media only screen and (max-width: 768px) {

  .models-menu__slider .models-arrow,
  .model_sl .models-arrow {
    top: auto;
    bottom: -55px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .models-menu__slider .models-arrow__prev,
  .model_sl .models-arrow__prev {
    left: 15px;
  }

  .models-menu__slider .models-arrow__next,
  .model_sl .models-arrow__next {
    left: auto;
    right: 15px;
  }

  .models-menu__slider .models-arrow__next svg,
  .model_sl .models-arrow__next svg {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}




.models-menu__slide {
  text-align: center;
  position: relative;
}

.models-menu__slide .compare-handler {
  z-index: 5;
}

.models-menu__slide a {
  text-decoration: none;
}

.models-menu__slide-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 39px;
}

.models-menu__slide-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.models-menu__slide-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.models-menu__slide-title {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.models-menu__slide .btn {
  margin: 0 auto;
  width: 200px;
}

@media only screen and (max-width: 1449px) {
  .models-menu__slide .btn {
    max-width: 150px;
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .models-menu__slide .btn {
    max-width: 130px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .models-menu__slide:hover .models-menu__slide-thumb img {
    opacity: 0;
  }

  .models-menu__slide:hover .models-menu__slide-thumb img:last-child {
    opacity: 1;
  }

  .models-menu__slide:hover .compare-handler {
    opacity: 1;
  }
}

@-webkit-keyframes boat {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  50% {
    -webkit-transform: rotate(-15deg) translateY(-7px);
    transform: rotate(-15deg) translateY(-7px);
  }

  100% {
    -webkit-transform: rotate(5deg) translateY(2px);
    transform: rotate(5deg) translateY(2px);
  }
}

@keyframes boat {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  50% {
    -webkit-transform: rotate(-15deg) translateY(-7px);
    transform: rotate(-15deg) translateY(-7px);
  }

  100% {
    -webkit-transform: rotate(5deg) translateY(2px);
    transform: rotate(5deg) translateY(2px);
  }
}

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

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

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

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

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.section {
  padding-top: 100px !important;
}

.home-page.head {
  height: auto;
}

.home-page.head .head_sl_glav {
  max-width: 100%;
  width: 100%;
}

.home-page.head .head_sl_glav .prev.arr_h,
.home-page.head .head_sl_glav .next.arr_h {
  display: block !important;
  width: 40px;
  height: 24px;
  top: 50vh;
  background: transparent;
  transition: .3s ease-out;
  transition: height .3s ease-out;
  transition-delay: 0;
}

@media only screen and (min-width: 320px) {

  .home-page.head .head_sl_glav .prev.arr_h,
  .home-page.head .head_sl_glav .next.arr_h {
    top: 89vh;
  }
}

@media only screen and (min-width: 992px) {

  .home-page.head .head_sl_glav .prev.arr_h,
  .home-page.head .head_sl_glav .next.arr_h {
    top: 50vh;
  }
}

.glav_sl .slick-prev,
.glav_sl .slick-next {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .home-page.head .head_sl_glav .prev {
    left: 15px;
  }

  .home-page.head .head_sl_glav .next {
    right: 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .home-page.head .head_sl_glav .prev {
    left: 30px;
  }

  .home-page.head .head_sl_glav .next {
    right: 30px;
  }
}

.home-page.head .head_sl_glav .prev:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: .3s ease-out;
  transition-delay: 0;
}

.home-page.head .head_sl_glav .prev:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  transition: .3s ease-out;
  transition-delay: 0;
}

.home-page.head .head_sl_glav .prev:hover {
  height: 20px;
}

.home-page.head .head_sl_glav .prev:hover:before {
  transform: rotate(-35deg);
}

.home-page.head .head_sl_glav .prev:hover:after {
  transform: rotate(35deg);
}

.home-page.head .head_sl_glav .next:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: .3s ease-out;
  transition-delay: 0;
}

.home-page.head .head_sl_glav .next:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: .3s ease-out;
  transition-delay: 0;
}

@media only screen and (min-width: 1200px) {
  .home-page.head .head_sl_glav .next:hover {
    height: 20px;
  }

  .home-page.head .head_sl_glav .next:hover:before {
    transform: rotate(35deg);
  }

  .home-page.head .head_sl_glav .next:hover:after {
    transform: rotate(-35deg);
  }
}

.home-page.head .head_sl_glav .slick-dots {
  bottom: 60px;
}

.home-page.head .head_sl_glav .slick-dots li {
  background: #fff;
  opacity: 0.7;
  position: relative;
}

.home-page.head .head_sl_glav .slick-dots li:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-page.head .head_sl_glav .slick-dots li.slick-active {
  background: #fff;
  opacity: 1;
}

.home-page.head .head_sl_glav .slick-dots li.slick-active:before {
  width: 0px;
  height: 0px;
}

.head_sl_glav .slick-dots {
  bottom: -60px;
}

.head_sl_glav .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.head_sl_glav .slick-dots li button {
  display: none;
}


@media only screen and (min-width: 320px) {
  .head_sl_glav .slick-dots li+li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .head_sl_glav .slick-dots li+li {
    margin-left: 23px;
  }
}

.head_sl_glav .slick-dots li.slick-active {
  background: #bdac9d;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

@media only screen and (max-width: 767px) {
  .head_sl_glav .slick-dots {
    bottom: -30px;
  }
}


.home-page.head .glav_sl {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .home-page.head .glav_sl .container:before {
    content: '';
    display: block;
    width: 70vw;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .home-page.head .glav_sl .container:after {
    content: '';
    display: block;
    width: 100vw;
    height: 350px;
    background: linear-gradient(0deg, #546F73 0%, #ADC9CC 50%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
}

.heading_sl_1 .container:before,
.heading_sl_1 .container:after {
  display: none !important;
}

.home-page.head .glav_sl .container {
  position: static;
  z-index: 3;
}

.home-page.head .glav_sl .container * {
  position: relative;
  z-index: 3;
}

.heading {
  position: relative;
}

.news-heading {
  background: url(../images/news_fon.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 320px) {
  .heading {
    height: 100vh;
  }

  .heading_sl_1:before {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  .heading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,0.55); */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 50%, transparent 100%);
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .heading {
    padding: 150px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .heading {
    padding: 0;
  }

  .heading:before {
    display: none;
  }
}

.heading_sl_1 {
  background: url(../images/head_fon.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.heading_sl_2 {
  background: url(../images/head_sl_2.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.heading_sl_3 {
  background: url(../images/head_sl_3.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.heading_sl_4 {
  background: url(../images/head_sl_4.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.heading_sl_5 {
  background: url(../images/head_sl_5.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.heading_sl_6 {
  background: url(../images/head_sl_6.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.heading_sl_6 {
  background: url(../images/head_sl_6.jpg) 80% 50% no-repeat;
  background-size: cover;
}

.product-gallery__slide {
  padding: 150px 0 100px 0;
}

.gallery_s .product-gallery__slide {
  padding: 0;
}

.gallery-page .product-gallery__slide {
  padding: 0;
}

@media only screen and (min-width: 320px) {
  .heading .container {
    padding-top: 0;
    position: relative;
    z-index: 2;
    display: block;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .heading .container {
    padding-top: 30px;
  }
}

.logo_head {
  max-width: 440px;
  width: 100%;
  position: relative;
  transition: 1s ease-out;
}

@media only screen and (min-width: 320px) {
  .logo_head {
    margin: 0 auto;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .logo_head {
    margin: 0;
    margin-left: -15px;
    margin-bottom: 10px;
  }
}

.logo_head {
  opacity: 0;
}

.logo_head.anime {
  opacity: 1;
}

.heading h1 {
  width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  position: relative;
  display: table;
  height: 39px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 320px) {
  .heading h1 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
  }
}

@media only screen and (min-width: 480px) {
  .heading h1 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .heading h1 {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .heading h1 {
    margin: 0;
    margin-bottom: 30px;
  }
}

.heading h1 span {
  width: 100%;
  position: absolute;
  display: table;
  top: 72px;
  left: 0;
  transition: 1.5s cubic-bezier(.42, 1.17, 1, .99);
  transition-delay: .4s;
}

.heading h1.anime span {
  top: 0;
}

.heading .btn--line-light {
  transition: 1s cubic-bezier(.42, 1.17, 1, .99);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}


.heading .h2_anime {
  width: 100%;
  font-size: 74px;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .heading .h2_anime {
    width: auto;
    font-size: 30px;
    margin: 0 auto;
  }
  .heading .h2_anime br{
    display: none;
  }

  .heading .h2_anime:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .heading .h2_anime {
    width: 100%;
    font-size: 40px;
    margin-bottom: 40px;
  }

  .heading .h2_anime:after {
    left: 0;
    transform: none;
  }
}

@media only screen and (min-width: 1200px) {
  .heading .h2_anime {
    font-size: 74px;
  }
  .heading .h2_anime br{
    display: block;
  }
}

.heading h3 {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .heading h3 {
    width: auto;
    text-align: center;
    margin: 50px auto;
  }
  h3.head_h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) {
  h3.head_h1 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .heading h3 {
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 320px) {
  .heading .btn--line-light {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .heading .btn--line-light {
    margin: 0;
  }
}

.heading .btn--line-light.anime {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


/* 
  .heading-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    width: 60px;
    height: 60px;
    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;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .heading-slider__arrow:hover {
        background: #000;
        border-color: #000; } }
    .heading-slider__arrow svg {
      width: 16px;
      height: 11px; }
    .heading-slider__arrow.prev {
      left: 31px; }
    .heading-slider__arrow.next {
      right: 31px; }
      .heading-slider__arrow.next svg {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1); }
    @media only screen and (max-width: 767px) {
      .heading-slider__arrow {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 60px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
        .heading-slider__arrow.prev {
          left: 15px; }
        .heading-slider__arrow.next {
          right: 15px; } }
  .heading-slide {
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff; }
    .heading-slide::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
  .heading__inner {
    position: relative;
    z-index: 2;
    text-align: center; }
    .heading__inner .btn {
      margin: 0 auto; }
    .heading__inner .video-btn {
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .heading__inner .video-btn {
          width: 60px;
          height: 60px; } }
  .heading__title {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative; }
    .heading__title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80px;
      border-top: 4px solid #bdac9d; }
    @media only screen and (max-width: 767px) {
      .heading__title {
        font-size: 44px; } }
  .heading__caption {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px; } */

.scroll-handler {
  position: absolute;
  left: 50%;
  bottom: 40px;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.scroll-handler__thumb {
  width: 47px;
  height: 47px;
  margin-bottom: 11px;
  -webkit-animation-name: helm;
  animation-name: helm;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.scroll-handler svg {
  width: 47px;
  height: 46px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .scroll-handler:hover svg {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes helm {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  25% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  50% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  75% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  100% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}

@keyframes helm {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  25% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  50% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  75% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  100% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}

.boat_block {
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .boat_block {
    padding: 80px 0 150px 0;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block {
    padding: 140px 0 150px 0;
    min-height: 880px;
    height: 100%;
  }
}

.boat_block_sl {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .boat_block_sl {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl {
    display: block;
  }
}

.boat_block_sl_text {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_text {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_text {
    width: 495px;
    flex: 0 0 495px;
  }
}

@media only screen and (min-width: 1200px) {
  .boat_block_sl_text {
    width: 595px;
    flex: 0 0 595px;
  }
}

.boat_block_sl_text_block {
  width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: .4s ease-out;
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_text_block {
    padding-top: 0;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_text_block {
    padding-top: 0;
    padding-left: 0;
  }
}

.boat_block_sl_text_block h2 {
  color: #201E1F;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.boat_block_sl_text_block h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  border-top: 4px solid #bdac9d;
}

.boat_block_sl_text_block .h2_anime {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  display: table;
}

.boat_block_sl_text_block .h2_anime span {
  display: block;
  width: 100%;
  margin-left: -100%;
  transition: .75s cubic-bezier(.42, 1.17, 1, .99)
}

.boat_block_sl_text_block .h2_anime:after {
  display: block;
  margin-left: -90px;
  transition: .75s cubic-bezier(.56, .08, .95, .82);
  /* transition-delay: 1s; */
}

.boat_block_sl_text_block .h2_anime.anime span,
.boat_block_sl_text_block .h2_anime.anime:after {
  margin-left: 0;
}

.boat_block_sl_text_block.no_active .h2_anime,
.boat_block_sl_text_block.no_active .h2_anime:after {
  opacity: 0;
}

.boat_block_sl_text_block .item_text {
  line-height: 26px;
  letter-spacing: .07em;
  color: #4f4f4f;
  text-align: justify;
  margin-bottom: 25px;
  min-height: 110px;
  height: 100%;
  max-height: 310px;
}

.boat_block_sl_text_block .item_text p {
  margin: 0;
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_text_block .item_text_1 {
    max-height: 130px;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .boat_block_sl_text_block .item_text_1 {
    max-height: inherit;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_text_block .item_text_1 {
    max-height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.boat_block_sl_text_block .item_text_1 p {
  transition: .75s cubic-bezier(.1, .01, .69, .99);
  /* transition-delay: .6s; */
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_text_block .item_text_1 p {
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_text_block .item_text_1 p {
    display: table;
    width: 465px;
    margin-left: -40px;
  }
}

@media only screen and (min-width: 1200px) {
  .boat_block_sl_text_block .item_text_1 p {
    width: 565px;
  }
}

.boat_block_sl_text_block .item_text_1.anime p {
  margin-left: 0;
  opacity: 1;
}

.boat_block_sl_text_block.no_active .item_text_1 p {
  opacity: 0;
}

.boat_block_sl_text_block.disapair .item_text_1 p {
  margin-left: 0px;
}

.go_anime {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: .75s cubic-bezier(.1, .01, .69, .99);
  /* transition-delay: 1.2s; */
}

.go_anime.anime {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.boat_block_sl_text_block.no_active .go_anime {
  opacity: 0;
}

.boat_block_sl_text_block.active {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_img_track {
    width: auto !important;
  }
}


.gorizontal-slider-slides {
  position: relative;
  /* overflow: hidden; */
}

@media only screen and (min-width: 320px) {
  .gorizontal-slider-slides {
    position: relative;
    flex: 0 0 100vw !important;
    width: 100vw !important;
  }
}

@media only screen and (min-width: 992px) {
  .gorizontal-slider-slides {
    position: relative;
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

.gorizontal-slider-track {
  position: relative;
  transition: left .75s;
}

.boat_block_images {
  width: 290px;
  flex: 0 0 290px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  opacity: .5;
  transition: padding .75s ease-in-out, transform .75s ease-in-out;
}

.boat_block_images img {
  width: 280px;
  opacity: 0;
  transition: opacity .4s;
}

.boat_block_images img.lazy-loaded {
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .boat_block_images {
    width: 100vw;
    flex: 0 0 100vw;
  }

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

  .boat_block_images img {
    height: 150%;
  }
}

@media only screen and (min-width: 768px) {
  .boat_block_images img {
    width: 280px;
    height: auto;
  }
}

@media only screen and (min-width: 320px) {
  .boat_block_images img {
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_images {
    width: 290px;
    flex: 0 0 290px;
    padding: 140px 50px 0 50px;
  }

  .boat_block_images img {
    width: auto;
    max-height: 530px;
    transform: rotate(0);
  }
}

@media only screen and (min-width: 320px) {
  .boat_block_images {
    /* transform: rotate(-90deg); */
    /* display: none; */
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_images {
    transform: none;
    display: flex;
  }
}

.boat_block_images.active {
  width: 290px;
  opacity: 1;
  margin: 0;
  padding: 0;
  display: flex;
}

@media only screen and (min-width: 320px) {
  .boat_block_images.active {
    width: 100vw;
    flex: 0 0 100vw;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_images.active {
    width: 290px;
    flex: 0 0 290px;
  }
}

@media only screen and (min-width: 320px) {

  .boat_block_images.next,
  .boat_block_images.prev {
    transform: translate(0, 0);
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {

  .boat_block_images.next,
  .boat_block_images.prev {
    visibility: hidden;
    /* transform: translate( 290px, -100vh );
      margin: 0;
      padding: 0; */
  }
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_img {
    display: flex;
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_img {
    display: block;
    width: 50vw;
    flex: 0 0 50vw;
    position: absolute;
    top: -35px;
    left: 500px;
  }

  .boat_block_images:not(.visible) {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .boat_block_sl_img {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 1600px) {
  .boat_block_sl_img {
    margin-left: 180px;
  }
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_img_track {
    height: 170px !important;
  }
}

@media only screen and (min-width: 768px) {
  .boat_block_sl_img_track {
    height: 300px !important;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_img_track {
    height: auto !important;
    flex: 0 0 400% !important;
    width: 400% !important;
  }
}

.boat_block .boat_block_sl_arr .boat-slider__prev,
.boat_block .boat_block_sl_arr .boat-slider__next {
  top: -10px;
  overflow: hidden;
}

.boat_block_sl_arr {
  width: 245px;
  position: absolute;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .boat_block_sl_arr {
    left: 49% !important;
    transform: translateX(-50%);
    bottom: -40px;
  }
}

@media only screen and (min-width: 992px) {
  .boat_block_sl_arr {
    display: flex;
    left: 20px !important;
    bottom: auto;
    top: 560px;
    transform: none;
  }
}

.boat_block_sl_arr .boat-slider__prev {
  left: 0;
  display: block !important;
  transform: none;
}

.boat_block_sl_arr .boat-slider__next {
  right: 0;
  display: block !important;
  transform: none;
}

.boat_block_numb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arr_tek {
  font-size: 33px;
  color: #922A35;
  font-weight: 800;
}

.arr_cent {
  font-size: 33px;
  color: #201e1f;
  margin: 0 3px;
  font-weight: 800;
}

.arr_obsh {
  font-size: 33px;
  color: #201e1f;
  font-weight: 800;
}

/* 
.boat-block {
  height: 100vh;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 1600px) {
    .boat-block {
      padding-left: 40px; } }
  @media only screen and (max-width: 767px) {
    .boat-block {
      padding-left: 15px;
      width: 100%; }
      .boat-block .boat-slider {
        width: 100%; } } */

.boat-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 420px;
  max-width: 1300px;
}

.boat-slide__thumb {
  -webkit-transform: translateX(-445px);
  transform: translateX(-445px);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

@media only screen and (max-width: 1600px) {
  .boat-slide__thumb {
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .boat-slide__thumb {
    max-width: 350px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    padding-top: 30px;
  }

  .boat-slide__thumb img {
    max-width: 80%;
  }
}

.boat-slide__inner {
  width: 445px;
  overflow: hidden;
  margin-right: 55px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .boat-slide__inner {
    max-width: 350px;
  }
}

.boat-slide__title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.boat-slide__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  border-top: 4px solid #bdac9d;
}

.boat-slide__caption {
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #4f4f4f;
  margin-bottom: 27px;
  max-height: 150px;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .boat-slide {
    display: block !important;
    height: auto;
    max-width: 100%;
  }
}

.boat-slider__prev,
.boat-slider__next {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  padding: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.boat-slider__prev.activated,
.boat-slider__next.activated {
  opacity: 1;
  visibility: visible;
}

.boat-slider__prev {
  left: 0;
}

.boat-slider__prev svg {
  width: 16px;
  height: 11px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: .2s ease-out;
}

.boat-slider__prev svg:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(200%, -50%) scale(1, 1);
}

.boat-slider__prev svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
}

.boat-slider__prev:hover svg:nth-child(1) {
  transform: translate(-50%, -50%) scale(1, 1);
}

.boat-slider__prev:hover svg:nth-child(2) {
  transform: translate(-300%, -50%) scale(1, 1);
}




.boat-slider__next {
  right: 0;
}

.boat-slider__next svg {
  width: 16px;
  height: 11px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition: .2s ease-out;
}

.boat-slider__next svg:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-300%, -50%) scale(-1, 1);
}

.boat-slider__next svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

.boat-slider__next:hover svg:nth-child(1) {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.boat-slider__next:hover svg:nth-child(2) {
  transform: translate(200%, -50%) scale(-1, 1);
}





@media only screen and (max-width: 1300px) {

  .boat-slider__next,
  .boat-slider__prev {
    right: 100px;
  }
}

@media only screen and (max-width: 767px) {

  .boat-slider__next,
  .boat-slider__prev {
    display: none;
  }
}

.boat-slider .slick-slide {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .boat-slider .slick-slide {
    opacity: 1;
  }
}

.boat-slider .slick-current {
  opacity: 1;
}

.boat-slider .slick-current .boat-slide__inner {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.boat-slider .slick-current .boat-slide__thumb {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.model-view {
  min-height: 100vh;
  background: #000;
  margin-bottom: 100px;
  padding: 100px 15px;
  position: relative;
}

.model-view-thumb {
  text-align: center;
  position: relative;
  max-width: 1263px;
  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.model-view-thumb__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.model-view-thumb__overlay.active {
  opacity: 0.8;
  pointer-events: all;
}

.model-view-thumb.active {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

@media only screen and (max-width: 1200px) {
  .model-view-thumb {
    -webkit-transform: rotate(-90deg) translateX(-25%);
    transform: rotate(-90deg) translateX(-25%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .model-view-thumb {
    width: 140%;
    -webkit-transform: rotate(-90deg) translateY(-25%) translateX(-25%);
    transform: rotate(-90deg) translateY(-25%) translateX(-25%);
  }
}

.model-view-marker {
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 50%;
  background: #992f35;
  -webkit-box-shadow: 0 0 0 8px rgba(153, 47, 53, 0.3);
  box-shadow: 0 0 0 8px rgba(153, 47, 53, 0.3);
  top: 0;
  left: 200px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.model-view-marker::before,
.model-view-marker::after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.model-view-marker::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.model-view-marker.marker-1 {
  top: 44.6%;
  left: 9.3%;
}

.model-view-marker.marker-2 {
  top: 14%;
  left: 70%;
}

.model-view-marker.marker-3 {
  top: 44%;
  left: 35.3%;
}

.model-view-marker.marker-4 {
  top: 44%;
  left: 64%;
}

.model-view-marker.active {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
  .model-view-marker:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.model-view-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 650px;
  opacity: 0;
  pointer-events: none;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 150;
}

.model-view-popup__thumb img {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .model-view-popup__thumb img {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .model-view-popup__thumb {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1400px) {
  .model-view-popup__title {
    margin-bottom: 15px;
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .model-view-popup__title {
    font-size: 20px;
  }
}

.model-view-popup__inner {
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .model-view-popup__inner {
    top: -60px;
  }
}

@media only screen and (max-width: 1300px) {
  .model-view-popup__inner {
    top: 0;
  }
}

.model-view-popup__caption {
  color: #f2f2f2;
  line-height: 26px;
  margin-bottom: 25px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .model-view-popup__caption {
    font-size: 16px;
    line-height: 22px;
  }
}

.model-view-popup__close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #992f35;
  margin-bottom: 50px;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .model-view-popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.model-view-popup__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.model-view-popup__label svg {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

.model-view-popup.active {
  opacity: 1;
}

.model-view-popup.item-2,
.model-view-popup.item-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.model-view-popup.item-2 .model-view-popup__thumb,
.model-view-popup.item-4 .model-view-popup__thumb {
  margin-left: 100px;
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {

  .model-view-popup.item-2 .model-view-popup__thumb,
  .model-view-popup.item-4 .model-view-popup__thumb {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 1200px) {

  .model-view-popup.item-2,
  .model-view-popup.item-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .model-view-popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
  }

  .model-view-popup.active {
    pointer-events: all;
  }

  .model-view-popup .model-view-popup__thumb,
  .model-view-popup .model-view-popup__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .model-view-popup .model-view-popup__inner {
    max-height: 100%;
    overflow-x: hidden;
  }
}


.jet {
  padding: 140px 0;
  background-color: #33373E;
}

@media only screen and (min-width: 320px) {
  .jet {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .jet {
    padding: 140px 0;
  }
}

.jet_main {
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 320px) {
  .jet_main {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .jet_main {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 320px) {
  .jet_main_item {
    width: 310px;
  }
}

@media only screen and (min-width: 560px) {
  .jet_main_item {
    width: 375px;
  }
}

@media only screen and (min-width: 992px) {
  .jet_main_item {
    width: 295px;
  }
}

@media only screen and (min-width: 1200px) {
  .jet_main_item {
    width: 365px;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .jet_main_item {
    width: 435px;
  }
}

@media only screen and (min-width: 320px) {
  .jet_main_item:nth-child(2) {
    margin-top: 75px;
  }

  .jet_main_item:nth-child(3) {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 992px) {
  .jet_main_item:nth-child(2) {
    margin-top: 190px;
  }

  .jet_main_item:nth-child(3) {
    margin-top: 380px;
  }
}

.jet_main_item h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.jet_main_item h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  border-top: 4px solid #bdac9d;
}

.jet_main_item .item_text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
  margin-bottom: 25px;
}

.jet_main_item .h2_anime_1::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  background-color: rgba(51, 55, 62, .5);
  opacity: 0;
}

.jet_main_item .h2_anime_1.anime::before {
  transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
  transition-delay: 1s;
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .jet_main_item:nth-child(1) .h2_anime_1::before {
    width: 100%;
    height: 50%;
    top: 100%;
  }

  .jet_main_item:nth-child(2) .h2_anime_1::before {
    width: 100%;
    height: 50%;
    top: 100%;
  }

  .jet_main_item:nth-child(3) .h2_anime_1::before {
    width: 70%;
    height: 100%;
    top: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .jet_main_item:nth-child(1) .h2_anime_1::before {
    width: 100%;
    height: 50%;
    top: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  .jet_main_item:nth-child(1) .h2_anime_1::before {
    width: 50%;
    height: 100%;
    top: 0;
  }

  .jet_main_item:nth-child(2) .h2_anime_1::before {
    width: 50%;
    height: 100%;
    top: 0;
  }
}

.jet_main_item .h2_anime_1,
.jet_main_item .h2_anime_2,
.jet_main_item .h2_anime_3 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  display: table;
}

.jet_main_item .h2_anime_1 span {
  display: block;
  width: 100%;
  margin-left: -100%;
  transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
}

.jet_main_item .h2_anime_1:after {
  display: block;
  margin-left: -90px;
  transition: 1s cubic-bezier(.56, .08, .95, .82);
  transition-delay: 1s;
}

.jet_main_item .h2_anime_2 span {
  display: block;
  width: 100%;
  margin-left: -100%;
  transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
  transition-delay: .2s;
}

.jet_main_item .h2_anime_2:after {
  display: block;
  margin-left: -90px;
  transition: 1s cubic-bezier(.56, .08, .95, .82);
  transition-delay: 1.2s;
}

.jet_main_item .h2_anime_3 span {
  display: block;
  width: 100%;
  margin-left: -100%;
  transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
  transition-delay: .4s;
}

.jet_main_item .h2_anime_3:after {
  display: block;
  margin-left: -90px;
  transition: 1s cubic-bezier(.56, .08, .95, .82);
  transition-delay: 1.4s;
}

@media only screen and (min-width: 320px) {
  .jet_main_item .h2_anime_1 span {
    transition: .75s cubic-bezier(.42, 1.17, 1, .99);
  }

  .jet_main_item .h2_anime_1:after {
    transition: .75s cubic-bezier(.56, .08, .95, .82);
  }

  .jet_main_item .h2_anime_2 span {
    transition: .75s cubic-bezier(.42, 1.17, 1, .99);
  }

  .jet_main_item .h2_anime_2:after {
    transition: .75s cubic-bezier(.56, .08, .95, .82);
  }

  .jet_main_item .h2_anime_3 span {
    transition: .75s cubic-bezier(.42, 1.17, 1, .99);
  }

  .jet_main_item .h2_anime_3:after {
    transition: .75s cubic-bezier(.56, .08, .95, .82);
  }
}

@media only screen and (min-width: 1200px) {
  .jet_main_item .h2_anime_1 span {
    transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
  }

  .jet_main_item .h2_anime_1:after {
    transition: 1s cubic-bezier(.56, .08, .95, .82);
  }

  .jet_main_item .h2_anime_2 span {
    transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
  }

  .jet_main_item .h2_anime_2:after {
    transition: 1s cubic-bezier(.56, .08, .95, .82);
  }

  .jet_main_item .h2_anime_3 span {
    transition: 1.3s cubic-bezier(.42, 1.17, 1, .99);
  }

  .jet_main_item .h2_anime_3:after {
    transition: 1s cubic-bezier(.56, .08, .95, .82);
  }
}

.jet_main_item .h2_anime_1.anime span,
.jet_main_item .h2_anime_1.anime:after {
  margin-left: 0;
}

.jet_main_item .h2_anime_2.anime span,
.jet_main_item .h2_anime_2.anime:after {
  margin-left: 0;
}

.jet_main_item .h2_anime_3.anime span,
.jet_main_item .h2_anime_3.anime:after {
  margin-left: 0;
}

.item_text {
  position: relative;
}

.jet_main_item .item_text p {
  margin: 0;
}

.jet_main_item .item_text_1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.jet_main_item .item_text_2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.jet_main_item .item_text_3 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 992px) {
  .jet_main_item .item_text_1 p {
    display: table;
    width: 295px;
    position: relative;
    z-index: 1;
  }

  .jet_main_item .item_text_2 p {
    display: table;
    width: 295px;
    position: relative;
    z-index: 1;
  }

  .jet_main_item .item_text_3 p {
    display: table;
    width: 295px;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .jet_main_item .item_text_1 p {
    width: 365px;
  }

  .jet_main_item .item_text_2 p {
    width: 365px;
  }

  .jet_main_item .item_text_3 p {
    width: 365px;
  }
}

@media only screen and (min-width: 1600px) {
  .jet_main_item .item_text_1 p {
    width: 435px;
  }

  .jet_main_item .item_text_2 p {
    width: 435px;
  }

  .jet_main_item .item_text_3 p {
    width: 435px;
  }
}

.jet_main_item .item_text_1 p {
  opacity: 0;
  transition: 1s cubic-bezier(.1, .01, .69, .99);
  transition-delay: .6s;
}

.jet_main_item .item_text_2 p {
  opacity: 0;
  transition: 1s cubic-bezier(.1, .01, .69, .99);
  transition-delay: .8s;
}

.jet_main_item .item_text_3 p {
  opacity: 0;
  transition: 1s cubic-bezier(.1, .01, .69, .99);
  transition-delay: 1s;
}

@media only screen and (min-width: 992px) {
  .jet_main_item .item_text_1 p {
    margin-left: -40px;
  }

  .jet_main_item .item_text_2 p {
    margin-left: -40px;
  }

  .jet_main_item .item_text_3 p {
    margin-left: -40px;
  }
}

.jet_main_item .item_text_1.anime p {
  margin-left: 0;
  opacity: 1;
}

.jet_main_item .item_text_2.anime p {
  margin-left: 0;
  opacity: 1;
}

.jet_main_item .item_text_3.anime p {
  margin-left: 0;
  opacity: 1;
}


.jet_main_item .jet_main_img {
  position: relative;
  z-index: 2;
}

/* @media only screen and (min-width: 320px) {
    .jet_main_item .jet_main_img{
      height: 455px;
    }  
  }
  @media only screen and (min-width: 768px) {
    .jet_main_item .jet_main_img{
      height: 640px;
    }  
  } */
.jet_main_img_color {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.jet_main_img_1,
.jet_main_img_2,
.jet_main_img_3 {
  opacity: 0;
}

.jet_main_img_1.anime {
  animation: jet_2 1.5s cubic-bezier(.3, .13, .57, .98);
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
}

.jet_main_img_2.anime {
  animation: jet_2 1.5s cubic-bezier(.3, .13, .57, .98);
  animation-delay: 2.6s;
  animation-fill-mode: forwards;
}

.jet_main_img_3.anime {
  animation: jet_2 1.5s cubic-bezier(.3, .13, .57, .98);
  animation-delay: 2.8s;
  animation-fill-mode: forwards;
}

@keyframes jet_2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.jet_main_bw {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

.jet_main_bw_1 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.jet_main_bw_2 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.jet_main_bw_3 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.jet_main_bw_1.anime {
  animation: jet_1 1.5s cubic-bezier(.56, .08, .95, .82);
  animation-fill-mode: forwards;
  animation-delay: .4s;
}

.jet_main_bw_2.anime {
  animation: jet_1 1.5s cubic-bezier(.56, .08, .95, .82);
  animation-delay: .6s;
  animation-fill-mode: forwards;
}

.jet_main_bw_3.anime {
  animation: jet_1 1.5s cubic-bezier(.56, .08, .95, .82);
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes jet_1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}


/* 
.info-slider .slick-track {
  padding-top: 152px; }

.info-slider .slick-dots {
  bottom: auto;
  right: 60px;
  left: auto;
  top: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 152px; }
  .info-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .info-slider .slick-dots li button {
      display: none; }
    .info-slider .slick-dots li + li {
      margin-top: 23px; }
    .info-slider .slick-dots li.slick-active {
      background: #000;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
  @media only screen and (max-width: 1600px) {
    .info-slider .slick-dots {
      right: 15px; } }

@media only screen and (max-width: 992px) {
  .info-slider.slick-dotted {
    margin-bottom: 60px; }
  .info-slider .slick-dots {
    right: 0;
    width: 100%;
    height: auto;
    top: calc(100% + 20px);
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .info-slider .slick-dots li + li {
      margin: 0 0 0 30px; } } */

.info-slide {
  padding: 175px 160px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 150px;
}

.info-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  height: 100%;
  background: #000;
  max-height: 700px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.info-slide.active::before {
  right: 160px;
}

@media only screen and (max-width: 1600px) {
  .info-slide.active::before {
    right: 60px;
  }
}

.info-slide__count {
  position: absolute;
  font-size: 200px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  left: -70px;
  top: -100px;
  opacity: 0.2;
}

@media only screen and (max-width: 992px) {
  .info-slide__count {
    font-size: 130px;
    left: 60%;
    top: -60px;
  }
}

.info-slide__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-top: -327px;
}

.info-slide__thumb img {
  max-width: none;
}

@media only screen and (max-width: 1300px) {
  .info-slide__thumb img {
    max-width: 100%;
  }
}

.info-slide__thumb .inner {
  position: absolute;
  will-change: contents;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.67, 0.72, 1.28);
  transition: 0.7s cubic-bezier(0.17, 0.67, 0.72, 1.28);
}

@media only screen and (max-width: 1600px) {
  .info-slide__thumb {
    max-width: 500px;
    margin-top: -250px;
  }
}

@media only screen and (max-width: 1200px) {
  .info-slide__thumb {
    max-width: 400px;
    margin-top: -250px;
  }
}

@media only screen and (max-width: 992px) {
  .info-slide__thumb {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.info-slide__inner {
  position: relative;
  max-width: 700px;
  padding-right: 140px;
}

@media only screen and (max-width: 1400px) {
  .info-slide__inner {
    padding-right: 40px;
    max-width: 49%;
  }
}

@media only screen and (max-width: 992px) {
  .info-slide__inner {
    max-width: 100%;
    padding-right: 0;
  }
}

.info-slide__caption {
  color: #f2f2f2;
  margin-bottom: 25px;
  max-height: 260px;
}

@media only screen and (max-width: 1600px) {
  .info-slide {
    padding: 120px 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .info-slide {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .info-slide {
    padding: 90px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info-slide::before {
    right: 0;
    max-height: 100%;
  }
}

@media only screen and (min-width: 320px) {
  .constructor-block {
    padding: 80px 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .constructor-block {
    padding: 140px 0;
  }
}

@media only screen and (min-width: 320px) {
  .constructor-block .page-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .constructor-block .page-title {
    margin-bottom: 30px;
  }
}

.constructor-block__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .constructor-block__holder {
    display: block;
  }
}

.constructor-block__holder video {
  position: absolute;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .constructor-block__holder video {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .constructor-block__holder video {
    display: block;
    width: 100%;
    height: 370px;
    top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .constructor-block__holder video {
    width: 950px;
  }
}

@media only screen and (min-width: 1200px) {
  .constructor-block__holder video {
    width: 800px;
  }
}

@media only screen and (min-width: 1600px) {
  .constructor-block__holder video {
    width: 950px;
  }
}

.constructor-block__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1600px) {
  .constructor-block__thumb {
    max-width: 800px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .constructor-block__thumb {
    max-width: 375px;
    margin: 0 auto;
  }
}

.constructor-block-marker {
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 50%;
  background: #992f35;
  -webkit-box-shadow: 0 0 0 8px rgba(153, 47, 53, 0.3);
  box-shadow: 0 0 0 8px rgba(153, 47, 53, 0.3);
  top: 0;
  left: 200px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.constructor-block-marker::before,
.constructor-block-marker::after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.constructor-block-marker::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.constructor-block-marker.marker-1 {
  top: 235px;
  left: 250px;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-marker.marker-1 {
    top: 170px;
    left: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .constructor-block-marker.marker-1 {
    top: 60px;
    left: 71px;
  }
}

.constructor-block-marker.marker-2 {
  top: 195px;
  left: 565px;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-marker.marker-2 {
    top: 140px;
    left: 385px;
  }
}

@media only screen and (max-width: 767px) {
  .constructor-block-marker.marker-2 {
    top: 60px;
    left: 190px;
  }
}

.constructor-block-marker.marker-3 {
  top: 360px;
  left: 493px;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-marker.marker-3 {
    top: 257px;
    left: 347px;
  }
}

@media only screen and (max-width: 767px) {
  .constructor-block-marker.marker-3 {
    top: 110px;
    left: 145px;
  }
}

.constructor-block-marker.marker-4 {
  top: 442px;
  left: 750px;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-marker.marker-4 {
    top: 317px;
    left: 553px;
  }
}

@media only screen and (max-width: 767px) {
  .constructor-block-marker.marker-4 {
    top: 140px;
    left: 245px;
  }
}

.constructor-block-marker.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.constructor-block-marker.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.3);
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.3);
}

.constructor-block-marker.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(1.3);
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1.3);
}

@media only screen and (min-width: 1025px) {
  .constructor-block-marker:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.constructor-block-line {
  position: absolute;
  top: 50%;
  left: 100%;
  border-top: 1px solid #992f35;
  width: 0;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.constructor-block__inner {
  position: relative;
  width: 100%;
}

.constructor-block-item {
  max-width: 445px;
  width: 100%;
  position: absolute;
  padding: 10px;
  background: #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.constructor-block-item__icon {
  margin-bottom: 20px;
}

.constructor-block-item__icon svg {
  width: 39px;
  height: 60px;
}

.constructor-block-item__title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.constructor-block-item__caption {
  font-size: 18px;
  line-height: 26px;
  color: #4f4f4f;
  margin-bottom: 25px;
}

.constructor-block-item.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}

.constructor-block-item.item-1 {
  top: 146px;
  left: 0;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-item.item-1 {
    top: 80px;
  }
}

.constructor-block-item.item-2 {
  top: 106px;
  left: 0;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-item.item-2 {
    top: 50px;
  }
}

.constructor-block-item.item-3 {
  top: 271px;
  left: 0;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-item.item-3 {
    top: 169px;
  }
}

.constructor-block-item.item-4 {
  top: 353px;
  left: 0;
}

@media only screen and (max-width: 1600px) {
  .constructor-block-item.item-4 {
    top: 229px;
  }
}

@media only screen and (max-width: 1200px) {
  .constructor-block-item {
    position: static;
    display: none;
  }

  .constructor-block-item.active {
    display: block;
  }
}

@media only screen and (max-width: 1600px) {
  .constructor-block {
    margin-bottom: 50px;
  }
}

.dealers {
  position: relative;
  background: url(../images/dealers_fon.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 3;
}

@media only screen and (min-width: 320px) {
  .dealers {
    padding: 80px 15px 60px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .dealers {
    padding: 50px 15px 750px 15px;
  }
}

@media only screen and (min-width: 1920px) {
  .dealers {
    background: url(../images/dealers_fon.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 2048px) {
  .dealers {
    background: url(../images/dealers_fon.jpg) 50% 70% no-repeat;
    background-size: cover;
  }
}

.dealers:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 40px 40px rgba(255, 255, 255, 1);
  z-index: 5;
}

.dealers .page-title {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .dealers .page-title {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .dealers .page-title {
    margin-bottom: 140px;
  }
}

.dealers-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .dealers-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dealers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 60px 80px;
  margin: 0 10px 40px;
  max-width: calc(33.333333% - 20px);
  /* transition: 1.5s cubic-bezier(.3,.13,.57,.98); */
  /* transition-delay: .5s; */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.35);
}

@media only screen and (min-width: 320px) {
  .dealers-item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .dealers-item {
    width: 440px;
  }
}

.dealers-item.anime {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.dealers-item__logo {
  margin-bottom: 60px;
}

.dealers-item__inner {
  margin-bottom: 45px;
}

.dealers-item__line {
  margin-bottom: 5px;
}

.dealers-item__content {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #4f4f4f;
}
.dealers-item__content.strong{
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .dealers-item {
    max-width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .dealers-item {
    max-width: 100%;
    margin: 0 0 30px;
    padding: 50px 15px;
  }
}

@media only screen and (min-width: 320px) {
  .news-block {
    padding: 80px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .news-block {
    padding: 140px 15px;
  }
}

.news-block .page-title {
  margin-bottom: 140px;
}

@media only screen and (min-width: 320px) {
  .news-block .page-title {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .news-block .page-title {
    margin-bottom: 140px;
  }
}

.news-block__holder {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .news-block__holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

.block__column:nth-child(1) img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) {
  .news-block__column {
    max-width: 680px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .news-block__column {
    max-width: 100%;
    width: 48.6%;
    height: 490px;
  }

}

@media only screen and (min-width: 320px) {
  .news-block__column:nth-child(2) .news-item {
    margin-top: 45px;
    height: auto;
    height: 350px;
  }

  .news-block__column:nth-child(1) .news-item {
    height: 350px;
    overflow: hidden;
  }

  .news-block__column:nth-child(1) a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    width: inherit;
    height: 100%;
  }

  .news-block__column:nth-child(1) .news-item .news-item__inner {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .news-block__column:nth-child(2) .news-item .news-item__inner {
    min-height: 110px;
  }
}

@media only screen and (min-width: 992px) {
  .news-block__column:nth-child(2) .news-item {
    height: 220px;
  }
}

@media only screen and (min-width: 992px) {
  .news-block__column:nth-child(1) .news-item {
    height: 570px;
    overflow: hidden;
  }

  .news-block__column:nth-child(2) .news-item {
    margin-top: 0;
    height: 220px;
  }

  .news-block__column:nth-child(1) a img {
    max-width: inherit;
    width: 110%;
    height: 110%;
    object-fit: cover;
    transform: none;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .news-block__column:nth-child(1) .news-item img {
    transform: translate(-50%, -50%) scale(1);
    transition: all .5s ease-out;
  }

  .news-block__column:nth-child(1) .news-item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media only screen and (min-width: 320px) {
  .news-block__column:nth-child(2) .news-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: all .5s ease-out;
  }
}

.news-block__column .news-item {
  transition: all .5s ease-out;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .news-block__column:nth-child(2) .news-item img {
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1);
    transition: all .5s ease-out;
  }
}

@media only screen and (min-width: 1200px) {
  .news-block__column:nth-child(2) .news-item:hover img {
    transform: translateY(-50%) scale(1);
    transition: all .5s ease-out;
  }

  .news-block__column:nth-child(2) .news-item:hover img {
    transform: translateY(-50%) scale(1.05);
  }
}

.news-block .btn {
  margin: 0 auto;
}

.news-item {
  height: 100%;
  position: relative;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.3);
}

.news-item__inner {
  z-index: 2;
  padding: 50px 30px 30px 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
}

@media only screen and (min-width: 320px) {
  .news-item__inner {
    width: 100%;
    min-height: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .news-item__inner {
    min-height: 220px;
  }
}

.news-item {
  text-decoration: none;
}

@media only screen and (min-width: 320px) {
  .news-item__inner {
    position: relative;
    width: 100%;
    border-radius: 0 0 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .news-item__inner {
    border-radius: 0 5px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .news-item__inner {
    width: 380px;
  }
}

@media only screen and (max-width: 1100px) {
  .news-item__inner {
    padding: 15px;
  }
}

.news-item__title {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  position: relative;
}

.news-item__inner .news-item__title {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1s cubic-bezier(.1, .01, .69, .99);
}

.news-item__inner.scrolled .news-item__title {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.news-item__inner .page-link {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1s cubic-bezier(.1, .01, .69, .99);
}

.news-item__inner.scrolled .page-link {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.news-item__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 80px;
  border-top: 3px solid #bdac9d;
}

@media only screen and (max-width: 1100px) {
  .news-item__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .news-item__title {
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.impressum-container {
  max-width: 1470px;
  margin: 120px auto;
  padding: 0 15px;
}

.impressum-item {
  margin-bottom: 70px;
  padding-top: 30px;
  position: relative;
  max-width: 595px;
}

.impressum-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border-top: 4px solid #bdac9d;
}

.impressum-content {
  display: table;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
}

.impressum-content p {
  margin: 0;
}

.models-page .page-heading {
  margin-bottom: 120px;
}

.models-list {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1570px;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .models-list {
    padding: 0 15px;
  }

}

.models-item {
  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: 160px;
}

.models-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  position: relative;
}

.models-item__thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .models-item__thumb:hover img {
    opacity: .6;
  }

  .models-item__thumb:hover .compare-handler {
    opacity: 1;
  }
}

@media only screen and (max-width: 1600px) {
  .models-item__thumb {
    max-width: 700px;
  }
}

@media only screen and (max-width: 1220px) {
  .models-item__thumb {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1100px) {
  .models-item__thumb {
    margin: 0 0 40px;
  }

  .models-item__thumb .compare-handler {
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    opacity: 1;
    width: 60px;
    height: 60px;
  }

  .models-item__thumb .compare-handler svg {
    width: 20px;
    height: 15px;
  }
}

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

.models-item__inner {
  width: 50%;
  background: #f2f2f2;
  padding: 20px 60px;
}

@media only screen and (max-width: 767px) {
  .models-item__inner .btn {
    font-size: 14px;
  }
}

.models-item__inner .btn+.btn {
  margin-left: 10px;
}

@media only screen and (max-width: 1600px) {
  .models-item__inner {
    width: 510px;
    padding: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .models-item__inner {
    width: 450px;
    max-width: 100%;
  }
}

.models-item__inner .models-item__parameters {
  margin-bottom: 30px;
}

.models-item__title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 55px;
}


@media only screen and (max-width: 767px) {
  .models-item__title {
    font-size: 22px;
  }
}

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

.models-item__option {
  width: 33.33333%;
  padding-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .models-item__option {
    width: 50%;
  }
}

.models-item__label {
  font-size: 14px;
}

.models-item__content {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .1em;
}

@media only screen and (max-width: 1100px) {
  .models-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1250px) {
  .models-menu[style="height: 68vh;"] {
    min-height: 580px;
  }
}









.models-menu__slider .slick-list {
  min-width: 100%;
  padding: 0 55px;
}

.models-menu__slider .slick-slide {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.models-menu__slider .slick-slide.slick-active {
  opacity: 1;
}

.models-menu__slider .slick-dots {
  position: absolute;
  bottom: -40px;
}

@media only screen and (max-width: 1440px) {
  .models-menu__slider .slick-dots {
    bottom: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .models-menu__slider .slick-dots {
    bottom: -25px;
  }
}

.models-menu__slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.models-menu__slider .slick-dots li+li {
  margin-left: 23px;
}

.models-menu__slider .slick-dots li button {
  display: none;
}

.models-menu__slider .slick-dots li.slick-active {
  background: #000;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.compare-handler {
  height: 80px;
  width: 80px;
  background: #000;
  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-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  body.lang-de .compare-handler {
    height: 100px;
    width: 100px;
  }
}

/* .compare-handler .text__compare{
    left: 0;
  } */


.compare-handler svg {
  width: 41px;
  height: 29px;
}

.compare-handler svg:not(.added-icon) {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .compare-handler svg:not(.added-icon) {
    display: block;
  }
}

/* @media only screen and (max-width: 1100px) {
    .compare-handler .text__compare {
      display: none; 
    } 
    } */
.compare-handler .added-icon {
  display: none;
}

.compare-handler.added {
  background: #992f35;
}

.compare-handler.added svg {
  display: none;
}

.compare-handler.added .added-icon {
  display: block;
}

@media only screen and (min-width: 320px) {
  .text__compare {
    color: #fff;
    font-size: 9px;
    text-align: center;
  }
}

@media only screen and (min-width: 1366px) {
  .text__compare {
    font-size: 14px;
  }
}












.model_sl_track {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}

.model_sl_cont {
  width: 200px;
  flex: 0 0 200px;
}

.model_sl_block {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  outline: none;
}

@media only screen and (min-width: 320px) {
  .model_sl_block:nth-child(1) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .model_sl_block:nth-child(1) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.model_sl_block .model_sl_block_2 {
  width: 100%;
  height: 245px;
  position: relative;
  margin-bottom: 5px;
}

@media only screen and (min-width: 320px) {
  .model_sl_block .model_sl_block_2 {
    height: 110px;
  }
}

@media only screen and (min-width: 992px) {
  .model_sl_block .model_sl_block_2 {
    height: 245px;
    margin-bottom: 10px;
  }
}

.model_sl .compare-handler.added,
.model_sl_mob .compare-handler.added {
  background-color: #992f35;
}

.model_sl .compare-handler,
.model_sl_mob .compare-handler {
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .4s ease-out;
  font-size: 14px;
}

.model_sl_mob .compare-handler .text__compare {
  display: block;
  font-size: 8px;
}

.model_sl_mob .compare-handler .text__compare.hidden {
  display: none;
}

/* .model_sl .compare-handler .text__compare {
    display: block;
    font-size: 14px;
  }
  .model_sl .compare-handler .text__compare.hidden {
    display: none;
  } */
@media only screen and (min-width: 320px) {

  .model_sl .compare-handler,
  .model_sl_mob .compare-handler {
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 10px !important;
    left: 25px;
    top: 25px;
  }

  body.lang-de .model_sl .compare-handler,
  body.lang-de .model_sl_mob .compare-handler {
    width: 60px;
    height: 60px;
    left: 37px;
  }

  body.lang-de .text__compare {
    font-size: 8px;
  }
}

@media only screen and (min-width: 992px) {

  .model_sl .compare-handler,
  .model_sl_mob .compare-handler {
    width: 70px;
    height: 70px;
    top: 90px;
    left: 35px;
  }

  body.lang-de .model_sl .compare-handler,
  body.lang-de .model_sl_mob .compare-handler {
    width: 70px;
    height: 70px;
    top: 90px;
    left: 35px;
  }

  body.lang-de .text__compare {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1200px) {

  .model_sl .compare-handler,
  .model_sl_mob .compare-handler {
    width: 80px;
    height: 80px;
    left: -10px;
    top: 80px;
    opacity: 0;
  }

  body.lang-de .model_sl .compare-handler,
  body.lang-de .model_sl_mob .compare-handler {
    width: 100px;
    height: 100px;
    left: -5px;
    top: 75px;
  }

  body.lang-de .text__compare {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1366px) {

  .model_sl .compare-handler,
  .model_sl_mob .compare-handler {
    left: 0px;
  }
}

@media only screen and (min-width: 320px) {
  .model_sl_block .model_sl_block_2 {
    height: 105px;
  }
}

@media only screen and (min-width: 992px) {
  .model_sl_block .model_sl_block_2 {
    height: 245px;
  }
}

.model_sl_block .model_sl_block_2:before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px -30px 30px 8px rgba(0, 0, 0, 0.0);
  transition: .4s ease-out;
  z-index: 1;
}

.model_sl_block .model_sl_block_2:after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background-color: #BDAC9D;
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  transition: .4s ease-out;
  z-index: 2;
}

.model_sl_block .model_sl_block_2 img {
  display: block;
  width: auto;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 3;
}

@media only screen and (min-width: 320px) {
  .model_sl_block .model_sl_block_2 img {
    height: 100%;
    transition: .25s ease-out;
  }
}

@media only screen and (min-width: 992px) {
  .model_sl_block .model_sl_block_2 img {
    height: 180px;
    transition: .4s ease-out;
  }
}

@media only screen and (min-width: 1200px) {
  .model_sl_block .model_sl_block_2:hover img {
    transform: translateX(-50%) scale(1.1);
    z-index: 2;
    bottom: 20px;
  }
}

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

.compare-handler .text__compare {
  display: block !important;
}

.compare-handler.added .text__compare {
  display: none !important;
}

@media only screen and (min-width: 320px) {
  .model_sl_block.active img {
    bottom: 5px;
  }

  .model_sl_block.active h4 {
    color: #992f35;
  }
}

@media only screen and (min-width: 768px) {
  .model_sl_block.active img {
    bottom: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .model_sl_block .model_sl_block_2:hover .compare-handler {
    opacity: 1;
  }

  .model_sl_block .model_sl_block_2:hover:before {
    box-shadow: 0px -30px 30px 8px rgba(0, 0, 0, 01);
    bottom: -20px;
  }

  .model_sl_block div:hover:after {
    width: 60px;
  }
}

.model_sl_block h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  transition: .25s ease-out;
}








@media only screen and (min-width: 320px) {
  .model_sl_mob {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .model_sl_mob {
    display: none;
  }
}










.h2_anime {
  display: table;
  position: relative;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .h2_anime {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .h2_anime {
    font-size: 40px;
  }
}

.h2_anime:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #BDAC9D;
}

.post-holder .h2_anime {
  margin-bottom: 80px;
}

.news_year .h2_anime:after {
  left: 50%;
  transform: translateX(-50%);
}

.news_year .h2_anime:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #BDAC9D;
}

@media only screen and (min-width: 320px) {
  .news_year {
    padding: 80px 0 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .news_year {
    padding: 140px 0 80px 0;
  }
}

.news_year .h2_anime {
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 110px;
}

@media only screen and (min-width: 320px) {
  .news_year .h2_anime {
    margin-bottom: 90px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 480px) {
  .news_year .h2_anime {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .news_year .h2_anime {
    margin-bottom: 110px;
  }
}

.news_year_main {
  width: 100%;
}

.news_year_main_item {
  display: flex;
}

@media only screen and (min-width: 320px) {
  .news_year_main_item {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) {
  .news_year_main_item {
    justify-content: space-between;
  }
}

.news_year_block {
  width: calc(50% - 40px);
  box-shadow: 0px 0px 50px 0px rgba(68, 68, 68, 0.3);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .news_year_block {
    height: 350px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 480px) {
  .news_year_block {
    height: 490px;
  }
}

@media only screen and (min-width: 320px) {
  .news_year_block {
    max-width: 705px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .news_year_block {
    max-width: inherit;
    width: calc(50% - 40px);
    margin-bottom: 90px;
  }
}

.news_year_block.bolor_blue {
  background-color: #002164;
}

.news_block_zag {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 320px) {
  .news_block_zag {
    top: 20%;
  }
}

@media only screen and (min-width: 480px) {
  .news_block_zag {
    top: 25%;
  }
}

.news_year_block .news_img_1 {
  position: absolute;
}

@media only screen and (min-width: 320px) {
  .news_year_block .news_img_1 {
    max-width: 45%;
    top: 25%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

@media only screen and (min-width: 480px) {
  .news_year_block .news_img_1 {
    max-width: 40%;
    top: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .news_year_block .news_img_1 {
    max-width: 100%;
    top: 40%;
    right: 30px;
    transform: translate(0%, -50%);
  }
}

.news_year_block .news_img_1 .new_date {
  width: 372px;
}

@media only screen and (min-width: 320px) {
  .news_year_block .news_img_1.new_date {
    width: 160px;
    top: 40%;
    right: 90px;
  }
}

@media only screen and (min-width: 480px) {
  .news_year_block .news_img_1.new_date {
    top: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .news_year_block .news_img_1.new_date {
    width: 260px;
    top: 40%;
    right: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .news_year_block .news_img_1.new_date {
    width: 300px;
  }
}

@media only screen and (min-width: 1600px) {
  .news_year_block .news_img_1.new_date {
    width: 372px;
  }
}

.news_year_block .news_img_full {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all .5s ease-out;
  transform: scale(1);
}

@media only screen and (min-width: 320px) {
  .news_year_block .news_img_full {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .news_year_block .news_img_full {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .news_year_block:hover .news_img_full {
    transform: scale(1.05);
  }
}

.news_yar_1 {
  position: absolute;
  top: 0;
  left: 40px;
}

@media only screen and (min-width: 320px) {
  .news_yar_1 {
    width: 110px;
  }
}

@media only screen and (min-width: 480px) {
  .news_yar_1 {
    width: 217px;
  }
}

.news_year_block_text_bg {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #D24A43;
  z-index: 2;
}

.news_year_block_text {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 3;
}

@media only screen and (min-width: 320px) {
  .news_year_block_text {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .news_year_block_text {
    width: 300px;
    height: auto;
    border-radius: 0 5px 0 0;
  }
}

.news_year_block_text>div {
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1s cubic-bezier(.1, .01, .69, .99);
}

.news_year_block_text div:before {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 0%;
  top: -20px;
  background-color: #BDAC9D;
}

.news_year_block_text.scrolled>div {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.news_year_block_text .page-link {
  height: 40px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.5s cubic-bezier(.1, .01, .69, .99);
}

.news_year_block_text.scrolled .page-link {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.btn_block {
  width: 100%;
  display: flex;
  justify-content: center;
}


/* 
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  .news-list .news-item {
    width: 50%;
    max-height: 670px;
    overflow: hidden;
    background: #000; }
    .news-list .news-item::before {
      z-index: 2; }
    .news-list .news-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 1.7s ease-in-out;
      transition: all 1.7s ease-in-out; }
    .news-list .news-item__title {
      max-width: 50%; }
      @media only screen and (max-width: 1300px) {
        .news-list .news-item__title {
          max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .news-list .news-item {
        width: 100%; } }
    @media only screen and (min-width: 1025px) {
      .news-list .news-item:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .5; } } */





.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.pagination li {
  margin: 0 7px;
}

.pagination__item a,
.pagination__item span {
  color: #bdbdbd;
  width: 40px;
  height: 40px;
  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-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {

  .pagination__item a:hover,
  .pagination__item span:hover {
    color: #992f35;
  }
}

@media only screen and (max-width: 767px) {

  .pagination__item a,
  .pagination__item span {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
}

.pagination__item span {
  pointer-events: none;
}

.pagination__current span {
  color: #992f35;
  border: 1px solid #992f35;
}

.pagination__next a,
.pagination__prev a {
  width: 40px;
  height: 40px;
  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-radius: 50%;
  background: #bdbdbd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {

  .pagination__next a:hover,
  .pagination__prev a:hover {
    background: #000;
  }
}

.pagination__next a svg,
.pagination__prev a svg {
  width: 16px;
  height: 11px;
  fill: #fff;
}

.pagination__prev {
  left: 0;
  top: 0;
  position: absolute;
}

.pagination__prev svg {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pagination__next {
  position: absolute;
  right: 0;
  top: 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}

.popup__inner {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 60px;
  width: 100%;
  max-width: 660px;
  max-height: 100%;
  overflow-y: auto;
}

.popup__inner .page-title {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .popup__inner {
    padding: 30px 15px;
  }
}

.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .popup-close {
    top: 20px;
    right: 10px;
    z-index: 4;
  }

  .popup-close svg {
    width: 20px;
    height: 20px;
  }

  .popup-close svg path {
    fill: #000 !important;
  }
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.popup-success__thumb {
  margin-bottom: 40px;
}

.popup-success__thumb svg {
  width: 96px;
  height: 80px;
}

.popup-success__caption {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #4f4f4f;
  margin-bottom: 70px;
  text-transform: uppercase;
}

.video-popup {
  padding: 0;
  max-width: 800px;
}

.video-popup__inner {
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

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

.post-page .page-title {
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .post-page .page-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .post-page .page-title {
    max-width: 100%;
    padding: 0 15px 30px;
    font-size: 24px;
  }
}

.post-page .page-heading {
  margin-bottom: 120px;
}

.page-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.post-page .page-heading.no_before:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .post-page .page-heading {
    margin-bottom: 60px;
  }
}

.post-holder {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto 40px;
}

.post-holder h1,
.post-holder h2,
.post-holder h3 {
  color: #000;
}

.post-holder .post-date {
  margin-bottom: 30px;
}

.post-date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  color: #bdac9d;
}

.post-slider {
  max-width: 1400px;
  margin: 0 auto 120px;
}

.post-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .post-slider .slick-arrow:hover {
    background: #000;
  }
}

.post-slider .slick-arrow::before {
  content: '';
  width: 16px;
  height: 11px;
  background-image: url(../images/link-arrow.svg);
  background-size: cover;
  background-position: center;
}

.post-slider .slick-arrow.slick-next {
  right: 20px;
}

.post-slider .slick-arrow.slick-prev {
  left: 20px;
}

.post-slider .slick-arrow.slick-prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.post-slider.color_dots .slick-dots li:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .post-slider .slick-arrow {
    display: none;
  }
}

.post-slider .slick-dots {
  bottom: -50px;
}

.post-slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-slider .slick-dots li button {
  display: none;
}

.post-slider .slick-dots li+li {
  margin-left: 23px;
}

.post-slider .slick-dots li.slick-active {
  background: #fff;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.post-slider.color_dots .slick-dots li {
  background: #780006;
  opacity: .7;
}

.post-slider.color_dots .slick-dots li.slick-active {
  background: #780006;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .post-slider .slick-dots {
    bottom: -50px;
  }
}

.product-page {
  margin-top: 0;
}

.product-page .page-heading {
  margin-bottom: 370px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .product-page .page-heading {
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  .product-page .page-heading {
    height: 706px;
  }
}

@media only screen and (max-width: 992px) {
  .product-page .page-heading {
    margin-bottom: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .product-page .page-heading {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 320px) {
  .gallery_s.gallery_m {
    padding: 0 0 100px 0;
  }

  .gallery_s.gallery_m .gallery_s_img img {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery_s.gallery_m {
    padding: 0 0 210px 0;
  }

  .gallery_s.gallery_m .gallery_s_img img {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .gallery_s {
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery_s {
    padding-bottom: 190px;
  }
}

.gallery_s .product-gallery__arrow.prev,
.gallery_s .product-gallery__arrow.next {
  width: 40px !important;
  height: 40px !important;
}

.gallery_s_main {
  width: 100%;
  padding-top: 140px;
}

@media only screen and (min-width: 320px) {
  .gallery_s_main {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery_s_main {
    padding-top: 140px;
  }
}

.gallery_s_main .h2_anime {
  display: table;
}

@media only screen and (min-width: 320px) {
  .gallery_s_main .h2_anime {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery_s_main .h2_anime {
    width: 840px;
    margin: 0;
    margin-bottom: 110px;
    float: right;
  }
}

@media only screen and (min-width: 1600px) {
  .gallery_s_main .h2_anime {
    width: 1070px;
  }
}

.gallery_s_main .h2_anime:after {
  left: 50%;
  transform: translateX(-50%);
}

.gallery_s_main_item {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .gallery_s_main_item {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery_s_main_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.gallery_s_img {
  width: 290px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .gallery_s_img img {
    transition: 1s ease-out;
    /* margin-bottom: -50px; */
  }

  .gallery_s_img.scrolled img {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 320px) {
  .gallery_s_img {
    width: 200px;
    /* height: 200px; */
    /* transform: rotate(-90deg); */
    margin: 0 auto;
  }

  .gallery_s_img img {
    width: 200px;
    object-fit: contain;
    /* height: 150%; */
    /* margin-top: -25%; */
  }
}

@media only screen and (min-width: 560px) {
  .gallery_s_img {
    width: 300px;
    height: 300px;
  }

  .gallery_s_img img {
    height: 100%;
    margin-top: 0;
  }
}

.gallery_s_main .product-gallery__holder .slick-dots li:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) {
  .gallery_s_img {
    width: 290px;
    height: auto;
    transform: rotate(0);
    margin: 0;
  }

  .gallery_s_img img {
    height: auto;
  }
}

.gallery_s_main .product-gallery__holder .slick-dots li {
  background-color: #780006;
  opacity: .7;
}

.gallery_s_main .product-gallery__holder .slick-dots li.slick-active {
  background-color: #780006;
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .gallery_s_main .product-gallery__holder {
    width: 100%;
    height: calc(100vw / 16 * 8.8);
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .gallery_s_main .product-gallery__holder {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery_s_main .product-gallery__holder {
    margin: 0;
    height: 510px;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery_s_main .product-gallery__holder {
    width: 840px;
    height: calc(100vw / 16 * 9);
  }
}

@media only screen and (min-width: 1600px) {
  .gallery_s_main .product-gallery__holder {
    width: 1070px;
  }
}

@media only screen and (min-width: 320px) {

  .gallery_s .product-gallery__holder .slick-slider,
  .gallery_s .product-gallery__holder .slick-list,
  .gallery_s .product-gallery__holder .slick-track,
  .gallery_s .product-gallery__holder .slick-slide div,
  .gallery_s .product-gallery__holder .slick-slide div .post-slide {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {

  .gallery_s .product-gallery__holder,
  .gallery_s .product-gallery__holder .slick-slider,
  .gallery_s .product-gallery__holder .slick-list,
  .gallery_s .product-gallery__holder .slick-track,
  .gallery_s .product-gallery__holder .slick-slide div,
  .gallery_s .product-gallery__holder .slick-slide div .post-slide {
    height: 470px;
  }
}

@media only screen and (min-width: 1366px) {

  .gallery_s .product-gallery__holder,
  .gallery_s .product-gallery__holder .slick-slider,
  .gallery_s .product-gallery__holder .slick-list,
  .gallery_s .product-gallery__holder .slick-track,
  .gallery_s .product-gallery__holder .slick-slide div,
  .gallery_s .product-gallery__holder .slick-slide div .post-slide {
    height: 470px;
  }
}

@media only screen and (min-width: 1600px) {

  .gallery_s .product-gallery__holder,
  .gallery_s .product-gallery__holder .slick-slider,
  .gallery_s .product-gallery__holder .slick-list,
  .gallery_s .product-gallery__holder .slick-track,
  .gallery_s .product-gallery__holder .slick-slide div,
  .gallery_s .product-gallery__holder .slick-slide div .post-slide {
    height: 602px;
  }
}

.gallery_s .product-gallery__holder iframe {
  width: 100%;
  height: 100%;
}

.gallery_s .product-gallery__holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.product-page .gallery-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.product-page .contacts-holder {
  margin-top: 0;
  max-width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .product-page {
    margin-bottom: 70px;
  }
}

.product-heading__thumb {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80%;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .product-block.pbi-5 .inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block.pbi-5 .inner img {
    width: auto !important;
    height: auto !important;
    object-fit: none !important;
  }
}

.product-block.pbi-5 .container:nth-child(2) {
  padding-top: 0;
}


.product-heading__thumb img {
  max-width: 750px;
  width: 100%;
  opacity: 0;
  transition: .4s;
}

.product-heading__thumb.loaded img {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .product-heading__thumb img:hover {
    animation-duration: 1s;
    animation-name: slideinX;
  }

  @keyframes slideinX {
    0% {
      margin-left: 0;
    }

    15% {
      margin-left: -30px;
    }

    30% {
      margin-left: 30px;
    }

    45% {
      margin-left: -30px;
    }

    60% {
      margin-left: 30px;
    }

    75% {
      margin-left: -30px;
    }

    100% {
      margin-left: 0;
    }
  }
}

@media only screen and (min-width: 1025px) {
  .product-heading__thumb:hover .compare-handler {
    opacity: 1;
    z-index: 5;
  }
}

.product-block {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .product-block {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block {
    padding: 140px 0 200px 0;
  }
}

.product-block .product-block-item__inner .page-link--light,
.product-block .product-block-item__inner .page-link--light span {
  font-size: 50px;
  color: #000;
}

.product-block .product-block-item__caption {
  color: #626262;
  text-align: left;
}

.product-block:nth-child(even) {
  background-color: #33373E;
  padding: 140px 0;
}

@media only screen and (min-width: 320px) {
  .product-block:nth-child(even) {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block:nth-child(even) {
    padding: 140px 0;
  }
}

.product-block:nth-child(even) .product-block-item__inner .page-link--light {
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light {
    max-width: 695px;
    width: 100%;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light {
    font-size: 50px;
  }
}

.product-block:nth-child(even) .product-block-item__inner .page-link--light span {
  font-size: 50px;
  color: #bdac9d;
}

@media only screen and (min-width: 320px) {

  .product-block .product-block-item__inner .page-link--light,
  .product-block .product-block-item__inner .page-link--light span {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {

  .product-block .product-block-item__inner .page-link--light,
  .product-block .product-block-item__inner .page-link--light span {
    font-size: 40px;
  }
}

@media only screen and (min-width: 320px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light span {
    font-size: 24px;
  }

  .product-block .product-block-item__inner .page-link--light,
  .product-block .product-block-item__inner .page-link--light span {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light span {
    font-size: 40px;
  }

  .product-block .product-block-item__inner .page-link--light,
  .product-block .product-block-item__inner .page-link--light span {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light span {
    font-size: 44px;
  }

  .product-block .product-block-item__inner .page-link--light,
  .product-block .product-block-item__inner .page-link--light span {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1600px) {
  .product-block:nth-child(even) .product-block-item__inner .page-link--light span {
    font-size: 50px;
  }

  .product-block .product-block-item__inner .page-link--light,
  .product-block .product-block-item__inner .page-link--light span {
    font-size: 50px;
  }
}

.product-block:nth-child(even) .product-block-item__caption {
  color: #f2f2f2;
}

.product-block:nth-child(even) .product-block-item__thumb {
  overflow: visible;
}

@media only screen and (min-width: 1200px) {
  .product-block-item:nth-child(1) .item-2 .inner {
    margin-top: -200px;
  }
}

.product-block::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 150px;
  bottom: 150px;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1600px) {
  .product-block::before {
    bottom: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-block::before {
    right: 60px;
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-block::before {
    right: 0;
    bottom: 0;
  }
}

.product-block.active::before {
  right: 9%;
}

.product-block-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.product-block-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  max-width: 50%;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

@media only screen and (min-width: 1200px) {

  .product-block-item__thumb,
  .product-block-item__thumb .inner {
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .product-block-item__thumb img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-block-item__thumb {
    max-width: 100%;
  }
}


.product-block-item__inner .page-link--light {
  font-size: 50px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .product-block-item:nth-child(1) .product-block-item__inner {
    min-height: 580px;
  }
}

.product-block-item:nth-child(1) .product-block-item__inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  overflow: hidden;
}

/* .product-block-item:nth-child(1)  .product-block-item__thumb{
      max-width: 50%;
      width: 100%;
    }
    .product-block-item:nth-child(1)  .product-block-item__thumb .inner{
      max-width: 50vw;
      width: 100%;
    }
    .product-block-item:nth-child(1)  .product-block-item__thumb .inner  {
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */


.product-block .container:nth-child(2) {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .product-block .container:nth-child(2) {
    padding: 40px 5px 0 5px;
  }
}

@media only screen and (min-width: 992px) {
  .product-block .container:nth-child(2) {
    max-width: 945px;
    width: 100%;
    padding: 40px 15px 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block .container:nth-child(2) {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-top: 140px;
  }
}

@media only screen and (min-width: 320px) {
  .product-block .container:nth-child(2) .product_text {
    width: 100%;
    float: right;
  }

  .product-block .container:nth-child(2) .product-block-item__inner {
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block .container:nth-child(2) .product_text {
    width: 50%;
    float: left;
  }

  .product-block .container:nth-child(2) .product-block-item__inner {
    float: right;
    width: 580px;
  }
}

@media only screen and (min-width: 1366px) {
  .product-block .container:nth-child(2) .product-block-item__inner {
    width: 630px;
  }
}

@media only screen and (min-width: 1600px) {
  .product-block .container:nth-child(2) .product-block-item__inner {
    width: 650px;
    margin-right: 100px;
  }
}

@media only screen and (min-width: 320px) {
  .product-block .container:nth-child(2) .product-block-item__thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block .container:nth-child(2) .product-block-item__thumb {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.product-block .container:nth-child(2) .product-block-item__thumb .inner {
  float: right;
  margin-top: 0;
}

@media only screen and (min-width: 320px) {
  .product-block .container:nth-child(2) .product-block-item__thumb .inner {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .product-block .container:nth-child(2) .product-block-item__thumb .inner {
    width: 95%;
  }
}

.product-block .container:nth-child(2) .product-block-item__thumb .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.product-block-item__caption {
  line-height: 26px;
  font-size: 18px;
  color: #f2f2f2;
}

@media only screen and (max-width: 1300px) {
  .product-block-item__caption {
    font-size: 16px;
    line-height: 22px;
  }
}

.product-block-item .page-title span {
  display: block;
  color: #bdac9d;
}

@media only screen and (max-width: 1300px) {
  .product-block-item .page-title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-block-item .page-title {
    margin-bottom: 20px;
  }
}

.product-block-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}

.product-block-item:nth-child(even) .product-block-item__inner {
  padding-right: 150px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media only screen and (min-width: 1200px) {
  .product-block-item:nth-child(even) .product-block-item__inner {
    min-height: 510px;
  }
}

@media only screen and (max-width: 1600px) {
  .product-block-item:nth-child(even) .product-block-item__inner {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .product-block-item:nth-child(even) .product-block-item__inner {
    padding-right: 15px;
  }
}

.product-block-item:nth-child(even) .product-block-item__thumb {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .product-block-item:nth-child(even) {
    text-align: right;
  }

  .product-block-item:nth-child(even) .page-title::after {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .product-block-item .product-block-item__thumb {
    margin: 0 0 0 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-block-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-block-item .product-block-item__thumb {
    margin: 0 0 40px;
  }
}

.product-block.reverse {
  padding-left: 4%;
  padding-right: 9%;
}

.product-block.reverse::before {
  right: 0;
  left: 100%;
}

@media only screen and (max-width: 768px) {
  .product-block.reverse::before {
    left: 0;
  }
}

.product-block.reverse.active::before {
  left: 9%;
}

.product-block.reverse .product-block-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-block.reverse .product-block-item__inner {
  padding-right: 0;
  padding-left: 230px;
}

.product-block.reverse .product-block-item__thumb {
  margin-right: 0;
  margin-left: 150px;
}

.product-block.reverse .product-block-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-block.reverse .product-block-item:nth-child(even) .product-block-item__inner {
  padding-right: 0;
  padding-left: 150px;
}

@media only screen and (max-width: 1600px) {
  .product-block.reverse .product-block-item:nth-child(even) .product-block-item__inner {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .product-block.reverse .product-block-item:nth-child(even) .product-block-item__inner {
    padding-left: 15px;
  }
}

.product-block.reverse .product-block-item:nth-child(even) .product-block-item__thumb {
  margin-left: 0;
}

@media only screen and (max-width: 1600px) {
  .product-block.reverse {
    padding-right: 40px;
    padding-left: 20px;
  }

  .product-block.reverse .product-block-item__inner {
    padding-left: 160px;
  }

  .product-block.reverse .product-block-item__thumb {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-block.reverse {
    padding: 40px 15px;
  }

  .product-block.reverse .product-block-item__inner {
    padding-right: 15px;
    padding-left: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .product-block.reverse .product-block-item__inner {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-block.reverse .product-block-item__inner {
    padding-right: 0;
  }

  .product-block.reverse .product-block-item__thumb {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .product-block {
    padding-left: 0;
    padding-right: 0;
  }

  .product-block .product-block-item {
    margin-bottom: 60px;
  }

  .product-block .product-block-item__thumb {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-block .product-block-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .product-block .product-block-item__inner {
    padding-right: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-block .product-block-item__thumb {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .product-block .product-block-item__inner {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-block .product-block-item__inner {
    padding-right: 15px;
  }
}

.product-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  padding-right: 160px;
  max-width: 1600px;
  margin: 0 auto 150px;
}

.product-about__thumb {
  margin-right: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
}

.product-about__inner {
  font-weight: 600;
  padding: 40px 0;
}

@media only screen and (max-width: 1200px) {
  .product-about {
    padding: 40px 15px 40px 0;
  }

  .product-about .product-about__thumb {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .product-about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 15px;
  }

  .product-about .product-about__thumb {
    max-width: calc(100% + 30px);
    margin: 0 -15px 30px;
  }
}

.product-specs {
  max-width: 1600px;
  margin: 0 auto;
  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 only screen and (min-width: 320px) {
  .product-specs {
    padding: 80px 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .product-specs {
    padding: 140px 0 0 0;
  }
}

.product-specs .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .product-specs .container {
    justify-content: center;
    align-content: flex-end;
  }
}

@media only screen and (min-width: 1200px) {
  .product-specs .container {
    justify-content: space-between;
    align-content: flex-end;
  }
}

.product-specs .models-item__inner {
  width: 63%;
  background: #f2f2f2;
}

@media only screen and (max-width: 1600px) {
  .product-specs .models-item__inner {
    margin-left: -70px;
    padding: 70px 80px 70px 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-specs .models-item__inner {
    width: 100%;
    margin-left: 0;
    padding: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .product-specs .models-item__inner {
    padding: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-specs .models-item__inner {
    padding: 70px 80px 70px 160px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs .models-item__inner {
    margin: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
  }
}

.product-specs .models-item__option {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .product-specs .models-item__option {
    width: 50%;
  }
}

.product-specs__thumb {
  max-width: 290px;
  width: 100%;
  display: flex;
  position: relative;
  padding-bottom: 50px;
}

.product-specs__thumb img {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 320px) {
  .product-specs__thumb img {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .product-specs__thumb img {
    display: block;
  }
}

.product-specs__thumb.scrolling img {
  position: fixed;
}

.product-specs__thumb.scrolling .product-specs__height,
.product-specs__thumb.scrolling .product-specs__width,
.product-specs__thumb.scrolled .product-specs__height,
.product-specs__thumb.scrolled .product-specs__width {
  opacity: 0;
}

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

.product-specs__line svg {
  width: 13px;
  height: 19px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-specs__line svg:first-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-specs__width {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: .2s;
  text-transform: uppercase;
}

.product-specs__width .product-specs__label {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.product-specs__width .product-specs__line {
  left: 0%;
  right: 0%;
  position: absolute;
  top: -20px;
  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;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.product-specs__width .product-specs__line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  left: calc(50% - 2px);
  top: calc(50% - 3px);
}

.product-specs__width .product-specs__line::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: calc(50% - 1px);
  border-top: 1px solid #e0e0e0;
}

.product-specs__height {
  position: absolute;
  right: -20px;
  top: 0;
  padding-right: 20px;
  height: calc(100% - 50px);
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .2s;
}

.product-specs__height .product-specs__label {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.product-specs__height svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.product-specs__height svg:first-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-specs__height .product-specs__line {
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.product-specs__height .product-specs__line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  left: calc(50% - 3px);
  top: calc(50% - 2px);
}

.product-specs__height .product-specs__line::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: calc(50% - 1px);
  border-left: 1px solid #e0e0e0;
}

@media only screen and (max-width: 1200px) {
  .product-specs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs {
    padding: 0;
  }
}

.product-gallery {
  background: #1E2125;
}

@media only screen and (min-width: 320px) {
  .product-gallery {
    padding: 80px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-gallery {
    padding: 140px 15px;
  }
}

.product-gallery__holder {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.product-gallery__slider .slick-dots {
  bottom: -60px;
}

.product-gallery__slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-gallery__slider .slick-dots li button {
  display: none;
}


@media only screen and (min-width: 320px) {
  .product-gallery__slider .slick-dots li+li {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .product-gallery__slider .slick-dots li+li {
    margin-left: 23px;
  }
}

.product-gallery__slider .slick-dots li.slick-active {
  background: #bdac9d;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

@media only screen and (max-width: 767px) {
  .product-gallery__slider .slick-dots {
    bottom: -30px;
  }
}

.product-gallery__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  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;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product-gallery__arrow:hover {
    background: #000;
    border-color: #000;
  }
}

.product-gallery__arrow svg {
  width: 16px;
  height: 11px;
  fill: #fff;
}

.product-gallery__arrow.prev {
  left: 31px;
}

.product-gallery__arrow.next {
  right: 31px;
}

.product-gallery__arrow.next svg {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

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

.decor-block {
  height: 100vh;
  line-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 72px;
  letter-spacing: 2px;
  font-weight: 800;
  text-align: center;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.67, 0.72, 1.28);
  transition: 0.7s cubic-bezier(0.17, 0.67, 0.72, 1.28);
}

@supports not (-webkit-background-clip: text) {
  .decor-block {
    background: transparent !important;
    color: #bdac9d;
  }
}

@supports (-webkit-background-clip: text) {
  .decor-block__inner {
    color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .decor-block {
    height: 70vh;
    line-height: 70vh;
    font-size: 44px;
    padding: 0 15px;
  }
}

.models-item__parameters table {
  width: 100%;
  font-size: 14px;
}

.models-item__parameters table th,
.models-item__parameters table td {
  padding: 10px 4px;
  min-width: 150px;
}

.models-item__parameters table th {
  text-align: left;
}

.models-item__parameters table tr th:first-child {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .models-item__parameters table tr th:first-child {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .models-item__parameters {
    overflow-x: auto;
  }
}

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

.tab {
  display: none;
}

.tab.active {
  display: block;
}

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




@media only screen and (min-width: 320px) {
  .inner_l {
    transition: 1s cubic-bezier(.1, .01, .69, .99);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  .inner_l.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  /*   
  .inner_r{
    transition: 1s cubic-bezier(.1,.01,.69,.99);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  .inner_r.scrolled{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
   */
  .inner_r {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }

  .inner_r.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }

  .inner_zag {
    display: table;
    margin-left: -105% !important;
    transition: 1s cubic-bezier(.1, .01, .69, .99);
  }

  .inner_zag.scrolled {
    margin-left: 0 !important;
  }

  .inner_text {
    display: table;
    transition: 2s cubic-bezier(.1, .01, .69, .99);
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  .inner_text.scrolled {
    opacity: 1;
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
  }
}

@media only screen and (min-width: 1200px) {
  .inner_l {
    transition: 2s cubic-bezier(.1, .01, .69, .99);
    clip-path: polygon(14% 33%, 14% 33%, 46% 100%, 46% 100%);
    transform: scale(1.2);
  }

  .inner_l.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }

  .inner_r {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }

  .inner_r.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }

  .inner_zag {
    display: table;
    margin-left: -115% !important;
    transition: 1s cubic-bezier(.1, .01, .69, .99);
  }
}


.lazy-background {
  background: transparent !important;
}

h2.undertitle {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: .1em;
  margin: 20px 0 25px;
}

@media only screen and (min-width: 320px) {
  h2.undertitle {
    padding: 0 15px;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  h2.undertitle {
    padding: 0;
  }
}


.product-gallery__slide {
  position: relative;
}

.product-gallery__slide .news_year_block_text {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  align-content: center !important;
  width: 300px !important;
  height: 160px !important;
}

.product-gallery__slide .news_year_block_text>div {
  height: auto !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 320px) {
  .product-gallery__slide .news_year_block_text {
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .product-gallery__slide .news_year_block_text {
    width: 300px !important;
    height: 160px !important;
  }
}

.centered {
  text-align: center;
}



/* first */


.first_main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .first_main {
    padding: 120px 5px 90px 5px;
  }
}

@media only screen and (min-width: 992px) {
  .first_main {
    padding: 120px 30px 85px 30px;
  }
}

.first_main h1 {
  color: #C1ADA1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) {
  .first_main h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .first_main h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .first_main h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .first_main_item {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 2000px) {
  .first_main h1 {
    margin-bottom: 80px;
  }
}

.first_main .h2_anime {
  margin-bottom: 60px;
}

.first_main h3 {
  color: #636363;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .first_main h3 {
    min-height: 60px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .first_main h3 {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.first_sl {
  width: 100%;
}

@media only screen and (min-width: 1768px) {
  .first_sl {
    margin-top: 75px;
  }
}

.first_sl_track {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}

.first_sl_track .slick-track {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .first_sl_track .slick-track {
    min-height: 250px;
  }
}

@media only screen and (min-width: 414px) {
  .first_sl_track .slick-track {
    min-height: 350px;
  }
}

@media only screen and (min-width: 560px) {
  .first_sl_track .slick-track {
    min-height: 365px;
  }
}

@media only screen and (min-width: 1200px) {
  .first_sl_track .slick-track {
    min-height: 250px;
  }
}

@media only screen and (min-width: 1366px) {
  .first_sl_track .slick-track {
    min-height: 330px;
  }
}

@media only screen and (min-width: 1600px) {
  .first_sl_track .slick-track {
    min-height: 365px;
  }
}

@media only screen and (min-width: 320px) {
  .first_sl_track {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .first_sl_track {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 1768px) {
  .first_sl_track {
    margin: 30px 0;
  }
}

.first_sl_track .slick-track {
  min-width: 100%;
}

.first_sl_block {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  transition: all .4s ease-out;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .first_sl_block {
    padding: 0 40px;
  }
}

.first_text {
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  transition: .3s ease-out;
}

@media only screen and (min-width: 320px) {
  .first_text {
    width: 50px;
    height: 50px;
    right: 0px;
    font-size: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .first_text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .first_text {
    width: 60px;
    height: 60px;
    right: 20px;
    opacity: 0;
  }
}

.slick-slide.slick-current:hover .first_sl_block .first_text {
  opacity: 1;
}

.first_sl_block img {
  position: relative;
  max-height: 360px;
  object-fit: contain;
  z-index: 1;
}

.first_sl_block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  transition: .4s ease-out;
  opacity: .5;
}

.first_sl_block.active {
  padding: 0;
}

.first_sl_block.active:before {
  opacity: 0;
}

.first_sl .boat_block_sl_arr {
  height: 60px;
  position: relative;
  top: 50px;
  left: auto;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .first_sl .boat_block_sl_arr {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 2020px) {
  .first_sl .boat_block_sl_arr {
    top: 0px;
  }
}

.first_sl .boat-slider__prev,
.boat-slider__next {
  overflow: hidden;
}

/* first */



/* second */

@media only screen and (min-width: 320px) {
  .second_main {
    padding: 30px 5px 30px 5px;
    min-height: 870px;
    max-width: 100vw;
    background-color: #F2F2F2;
    overflow: visible;
    position: relative;
  }
}

@media only screen and (min-width: 480px) {
  .second_main {
    padding: 40px 5px 30px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .second_main {
    padding: 100px 5px 30px 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main {
    width: 55vw;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    padding: 100px 0 0 0;
    min-height: 100vh;
  }

  .second_main:before {
    content: '';
    display: block;
    width: calc(50vw - 45px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 45px;
    background-color: #F2F2F2;
    z-index: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main {
    width: 50vw;
  }
}

.second_main_cont {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .second_main_cont {
    max-width: 916px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_cont {
    max-width: auto;
    width: 776px;
    margin: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .second_main_cont {
    width: 916px;
  }
}

@media only screen and (min-width: 2000px) {
  .second_main_cont {
    max-width: 100%;
    width: 100%;
  }
}

.second_main_cont:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F2F2F2;
  z-index: 1;
}

.second_tab {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
}

.tab_block {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  transition: .3s ease-out;
  cursor: pointer;
}

@media only screen and (min-width: 320px) {
  .tab_block {
    padding: 0 5px;
    height: 46px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab_block {
    height: 96px;
    padding: 0 10px;
  }
}

.tab_block:nth-child(2n+1) {
  background-color: #fff;
}

.tab_block p {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  transition: .3s ease-out;
}

@media only screen and (min-width: 320px) {
  .tab_block p {
    font-size: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .tab_block p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab_block p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1366px) {
  .tab_block p {
    font-size: 21px;
  }
}

.tab_block.active {
  background-color: #AA2532;
}

.tab_block.active p {
  color: #fff;
}

.second_sec {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .second_sec {
    height: auto;
    padding: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .second_sec {
    height: auto;
    padding: 55px 0 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_sec {
    padding: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 1366px) {
  .second_sec {
    padding: 55px 0 55px 0;
  }
}

.second_sec_cont {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .8s ease-out;
  z-index: 1;
  display: none;
}

.second_sec_cont.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  display: block;
}

.second_sec_cont_block {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .second_sec_cont_block {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .second_sec_cont_block {
    padding: 0;
    margin-bottom: 45px;
  }
}

.h3_norm {
  display: table;
  text-transform: uppercase;
  font-weight: 600;
  color: #AA2532;
}

@media only screen and (min-width: 320px) {
  .h3_norm {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .h3_norm {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1200px) {
  .h3_norm {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .h3_norm {
    margin-left: 80px;
  }
}

.h3_plus {
  display: table;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  color: #AA2532;
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .h3_plus {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .h3_plus {
    margin-left: 80px;
  }
}

.h3_plus .span_text {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  color: #AA2532;
}

@media only screen and (min-width: 320px) {
  .h3_plus {
    font-size: 18px;
    padding-left: 31px;
    transition: .3s ease-out;
  }

  .h3_plus .span_text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .h3_plus {
    font-size: 21px;
    padding-left: 0;
  }

  .h3_plus .span_text {
    font-size: 18px;
  }
}

.h3_plus .plus_span {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: #AA2532;
  margin-right: 10px;
}

@media only screen and (min-width: 320px) {
  .h3_plus .plus_span {
    left: 0;
    transition: .3s ease-out !important;
    transform: translateY(-50%) rotate(0);
  }
}

@media only screen and (min-width: 768px) {
  .h3_plus .plus_span {
    left: -36px;
  }
}

.h3_plus .plus_span:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h3_plus .plus_span:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h3_plus.active .plus_span {
  transform: translateY(-50%) rotate(225deg);
}

/*  */

.h4_normal {
  display: table;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #AA2532;
  cursor: pointer;
  position: relative;
  margin: 0;
  margin-bottom: 5px;
}

.h4_plus {
  display: table;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #AA2532;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .h4_plus {
    margin-left: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .h4_plus {
    margin-left: 0;
  }
}

.h4_plus .span_text {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #AA2532;
}

.h4_plus .plus_span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #AA2532;
  margin-right: 10px;
  transform: translateY(-50%) rotate(0);
  transition: .3s ease-out;
}

.h4_plus .plus_span:before {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h4_plus .plus_span:after {
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h4_plus.active .plus_span {
  transform: translateY(-50%) rotate(225deg);
}

.second_sec_cont_v,
.second_sec_cont_v_2 {
  position: relative;
}

.second_sec_cont_v_main,
.second_sec_cont_v_main_2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: max-height .8s, opacity .8s, visibility .8s !important;
  transition-delay: 0s !important;
}

@media only screen and (min-width: 320px) {

  .second_sec_cont_v_main,
  .second_sec_cont_v_main_2 {
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {

  .second_sec_cont_v_main,
  .second_sec_cont_v_main_2 {
    overflow: hidden;
  }
}

.second_sec_cont_v:not(.active) .second_sec_cont_v_main,
.second_sec_cont_v_2:not(.active) .second_sec_cont_v_main_2 {
  max-height: 0 !important;
}

.second_sec_cont_v.active .second_sec_cont_v_main,
.second_sec_cont_v_2.active .second_sec_cont_v_main_2 {
  position: relative;
  /* max-height: 2600px; */
}

/* .second_sec_cont_v.active .second_sec_cont_v_main,
.second_sec_cont_v_2.active .second_sec_cont_v_main_2{
  overflow: visible;
} */
.sred_color {
  margin: 25px 0;
}

.sred_color p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.sred_color_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sred_color_bg {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  background-color: #F5F3EA;
  margin: 2px;
  transition: all .4s;
  cursor: pointer;
}

.vybor_color {
  width: 100%;
}

.vybor_color p {
  color: #000;
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 320px) {
  .vybor_color p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .vybor_color p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .vybor_color>p {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .vybor_color>p {
    padding-left: 80px;
  }
}

.vybor_color_cont_new {
  width: 135px;
  margin-right: 10px;
}

.vybor_color_cont_new_img {
  width: 135px;
  height: 135px;
  background-color: #000;
  margin-bottom: 5px;
}

.vybor_color_cont_new_img.vybor_new_1 {
  background: url(/wp-content/uploads/2020/10/vybor_new_1.jpg) 50% 50% no-repeat;
  background-size: cover !important;
}

.vybor_color_cont_new_img.vybor_new_2 {
  background: url(/wp-content/uploads/2020/10/vybor_new_2.jpg) 50% 50% no-repeat;
  background-size: cover !important;
}

.vybor_color_cont_new_img.vybor_new_3 {
  background: url(/wp-content/uploads/2020/10/vybor_new_3.jpg) 50% 50% no-repeat;
  background-size: cover !important;
}

.vybor_color_cont_new_img.vybor_new_4 {
  background: url(/wp-content/uploads/2020/10/vybor_new_4.jpg) 50% 50% no-repeat;
  background-size: cover !important;
}

.vybor_color_cont_new p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 320px) {
  .vybor_color_cont_new p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .vybor_color_cont_new p {
    font-size: 18px;
  }
}

.vybor_color_cont.new_block {
  margin-top: 10px;
  margin-bottom: 10px;
}




.vybor_color_cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
}

@media only screen and (min-width: 320px) {
  .vybor_color_cont {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .vybor_color_cont {
    width: calc(100% - 55px);
  }
}

@media only screen and (min-width: 1200px) {
  .vybor_color_cont {
    width: calc(100% - 45px);
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .vybor_color_cont {
    width: calc(100% - 85px);
    margin-left: 80px;
  }
}

.vybor_color_cont_cvet {
  width: 94px;
  margin: 0 2px 0 0;
  transition: all .4s;
}

.vybor_color_cont_cvet.unshown {
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.vybor_color_cont_cvet span {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.vybor_color_cont_cvet_bg {
  background-color: #000;
  border: 1px solid #000;
  transition: all .4s;
}

@media only screen and (min-width: 320px) {
  .vybor_color_cont_cvet_bg {
    width: 88px;
    height: 88px;
  }
}

@media only screen and (min-width: 768px) {
  .vybor_color_cont_cvet_bg {
    width: 94px;
    height: 94px;
  }
}

.vybor_color_cont_cvet p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}

.vybor_color_cont_all {
  position: relative;
  overflow: auto;
  margin-left: 10px;
}

@media only screen and (min-width: 1200px) {
  .vybor_color_cont_all {
    overflow: hidden;
  }
}

.vybor_color_cont_all_track {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 4px;
  row-gap: 4px;
}

.vybor_color_cont_all_track.lop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 0;
}

@media only screen and (min-width: 320px) {
  .vybor_color_cont_all_track.lop {
    height: 88px;
  }

  .vybor_color_cont_all_track {
    height: 98px;
    overflow: hidden;
  }

  .vybor_color_cont_all_track.sliv {
    height: 87px;
  }
}

@media only screen and (min-width: 768px) {
  .vybor_color_cont_all_track {
    height: 95px;
  }

  .vybor_color_cont_all_track {
    height: auto;
  }

  .vybor_color_cont_all_track.sliv {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .vybor_color_cont_all_track.lop {
    height: auto;
  }
}

.vybor_color_cont_all_track div {
  width: 44px;
  height: 44px;
  background-color: #000;
  cursor: pointer;
  position: relative;
}

.vybor_color_cont_all_track.sliv {
  margin: 2px 0 0 2px;
}

.vybor_color_cont_all_track.sliv div {
  width: 44px;
  height: 44px;
  background-color: #000;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.vybor_color_cont_all_track div:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid transparent;
  transition: .3s ease-out;
}

.vybor_color_cont_all_track div:nth-child(2n+1) {
  background-color: rgb(255, 0, 0);
}

.vybor_color_cont_all_track div.active:before {
  border: 4px solid #AA2532;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .vybor_color_cont_all .boat_block_sl_arr {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 20px;
    transform: none !important;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .vybor_color_cont_all .boat_block_sl_arr {
    display: none;
  }
}

.vybor_color_cont_all .boat_block_sl_arr .boat-slider__prev,
.vybor_color_cont_all .boat_block_sl_arr .boat-slider__next {
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.color_end {
  background-color: #fff !important;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #AA2532;
  font-weight: 600;
  padding-bottom: 3px;
}


.interior {
  margin: 25px 0;
  position: relative;
  transition: all .4s;
}

@media only screen and (min-width: 320px) {
  .interior {
    width: 100%;
  }

  .color_end {
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .interior {
    width: calc(100% - 45px);
    width: 100%;
    margin: 25px 0 25px 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .interior {
    width: calc(100% - 45px);
    margin: 25px 0 25px 80px;
  }
}

.interior.no_active {
  opacity: .4;
  pointer-events: none;
  filter: blur(.5px);
}

.interior p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.interior_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 6px;
  row-gap: 6px;
}

@media only screen and (min-width: 320px) {
  .interior_cont .interior_cont_flex_to_block {
    width: calc(50% - 3px) !important;
  }

  .interior_cont .interior_cont_flex_to_block .config {
    width: 100%;
  }

  .interior_cont .interior_cont_flex_to_block .interior_cont_flex_block {
    width: 100%;
  }

  .interior_cont .interior_cont_flex_to_block p {
    min-height: 42px;
    padding: 5px 0;
    margin: 0;
  }

  .interior_cont .interior_cont_flex_to_block label {
    width: 100%;
    min-height: 42px;
    padding: 5px 0 5px 28px;
  }
}

@media only screen and (min-width: 480px) {
  .interior_cont .interior_cont_flex_to_block .interior_cont_flex_block {
    width: 190px;
  }

  .interior_cont .interior_cont_flex_to_block {
    width: 190px !important;
  }
}

@media only screen and (min-width: 768px) {
  .interior_cont .interior_cont_flex_to_block {
    width: calc(50% - 3px) !important;
  }
}

.interior_cont_flex_to {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6px;
}

.interior_cont_flex_to_block {
  width: calc(50% - 3px);
}

.interior_cont_flex_to .interior_cont_flex_to_block {
  width: 100%;
}

.interior_cont_flex_to_block p {
  color: #000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .interior_cont_flex_to_block p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .interior_cont_flex_to_block p {
    font-size: 18px;
  }
}

.interior_cont_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 6px;
  row-gap: 6px;
}

.interior_cont_flex_block {
  display: flex;
  width: 190px;
  height: 94px;
  position: relative;
  background-color: #ccc;
  border: 0px solid #AA2532;
  position: relative;
  transition: .3s ease-out;

  transition: transform 0.3s ease-out;
}

@media only screen and (min-width: 320px) {
  .interior_cont_flex_block {
    width: calc(50% - 3px);
  }
}

@media only screen and (min-width: 480px) {
  .interior_cont_flex_block {
    width: 190px;
  }
}

.interior_cont_flex_block:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background: #AA2532;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
  z-index: 3;
}

.interior_cont_flex_block:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.interior_cont_flex_block.active {
  border: 4px solid #AA2532;
}

.interior_cont_flex_block.active:before {
  display: none;
}

.interior_cont_flex_block.no_active {
  cursor: auto;
}

.interior_cont_flex_block.no_active:before {
  display: none;
}

.interior_cont_flex_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.interior_cont_flex_block p {
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1B1819;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}

.interior_cont_flex_block p.col_w {
  color: #fff;
}

.interior_cont_flex_block.col_r {
  background-color: #fff;
}

.interior_cont_flex_block.col_r p {
  color: #AA2532;
}

.config input {
  display: none;
}

.config input[type=checkbox]+label:before {
  content: '';
  color: transparent;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #AA2532;
  box-shadow: inset 0 0 0 0 rgba(170, 37, 50, 1);
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease-in;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 320px) {
  .config input[type=checkbox]+label:before {
    top: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .config input[type=checkbox]+label:before {
    top: 5px;
  }
}

.config input[type=checkbox]:checked+label:before {
  border: 1px solid transparent;
  box-shadow: none;
  background: url(../images/check_b.svg) 50% 50% no-repeat;
}

.config label {
  cursor: pointer;
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .config label {
    font-size: 14px;
    padding-left: 24px;
    min-height: 60px;
  }
}

@media only screen and (min-width: 560px) {
  .config label {
    font-size: 18px;
    padding-left: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .config label {
    min-height: auto;
  }
}


.options_all {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .options_all {
    max-width: auto;
    width: calc(100% - 45px);
    margin: 25px 0 45px 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .options_all {
    width: calc(100% - 85px);
    margin: 25px 0 45px 80px;
  }
}

@media only screen and (min-width: 2000px) {
  .options_all {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1768px) {}

.options_v {
  max-width: 780px;
  width: 100%;
  margin-bottom: 45px;
}

.options_v_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 45px;
}

@media only screen and (min-width: 2000px) {
  .options_v_cont {
    width: calc(100% - 100px);
  }
}

.options_v_cont.no_active:before {
  content: '';
  display: block;
  width: calc(100% + 115px);
  height: 100%;
  margin-top: -10px;
  position: absolute;
  z-index: 2;
  background-color: #ccc;
  opacity: 0.5;
}

@media only screen and (min-width: 320px) {
  .options_v_cont.no_active:before {
    width: calc(100% + 80px);
    left: -80px;
  }
}

@media only screen and (min-width: 1200px) {
  .options_v_cont.no_active:before {
    left: -50px;
  }
}

@media only screen and (min-width: 1366px) {
  .options_v_cont.no_active:before {
    width: calc(100% + 115px);
    left: -80px;
  }
}

.options_v_cont_w100 {
  width: 100%;
}

.options_v_cont_block {
  width: calc(50% - 3px);
  position: relative;
  transition: all .4s;
}

.options_v_cont_block .config label {
  min-height: 50px;
}

.options_v_cont_block.no_active {
  opacity: .4;
  pointer-events: none;
}

.options_v_cont_block.no_img.no_active {
  opacity: 1 !important;
}

.options_v_cont_block.no_active:before {
  content: attr(data-disactive);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
  background: rgba(242, 242, 242, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  z-index: 4;
}

.options_v_cont_block.no_img.no_active:before {
  content: 'Not active. Additional option was chosen';
}

.option-with-dependencies .no_active:before {
  background: rgba(221, 221, 221, .7);
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block.no_img {
    padding-right: 10px;
  }

  .options_v_cont_block.no_img.no_active:before {
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .options_v_cont_block.no_img {
    padding-right: 70px;
  }

  .options_v_cont_block.no_img.no_active:before {
    width: calc(100% - 70px);
  }
}

.options_v_cont_block.z_3 {
  z-index: 3;
}

.options_v_cont_block p {
  color: #000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .options_v_cont_block p {
    font-size: 18px;
  }
}

.options_v_cont_block_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .options_v_cont_block_flex {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  .options_v_cont_block_flex.poppups {
    box-shadow: 0px 0px 0px 4px rgba(170, 37, 50, 0);
    cursor: pointer;
  }

  .options_v_cont_block_flex.poppups:hover {
    box-shadow: 0px 0px 0px 4px rgba(170, 37, 50, 1);
  }
}

.options_v_cont_block_flex_img {
  height: 94px;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .options_v_cont_block_flex_img {
    width: 190px;
    flex: 0 0 190px;
  }
}

.options_v_cont_block_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.options_v_cont_block_flex_text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  padding-left: 6px;
  line-height: 1;
  letter-spacing: -0.7px;
  margin-top: 0;
  position: relative;
}

.options_v_cont_block_flex_text.only_text {
  min-height: auto;
  padding-bottom: 0;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_text {
    width: 100%;
    min-height: 94px;
    height: 100%;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .options_v_cont_block_flex_text {
    padding-left: 6px;
    padding-top: 0;
    padding-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .options_v_cont_block_flex_text .block_text_4 {
    width: calc(100% - 5px);
    background-color: #F2F2F2;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s ease-in-out;
    line-height: 1.2;
    font-size: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0);
  }

  .option-with-dependencies .block_text_4 {
    background-color: #dddddd;
  }

  /* .options_v_cont_block_flex_text .block_text_4:hover{
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: ellipsis;
    transition: .3s ease-in-out;
    min-height: 56px;
    line-height: 1.2;
    font-size: 15px;
    z-index: 5;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.75);
  } */
  @media only screen and (min-width: 1200px) {
    .options_v_cont_block_flex_text.option-with-uploader .price {
      bottom: 58px;
    }
  }

  @media only screen and (min-width: 1600px) {
    .options_v_cont_block_flex_text.option-with-uploader .price {
      bottom: 56px;
    }
  }

  .options_v_cont_block_flex_text.option-with-uploader .block_text_4 {
    -webkit-line-clamp: 1;
    z-index: 3;
  }

  /* .options_v_cont_block_flex_text.option-with-uploader .block_text_4:hover{
    -webkit-line-clamp: 20;
    z-index: 3;
  } */
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_text .price {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .options_v_cont_block_flex_text .price {
    font-size: 16px;
  }
}

.options_v_cont_block.no_img .options_v_cont_block_flex_text {
  padding-left: 0;
}

.options_v_cont_block_flex_text .block_unp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_text .block_unp {
    position: relative;
    margin: 5px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .options_v_cont_block_flex_text .block_unp {
    position: absolute;
    left: 5px;
    bottom: 0;
    margin: 0;
  }
}

.options_v_cont_block_flex_text .block_unp p {
  width: 100%;
  font-size: 13px;
  color: #888;
  font-weight: 100;
  margin: 0;
}

.options_v_cont_block_flex_text .block_unp input {
  height: 30px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #AA2532;
  outline: none;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-right: 5px;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_text .block_unp input {
    width: 110px;
  }
}

@media only screen and (min-width: 480px) {
  .options_v_cont_block_flex_text .block_unp input {
    width: 120px;
  }
}

@media only screen and (min-width: 1280px) {
  .options_v_cont_block_flex_text .block_unp input {
    width: calc(100% - 45px);
  }
}

.options_v_cont_block_flex_text .block_unp input::placeholder {
  color: #9F9E9F;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_text .block_unp input::placeholder {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  .options_v_cont_block_flex_text .block_unp input::placeholder {
    font-size: 16px;
  }
}

.options_v_cont_block_flex_text .block_unp input[type="file"] {
  display: none;
}

.options_v_cont_block_flex_text .block_unp label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-shadow: inset 0px 0px 0px 15px rgba(170, 37, 50, 1);
  cursor: pointer;
  transition: all .4s;
}

.options_v_cont_block_flex_text .block_unp label.disabled {
  pointer-events: none;
  opacity: .8;
}

.options_v_cont_block_flex_text .block_unp label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  box-shadow: inset 0px 0px 0px 15px rgba(170, 37, 50, 1);
}

.options_v_cont_block_flex_text .block_unp label:before {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/strelka_down.svg) 50% 50% no-repeat;
}

.options_v_cont_block_flex_text .price {
  font-weight: 500;
  position: absolute;
  bottom: 1px;
  margin: 0;
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .options_v_cont_block_flex_text .price {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .options_v_cont_block_flex_text .price {
    left: 5px;
  }
}

.options_v_cont_block:not(.checked) .choose_color,
.options_v_cont_block:not(.checked) .block_unp {
  pointer-events: none;
}

.choose_color {
  width: 100%;
  margin-top: 15px;
  opacity: .5;
  transition: all .4s;
}

.choose_color p {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .choose_color p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .choose_color p {
    font-size: 16px;
  }
}

.choose_color_flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  column-gap: 2px;
}

.upholstery-popup .choose_color,
.options_v_cont_block.checked .choose_color {
  opacity: 1;
}

.choose_color_flex div {
  width: 44px;
  height: 44px;
  background-color: #000;
  margin: 2px;
  cursor: pointer;
  position: relative;
  background-color: #4FB4F4;
}

@media only screen and (min-width: 320px) {
  .choose_color_flex div {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .choose_color_flex div {
    width: 44px;
    height: 44px;
  }
}

.choose_color_flex div:nth-child(2n+1) {
  background-color: #fff;
}

.choose_color_flex div:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid transparent;
  transition: .3s ease-out;
}

.choose_color_flex div.white_bord:before {
  border: 1px solid #000000;
}

.choose_color_flex div.active:before {
  border: 4px solid #AA2532;
}

.choose_color_flex div.white_bord.active:before {
  border: 4px solid #AA2532;
}

@media only screen and (min-width: 320px) {
  .choose_color_flex div:before {
    width: 34px;
    height: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .choose_color_flex div:before {
    width: 46px;
    height: 46px;
  }
}


/* summary >*/

.summary {
  max-width: 780px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .summary {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .summary {
    max-width: 620px;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .summary {
    max-width: 660px;
    margin-left: 80px;
  }
}

@media only screen and (min-width: 1600px) {
  .summary {
    max-width: 710px;
  }
}

@media only screen and (min-width: 1768px) {
  .summary {
    max-width: 780px;
  }
}

@media only screen and (min-width: 2000px) {
  .summary {
    max-width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 320px) {
  .summary_block {
    width: 100%;
    margin-bottom: 20px;
  }

  .summary table {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .summary_block {
    width: auto;
    margin-bottom: 30px;
  }

  .summary table {
    width: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  .summary table {
    width: 350px;
  }
}

@media only screen and (min-width: 1366px) {
  .summary table {
    width: 390px;
  }
}

@media only screen and (min-width: 1600px) {
  .summary table {
    width: 440px;
  }
}

.summary table td {
  text-transform: none;
  font-weight: 400;
  padding: 3px 0;
}

.summary table .ttu {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (min-width: 320px) {
  .summary table .ttu {
    font-size: 14px;
  }

  .summary table td {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .summary table .ttu {
    font-size: 16px;
  }

  .summary table td {
    font-size: 16px;
  }
}

.summary table .bold {
  font-weight: 600;
}

.summary_img {
  width: 265px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.summary_img img {
  width: 165px;
}

.summary_img_left {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-right: 1px solid #000;
}

@media only screen and (min-width: 320px) {
  .summary_img_left {
    left: 10px;
  }
}

@media only screen and (min-width: 560px) {
  .summary_img_left {
    left: 0;
  }
}

.summary_img_left:before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/strelka.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(180deg);
}

.summary_img_left:after {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/strelka.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  right: -15px;
}

@media only screen and (min-width: 320px) {
  .summary_img_left:before {
    width: 27px;
  }

  .summary_img_left:after {
    width: 27px;
  }
}

@media only screen and (min-width: 1768px) {
  .summary_img_left:before {
    width: 29px;
  }

  .summary_img_left:after {
    width: 29px;
  }
}

.summary_img_bot {
  width: 150px;
  padding-top: 10px;
  position: absolute;
  right: 5px;
  bottom: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #000;
}

.summary_img_bot:before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/strelka.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: -15px;
  transform: rotate(90deg);
}

.summary_img_bot:after {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/strelka.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(-90deg);
}

.p_summary {
  width: 100%;
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .p_summary {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .p_summary {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .p_summary {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.summary_all {
  max-width: 780px;
  width: 100%;
  margin-bottom: 45px;
}

@media only screen and (min-width: 2000px) {
  .summary_all {
    max-width: 100%;
    width: 100%;
  }
}

.summary_all_block {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 34px;
}

.summary_color.block_max {
  width: 192px !important;
  height: 94px !important;
}

.summary_all_block:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.summary_all_block_count {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary_all_block .names,
.summary_all_block .names .strong {
  font-weight: 600;
  margin: 0;
}

@media only screen and (min-width: 320px) {
  .summary_all_block .names {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .summary_all_block .names {
    font-size: 18px;
  }
}

.summary_all_block .names span {
  font-weight: 400;
  margin-left: 8px;
}

@media only screen and (min-width: 320px) {
  .summary_all_block .names span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .summary_all_block .names span {
    font-size: 18px;
  }
}

.category-price-block {
  position: relative;
  max-width: 780px;
  margin: 0;
}

@media only screen and (min-width: 2000px) {
  .category-price-block {
    max-width: 100%;
  }
}

.category-count {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.summary_all_block .count,
.summary_all_block .category-count {
  min-width: 70px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin: 0;
}

@media only screen and (min-width: 320px) {
  .summary_all_block .count .summary_all_block .category-count {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {

  .summary_all_block .count,
  .summary_all_block .category-count {
    font-size: 18px;
  }
}

.summary_colors {
  display: flex;
}

.summary_color+.summary_color {
  margin-left: 8px;
}

.summary_color {
  width: 44px;
  height: 44px;
  border: 1px solid #444;
}

.summary_color.white {
  background-color: #fff;
}

.summary_color.ser {
  background-color: rgb(133, 133, 133);
}

.summary_color.black {
  background-color: #000;
}

.w_polo {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 20px 0;
  display: none;
}

.second_sec_cont_v.summary {
  margin-bottom: 30px;
}

.all_count {
  max-width: 780px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.all_count p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.all_count span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.summary_total {
  max-width: 780px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .summary_total {
    width: calc(100% - 45px);
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .summary_total {
    width: calc(100% - 85px);
    margin-left: 80px;
  }
}

@media only screen and (min-width: 2000px) {
  .summary_total {
    max-width: 100%;
  }
}

.summary_total h3 {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .summary_total h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .summary_total h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1366px) {
  .summary_total h3 {
    padding-right: 10px;
  }
}

.summary_total h3:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #AA2532;
  z-index: -1;
}

@media only screen and (min-width: 320px) {
  .summary_total h3:before {
    width: 200vw;
    left: -190px;
  }
}

@media only screen and (min-width: 1200px) {
  .summary_total h3:before {
    width: calc(100% + 115px);
    left: -80px;
  }
}

.summary_total_cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .summary_total_cont {
    justify-content: center !important;
  }
}

@media only screen and (min-width: 992px) {
  .summary_total_cont {
    justify-content: space-between !important;
  }
}




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

.summary_v {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  border: 1px solid #000;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  transition: .3s ease-out;
  align-items: center;
}

.summary_v.invalid {
  border: 2px solid #f00;
  box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);

}

.summary_v_visible {
  width: 120px;
  flex: 0 0 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
}

.summary_v_visible_img {
  width: 28px;
  height: 20px;
  background-color: #000;
  flex: 0 0 28px;
}

.summary_v_visible_pre {
  font-size: 15px;
  font-weight: 300;
  color: rgba(160, 153, 145, 1);
  padding: 0 18px 0 8px;
  position: relative;
}

.summary_v_visible_pre:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  border: 5px solid transparent;
  border-top: 6px solid rgba(134, 134, 134, 1);
  transform: rotate(-180deg);
  transition: .4s ease-out;
}

.summary_total_cont_block .summary_v {
  box-shadow: 0px 0px 0px 1px rgb(0, 0, 0, 0);
}

.summary_total_cont_block .summary_v.error {
  box-shadow: inset 0px 0px 0px 2px rgb(255 0 0) !important;
}

.summary_total_cont_block .summary_v.error.summary_v {
  box-shadow: inset 0px 0px 0px 2px rgb(255 0 0) !important;
}

.summary_total_cont_block .error-label {
  position: relative !important;
  bottom: -10px;
  left: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #eb5757;
}

.summary_total_cont_block .summary_v .form-field.error {
  border: 1px solid rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0px 0px 0px 0px rgb(255, 0, 0, 0) !important;
}

.summary_total_cont_block input {
  width: 100%;
  border: none !important;
  margin-right: 2px;
}

.summary_total_cont_block input.invalid {
  box-shadow: inset 0px 0px 0px 0px rgb(255, 0, 0, 0) !important;
}

.summary_total_cont_block .summary_v_numbers {
  width: 100%;
  height: 0;
  min-height: 0;
  overflow: auto;
  position: absolute;
  background-color: #fff;
  top: 50px;
  left: 0;
  transition: .4s ease-out;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  padding: 0 5px;
  z-index: 2;
}

.summary_total_cont_block.open .summary_v_numbers {
  height: 130px;
  min-height: 130px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
}

.summary_total_cont_block.open .summary_v_visible_pre:before {
  transform: rotate(0deg);
  top: 6px;
}

.summary_v_numbers_cont {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  transition: .4s ease-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.summary_v_numbers_img {
  width: 20px;
  height: 14px;
  background-color: #000;
  flex: 0 0 20px;
  margin-right: 14px;
}

.summary_v_numbers_pre {
  font-size: 14px;
  font-weight: 300;
  color: rgba(63, 63, 63, 1);
  position: relative;
}

.summary_v_numbers_pre:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(63, 63, 63, 1);
  transition: .4s ease-out;
}

.summary_v_numbers_cont:hover {
  background-color: #F0F0F0;
}

.summary_v_numbers_cont:hover .summary_v_numbers_pre:before {
  width: 100%;
}



.summary_total_cont form {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  padding: 35px 35px 25px 35px;
}

@media only screen and (min-width: 320px) {
  .summary_total_cont form {
    padding: 15px 10px 25px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .summary_total_cont form {
    padding: 35px 35px 25px 35px;
  }
}

.summary_total_cont form h4 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
  .summary_total_cont form h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .summary_total_cont form h4 {
    font-size: 20px;
  }
}

.summary_total_cont form h4:before {
  content: '';
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C1ADA1;
}

.summary_total_cont form input {
  width: 100%;
  height: 48px;
  background-color: #fff;
  outline: none;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}

.summary_total_cont form .summary_v input {
  margin-bottom: 0;
}

.summary_total_cont form input::placeholder,
.summary_total_cont form textarea::placeholder {
  font-weight: 300;
  color: #ADADAE;
}

.summary_total_cont form span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #ADADAE;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 20px;
}

.summary_total_cont form textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  max-height: 100px;
  min-height: 100px;
  height: 100px;
  background-color: #fff;
  outline: none;
  border: 1px solid #000;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  resize: none;
}

.save-order-buttons {
  display: flex;
  justify-content: space-between;
}

.summary_total_cont form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  height: 50px;
  background-color: #992f35;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.summary_total_cont form button:hover {
  background-color: #000;
}

.summary_total_cont_files {
  width: 330px;
  padding-top: 30px;
}

.summary_total_cont_files p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}


.contacts-form .summary_v,
.popup .summary_v {
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.contacts-form .summary_v.error,
.popup .summary_v.error {
  height: 70px;
  border: 1px solid rgba(255, 0, 0, 0);
}





.inp_block {
  width: 100%;
  position: relative;
}

.inp_block input {
  width: 100%;
  height: 30px;
  background-color: #fff;
  outline: none;
  border: 1px solid #AA2532;
  padding: 0 35px 0 5px;
  font-size: 16px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  outline: none;
  z-index: 1;
}

.inp_block input::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.inp_block .files_ic {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AA2532;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 2;
}

.inp_block .files_ic:before {
  content: '';
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url(../images/ic_copy_link.svg) 50% 50% no-repeat;
  transition: .3s ease-out;
}

.inp_block .files_ic:active:before {
  transform: translate(-50%, -50%) scale(0.95);
}

.summary_total_files {
  width: 100%;
}

.summary_total_files input {
  display: none;
}

.summary_total_files label,
.summary_total_files a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #AA2532;
  padding: 0 10px 0 60px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
}

.summary_total_files label .files_ic,
.summary_total_files a .files_ic {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 0px 25px rgba(170, 37, 50, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.summary_total_files label .files_ic:before {
  content: '';
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/ic_pdf.svg) 50% 50% no-repeat;
}

.summary_total_files a .files_ic:before {
  content: '';
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/ic_print.svg) 50% 50% no-repeat;
}

.summary_total_cont {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.product-specs__height .product-specs__line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  left: calc(50% - 3px);
  top: calc(50% - 2px);
}

.product-specs__height .product-specs__line::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: calc(50% - 1px);
  border-left: 1px solid #e0e0e0;
}

@media only screen and (max-width: 1200px) {
  .product-specs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs {
    padding: 0;
  }
}

.product-gallery {
  background: #1E2125;
}

@media only screen and (min-width: 320px) {
  .product-gallery {
    padding: 80px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-gallery {
    padding: 140px 15px;
  }
}

.product-gallery__holder {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.product-gallery__slider .slick-dots {
  bottom: -60px;
}

.product-gallery__slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-gallery__slider .slick-dots li button {
  display: none;
}


@media only screen and (min-width: 320px) {
  .product-gallery__slider .slick-dots li+li {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .product-gallery__slider .slick-dots li+li {
    margin-left: 23px;
  }
}

.product-gallery__slider .slick-dots li.slick-active {
  background: #bdac9d;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

@media only screen and (max-width: 767px) {
  .product-gallery__slider .slick-dots {
    bottom: -30px;
  }
}

.product-gallery__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  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;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.h2_anime {
  margin-bottom: 60px;
}

/* .second_main_img */


.second_main_img_block_cont:before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/2020/10/bg_night.jpg);
  background-size: cover;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: .4s ease-out;
}

@media only screen and (min-width: 320px) {
  .second_main_img_block_cont:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 480px) {
  .second_main_img_block_cont:before {
    top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .second_main_img_block_cont:before {
    top: 85px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_img_block_cont:before {
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_img_block:before {
    width: 52vw;
  }
}

.second_main_img.night .second_main_img_block_cont:before {
  opacity: 1;
}

.second_main_img .h2_anime {
  margin-bottom: 40px;
  transition: .4s ease-out;
  position: relative;
  z-index: 2;
  color: #000;
}

.second_main_img.night .h2_anime {
  color: #fff;
}

#constroctor-section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  opacity: 0;
  transition: all 1s;
}

@media only screen and (min-width: 2000px) {
  #constroctor-section {
    max-width: 100%;
    width: 100%;
  }
}

#constroctor-section>div {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-direction: row-reverse;
  background: rgba(0, 0, 0, 0);
  transition: .4s ease-out;
}

#constroctor-section.black>div {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-direction: row-reverse;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 320px) {
  #constroctor-section>div {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) {
  #constroctor-section>div {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 320px) {
  .second_main_img {
    height: 100%;
    padding: 80px 0 0 0;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .second_main_img {
    padding: 100px 5px 0 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_img {
    width: calc(45vw - 30px);
    height: calc(100vh - 80px);
    position: sticky;
    top: 80px;
    left: 0;
    padding: 40px 0 0 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_img {
    width: calc(50vw - 60px);
    padding: 40px 40px 0 40px;
  }
}

.h2_anime {
  margin-bottom: 60px;
}

.checkedi {
  position: absolute;
  width: 57px;
  height: 26px;
  border-radius: 28px;
  background-color: #DDDDDD;
  cursor: pointer;
  transition: .4s ease-out;
  z-index: 3;
}

@media only screen and (min-width: 320px) {
  .checkedi {
    right: 15px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .checkedi {
    right: auto;
    left: 35px;
    bottom: 200px;
  }
}

@media only screen and (min-width: 1366px) {
  .checkedi {
    left: 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .checkedi {
    left: 95px;
  }
}

@media only screen and (min-width: 1768px) {
  .checkedi {
    left: 70px;
  }
}

.checkedi .checked_block {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #363636;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  transition: .4s ease-out;
}

.checkedi .checked_block:before {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(/wp-content/uploads/2020/10/checked_w.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkedi.active {
  background-color: #363636;
}

.checkedi.active .checked_block {
  left: calc(100% + -25px);
  background-color: #fff;
}

.checkedi.active .checked_block:before {
  width: 50%;
  height: 50%;
  background: url(/wp-content/uploads/2020/10/checked_b.svg) no-repeat;
  background-size: contain;
}

#calculator {
  z-index: 2;
}

.second_main_img_block {
  position: relative;
  width: 100%;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .second_main_img_block {
    width: 300px;
    height: 190px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 375px) {
  .second_main_img_block {
    width: 370px;
    height: 220px;
  }
}

@media only screen and (min-width: 480px) {
  .second_main_img_block {
    width: 470px;
    height: 270px;
  }
}

@media only screen and (min-width: 768px) {
  .second_main_img_block {
    width: 100%;
    height: 390px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .second_main_img_block {
    height: 250px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .second_main_img_block {
    /* height: 270px; */
    height: 550px;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_img_block {
    height: 330px;
  }
}

@media only screen and (min-width: 1768px) {
  .second_main_img_block {
    height: 450px;
  }
}

.second_main_img_block_cont {
  width: 100%;
  height: 100%;
  /* transform: scale(1.2); */
}

.second_main_img_block_cont img {
  max-width: auto;
}

.second_main_text:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 100%);
  /* background-color: #F2F2F2; */
  transition: .4s ease-out;
}

@media only screen and (min-width: 320px) {
  .second_main_text:before {
    width: 100%;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_text:before {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_text:before {
    width: 100%;
  }
}

.second_main_text p {
  transition: .4s ease-out;
}

@media only screen and (min-width: 320px) {
  .second_main_text {
    margin: 0 auto;
    height: auto;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .second_main_text {
    min-height: 100px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #calculator {
    position: absolute;
    left: 60px;
    bottom: 60px;
  }

  .second_main_text {
    width: auto;
    padding-top: 15px;
    display: block;
  }
}

@media only screen and (min-width: 2000px) {
  #calculatort {
    left: 60px;
  }
}

@media only screen and (min-width: 1600px) {
  #calculator {
    min-height: 140px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 1768px) {
  .second_main_text {
    padding: 0 45px;
    padding-top: 15px;
  }
}

.second_main_text p {
  margin: 3px 0;
  width: 100%;
}

.second_main_text .total {
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .second_main_text .total {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_text .total {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_text .total {
    font-size: 16px;
  }
}

.second_main_text .price {
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (min-width: 320px) {
  .second_main_text .price {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_text .price {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_text .price {
    font-size: 16px;
  }
}

.second_main_text .posl {
  margin-top: 5px;
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .second_main_text .posl {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .second_main_text .posl {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1600px) {
  .second_main_text .posl {
    font-size: 14px;
  }
}

/* second */

.second_sec .boat_block_sl_arr.all {
  position: absolute;
  right: 0 !important;
  top: auto;
  bottom: 0;
  justify-content: space-between;
  z-index: 4;
}

@media only screen and (min-width: 320px) {
  .second_sec .boat_block_sl_arr.all {
    width: 100%;
    height: 40px;
    transform: translateX(0);
    left: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .second_sec .boat_block_sl_arr.all {
    display: flex;
    width: calc(100% - 10px);
    height: 80px;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.second_sec .boat_block_sl_arr.all .boat-slider__next,
.second_sec .boat_block_sl_arr.all .boat-slider__prev {
  overflow: hidden !important;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
}

.second_sec .boat_block_sl_arr.all .boat-slider__next.activated,
.second_sec .boat_block_sl_arr.all .boat-slider__prev.activated {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 320px) {
  .second_sec .boat_block_sl_arr.all .boat-slider__prev {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  .second_sec .boat_block_sl_arr.all .boat-slider__next {
    right: 0 !important;
    transform: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .second_sec .boat_block_sl_arr.all .boat-slider__prev {
    left: 40px !important;
    transform: translateX(0) !important;
  }

  .second_sec .boat_block_sl_arr.all .boat-slider__next {
    right: 40px !important;
    transform: none !important;
  }
}



.upholstery-popup-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  z-index: 9;
}

.upholstery-popup-back.active {
  opacity: 1;
  visibility: visible;
}

.upholstery-popup.teak-popup-window {
  max-width: 800px;
  width: auto;
}

@media only screen and (min-width: 320px) {
  .upholstery-popup.teak-popup-window {
    width: 310px !important;
  }
}

@media only screen and (min-width: 768px) {
  .upholstery-popup.teak-popup-window {
    width: 390px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .upholstery-popup.upholstery-popup-window {
    max-height: 370px !important;
  }
}

@media only screen and (min-width: 1366px) {
  .upholstery-popup.upholstery-popup-window {
    max-height: 470px !important;
  }
}








.upholstery-popup {
  position: sticky;
  margin-left: 50%;
  top: 50vh !important;
  bottom: 50vh !important;
  transform: translateX(-50%) !important;
  width: 390px !important;
  min-width: 310px;
  max-width: 800px;
  height: 0;
  overflow: hidden;
  width: 0;
  background: #fff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all .4s;
}

@media only screen and (min-width: 320px) {
  .upholstery-popup {
    width: 310px !important;
  }
}

@media only screen and (min-width: 768px) {
  .upholstery-popup {
    width: 390px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .upholstery-popup {
    width: 530px !important;
    top: 56vh !important;
  }
}

@media only screen and (min-width: 1366px) {
  .upholstery-popup {
    width: 440px !important;
    top: 50vh !important;
  }
}

@media only screen and (min-width: 1600px) {
  .upholstery-popup {
    width: 390px !important;
    top: 50vh !important;
  }
}

.upholstery-popup>div {
  height: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 16px #aaa;
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) !important;
}

@media only screen and (min-width: 320px) {
  .upholstery-popup>div {
    max-height: 428px;
  }
}

@media only screen and (min-width: 768px) {
  .upholstery-popup>div {
    max-height: initial;
  }
}

.upholstery-popup.pop_next {
  max-width: 800px;
  width: auto;
}

.upholstery-popup.active {
  width: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.upholstery-popup.active>div {
  padding: 22px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 320px) {
  .upholstery-popup.active>div {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .upholstery-popup.active>div {
    padding: 22px;
  }
}

.upholstery-popup>p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
}

.upholstery-popup button {
  min-width: 90px;
  width: auto;
  height: 40px;
  background-color: #992f35;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
  font-weight: 500;
  float: right;
  transition: all 0.3s ease-in-out;
}

.upholstery-popup button:hover {
  background-color: #000;
}

.upholstery-popup-color {
  position: relative;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}

.upholstery-popup-color>div {
  float: left;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all .4s;
}

.upholstery-popup-color>div.active {
  border: 2px solid #AA2532;
}

.teak-popup-color {
  position: relative;
  overflow: auto;
  padding: 4px;
}

.teak-popup-color>div {
  float: left;
  width: 120px;
  cursor: pointer;
  transition: all .4s;
}

@media only screen and (min-width: 320px) {
  .teak-popup-color>div {
    width: 93px;
  }
}

@media only screen and (min-width: 768px) {
  .teak-popup-color>div {
    width: 110px;
  }
}

.teak-popup-color p {
  font-size: 14px;
  text-align: center;
  margin: 4px 0;
  font-weight: 400;
}

.teak-popup-color>div>div {
  width: 105px;
  height: 240px;
  margin: 4px;
  border: 4px solid transparent;
  cursor: pointer;
  transition: all .4s;
}

@media only screen and (min-width: 320px) {
  .teak-popup-color>div>div {
    width: 86px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .teak-popup-color>div>div {
    width: 105px;
    height: 240px;
  }
}

.teak-popup-color>div.active>div {
  border-color: #AA2532;
}


.svg-constructor-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
}

/* .second_main_img.night .svg-constructor-mask {
  z-index: 16;
} */
.svg-constructor-mask-up {
  z-index: 25;
}

.svg-constructor-mask g {
  fill: #fff;
  transition: all .4s;
}

.svg-constructor-mask g.unvisible {
  opacity: 0;
}

.svg-constructor-mask-up g {
  opacity: 0;
  transition: all .4s;
}

.svg-constructor-mask-up g.active {
  opacity: 1;
}

.svg-constructor-mask path {
  fill: inherit;
  /* transition: fill .4s; */
}

.constructor-image-opacity {
  opacity: 0;
  visibility: hidden;
}

.constructor-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all .4s;
}

.constructor-image-dodge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  z-index: 15;
}

.constructor-image-dodge-under {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  z-index: 2;
}

.second_main_img.night .constructor-image-dodge-under {
  display: block;
}

.constructor-additional-light,
.constructor-additional {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.constructor-additional {
  z-index: 20;
}

/* .constructor-additional.basic {
  z-index: 4;
} */
.constructor-additional-light {
  z-index: 10;
}

.constructor-additional-over {
  z-index: 30;
}

.cid-15 {
  z-index: 25 !important;
}

.cid-16 {
  z-index: 26 !important;
}

.constructor-image-dodge.active,
.constructor-image-dodge-under.active,
.constructor-additional.active,
.constructor-additional-light.active {
  opacity: 1;
  visibility: visible;
}

/* .second_main_img.night .constructor-image, */
/* .second_main_img.night .svg-constructor-mask g,
.second_main_img.night .svg-constructor-mask-up g, */
.second_main_img.night .constructor-additional,
.second_main_img.night .constructor-additional-over {
  filter: brightness(.1);
}

.second_main_img.night .constructor-additional-light {
  filter: brightness(.3);
}

.second_main_img .constructor-additional-under-light {
  z-index: 5;
}

.second_main_img .constructor-additional-light.constructor-additional-under-light {
  z-index: 6;
}

.second_main_img.night .constructor-additional-under-light {
  /* filter: brightness( .4 ); */
}


input.invalid,
textarea.invalid {
  border-color: #f00 !important;
  color: #f00 !important;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 0, 0, 1);
}

input.invalid::placeholder,
textarea.invalid::placeholder {
  color: #f00 !important;
  font-weight: 400 !important;
}


@media (max-width: 1199px) {
  .track-with-scale {
    transition: left .4s;
  }
}

@media (min-width: 1200px) {
  .track-with-scale {
    left: 0 !important;
  }
}


.lop .sred_color_bg {
  border: none !important;
  margin: 0 !important;
}

.option-with-dependencies {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 45px;
}

.option-with-dependencies:before {
  content: '';
  position: absolute;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background: #ddd;
  z-index: -1;
}

#order-tabs {
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  .engines-description {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .engines-description {
    margin-left: 80px;
  }
}

.constructor-warning {
  text-align: center;
  position: absolute;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 150;
  transition: .4s ease-out;
}

@media only screen and (min-width: 320px) {
  .constructor-warning {
    width: 100%;
    position: relative;
    padding: 15px 5px 10px 5px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .constructor-warning {
    width: 30vw;
    position: absolute;
    left: 0;
    bottom: -60px;
    padding: 15px 10% 10px 5%;
    text-align: left;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1366px) {
  .constructor-warning {
    width: 38vw;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  .constructor-warning {
    width: 50vw;
    padding: 0;
    left: 10px;
    bottom: -30px;
  }
}

#constructor-preloader {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  border: none;
  transition: opacity 1s, visibility 1s;
  z-index: 100;
}

#constructor-preloader svg {
  max-width: 450px;
}

.lottie {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .th_h1 {
    font-size: 24px !important;
    font-weight: 400 !important;
  }

  .thanks-undertitle {
    text-align: center;
    font-size: 22px !important;
  }

  .gener_img {
    max-width: 768px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .th_h1 {
    font-size: 36px !important;
  }

  .thanks-undertitle {
    text-align: left;
    font-size: 27px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .th_h1 {
    font-size: 40px !important;
  }

  .gener_img {
    max-width: 768px;
    width: 100%;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1600px) {
  .gener_img {
    max-width: 1000px;
    width: 100%;
  }
}

.popua_3,
.popua_4 {
  width: auto !important;
  transition: all .4s;
}

.popua_3 .popua_3_cont_title,
.popua_4 .popua_4_cont_title,
.popua_5 .popua_5_cont_title,
.popua_5_2 .popua_5_cont_title,
.popua_6 .popua_5_cont_title,
.popua_7 .popua_5_cont_title {
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.popua_3 .popua_3_cont,
.popua_4 .popua_4_cont {
  max-width: 460px;
  width: 100%;
  min-height: 150px;
  padding: 30px;
}

.popua_3 .popua_3_cont .config label,
.popua_4 .popua_4_cont .config label,
.popua_5 .popua_5_cont .config label,
.popua_5_2 .popua_5_cont .config label,
.popua_6 .popua_5_cont .config label,
.popua_7 .popua_5_cont .config label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.popua_3 .popua_3_cont .config input[type=checkbox]+label:before,
.popua_4 .popua_4_cont .config input[type=checkbox]+label:before,
.popua_5 .popua_5_cont .config input[type=checkbox]+label:before,
.popua_5_2 .popua_5_cont .config input[type=checkbox]+label:before,
.popua_6 .popua_5_cont .config input[type=checkbox]+label:before,
.popua_7 .popua_5_cont .config input[type=checkbox]+label:before {
  top: 7px;
  border: none;
  box-shadow: inset 0 0 0 1px rgb(170 37 50);
  cursor: pointer;
}

.popua_5,
.popua_5_2,
.popua_6,
.popua_7 {
  margin-left: 50%;
}

.popua_exit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popua_exit:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.popua_exit:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 320px) {

  .popua_5,
  .popua_5_2,
  .popua_6,
  .popua_7 {
    width: 100% !important;
  }

  .popua_5>div,
  .popua_5_2>div,
  .popua_6>div,
  .popua_7>div {
    padding: 75px 10px 35px 10px !important;
  }
}

@media only screen and (min-width: 992px) {

  .popua_5,
  .popua_5_2,
  .popua_6,
  .popua_7 {
    width: 770px !important;
  }

  .popua_5>div,
  .popua_5_2>div,
  .popua_6>div,
  .popua_7>div {
    padding: 75px 40px 35px 40px !important;
  }
}

.popua_5_cont_check,
.popua_6_cont_check,
.popua_7_cont_check {
  width: 100%;
  display: flex;
  column-gap: 35px;
}

@media only screen and (min-width: 320px) {

  .popua_5_cont_check,
  .popua_6_cont_check,
  .popua_7_cont_check {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {

  .popua_5_cont_check,
  .popua_6_cont_check,
  .popua_7_cont_check {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 320px) {

  .popua_5_left .choose_color p,
  .popua_6_left .choose_color p,
  .popua_7_left .choose_color p {
    margin: 0 0 5px 0;
  }

  .popua_7_left {
    margin-bottom: 20px;
  }

  .popua_5_left .choose_color,
  .popua_6_left .choose_color,
  .popua_7_left .choose_color {
    margin-bottom: 20px;
  }

  .popua_6_left .block_unp {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {

  .popua_5_left .choose_color,
  .popua_6_left .choose_color,
  .popua_7_left .choose_color {
    margin-bottom: 0;
  }

  .popua_6_left .block_unp {
    margin-bottom: 0;
  }

}

.popua_5_left h3,
.popua_6_left h3,
.popua_7_left h3 {
  font-size: 21px;
  line-height: 25.6px;
  margin-bottom: 15px;
}

.popua_5_left p,
.popua_6_left p,
.popua_7_left p {
  line-height: 19.79px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 320px) {

  .popua_5_left p,
  .popua_6_left p,
  .popua_7_left p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {

  .popua_5_left p,
  .popua_6_left p,
  .popua_7_left p {
    font-size: 16px;
  }
}

.popua_5_right,
.popua_6_right {
  width: 415px;
  flex: 0 0 415px;
  min-height: 275px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popua_7_right {
  width: 375px;
  flex: 0 0 375px;
  min-height: 275px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popua_7_left_cont {
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width: 320px) {
  .popua_7_left_cont {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .popua_7_left_cont {
    font-size: 16px;
  }
}

.popua_5_right img,
.popua_6_right img,
.popua_7_right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popua_5 .popua_5_cont .popua_5_2 .popua_5_cont .popua_6 .popua_7_cont .popua_7 .popua_7_cont {
  min-height: 445px;
}

.popua_5_bot,
.popua_5_2_bot,
.popua_6_bot,
.popua_7_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.popua_5_bot p,
.popua_5_bot button .popua_6_bot p,
.popua_6_bot button .popua_7_bot p,
.popua_7_bot button {
  margin: 0;
}

.popua_5_bot p,
.popua_6_bot p,
.popua_7_bot p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}




.popua_6_left .block_unp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

.popua_6_left .block_unp {
  position: relative;
  margin: 5px 0;
}

@media only screen and (min-width: 1200px) {
  .popua_6_left .block_unp {
    margin: 0;
  }
}

.popua_6_left .block_unp p {
  width: 100%;
  font-size: 13px;
  color: #888;
  font-weight: 100;
  margin: 0;
}

.popua_6_left .block_unp input {
  height: 30px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #AA2532;
  outline: none;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-right: 5px;
}

@media only screen and (min-width: 320px) {
  .popua_6_left .block_unp input {
    width: 110px;
  }

  .popua_6_left .block_unp input::placeholder {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) {
  .popua_6_left .block_unp input {
    width: 120px;
  }
}

@media only screen and (min-width: 1280px) {
  .popua_6_left .block_unp input {
    width: calc(100% - 45px);
  }
}

.popua_6_left .block_unp input::placeholder {
  color: #9F9E9F;
}

@media only screen and (min-width: 1600px) {
  .popua_6_left.block_unp input::placeholder {
    font-size: 16px;
  }
}

.popua_6_left .block_unp input[type="file"] {
  display: none;
}

.popua_6_left .block_unp label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-shadow: inset 0px 0px 0px 15px rgba(170, 37, 50, 1);
  cursor: pointer;
  transition: all .4s;
}

.popua_6_left .block_unp label.disabled {
  pointer-events: none;
  opacity: .8;
}

.popua_6_left .block_unp label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  box-shadow: inset 0px 0px 0px 15px rgba(170, 37, 50, 1);
}

.popua_6_left .block_unp label:before {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/strelka_down.svg) 50% 50% no-repeat;
}





.popua_7_left_cont_block {
  padding-top: 15px;
}

.popua_7_left_cont_block .config label {
  min-height: 30px;
}

.popua_7_left_cont_block .config {
  margin: 0;
  float: left;
  width: 100%;
}

.popua_7_left_cont_block .config.disactive {
  opacity: .4;
  filter: grayscale(.8);
  pointer-events: none;
}

.popua_7_left_cont_block * {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.popua_7_left_cont_block .config input[type=checkbox]+label:before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.popua_7_left_cont_block .config input[type=checkbox]:checked+label:before {
  background-color: #992f35;
  box-shadow: inset 0 0 0 2px #fff;
  background: #992f35;
}




.block_push-k {
  width: 100px;
}

.block_push-k a {
  display: table;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.3px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}

.block_push-k .logo_push-k {
  width: 100%;
  height: 42px;
  background: url(../images/logo_push-k.svg) 50% 50% no-repeat;
  background-size: contain;
}

.default_unactive {
  pointer-events: none;
  opacity: .5;
}

.summary_all_block.same_price {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.summary_all_block.same_price:before {
  display: none;
}

#constructors-slides .slick-slide {
  position: relative;
}

#constructors-slides .slick-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

#constructors-slides .slick-current:before {
  display: none;
}

.options_v_cont_block_engine .options_v_cont_block_flex_text {
  min-height: 0 !important;
}

.options_v_cont_block_engine .options_v_cont_block_flex_text .block_text_4 {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  min-height: none !important;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  background-color: transparent;
  margin-bottom: 10px;
}

/* .options_v_cont_block_engine .options_v_cont_block_flex_text .block_text_4:hover{
  display: block;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: ellipsis;
    transition: .3s ease-in-out;
    min-height: auto !important;
    height: auto !important;
    line-height: 1.2;
    font-size: 15px;
    z-index: 5;
    box-shadow: none;
} */

.centered {
  text-align: center;
}

.all-models {
  padding-bottom: 100px;
  max-width: 980px;
}

@media only screen and (min-width: 1600px) {
  .all-models {
    max-width: 1250px;
  }
}

.all-models .downloads-item {
  padding: 0;
}

/* v_3 */

.second_main_img.night:before {
  opacity: 1;
}

.second_main_img.night h2 {
  /* color: #fff; */
}

.second_main_img.night .second_main_text:before {
  /* background-image: linear-gradient(45deg, #191919 0%, transparent 60%); */
  background-image: linear-gradient(90deg, #191919 0%, #191919 100%);
}

.second_main_img.night .second_main_text p {
  color: #fff;
}

.second_main_img.night #calculator p {
  color: #fff;
}

/* > */

@media only screen and (min-width: 320px) {
  .model-872 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-872 .second_main_img h2,
  .model-872 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-872 .second_main_img h2,
  .model-872 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-872 .second_main_img_block {
    width: 39vw !important;
    height: 110% !important;
    position: absolute !important;
    top: 0px !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-872 .second_main_img_block {
    width: 43vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-872 .second_main_img_block {
    width: 52vw !important;
  }
}


/* > */

@media only screen and (min-width: 320px) {
  .model-207 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-207 .second_main_img h2,
  .model-207 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-207 .second_main_img h2,
  .model-207 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-207 .second_main_img_block {
    width: 48vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: -80px !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-207 .second_main_img_block {
    width: 52vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-207 .second_main_img_block {
    width: 60vw !important;
  }
}

@media only screen and (min-width: 2400px) {
  .model-207 .second_main_img_block {
    left: -140px !important;
  }
}

/* > */

@media only screen and (min-width: 320px) {
  .model-217 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-217 .second_main_img h2,
  .model-217 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-217 .second_main_img h2,
  .model-217 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-217 .second_main_img_block {
    width: 39vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-217 .second_main_img_block {
    width: 43vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-217 .second_main_img_block {
    width: 52vw !important;
  }
}

/* > */

@media only screen and (min-width: 320px) {
  .model-380 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-380 .second_main_img h2,
  .model-380 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-380 .second_main_img h2,
  .model-380 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-380 .second_main_img_block {
    width: 45vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: -40px !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-380 .second_main_img_block {
    width: 52vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-380 .second_main_img_block {
    width: 60vw !important;
    left: -70px !important;
  }
}

/* > */

@media only screen and (min-width: 320px) {
  .model-3161 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-3161 .second_main_img h2,
  .model-3161 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-3161 .second_main_img h2,
  .model-3161 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-3161 .second_main_img_block {
    width: 39vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-3161 .second_main_img_block {
    width: 43vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-3161 .second_main_img_block {
    width: 52vw !important;
  }
}

/* > */

.model-1456 .second_main_img_block {
  height: 520px;
}

@media only screen and (min-width: 320px) {
  .model-1456 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
    margin-top: 20px;
  }

  .model-1456 .second_main_img h2,
  .model-1456 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-1456 .second_main_img h2,
  .model-1456 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-1456 .second_main_img_block {
    width: 39vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .model-1456 .second_main_img_block {
    width: 43vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-1456 .second_main_img_block {
    width: 46vw !important;
  }
}

@media only screen and (min-width: 2400px) {
  .model-1456 .second_main_img_block {
    left: -80px !important;
  }
}


/* > */

.model-4872 .second_main_img_block {
  height: 520px;
}

@media only screen and (min-width: 320px) {
  .model-4872 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-4872 .second_main_img h2,
  .model-4872 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-4872 .second_main_img h2,
  .model-4872 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-4872 .second_main_img_block {
    width: 39vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-4872 .second_main_img_block {
    width: 43vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-4872 .second_main_img_block {
    width: 52vw !important;
  }
}


/* > */

.model-4813 .second_main_img_block {
  height: 520px;
}

@media only screen and (min-width: 320px) {
  .model-4813 .second_main_img_block {
    width: 100vw;
    height: calc(100vw / 16 * 16);
  }

  .model-4813 .second_main_img h2,
  .model-4813 .second_main_img .h2_anime {
    position: absolute;
    top: 90px;
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .model-4813 .second_main_img h2,
  .model-4813 .second_main_img .h2_anime {
    position: relative;
    top: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .model-4813 .second_main_img_block {
    width: 39vw !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 1366px) {
  .model-4813 .second_main_img_block {
    width: 43vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  .model-4813 .second_main_img_block {
    width: 52vw !important;
  }
}




#wpadminbar {
  display: none !important;
}


.header .block_v {
  width: 50px;
  height: 20px;
  border-radius: 24px;
  padding: 2px 18px 0 10px;
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 1366px) {
  .header .block_v {
    margin-left: 64px;
  }
}

.header .block_v:before,
.header .block_v .block_arrow {
  display: block;
  content: '';
  width: 12px;
  height: 20px;
  padding: 7px 0;
  position: absolute;
  top: -2px;
  right: 0;
  background: url(../images/arrow_v.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: 0.3s ease-out;
  transform: rotate(0);
}

.header .block_v:after {
  content: '';
  display: block;
  width: 200vw;
  height: 0;
  background-color: #000;
  position: absolute;
  top: 35px;
  left: -100vw;
  transition: 0.3s ease-out;
  z-index: -1;
}

.header .block_v .block_v_cont p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.header .block_v .block_v_cont p:before {
  background-color: #000;
}

.header .block_v .block_v_s {
  width: 100%;
  position: absolute;
  top: 24px;
  left: 0;
  transition: 0.3s ease-out;
  clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
  z-index: 0;
  padding-left: 10px;
  box-shadow: 4px 4px 8px #444;
  background: #fff;
}

.header .block_v .block_v_s a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  display: table;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.header .block_v .block_v_s a:before {
  background-color: #000;
}

.header .block_v:hover:before,
.header .block_v:hover .block_arrow {
  top: 0;
}

.header .block_v.active:before,
.header .block_v.active .block_arrow {
  transform: rotate(-180deg);
}

.header .block_v.active .block_v_s {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.header .block_v.active:hover:before,
.header .block_v.active:hover .block_arrow {
  top: 0;
}

.header .block_v .block_v_cont .a_hover {
  margin: 0;
}

.header .block_v .block_v_s .a_hover {
  background: #fff;
  padding: 4px;
  margin-left: -4px;
  text-decoration: none;
}

.cgi-oceanled-x8-rgb-x2 {
  -webkit-animation: 8s linear 0s infinite alternate oceanled_rgb;
  animation: 8s linear 0s infinite alternate oceanled_rgb;
}

@-webkit-keyframes oceanled_rgb {
  from {
    filter: hue-rotate(0deg) brightness(1.2);
  }

  to {
    filter: hue-rotate(360deg) brightness(1.2);
  }
}

@keyframes oceanled_rgb {
  from {
    filter: hue-rotate(0deg) brightness(1.2);
  }

  to {
    filter: hue-rotate(360deg) brightness(1.2);
  }
}


@media only screen and (min-width: 1200px) {

  .boat_block_sl_text_block h2,
  .jet_main_item h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 320px) {

  .boat_block_sl_text_block h2,
  .jet_main_item h2 {
    font-size: 24px;
  }

  .page-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-title {
    font-size: 64px;
  }
}

/* .second_main_img.night .svg-constructor-mask-up g {
  stroke: rgba(0,0,0,0.7);
  stroke-width: 4px;
} */
@media only screen and (min-width: 1200px) {
  .page.home-page.head.model-380 .gener_img {
    max-width: 868px;
  }
}

@media only screen and (min-width: 1600px) {
  .page.home-page.head.model-380 .gener_img {
    max-width: 1100px;
  }
}

.second_main_parent.model-1456 .summary_img img {
  width: 160px;
}

.second_main_parent.model-207 .summary_img img {
  width: 170px;
}


@media only screen and (min-width: 2400px) {
  .first_sl_block img {
    max-height: 540px;
  }

  .first_main h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .first_main h3 {
    margin-bottom: 120px;
  }

  .first_text {
    right: 20%;
  }

  .first_sl .boat_block_sl_arr {
    top: 100px;
  }

  .upholstery-popup p {
    font-size: 17px;
  }

  .second_main_img {
    top: 60px;
  }

  .options_v {
    max-width: 100%;
  }

  .summary table {
    width: 600px;
  }

  .summary table .ttu {
    font-size: 20px;
  }

  .summary table td {
    font-size: 20px;
  }

  .summary_img {
    margin-right: 10%;
  }

}

@media only screen and (min-width: 320px) {
  .post-holder .wp-block-image .alignleft {
    float: none;
    margin-left: 0;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .post-holder .wp-block-image .alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .post-holder .wp-block-image figure {
    width: 100%;
  }

  .post-holder .wp-block-image figure {
    width: 100%;
  }

  .post-holder .wp-block-image figure img {
    width: 100%;
  }

  .post-holder .wp-block-image figure img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .post-holder .wp-block-image .alignleft {
    float: left;
    margin-left: 0;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .post-holder .wp-block-image .alignright {
    float: right;
    margin-right: 0;
    margin-left: 1em;
  }

  .post-holder .wp-block-image figure {
    width: auto;
  }

  .post-holder .wp-block-image figure {
    width: auto;
  }

  .post-holder .wp-block-image figure img {
    width: auto;
  }

  .post-holder .wp-block-image figure img {
    width: auto;
  }
}

body.lang-de .popua_5_left h3,
body.lang-de .popua_6_left h3,
body.lang-de .popua_7_left h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  .models-item__thumb .text__compare {
    font-size: 7px;
  }

  .models-item__thumb .compare-handler svg {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .models-item__thumb .text__compare {
    font-size: 14px;
  }
}


@media only screen and (min-width: 1200px) {
  .product-block-item:nth-child(1) .item-2 .inner img {
    max-height: 80vh;
    object-fit: contain;
  }
}

.model_sl .prev {
  left: -50px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.model_sl .next {
  right: -50px;
  width: 40px;
  height: 40px;
  z-index: 10;
}


.model_sl {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) {
  .model_sl {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .model_sl {
    display: block;
    max-width: 842px;
  }
}

@media only screen and (min-width: 1200px) {
  .model_sl {
    max-width: 1050px;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .model_sl {
    max-width: 1216px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .model_sl {
    max-width: 1450px;
    width: 100%;
  }
}

@media only screen and (min-width: 2000px) {
  .model_sl {
    max-width: 1680px;
    width: 100%;
  }
}

.model_sl.gorizontal-slider {
  position: relative;
}

.model_sl.gorizontal-slider .model_sl_track {
  transition: left .6s ease-out;
}

.model_sl .gorizontal-slider-slides {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .model_sl .gorizontal-slider-slides {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1366px) {
  .model_sl .gorizontal-slider-slides {
    padding: 0 60px;
  }
}

.model_sl_cont.gorizontal-slider-item {
  opacity: 0;
  visibility: hidden;
  transition: .6s ease-out;
}

.model_sl_cont.gorizontal-slider-item.visible {
  opacity: 1;
  visibility: visible;
}



@media only screen and (min-width: 320px) {
  body.thanks-order-body .product-gallery__slide {
    min-height: 768px !important;
  }

  body.thanks-order-body .heading .container {
    align-items: flex-start !important;
    align-content: flex-start !important;
  }

  body.thanks-order-body .slick-slide img {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}


/* @media only screen and (min-width: 1200px) {
  body.thanks-order-body .heading .container {
    align-items: center !important;
    align-content: center !important;
  }

  body.thanks-order-body .slick-slide img {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
  }
} */

.about-cont-video{
  width: 100%;
  padding: 70px 0;
}
@media only screen and (min-width: 1200px) {
  .about-cont-video{
    width: 100%;
    padding: 140px 0;
  }
}

.about-cont-video iframe{
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) {
  .about-cont-video iframe{
    height: calc((100vw / 16 * 9) - 10px);
  }
  .wp-block-embed iframe {
    width: 100%;
    height: calc((100vw - 30px) / 16 * 9);
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .about-cont-video iframe,
  .wp-block-embed iframe{
    width: 715px;
    height: calc(715px / 16 * 9);
  }
}
@media only screen and (min-width: 992px) {
  .about-cont-video iframe,
  .wp-block-embed iframe{
    width: 720px;
    height: calc(720px / 16 * 9);
  }
}
@media only screen and (min-width: 1200px) {
  .about-cont-video iframe,
  .wp-block-embed iframe{
    width: 720px;
    height: calc(720px / 16 * 9);
  }
}
@media only screen and (min-width: 1366px) {
  .about-cont-video iframe,
  .wp-block-embed iframe{
    width: 820px;
    height: calc(820px / 16 * 9);
  }
}
@media only screen and (min-width: 1600px) {
  .about-cont-video iframe,
  .wp-block-embed iframe{
    width: 1020px;
    height: calc(1020px / 16 * 9);
  }
}
@media only screen and (min-width: 1768px) {
  .about-cont-video iframe{
    width: 100%;
    height: calc(1490px / 16 * 9);
  }
  .wp-block-embed iframe {
    width: calc(1230px - 30px);
    height: calc((1230px - 30px) / 16 * 9);
  }
}





.glav_sl video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translateY(40px);
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1800px) {
  .glav_sl video{
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1200px) {
  .product-gallery__slide .container{
    padding: 0 30px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .product-gallery__slide .container{
    padding: 0 45px !important;
  }
}
@media only screen and (min-width: 1768px) {
  .product-gallery__slide .container{
    padding: 0 15px !important;
  }
}