/*! 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 {
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font/icon-font.eot");
  src: url("../fonts/icon-font/icon-font.eot?#iefix&") format("embedded-opentype"), url("../fonts/icon-font/icon-font.woff2") format("woff2"), url("../fonts/icon-font/icon-font.woff") format("woff"), url("../fonts/icon-font/icon-font.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/Rubik-Regular/Rubik-Regular.eot");
  src: url("../fonts/Rubik-Regular/Rubik-Regular.eot?#iefix&") format("embedded-opentype"), url("../fonts/Rubik-Regular/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/Rubik-Medium/Rubik-Medium.eot");
  src: url("../fonts/Rubik-Medium/Rubik-Medium.eot?#iefix&") format("embedded-opentype"), url("../fonts/Rubik-Medium/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium/Rubik-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/Rubik-Bold/Rubik-Bold.eot");
  src: url("../fonts/Rubik-Bold/Rubik-Bold.eot?#iefix&") format("embedded-opentype"), url("../fonts/Rubik-Bold/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold/Rubik-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
            transform: translate3d(-0.5px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
            transform: translate3d(-0.5px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .icon:before {
    display: block;
    font-family: "icon-font";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; }

.icon-arrow-left:before {
  content: '\EA01'; }

.icon-arrow-up:before {
  content: '\EA02'; }

.icon-arrow-right:before {
  content: '\EA03'; }

.icon-arrow-down:before {
  content: '\EA04'; }

.icon-arrow-left-2:before {
  content: '\EA05'; }

.icon-arrow-up-2:before {
  content: '\EA06'; }

.icon-arrow-right-2:before {
  content: '\EA07'; }

.icon-arrow-down-2:before {
  content: '\EA08'; }

.icon-cross:before {
  content: '\EA31'; }

.icon-cross-2:before {
  content: '\EA32'; }

.icon-quotes:before {
  content: '\EA34'; }

.icon-datepicker:before {
  content: '\EA35'; }

.icon-checkmark:before {
  content: '\EA41'; }

.icon-search:before {
  content: '\EA61'; }

.icon-pin:before {
  content: '\EA62'; }

.icon-pin-2:before {
  content: '\EA63'; }

.icon-phone:before {
  content: '\EA64'; }

.icon-upload:before {
  content: '\EA65'; }

.icon-replacement:before {
  content: '\EA66'; }

.icon-triangle-stop:before {
  content: '\EA67'; }

.icon-download:before {
  content: '\EA68'; }

.icon-play:before {
  content: '\EA71'; }

.icon-play-2:before {
  content: '\EA72'; }

.icon-line-chart:before {
  content: '\EA73'; }

.icon-cart:before {
  content: '\EA80'; }

.icon-arrows-loader:before {
  content: '\EA81'; }

.icon-dual-ring-loader:before {
  content: '\EA82'; }

.icon-facebook:before {
  content: '\EA101'; }

.icon-twitter:before {
  content: '\EA102'; }

.icon-instagram:before {
  content: '\EA103'; }

.icon-google-plus:before {
  content: '\EA104'; }

.icon-linkedin:before {
  content: '\EA105'; }

.icon-vkontakte:before {
  content: '\EA106'; }

.icon-medium:before {
  content: '\EA107'; }

.icon-youtube:before {
  content: '\EA108'; }

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

html,
body {
  background: #fff;
  font-family: "Rubik-Regular", sans-serif;
  font-size: 0;
  color: #000; }

body {
  padding-top: 100px; }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 199;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  body.submenu-active:after, body.header-search-active:after {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 1700px) {
    body {
      padding-top: 80px; } }
  @media screen and (max-width: 1200px) {
    body {
      padding-top: 65px; }
      body.menu-active:after {
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 750px) {
    body {
      padding-top: 57px; } }
  @media screen and (max-width: 470px) {
    body {
      padding-top: 54px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

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

.pwr {
  position: relative;
  width: 1530px;
  max-width: 100%;
  margin: 0 auto; }
  .pwr:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .pwr .pct {
    padding: 60px 0; }
  @media screen and (max-width: 1700px) {
    .pwr {
      padding: 0 24px; }
      .pwr .pct {
        padding: 45px 0; } }
  @media screen and (max-width: 1400px) {
    .pwr .pct {
      padding: 40px 0; } }
  @media screen and (max-width: 750px) {
    .pwr {
      padding: 0 12px; }
      .pwr .pct {
        padding: 32px 0; } }

.inner-ct-wide {
  position: relative;
  margin: 20px 0; }
  .inner-ct-wide:first-child {
    margin-top: 0; }
  .inner-ct-wide:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1251px) {
    .inner-ct-wide {
      width: 1220px;
      left: 50%;
      margin-left: -610px; } }
  @media screen and (min-width: 1531px) {
    .inner-ct-wide {
      width: 1530px;
      left: 50%;
      margin-left: -765px; } }

.toggler__body {
  height: 0;
  overflow: hidden; }

.toggler .content-active {
  display: none; }

.toggler.active > .toggler__body {
  height: auto; }

.toggler.active .content-default {
  display: none; }

.toggler.active .content-active {
  display: initial; }

.toggler.active > .toggler__body, .toggler.toggling > .toggler__body {
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.toggler--notransition.active > .toggler__body, .toggler--notransition.toggling > .toggler__body {
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.mobile .toggler__body {
  -webkit-transition: none !important;
  transition: none !important; }

.toggler-simple {
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f4; }
  .toggler-simple:first-child {
    padding-top: 0; }
  .toggler-simple:last-child {
    padding-bottom: 0;
    border: none; }
  .toggler-simple .toggler__trigger {
    position: relative;
    float: left;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 50px;
    font-family: "Rubik-Medium";
    font-size: 16px;
    line-height: 1.35; }
    .toggler-simple .toggler__trigger .btn-icon-plus {
      top: 0;
      margin-top: 0; }
  .toggler-simple .toggler__body {
    clear: left;
    position: relative; }
    .toggler-simple .toggler__body__ct {
      position: relative;
      padding-left: 51px;
      padding-top: 3px; }
  .toggler-simple.active .btn-icon-plus {
    background: #000; }
    .toggler-simple.active .btn-icon-plus:after {
      display: none; }
  @media screen and (max-width: 1700px) {
    .toggler-simple {
      padding: 20px 0; } }
  @media screen and (max-width: 750px) {
    .toggler-simple {
      padding: 10px 0; }
      .toggler-simple .toggler__trigger {
        padding-left: 34px;
        font-size: 14px; }
      .toggler-simple .toggler__body__ct {
        padding-left: 35px; } }

.desktop .toggler-simple .toggler__trigger:hover .btn-icon-plus {
  background: #000; }

.sct-toggler .toggler__trigger:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.sct-toggler .toggler__trigger__ct {
  float: left;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer; }

.sct-toggler .toggler__trigger .sct-title-sm {
  margin-bottom: 0; }

.sct-toggler .toggler__trigger .messages {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; }
  .sct-toggler .toggler__trigger .messages__count {
    position: relative;
    display: block;
    vertical-align: middle;
    min-width: 20px;
    height: 20px;
    margin-top: -5px;
    padding: 5px 5px 2px;
    font-family: "Rubik-Regular";
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-transition: color, background;
    transition: color, background;
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .sct-toggler .toggler__trigger .messages__count:after {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      border-top: 3px solid #000;
      border-left: 4px solid transparent; }

.sct-toggler .toggler__trigger .icon-arrow-down {
  margin-left: 30px;
  -webkit-box-flex: 0;
          flex: none;
  font-size: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.sct-toggler .toggler__body {
  clear: left;
  position: relative; }
  .sct-toggler .toggler__body__ct {
    position: relative;
    padding-top: 30px; }

.sct-toggler.active .toggler__trigger .icon-arrow-down {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

@media screen and (min-width: 1200px) {
  .sct-toggler .toggler__trigger {
    width: 1010px;
    margin-left: auto;
    margin-right: auto; } }

.toggler-btns-options .btn {
  margin-right: 0;
  margin-bottom: 1px; }
  .toggler-btns-options .btn .btn-text {
    white-space: nowrap; }

.toggler-btns-options .toggler__trigger .icon-arrow-down {
  margin-top: -1px;
  margin-left: 8px;
  font-size: 6px; }

.toggler-btns-options.active .toggler__trigger .icon-arrow-down {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

@media screen and (max-width: 1700px) {
  .toggler-btns-options .toggler__trigger .icon-arrow-down {
    margin-left: 6px; } }

.toggler-inline-btns .btn {
  margin-right: 0;
  margin-bottom: 2px; }
  .toggler-inline-btns .btn .btn-text {
    white-space: nowrap; }
  .toggler-inline-btns .btn .icon-download {
    font-size: 11px;
    margin-top: -2px;
    margin-right: 5px;
    color: #d1d1d1; }

.toggler-inline-btns .toggler__trigger {
  padding-bottom: 3px; }
  .toggler-inline-btns .toggler__trigger .icon-arrow-down {
    margin-top: -1px;
    margin-left: 8px;
    font-size: 6px; }

.toggler-inline-btns .toggler__body__ct {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start; }
  .toggler-inline-btns .toggler__body__ct .btn .btn-text {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }

.toggler-inline-btns.active .toggler__trigger .icon-arrow-down {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

.toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
  max-width: 135px; }

@media screen and (max-width: 1700px) {
  .toggler-inline-btns .toggler__trigger .icon-arrow-down {
    margin-left: 6px; } }

@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .toggler-inline-btns .content-adaptive {
    display: none; }
  .toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
    max-width: 100px; } }

@media screen and (max-width: 750px) {
  .toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
    max-width: 250px; } }

@media screen and (max-width: 470px) {
  .toggler-inline-btns .content-adaptive {
    display: none; }
  .toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
    max-width: 160px; } }

.desktop .toggler-inline-btns .btn {
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .desktop .toggler-inline-btns .btn .icon-download {
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
  .desktop .toggler-inline-btns .btn:hover {
    color: #478ffb; }
    .desktop .toggler-inline-btns .btn:hover .icon-download {
      color: #478ffb; }

.slider-slick {
  position: relative;
  overflow: hidden;
  max-height: 400px; }
  .slider-slick .slide {
    position: absolute;
    top: 0;
    left: 0; }
  .slider-slick * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
  .slider-slick.slick-initialized {
    max-height: none;
    overflow: visible; }
    .slider-slick.slick-initialized .slide {
      position: relative; }
    .slider-slick.slick-initialized * {
      opacity: 1;
      visibility: visible; }

.loaded-data {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.processing .loaded-data {
  opacity: .8; }

.prl--local {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }
  .prl--local svg {
    -webkit-box-flex: 0;
            flex: none;
    width: 58px;
    height: 58px;
    -webkit-animation: infinite-rotation .9s infinite linear;
            animation: infinite-rotation .9s infinite linear; }
    .prl--local svg path {
      fill: #069; }
  @media screen and (max-width: 750px) {
    .prl--local svg {
      width: 44px;
      height: 44px; } }

.processing .prl--local {
  opacity: 1;
  visibility: visible; }

.prl-local-ct {
  position: relative; }

.construction {
  margin-top: -225px;
  text-align: center;
  max-width: 100%; }
  .construction .illustration {
    display: inline-block;
    width: 259px;
    height: 229px;
    opacity: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
            transition-duration: 1s; }
  .construction .ct {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 25px;
    margin-left: -5px; }
    .construction .ct img {
      -webkit-box-flex: 0;
              flex: none;
      width: 212px;
      height: 53px;
      margin-top: -5px; }
    .construction .ct .info {
      position: relative;
      -webkit-box-flex: 0;
              flex: none;
      margin-left: 26px;
      padding-left: 28px;
      text-align: left;
      text-transform: uppercase; }
      .construction .ct .info:before {
        content: '';
        position: absolute;
        top: -9px;
        bottom: -6px;
        left: 0;
        width: 3px;
        background: #478ffb;
        opacity: 0;
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transition: opacity, -webkit-transform;
        transition: opacity, -webkit-transform;
        transition: opacity, transform;
        transition: opacity, transform, -webkit-transform;
        -webkit-transition-duration: .8s;
                transition-duration: .8s;
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      .construction .ct .info:after {
        content: '';
        position: absolute;
        top: -18px;
        left: 30%;
        right: 30%;
        height: 3px;
        background: #478ffb;
        opacity: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: opacity, -webkit-transform;
        transition: opacity, -webkit-transform;
        transition: opacity, transform;
        transition: opacity, transform, -webkit-transform;
        -webkit-transition-duration: .8s;
                transition-duration: .8s;
        -webkit-transition-delay: .2s;
                transition-delay: .2s;
        display: none; }
      .construction .ct .info .title {
        margin: 0;
        margin-bottom: 11px;
        font-family: "Rubik-Bold";
        font-size: 28px;
        line-height: .9;
        letter-spacing: .1px;
        opacity: 0;
        -webkit-transform: translate(0, 20px);
            -ms-transform: translate(0, 20px);
                transform: translate(0, 20px);
        -webkit-transition: opacity, -webkit-transform;
        transition: opacity, -webkit-transform;
        transition: opacity, transform;
        transition: opacity, transform, -webkit-transform;
        -webkit-transition-duration: .6s;
                transition-duration: .6s;
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      .construction .ct .info .text {
        margin: 0;
        font-family: "Rubik-Medium";
        font-size: 16px;
        line-height: 1.1;
        letter-spacing: .3px;
        opacity: 0;
        -webkit-transform: translate(0, 8px);
            -ms-transform: translate(0, 8px);
                transform: translate(0, 8px);
        -webkit-transition: opacity, -webkit-transform;
        transition: opacity, -webkit-transform;
        transition: opacity, transform;
        transition: opacity, transform, -webkit-transform;
        -webkit-transition-duration: 0.45s;
                transition-duration: 0.45s;
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
  @media screen and (max-height: 900px) {
    .construction {
      margin-top: -150px; } }
  @media screen and (max-height: 600px) {
    .construction {
      margin-top: -100px; } }
  @media screen and (max-height: 500px) {
    .construction {
      margin-top: -50px; } }
  @media screen and (max-height: 400px) {
    .construction {
      margin-top: 0px; } }
  @media screen and (max-width: 750px) {
    .construction {
      margin: -30px;
      margin-bottom: 40px;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  @media screen and (max-width: 750px) and (max-height: 450px) {
    .construction {
      margin-bottom: 10px; } }
  @media screen and (max-width: 470px) {
    .construction {
      -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
              transform: scale(0.85); }
      .construction .ct {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center; }
        .construction .ct .info {
          margin-top: 30px;
          margin-left: 0;
          padding-left: 0;
          text-align: center; }
          .construction .ct .info:before {
            display: none; }
          .construction .ct .info:after {
            display: block; } }

.ready .construction .illustration {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.ready .construction .ct .info:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1); }

.ready .construction .ct .info:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.ready .construction .ct .title, .ready .construction .ct .text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.psc-construction .pct {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 100vh; }

.page-construction {
  padding: 0 !important; }
