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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    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);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    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);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

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

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Semibold";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Light";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  color: #5A637D;
  font-family: "Gilroy Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #5A637D;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

button:active, button:focus {
  outline: none;
}

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=date] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=date]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal,
input[type=date]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center, .insurance__icon img, .type__icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.object-fit, .type__photo img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.noscroll {
  overflow: hidden;
}

svg {
  -webkit-user-select: none;
          user-select: none;
}

.section {
  position: relative;
}
.section-title {
  font-weight: normal;
  margin: 0;
  font-size: 32px;
  font-family: "Gilroy Semibold", sans-serif;
  color: #0D1C41;
  line-height: 1.36;
}
.section-subtitle {
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.45;
  font-family: "Gilroy Medium", sans-serif;
  color: #0D1C41;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  border: none;
  height: 54px;
  line-height: 54px;
  background-color: #6D69E5;
  padding: 0 60px;
  color: #fff;
  font-family: "Gilroy Semibold", sans-serif;
  font-size: 16px;
  background-image: linear-gradient(90deg, #6D6AE6 0%, #6156EB 100%);
  box-shadow: 0px 0px 15px rgba(109, 106, 230, 0.5);
  border-radius: 5px;
  transition: box-shadow 0.2s;
}
.btn:hover {
  background: linear-gradient(90deg, #6156EB 0%, #6D6AE6 100%);
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  background-color: #C4C4C4;
  color: #6F6F6F;
  background-image: none;
  cursor: default;
}

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

  .section {
    padding: 90px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .section-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 20px;
  }
  .section-subtitle {
    font-size: 16px;
  }
}
.mobile-menu {
  margin-left: auto;
}
.mobile-menu__top {
  display: none;
}
.mobile-menu__bot {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 24px rgba(236, 236, 236, 0.25);
  z-index: 10;
  transition: box-shadow 0.2s;
}
.navbar.is-fixed {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
.navbar.is-fixed .navbar-block {
  height: 70px;
}
.navbar-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 104px;
  transition: height 0.15s;
}
.navbar__phone {
  margin-left: 30px;
  white-space: nowrap;
}
.navbar__logo {
  flex-shrink: 0;
  margin-right: 30px;
}
.navbar__btn {
  box-shadow: none;
  background-image: linear-gradient(90deg, #6D6AE6 0%, #6156EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  margin-left: 30px;
  flex-shrink: 0;
  width: 250px;
}
.navbar__btn:after {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  background-image: linear-gradient(90deg, #6D6AE6 0%, #6156EB 100%);
  display: block;
  border-radius: 5px;
  z-index: -2;
}
.navbar__btn:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 3px;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.2s;
}
.navbar__btn:hover {
  background-image: none;
  -webkit-text-fill-color: #fff;
}
.navbar__btn:hover:before {
  opacity: 0;
}
.navbar__btn.scroll {
  display: none;
}
.navbar__btn.mobile-menu__btn {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar__btn {
    background-image: none;
    background-color: transparent;
    color: #6D6AE6;
    border: 2px solid #6D6AE6;
    height: 46px;
    line-height: 42px;
    transition: color 0.2s;
  }
  .navbar__btn:after, .navbar__btn:before {
    display: none;
  }
  .navbar__btn:hover {
    color: #fff;
    background-color: #6D6AE6;
  }
}
.phone {
  font-size: 16px;
  line-height: 1;
  padding-left: 32px;
  position: relative;
  font-family: "Gilroy Semibold", sans-serif;
  color: #0D1C41;
  transition: color 0.2s;
  position: relative;
}
.phone:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-image: url("../img/phone.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.phone:hover {
  color: #6D6AE6;
}

.logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
}
.logo img {
  width: 100%;
  height: auto;
}

.menu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu__item + .menu__item {
  margin-left: 16px;
}
.menu__link {
  font-size: 16px;
  transition: color 0.2s;
  color: #0D1C41;
}
.menu__link:hover, .menu__link.mPS2id-highlight {
  color: #6D6AE6;
}

.hamburger {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .navbar.open-popup {
    right: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar__logo {
    width: 160px;
    position: relative;
    top: 3px;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    max-height: 100vh;
    padding: 15px 15px 30px;
    margin-left: -320px;
    transition: margin-left 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    display: inline-block;
    z-index: 12;
  }
  .mobile-menu.visible {
    margin-left: 0;
  }
  .mobile-menu__top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
  }
  .mobile-menu__bot {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    text-align: center;
  }
  .mobile-menu__bot-text {
    font-family: "Gilroy Semibold", sans-serif;
    font-size: 14px;
    line-height: 1.36;
  }
  .mobile-menu__logo {
    width: 32px;
    height: auto;
    flex-shrink: 0;
  }
  .mobile-menu__phone {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding-left: 25px;
  }
  .mobile-menu__phone:before {
    width: 14px;
    height: 14px;
  }
  .mobile-menu__btn {
    min-width: 228px;
    height: 50px;
    line-height: 50px;
    margin-top: 32px;
    font-family: "Gilroy Medium", sans-serif;
    font-size: 14px;
  }
  .mobile-menu__copy {
    font-size: 10px;
    color: #9BA5BA;
    line-height: 1.2;
  }

  .navbar .navbar-block {
    height: 70px;
  }
  .navbar__phone {
    margin-left: auto;
  }
  .navbar__btn {
    margin-left: 40px;
  }

  .menu {
    margin-top: 40px;
  }
  .menu__list {
    flex-direction: column;
    align-items: center;
  }
  .menu__item {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }

  .hamburger {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    height: 46px;
    width: 46px;
    background-color: #F1F3F8;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 40px;
  }
  .hamburger .hamburger-box {
    width: 20px;
    height: 14px;
  }
  .hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
    background-color: #6D6AE6;
    height: 2px;
    width: 100%;
    border-radius: 10em;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    background-color: #6D6AE6;
  }
  .hamburger .hamburger-inner::before {
    top: 6px;
  }
  .hamburger .hamburger-inner::after {
    top: 12px;
  }
  .hamburger.is-active {
    margin-left: 0;
    position: relative;
    top: -3px;
  }
  .hamburger.is-active .hamburger-inner {
    top: -2px;
  }
  .hamburger.is-active .hamburger-inner::after {
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar__btn {
    padding: 0 20px;
    margin-left: 20px;
  }

  .hamburger {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar__btn {
    display: none !important;
  }
  .navbar__btn.mobile-menu__btn {
    display: inline-block !important;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .navbar__logo {
    margin-right: 0;
  }
  .navbar__phone {
    margin-left: auto;
    margin-right: auto;
  }

  .hamburger {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar__logo {
    width: 120px;
  }
  .navbar__phone {
    font-size: 14px;
    padding-left: 25px;
  }
  .navbar__phone:before {
    width: 14px;
    height: 14px;
  }

  .hamburger {
    margin-left: 0;
  }
}
@media only screen and (max-width: 374px) {
  .navbar__phone {
    display: none;
  }

  .mobile-menu {
    width: 100%;
    margin-left: -100%;
  }
}

.products__top {
  display: none;
}
.products__btn {
  background-color: transparent;
  box-shadow: none;
  font-size: 14px;
  font-family: "Gilroy Medium", sans-serif;
  color: #6D6AE6;
  border-radius: 10em;
  border: 1px solid #6D6AE6;
  height: 50px;
  line-height: 48px;
  padding: 0 19px 0 57px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: background-color 0.2s, color 0.2s;
  margin-right: auto;
  position: relative;
  animation: pulse 2s infinite;
}
.products__btn:hover {
  background-color: #6D6AE6;
  color: #fff;
  animation: none;
}
.products__btn:hover .products__icon path {
  fill: #fff;
}
.products__btn.is-active {
  background-color: #6D6AE6;
  color: #fff;
  animation: none;
}
.products__btn.is-active .products__icon path {
  fill: #fff;
}
.products__btn.is-active .products__icon--grid {
  opacity: 0;
  visibility: hidden;
}
.products__btn.is-active .products__icon--close {
  opacity: 1;
  visibility: visible;
}
.products__icon {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s, visibility 0.3s;
}
.products__icon path {
  transition: fill 0.3s;
}
.products__icon--grid {
  opacity: 1;
  visibility: visible;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(109, 106, 230, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(109, 106, 230, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(109, 106, 230, 0);
  }
}
.menu__item--products {
  display: none;
}

.products {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  padding-top: 140px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.products.is-visible {
  opacity: 1;
  visibility: visible;
}
.products__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.products-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
  width: 855px;
}
.products__nav {
  width: 200px;
  flex-shrink: 0;
}
.products__nav-title {
  font-size: 18px;
  font-family: "Gilroy Semibold", sans-serif;
  line-height: 1.235;
  color: #9BA5BA;
  margin-bottom: 24px;
}
.products__nav .menu__list {
  flex-direction: column;
}
.products__nav .menu__link {
  font-size: 16px;
}
.products__nav .menu__item {
  display: block;
  margin: 0;
  width: 100%;
}
.products__nav .menu__item + .menu__item {
  margin: 0;
  margin-top: 18px;
}
.products__nav .menu__item--products {
  display: none;
}

.product {
  display: inline-block;
  height: 215px;
  width: calc(50% - 30px);
  background-color: #fff;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 15px 30px;
  position: relative;
  transition: background-color 0.2s;
}
.product__logo {
  position: absolute;
  top: 25px;
  left: 25px;
}
.product__logo path {
  transition: fill 0.2s;
}
.product__title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 25px;
  font-size: 16px;
  font-family: "Gilroy Medium", sans-serif;
  line-height: 1.235;
  transition: color 0.2s;
}

@media only screen and (min-width: 1200px) {
  .product:hover {
    background-color: #F2A138;
  }
  .product:hover .product__title {
    color: #fff;
  }
  .product:hover .product__logo .product-logo-title {
    fill: #fff;
  }
  .product.is-life:hover {
    background-color: #43CBFF;
  }
  .product.is-kasko:hover {
    background-color: #59CB89;
  }
  .product.is-osago:hover {
    background-color: #59C4CB;
  }
}
@media only screen and (max-width: 1199px) {
  .menu__item--products {
    display: inline-block;
  }

  .products__btn {
    display: none;
  }
  .products__top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 15px 15px 15px 5px;
  }
  .products__back {
    line-height: 1;
    font-size: 14px;
    font-family: "Gilroy Medium", sans-serif;
    color: #5A637D;
    white-space: nowrap;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .products__back .svg {
    flex-shrink: 0;
    margin-right: 6px;
  }

  .products {
    width: 320px;
    padding: 0;
    min-height: 100%;
    margin-left: -320px;
    transition: margin-left 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    z-index: 11;
  }
  .products.is-visible {
    margin-left: 0;
  }
  .products-block {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
  }
  .products__container {
    padding: 0;
    height: calc(100% - 66px);
  }

  .product {
    box-shadow: none;
    padding: 24px 15px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #e1e1e1;
    position: relative;
    height: 25%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .product:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F2A138;
  }
  .product:nth-child(1) {
    border-color: #9BA5BA;
  }
  .product__logo {
    position: relative;
    top: auto;
    left: auto;
    flex-shrink: 0;
    width: 120px;
  }
  .product__title {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    right: auto;
    margin-top: 16px;
    font-size: 12px;
  }
  .product.is-life:after {
    background-color: #43CBFF;
  }
  .product.is-kasko:after {
    background-color: #59CB89;
  }
  .product.is-osago:after {
    background-color: #59C4CB;
  }
}
@media only screen and (max-width: 374px) {
  .products {
    width: 100%;
    margin-left: -100%;
  }
}

.hero {
  padding-top: 155px;
  padding-bottom: 0px;
  background-color: #F6FAFF;
  position: relative;
  margin-bottom: 120px;
}
.hero:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  display: inline-block;
  background-image: url("../img/bottom-fon.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 120px;
  margin-top: -1px;
}
.hero-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.hero__info {
  flex-shrink: 0;
  width: 520px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.hero__title {
  font-size: 36px;
}
.hero__subtitle {
  margin-top: 20px;
}
.hero__btn {
  margin-top: 50px;
  padding: 0 75px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
}
.hero__image {
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding-top: 90px;
    margin-bottom: 60px;
  }
  .hero:after {
    background-size: auto 60px;
    height: 60px;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__info {
    width: 440px;
    margin-right: 0px;
  }
  .hero__image {
    width: 55%;
    top: auto;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero__info {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-bottom: 0px;
  }
  .hero__info {
    width: 100%;
    margin-right: 0;
  }
  .hero__btn {
    margin-top: 30px;
  }
  .hero-block {
    flex-direction: column;
    align-items: center;
  }
  .hero__image {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    margin-bottom: 30px;
  }
  .hero:after {
    height: 30px;
    background-size: auto 30px;
  }
  .hero__title {
    font-size: 24px;
  }
  .hero__info {
    width: auto;
    margin-right: 0;
  }
  .hero__image {
    margin-top: 20px;
  }
  .hero-block {
    flex-direction: column;
    align-items: center;
  }
}
.types {
  padding: 80px 0 140px;
}
.types-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -66px;
  margin-top: 85px;
}

.type {
  display: inline-block;
  width: 350px;
  margin: 0 15px 66px;
  background: #F7F7F7;
  border-radius: 5px;
  transition: box-shadow 0.2s;
  position: relative;
}
.type:hover {
  box-shadow: 5px 3px 13px rgba(0, 0, 0, 0.1);
}
.type:hover .type__icon {
  background-color: #6D6AE6;
}
.type:hover .type__icon .svg path {
  fill: #fff;
}
.type:hover .type__btn {
  background-image: none;
  background-color: #6156EB;
}
.type__photo {
  width: 100%;
  height: 223px;
  position: relative;
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.type__icon {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: background-color 0.2s;
}
.type__title {
  font-weight: normal;
  color: #0D1C41;
  margin: 0;
  font-family: "Gilroy Semibold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
.type__info {
  padding: 37px 28px 28px;
  display: block;
  padding-bottom: 120px;
}
.type__text {
  display: block;
  margin-top: 20px;
}
.type__btn {
  padding: 0 55px;
  position: absolute;
  bottom: 28px;
  left: 28px;
  background-image: none;
  background-color: #6D6AE6;
  transition: background-color 0.2s;
  box-shadow: none;
}
.type__btn:hover {
  background-image: none;
  background-color: #6156EB;
}

@media only screen and (max-width: 1199px) {
  .types {
    padding: 90px 0;
  }

  .type {
    width: 290px;
  }
  .type__title {
    font-size: 20px;
  }
  .type__photo {
    height: 185px;
  }
  .type__info {
    padding: 32px 23px 23px;
    padding-bottom: 115px;
  }
  .type__btn {
    bottom: 23px;
    left: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .type {
    width: 330px;
  }
  .type__photo {
    height: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .types-block {
    margin-left: -10px;
    margin-right: -10px;
  }

  .type {
    width: 245px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .type__photo {
    height: 154px;
  }
  .type__text br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .types {
    padding: 60px 0;
  }
  .types-block {
    margin-top: 60px;
  }

  .type {
    width: calc(50% - 20px);
  }
  .type__title {
    font-size: 18px;
  }
  .type__btn {
    width: calc(100% - 46px);
    padding: 0 20px;
  }
  .type__photo {
    height: 0;
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 479px) {
  .types-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .type {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .type:last-child {
    margin-bottom: 0;
  }
  .type__info {
    padding-bottom: 23px;
  }
  .type__btn {
    width: auto;
    padding: 0 60px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
}
.insurance {
  padding: 100px 0;
}
.insurance:nth-child(2n) {
  background-color: #F6FAFF;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 60px 0;
}
.insurance:nth-child(2n):after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  display: inline-block;
  background-image: url("../img/bottom-fon.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 120px;
  margin-top: -1px;
}
.insurance:nth-child(2n):before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  display: inline-block;
  background-image: url("../img/top-fon.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 120px;
  margin-bottom: -1px;
}
.insurance:nth-child(2n) .insurance__pic {
  margin-left: auto;
  margin-right: 0;
  order: 1;
}
.insurance-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.insurance__info {
  width: 565px;
  display: inline-block;
  flex-shrink: 0;
}
.insurance__pic {
  display: inline-block;
  order: 0;
  margin-right: auto;
  position: sticky;
  top: 100px;
}
.insurance__subtitle {
  margin-bottom: 62px;
}
.insurance__q + .insurance__q {
  margin-top: 62px;
}
.insurance__q-title {
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  font-family: "Gilroy Semibold", sans-serif;
  color: #0D1C41;
}
.insurance__list {
  margin-top: 30px;
}
.insurance__list li {
  font-size: 20px;
  padding-left: 45px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 33px;
}
.insurance__list li:last-child {
  margin-bottom: 0;
}
.insurance__list li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(90.5deg, #6D6AE6 1.59%, #6156EB 96.92%);
  border-radius: 2px;
  left: 0;
  top: 5px;
}
.insurance__form-block {
  margin-top: 90px;
}
.insurance__form {
  margin-top: 40px;
}
.insurance__icon {
  display: inline-block;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-image: linear-gradient(90deg, #6D6AE6 0%, #6156EB 100%);
  position: relative;
}
.insurance__suptitle {
  background-image: linear-gradient(90deg, #6D6AE6 0%, #6156EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gilroy Semibold", sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
}
.insurance_accident .insurance__pic {
  margin-top: -50px;
  top: 50px;
}
.insurance__bot {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  justify-content: space-between;
  margin-top: 90px;
}
.insurance__bot .insurance__form-block {
  margin-top: 0;
}

.calc-example {
  display: inline-block;
  width: 470px;
}
.calc-example__title {
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  white-space: nowrap;
  font-family: "Gilroy Semibold", sans-serif;
  color: #0D1C41;
}
.calc-example__list {
  margin-top: 30px;
}
.calc-example__list li {
  font-size: 20px;
  padding-left: 45px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 33px;
}
.calc-example__list li:last-child {
  margin-bottom: 0;
}
.calc-example__list li b, .calc-example__list li strong {
  font-weight: normal;
  display: block;
  color: #0D1C41;
  font-family: "Gilroy Semibold", sans-serif;
  margin-bottom: 15px;
}
.calc-example__list li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #6FCF97;
  border-radius: 2px;
  left: 0;
  top: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .insurance__suptitle {
    background-image: none;
    color: #6D6AE6;
  }
}
@media only screen and (max-width: 1199px) {
  .insurance {
    padding: 90px 0;
  }
  .insurance:nth-child(2n) {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .insurance:nth-child(2n):after {
    height: 60px;
    background-size: auto 60px;
  }
  .insurance:nth-child(2n):before {
    height: 60px;
    background-size: auto 60px;
  }
  .insurance__info {
    width: calc(50% - 30px);
  }
  .insurance__list li {
    font-size: 18px;
    padding-left: 30px;
  }
  .insurance__list li br {
    display: none;
  }
  .insurance__list li:before {
    top: 2px;
  }
  .insurance__q-title {
    font-size: 20px;
  }

  .calc-example {
    width: calc(50% - 30px);
  }
  .calc-example__title {
    font-size: 20px;
  }
  .calc-example__list li {
    font-size: 18px;
    padding-left: 30px;
  }
  .calc-example__list li:before {
    top: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .insurance__form-block {
    width: 300px;
  }
  .insurance__form-block .input {
    width: 100%;
  }
  .insurance__subtitle br {
    display: none;
  }
  .insurance__pic {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .insurance:nth-child(2n) .insurance__pic {
    order: -1;
    margin-left: 0;
  }
  .insurance-block {
    flex-direction: column;
    align-items: center;
  }
  .insurance__pic {
    margin-right: 0;
    max-width: 70%;
    width: auto;
  }
  .insurance__info {
    width: 100%;
    margin-top: 50px;
  }
  .insurance__form-block {
    width: 100%;
  }
  .insurance_accident .insurance__pic {
    margin-bottom: -50px;
  }
  .insurance__bot {
    flex-direction: column;
  }

  .calc-example {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .insurance {
    padding: 60px 0;
  }
  .insurance:nth-child(2n) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .insurance:nth-child(2n):after {
    height: 30px;
    background-size: auto 30px;
  }
  .insurance:nth-child(2n):before {
    height: 30px;
    background-size: auto 30px;
  }
  .insurance__info {
    margin-top: 30px;
  }
  .insurance__subtitle {
    margin: 15px 0 40px;
  }
  .insurance__q + .insurance__q {
    margin-top: 40px;
  }
  .insurance__q-title {
    font-size: 18px;
  }
  .insurance__list li {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .insurance__list li:before {
    top: 0;
  }
  .insurance__form-block {
    margin-top: 60px;
  }

  .calc-example__title {
    font-size: 18px;
  }
  .calc-example__list li {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .calc-example__list li:before {
    top: 0;
  }
}
.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.75;
}

.fancybox-slide > * {
  margin: 15px 0;
}

*::-webkit-input-placeholder {
  color: #5A637D;
  opacity: 1;
}

*:-moz-placeholder {
  color: #5A637D;
  opacity: 1;
}

*::-moz-placeholder {
  color: #5A637D;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #5A637D;
  opacity: 1;
}

.form input[type=text],
.form input[type=tel],
.form input[type=url],
.form input[type=email] {
  font-size: 16px;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  padding: 0 20px;
  border-radius: 3px;
  transition: border-color 0.2s;
  color: #0D1C41;
  width: 100%;
  z-index: 2;
  box-shadow: none;
  -webkit-appearance: none;
  font-family: "Gilroy Semibold", sans-serif;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=url]:focus,
.form input[type=email]:focus {
  border-color: #000;
}
.form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 60px #fff;
  color: #0D1C41;
}
.form__btn {
  margin-top: 12px;
}

.input {
  width: 350px;
  position: relative;
  height: 60px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 27px;
}
.input__placeholder {
  font-size: 16px;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-left: 10px;
  transition: top 0.2s;
  top: 0;
}
.input_top input[type=text],
.input_top input[type=tel],
.input_top input[type=url],
.input_top input[type=email] {
  padding-top: 15px;
}
.input_top .input__placeholder {
  font-size: 13px;
  top: -15px;
  z-index: 2;
}

.popup {
  background-color: #fff;
  position: relative;
  border-radius: 1px;
  padding: 74px 30px 30px;
  overflow: hidden;
  border: none;
  width: 480px;
  text-align: center;
  min-height: 540px;
}
.popup__title {
  font-size: 32px;
  color: #0D1C41;
  line-height: 1.25;
  font-weight: normal;
  margin: 0;
  font-family: "Gilroy Semibold", sans-serif;
}
.popup__title--sm {
  font-size: 20px;
}
.popup__subtitle {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 23px;
}
.popup__form .form-block {
  text-align: left;
  width: 350px;
  display: inline-block;
  margin-top: 50px;
}
.popup__form .input {
  width: 100%;
}
.popup .fancybox-close-small {
  opacity: 1;
  cursor: pointer;
  border: none;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 30px;
  padding: 0;
}
.popup .fancybox-close-small:after {
  background-color: transparent;
  font-size: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 0;
  color: #6D6AE6;
  transition: color 0.2s;
  font-family: "Gilroy Light";
  line-height: 1;
}
.popup .fancybox-close-small:focus:after {
  outline: none;
}
.popup__thanks {
  padding-top: 160px;
  padding-bottom: 50px;
}
.popup__thanks .fancybox-close-small:after {
  color: #5A637D;
}
.popup__thanks .thanks__btn {
  margin-top: 85px;
  height: 56px;
  line-height: 56px;
  font-family: "Gilroy Medium", sans-serif;
  background: #27AE60;
  box-shadow: 0px 0px 25px rgba(39, 174, 96, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 0 45px;
}
.popup__thanks .thanks__btn:hover {
  box-shadow: none;
}
.popup__thanks .popup__title {
  color: #27AE60;
}
.popup__thanks .popup__subtitle {
  font-size: 18px;
  margin-top: 30px;
  color: #0D1C41;
}

.persondata {
  margin-top: 32px;
  color: #9BA5BA;
  font-size: 14px;
  line-height: 1.25;
}
.persondata a {
  color: #356CD8;
  text-decoration: underline;
  -webkit-text-decoration-color: #356CD8;
          text-decoration-color: #356CD8;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
  white-space: nowrap;
}
.persondata a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

@media only screen and (max-width: 575px) {
  .input {
    margin-bottom: 15px;
  }

  .persondata {
    font-size: 12px;
    margin-top: 25px;
  }

  .popup {
    width: 96%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    min-height: auto;
  }
  .popup__title {
    font-size: 26px;
  }
  .popup__title--sm {
    font-size: 18px;
  }
  .popup__subtitle {
    font-size: 14px;
  }
  .popup__form .form-block {
    margin-top: 30px;
    width: 100%;
  }
  .popup__form input[type=submit] {
    width: 100%;
  }
  .popup__thanks .popup__subtitle {
    font-size: 14px;
    margin-top: 23px;
  }
  .popup__thanks .thanks__btn {
    margin-top: 50px;
  }
}
.contacts {
  position: relative;
  padding: 50px 0;
}
.contacts-block {
  background-color: #fff;
  border-radius: 3px;
  width: 623px;
  z-index: 2;
  position: relative;
  padding: 60px 70px;
}
.contacts__title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #0D1C41;
}
.contacts__btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.contacts__btn {
  min-width: 203px;
  padding: 0 28px;
  height: 64px;
  line-height: 64px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-right: 18px;
  color: #fff;
}
.contacts__btn:last-child {
  margin-right: 0;
}
.contacts__btn img {
  margin-left: 13px;
  flex-shrink: 0;
}
.contacts__is-q {
  margin-top: 35px;
}
.contacts__is-social {
  margin-top: 25px;
}

.contact {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.contact a {
  transition: color 0.3s;
  color: #22262D;
}
.contact a:hover {
  color: #6D6AE6;
}
.contact__info {
  margin-top: 4px;
  color: #22262D;
  font-family: "Gilroy Semibold", sans-serif;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .contacts-block {
    width: 50%;
    padding: 40px;
  }
  .contacts__btn {
    min-width: auto;
    width: 100%;
  }
  .contacts__is-social .contacts__btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contacts-block {
    padding: 30px;
  }
  .contacts__title {
    font-size: 24px;
  }
  .contacts__btn {
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    padding: 0;
    margin-right: 10px;
    width: 100%;
    max-width: 200px;
    font-family: "Gilroy Medium", sans-serif;
  }
  .contacts__btn:last-child {
    margin-bottom: 0;
  }
  .contacts__btn img {
    width: 25px;
    height: auto;
    margin-left: 10px;
  }

  .contact {
    font-size: 16px;
  }
  .contact__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts {
    background-color: #F6FAFF;
  }
  .contacts-block {
    width: 100%;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  }
  .contacts__is-social .contacts__btn {
    min-width: 200px;
  }

  .map {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .contacts-block {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #F6FAFF;
  }
  .contacts__title {
    font-size: 18px;
    text-align: left;
  }
  .contacts__is-social .contacts__btn {
    min-width: 200px;
  }

  .contact {
    font-size: 14px;
  }
  .contact__title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .contacts__is-social .contacts__btn {
    min-width: calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
.footer {
  padding: 55px 0;
}
.footer-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  flex-shrink: 0;
}
.footer__btn {
  flex-shrink: 0;
  margin-left: 0;
}
.footer__copy {
  text-align: center;
  margin: 0 50px;
}

.copy {
  font-size: 13px;
  line-height: 1.23;
  text-align: center;
  margin-top: 10px;
}
.copy iframe {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .footer__btn {
    display: none;
  }

  .footer__copy {
    margin-right: 0;
    margin-left: 100px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 40px 0;
  }
  .footer-block {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    width: 147px;
  }
  .footer__copy {
    margin-top: 25px;
    margin-left: 0;
  }

  .copy {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 25px;
  }
}
.quiz {
  width: 96%;
  max-width: 1440px;
  padding: 20px 0px 40px;
  border-radius: 8px;
}
.quiz .container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
}
.quiz__radios {
  columns: 2;
}
.quiz .fancybox-close-small {
  opacity: 1;
  cursor: pointer;
  border: none;
  width: 14px;
  height: 14px;
  top: 0px;
  right: 20px;
  padding: 0;
}
.quiz .fancybox-close-small:after {
  background-color: transparent;
  font-size: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 0;
  color: #6D6AE6;
  transition: color 0.2s;
  font-family: "Gilroy Light";
  line-height: 1;
}
.quiz .fancybox-close-small:focus:after {
  outline: none;
}
.quiz__status {
  padding: 35px 0 25px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 45px;
}
.quiz__status .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz__title {
  font-size: 24px;
  font-family: "Gilroy Semibold", sans-serif;
  line-height: 1.2;
}
.quiz__discount {
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px;
  font-size: 24px;
  font-family: "Gilroy Semibold", sans-serif;
  color: #fff;
  background-image: linear-gradient(90deg, #6D6AE6 0%, #6156EB 100%);
  border-radius: 2px;
  display: inline-block;
  margin-left: 30px;
  flex-shrink: 0;
}
.quiz__step {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
  height: 100%;
}
.quiz__step.active {
  display: block;
}
.quiz__step.visible {
  opacity: 1;
}
.quiz__question {
  font-family: "Gilroy Semibold", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: #0D1C41;
}
.quiz__text {
  font-size: 24px;
  color: #0D1C41;
  line-height: 1.4;
  margin-top: 25px;
}
.quiz__body {
  margin-top: 40px;
}
.quiz__btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.quiz__btns .btn {
  width: 250px;
  box-shadow: none;
  font-size: 18px;
}
.quiz__btns .btn + .btn {
  margin-left: 30px;
}
.quiz__form .form-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.quiz__form .form-block .input {
  margin-bottom: 0;
}
.quiz__form .form-block .input + .input {
  margin-left: 25px;
}

.input__radio {
  margin-bottom: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.input__radio:last-child {
  margin-bottom: 0;
}
.input__radio.checked input[type=radio] + .radio__custom {
  border-color: #6156EB;
}
.input__radio.checked input[type=radio] + .radio__custom:after {
  background-color: #6156EB;
}
.input__radio input[type=radio] {
  display: none;
}

.radio__custom {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  margin-right: 19px;
  position: relative;
  cursor: pointer;
  position: relative;
  top: 0;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.radio__custom:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: transparent;
  transition: background-color 0.2s;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: center;
}
.radio__txt {
  color: #0D1C41;
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 1199px) {
  .quiz .container {
    max-width: 100%;
  }
  .quiz__title {
    font-size: 20px;
  }
  .quiz__question {
    font-size: 24px;
  }
  .quiz__body {
    margin-top: 30px;
  }
  .quiz__btns {
    margin-top: 30px;
  }
  .quiz__status {
    margin-bottom: 30px;
  }
  .quiz__text {
    font-size: 20px;
    margin-top: 15px;
  }

  .radio__txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .quiz__radios {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .quiz__radios .input__radio {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .quiz__text br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .quiz {
    padding-top: 10px;
  }
  .quiz__btns .btn {
    width: calc(50% - 10px);
    padding: 0 10px;
    font-size: 16px;
  }
  .quiz__btns .btn + .btn {
    margin-left: 20px;
  }
  .quiz .form-block {
    flex-direction: column;
  }
  .quiz .form-block .input {
    width: 100%;
  }
  .quiz .form-block .input + .input {
    margin-left: 0;
    margin-top: 15px;
  }
  .quiz__title {
    font-size: 18px;
  }
  .quiz__question {
    font-size: 20px;
  }
  .quiz__text {
    font-size: 16px;
  }
  .quiz__status {
    text-align: center;
    margin-bottom: 20px;
  }
  .quiz__status .container {
    flex-direction: column;
  }
  .quiz__discount {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 15px;
  }
  .quiz__radios {
    flex-direction: column;
  }
  .quiz__radios .input__radio {
    width: 100%;
  }

  .radio__txt {
    font-size: 18px;
    position: relative;
    top: 3px;
  }
}