/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald/OswaldBold.woff2") format("woff2"), url("../fonts/oswald/OswaldBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald/OswaldLight.woff2") format("woff2"), url("../fonts/oswald/OswaldLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald/OswaldRegular.woff2") format("woff2"), url("../fonts/oswald/OswaldRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

* {
  box-sizing: border-box;
}

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

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

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity,  transform;
  transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

a.waves-effect .waves-ripple {
  z-index: -1;
}

ul li {
  list-style-type: none;
}

input {
  border-radius: 0;
  padding: 5px 0 0;
}

body,
html {
  font-family: "Oswald", "sans-serif";
  font-weight: 400;
}

.main-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

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

body {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  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 slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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%);
  -ms-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: "slick";
  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 */

.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;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.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: "slick";
  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;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.black-btn {
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
  padding: 0 30px;
  font-size: 0.9375rem;
  line-height: 1;
  height: 2.3125rem;
  font-weight: 300;
  letter-spacing: 0.09875rem;
  text-align: center;
  position: relative;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 0px;
  border: none;
}

.black-btn:hover {
  background-color: #262626;
  color: #ffffff;
}

.black-btn:active {
  background-color: #262626;
  color: #ffffff;
}

.b-input {
  position: relative;
  display: inline-block;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.1875rem;
  z-index: 1;
  height: 1.25rem;
}

.b-input:focus {
  outline: none;
  box-shadow: none;
}

.b-input__input {
  color: #000000;
  padding-top: 0.5625rem;
  width: 100%;
  height: 100%;
  font-size: .5rem;
  position: relative;
  background-color: transparent;
  display: block;
  letter-spacing: .9px;
  z-index: 5;
  border: none;
  border-bottom: 1px solid #666666;
}

.b-input__input:focus {
  outline: none;
  box-shadow: none;
}

.b-input__name {
  top: 0px;
  z-index: 0;
  left: 0;
  display: block;
  transition: .3s;
  color: #b3b3b3;
  font-size: 0.625rem;
  font-weight: 300;
}

.b-input__name,
.b-input__error {
  position: absolute;
  color: rgba(62, 72, 86, 0.3);
  display: block;
}

.b-input__required {
  position: absolute;
  top: -webkit-calc(50% + 6px);
  top: calc(50% + 6px);
  right: 12px;
  transform: translateY(-50%);
  content: '*';
  font-size: 24px;
  line-height: 0;
  font-weight: 400;
  color: #cf4b4b;
}

.b-input__input.notNull ~ .b-input__name,
.b-input__input:focus ~ .b-input__name,
.b-input__input:hover ~ .b-input__name {
  font-size: 0.25rem;
  top: -0.40625rem;
  left: 0;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  padding: 0;
}

.index-block {
  position: relative;
  min-height: 100vh;
  display: flex;
}

.index-block__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.index-block__inner {
  position: relative;
  margin-left: auto;
  background: #ffffff;
  padding: 0.9375rem;
}

.index-block__title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #666666;
  letter-spacing: 0.025rem;
  margin-bottom: 2.0875rem;
}

.index-block__title span {
  font-weight: bold;
}

.index-block__list {
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.28px;
  padding-left: 0.625rem;
  color: #666666;
}

.index-block__list-item {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.4375rem;
}

.index-block__list-item:before {
  content: '';
  position: absolute;
  left: -10px;
  width: 8px;
  height: 1px;
  background: #666666;
  top: 50%;
  transform: translateY(-50%);
}

.index-block__list--mb {
  margin-bottom: 2.375rem;
}

.index-block__logo-block {
  margin-bottom: 3.95rem;
}

.index-block__under-logo {
  margin: 0;
  color: #666666;
  font-size: 0.375rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
}

.index-block__logo {
  display: block;
  width: 5.625rem;
  height: 1.8125rem;
}

.index-block__btn {
  width: 11.6875rem;
  margin-bottom: 2.5rem;
}

.index-block__decor-txt {
  font-size: 1rem;
  color: #999999;
  position: absolute;
  bottom: 6.875rem;
  transform: rotate(-90deg);
  z-index: 2;
  left: -3.75rem;
  text-transform: uppercase;
}

.index-block__decor-txt:before {
  content: '';
  position: absolute;
  left: -1.25rem;
  width: 1.125rem;
  height: 0.0625rem;
  background: #666666;
  top: calc(50%);
  transform: translateY(-50%);
}

