/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Lato);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Lato'; }

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

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

body {
  font-family: 'Lato';
  background-color: #000; }

.canvas-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000; }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
  #preloader.hide {
    opacity: 0;
    visibility: hidden; }
  #preloader img {
    position: absolute;
    left: calc( 50% - 45px);
    top: calc( 50% - 45px);
    -webkit-animation: spin 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: spin 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }

section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s; }
  section.hide {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.container {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%; }

.parsley-errors-list {
  display: none; }

/*::-webkit-scrollbar {
  width: 4px;

  @include md-h2 {

	width: 8px;
  }
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  position: relative;
  background-color: #222;
  border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: #222;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

::-webkit-scrollbar-corner {

}

::-webkit-resizer {

}*/
.page-enter {
  opacity: 0; }

.page-enter.page-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.page-exit {
  opacity: 1; }

.page-exit.page-exit-active {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.page-nav-enter {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }

.page-nav-enter.page-nav-enter-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.page-nav-exit {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.page-nav-exit.page-nav-exit-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(20deg) scale(1);
            transform: rotate(20deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(20deg) scale(1);
            transform: rotate(20deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); } }

@-webkit-keyframes burger {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes burger {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.ReactModal__Body--open {
  overflow: hidden; }

.ReactModalPortal > * {
  opacity: 0; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  -webkit-transition: opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999; }
  .overlay_after-open {
    opacity: 1; }
  .overlay_before-close {
    opacity: 0; }

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: transparent;
  outline: none; }
  .modal_after-open {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .modal_before-close {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .modal .popup-inner {
    max-width: 600px;
    text-align: center;
    color: #fff; }
    .modal .popup-inner .more {
      position: relative;
      white-space: nowrap;
      color: #fff;
      display: inline-block;
      font-weight: 700;
      padding-left: 40px;
      padding-right: 20px;
      cursor: pointer; }
      .modal .popup-inner .more:hover:before {
        opacity: 1; }
      .modal .popup-inner .more:after {
        content: "";
        position: absolute;
        left: 14px;
        top: 10px;
        width: 40px;
        height: 40px;
        background-color: #fcc53a;
        border-radius: 50%; }
        @media screen and (min-width: 1280px) {
          .modal .popup-inner .more:after {
            width: 45px;
            height: 45px;
            top: 20px;
            left: 20px; } }
        @media screen and (min-width: 1590px) {
          .modal .popup-inner .more:after {
            width: 52px;
            height: 52px;
            top: 23px; } }
        @media screen and (min-width: 1900px) {
          .modal .popup-inner .more:after {
            width: 52px;
            height: 52px;
            top: 23px; } }
      .modal .popup-inner .more:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 1px;
        width: 59px;
        height: 59px;
        background-image: url("/assets/img/sun.png");
        background-size: 100%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media screen and (min-width: 1280px) {
          .modal .popup-inner .more:before {
            width: 70px;
            height: 70px;
            top: 7px;
            left: 6px;
            opacity: 0;
            -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
        @media screen and (min-width: 1590px) {
          .modal .popup-inner .more:before {
            width: 78px;
            height: 78px;
            top: 10px; } }
        @media screen and (min-width: 1900px) {
          .modal .popup-inner .more:before {
            top: 10px; } }
      @media screen and (min-width: 720px) {
        .modal .popup-inner .more {
          margin-left: -20px; } }
      @media screen and (min-width: 1280px) {
        .modal .popup-inner .more {
          padding-left: 50px;
          padding-right: 30px; } }
      @media screen and (min-width: 1590px) {
        .modal .popup-inner .more {
          padding-left: 60px; } }
      .modal .popup-inner .more:hover {
        background-position: top center; }
      .modal .popup-inner .more a {
        position: relative;
        display: inline-block;
        padding: 22px 0;
        text-decoration: none;
        color: #fff;
        z-index: 2; }
        @media screen and (min-width: 1280px) {
          .modal .popup-inner .more a {
            font-size: 18px;
            padding: 34px 0; } }
        @media screen and (min-width: 1590px) {
          .modal .popup-inner .more a {
            padding-top: 40px; } }
  .modal input, .modal textarea {
    background-color: transparent;
    border: #fff solid 1px;
    width: 100%;
    padding: 10px;
    color: #fff;
    margin: 5px 0; }
    .modal input.parsley-error, .modal textarea.parsley-error {
      border: #f00 solid 1px; }
    .modal input::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
      color: #fff; }
    .modal input:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
      color: #fff; }
    .modal input::-ms-input-placeholder, .modal textarea::-ms-input-placeholder {
      color: #fff; }
    .modal input::placeholder, .modal textarea::placeholder {
      color: #fff; }
    .modal input:focus, .modal textarea:focus {
      border: #fcc53a solid 1px;
      outline: none; }
  .modal textarea {
    height: 120px; }

header {
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 25px;
  margin-top: 25px;
  width: 100%; }
  @media screen and (min-width: 1020px) {
    header {
      margin-left: 50px;
      margin-top: 50px; } }
  @media screen and (min-width: 1280px) {
    header {
      font-size: 12px;
      margin-left: 65px;
      margin-top: 65px; } }
  @media screen and (min-width: 1590px) {
    header {
      font-size: 14px;
      margin-left: 75px;
      margin-top: 75px; } }
  @media screen and (min-width: 1900px) {
    header {
      font-size: 16px;
      margin-left: 90px;
      margin-top: 90px; } }
  header .logo {
    position: relative;
    width: 70px;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 10000; }
    header .logo.hide {
      opacity: 0; }
    @media screen and (min-width: 1020px) {
      header .logo {
        width: 100px; } }
  header .l {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 6px; }
    header .l.show {
      opacity: 1; }
    @media screen and (min-width: 1020px) {
      header .l {
        right: 50px;
        bottom: 50px;
        width: auto; } }
    @media screen and (min-width: 1280px) {
      header .l {
        font-size: 12px;
        right: 65px;
        bottom: 65px; } }
    @media screen and (min-width: 1590px) {
      header .l {
        font-size: 14px;
        right: 75px;
        bottom: 75px; } }
    @media screen and (min-width: 1900px) {
      header .l {
        font-size: 16px;
        right: 90px;
        bottom: 90px; } }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
    header nav.open {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    header nav ul {
      position: relative;
      padding-left: 30px;
      width: 300px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 1280px) {
        header nav ul {
          font-size: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row;
                  flex-flow: row;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          width: 100%; } }
      @media screen and (min-width: 1590px) {
        header nav ul {
          font-size: 14px; } }
      @media screen and (min-width: 1900px) {
        header nav ul {
          font-size: 16px; } }
      header nav ul li {
        margin-bottom: 30px; }
        @media screen and (min-width: 1280px) {
          header nav ul li {
            position: relative;
            min-width: 45%;
            max-width: 45%;
            width: 45%;
            text-align: center;
            -webkit-transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
            header nav ul li:first-child {
              margin-left: 27.5%; }
            header nav ul li:after {
              content: "";
              position: absolute;
              top: 50%;
              right: -10px;
              width: 50px;
              height: 20px;
              background-image: url("/assets/img/next.png");
              background-size: contain;
              background-repeat: no-repeat; }
            header nav ul li:last-child:after {
              display: none; } }
    header nav .nav-item {
      position: relative;
      font-weight: 300;
      font-size: 56px;
      color: #fff;
      text-decoration: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      header nav .nav-item:hover:before, header nav .nav-item.active:before {
        opacity: 1; }
      header nav .nav-item.visible:after {
        background-color: #fcc53a; }
      header nav .nav-item.visible:before {
        display: inline-block; }
      header nav .nav-item.visible .desc {
        color: #fff; }
      header nav .nav-item.visible .name {
        color: #fff; }
      header nav .nav-item:after {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 30px;
        height: 30px;
        background-color: #fcc53a;
        border-radius: 50%; }
        @media screen and (min-width: 1280px) {
          header nav .nav-item:after {
            width: 45px;
            height: 45px;
            top: -20px;
            left: -15px;
            background-color: #323235;
            -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
        @media screen and (min-width: 1590px) {
          header nav .nav-item:after {
            width: 52px;
            height: 52px;
            top: -40px; } }
      header nav .nav-item:before {
        content: "";
        position: absolute;
        left: -19px;
        top: -8px;
        width: 47px;
        height: 47px;
        background-image: url("/assets/img/sun.png");
        background-size: 100%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media screen and (min-width: 1280px) {
          header nav .nav-item:before {
            width: 67px;
            height: 67px;
            top: -31px;
            left: -28px;
            display: none; } }
        @media screen and (min-width: 1590px) {
          header nav .nav-item:before {
            width: 75px;
            height: 75px;
            top: -50px; } }
      header nav .nav-item .desc {
        position: absolute;
        left: 0;
        top: -10px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        opacity: 0.7;
        margin-left: 14px;
        white-space: nowrap; }
        @media screen and (min-width: 1280px) {
          header nav .nav-item .desc {
            font-size: 16px;
            top: -36px;
            color: #323235;
            -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
        @media screen and (min-width: 1590px) {
          header nav .nav-item .desc {
            top: -70px;
            left: 10px;
            font-size: 18px; } }
      header nav .nav-item .name {
        position: relative;
        z-index: 10; }
        @media screen and (min-width: 1280px) {
          header nav .nav-item .name {
            font-size: 90px;
            color: #323235;
            -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
        @media screen and (min-width: 1590px) {
          header nav .nav-item .name {
            font-size: 110px; } }
  header .burger {
    color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    margin-right: 25px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer; }
    @media screen and (min-width: 1020px) {
      header .burger {
        margin-right: 50px;
        margin-top: 50px; } }
    @media screen and (min-width: 1280px) {
      header .burger {
        font-size: 12px;
        margin-right: 65px;
        margin-top: 65px; } }
    @media screen and (min-width: 1590px) {
      header .burger {
        font-size: 14px;
        margin-right: 75px;
        margin-top: 75px; } }
    @media screen and (min-width: 1900px) {
      header .burger {
        font-size: 16px;
        margin-right: 90px;
        margin-top: 90px; } }
    header .burger .txt {
      position: relative;
      display: inline-block;
      top: -3px; }
    header .burger .br {
      position: relative;
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-left: 10px;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header .burger .br .line-1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 3px;
        -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header .burger .br .line-2 {
        position: absolute;
        left: 0;
        top: 6px;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 3px; }
      header .burger .br .line-3 {
        position: absolute;
        left: 0;
        top: 12px;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 3px;
        -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    header .burger.open .br {
      position: relative;
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-left: 10px;
      -webkit-transform: rotate(359deg);
              transform: rotate(359deg); }
      header .burger.open .br .line-1 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 6px; }
      header .burger.open .br .line-2 {
        display: none; }
      header .burger.open .br .line-3 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 6px; }
  header .prev, header .next {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    width: 30%;
    z-index: 1001; }
  header .next {
    left: auto;
    right: 0; }
  header .bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    header .bottom-nav.hide {
      -webkit-transform: translateX(-50%) translateY(400px);
              transform: translateX(-50%) translateY(400px); }
    @media screen and (min-width: 1020px) {
      header .bottom-nav {
        bottom: 40px; } }
    @media screen and (min-width: 1280px) {
      header .bottom-nav {
        bottom: 50px; } }
    @media screen and (min-width: 1590px) {
      header .bottom-nav {
        bottom: 60px; } }
    @media screen and (min-width: 1900px) {
      header .bottom-nav {
        bottom: 75px; } }
    header .bottom-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      header .bottom-nav ul li {
        width: 7px;
        height: 7px;
        background-color: #63616d;
        border-radius: 50%;
        display: inline-block;
        margin: 12px;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media screen and (min-width: 1590px) {
          header .bottom-nav ul li {
            margin: 16px; } }
        header .bottom-nav ul li a {
          display: block;
          width: 100%;
          height: 100%; }
        header .bottom-nav ul li.active {
          width: 30px;
          height: 30px;
          background-color: #fff;
          margin: 0 10px;
          background-image: url("/assets/img/arrow-right.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 8px; }
          @media screen and (min-width: 1590px) {
            header .bottom-nav ul li.active {
              width: 40px;
              height: 40px; } }
    header .bottom-nav .page-name {
      position: relative;
      display: inline-block;
      font-size: 13px;
      top: -23px;
      margin-left: 10px;
      width: 60px; }
      @media screen and (min-width: 1590px) {
        header .bottom-nav .page-name {
          top: -28px;
          font-size: 14px; } }
      header .bottom-nav .page-name span {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap; }

footer .copyrights {
  position: fixed;
  left: 25px;
  bottom: 25px;
  font-size: 10px;
  color: #fff;
  opacity: 0.65; }
  @media screen and (min-width: 1020px) {
    footer .copyrights {
      left: 50px;
      bottom: 50px; } }
  @media screen and (min-width: 1280px) {
    footer .copyrights {
      font-size: 12px;
      left: 65px;
      bottom: 65px; } }
  @media screen and (min-width: 1590px) {
    footer .copyrights {
      font-size: 14px;
      left: 75px;
      bottom: 75px; } }
  @media screen and (min-width: 1900px) {
    footer .copyrights {
      font-size: 16px;
      left: 90px;
      bottom: 90px; } }

footer .l {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 6px; }
  @media screen and (min-width: 1020px) {
    footer .l {
      right: 50px;
      bottom: 50px;
      width: auto; } }
  @media screen and (min-width: 1280px) {
    footer .l {
      font-size: 12px;
      right: 65px;
      bottom: 65px; } }
  @media screen and (min-width: 1590px) {
    footer .l {
      font-size: 14px;
      right: 75px;
      bottom: 75px; } }
  @media screen and (min-width: 1900px) {
    footer .l {
      font-size: 16px;
      right: 90px;
      bottom: 90px; } }

.home {
  position: relative; }
  .home .home-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home .home-inner h3 {
      display: inline-block;
      color: #fff;
      font-weight: 300;
      font-size: 15px;
      white-space: nowrap; }
      @media screen and (min-width: 720px) {
        .home .home-inner h3 {
          font-size: 20px; } }
      @media screen and (min-width: 1280px) {
        .home .home-inner h3 {
          font-size: 28px; } }
      @media screen and (min-width: 1590px) {
        .home .home-inner h3 {
          font-size: 33px; } }
      @media screen and (min-width: 1900px) {
        .home .home-inner h3 {
          font-size: 40px; } }
    .home .home-inner img {
      width: 120px;
      margin-top: 6px;
      margin-left: 10px; }
      @media screen and (min-width: 720px) {
        .home .home-inner img {
          width: 180px;
          margin-top: 7px;
          margin-left: 20px; } }
      @media screen and (min-width: 1280px) {
        .home .home-inner img {
          width: 240px;
          margin-top: 12px;
          margin-left: 20px; } }
      @media screen and (min-width: 1590px) {
        .home .home-inner img {
          width: 270px;
          margin-top: 14px;
          margin-left: 20px; } }
      @media screen and (min-width: 1900px) {
        .home .home-inner img {
          width: 330px;
          margin-top: 14px;
          margin-left: 20px; } }
    .home .home-inner .more {
      position: relative;
      white-space: nowrap;
      color: #fff;
      font-weight: 700;
      padding-left: 40px;
      padding-right: 20px;
      margin-left: 10px; }
      .home .home-inner .more:hover:before {
        opacity: 1; }
      .home .home-inner .more:after {
        content: "";
        position: absolute;
        left: 14px;
        top: 10px;
        width: 40px;
        height: 40px;
        background-color: #fcc53a;
        border-radius: 50%; }
        @media screen and (min-width: 1280px) {
          .home .home-inner .more:after {
            width: 45px;
            height: 45px;
            top: 20px;
            left: 20px; } }
        @media screen and (min-width: 1590px) {
          .home .home-inner .more:after {
            width: 52px;
            height: 52px;
            top: 23px; } }
        @media screen and (min-width: 1900px) {
          .home .home-inner .more:after {
            width: 52px;
            height: 52px;
            top: 36px; } }
      .home .home-inner .more:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 1px;
        width: 59px;
        height: 59px;
        background-image: url("/assets/img/sun.png");
        background-size: 100%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media screen and (min-width: 1280px) {
          .home .home-inner .more:before {
            width: 70px;
            height: 70px;
            top: 7px;
            left: 6px;
            opacity: 0;
            -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
        @media screen and (min-width: 1590px) {
          .home .home-inner .more:before {
            width: 78px;
            height: 78px;
            top: 10px; } }
        @media screen and (min-width: 1900px) {
          .home .home-inner .more:before {
            top: 23px; } }
      @media screen and (min-width: 1280px) {
        .home .home-inner .more {
          padding-left: 50px;
          padding-right: 30px; } }
      @media screen and (min-width: 1590px) {
        .home .home-inner .more {
          margin-left: 20px;
          padding-left: 60px; } }
      .home .home-inner .more:hover {
        background-position: top center; }
      .home .home-inner .more a {
        position: relative;
        display: inline-block;
        padding: 22px 0;
        text-decoration: none;
        color: #fff;
        z-index: 2; }
        @media screen and (min-width: 1280px) {
          .home .home-inner .more a {
            font-size: 18px;
            padding: 34px 0; } }
        @media screen and (min-width: 1590px) {
          .home .home-inner .more a {
            padding-top: 40px; } }
        @media screen and (min-width: 1900px) {
          .home .home-inner .more a {
            padding-top: 54px; } }

.about .about-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center; }
  @media screen and (min-width: 1020px) {
    .about .about-inner {
      margin-top: 30px;
      text-align: left; } }
  .about .about-inner p {
    color: #fff;
    font-weight: 300;
    line-height: 1.5; }
    @media screen and (min-width: 1020px) {
      .about .about-inner p {
        max-width: 50%; } }
    @media screen and (min-width: 1280px) {
      .about .about-inner p {
        max-width: 40%; } }
  .about .about-inner .more {
    position: relative;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 20px;
    margin-left: 10px; }
    .about .about-inner .more:hover:before {
      opacity: 1; }
    .about .about-inner .more:after {
      content: "";
      position: absolute;
      left: 14px;
      top: 10px;
      width: 40px;
      height: 40px;
      background-color: #fcc53a;
      border-radius: 50%; }
      @media screen and (min-width: 1280px) {
        .about .about-inner .more:after {
          width: 45px;
          height: 45px;
          top: 20px;
          left: 20px; } }
      @media screen and (min-width: 1590px) {
        .about .about-inner .more:after {
          width: 52px;
          height: 52px;
          top: 23px; } }
      @media screen and (min-width: 1900px) {
        .about .about-inner .more:after {
          width: 52px;
          height: 52px;
          top: 23px; } }
    .about .about-inner .more:before {
      content: "";
      position: absolute;
      left: 3px;
      top: 1px;
      width: 59px;
      height: 59px;
      background-image: url("/assets/img/sun.png");
      background-size: 100%;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media screen and (min-width: 1280px) {
        .about .about-inner .more:before {
          width: 70px;
          height: 70px;
          top: 7px;
          left: 6px;
          opacity: 0;
          -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
      @media screen and (min-width: 1590px) {
        .about .about-inner .more:before {
          width: 78px;
          height: 78px;
          top: 10px; } }
      @media screen and (min-width: 1900px) {
        .about .about-inner .more:before {
          top: 10px; } }
    @media screen and (min-width: 720px) {
      .about .about-inner .more {
        margin-left: -40px; } }
    @media screen and (min-width: 1280px) {
      .about .about-inner .more {
        padding-left: 50px;
        padding-right: 30px;
        margin-left: -50px; } }
    @media screen and (min-width: 1590px) {
      .about .about-inner .more {
        padding-left: 60px;
        margin-left: -60px; } }
    .about .about-inner .more:hover {
      background-position: top center; }
    .about .about-inner .more a {
      position: relative;
      display: inline-block;
      padding: 22px 0;
      text-decoration: none;
      color: #fff;
      z-index: 2; }
      @media screen and (min-width: 1280px) {
        .about .about-inner .more a {
          font-size: 18px;
          padding: 34px 0; } }
      @media screen and (min-width: 1590px) {
        .about .about-inner .more a {
          padding-top: 40px; } }
  .about .about-inner .l {
    position: absolute;
    left: -10px;
    top: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media screen and (min-width: 720px) {
      .about .about-inner .l {
        left: -20px;
        top: -20px; } }
    @media screen and (min-width: 1590px) {
      .about .about-inner .l {
        left: -40px; } }

.offer .offers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0; }
  .offer .offers li {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #fff;
    text-align: center; }
    .offer .offers li h1 {
      font-weight: 300;
      margin-top: 80px;
      margin-bottom: 40px; }
      @media screen and (min-width: 720px) {
        .offer .offers li h1 {
          margin-bottom: 100px; } }
      @media screen and (min-width: 1280px) {
        .offer .offers li h1 {
          margin-top: 100px; } }
      @media screen and (min-width: 1590px) {
        .offer .offers li h1 {
          font-size: 45px;
          margin-top: 120px;
          margin-bottom: 130px; } }
      @media screen and (min-width: 1900px) {
        .offer .offers li h1 {
          font-size: 50px;
          margin-top: 150px;
          margin-bottom: 220px; } }
    .offer .offers li .content {
      position: relative; }
      @media screen and (min-width: 1280px) {
        .offer .offers li .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 700px;
          margin: 0 auto; } }
      .offer .offers li .content:before {
        content: "";
        position: absolute;
        left: 20px;
        top: 70px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/assets/img/l-2.png"); }
        @media screen and (min-width: 720px) {
          .offer .offers li .content:before {
            top: 120px;
            left: 150px; } }
        @media screen and (min-width: 1020px) {
          .offer .offers li .content:before {
            width: 15px;
            height: 15px;
            left: calc( 50% - 230px); } }
        @media screen and (min-width: 1280px) {
          .offer .offers li .content:before {
            top: -15px;
            left: -30px; } }
        @media screen and (min-width: 1590px) {
          .offer .offers li .content:before {
            top: -15px;
            left: -50px; } }
      .offer .offers li .content:after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: -10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/assets/img/l-1.png"); }
        @media screen and (min-width: 720px) {
          .offer .offers li .content:after {
            bottom: -20px;
            right: 150px; } }
        @media screen and (min-width: 1020px) {
          .offer .offers li .content:after {
            width: 15px;
            height: 15px;
            right: calc( 50% - 230px); } }
        @media screen and (min-width: 1280px) {
          .offer .offers li .content:after {
            display: none; } }
    .offer .offers li img {
      height: 60px; }
      @media screen and (min-width: 1280px) {
        .offer .offers li img {
          height: auto;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .offer .offers li p {
      margin-top: 30px;
      font-size: 14px;
      padding: 0 40px;
      font-weight: 300;
      line-height: 1.3; }
      @media screen and (min-width: 720px) {
        .offer .offers li p {
          max-width: 400px;
          padding: 0;
          margin: 90px auto; } }
      @media screen and (min-width: 1280px) {
        .offer .offers li p {
          display: inline-block;
          text-align: left;
          margin-left: 60px;
          margin-top: 15px;
          max-width: 500px;
          margin-bottom: 15px; } }
      @media screen and (min-width: 1590px) {
        .offer .offers li p {
          font-size: 16px; } }
      .offer .offers li p.small {
        padding: 0;
        font-size: 11px;
        margin-top: 10px; }
        @media screen and (min-width: 1280px) {
          .offer .offers li p.small {
            margin: 10px 0; } }

.offer .nav {
  position: fixed;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 310px;
  height: 2px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .offer .nav {
      width: 400px; } }
  @media screen and (min-width: 1590px) {
    .offer .nav {
      bottom: 180px; } }
  @media screen and (min-width: 1900px) {
    .offer .nav {
      width: 500px; } }
  .offer .nav li {
    position: relative;
    width: calc( 100% / 7);
    height: 4px;
    top: -30px;
    opacity: 1;
    padding: 30px 0 10px;
    cursor: pointer; }
    .offer .nav li div {
      position: relative;
      background-color: transparent;
      height: 4px;
      border-radius: 4px;
      top: -1px;
      -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .offer .nav li div span {
        position: absolute;
        color: #fff;
        font-size: 9px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 14px;
        opacity: 1;
        text-align: center; }
        @media screen and (min-width: 1590px) {
          .offer .nav li div span {
            font-size: 10px; } }
    .offer .nav li.active div, .offer .nav li:hover div {
      background-color: #fff; }

.contact .contact-inner {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 1020px) {
    .contact .contact-inner {
      top: 50%;
      margin-top: 30px;
      width: auto;
      text-align: left; } }
  .contact .contact-inner p {
    color: #fff;
    font-weight: 300;
    line-height: 1.5; }
    @media screen and (min-width: 1020px) {
      .contact .contact-inner p {
        max-width: 50%; } }
  .contact .contact-inner h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .contact .contact-inner h2 {
        font-size: 40px; } }
    @media screen and (min-width: 1900px) {
      .contact .contact-inner h2 {
        font-size: 50px; } }
  .contact .contact-inner .address {
    font-weight: 900;
    white-space: nowrap; }
  .contact .contact-inner .contact-data {
    margin: 30px 0; }
    .contact .contact-inner .contact-data a {
      color: #fff;
      text-decoration: none;
      line-height: 1.5; }
  .contact .contact-inner .more {
    position: relative;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 20px;
    cursor: pointer; }
    .contact .contact-inner .more:hover:before {
      opacity: 1; }
    .contact .contact-inner .more:after {
      content: "";
      position: absolute;
      left: 14px;
      top: 10px;
      width: 40px;
      height: 40px;
      background-color: #fcc53a;
      border-radius: 50%; }
      @media screen and (min-width: 1280px) {
        .contact .contact-inner .more:after {
          width: 45px;
          height: 45px;
          top: 20px;
          left: 20px; } }
      @media screen and (min-width: 1590px) {
        .contact .contact-inner .more:after {
          width: 52px;
          height: 52px;
          top: 23px; } }
      @media screen and (min-width: 1900px) {
        .contact .contact-inner .more:after {
          width: 52px;
          height: 52px;
          top: 23px; } }
    .contact .contact-inner .more:before {
      content: "";
      position: absolute;
      left: 3px;
      top: 1px;
      width: 59px;
      height: 59px;
      background-image: url("/assets/img/sun.png");
      background-size: 100%;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media screen and (min-width: 1280px) {
        .contact .contact-inner .more:before {
          width: 70px;
          height: 70px;
          top: 7px;
          left: 6px;
          opacity: 0;
          -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } }
      @media screen and (min-width: 1590px) {
        .contact .contact-inner .more:before {
          width: 78px;
          height: 78px;
          top: 10px; } }
      @media screen and (min-width: 1900px) {
        .contact .contact-inner .more:before {
          top: 10px; } }
    @media screen and (min-width: 720px) {
      .contact .contact-inner .more {
        margin-left: -20px; } }
    @media screen and (min-width: 1280px) {
      .contact .contact-inner .more {
        padding-left: 50px;
        padding-right: 30px; } }
    @media screen and (min-width: 1590px) {
      .contact .contact-inner .more {
        padding-left: 60px; } }
    .contact .contact-inner .more:hover {
      background-position: top center; }
    .contact .contact-inner .more a {
      position: relative;
      display: inline-block;
      padding: 22px 0;
      text-decoration: none;
      color: #fff;
      z-index: 2; }
      @media screen and (min-width: 1280px) {
        .contact .contact-inner .more a {
          font-size: 18px;
          padding: 34px 0; } }
      @media screen and (min-width: 1590px) {
        .contact .contact-inner .more a {
          padding-top: 40px; } }
