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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
}

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

::selection {
  color: #fff;
  background-color: #F00F1B;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

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

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

b {
  font-weight: bold;
}

input, textarea, select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #c3b2b2;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #c3b2b2;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #c3b2b2;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #c3b2b2;
}

textarea {
  height: 90rem;
  margin-top: 10rem;
}

input {
  height: 45rem;
}

select {
  height: 40rem;
}

select option {
  color: #000;
}

html {
  background-color: #ffffff;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  font-size: 0.052083333333333336vw;
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 0.10080645161290322vw;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 0.20833333333333334vw;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 18rem;
  line-height: 1.25;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 16rem;
  }
}

.container {
  max-width: 1700rem;
  padding: 0 15rem;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .container {
    padding: 0 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 20rem;
  }
}

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

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  height: 50rem;
  padding: 0 40rem;
  color: #fff;
  font-size: 24rem;
}

@media only screen and (max-width: 992px) {
  .btn {
    font-size: 20rem;
  }
}

.btn--accent {
  background-color: #F00F1B;
}

.btn--accent:hover {
  background-color: #f22732;
}

.btn--tg {
  background-color: #1D93CF;
}

.btn--tg:hover {
  background-color: #25a1e0;
}

.btn--vb {
  background-color: #7B519C;
}

.btn--vb:hover {
  background-color: #885caa;
}

.btn--small {
  height: 45rem;
  font-size: 16rem;
}

.btn.w100 {
  width: 100%;
}