.index-block-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-block-inner__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.g-btn {
  display: inline-flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #666666;
  padding: 0px 30px;
  height: 1.875rem;
  border: none;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.0625rem;
  text-align: center;
  position: relative;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}

.g-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #595959;
}

.g-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #595959;
}

.g-btn:active {
  background-color: #595959;
  color: #fff;
}

.call-me-form {
  display: flex;
  max-width: 11.5rem;
}

.call-me-form__left {
  padding-right: 27px;
}

.call-me-form__right {
  display: flex;
  align-items: center;
}

.call-me-form__title {
  color: #666666;
  font-weight: 300;
  font-size: 0.5rem;
  letter-spacing: 0.0175rem;
}

.call-me-form__sub-title {
  color: #666666;
  font-size: 0.625rem;
  font-weight: 300;
  display: block;
  letter-spacing: 0.0625rem;
  margin-top: 0.3125rem;
}

.call-me-form__col {
  width: 50%;
}

.call-me-form__btn {
  width: 100%;
  padding: 0;
}

[disabled="disabled"] {
  background: #cccccc !important;
  cursor: not-allowed;
}

.slick-circle-arrow-nav {
  position: relative;
}

.slick-circle-arrow-nav .slick-prev {
  background: url("../img/svg/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-circle-arrow-nav .slick-next {
  background: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-circle-arrow-nav .slick-arrow {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #EBEBEB;
  transition: 0.3s all ease;
  z-index: 9;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  top: auto;
  bottom: -4.175rem;
}

.slick-circle-arrow-nav .slick-arrow.slick-disabled {
  opacity: .3;
}

.slick-circle-arrow-nav .slick-arrow svg {
  display: none;
}

.slick-circle-arrow-nav .slick-arrow:before {
  display: none;
}

.slick-circle-arrow-nav .slick-arrow.slick-prev {
  left: 2.25rem;
}

.slick-circle-arrow-nav .slick-arrow.slick-prev:before {
  left: 3px;
  transform: rotate(45deg);
}

.slick-circle-arrow-nav .slick-arrow.slick-next {
  right: 2.25rem;
}

.slick-circle-arrow-nav .slick-arrow.slick-next:before {
  right: 4px;
  transform: rotate(-137deg);
}

.slick-circle-arrow-nav .slick-dots {
  bottom: auto;
  top: -2.1875rem;
}

.slick-circle-arrow-nav .slick-dots li {
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0 3px;
}

.slick-circle-arrow-nav .slick-dots li button {
  width: 100%;
  height: 100%;
}

.slick-circle-arrow-nav .slick-dots li button:before {
  background: #333333;
  content: '';
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.page__logo {
  width: 5.625rem;
  height: auto;
  margin-left: 4px;
}

.page__inner {
  display: block;
  max-width: 18.75rem;
  margin: 0 auto;
}

.block {
  padding-top: 0.875rem;
}

.block__slider {
  margin-top: 2.25rem;
}

.checkbox-activate input {
  display: none;
}

.buttons-list__btn:not(.grid-btn__item) .checkbox-activate.filter__label input:checked + .fake-check__span {
  background-color: #000000;
  opacity: 1;
}

.checkbox-activate.filter__label-link input:checked + .fake-check__span {
  color: #262626;
  padding-left: 19px;
}

.checkbox-activate.filter__label-link input:checked + .fake-check__span:before {
  transform: scale(1);
}

.filter__btn {
  cursor: pointer;
  font-size: 0.5625rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  display: flex;
  opacity: .8;
  transition: all .3s;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  letter-spacing: 0.02937rem;
}

.filter__label {
  width: 100%;
  display: flex;
  padding: 4px;
}

.question-wrap {
  background: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  height: 13.5rem;
}

.question-wrap__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.question {
  position: relative;
  z-index: 2;
}

.question__title {
  font-size: 0.5625rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.02937rem;
  margin-top: 1.125rem;
  margin-bottom: 0.375rem;
}

.question__header {
  padding-left: 0.625rem;
  border: 1px solid transparent;
  background: rgba(26, 26, 26, 0.6);
}

.question__body {
  border-top: 1px solid transparent;
}

.question__body--slide-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.8125rem;
}

.question__info {
  position: absolute;
  left: 20px;
  top: 100px;
}

.substrate,
.substrate::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.substrate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.substrate {
  position: relative;
}

.substrate::before {
  opacity: .3;
  z-index: 1;
}

.buttons-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.buttons-list--mb {
  margin-bottom: 2.7375rem;
}

.buttons-list--1 {
  padding-top: 2.55rem;
}

.buttons-list--4 {
  padding-top: 1.05rem;
}

.meta {
  padding-top: 3.2rem;
  position: relative;
  border-bottom: 1px solid transparent;
  opacity: 0;
  display: none;
}

.meta.active {
  opacity: 1;
  display: block;
}

.meta__title {
  font-size: 0.625rem;
  margin: 0 0 4.75rem;
  font-weight: 300;
  color: #808080;
  text-align: center;
  letter-spacing: 0.03125rem;
}

.meta__img-1 {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  bottom: 4.675rem;
  left: 0.25rem;
}

.meta__img-2 {
  position: absolute;
  width: 1.6875rem;
  height: 3.025rem;
  bottom: 0.9375rem;
  left: 6.75rem;
}

.meta__img-3 {
  position: absolute;
  width: 1.6875rem;
  height: 1.9375rem;
  bottom: 2.3375rem;
  right: 1.09375rem;
}

.col-4 {
  width: 33.333333%;
  display: flex;
  height: 3rem;
}

.col-6 {
  width: 50%;
  display: flex;
  height: 3rem;
}

.meta-2 .meta__img-1 {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  bottom: 37px;
  left: auto;
  right: 0.9rem;
}

.meta-2 .meta__img-2 {
  position: absolute;
  width: 1.3875rem;
  height: 2.325rem;
  bottom: auto;
  left: 0.7rem;
  top: 0.7rem;
}

.meta-2 .meta__img-3 {
  position: absolute;
  width: 2.0875rem;
  height: 2.9375rem;
  bottom: 1.1375rem;
  right: auto;
  left: 2rem;
  transform: rotate(43deg);
}

.meta-3 .meta__img-1 {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  bottom: 1.8rem;
  right: 2.5rem;
  left: auto;
}

.meta-3 .meta__img-2 {
  position: absolute;
  width: 4.5875rem;
  height: 4.125rem;
  bottom: 0.6375rem;
  left: 3.75rem;
}

.meta-3 .meta__img-3 {
  position: absolute;
  width: 1.6875rem;
  height: 1.9375rem;
  bottom: auto;
  right: auto;
  left: 8.4rem;
  top: 0.6rem;
  transform: rotate(79.5deg);
}

.meta-4 .meta__img-1 {
  position: absolute;
  width: 1.8375rem;
  height: 1.4375rem;
  bottom: 2.3rem;
  left: 2.15rem;
  transform: rotate(45deg);
}

.meta-4 .meta__img-2 {
  position: absolute;
  width: 1.6875rem;
  height: 1.925rem;
  bottom: auto;
  left: 4.95rem;
  top: 1rem;
  transform: rotate(77deg);
}

.meta-4 .meta__img-3 {
  position: absolute;
  width: 1.6875rem;
  height: 1.9375rem;
  bottom: 2.3375rem;
  right: 1.69375rem;
}

.meta-5 .meta__img-1 {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  bottom: 2.975rem;
  left: auto;
  right: 1.6rem;
  transform: rotate(28deg);
}

.meta-5 .meta__img-3 {
  position: absolute;
  width: 2.1875rem;
  height: 1.9375rem;
  bottom: 1.0375rem;
  right: auto;
  left: 3.7rem;
  transform: rotate(45deg);
}

.meta-5 .meta__img-2 {
  position: absolute;
  width: 0.9875rem;
  height: 2.525rem;
  bottom: auto;
  left: 1.7rem;
  top: 1.2rem;
}

.meta-5 img.meta__img-4 {
  position: absolute;
  bottom: 1rem;
  right: 7.8rem;
}

.kviz-modal.swal2-popup {
  font-size: 16px;
}

.slick-dots:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slick-dots li.slick-active ~ li button:before {
  opacity: 0.25;
}

.bg-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.bg-slider__cell {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
}

.bg-slider__cell:before {
  content: '';
  position: absolute;
  height: calc(100% + 20px);
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg-slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  max-width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-family: 'object-fit: cover;';
}

.bg-slider [data-animation-in] {
  opacity: 0;
}

/* /////////// IMAGE ZOOM /////////// */

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

.flickity-prev-next-button {
  display: none;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
}

.slick-slide * {
  outline: none;
}

.meters {
  width: 5.5rem;
  height: 1.25rem;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  border-radius: 0.375rem;
  align-items: center;
}

.meters__inp {
  border: none;
  background: #000;
  font-size: 0.625rem;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
  display: block;
  height: 100%;
  max-width: 100%;
}

.meters__inp ::-webkit-input-placeholder {
  font-size: 0.625rem;
  font-weight: 300;
}

.meters__inp :-moz-placeholder {
  font-size: 0.625rem;
  font-weight: 300;
}

.meters__inp ::-moz-placeholder {
  font-size: 0.625rem;
  font-weight: 300;
}

.meters__inp :-ms-input-placeholder {
  font-size: 0.625rem;
  font-weight: 300;
}

.meters__inp:focus {
  outline: none;
}

.meters__wrap {
  width: 4.25rem;
  overflow: hidden;
  height: 1.25rem;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 6px;
  border: none;
  display: block;
  border-radius: 0.375rem;
  background-color: #000000;
}

.meters__txt {
  display: block;
  color: #ffffff;
  font-size: 0.625rem;
  padding-left: 0.1875rem;
  font-weight: 300;
}

.scew-img {
  max-width: 100%;
  color: #fff;
  line-height: 1;
}

.scew-img input {
  display: none;
}

.scew-img p {
  font-size: 0.5625rem;
  font-weight: 300;
  letter-spacing: 0.05625rem;
  margin-bottom: 0.15625rem;
  text-align: right;
  padding-right: 0.625rem;
  margin-top: 0.6875rem;
  opacity: .3;
  transition: opacity .3s;
}

.scew-img .monoliths__image {
  text-decoration: none;
  color: #ffffff;
  text-align: right;
  transition: opacity .3s;
}

.scew-img input:checked + p {
  opacity: 1;
}

.scew-img input:checked + p + .monoliths__item .monoliths__image {
  opacity: .3;
}

.scew-img .monoliths .monoliths__item {
  width: 5.75rem;
  overflow: hidden;
  display: block;
  height: 8.125rem;
  transition: opacity 0.5s ease-in-out;
  text-align: right;
}

.scew-img .monoliths .monoliths__image {
  display: block;
  position: relative;
  padding: 1px;
  height: 100%;
  width: 100%;
}

.scew-img .monoliths img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scew-img .monoliths strong {
  display: block;
}

@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .scew-img .monoliths .monoliths__item {
    width: 5.75rem;
    clip-path: polygon(0% 0%, 85% 0, 100% 100%, 15% 100%);
    -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 100%, 15% 100%);
    flex-shrink: 0;
  }

  .scew-img .monoliths strong {
    padding-left: 1%;
  }
}

