

/* Start:/local/templates/edisontheme/css/normalize.css?17415972766142*/
/*! 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 */
  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;
}

/* End */


/* Start:/local/templates/edisontheme/css/animate.min.css?174159727673354*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

/* End */


/* Start:/local/templates/edisontheme/css/slick.css?17415972771776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    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;
}

/* End */


/* Start:/local/templates/edisontheme/css/fancybox.css?174159727715598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/edisontheme/css/style.min.css?174159727795105*/
.container{max-width:1680px;margin:0 auto;padding:0 15px}@font-face{font-family:Geologica;src:url(/local/templates/edisontheme/css/../fonts/Geologica-Thin.woff2) format('woff2'),url(/local/templates/edisontheme/css/../fonts/Geologica-Thin.woff) format('woff');font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geologica;src:url(/local/templates/edisontheme/css/../fonts/Geologica-Bold.woff2) format('woff2'),url(/local/templates/edisontheme/css/../fonts/Geologica-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geologica;src:url(/local/templates/edisontheme/css/../fonts/Geologica-Medium.woff2) format('woff2'),url(/local/templates/edisontheme/css/../fonts/Geologica-Medium.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geologica;src:url(/local/templates/edisontheme/css/../fonts/Geologica-SemiBold.woff2) format('woff2'),url(/local/templates/edisontheme/css/../fonts/Geologica-SemiBold.woff) format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geologica;src:url(/local/templates/edisontheme/css/../fonts/Geologica-Regular.woff2) format('woff2'),url(/local/templates/edisontheme/css/../fonts/Geologica-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}html{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{width:100%;min-width:320px;margin:0;padding:0;font-family:Geologica,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:normal;font-variation-settings:"slnt" 0,"CRSV" 0,"SHRP" 0}.wrap{width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden}img{max-width:100%;height:auto}a,a:focus,button,button:focus,input,input:focus{outline:0;text-decoration:none}ul{margin:0;padding:0;list-style:none}.form-group input{width:100%;height:36px;padding:0;border:none;border-bottom:1px solid #e9e9e9;background-color:transparent;color:#000;font-weight:400;font-size:18px}.form-group input::-webkit-input-placeholder{opacity:1;color:#bbb;-webkit-transition:.3s linear;transition:.3s linear}.form-group input::-moz-placeholder{opacity:1;color:#bbb;-moz-transition:.3s linear;transition:.3s linear}.form-group input:-moz-placeholder{opacity:1;color:#bbb;-moz-transition:.3s linear;transition:.3s linear}.form-group input:-ms-input-placeholder{opacity:1;color:#bbb;-ms-transition:all .3s linear;transition:.3s linear}.form-group textarea{width:100%;min-height:112px;padding:0 0 10px;border:none;border-bottom:1px solid #e9e9e9;background-color:transparent;color:#000;font-weight:400;font-size:18px;resize:vertical}.form-group textarea::-webkit-input-placeholder{opacity:1;color:#bbb;-webkit-transition:.3s linear;transition:.3s linear}.form-group textarea::-moz-placeholder{opacity:1;color:#bbb;-moz-transition:.3s linear;transition:.3s linear}.form-group textarea:-moz-placeholder{opacity:1;color:#bbb;-moz-transition:.3s linear;transition:.3s linear}.form-group textarea:-ms-input-placeholder{opacity:1;color:#bbb;-ms-transition:all .3s linear;transition:.3s linear}.form-group textarea:focus{outline:0}.form-checkbox{position:relative}.form-checkbox label{display:block;position:relative;padding-left:44px;font-weight:250;font-size:18px;line-height:1.4;color:#292929;cursor:pointer}.form-checkbox label a{display:inline-block;font-weight:400;color:#000}.form-checkbox label::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:24px;height:24px;border:2px solid #292929;border-radius:4px;background-color:transparent}.form-checkbox input{display:none}.form-checkbox input:checked+label::before{background-image:url(/local/templates/edisontheme/css/../icons/check.svg);background-position:center;background-repeat:no-repeat;background-size:18px}.form-file{position:relative}.form-file input[type=file]{display:none}.form-file label{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px;height:78px;cursor:pointer;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.form-file label svg{-webkit-box-flex:0;-ms-flex:none;flex:none;width:24px;height:24px;fill:#ff0d5f}.form-file label span{font-weight:400;font-size:18px;line-height:1.4;color:#ff0d5f;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.header{position:fixed;z-index:6000;top:0;left:0;width:100%;padding:20px 0 19px;border-bottom:1px solid #bbb;background:#fff}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__center{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:116px}.header__slogan{margin:0;font-weight:250;font-size:18px;line-height:1.4;color:#bbb}.header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:99px}.burger{position:relative;width:50px;height:30px;padding:0;border:none;background:0 0;cursor:pointer}.burger span{position:absolute;display:block;background:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.burger span:first-child{left:0;top:calc(50% - 6px);width:50px;height:3px}.burger span:nth-child(2){left:0;top:calc(50% + 6px);width:30px;height:3px}.burger.open span:first-child{left:4px;top:calc(50% - 2px);width:36px;height:4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.burger.open span:nth-child(2){left:4px;top:calc(50% - 2px);width:36px;height:4px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.logo{display:block;width:199px;height:45px}.logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.worktime{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-right:11px}.worktime__icon{width:24px;height:24px}.worktime__icon svg{width:100%;height:100%;fill:#bbb}.worktime__text{font-weight:400;font-size:18px;color:#000}.location{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.location__icon{width:23px;height:24px}.location__icon svg{width:100%;height:100%;fill:#bbb}.location__link{font-weight:400;font-size:18px;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.partners-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.partners-link__icon{width:24px;height:24px}.partners-link__icon svg{width:100%;height:100%;fill:#bbb}.partners-link__link{font-weight:400;font-size:18px;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.navbar{position:relative;z-index:100;margin-top:84px;padding:20px 0 21px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:rgba(255,255,255,.3)}.navbar__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:83px}.navbar__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.navbar--dark .menu__link svg{fill:#000}.navbar--dark .menu__link span{color:#000}.navbar--dark .search{border-bottom-color:#000}.navbar--dark .search input{color:#000}.navbar--dark .search button svg{fill:#000}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:83px}.menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.menu__link svg{width:24px;height:24px;fill:#fff}.menu__link span{font-weight:400;font-size:18px;line-height:.9;color:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.search{position:relative;bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:40px;border-bottom:1px solid #fff}.search input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;border:none;background-color:transparent;font-family:Geologica,sans-serif;font-weight:400;font-size:18px;color:#fff}.search input::-webkit-input-placeholder{color:#bbb;opacity:1}.search input::-moz-placeholder{color:#bbb;opacity:1}.search input:-moz-placeholder{color:#bbb;opacity:1}.search input:-ms-input-placeholder{color:#bbb;opacity:1}.search button{width:24px;padding:4px 0 0;border:none;background:0 0;cursor:pointer}.search button svg{width:24px;height:24px;fill:#fff}.dropdown{position:absolute;left:0;top:100%;display:none;width:100%;padding-top:20px;background:#fff}.dropdown__grid{display:grid;grid-template-columns:1fr 906px}.dropdown__area:first-child{padding:64px 0;border-bottom:1px solid #e9e9e9}.dropdown__area:nth-child(2){padding-top:67px}.dropdown__area:nth-child(4){display:none}.dropdown__area:nth-child(5){grid-area:1/2/2/3;border-bottom:1px solid #e9e9e9}.dropmenu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.dropmenu__link{font-weight:400;font-size:34px;line-height:.9;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.promo-banner{position:relative}.promo-banner img{display:block;width:100%;height:auto}.promo-banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:64px;bottom:61px;gap:30px;border:1px solid #000;width:319px;height:84px;background:#fff;font-weight:400;font-size:22px;line-height:.9;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.promo-banner__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.social{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;position:relative;height:336px;background:#fff;overflow:hidden}.social__link img{position:relative;z-index:10;width:100px;height:100px}.social__link span{position:relative;z-index:10;font-weight:400;font-size:24px;line-height:1;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.social__link::before{content:'';position:absolute;z-index:1;top:calc(50% - 27px);left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#e60855;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.footer{padding:61px 0 38px;border-top:1px solid #e9e9e9}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:30px}.footer__col{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 2.5) + ((2.5 - 1) * 30px))}.footer__col:first-child{padding-top:14px}.footer__col:nth-child(2){padding-left:12px}.footer__col:nth-child(3){padding-left:4px}.footer__col:nth-child(4){padding-left:12px}.footer__col:last-child{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 2) + ((2 - 1) * 30px));padding-left:16px}.footer__title{margin:0 0 15px;font-weight:400;font-size:24px;line-height:1.2;color:#292929}.footer .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;margin-top:28px;border:none}.footer .social__link{width:40px;height:40px}.footer .social__link span,.footer .social__link::before{display:none}.f-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.f-menu__link{font-weight:250;font-size:18px;line-height:1.4;color:#292929;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.bottom{margin-top:58px;padding-top:60px;border-top:1px solid #e9e9e9}.bottom__text{max-width:948px;margin:0 0 20px;font-weight:250;font-size:18px;line-height:1.4;color:#bababa}.bottom__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.bottom__link{font-weight:400;font-size:18px;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.bottom__link:last-child{margin-left:auto}.banner{position:relative;margin-bottom:220px;padding-top:284px;padding-bottom:50px}.banner__video{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;overflow:hidden}.banner__video video{position:relative;z-index:1;display:block;width:100%}.banner__video::after{content:'';position:absolute;z-index:10;left:0;top:0;width:100%;height:100%;background:#000;opacity:.3}.banner .container{position:relative;z-index:20}.banner__text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-bottom:163px;font-weight:600;font-size:96px;line-height:1;text-transform:uppercase;text-align:center;color:#fff}.banner__text span br{display:none}.banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;width:342px;height:84px;margin:0 auto;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.banner__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000}.banner__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.info-banner{height:850px;margin-bottom:220px;padding-top:108px;background:url(/local/templates/edisontheme/css/../img/info-banner.png) center/cover no-repeat}.info-banner__num{margin-left:684px;margin-bottom:43px;font-weight:700;font-size:320px;line-height:1;color:#e60855}.info-banner__text{margin-left:983px;margin-bottom:40px;font-weight:400;font-size:95px;line-height:1;color:#fff}.info-banner__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;width:301px;height:84px;margin-left:983px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.info-banner__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000}.info-banner__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.services__title{margin:0 0 55px;font-weight:400;font-size:48px;line-height:1;color:#292929}.services__grid{display:grid;grid-template-columns:repeat(2,1fr)}.services__item{position:relative;height:689px;border:1px solid #bbb}.services__item:first-child{z-index:15}.services__item:first-child .services__img{right:-46px;width:859px;height:737px}.services__item:nth-child(2){border-left:none}.services__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:100%;height:100%;overflow:hidden}.services__wrap::before{content:'';position:absolute;z-index:1;right:-30px;bottom:-173px;width:406px;height:406px;border-radius:50%;background:#fff;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.services__img{position:absolute;z-index:5;right:0;bottom:0;width:439px;height:511px}.services__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.services__text{position:relative;z-index:10;max-width:500px;margin:26px 30px;font-weight:400;font-size:82px;line-height:1.2;color:#292929}.services__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;width:351px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.services__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000}.services__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.section{margin-bottom:220px}.section__title{margin:0 0 55px;font-weight:400;font-size:48px;line-height:1;color:#292929}.section__footer{border-bottom:1px solid #bbb}.section__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;position:relative;z-index:10;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;margin-bottom:-1px;padding:10px 50px}.section__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.section__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.section .container>.carousel{padding-top:4px}.carousel{margin-bottom:80px}.carousel .slick-list{overflow:visible}.carousel .slick-slide{padding-right:30px}.preview{position:relative;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:670px;height:632px;padding:30px 0;overflow:hidden}.preview__img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.preview__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.preview__img::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(#000),color-stop(47.24%,rgba(0,0,0,0)));background:-o-linear-gradient(bottom,#000 0,rgba(0,0,0,0) 47.24%);background:linear-gradient(0deg,#000 0,rgba(0,0,0,0) 47.24%)}.preview__title{position:relative;z-index:10;min-height:115px;margin:0;padding:0 30px;font-family:Geologica,sans-serif;font-weight:400;font-size:32px;line-height:1.2;color:#fff}.preview__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:10;padding-right:30px}.preview__date{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:44px;padding:0 14px 0 30px;background:#fff;font-weight:250;font-size:18px;line-height:1.4;color:#292929}.preview__date--period{padding-right:30px}.preview__cat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:9px 23px;height:43px;background:#ff0d5f;font-weight:250;font-size:18px;line-height:1.4;color:#fff}.preview--gallery .preview__img::before{display:none}.err404{margin-top:-80px;padding:260px 0 160px;background:url(/local/templates/edisontheme/css/../img/bg-404.jpg) center/cover no-repeat}.err404__content{padding-left:calc(50% + 15px)}.err404__title{margin:0 0 40px;font-weight:600;font-size:300px;line-height:1;text-transform:uppercase;color:#e60855}.err404__subtitle{margin:0 0 26px;font-weight:400;font-size:48px;line-height:1;color:#292929}.err404__text{max-width:700px;margin:0 0 40px;font-weight:250;font-size:18px;line-height:1.4;color:#292929}.err404__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;width:399px}.err404__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.err404__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.hero{position:relative;z-index:10;margin-bottom:153px}.hero__carousel .slick-dots{position:absolute;z-index:10;bottom:60px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:14px}.hero__carousel .slick-dots li{width:15px;height:15px}.hero__carousel .slick-dots li button{display:block;width:100%;height:100%;padding:0;border:none;border-radius:50%;font-size:0;background:#fff}.hero__carousel .slick-dots li.slick-active button{background:#e60855}.hero__item{position:relative}.hero__video{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;overflow:hidden}.hero__video video{position:relative;z-index:1;display:block;width:auto;height:100%}.hero__video::after{content:'';position:absolute;z-index:10;left:0;top:0;width:100%;height:100%;background:#000;opacity:.4}.hero .container{position:relative;z-index:10}.hero__title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1080px;margin:0;padding-bottom:16px;font-weight:500;font-size:140px;line-height:1.1;text-transform:uppercase;color:#fff}.hero__counter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:29px;position:absolute;z-index:20;top:120px;right:calc((100vw - 1680px)/ 2 + 6px);font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase;color:#fff}.hero__counter span.hero__current{position:relative}.hero__counter span.hero__current::after{content:'';position:absolute;bottom:10px;right:-17px;width:2px;height:35px;background:#fff}.hero--tenants{margin-bottom:120px;padding-top:292px;padding-bottom:18px}.hero--tenants .hero__video video{left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:auto}.hero--tenants .hero__title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;aspect-ratio:auto;margin-bottom:142px;font-weight:600;font-size:96px;line-height:1;text-transform:uppercase;text-align:center}.hero__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;width:342px;margin:0 auto}.hero__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase;text-transform:none}.hero__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs{position:relative}.tabs__video{position:absolute;z-index:1;top:-190px;right:-767px;width:1480px}.tabs__video video{width:100%;height:auto}.tabs__nav{position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;margin-bottom:58px;border-bottom:1px solid #bbb}.tabs__link{position:relative;z-index:1;padding:0 0 29px;border-bottom:1px solid transparent;font-weight:400;font-size:48px;line-height:1;color:#bbb;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs__link.active{color:#000;border-color:#e60855}.tabs__item{display:none;position:relative;z-index:10}.tabs__item.active{display:block}.m-blog{display:grid;grid-template-columns:calc(50% + 12px) 1fr 1fr;padding-top:5px}.m-blog__item:first-child{grid-area:1/1/4/2;padding-right:27px}.present{position:relative;padding:29px 30px;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.present__img{height:112px;margin-bottom:30px}.present__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.present__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin-bottom:10px}.present__title{margin:0;font-weight:400;font-size:24px;line-height:1.2;color:#292929}.present__cat{font-weight:250;font-size:18px;line-height:1.4;color:#bababa}.present__text{margin-bottom:30px;font-weight:250;font-size:18px;line-height:1.4;color:#292929}.present__text p{margin:0;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.present__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;border:1px solid #e60855;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;width:100%;height:64px}.present__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.present__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.present--main{padding:0}.present--main .present__img{height:846px;margin-bottom:0}.present--main .present__content{padding:30px;border:1px solid #e9e9e9}.present--main .present__header{margin-bottom:30px}.present--main .present__text{margin-bottom:27px}.present--main .present__text p{-webkit-line-clamp:6}.present--main .present__btn{max-width:354px;height:84px}.main{margin-top:-80px}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:92px;row-gap:10px;-webkit-column-gap:22px;-moz-column-gap:22px;column-gap:22px;position:relative;z-index:100}.breadcrumbs__item{font-weight:400;font-size:16px;color:#e60855}.breadcrumbs__link{position:relative;font-size:16px;line-height:.9;color:#bbb;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.breadcrumbs__link::after{content:'';position:absolute;right:-14px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:5px;height:5px;border-radius:50%;background:#e60855}.title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:100;margin:0;padding-right:200px;font-weight:400;font-size:95px;line-height:1;color:#000}.title span{position:relative;z-index:10;min-width:358px;font-weight:600;font-size:180px;line-height:1;color:#fff;text-align:center}.title span.shops{padding-right:27px}.catalog{position:relative;z-index:10;margin-bottom:222px}.catalog__grid{display:grid;grid-template-columns:repeat(4,1fr)}.catalog__grid.list{grid-template-columns:100%!important}.catalog__grid.list .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #bbb!important;border-top:none!important}.catalog__grid.list .card:first-child{border-top:1px solid #bbb!important}.catalog__grid.list .card__label{left:auto;top:29px;right:0;padding:9px 26px;font-size:18px}.catalog__grid.list .card__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:413px;height:274px;margin-right:149px}.catalog__grid.list .card__desc{width:946px;padding:20px 0;border-top:none}.catalog__grid.list .card__text{display:block;margin:30px 0 0;font-weight:250;font-size:18px;line-height:1.4;color:#000}.card{position:relative;border:1px solid #bbb;border-left:none;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.card:nth-child(n+5){border-top:none}.card:nth-child(4n-3){border-left:1px solid #bbb}.card__label{position:absolute;z-index:10;top:30px;left:30px;padding:9px 23px;background:#e60855;font-weight:250;font-size:18px;line-height:1.4;color:#fff}.card__img{height:275px}.card__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.card__desc{padding:29px 30px 28px;border-top:1px solid #bbb}.card__title{margin:0 0 10px;font-weight:400;font-size:32px;line-height:1.2;color:#000}.card__subtitle{margin:0;font-weight:250;font-size:18px;line-height:1.4;color:#000}.card__text{display:none}.control{position:relative;z-index:100;height:70px;margin-bottom:30px;padding:15px 0 16px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:rgba(255,255,255,.3)}.control__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:31px}.control .search{width:390px;height:38px;margin-right:58px;border-bottom-color:#000}.control .search input{padding-top:4px;padding-bottom:19px;color:#000}.control .search button{padding-top:0}.control .search button svg{margin-bottom:10px;fill:#000}.view{display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;margin-left:auto}.view__item{width:24px;height:24px}.view__item svg{width:100%;height:100%;fill:#bbb;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.view__item.active svg{fill:#e60855}.filter__btn{display:none;border-radius:4px;padding:5px 10px;width:219px;height:46px;background:#e60855;gap:5px}.filter__btn svg{width:16px;height:16px;fill:#fff}.filter__btn span{font-weight:400;font-size:16px;line-height:.9;color:#fff}.filter__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:70px}.filter__back{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;height:22px;margin-bottom:30px}.filter__back svg{width:16px;height:16px;fill:none;stroke:#292929}.filter__back span{font-weight:400;font-size:16px;line-height:1.4;color:#000}.filter--mobile{position:fixed;z-index:6000;top:0;left:-101%;width:100%;height:100vh;padding:30px 15px;background:#fff;overflow-y:auto;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.filter--mobile.open{left:0}.select{display:block;position:relative}.new-select{position:relative;padding:4px 54px 4px 0;font-weight:400;font-size:18px;line-height:.9;color:#000;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-select__list{position:absolute;top:44px;left:0;width:max-content;border:1px solid #e9e9e9;padding:10px 15px;cursor:pointer;z-index:2;background:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-select__list.on{display:block}.new-select__item{margin-bottom:15px}.new-select__item span{display:block;font-weight:400;font-size:18px;line-height:.9;color:#000}.new-select__item:last-child{margin-bottom:0}.new-select::after{content:'';display:block;width:24px;height:24px;position:absolute;right:0;top:0;background:url(/local/templates/edisontheme/css/../icons/angle-small-down.svg) center/contain no-repeat;-webkit-transition:.27s ease-in-out;-o-transition:.27s ease-in-out;transition:.27s ease-in-out;-webkit-transform:rotateX(0);transform:rotateX(0)}.new-select.on::after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.page-header{position:relative;margin-top:80px;padding-top:22px}.page-header__img{position:absolute;z-index:1}.page-header__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.page-header--shops{padding-bottom:60px}.page-header--shops .page-header__img{left:calc(50% + 405px);bottom:-54px;width:555px;height:353px}.page-header--shops .title{padding-right:0}.page-header--services{padding-bottom:60px}.page-header--services .page-header__img{left:calc(50% + 405px);bottom:-54px;width:555px;height:353px}.page-header--services .title{padding-right:0}.page-header--about{margin-bottom:100px;padding-bottom:209px}.page-header--about .page-header__img{bottom:0;right:calc((100vw - 1680px)/ 2 + 6px);width:570px;height:475px}.page-header--article{padding-bottom:61px}.page-header--article::before{content:'';position:absolute;z-index:1;left:-8px;bottom:-56px;width:215px;height:431px;background:url(/local/templates/edisontheme/css/../icons/semicircle.svg) center/contain no-repeat}.page-header--article .title{min-height:210px;line-height:1.1}.page-header--page{padding-bottom:60px}.page-header--page .title{padding-top:12px}.page-header--contacts{padding-bottom:60px}.page-header--contacts .title{padding-top:1px;line-height:1.1;padding-right:0}.page-header--howtoget{padding-bottom:59px}.page-header--howtoget .title{padding-right:0}.page-header--tenants{padding-bottom:22px}.page-header--tenants .breadcrumbs{margin-bottom:0}.rules{margin-top:-1px;margin-bottom:220px;padding-top:70px}.rules__wrap{position:relative;height:690px;padding-top:119px;background:#e9e9e9}.rules__img{position:absolute;z-index:1;bottom:0;left:calc(50% - 34px);width:902px;height:760px}.rules__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.rules__title{position:relative;z-index:10;max-width:900px;margin:0 -1px 60px;font-weight:400;font-size:95px;line-height:1;color:#000}.rules__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;width:329px;margin-left:-1px}.rules__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.rules__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.developer{margin-top:221px;margin-bottom:220px}.developer__wrap{position:relative;border-bottom:1px solid #e9e9e9}.developer__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-bottom:60px;padding-bottom:131px;border-bottom:1px solid #e9e9e9}.developer__title{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px));margin:0;font-weight:400;font-size:95px;line-height:1;color:#292929}.developer__img{position:absolute;z-index:1;top:0;left:calc(50% + 14px);width:810px;height:417px}.developer__img.abs-top{position:absolute;top:0;bottom:auto}.developer__img.abs-bottom{position:absolute;top:auto;bottom:0}.developer__img.fixed{position:fixed;top:105px;bottom:auto}.developer__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.developer__text{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px));margin-bottom:57px}.developer__text p{margin:0 0 15px;font-weight:250;font-size:18px;line-height:1.4;color:#292929}.developer__text p:last-child{margin-bottom:0}.developer__text p strong{font-weight:400}.developer__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;width:357px}.developer__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase;text-transform:none}.developer__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.running-block{margin-bottom:220px}.running-block__item{margin-bottom:80px;padding-bottom:80px;border-bottom:1px solid #e9e9e9}.running-block__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.running .slick-list{overflow:visible}.running .item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;gap:90px;padding-right:90px;padding-bottom:50px}.running__img{width:400px;height:200px}.running__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.running__text{width:672px;color:#bababa}.running__text p{margin:0;font-weight:400;font-size:95px;line-height:1}.running__text p:nth-child(2){margin-top:14px;padding-left:142px;font-weight:250;font-size:48px;line-height:1.2}.running .slick-slide.slick-active .running__text{color:#292929}.article{position:relative;margin-bottom:284px}.article__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}.article--nbb .article__wrap{border-bottom:none}.article__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.article__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:60px}.article__date{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:19px;margin-bottom:30px}.article__date span{font-weight:400;font-size:18px;line-height:1.4;color:#bbb}.article__date time{font-weight:400;font-size:18px;line-height:1.4;color:#000}.article__text{margin-bottom:40px}.article__text p{margin:0 0 15px;font-weight:250;font-size:18px;line-height:1.39;color:#000}.article__text p:last-child{margin-bottom:0}.article__text p strong{font-weight:400}.article__text h2{margin:0 0 15px;font-weight:400;font-size:24px;line-height:1.4;color:#000}.article__text ul li{margin-bottom:10px;font-weight:250;font-size:18px;line-height:1.4;color:#292929}.article__text ul li:last-child{margin-bottom:0}.article__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;width:363px;margin-top:auto}.article__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.article__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.article__media{display:grid;grid-template-columns:repeat(2,1fr);width:calc(50vw - 15px);align-self:flex-start;margin-right:-150px}.article__media .article__img{height:449px}.article__video{position:relative;grid-column-start:1;grid-column-end:-1;height:450px;overflow:hidden}.article__video video{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.feedback{margin-bottom:99px;padding-bottom:82px}.feedback__wrap{position:relative;padding-top:50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}.feedback form{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 7) + ((7 - 1) * 30px));display:grid;grid-template-columns:390px 530px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:29px}.feedback .textarea{grid-area:2/2/4/-1}.feedback__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:120px;grid-column-start:1;grid-column-end:-1;padding-top:25px}.feedback .form-checkbox{width:475px}.feedback__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;-webkit-box-flex:0;-ms-flex:none;flex:none;width:269px;cursor:pointer}.feedback__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.feedback__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.feedback__img{position:absolute;bottom:-82px;right:-6px;width:541px;height:526px;overflow:hidden}.feedback__img img{position:relative;z-index:10;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.feedback__img::after{content:'';position:absolute;z-index:1;right:6px;bottom:0;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:308px;height:308px;border-radius:50%;background:#e60855;-webkit-animation:2s ease-in 2s forwards circle-scale;animation:2s ease-in 2s forwards circle-scale}@-webkit-keyframes circle-scale{from{width:308px;height:308px}to{width:532px;height:532px}}@keyframes circle-scale{from{width:308px;height:308px}to{width:532px;height:532px}}.contacts{margin-bottom:37px}.contacts__title{margin:0 0 60px;font-weight:400;font-size:48px;line-height:1;color:#292929}.contacts__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e9e9e9;border-bottom:none}.contacts__area{padding:30px 30px 15px;border-left:1px solid #e9e9e9}.contacts__area:first-child{border-left:none}.contacts__subtitle{margin:0 0 15px;font-weight:400;font-size:22px;color:#292929}.contacts__item{margin-bottom:15px}.contacts__label{display:block;margin-bottom:10px;font-weight:250;font-size:18px;color:#bbb}.contacts__text{margin:0;font-weight:250;font-size:18px;font-style:normal;color:#292929}.contacts__text a{display:inline-block;color:#292929;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.contacts .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;margin-bottom:15px;border:none}.contacts .social__link{width:40px;height:40px}.contacts .social__link span,.contacts .social__link::before{display:none}.map{height:725px}.howtoget{margin-bottom:220px}.howtoget__tab{display:none}.howtoget__tab.active{display:block}.howtoget__grid{display:grid;grid-template-columns:repeat(3,1fr)}.howtoget__area{border:1px solid #e9e9e9;padding:60px 30px 48px}.howtoget__subtitle{margin:0 0 15px;font-weight:400;font-size:22px;color:#000}.howtoget__text{margin:0;font-weight:400;font-size:18px;line-height:1.4;color:#292929}.howtoget__text.light{font-weight:250}.howtoget__text a{color:#292929}.howtoget__item{margin-bottom:12px}.howtoget__item:last-child{margin-bottom:0}.howtoget__label{display:block;margin-bottom:10px;font-weight:400;font-size:18px;color:#bbb}.htg-nav{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:60px}.htg-nav__link{position:relative;border:1px solid #e9e9e9;height:356px;padding:30px;overflow:hidden;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.htg-nav__link:nth-child(2) .htg-nav__img{bottom:31px;width:499px;height:212px}.htg-nav__link::before{content:'';position:absolute;z-index:1;top:137px;right:181px;width:80px;height:80px;border-radius:50%;background:#e60855;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.htg-nav__link.active{border-color:transparent}.htg-nav__link.active::before{right:156px;top:-181px;width:751px;height:751px}.htg-nav__link.active .htg-nav__text{color:#fff}.htg-nav__text{position:relative;z-index:10;margin:0;font-weight:400;font-size:48px;line-height:1.2;color:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.htg-nav__img{position:absolute;z-index:10;right:0;bottom:28px;width:466px;height:297px}.htg-nav__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;-o-object-position:right bottom;object-position:right bottom}.tenants{margin-bottom:-102px;margin-top:-101px}.tenants__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:50px;border-bottom:1px solid #e9e9e9}.tenants__left{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 9) + ((9 - 1) * 30px))}.tenants__right{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 3) + ((3 - 1) * 30px))}.tenants__tab{display:none}.tenants__tab.active{display:block}.t-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.t-contacts__item p{margin:0}.t-contacts__item p:first-child{margin-bottom:16px;font-weight:250;font-size:18px;color:#292929}.t-contacts__item p a{font-weight:400;font-size:22px;color:#292929;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.t-contacts__item p a.tel{font-size:32px;line-height:1.2;color:#000}.t-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.t-nav__link{border:1px solid #e9e9e9;padding:34px 40px 34px 39px;font-weight:400;font-size:32px;line-height:1.2;color:#bbb;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.t-nav__link.active{background:#e60855;border-color:#e60855;color:#fff}.tenants__tab form{display:grid;grid-template-columns:repeat(2,calc(50% - 15px));-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:9px;max-width:1090px}.tenants__tab .form-group input{height:76px;border-color:#292929}.tenants__tab .form-group input::-webkit-input-placeholder{color:#292929}.tenants__tab .form-group input::-moz-placeholder{color:#292929}.tenants__tab .form-group input:-moz-placeholder{color:#292929}.tenants__tab .form-group input:-ms-input-placeholder{color:#292929}.tenants__tab .form-group textarea{min-height:76px;padding-top:28px;padding-bottom:5px;border-color:#292929}.tenants__tab .form-group textarea::-webkit-input-placeholder{color:#292929}.tenants__tab .form-group textarea::-moz-placeholder{color:#292929}.tenants__tab .form-group textarea:-moz-placeholder{color:#292929}.tenants__tab .form-group textarea:-ms-input-placeholder{color:#292929}.tenants__tab .new-select{padding-top:30px;padding-bottom:29px;border-bottom:1px solid #292929}.tenants__tab .new-select::after{right:-4px;top:30px}.tenants__tab .new-select__list{top:75px}.t-form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:25px;height:80px;margin-bottom:24px}.t-form__group label,.t-form__group span{margin-bottom:9px;font-weight:400;font-size:18px;line-height:.9;color:#292929}.t-form__group input{width:104px;height:26px;border:none;border-bottom:1px solid #292929;padding:0 0 10px;font-weight:400;font-size:18px;line-height:.9;color:#292929}.t-form__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:120px;grid-column-start:1;grid-column-end:-1;padding-top:47px}.tenants__tab .form-checkbox{width:475px}.tenants__tab .form-checkbox label a{display:inline}.t-form__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;gap:30px;height:84px;border:1px solid #000;background:#fff;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;-webkit-box-flex:0;-ms-flex:none;flex:none;width:269px;cursor:pointer}.t-form__btn span{font-weight:400;font-size:22px;line-height:.9;color:#000;white-space:nowrap;text-transform:lowercase}.t-form__btn svg{width:24px;height:24px;fill:#000;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}@media screen and (max-width:1679px){.container{width:100%;padding:0 15px}.header__center,.header__right,.menu,.navbar__row{gap:30px}.menu__link{gap:10px}.footer__col:first-child{padding-top:0}.footer__col:last-child,.footer__col:nth-child(2),.footer__col:nth-child(3),.footer__col:nth-child(4){padding-left:0}.banner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;aspect-ratio:16/9;padding:0}.banner__text{margin-bottom:100px;font-size:80px}.info-banner{height:640px;padding-top:75px}.info-banner__num{font-size:260px;margin-left:46%;margin-bottom:20px}.info-banner__text{margin-left:52%;margin-bottom:30px;font-size:70px}.info-banner__btn{margin-left:52%}.services__item{height:590px}.services__item:first-child .services__img{width:600px;height:513px}.services__img{width:334px;height:390px}.services__text{font-size:68px}.services__text br{display:none}.err404{padding:100px 0}.hero__video video{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:auto;width:100%}.hero__title{height:auto;aspect-ratio:16/9;font-size:120px}.hero__counter{right:15px}.title{padding-right:300px}.catalog__grid.list .card__img{margin-right:90px}.catalog__grid.list .card__desc{width:800px}.control{height:auto}.page-header--services .page-header__img,.page-header--shops .page-header__img{left:auto;right:-120px}.page-header--about{padding-bottom:100px}.page-header--about .page-header__img{right:-100px}.page-header--article::before{left:-90px}.page-header--article .title{padding-right:0}.rules__wrap{padding-top:140px}.developer__title,.rules__title{font-size:80px}.running__text{color:#292929}.article__media{margin-right:-15px}.article__video video{height:100%;width:auto}.feedback form{grid-template-columns:repeat(2,1fr)}.feedback__footer{gap:40px}.feedback .form-checkbox{width:auto}.tenants__row{border-bottom:none}.tenants__left,.tenants__right{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))}.t-form__footer{gap:40px}.tenants__tab .form-checkbox{width:auto}}@media screen and (max-width:1365px){.container{width:100%;padding:0 15px}.header__row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__right,.header__slogan,.navbar{display:none}.dropdown{height:calc(100vh - 84px);border-top:1px solid #bbb;overflow-y:auto}.dropdown__grid{grid-template-columns:100%;gap:30px}.dropdown__area:first-child{padding:0 0 30px}.dropdown__area:nth-child(2){padding:0}.dropdown__area:nth-child(4){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.dropdown__area:nth-child(5){display:none}.dropmenu__link{font-size:24px}.social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;border:none}.social__link{width:40px;height:40px}.social__link img{width:100%;height:100%}.social__link span,.social__link::before{display:none}.footer__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.banner{margin-bottom:150px}.banner__text{margin-bottom:50px}.info-banner{margin-bottom:150px}.services__title{font-size:40px}.services__item:first-child .services__img{width:550px;height:470px}.services__text{font-size:60px}.section{margin-bottom:150px}.section__title{font-size:40px}.preview{width:420px;height:400px}.preview__title{min-height:1px;font-size:26px}.preview__title br{display:none}.err404{margin-top:85px}.hero{margin-bottom:100px}.hero__title{font-size:100px}.hero__counter{top:50px;font-size:40px}.hero__counter span.hero__current::after{bottom:7px;height:30px}.hero--tenants{padding-top:200px}.hero--tenants .hero__video video{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:auto;height:100%}.tabs__link{padding-bottom:20px;font-size:40px}.m-blog{grid-template-columns:40% 30% 30%;padding-top:0}.m-blog__item:first-child{padding-right:20px}.main{margin-top:85px}.catalog{margin-bottom:150px}.catalog__grid.list .card__img{margin-right:40px}.catalog__grid.list .card__desc{width:auto;padding-right:40px}.card__label{top:20px;left:20px}.card__desc{padding:20px}.card__title{font-size:26px}.page-header--article::before{left:0;bottom:-28px}.page-header--article .title{line-height:1}.rules{margin-bottom:150px}.developer{margin-top:150px;margin-bottom:150px}.developer__header{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;padding-bottom:97px}.running-block{margin-bottom:150px}.running .item{gap:50px;padding-right:50px;padding-bottom:20px}.running__text{width:540px}.running__text p{font-size:70px}.running__text p:nth-child(2){padding-left:90px;font-size:40px}.article{margin-bottom:150px}.feedback{margin-bottom:90px;padding-bottom:40px}.feedback form{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 8) + ((8 - 1) * 30px))}.feedback__img{width:290px;height:282px}.feedback__img::after{width:231px;height:231px;bottom:-114px;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-animation:none;animation:none}.contacts__grid{grid-template-columns:repeat(2,1fr)}.contacts__area{border-top:1px solid #e9e9e9}.contacts__area:first-child{border-top:none}.contacts__area:nth-child(odd){border-left:none}.map{height:600px}.howtoget{margin-bottom:150px}.htg-nav__link:nth-child(2) .htg-nav__img{width:466px;height:198px}.htg-nav__link::before{top:180px;width:40px;height:40px}.htg-nav__text{font-size:40px}.htg-nav__img{width:360px;height:236px}.tenants{margin:0}.tenants__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}@media screen and (max-width:1199px){.container{width:100%;padding:0 15px}.footer__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.footer__col{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 3) + ((3 - 1) * 30px))}.footer__col:first-child{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))}.footer__col:last-child{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 3) + ((3 - 1) * 30px))}.banner__btn{height:70px}.banner__btn span{font-size:20px}.info-banner__btn{height:70px}.info-banner__btn span{font-size:20px}.services__text{font-size:48px}.services__btn{height:70px}.services__btn span{font-size:20px}.section__btn{height:70px}.section__btn span{font-size:20px}.carousel .slick-slide{padding-right:20px}.err404__content{padding-left:45%}.err404__title{font-size:220px}.err404__subtitle{font-size:40px}.err404__btn{height:70px;width:350px}.err404__btn span{font-size:20px}.hero--tenants .hero__title{font-size:78px}.hero__btn{height:70px}.hero__btn span{font-size:20px}.m-blog{grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}.m-blog__item:first-child{grid-area:1/1/3/3;padding-right:0}.present{padding:20px}.present__btn{height:70px}.present__btn span{font-size:20px}.present--main .present__img{height:390px}.present--main .present__content{padding:20px}.present--main .present__btn{height:70px}.title{font-size:72px}.title span{font-size:120px;min-width:auto;padding-right:30px}.catalog__grid{grid-template-columns:repeat(3,1fr)}.card:nth-child(4){border-top:none}.card:nth-child(4n-3){border-left:none}.card:nth-child(3n-2){border-left:1px solid #bbb}.view{gap:20px}.filter__wrap{gap:30px}.page-header--services .page-header__img,.page-header--shops .page-header__img{right:-140px;bottom:-40px;width:460px;height:290px}.page-header--about .page-header__img{width:460px;height:382px}.page-header--article::before{width:172px;height:344px}.rules__wrap{padding-top:120px;padding-right:150px}.rules__btn{height:70px}.rules__btn span{font-size:20px}.developer__header{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.developer__btn{height:70px}.developer__btn span{font-size:20px}.article__btn{height:70px}.article__btn span{font-size:20px}.feedback form{grid-template-columns:100%}.feedback .textarea{grid-area:auto}.feedback__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:28px}.feedback__btn{height:70px}.feedback__btn span{font-size:20px}.feedback__img{right:3px;bottom:0}.feedback__img::after{right:-3px}.htg-nav__link.active::before{right:40px}.tenants__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.t-nav__link{padding:30px;font-size:26px}.tenants__tab form{grid-template-columns:100%;row-gap:6px;max-width:800px}.t-form__group{gap:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:auto;padding-top:30px;margin-bottom:10px}.t-form__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:28px}.t-form__btn{height:70px}.t-form__btn span{font-size:20px}}@media screen and (max-width:991px){.container{width:100%;padding:0 15px}.footer__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.footer__title{font-size:20px}.f-menu__link{font-size:16px}.bottom__link:last-child{margin-left:0}.banner{margin-bottom:100px}.banner__text{gap:20px;font-size:56px;margin-bottom:30px}.info-banner{height:400px;margin-bottom:100px;padding-top:60px}.info-banner__num{font-size:132px}.info-banner__text{font-size:40px}.services__title{margin-bottom:30px}.services__item{height:455px}.services__item:first-child .services__img{width:370px;height:340px}.services__img{width:270px;height:316px}.services__text{font-size:40px}.section{margin-bottom:100px}.section__title{margin-bottom:30px}.carousel{margin-bottom:40px}.err404__content{padding-left:40%}.hero__carousel .slick-dots{bottom:30px}.hero__title{font-size:68px}.hero__counter{top:20px;font-size:30px;gap:16px}.hero__counter span.hero__current::after{right:-10px;height:21px}.hero--tenants{padding-top:140px}.hero--tenants .hero__title{font-size:54px;margin-bottom:120px}.tabs__video{top:-105px;right:-600px;width:1000px}.m-blog__item:first-child{grid-area:1/1/2/-1}.present__title{font-size:20px}.title{font-size:60px}.title span{font-size:90px}.catalog{margin-bottom:100px}.catalog__grid{grid-template-columns:repeat(2,1fr)}.catalog__grid.list .card__img{width:100%;max-width:290px;height:200px;margin-right:20px}.card:nth-child(3){border-top:none}.card:nth-child(3n-2){border-left:none}.card:nth-child(odd){border-left:1px solid #bbb}.filter__wrap{gap:20px}.new-select{padding-right:34px}.page-header--services .page-header__img,.page-header--shops .page-header__img{bottom:-25px;width:386px;height:244px}.rules{margin-bottom:100px}.rules__wrap{height:560px;padding-right:170px}.rules__img{width:700px;height:592px}.rules__title{font-size:56px}.developer{margin-top:100px;margin-bottom:100px}.developer__header{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-bottom:50px;padding-bottom:50px}.developer__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;font-size:56px}.developer__img{position:static;width:100%;height:auto;margin-bottom:30px}.developer__text{width:100%;margin-bottom:40px}.running-block{margin-bottom:100px}.running-block__item{margin-bottom:30px;padding-bottom:30px}.running .item{padding-bottom:0}.running__img{width:300px;height:150px}.running__text{width:440px}.running__text p{font-size:62px}.running__text p:nth-child(2){padding-left:50px;font-size:32px}.article{margin-bottom:100px;z-index:100}.article__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border:none}.article__content{padding-top:0}.article__media{width:100%;margin-right:0}.feedback{margin-bottom:80px;padding-bottom:0}.contacts__title{margin-bottom:40px;font-size:36px}.map{height:500px}.howtoget{margin-bottom:100px}.howtoget__grid{grid-template-columns:repeat(2,1fr)}.howtoget__area:first-child{grid-column-start:1;grid-column-end:-1;border-bottom:none}.htg-nav__link{height:250px;padding:14px 14px 15px 19px}.htg-nav__link:nth-child(2){padding:15px}.htg-nav__link:nth-child(2) .htg-nav__img{bottom:0;width:100%;max-width:290px;height:85px}.htg-nav__link::before{top:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:5px;height:5px;background-color:transparent}.htg-nav__link.active::before{top:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:369px;height:369px;background-color:#e60855}.htg-nav__text{font-size:32px}.htg-nav__img{bottom:0;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:217px;height:85px}.tenants__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.t-nav__link{padding:15px;font-size:22px}}@media screen and (max-width:767px){.container{width:100%;padding:0 15px}.footer__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.footer__col,.footer__col:last-child{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px))}.banner__text{gap:0;font-size:40px}.info-banner__btn{margin-left:44%}.services__grid{grid-template-columns:100%;gap:20px}.services__item:first-child .services__img{right:-15px;width:398px}.services__item:nth-child(2){border-left:1px solid #bbb}.err404{margin-top:0;padding-top:25px;padding-bottom:500px;background:url(/local/templates/edisontheme/css/../img/bg-404-sm.jpg) center bottom/480px no-repeat}.err404__content{padding-left:0}.err404__title{font-size:180px}.err404__subtitle{font-size:34px}.hero__title{font-size:48px}.tabs__video{right:-800px}.breadcrumbs{margin-bottom:65px}.title{padding-right:140px;font-size:48px}.title span{font-size:60px}.catalog__grid.list .card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog__grid.list .card__label{right:auto;top:10px;left:0;padding:5px 10px;font-size:14px}.catalog__grid.list .card__img{margin-right:0;margin-bottom:20px}.catalog__grid.list .card__desc{width:100%;padding:0 10px 20px}.catalog__grid.list .card__text{margin-top:15px;font-size:16px;line-height:1.361}.card__label{top:10px;left:0;padding:5px 10px;font-size:14px}.card__img{height:199px}.card__desc{padding:19px 10px}.card__title{font-size:20px}.control .search{width:100%;margin-right:0}.filter__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter__wrap{display:none}.filter--mobile .filter__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;max-width:320px}.page-header--services .page-header__img,.page-header--shops .page-header__img{bottom:-20px;right:-110px;width:325px;height:206px}.page-header--about{padding-bottom:351px}.page-header--about .page-header__img{right:0}.page-header--article::before{width:138px;height:276px}.page-header--article .title{min-height:1px}.page-header--page .title{padding-top:30px}.rules{padding-top:0}.rules__wrap{padding-top:60px}.rules__img{width:540px;height:455px}.rules__title{font-size:40px}.developer__header{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.developer__title{font-size:40px}.running-block__item{padding-bottom:0;border-bottom:none}.running .item{gap:12px;padding-right:12px}.running__img{width:156px;height:104px}.running__text{width:122px}.running__text p{font-size:30px}.running__text p:nth-child(2){margin-top:5px;padding-left:0;font-size:16px}.article__media .article__img{height:400px}.article__video{height:420px}.feedback__wrap{padding-bottom:322px;border-bottom:none}.feedback form{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))}.howtoget__grid{grid-template-columns:100%}.howtoget__area:nth-child(2){border-bottom:none}.tenants__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.t-nav__link{padding:10px;font-size:16px}}@media screen and (max-width:575px){.container{width:100%;padding:0 15px}.header{padding:15px 0 14px}.burger{width:25px;height:19px}.burger span:first-child{top:calc(50% - 4px);width:25px;height:2px}.burger span:nth-child(2){top:calc(50% + 3px);width:15px;height:2px}.burger.open span:first-child,.burger.open span:nth-child(2){width:20px;height:2px}.logo{width:113px;height:25px}.worktime__icon{width:20px;height:20px}.worktime__text{font-size:16px}.location__icon{width:20px;height:20px}.location__link{font-size:16px}.partners-link__icon{width:20px;height:20px}.partners-link__link{font-size:16px}.dropdown{height:calc(100vh - 54px);padding-top:15px}.dropmenu__link{font-size:20px}.social{gap:15px}.social__link{width:30px;height:30px}.footer{padding-top:29px}.footer__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.footer .logo{width:200px;height:45px;margin:0 auto}.bottom{margin-top:30px;padding-top:30px}.bottom__text{margin-bottom:30px;font-size:16px}.bottom__row{row-gap:14px}.bottom__link{font-size:16px}.banner{width:100%;height:439px;aspect-ratio:auto;margin-bottom:71px}.banner__video{top:1px}.banner__video video{width:auto;height:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.banner__text{font-size:32px;text-align:center;margin-bottom:0;line-height:1.25}.banner__btn{display:none}.info-banner{height:466px;margin-bottom:70px;padding-top:23px;background:url(/local/templates/edisontheme/css/../img/info-banner-sm.jpg) center/cover no-repeat}.info-banner__num{margin-bottom:0;font-size:100px}.info-banner__text{margin-left:50%;margin-bottom:200px;font-size:30px}.info-banner__btn{width:100%;height:60px;margin-left:0}.services{margin-bottom:70px}.services__title{font-size:28px}.services__item{height:315px}.services__item:first-child .services__img{bottom:54px;width:320px;height:275px}.services__img{bottom:32px;width:197px;height:230px}.services__text{max-width:230px;margin:10px;font-size:24px}.services__btn{width:100%;height:60px}.section{margin-bottom:70px}.section__title{font-size:28px}.section__btn{height:60px;width:290px;padding:10px 20px}.carousel{margin-bottom:15px}.carousel .slick-slide{padding-right:10px}.preview{width:210px;height:340px;padding:10px 0 18px}.preview__title{padding-left:10px;padding-right:10px;font-size:14px}.preview__info{padding-right:0}.preview__date{height:27px;padding:0 10px;font-size:12px}.preview__date--period{padding-right:10px}.preview__cat{height:27px;padding:0 10px;font-size:12px}.err404{margin-top:55px;background-size:420px}.err404__btn{height:60px}.hero{margin-bottom:68px}.hero__carousel .slick-dots{bottom:10px;gap:10px}.hero__carousel .slick-dots li{width:10px;height:10px}.hero__title{font-size:30px}.hero__counter{top:10px;font-size:20px}.hero__counter span.hero__current::after{bottom:5px;right:-9px;height:12px}.hero--tenants .hero__title{gap:0;font-size:42px}.hero__btn{height:60px}.tabs__nav{gap:20px;margin-bottom:20px;border-bottom:none}.tabs__link{padding-bottom:9px;font-size:20px}.m-blog{grid-template-columns:100%;gap:20px;margin-bottom:-1px}.present{padding:14px 0 16px}.present__img{margin-bottom:15px}.present__title{font-size:18px}.present__cat{font-size:12px}.present__text{margin-bottom:14px;font-size:16px}.present__text p{-webkit-line-clamp:4}.present__btn{height:60px;border-color:#000}.present--main{padding:0 0 15px}.present--main .present__img{height:323px;margin-bottom:15px}.present--main .present__content{padding:0;border:none}.present--main .present__header{margin-bottom:15px}.present--main .present__text{margin-bottom:30px}.present--main .present__btn{max-width:none;height:60px;border-color:#e60855}.main{margin-top:55px}.catalog{margin-bottom:70px}.page-header{margin-top:0}.page-header--services .page-header__img,.page-header--shops .page-header__img{bottom:-10px;width:300px;height:190px}.rules{margin-bottom:70px}.rules__wrap{height:483px;padding-right:0;padding-bottom:27px}.rules .container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.rules__img{left:auto;right:0;width:320px;height:423px;background:url(/local/templates/edisontheme/css/../img/img-rules-sm.png) center/contain no-repeat}.rules__img img{display:none}.rules__title{padding-right:50px;font-size:32px;line-height:1.25}.rules__btn{height:60px}.developer{margin-top:70px}.developer__header{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-bottom:30px;padding-bottom:30px}.developer__title{font-size:28px}.developer__text{margin-bottom:21px}.developer__text p{font-size:16px;line-height:1.25}.developer__text p:last-child{line-height:1.37}.developer__btn{height:60px}.running-block{margin-bottom:71px}.article{margin-bottom:70px}.article__wrap{gap:20px}.article__date{gap:10px;margin-bottom:15px}.article__date span,.article__date time{font-size:16px}.article__text{margin-bottom:20px}.article__text p{font-size:16px;line-height:1.37}.article__text p:first-child{line-height:1.25}.article__text h2{padding-top:3px;font-size:18px}.article__text ul li{font-size:16px;line-height:1.37}.article__btn{height:60px}.article__media .article__img{height:300px}.article__video{height:320px}.feedback{margin-bottom:62px}.feedback__btn{height:60px}.contacts__title{margin-bottom:31px;font-size:30px}.contacts__grid{grid-template-columns:100%}.contacts__area{border-left:none}.map{height:400px}.howtoget{margin-bottom:70px}.howtoget__area{padding:19px 10px 20px}.htg-nav{margin-bottom:29px}.htg-nav__link{height:200px}.htg-nav__text{font-size:24px}.tenants__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:30px}.t-nav__link{width:100%;padding:14px 15px;text-align:center;font-size:14px}.t-form__footer{padding-top:1px;gap:20px}.t-form__btn{height:60px}}@media screen and (max-width:479px){.container{width:100%;padding:0 15px}.form-group input{font-size:16px}.form-group textarea{min-height:119px;font-size:16px}.form-checkbox label{padding-left:34px;font-size:16px}.form-file label{height:65px}.footer__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:25px}.footer__col{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px));padding-left:10px}.footer__col:last-child{width:calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))}.footer__title{margin-bottom:10px}.footer .social{margin-top:30px}.f-menu{gap:6px}.bottom__link:last-child{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.banner__btn span{font-size:16px}.info-banner__btn{height:54px}.info-banner__btn span{font-size:16px}.services__item:first-child .services__text{padding-right:30px}.services__btn{height:54px}.services__btn span{font-size:16px}.section__btn{height:54px}.section__btn span{font-size:16px}.section .container>.carousel{padding-top:0;margin-top:-1px}.err404{padding-bottom:426px;background-size:380px}.err404__title{margin-bottom:30px;font-size:152px}.err404__subtitle{margin-bottom:15px;font-size:28px}.err404__text{margin-bottom:28px;font-size:16px}.err404__btn{height:54px;width:100%}.err404__btn span{font-size:16px}.hero__title{height:190px;aspect-ratio:auto}.hero--tenants{padding-top:70px;padding-bottom:10px}.hero--tenants .hero__title{display:block;margin-bottom:50px;font-size:32px;line-height:1.25}.hero__btn{height:54px;width:100%}.hero__btn span{font-size:16px}.present__btn{height:54px}.present__btn span{font-size:16px}.present--main .present__btn{height:54px}.breadcrumbs__item,.breadcrumbs__link{font-size:14px}.title{padding-right:30px;font-size:28px}.title span{margin-top:8px;font-size:30px;padding-right:42px}.title span.shops{padding-right:24px}.catalog__grid{grid-template-columns:100%}.catalog__grid.list .card__label{top:9px;padding:4px 7px}.card{border-left:1px solid #bbb!important}.card:nth-child(2){border-top:none}.card__label{font-size:12px}.card__title{font-size:14px;line-height:1.26}.card__subtitle{font-size:16px}.control{padding:0;background:0 0;-webkit-backdrop-filter:none;backdrop-filter:none}.control .search{height:33px}.control .search input{padding-bottom:16px}.control .search button svg{width:20px;height:20px}.view{gap:11px;margin-bottom:3px}.view__item{width:20px;height:20px}.page-header--shops{padding-bottom:30px}.page-header--shops .page-header__img{bottom:-32px;right:-109px;width:234px;height:145px}.page-header--shops .title{padding-top:26px}.page-header--services{padding-bottom:30px}.page-header--services .page-header__img{bottom:-32px;right:-109px;width:234px;height:145px}.page-header--services .title{padding-top:26px}.page-header--about{margin-bottom:70px}.page-header--about .page-header__img{width:100%;height:auto}.page-header--article{padding-bottom:29px}.page-header--article::before{width:92px;height:185px}.page-header--page{padding-bottom:27px}.page-header--page::before{bottom:-53px}.page-header--contacts{padding-bottom:29px}.page-header--contacts .title{padding-top:0;line-height:1}.page-header--howtoget{padding-bottom:28px}.page-header--howtoget .title{padding-top:0;font-size:30px;line-height:1.1}.page-header--tenants{padding-bottom:64px}.rules__btn{height:54px;width:100%}.rules__btn span{font-size:16px}.developer__header{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.developer__btn{height:54px;width:100%}.developer__btn span{font-size:16px}.article__btn{height:54px;width:100%}.article__btn span{font-size:16px}.article__media .article__img{height:200px}.article__video{height:260px}.feedback__wrap{padding-top:24px}.feedback form{row-gap:19px}.feedback .textarea{margin-top:7px}.feedback__footer{padding-top:7px}.feedback__btn{height:54px;width:100%}.feedback__btn span{font-size:16px}.contacts{margin-bottom:71px}.contacts__area{padding:19px 10px 4px}.contacts__subtitle{font-size:18px}.contacts__item{margin-bottom:16px}.contacts__label{margin-bottom:5px;font-size:16px}.contacts__text{font-size:16px;line-height:1.4}.howtoget__subtitle{font-size:18px}.howtoget__text{font-size:16px;line-height:1.25}.howtoget__text.light{line-height:1.37}.howtoget__label{font-size:16px}.htg-nav{grid-template-columns:100%}.htg-nav__link{height:177px}.htg-nav__text{font-size:28px;line-height:1.05}.tenants{padding-top:1px}.tenants__row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.t-contacts{gap:29px}.t-contacts__item p:first-child{font-size:16px;line-height:1.35}.t-contacts__item p a{font-size:18px}.t-contacts__item p a.tel{font-size:28px}.t-nav{margin-bottom:12px}.tenants__tab .form-group input{height:61px}.tenants__tab .form-group textarea{min-height:42px;padding-top:21px;padding-bottom:20px}.tenants__tab .new-select{font-size:16px;padding-top:20px;padding-bottom:22px}.tenants__tab .new-select::after{top:16px}.tenants__tab .new-select__list{top:61px}.t-form__group{gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-top:21px;margin-bottom:1px}.t-form__group label,.t-form__group span{margin-bottom:0;font-size:16px;line-height:1.3}.t-form__group input{width:50px;font-size:16px}.tenants__tab .form-checkbox label{padding-left:44px}.t-form__btn{height:54px;width:100%}.t-form__btn span{font-size:16px}}@media screen and (max-width:374px){.container{width:100%;padding:0 15px}.form-checkbox label a{margin-top:3px}.banner__text span br{display:inline}.info-banner{background:url(/local/templates/edisontheme/css/../img/info-banner-xs.jpg) center/cover no-repeat}.info-banner__num{margin-left:38%}.info-banner__text{margin-left:41%;margin-top:-7px;margin-bottom:226px}.err404{background-size:100%}.hero__video video{left:50%;width:375px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.article__img{height:299px}.article__media .article__img{height:150px}.article__video{height:200px}}@media (hover:hover){.form-group input:hover::-webkit-input-placeholder{color:#000}.form-group input:hover::-moz-placeholder{color:#000}.form-group input:hover:-moz-placeholder{color:#000}.form-group input:hover:-ms-input-placeholder{color:#000}.form-group textarea:hover::-webkit-input-placeholder{color:#000}.form-group textarea:hover::-moz-placeholder{color:#000}.form-group textarea:hover:-moz-placeholder{color:#000}.form-group textarea:hover:-ms-input-placeholder{color:#000}.form-checkbox label a:hover{color:#e60855}.form-file label:hover span{opacity:.7}.burger:hover span{background:#e60855}.dropmenu__link:hover,.location__link:hover,.menu__link:hover span,.partners-link__link:hover{color:#e60855}.promo-banner__btn:hover{background:#f2f0f4}.promo-banner__btn:hover svg{fill:#e60855}.social__link:hover span{color:#fff}.social__link:hover::before{width:560px;height:560px}.bottom__link:hover,.f-menu__link:hover{color:#e60855}.banner__btn:hover{background:#f2f0f4}.banner__btn:hover svg{fill:#e60855}.info-banner__btn:hover{background:#f2f0f4}.info-banner__btn:hover svg{fill:#e60855}.services__item:hover .services__wrap::before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);background:#e60855}.services__btn:hover{background:#f2f0f4}.services__btn:hover svg{fill:#e60855}.section__btn:hover{background:#f2f0f4}.section__btn:hover svg{fill:#e60855}.preview:hover .preview__img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.err404__btn:hover{background:#f2f0f4}.err404__btn:hover svg{fill:#e60855}.hero__btn:hover{background:#f2f0f4}.hero__btn:hover svg{fill:#e60855}.tabs__link:hover{color:#e60855}.tabs__link.active:hover{color:#000}.present__btn:hover{background:#f2f0f4}.present__btn:hover svg{fill:#e60855}.present:hover{z-index:1;-webkit-box-shadow:0 8px 18px 0 rgba(0,0,0,.1),0 33px 33px 0 rgba(0,0,0,.09),0 74px 44px 0 rgba(0,0,0,.05),0 131px 53px 0 rgba(0,0,0,.01),0 205px 58px 0 transparent;box-shadow:0 8px 18px 0 rgba(0,0,0,.1),0 33px 33px 0 rgba(0,0,0,.09),0 74px 44px 0 rgba(0,0,0,.05),0 131px 53px 0 rgba(0,0,0,.01),0 205px 58px 0 transparent}.breadcrumbs__link:hover{color:#e60855}.card:hover{position:relative;z-index:10;margin:-1px;border-color:transparent;-webkit-box-shadow:0 8px 18px 0 rgba(0,0,0,.1),0 33px 33px 0 rgba(0,0,0,.09),0 74px 44px 0 rgba(0,0,0,.05),0 131px 53px 0 rgba(0,0,0,.01),0 205px 58px 0 transparent;box-shadow:0 8px 18px 0 rgba(0,0,0,.1),0 33px 33px 0 rgba(0,0,0,.09),0 74px 44px 0 rgba(0,0,0,.05),0 131px 53px 0 rgba(0,0,0,.01),0 205px 58px 0 transparent}.control .search input:hover::-webkit-input-placeholder{color:#e60855}.control .search input:hover::-moz-placeholder{color:#e60855}.control .search input:hover:-moz-placeholder{color:#e60855}.control .search input:hover:-ms-input-placeholder{color:#e60855}.view__item:hover svg{fill:#e60855}.new-select__item span:hover{color:#e60855}.rules__btn:hover{background:#f2f0f4}.rules__btn:hover svg{fill:#e60855}.developer__btn:hover{background:#f2f0f4}.developer__btn:hover svg{fill:#e60855}.article__btn:hover{background:#f2f0f4}.article__btn:hover svg{fill:#e60855}.feedback__btn:hover{background:#f2f0f4}.feedback__btn:hover svg{fill:#e60855}.contacts__text a:hover,.howtoget__text a:hover{color:#e60855}.htg-nav__link:hover{border-color:#e60855}.htg-nav__link.active:hover{border-color:transparent}.t-contacts__item p a:hover,.t-nav__link:hover{color:#e60855}.t-nav__link.active:hover{color:#fff}.t-form__btn:hover{background:#f2f0f4}.t-form__btn:hover svg{fill:#e60855}}
.page-header--news .page-header__img img {
	-webkit-filter: grayscale(1) opacity(0.35);
	filter: grayscale(1) opacity(0.35);
}
@media screen and (min-width: 991px) {
	.news .catalog__grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.news .view {
		display: none;
	}
	.news .tabs__nav {
		margin-bottom: 0;
	}
}
.news .control {
	background: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}
.news .control .search {
	margin-right: 183px;
}
.news .filter__wrap {
	gap: 115px;
}
.news .tabs__nav {
	border-bottom: 1px solid transparent;
}
.news .card {
	border: 1px solid #E9E9E9;
}
.news .catalog__grid:not(.stock) .card__label {
	background: #FFFFFF;
	color: #000000;
}
.news .card__label {
	padding: 15px 20px;
	font-weight: 400;
}
@media screen and (max-width: 991px) {
	.news .card__label {
		font-size: 16px;
		left: 10px;
	}
}
.news .card__img {
	height: 340px;
}
@media screen and (max-width: 991px) {
	.news .card__img {
		height: 250px;
	}
}
.news .card__img img {
	-o-object-fit: cover;
	object-fit: cover;
}
.news .card__title {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
}
@media screen and (max-width: 991px) {
	.news .card__title {
		font-size: 18px;
	}
}
.news .card__desc {
	border-top: 1px solid #E9E9E9;
	min-height: 147px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
@media screen and (max-width: 991px) {
	.news .card__desc {
		padding: 25px 15px;
		min-height: 137px;
	}
}
.news .card__desc svg {
	max-width: 24px;
	height: 24px;
	fill: #000;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}
.navbar .search input:hover::placeholder {
    color: #838383;
}
.footer {
	border-radius: 50px 50px 0 0;
}
[id^="wait_comp_"] {
    display: none;
}
p.error_p{
	color: red;
	margin: 0;
	position: absolute;
    top: 5px;
	left: 0;
}
.form-checkbox p.error_p{
	top: -20px;
}
form[name="FORM_TWO"]>div,
form[name="FORM_THREE"]>div,
form[name="FORM_FOUR"]>div{
	position: relative;
}
.tenants .errortext{
	display: none;
}

.privacy-policy_page__content{
	padding-top: 150px;
}
@media (max-width: 1365px){
	.privacy-policy_page__content{
		padding-top: 50px;
	}
}
@media(min-width: 1366px){
	.dropdown{
		height: 100vh;
		min-height: 100vh;
		overflow: auto;
	}
	.dropdown .container,
	.dropdown .container .dropdown__grid{
		height: 100%;
	}
}

#modal_shop {
	display: none;
	position: fixed;
	z-index: 6001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_content {
	background-color: #fff;
	margin: 3% auto;
	padding: 30px;
	border: 1px solid #888;
	width: 60%;
	position: relative;
	padding-top: 70px;
}

.modal_close {
	position: absolute;
	top: 20px;
	right: 25px;
	color: black;
	font-size: 42px;
	line-height: 33px;
	font-weight: bold;
	cursor: pointer;
}

.modal_close:hover,
.modal_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#modal_body>img{
	width: 100%;
    /*height: 800px;*/
    object-fit: cover;
}

.row_shop{
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
	gap: 20px;
}

.row_shop>p:nth-child(1){
	font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.row_shop>p:nth-child(2){
	max-width: 50%;
    margin: 0;
	font-weight: 300;
	font-size: 20px;
}

.detail_shop{
	margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}

.img_shop{
	height: 650px;
    display: flex;
    align-items: center;
	overflow: hidden;
	justify-content: center;
}

.img_shop>img{
	width: auto;
	height: fit-content;
	max-height: 100%;
}

.row_shop_bottom{
	display: flex;
    justify-content: space-between;
}
.row_shop_bottom>p{
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.row_shop_bottom>p>a{
	text-decoration: none;
    color: black;
}

@media (max-width: 1365px){
	.modal_content{
		width: 95%;
	}
}

@media (max-width: 599px){
	.row_shop{
		flex-direction: column;
		gap: 20px;
	}
	.row_shop>p:nth-child(2){
		max-width: 100%;
		font-size: 16px;
	}
	.row_shop>p:nth-child(1){
		font-size: 20px;
	}
	.detail_shop,
	.row_shop_bottom>p{
		font-size: 16px;
	}
}

@media (max-width: 413px){
	.row_shop_bottom{
		flex-direction: column;
		gap: 20px;
	}
}

.title span{
	font-size: 140px;
}
@media screen and (max-width: 1199px) {
    .title span {
        font-size: 95px;
    }
}
@media screen and (max-width: 991px) {
    .title span {
        font-size: 70px;
    }
}
@media screen and (max-width: 767px) {
    .title span {
        font-size: 50px;
    }
	.img_shop{
		height: 400px;
	}
}
@media screen and (max-width: 479px) {
    .title span {
        font-size: 28px;
        padding-right: 20px;
    }
}
.address_footer p{
	font-size: 24px;
	margin: 30px 0;
}
.address_footer{
	display: flex;
    column-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

#sub,
#successForm {
	display: none;
	position: fixed;
	z-index: 6001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_content_sub,
.modal_content_success {
	background-color: #fff;
	margin: 3% auto;
	padding: 40px;
	border: 1px solid #888;
	width: 730px;
	position: relative;
	padding-top: 70px;
}

.modal_close_sub,
.modal_close_success {
	position: absolute;
	top: 20px;
	right: 25px;
	color: gray;
	font-size: 42px;
	line-height: 33px;
	font-weight: 400;
	cursor: pointer;
	transition: .5s;
}

.modal_close_sub:hover,
.modal_close_sub:focus,
.modal_close_success:hover,
.modal_close_success:focus {
	color: #e60855;
	text-decoration: none;
	cursor: pointer;
}

.title_sub{
	margin: 0;
	font-size: 42px;
	margin-bottom: 30px;
}

#sub .form-group:nth-child(2){
	margin-bottom: 20px;
}
#sub .form-group:nth-child(3){
	margin-bottom: 40px;
}
#sub .form-group textarea{
	min-height: 80px;
}
#sub .form-checkbox{
	margin-bottom: 30px;
}
#sub .form-group input, #sub .form-group textarea{
	border-bottom: 1px solid #000;
}
#sub .t-form__btn span{
	text-transform: none;
}
#sub .form-group span{
	font-size: 20px;
}

.notification.notification_active{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub_complete{
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
}
.detail_sub{
	text-align: center;
    margin: 0;
	font-size: 18px;
    font-weight: 300;
}

@media (max-width: 730px){
	.modal_content_sub,
	.modal_content_success{
		width: 100%;
		top: 0;
		margin: 0;
		padding: 20px;
		padding-top: 70px;
	}
	.sub_complete{
		font-size: 24px;
	}
	.detail_sub{
		font-size: 14px;
	}
	.title_sub{
		margin: 0;
		font-size: 22px;
		margin-bottom: 15px;
	}
	#sub .form-group span{
		font-size: 16px;
	}
}

.tabs__video{
	z-index: -1;
}
@media screen and (max-width: 500px) {
    .info-banner__num {
        font-size: 72px;
        line-height: 100px;
    }
}

@media (min-width: 991px) and (max-width: 1249px) {
    .info-banner__num {
        font-size: 205px;
        line-height: 250px;
    }
}

.search-page a{
	color: #e60855;
}
.search-item{
	border: 1px solid #bbb;
    padding: 30px;
    margin-bottom: 30px;
}
.search-page{
	margin-bottom: 50px;
}
.page-header--search .breadcrumbs{
	margin-bottom: 50px;
}

@media (max-width: 500px){
	.search-page>p>*{
		display: block;
		color: #000;
	}
	.search-page>p>a{
		color: #e60855;
	}
	.search-page>p{
		color: white;
	}
	.search-page .search input{
		width: 100%;
	}
}

.article__img .img-container img{
	width: 50%;
    height: 450px;
	-o-object-fit: cover;
    object-fit: cover;
    display: block;
	padding: 10px;
}
.img-container{
	display: flex;
    flex-wrap: wrap;
	padding: 0 0px;
    /* margin-top: -5px; */
	margin: 0px -10px;
}
.article__img video{
	width: 100%;
    height: 450px;
	object-fit: cover;
}

@media (max-width: 768px){
	.article__img .img-container img{
		height: 150px;
	}
	.article__img video{
		height: auto;
	}
	.article__img{
		height: auto;
	}
}
.hero__video>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.running .slick-slide .running__text{
	color: #292929;
}

.tenants__tab .form-group>label{
	font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: auto;
	transition: .5s;
}
.tenants__tab .form-group input:focus+label,
.tenants__tab .form-group input:not(:placeholder-shown)+label,
.tenants__tab .form-group textarea:focus+label,
.tenants__tab .form-group textarea:not(:placeholder-shown)+label{
	font-size: 14px;
	color: #838383;
	top: 10px;
}
.tenants__tab .form-group input::placeholder,
.tenants__tab .form-group textarea::placeholder{
	opacity: 0;
}

@media (max-width: 479px){
	.tenants__tab .form-group>label{
		font-size: 16px;
	}
	.tenants__tab .form-group input:focus+label,
	.tenants__tab .form-group input:not(:placeholder-shown)+label,
	.tenants__tab .form-group textarea:focus+label,
	.tenants__tab .form-group textarea:not(:placeholder-shown)+label{
		font-size: 12px;
	}
}

.preview__text{
	position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 9999;
	padding: 10px 14px 10px 30px;
    background: #fff;
    font-weight: 250;
    font-size: 18px;
    line-height: 1.4;
    color: #292929;
}

@media (max-width: 575px){
	.preview__text{
		font-size: 12px;
		padding: 5px 10px;
		bottom: 5px;
	}
}

#title-search{
	position: relative;
}

#search-results{
	position: absolute;
	width: 100%;
    background: white;
    border: 1px solid #292929;
    border-top: none;
    padding: 10px;
	display: none;
	z-index: 999999999999;
}