.btn img {
  margin-left: 10rem;
  display: block;
  width: 15rem;
  margin-top: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.title-1 {
  font-size: 36rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: calc(50/36);
}

@media only screen and (max-width: 992px) {
  .title-1 {
    font-size: 28rem;
  }
}

@media only screen and (max-width: 480px) {
  .title-1 {
    font-size: 26rem;
  }
}

.color-red {
  color: #F00F1B;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  padding-top: 108rem;
}

@media only screen and (max-width: 992px) {
  .page-container {
    padding-top: 70rem;
  }
}

.page-container header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-container header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108rem;
  grid-template-columns: auto 1fr auto auto;
  grid-gap: 40rem;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid {
    height: 70rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid {
    grid-template-columns: auto auto 1fr;
  }
}

.page-container header.header-main .grid .logo-wrap {
  font-size: 0;
}

.page-container header.header-main .grid .logo-wrap a img {
  width: 236rem;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .logo-wrap a img {
    width: 120rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid .logo-wrap a img {
    width: 90rem;
  }
}

.page-container header.header-main .grid ul.list-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid ul.list-wrap {
    grid-gap: 15rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid ul.list-wrap {
    display: none;
  }
}

.page-container header.header-main .grid ul.list-wrap li {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8rem;
}

.page-container header.header-main .grid ul.list-wrap li:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-container header.header-main .grid ul.list-wrap li:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid ul.list-wrap li:nth-child(2) {
    display: none;
  }
}

.page-container header.header-main .grid ul.list-wrap li:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-container header.header-main .grid ul.list-wrap li img {
  width: 24rem;
}

.page-container header.header-main .grid ul.list-wrap li a {
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container header.header-main .grid ul.list-wrap li a:hover {
  color: #F00F1B;
}

@media only screen and (max-width: 480px) {
  .page-container header.header-main .grid ul.lang-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-container header.header-main .grid ul.lang-wrap li {
  display: inline-block;
}

.page-container header.header-main .grid ul.lang-wrap li:not(:last-child) {
  position: relative;
  margin-right: 5rem;
}

.page-container header.header-main .grid ul.lang-wrap li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 38rem / 2);
  right: -5rem;
  width: 1px;
  height: 38rem;
  background-color: #c3b2b2;
}

.page-container header.header-main .grid ul.lang-wrap li a, .page-container header.header-main .grid ul.lang-wrap li span {
  color: #c3b2b2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container header.header-main .grid ul.lang-wrap li a.active, .page-container header.header-main .grid ul.lang-wrap li a:hover, .page-container header.header-main .grid ul.lang-wrap li span.active, .page-container header.header-main .grid ul.lang-wrap li span:hover {
  color: #000;
}

.page-container header.header-main .grid ul.lang-wrap li a.active, .page-container header.header-main .grid ul.lang-wrap li span.active {
  pointer-events: none;
}

.page-container footer.footer-main {
  background-color: #1d2328;
  color: #fff;
  padding: 50rem 0;
}

.page-container footer.footer-main .grid {
  grid-template-columns: auto 1fr 1fr auto;
  grid-gap: 100rem;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-container footer.footer-main .grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .logo-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-container footer.footer-main .logo-wrap img {
  display: block;
  width: 304rem;
}

@media only screen and (max-width: 480px) {
  .page-container footer.footer-main .logo-wrap img {
    width: 200rem;
  }
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main ul.contacts-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.page-container footer.footer-main ul.contacts-wrap li {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20rem;
  font-weight: bold;
  font-size: 28rem;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main ul.contacts-wrap li {
    font-size: 20rem;
    grid-gap: 10rem;
  }
}

.page-container footer.footer-main ul.contacts-wrap li:not(:last-child) {
  margin-bottom: 25rem;
}

.page-container footer.footer-main ul.contacts-wrap li img {
  width: 36rem;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main ul.contacts-wrap li img {
    width: 20rem;
  }
}

.page-container footer.footer-main ul.contacts-wrap li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main ul.contacts-wrap li a:hover {
  color: #F00F1B;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .location-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.page-container footer.footer-main .location-wrap .location {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20rem;
  font-size: 28rem;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .location-wrap .location {
    font-size: 20rem;
    grid-gap: 10rem;
  }
}

.page-container footer.footer-main .location-wrap .location img {
  width: 36rem;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .location-wrap .location img {
    width: 20rem;
  }
}

.page-container footer.footer-main .location-wrap .small {
  margin-top: 30rem;
  padding-left: 56rem;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .location-wrap .small {
    margin-top: 10rem;
    padding-left: 30rem;
  }
}

.page-container footer.footer-main .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .btns-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 480px) {
  .page-container footer.footer-main .btns-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.page-container footer.footer-main .btns-wrap .btn:not(:last-child) {
  margin-bottom: 10rem;
}

.noUi-connect {
  background-color: #F00F1B;
}

.noUi-target {
  border: none;
  height: 1px;
}

.noUi-horizontal .noUi-handle {
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  background-color: #F00F1B;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: -14rem;
}

.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-tooltip {
  font-size: 20rem;
  border-radius: 0;
  padding: 5rem;
  border: none;
}

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

.slick-arrow {
  position: absolute;
  top: calc(50% - 15rem);
  z-index: 9;
  width: 30rem;
  height: 30rem;
  font-size: 0;
  background-size: 16rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .slick-arrow {
    width: 20rem;
    height: 20rem;
    background-size: 14rem;
    top: calc(50% - 10rem);
  }
}

.slick-arrow:hover {
  opacity: 0.6;
}

.slick-arrow.slick-prev {
  left: -60rem;
  background-image: url("../img/ic-arrow-left.svg");
}

@media only screen and (max-width: 992px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-arrow.slick-next {
  right: -60rem;
  background-image: url("../img/ic-arrow-right.svg");
}

@media only screen and (max-width: 992px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}

.arrow-invert .slick-arrow {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.arrow-invert .slick-arrow.slick-prev {
  left: -40rem;
}

@media only screen and (max-width: 992px) {
  .arrow-invert .slick-arrow.slick-prev {
    left: -10rem;
  }
}

.arrow-invert .slick-arrow.slick-next {
  right: -40rem;
}

@media only screen and (max-width: 992px) {
  .arrow-invert .slick-arrow.slick-next {
    right: -10rem;
  }
}

.popup {
  position: relative;
  background-color: #1D2328;
  color: #fff;
  padding: 50rem 30rem;
  max-width: 500rem;
  margin: 0 auto;
}

.popup--form .title {
  text-align: center;
  font-size: 24rem;
  margin-bottom: 30rem;
}

.popup--form .inputs-wrap label {
  display: block;
  margin-bottom: 40rem;
}

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

.popup--thx .title {
  font-size: 36rem;
}

.popup--thx p {
  font-size: 20rem;
  margin-top: 15rem;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.home-1 {
  background-image: url(../img/main-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.home-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D2328;
  opacity: 0.4;
}

.home-1 .grid {
  grid-template-columns: 1fr 410rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 700rem;
  padding: 50rem 0;
  height: calc(100vh - 108rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50rem;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .home-1 .grid {
    grid-template-columns: 1fr .7fr;
    grid-gap: 30rem;
    min-height: 500rem;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .home-1 .grid {
    grid-template-columns: 1fr;
    height: auto;
    min-height: unset;
  }
}

.home-1 .grid .text-wrap p {
  font-size: 30rem;
  margin-top: 35rem;
  margin-bottom: 130rem;
}

@media only screen and (max-width: 992px) {
  .home-1 .grid .text-wrap p {
    font-size: 22rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-1 .grid .text-wrap p {
    margin-bottom: 40rem;
    margin-top: 15rem;
    font-size: 20rem;
  }
}

.home-1 .grid .text-wrap .bottom {
  font-size: 28rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .home-1 .grid .text-wrap .bottom {
    font-size: 22rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-1 .grid .text-wrap .bottom {
    font-size: 20rem;
  }
}

.home-1 .grid .text-wrap .bottom p {
  margin: 0;
}

.home-1 .grid .text-wrap .bottom b, .home-1 .grid .text-wrap .bottom strong {
  font-size: 36rem;
  color: #F00F1B;
}

@media only screen and (max-width: 992px) {
  .home-1 .grid .text-wrap .bottom b, .home-1 .grid .text-wrap .bottom strong {
    font-size: 28rem;
  }
}

.home-1 .grid .form-wrap {
  background-color: rgba(29, 35, 40, 0.8);
  padding: 35rem 40rem 60rem;
}

@media only screen and (max-width: 480px) {
  .home-1 .grid .form-wrap {
    padding: 35rem 30rem;
  }
}

.home-1 .grid .form-wrap .title {
  text-align: center;
  font-size: 28rem;
}

@media only screen and (max-width: 480px) {
  .home-1 .grid .form-wrap .title {
    font-size: 24rem;
  }
}

.home-1 .grid .form-wrap .inputs-wrap {
  padding: 0 35rem;
  margin-top: 25rem;
}

@media only screen and (max-width: 480px) {
  .home-1 .grid .form-wrap .inputs-wrap {
    padding: 0;
    margin-top: 40rem;
  }
}

.home-1 .grid .form-wrap .inputs-wrap label {
  display: block;
}

.home-1 .grid .form-wrap .inputs-wrap label:not(:last-child) {
  margin-bottom: 45rem;
}

.home-1 .grid .form-wrap .inputs-wrap label .label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24rem;
}

@media only screen and (max-width: 480px) {
  .home-1 .grid .form-wrap .inputs-wrap label .label {
    font-size: 20rem;
  }
}

.home-1 .grid .form-wrap .inputs-wrap label .label img {
  width: 24rem;
}

.home-1 .grid .form-wrap .btn-wrap {
  margin-top: 50rem;
}

.home-2 {
  padding: 130rem 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
  .home-2 {
    padding: 80rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-2 {
    padding-top: 50rem;
    padding-bottom: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-2 h2 {
    text-align: center;
  }
}

.home-2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40rem;
}

.home-2 .items .item {
  width: 33.333%;
  margin-bottom: 50rem;
}

@media only screen and (max-width: 992px) {
  .home-2 .items .item {
    margin-bottom: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-2 .items .item {
    width: 50%;
  }
}

.home-2 .items .item img {
  display: block;
  width: 168rem;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .home-2 .items .item img {
    width: 120rem;
  }
}

.home-2 .items .item p {
  font-size: 24rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 50rem;
  margin-top: 20rem;
}

@media only screen and (max-width: 992px) {
  .home-2 .items .item p {
    font-size: 18rem;
    padding: 0 20rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-2 .items .item p {
    padding: 0 10rem;
  }
}

.home-2 .items .item p b, .home-2 .items .item p strong {
  font-size: 30rem;
  color: #F00F1B;
}

@media only screen and (max-width: 992px) {
  .home-2 .items .item p b, .home-2 .items .item p strong {
    font-size: 22rem;
  }
}

.home-3 {
  background-size: cover;
  background-position: center;
  padding: 80rem 0;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .home-3 {
    padding: 50rem 0;
  }
}

.home-3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D2328;
  opacity: 0.8;
}

.home-3 .container {
  position: relative;
}

.home-3 h2 {
  text-align: center;
}

.home-3 form.form-wrap {
  margin-top: 50rem;
}

.home-3 form.form-wrap .inputs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60rem 330rem;
}

@media only screen and (max-width: 992px) {
  .home-3 form.form-wrap .inputs-wrap {
    grid-gap: 30rem 100rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-3 form.form-wrap .inputs-wrap {
    grid-template-columns: 1fr;
    grid-gap: 30rem;
  }
}

.home-3 form.form-wrap .inputs-wrap label {
  display: block;
}

.home-3 form.form-wrap .inputs-wrap label.required .label span::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/ic-required.svg");
  width: 12rem;
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: -16rem;
}

.home-3 form.form-wrap .inputs-wrap label .label {
  display: block;
  font-size: 24rem;
}

@media only screen and (max-width: 992px) {
  .home-3 form.form-wrap .inputs-wrap label .label {
    font-size: 20rem;
  }
}

.home-3 form.form-wrap .inputs-wrap label .label span {
  display: inline-block;
  position: relative;
}

.home-3 form.form-wrap .inputs-wrap label #input-range {
  margin-top: 50rem;
}

.home-3 form.form-wrap .inputs-wrap label input {
  margin-top: 15rem;
}

.home-3 form.form-wrap .inputs-wrap label input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.home-3 form.form-wrap .inputs-wrap label input:-ms-input-placeholder {
  color: #c4c4c4;
}

.home-3 form.form-wrap .inputs-wrap label input::-ms-input-placeholder {
  color: #c4c4c4;
}

.home-3 form.form-wrap .inputs-wrap label input::placeholder {
  color: #c4c4c4;
}

.home-3 .btn-wrap {
  margin-top: 80rem;
  text-align: center;
}

.home-4 {
  padding: 130rem 0;
}

@media only screen and (max-width: 992px) {
  .home-4 {
    padding: 80rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-4 {
    padding: 50rem 0;
  }
}

.home-4 .grid {
  grid-template-columns: 1fr 824rem;
  grid-gap: 40rem;
}

@media only screen and (max-width: 992px) {
  .home-4 .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-4 .grid {
    grid-template-columns: 1fr;
  }
}

.home-4 .left .text-wrap {
  margin-top: 25rem;
}

.home-4 .left .text-wrap p {
  font-size: 24rem;
  line-height: calc(50/26);
}

@media only screen and (max-width: 992px) {
  .home-4 .left .text-wrap p {
    font-size: 16rem;
  }
}

.home-4 .left .text-wrap p:not(:last-child) {
  margin-bottom: 20rem;
}

@media only screen and (max-width: 992px) {
  .home-4 .left .text-wrap p:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.home-4 .left .text-wrap p b, .home-4 .left .text-wrap p strong {
  color: #F00F1B;
  font-size: 30rem;
  line-height: 0;
}

@media only screen and (max-width: 992px) {
  .home-4 .left .text-wrap p b, .home-4 .left .text-wrap p strong {
    font-size: 20rem;
  }
}

.home-4 .right img {
  display: block;
  width: 100%;
}

.home-5 {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 80rem 0;
}

@media only screen and (max-width: 480px) {
  .home-5 {
    padding: 50rem 0;
  }
}

.home-5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d2328;
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  .home-5 h2 {
    text-align: center;
  }
}

.home-5 .container {
  position: relative;
}

.home-5 .items {
  margin-top: 90rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 992px) {
  .home-5 .items {
    margin-top: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-5 .items {
    grid-template-columns: 1fr;
    grid-gap: 50rem;
  }
}

.home-5 .items .item:not(:first-child) .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 84rem;
  right: calc(100% + 10rem);
  width: 240rem;
  height: 1rem;
  border-bottom: 4rem dashed #fff;
}

@media only screen and (max-width: 992px) {
  .home-5 .items .item:not(:first-child) .img-wrap::before {
    border-width: 2rem;
    top: 60rem;
    width: 100rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-5 .items .item:not(:first-child) .img-wrap::before {
    display: none;
  }
}

.home-5 .items .item:not(:first-child) .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 75rem;
  right: 100%;
  width: 250rem;
  height: 23rem;
  background-image: url("../img/ic-angle.svg");
  background-repeat: no-repeat;
  background-size: 20rem;
  background-position: 100% 50%;
}

@media only screen and (max-width: 992px) {
  .home-5 .items .item:not(:first-child) .img-wrap::after {
    width: 100rem;
    background-size: 10rem;
    top: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-5 .items .item:not(:first-child) .img-wrap::after {
    display: none;
  }
}

.home-5 .items .item .img-wrap {
  width: 168rem;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .home-5 .items .item .img-wrap {
    width: 120rem;
  }
}

.home-5 .items .item .img-wrap img {
  display: block;
  width: 100%;
}

.home-5 .items .item p {
  margin-top: 45rem;
  font-size: 20rem;
  text-align: center;
  padding: 0 30rem;
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  .home-5 .items .item p {
    font-size: 18rem;
    padding: 0 10rem;
    margin-top: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-5 .items .item p {
    margin-top: 10rem;
  }
}

.home-6 {
  padding: 130rem 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .home-6 {
    padding: 80rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-6 {
    padding: 50rem 0;
  }
}

@media only screen and (max-width: 992px) {
  .home-6 .container {
    max-width: 100vw;
  }
}

.home-6 .items {
  margin-top: 60rem;
}

@media only screen and (max-width: 480px) {
  .home-6 .items {
    padding: 0 30rem;
  }
}

.home-6 .items .item img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-7 {
  padding: 80rem 0;
  color: #fff;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .home-7 {
    padding: 50rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-7 h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .home-7 .container {
    max-width: 100vw;
  }
}

.home-7::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d2328;
  opacity: 0.2;
}

.home-7 .container {
  position: relative;
}

.home-7 .items {
  position: relative;
  margin: 60rem -20rem 0;
}

@media only screen and (max-width: 992px) {
  .home-7 .items {
    margin: 40rem -10rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-7 .items {
    margin: 40rem 0 0;
  }
}

.home-7 .items .col {
  padding: 20rem;
}

@media only screen and (max-width: 992px) {
  .home-7 .items .col {
    padding: 10rem;
  }
}

.home-7 .items .item {
  background-color: rgba(29, 35, 40, 0.9);
  -webkit-box-shadow: 0rem 4rem 20rem #474C50;
          box-shadow: 0rem 4rem 20rem #474C50;
  padding: 25rem 35rem;
}

@media only screen and (max-width: 992px) {
  .home-7 .items .item {
    padding: 20rem;
    -webkit-box-shadow: 0rem 4rem 10rem #474C50;
            box-shadow: 0rem 4rem 10rem #474C50;
  }
}

.home-7 .items .item .header-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-7 .items .item .header-wrap .name {
  font-size: 20rem;
}

@media only screen and (max-width: 992px) {
  .home-7 .items .item .header-wrap .name {
    font-size: 16rem;
  }
}

.home-7 .items .item .header-wrap .stars {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2rem;
}

.home-7 .items .item .header-wrap .stars img {
  width: 13rem;
}

.home-7 .items .item p {
  margin-top: 40rem;
}

.home-7 .items .item .company {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}

.home-7 .items .item .date {
  font-size: 14rem;
  margin-top: 30rem;
}

@media only screen and (max-width: 992px) {
  .home-7 .items .item .date {
    margin-top: 20rem;
  }
}

.home-7 .btn-wrap {
  margin-top: 80rem;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .home-7 .btn-wrap {
    margin-top: 50rem;
  }
}

.home-8 {
  padding: 130rem 0;
}

@media only screen and (max-width: 992px) {
  .home-8 {
    padding: 80rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-8 {
    padding: 50rem 0;
  }
}

.home-8 .items {
  margin-top: 50rem;
}

@media only screen and (max-width: 480px) {
  .home-8 .items {
    margin-top: 30rem;
  }
}

.home-8 .items .item {
  background-color: #1D2328;
  -webkit-box-shadow: 0rem 4rem 25rem #545D64;
          box-shadow: 0rem 4rem 25rem #545D64;
  color: #fff;
  padding: 0 45rem;
}

@media only screen and (max-width: 480px) {
  .home-8 .items .item {
    padding: 0 30rem;
  }
}

.home-8 .items .item:not(:last-child) {
  margin-bottom: 50rem;
}

@media only screen and (max-width: 992px) {
  .home-8 .items .item:not(:last-child) {
    margin-bottom: 30rem;
  }
}

.home-8 .items .item .header-wrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 20rem;
  padding: 25rem 0;
}

@media only screen and (max-width: 480px) {
  .home-8 .items .item .header-wrap {
    grid-template-columns: 1fr;
  }
}

.home-8 .items .item .header-wrap p {
  font-weight: bold;
  font-size: 28rem;
}

@media only screen and (max-width: 992px) {
  .home-8 .items .item .header-wrap p {
    font-size: 22rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-8 .items .item .header-wrap p {
    text-align: center;
  }
}

.home-8 .items .item .header-wrap .btn.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-8 .items .item .content-wrap {
  padding-bottom: 30rem;
  max-width: 900rem;
  font-size: 20rem;
  line-height: 1.7;
  display: none;
}

@media only screen and (max-width: 992px) {
  .home-8 .items .item .content-wrap {
    font-size: 18rem;
  }
}

.home-8 .items .item .content-wrap p:not(:last-child) {
  margin-bottom: 20rem;
}

.home-8 .items .item .content-wrap p a {
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-8 .items .item .content-wrap p a:hover {
  color: #F00F1B;
}