.monoliths__cell:hover {
  cursor: pointer;
}

.monoliths__cell:hover .monoliths__image {
  opacity: .3;
}

.monoliths__cell:hover p {
  opacity: 1;
}

.monoliths__cell .monoliths__item {
  margin-right: -0.34375rem;
}

.grid-btn {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  height: 9.95rem;
}

.grid-btn__item {
  display: flex;
  position: relative;
}

.grid-btn__item .filter__label {
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
}

.grid-btn__item .filter__btn {
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.5rem;
}

.grid-btn__item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row: 1/3;
}

.grid-btn__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  filter: grayscale(1);
  bottom: 0;
  object-fit: cover;
  transition: filter .3s;
  font-family: 'object-fit: cover;';
}

.grid-btn .substrate {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
}

.grid-btn .substrate:before {
  background: #1a1a1a;
  opacity: .8;
  transition: all .3s;
}

.grid-btn__wrap {
  transition: background .3s;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.grid-btn__item:hover .grid-btn__img {
  filter: grayscale(0);
  opacity: 1;
}

.grid-btn__item:hover .substrate:before {
  opacity: .5;
}

.grid-btn__item .checkbox-activate.filter__label input:checked + .fake-check__span {
  opacity: 1;
}

.grid-btn__item .checkbox-activate.filter__label input:checked + .substrate .grid-btn__img {
  filter: grayscale(0);
}

.grid-btn__item .checkbox-activate.filter__label input:checked + .substrate .grid-btn__wrap {
  background: #000000;
}

.grid-btn__item .checkbox-activate.filter__label input:checked + .substrate:before {
  opacity: .5;
}

.info {
  border: 1px solid #31d8d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 5px;
  border-radius: 4px;
}

.info__icon {
  margin-right: 5px;
}

.info__icon svg {
  width: 12px;
  height: 12px;
}

.info__txt {
  margin: 0;
}

button.flickity-button.flickity-prev-next-button {
  top: calc(50% - -25px);
}

.sbm-form {
  background: #1a1a1a;
  border-radius: 14px;
  position: relative;
  z-index: 2;
}

.sbm-form__inner {
  margin: 0 auto;
  width: 5.05rem;
  margin-bottom: 1.45rem;
}

.sbm-form__body {
  padding: 0.5625rem 0.9375rem 1.4375rem;
}

.sbm-form__title {
  color: #ffffff;
  font-size: 0.5625rem;
  font-weight: 300;
  margin: 0;
}

.sbm-form__sub-title {
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 300;
  margin: 0;
  opacity: .3;
  margin-top: 0.6125rem;
  padding-left: 0.8rem;
}

.sbm-form__header {
  background: #000000;
  border-radius: 14px 14px 0 0;
  padding: 1.2rem 1.375rem 0.575rem;
}

.sbm-form__b-input {
  display: block;
  width: 100%;
  margin-bottom: 0.1375rem;
  font-size: 0.625rem;
  color: #ffffff;
}

.sbm-form__b-input .b-input__name {
  color: #ffffff !important;
  opacity: .3;
  top: 0.3125rem;
}

.sbm-form__b-input .b-input__input {
  color: #ffffff;
}

.sbm-form--aligned {
  margin-top: 2.225rem;
  margin-left: 41px;
  margin-right: 41px;
}

.sbm-form__btn {
  width: 100%;
}

.sbm-form__img-1 {
  position: absolute;
  right: -4.1875rem;
  top: -2.875rem;
  width: 7.6875rem;
  height: 5.625rem;
  z-index: -1;
}

.sbm-form__img-2 {
  position: absolute;
  left: -2.0625rem;
  top: 3.1875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  z-index: 1;
}

.meta-7 .meta__img-1 {
  position: absolute;
  width: 1.6875rem;
  height: 3.025rem;
  bottom: 0;
  left: 6.35rem;
  transform: rotate(-75deg);
}

.meta-7 .meta__img-2 {
  position: absolute;
  width: 10.6875rem;
  height: 1.625rem;
  bottom: 0;
  right: -2.8rem;
  left: auto;
  transform: rotate(-181deg);
}

.meta-7 .meta__img-3 {
  position: absolute;
  width: 4.6rem;
  height: 1.925rem;
  bottom: 2.9375rem;
  right: auto;
  left: -0.9rem;
  transform: rotate(72.7deg);
}

.meta.meta-7 {
  padding-top: 1.5rem;
  display: block !important;
  opacity: 1 !important;
}

.not {
  color: red;
}

.not .input {
  color: red;
}

.not .b-input__name {
  color: red !important;
}

.not .b-input__input {
  border-color: red;
}

.flash-btn {
  overflow: hidden;
}

.flash_wrap-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  transform: translateX(-85px);
  -webkit-animation-name: tildaflash;
  animation-name: tildaflash;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flash_effects {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@keyframes tildaflash {
  20% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(110%);
  }
}

@media all and (min-width: 360px) {
  body,
  html {
    font-size: 22px;
  }
}

@media all and (min-width: 576px) {
  body,
  html {
    font-size: 36px;
  }

  .container {
    max-width: 31.875rem;
  }

  .index-block__inner {
    min-width: 50%;
    min-height: 100vh;
  }

  .index-block-inner__top {
    align-items: flex-start;
  }
}

@media all and (min-width: 768px) {
  .container {
    max-width: 43.125rem;
  }
}

@media all and (min-width: 992px) {
  .container {
    max-width: 58.125rem;
  }

  .page__inner {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .index-block__logo-block {
    margin-bottom: 3.95rem;
  }

  .index-block__logo-block {
    margin-bottom: 3vw;
  }

  .index-block__under-logo {
    color: #666666;
    font-size: 0.375rem;
    font-weight: 300;
    letter-spacing: 0.0375rem;
  }

  .index-block__title {
    margin-bottom: 2.0875rem;
    margin-bottom: 3vw;
  }

  .index-block__btn {
    margin-bottom: 2.5rem;
    margin-bottom: 1.6vw;
  }

  .index-block__list--mb {
    margin-bottom: 2.375rem;
    margin-bottom: 3vw;
  }

  .bg-slider {
    display: block;
  }

  body {
    min-height: 100vh;
  }

  .page__logo {
    position: relative;
    margin-bottom: 60px;
  }

  .question-wrap {
    border-radius: 0;
  }

  .question__title {
    font-size: 27px;
  }

  .buttons-list__btn .fake-check__span {
    border: 1px solid transparent;
    transition: all .3s;
  }

  .buttons-list__btn:hover:not(.grid-btn__item) .fake-check__span {
    background-color: transparent;
    opacity: 1;
    box-shadow: 0 0px 10px 0 rgba(49, 216, 216, 0.5);
    border-color: rgba(49, 216, 216, 0.5);
  }

  .meters--desktop.active {
    box-shadow: 0 0px 10px 0 rgba(49, 216, 216, 0.5);
    border-color: rgba(49, 216, 216, 0.5);
  }

  .grid-btn__item .checkbox-activate.filter__label input:checked + .substrate .fake-check__span {
    box-shadow: 0 0px 10px 0 rgba(49, 216, 216, 0.5);
    border-color: rgba(49, 216, 216, 0.5);
  }

  .buttons-list__btn .checkbox-activate.filter__label input:checked + .fake-check__span {
    box-shadow: 0 0px 10px 0 rgba(49, 216, 216, 0.5);
    border-color: rgba(49, 216, 216, 0.5);
  }

  .slider {
    padding: 15px 15px 115px;
    background: #080808;
  }

  .slider .slick-dots {
    padding: 0;
    top: auto;
    bottom: 40px;
    display: flex;
    justify-content: flex-start;
    left: 20px;
  }

  .slider .slick-dots li {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 120px;
    height: 30px;
    border: 1px dashed transparent;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    border: none;
  }

  .slider .slick-dots li:hover button {
    background-color: rgba(38, 38, 38, 0.8);
    margin: 0;
    padding: 0;
  }

  .slider .slick-dots li button {
    width: 100%;
    background-color: #262626;
    height: 6px;
    background-size: 100% 100%;
    background-image: linear-gradient(90deg, #58dddd, #5ce0e0);
    background-repeat: no-repeat;
    padding: 0;
    transition: all .3s;
  }

  .slider .slick-dots li button:before {
    display: none !important;
  }

  .slider .slick-dots li:first-child {
    overflow: hidden;
  }

  .slider .slick-dots li:first-child button {
    border-radius: 4px 0 0 4px;
  }

  .slider .slick-dots li:first-child.slick-active button {
    border-radius: 4px !important;
  }

  .slider .slick-dots li:last-child button {
    border-radius: 0 4px 4px 0;
  }

  .slider .slick-dots li:last-child {
    margin-right: 0;
  }

  .slider .slick-dots li.slick-active {
    border: none;
  }

  .slider .slick-dots li button {
    position: relative;
  }

  .slider .slick-dots li button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 25%, transparent 0, #0000000d 50%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.12) 75%, transparent 0, transparent);
    z-index: 1;
    background-size: 20px 20px;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
    border-radius: 20px;
    overflow: hidden;
  }

  .slider .slick-dots li.slick-active ~ li button {
    background-size: 0% 0%;
  }

  .slider .slick-dots li.slick-active ~ li button:after {
    width: 0;
  }

  .slider .slick-dots li.slick-active button {
    animation: right 3s ease-in-out forwards;
    border-radius: 0 4px 4px 0;
  }

  .slider .slick-dots li.slick-active button:after {
    animation: to-right 3s ease-in-out forwards, move 1.5s linear infinite;
  }

@keyframes move {
    0% {
      background-position: 0 0;
    }

    to {
      background-position: 20px 20px;
    }
}

@keyframes to-right {
    0% {
      width: 0%;
    }

    100% {
      width: 100%;
    }
}

@keyframes right {
    0% {
      background-size: 0% 100%;
    }

    100% {
      background-size: 100% 100%;
    }
}

  .sbm-form__btn {
    max-width: 400px;
    font-size: 27px;
    margin-left: auto;
    margin-right: auto;
  }

  .block__slider {
    margin-top: 35px;
    margin-bottom: 0 !important;
  }

  .slick-circle-arrow-nav .slick-arrow {
    bottom: 14px;
  }

  .slick-circle-arrow-nav .slick-arrow.slick-next {
    color: #363636;
    background-color: #31d8d8 !important;
    background-image: none;
    width: 115px;
    right: 15px;
    height: 43px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 var(--color-alpha);
    box-shadow: 0 3px 10px 0 rgba(49, 216, 216, 0.5);
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .2s ease-in;
    transition: -webkit-box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in,-webkit-box-shadow .2s ease-in;
  }

  .slick-circle-arrow-nav .slick-arrow.slick-next:after {
    content: 'Далее';
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    color: #363636;
    font-size: 20px;
  }

  .slick-circle-arrow-nav .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../img/svg/arrow-right-desktop.svg);
    width: 20px;
    height: 17px;
    display: block;
    right: 12px;
    top: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: none;
  }

  .slick-circle-arrow-nav .slick-arrow.slick-prev {
    text-decoration: none !important;
    color: #4a505e !important;
    background-color: #fafafa !important;
    border: 1px solid #e5e5e5 !important;
    margin-right: 20px;
    margin-left: auto;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    z-index: 100;
    padding: 0 16px 0 22px;
    font-weight: 500;
    overflow: hidden;
    background-image: url(../img/svg/arrow-right-desktop.svg);
    height: 44px;
    width: 44px;
    right: 145px;
    background-size: 20px;
    background-position: center;
    transform: rotate(180deg);
    bottom: 35px;
  }

  .meta {
    padding-top: 0;
  }

  .meta__title {
    position: relative;
  }

  .meta__title:before {
    content: '';
    position: relative;
    background: url(../img/svg/file.svg);
    height: 20px;
    width: 20px;
    background-size: 18px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
    top: 4px;
  }

  .meters__inp:focus,
  .b-input__input:focus {
    border-color: rgba(49, 216, 216, 0.5);
  }

  .grid-btn__item:hover .fake-check__span {
    border-color: rgba(49, 216, 216, 0.5);
  }

  .meta-1 .meta__img-3 {
    position: absolute;
    width: 5.6875rem;
    height: 4.9375rem;
    bottom: 21.3375rem;
    right: -2.90625rem;
  }

  .meta-1 .meta__img-1 {
    position: absolute;
    width: 7.4375rem;
    height: 8.4375rem;
    bottom: 3.575rem;
    left: -2.85rem;
    /* transform: rotate(41.4deg); */
  }

  .meta-1 .meta__img-2 {
    position: absolute;
    width: 5.6875rem;
    height: 6.025rem;
    bottom: 4.9375rem;
    left: 21.75rem;
  }

  .meta {
    display: block;
    opacity: 1;
    background: #080808;
  }

  .meta.active {
    padding: 15px;
  }

  .meta__title {
    margin-bottom: 0;
    text-align: left;
  }

  .meta__title br {
    display: none;
  }

  .meta:not(.meta-1) .meta__title {
    display: none;
  }

  .meta img {
    display: none;
  }

  .slick-counter {
    position: absolute;
    bottom: 64px;
    display: flex !important;
    z-index: 2;
    left: 20px;
  }

  .slick-counter__label {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    height: 18px;
    position: relative;
  }

  .slick-counter__output {
    font-size: 14px;
    color: #31d8d8;
    font-weight: 700;
    margin-left: 10px;
  }

  .flickity-prev-next-button {
    display: block;
  }

  .flickity-button {
    background: #262626;
    transition: all .3s;
  }

  .flickity-button:hover {
    background: #000000;
  }

  .flickity-button .arrow {
    fill: #31d8d8;
  }

  .flickity-button svg {
    height: 17px !important;
    top: 13px !important;
  }

  .flickity-button:focus {
    box-shadow: none;
  }

  .hidden-lg {
    display: none;
  }

  li.tab__item {
    box-shadow: 0px 0px 20px 6px black;
  }

  .sbm-form {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .sbm-form img {
    display: none;
  }

  .range-wrapper {
    height: 100%;
    width: 100%;
    left: 0;
    padding: 135px 30px 30px;
    position: absolute;
    top: 100px;
  }

  .range-wrapper .rangeslider__handle {
    border-radius: 50%;
    border-width: 6px;
    height: 23px;
    width: 23px;
    border-style: solid;
    border-color: #31d8d8;
    background-color: #1a1a1a;
    box-shadow: 0 3px 5px 0 rgba(49, 216, 216, 0.5);
    cursor: pointer;
  }

  .range-wrapper .rangeslider__fill {
    position: absolute;
    background-color: #31d8d8;
    border-radius: 10px;
  }

  .range-wrapper .rangeslider--horizontal .rangeslider__handle {
    top: -8px;
  }

  .range-wrapper .rangeslider--horizontal {
    height: 7px;
  }

  .meters--desktop {
    border-radius: 4px !important;
    height: 50px !important;
  }

  .meters--desktop.meters {
    margin-bottom: 40px;
    position: absolute;
    top: 130px;
    left: 30px;
  }

  .meters--desktop.meters__inp {
    display: flex;
    border-bottom: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .meters--desktop .meters__wrap {
    border-radius: 4px;
    height: 50px;
  }

  .meta.meta-7 h4.meta__title {
    display: block !important;
    padding: 0px 25px 20px;
    padding-left: 55px;
  }

  .meta h4.meta__title {
    padding-left: 30px;
  }

  .meta.meta-7 h4.meta__title {
    padding: 0px 25px 20px;
    padding-left: 55px;
  }

  .meta .meta__title:before {
    position: absolute;
    left: 0px;
  }

  .meta.meta-7 .meta__title:before {
    left: 25px;
  }

  .sbm-form__title {
    font-size: 27px;
  }

  .sbm-form__inner {
    width: 100%;
  }

  .sbm-form__btn {
    margin-left: 0;
  }

  .sbm-form__b-input {
    margin-bottom: 30px;
  }

  .sbm-form__sub-title {
    padding-left: 0;
  }

  .b-input__input.notNull ~ .b-input__name,
  .b-input__input:focus ~ .b-input__name,
  .b-input__input:hover ~ .b-input__name {
    font-size: 15px;
  }

  li.tab__item:nth-child(2) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .safari-bx .slick-dots button {
    animation: none !important;
    background-image: none;
    background-position: 100%;
    background: rgba(49, 216, 216, 0.5);
  }

  .safari-bx .slick-dots button:after {
    display: none;
  }

  .safari-bx .slider .slick-dots li.slick-active button {
    animation: none !important;
    background-size: 100% !important;
  }

  .safari-bx .meters--desktop.meters {
    top: 244px;
    left: auto;
  }
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 69.375rem;
  }
}

@media (max-width: 991px) {
  .monoliths {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 15px;
  }

  .monoliths__cell {
    flex: 0 0 auto;
  }

  .monoliths__cell:nth-child(1) {
    margin-left: 15px;
  }

  .monoliths__cell:last-child {
    margin-right: 15px;
  }

  .bg-slider {
    display: none;
  }
}

@media (max-width: 62rem) {
  .hidden-xs {
    display: none;
  }
}

@media (max-width: 575px) and (min-width: 360px) {
  .page__inner {
    max-width: 95%;
  }
}
.question-wrap__img {
    object-position: bottom;
}

.grid-btn__img{
display: none!important;
}
.grid-btn__item .filter__btn {
    border: 1px solid #ccc!important;
}

.filter__btn {
    background: rgb(0 0 0 / 83%);
}
.buttons-list__btn:hover:not(.grid-btn__item) .fake-check__span {
    background-color: #000;
    opacity: 1;
    box-shadow: 0 0px 10px 0 rgb(49 216 216 / 50%);
    border-color: rgba(49, 216, 216, 0.5);
}
[type="checkbox"]  {
    width: auto;
    /*margin-left: auto;*/
}


.style-row.sbm-form__b-input
{
    display: flex;
    align-items: center;

    height: 14px;
}

.style-row  .b-input__name {
    position: initial;
    margin-left: 11px;
}
.style-row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
    .style-row-wrapper {
        display: grid;
        padding: 10px 0;
        grid-template-columns: repeat(2, 1fr);
    }


}



@media (min-width: 992px) {
.grid-btn__item .checkbox-activate.filter__label input:checked + .substrate .fake-check__span {
    box-shadow: 0 0px 10px 0 rgb(49 216 216 / 50%);
    border-color: rgba(49, 216, 216, 0.5);
    background: #fff;
    color: #000;
}
}


.wpcf7 form .wpcf7-response-output{
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding: 20px 40px;
  font-weight: 400;
}