#search-results.active{
	display: block;
}

#search-results li{
	margin-bottom: 5px;
}

#search-results a{
	color: #292929;
}
/* cards catalog*/
.catalog .catalog__grid .card__img {
    width: 275px;
    margin: 0 auto;
    padding: 25px 0px;
}
/* detail news img */
@media screen and (min-width: 768px) {
	.article__img:not(.more-photo) {
		height: 750px;
	}
}


.contacts>.container:first-child{
	margin-bottom: 37px;
}
.contacts>.container:first-child .contacts__grid{
	border-bottom: 1px solid #e9e9e9;
}
.contacts>.container:not(:first-child) .contacts__grid{
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1365px) {
    .contacts>.container:not(:first-child) .contacts__grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.contacts>.container:not(:first-child) .contacts__area:nth-child(2) {
        border-bottom: 1px solid #e9e9e9;
    }
}
@media screen and (max-width: 650px) {
    .contacts>.container:not(:first-child) .contacts__grid{
		grid-template-columns: 100%;
	}
	.contacts>.container:not(:first-child) .contacts__area:nth-child(2) {
        border-bottom: none;
    }
}

.container_slider {
	position: relative;
}

.projects_arrows {
	position: absolute;
	right: 30px;
	bottom: 60px;
	display: flex;
	align-items: center;
	gap: 60px;
}

.projects_arrows svg {
	width: 24px;
	height: 24px;
	fill: #000;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	cursor: pointer;
}

.projects_arrows svg:first-child {
	transform: rotate(180deg);
}

.slick-projects .m-blog__item:first-child {
	padding-right: 0px;
}

.present--main .present__header {
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


@media (hover: hover) {
	.projects_arrows svg:hover {
		fill: #e60855;
	}
}

@media (max-width: 1365px) {
	.projects_arrows {
		gap: 15px;
	}
}

@media (min-width: 1200px) and (max-width: 1290px) {
	.projects_arrows {
		right: 30px;
		bottom: 40px;
		flex-direction: column;
	}
}

@media (max-width: 1199px) {
	.projects_arrows {
		gap: 60px;
		right: 40px;
	}
}

@media (max-width: 768px) {
	.projects_arrows {
		gap: 30px;
		right: 40px;
	}
}

@media (max-width: 575px) {
	.present--main {
		padding: 0 0 60px;
	}

	.projects_arrows {
		right: 50%;
		transform: translateX(50%);
		bottom: 10px;
	}
}

.preview__img{
	background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1680px){
	.services__text{
		font-size: 68px;
	}
}

.new-select__list{
	max-height: 168px;
	overflow: auto;
}

#modal_body_sub img{
	max-width: 150px;
}
.error_block{
	margin-top: 25px;
}
p.error_p{
	top: -25px;
}

@media screen and (max-width: 767px) {
    .running__text p {
        font-size: 20px;
    }
}

@media (max-width: 1440px){
	.hero__video video{
		object-fit: cover;
		object-position: top;
		height: 100%;
	}
}

.row_shop_bottom{
	flex-direction: column-reverse;
	gap: 20px;
	}

@media (max-width: 450px){
	.img_shop{
		height: 300px;
	}
}

.slick-projects .slick-slide{
	min-height: 100%;
}

.running-block{
	overflow: hidden;
}

@media screen and (max-width: 479px) {
    .hero--tenants .hero__title>span {
        display: block;
    }
}

.new-select__name{
	display: none;
	margin: 0;
	font-size: 14px;
    color: #838383;
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/menu/header/style.min.css?1741597276490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/edisontheme/components/bitrix/menu/header/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/menu/header_two/style.min.css?1741597276490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/edisontheme/components/bitrix/menu/header_two/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/search.title/site_search_header/style.css?1741597276391*/

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	/*overflow:hidden;*/
	z-index: 10205;
	/*border: 1px red solid;*/
	/*width: 450px !important;*/
	background: white;
	padding: 5px !important;
}

a .title-search-price { font-size: 16px; padding-top: 5px; color: black; }

.title-search-result .search_prod {
	padding: 5px 0; border-bottom: 1px #ddd solid; margin: 5px 0;
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/menu/footer/style.min.css?1741597276490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/edisontheme/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/edisontheme/template_styles.css?1752136124126*/
.hero__title2{text-align:center;font-size:65px;}
@media (max-width:992px) {
.hero__title2{text-align:center;font-size:26px;}
}
/* End */
/* /local/templates/edisontheme/css/normalize.css?17415972766142 */
/* /local/templates/edisontheme/css/animate.min.css?174159727673354 */
/* /local/templates/edisontheme/css/slick.css?17415972771776 */
/* /local/templates/edisontheme/css/fancybox.css?174159727715598 */
/* /local/templates/edisontheme/css/style.min.css?174159727795105 */
/* /local/templates/edisontheme/components/bitrix/menu/header/style.min.css?1741597276490 */
/* /local/templates/edisontheme/components/bitrix/menu/header_two/style.min.css?1741597276490 */
/* /local/templates/edisontheme/components/bitrix/search.title/site_search_header/style.css?1741597276391 */
/* /local/templates/edisontheme/components/bitrix/menu/footer/style.min.css?1741597276490 */
/* /local/templates/edisontheme/template_styles.css?1752136124126 */
