<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&amp;display=swap");
/*РћР±РЅСѓР»РµРЅРёРµ*/
/*--------------------*/
/* Box sizing rules */
@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  transition: all 0.3s ease 0s; }

ul, ol {
  padding: 0; }

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0; }

html, body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul, ol {
  list-style: none;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit; }

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.subscribe-form-item__control--input-email {
  position: relative; }

.subscribe-form-item__control--input-email:after {
  content: "Р—Р°РїРѕР»РЅРёС‚Рµ СЌС‚Рѕ РїРѕР»Рµ";
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px; }

/* РґР»СЏ СЌР»РµРјРµРЅС‚Р° input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* РґР»СЏ СЌР»РµРјРµРЅС‚Р° label, СЃРІСЏР·Р°РЅРЅРѕРіРѕ СЃ .custom-checkbox */
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  /* СЃРѕР·РґР°РЅРёРµ РІ label РїСЃРµРІРґРѕСЌР»РµРјРµРЅС‚Р° before СЃРѕ СЃР»РµРґСѓСЋС‰РёРјРё СЃС‚РёР»СЏРјРё */ }
  .custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%; }

.custom-checkbox.checkbox-20 + label::before {
  content: '';
  width: 18px;
  height: 18px;
  margin-right: 10px; }

/* СЃС‚РёР»Рё РїСЂРё РЅР°РІРµРґРµРЅРёРё РєСѓСЂСЃРѕСЂР° РЅР° checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff; }

/* СЃС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕРіРѕ С‡РµРєР±РѕРєСЃР° (РїСЂРё РЅР°Р¶Р°С‚РёРё РЅР° РЅРµРіРѕ) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ С„РѕРєСѓСЃРµ */
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ С„РѕРєСѓСЃРµ Рё РЅРµ РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ СЃРѕСЃС‚РѕСЏРЅРёРё checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff; }

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ СЃРѕСЃС‚РѕСЏРЅРёРё checked */
.custom-checkbox:checked + label::before {
  border-color: #fff;
  background-color: #6c9ee8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ СЃРѕСЃС‚РѕСЏРЅРёРё disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef; }

.checkbox-label {
  font-size: 14px;
  color: #fff;
  line-height: 19px; }
  .checkbox-label a {
    font-size: 14px;
    line-height: 19px;
    display: contents;
    text-decoration: underline; }
    .checkbox-label a:hover {
      color: #f4f4f4; }

.alert-warning {
  display: none;
  padding: 5px 10px;
  color: red;
  border-radius: 2px;
  background-color: #fff3cd;
  border: 1px solid red; }

:root {
  --bg: #fff;
  --alt: #ad4375;
  --text: #000;
  --opacity: 1;
  --accent: #8fd1f2;
  --shadow: rgba(0, 0, 0, .35);
  --dink: 12px;
  --ani: 150ms cubic-bezier(.5, 0, .6, 1.3) 1ms forwards; }

@keyframes tips-vert {
  to {
    opacity: var(--opacity);
    transform: translate(-50%, 0); } }
@keyframes tips-horz {
  to {
    opacity: var(--opacity);
    transform: translate(0, -50%); } }
@keyframes tips-diag-right {
  to {
    opacity: var(--opacity);
    transform: translate(-1em, 0); } }
@keyframes tips-diag-left {
  to {
    opacity: var(--opacity);
    transform: translate(1em, 0); } }

[tooltip] {
  position: relative; }
  [tooltip]::before, [tooltip]::after {
    text-transform: none;
    line-height: 1;
    font-size: 0.9em;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
    max-width: 150px; }
  [tooltip]::before {
    content: '';
    border: var(--dink) solid transparent; }
  [tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    font-weight: 300;
    min-width: 3em;
    max-width: 90vw;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 20px;
    border-radius: 0.2em;
    box-shadow: 0 1px 4px var(--shadow);
    background: var(--bg);
    color: var(--text);
    z-index: 1900; }
  [tooltip]:hover::before, [tooltip]:hover::after {
    display: block; }

[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border: none;
  display: block;
  height: 12px;
  width: 18px;
  background: url("../img/tooltip_top.png") 0 50% no-repeat;
  background-size: auto 12px;
  z-index: 3000; }
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 12px); }
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em); }

[tooltip][flow^="down"]::before {
  top: 100%;
  border: none;
  display: block;
  height: 12px;
  width: 18px;
  background: url("../img/tooltip_bottom.png") 50% 50% no-repeat;
  background-size: auto 12px;
  z-index: 3000; }
[tooltip][flow^="down"]::after {
  top: calc(100% + var(--dink));
  z-index: 2000; }
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em); }

[tooltip][flow$="-left"]::after {
  right: 50%;
  left: auto; }

[tooltip][flow="up-left"]::after {
  transform: translate(1.5em, 0.5em); }

[tooltip][flow="down-left"]::after {
  transform: translate(1.5em, -0.5em); }

[tooltip][flow="up-right"]::after {
  transform: translate(-1.5em, 0.5em); }

[tooltip][flow="down-right"]::after {
  transform: translate(-1.5em, -0.5em); }

[tooltip][flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--bg);
  left: calc(0em - var(--dink));
  transform: translate(0.5em, -50%); }
[tooltip][flow="left"]::after {
  top: 50%;
  right: calc(100% + var(--dink));
  transform: translate(0.5em, -50%); }

[tooltip][flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--bg);
  right: calc(0em - var(--dink));
  transform: translate(-0.5em, -50%); }
[tooltip][flow="right"]::after {
  top: 50%;
  left: calc(100% + var(--dink));
  transform: translate(-0.5em, -50%); }

[tooltip]:not([flow]):hover::before, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="down"]:hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::after {
  animation: tips-vert var(--ani); }

[tooltip][flow$="-right"]:hover::after {
  animation: tips-diag-right var(--ani); }

[tooltip][flow$="-left"]:hover::after {
  animation: tips-diag-left var(--ani); }

[tooltip][flow="left"]:hover::before, [tooltip][flow="right"]:hover::before, [tooltip][flow="left"]:hover::after, [tooltip][flow="right"]:hover::after {
  animation: tips-horz var(--ani); }

[tooltip='']::after, [tooltip='']::before {
  display: none !important; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  /*
   40% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   -webkit-animation-timing-function: ease-in;
   animation-timing-function: ease-in;
   }
   60% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
   transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
   opacity: 1;
   }
   80% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   }
   */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  /*
   40% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   -webkit-animation-timing-function: ease-in;
   animation-timing-function: ease-in;
   }
   60% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
   transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
   opacity: 1;
   }
   80% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   }
   */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  /*
   30% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   opacity: 1;
   }
   */
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  /*
   30% {
   -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
   opacity: 1;
   }
   */
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

* {
  font-size: 14px;
  line-height: 17px;
  font-family: "Ubuntu";
  font-weight: 400; }

strong {
  font-weight: 700; }

@media (max-width: 767px) {
  body.lock {
    overflow: hidden; } }

/* sm-СѓСЃС‚СЂРѕР№СЃС‚РІР° (Р±РѕР»СЊС€Рµ РёР»Рё СЂР°РІРЅРѕ 576px) */
.fluid, .footer {
  width: 100%; }

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
@media (min-width: 1200px) {
  .container {
    padding: 0; } }

.header__right .hamburger a span, .header__right .hamburger a span:before, .header__right .hamburger a span:after {
  display: inline-block;
  position: absolute;
  left: 0;
  background: #2d68c5;
  width: 100%;
  max-width: 30px;
  height: 3px; }

.rub {
  font-weight: bold;
  font-size: 15px; }
  .rub:after {
    content: "";
    background-image: url("/fileadmin/templates/new/img/icons/icon_rub.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3px;
    display: inline-block;
    height: 11px;
    width: 12px; }

a.btn-ok {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 40px 10px 65px;
  height: 50px;
  color: #fff !important;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none !important;
  background-color: #257bf5;
  background-image: url("/fileadmin/templates/new/img/icons/btn_ok.png");
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-size: 28px; }
  a.btn-ok:hover {
    text-decoration: none;
    background-color: #09488b; }

a.btn-blue {
  text-align: center;
  display: inline-block;
  margin: 15px 0;
  padding: 8px 40px;
  height: 36px;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none !important;
  background-color: #257bf5; }
  a.btn-blue:hover {
    text-decoration: none;
    background-color: #09488b; }

.gray-line-bg {
  display: block;
  margin: 25px -30px 25px -45px;
  background-color: #d9d9d9;
  padding: 0 30px 0 45px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .gray-line-bg a {
    flex: 0 0 auto;
    margin: 0; }
  .gray-line-bg span {
    flex: 1 1 auto;
    display: none;
    margin: 8px 0 0 20px;
    font-size: 13px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .gray-line-bg span {
      display: block; } }

.contact-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .contact-details .mail, .contact-details .tel, .contact-details .addr, .contact-details .location {
    flex: 0 1 175px;
    display: flex;
    flex-direction: column;
    padding: 0 10px 5px 40px;
    margin-bottom: 0;
    font-size: 14px;
    background-size: 30px;
    align-items: flex-start;
    background-repeat: no-repeat; }
    .contact-details .mail a, .contact-details .tel a, .contact-details .addr a, .contact-details .location a {
      display: block;
      line-height: 22px;
      white-space: nowrap;
      color: #257bf5; }
  .contact-details .addr {
    background-image: url("/fileadmin/templates/new/img/icons/icon_addr.png");
    padding: 0 10px 0 40px;
    margin-bottom: 7px;
    flex: 0 1 auto; }
    .contact-details .addr a {
      white-space: normal;
      margin-bottom: 5px; }
  .contact-details .mail {
    background-image: url("/fileadmin/templates/new/img/icons/icon_mail.png"); }
  .contact-details .tel {
    background-image: url("/fileadmin/templates/new/img/icons/icon_tel.png");
    background-size: 20px;
    background-position: 10px 0px; }
    .contact-details .tel a {
      text-decoration: none; }
  .contact-details .location {
    background-image: url("/fileadmin/templates/new/img/icons/icon_location.png");
    background-size: 20px;
    background-position: 10px 0px; }
  .contact-details.big {
    justify-content: flex-start; }
    .contact-details.big .mail {
      padding: 6px 10px 6px 50px;
      background-size: 40px;
      background-position: 0 4px; }
    .contact-details.big .tel {
      padding: 6px 10px 6px 50px;
      background-size: 30px; }
    .contact-details.big .location {
      background-size: 23px;
      padding: 6px 10px 6px 50px; }
    .contact-details.big a {
      font-size: 18px; }

.text-white {
  color: #fff; }

body {
  background: #f9f9f9;
  height: 100%; }
  body &gt; .wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: -1px; }

.body-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

/* @media (min-width: 768px) {
 .header {
 position: relative;
 }
 } */
/* РќР°РІРёРіР°С†РёСЏ СЃРІРµСЂС…Сѓ */
/* .nav__ul &gt; li .sub-ul &gt; li a:hover span:before,
 .nav__ul &gt; li .sub-ul &gt; li a.active span:before {
 display: inline-block;
 margin-left: -6px;
 vertical-align: 5px;
 content: "";
 border-color: inherit;
 border-style: solid;
 border-width: 1px 1px 0 0;
 transform: rotate(45deg);
 width: 6px;
 height: 6px;
 position: relative;
 top: 3px;
 left: -5px;
 transition: all 0.1s ease;
 } */
.header {
  background: #257bf5;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  width: 1200px;
  max-width: 95%;
  box-shadow: 0 4px 5px 0 #1755f540; }
  .header:hover {
    background: #257bf5; }

.header.scrolled {
  background: #257bf585; }
  .header.scrolled .header__container {
    padding: 10px 15px;
    height: 60px; }

.header__container {
  display: flex;
  justify-content: space-between;
  height: 70px;
  z-index: 3000;
  line-height: 70px;
  gap: 10px;
  padding: 15px; }

.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 160px; }
  .header__left .logo {
    height: 28px; }

.header__right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100px;
  height: 100%;
  background: #fff;
  color: #257bf5; }
  .header__right li {
    height: 30px;
    line-height: 30px;
    color: #ccc; }
    .header__right li a {
      color: #257bf5;
      display: block;
      float: right;
      height: 100%;
      line-height: 30px; }
  .header__right .hamburger {
    position: relative;
    width: 30px;
    height: 30px; }
    .header__right .hamburger a {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      cursor: pointer;
      transition: top 0.6s, left 0.6s, background 0.3s, opacity 0.3s; }
      .header__right .hamburger a span {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -2px);
        transition: background 0.4s 0.1s; }
        .header__right .hamburger a span:before {
          content: "";
          transition: background 0.4s, bottom 0.4s, transform 0.4s, top 0.4s;
          top: -8px; }
        .header__right .hamburger a span:after {
          content: "";
          transition: background 0.4s, bottom 0.4s, transform 0.4s, top 0.4s;
          bottom: -8px; }
      .header__right .hamburger a:hover span {
        background-color: #6d0001; }
        .header__right .hamburger a:hover span:before {
          background-color: #6d0001; }
        .header__right .hamburger a:hover span:after {
          background-color: #6d0001; }
    .header__right .hamburger a.active {
      transition: top 0s, left 0.4s, opacity 0.4s, background 0.4s; }
      .header__right .hamburger a.active span {
        background-color: transparent;
        transition: background 0s; }
        .header__right .hamburger a.active span:before {
          top: 0;
          transform: rotate(-45deg); }
        .header__right .hamburger a.active span:after {
          bottom: 0;
          transform: rotate(45deg); }
    .header__right .hamburger a.in span:before {
      top: 0; }
    .header__right .hamburger a.in span:after {
      bottom: 0; }

.nav {
  background-color: #d9d9d9;
  transition: all 0.3s ease 0s; }

.nav__container {
  display: none;
  transition: all 0.3s ease 0s;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 2000;
  background: #d9d9d9; }

.nav__container.active {
  display: block;
  top: 0; }

.nav__ul {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 70px;
  flex-grow: 1;
  width: 100%;
  max-width: 800px; }
  .nav__ul &gt; li {
    flex: 1 1 auto;
    border-bottom: 1px solid #f4f4f4;
    position: relative; }
    .nav__ul &gt; li &gt; a {
      display: flex;
      align-items: center;
      height: 100%;
      width: 100%;
      padding: 10px 10px;
      transition: 0.2s;
      overflow: hidden;
      justify-content: center;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      text-align: center;
      text-decoration: none; }
      .nav__ul &gt; li &gt; a &gt; span {
        position: relative; }
        .nav__ul &gt; li &gt; a &gt; span::after {
          content: "";
          width: 0;
          height: 2px;
          position: absolute;
          bottom: -3px;
          left: 50%;
          transform: translateX(-50%);
          background: #fff;
          transition: 0.2s linear; }
    .nav__ul &gt; li:hover &gt; a {
      background: #257bf5;
      color: #fff; }
      .nav__ul &gt; li:hover &gt; a &gt; span {
        color: #0ce8fe; }
        .nav__ul &gt; li:hover &gt; a &gt; span::after {
          width: 100%;
          background: #0ce8fe; }
  .nav__ul &gt; li a &gt; span {
    font-weight: 400; }
  .nav__ul &gt; li a:hover {
    background: #257bf5;
    color: #fff; }
  .nav__ul &gt; li a.active {
    background: #257bf5;
    color: #fff; }
  .nav__ul &gt; li .sub-ul {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    padding: 10px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    background: transparent; }
    .nav__ul &gt; li .sub-ul &gt; li {
      width: 310px;
      background: #006aff91;
      backdrop-filter: blur(5px);
      padding: 5px 10px 0 10px; }
      .nav__ul &gt; li .sub-ul &gt; li:first-child {
        margin-top: 10px; }
      .nav__ul &gt; li .sub-ul &gt; li:last-child {
        padding: 5px 10px 10px 10px; }
        .nav__ul &gt; li .sub-ul &gt; li:last-child a {
          border-bottom: 0px; }
      .nav__ul &gt; li .sub-ul &gt; li a {
        text-align: left;
        padding: 8px 0 20px;
        display: block;
        border-bottom: 1px solid #fff;
        color: #fff;
        height: 100%;
        width: 100%;
        align-items: flex-start; }
        .nav__ul &gt; li .sub-ul &gt; li a:hover {
          background: #00000025; }
          .nav__ul &gt; li .sub-ul &gt; li a:hover span {
            font-weight: 600; }
      .nav__ul &gt; li .sub-ul &gt; li a.active {
        background: #00000025; }
  .nav__ul &gt; li.soc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #4780eb; }
    .nav__ul &gt; li.soc a {
      flex: 1 1 auto;
      color: #fff;
      padding: 10px 0; }
      .nav__ul &gt; li.soc a .fab {
        font-size: 27px;
        line-height: 27px;
        margin: 0 auto; }
        .nav__ul &gt; li.soc a:hover .fab {
          color: #d8e8ff; }

.sub-wrapper {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  background: #2c66b873;
  backdrop-filter: blur(5px); }

@media (min-width: 768px) {
  .header__container {
    position: relative; }
  .nav__container {
    display: block;
    position: relative;
    height: 56px;
    background: none; }
    .nav__ul &gt; li {
      border-bottom: none; }
      .nav__ul &gt; li a {
        padding: 0 10px; }
        .nav__ul &gt; li .sub-ul &gt; li a {
          padding: 4.5px 10px; }
      .nav__ul &gt; li:hover .sub-ul {
        display: flex; }
    .nav__ul &gt; li.soc {
      display: none; } }

@media screen and (max-width: 1000px) {
  .header__right {
    width: auto;
    padding: 0 10px; } }

@media (min-width: 1000px) {
  .header__right .hamburger {
    display: none; }
  .nav__ul {
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 0;
    display: flex; } }

@media (min-width: 992px) {
  .nav__container {
    height: 48px; } }

.nearest-fluid {
  height: auto;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: 0.5s; }

@media (min-width: 768px) {
  .nearest-fluid {
    padding-bottom: 85px;
    margin-top: 0;
    margin-top: 70px; } }

@media (min-width: 1050px) {
  .nearest-fluid {
    padding-bottom: 190px;
    margin-top: 0; } }

#nearest {
  padding: 45px 30px 0 30px;
  height: auto;
  min-height: auto; }
@media (min-width: 768px) {
  #nearest {
    padding: 60px 30px 15px 30px; } }
@media (min-width: 992px) {
  #nearest {
    padding: 60px 60px 15px 60px; } }
@media (min-width: 1050px) {
  #nearest {
    padding: 60px 60px 15px 60px; } }
#nearest .logo {
  float: right;
  max-width: 70px;
  max-height: 80px;
  padding: 5px;
  margin: 0 0 15px 15px; }
@media (min-width: 768px) {
  #nearest .logo {
    max-width: 120px;
    max-height: 150px; } }
@media (min-width: 992px) {
  #nearest .logo {
    max-width: 150px;
    max-height: 180px;
    padding: 10px;
    margin: 0 0 30px 30px; } }
#nearest .info {
  position: absolute;
  bottom: -140px;
  left: -30px;
  right: -30px;
  background-color: rgba(68, 153, 253, 0.5);
  padding: 0 15px;
  color: #fff; }
@media (min-width: 768px) {
  #nearest .info {
    bottom: 0;
    right: 0;
    left: auto;
    padding: 0 0 0 15px;
    background-color: transparent; } }
#nearest .info .days, #nearest .info .delegates {
  display: flex;
  align-items: center;
  align-content: stretch;
  height: 60px; }
@media (min-width: 768px) {
  #nearest .info .days, #nearest .info .delegates {
    height: 70px; } }
#nearest .info .icon {
  order: 1;
  text-align: center;
  margin-left: 20px; }
@media (min-width: 768px) {
  #nearest .info .icon {
    order: 0;
    text-align: inherit; } }
#nearest .info .count {
  font-size: 22px;
  width: 65px;
  margin-left: 0;
  font-weight: bold;
  text-align: right;
  margin-right: 20px; }
@media (min-width: 768px) {
  #nearest .info .count {
    font-size: 34px;
    width: 80px;
    margin-left: 20px; } }
@media (min-width: 992px) {
  #nearest .info .count {
    font-size: 37px;
    width: 85px; } }
#nearest .info .text {
  width: auto;
  margin-right: 60px; }
@media (min-width: 768px) {
  #nearest .info .text {
    margin-right: 0px;
    width: 170px;
    line-height: 19px; } }
@media (min-width: 992px) {
  #nearest .info .text {
    font-size: 16px;
    margin-right: 60px; } }
#nearest .wrapper {
  position: relative;
  height: 100%; }
#nearest .n-project {
  display: none; }
  #nearest .n-project.active {
    display: block; }
#nearest .head {
  color: #fff; }
  #nearest .head .title-2 {
    font-size: 18px;
    line-height: 26px; }
  @media (min-width: 768px) {
    #nearest .head .title-2 {
      font-size: 22px;
      line-height: 30px; } }
  #nearest .head .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
    padding-right: 0;
    min-height: auto;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 35px; }
  @media (min-width: 768px) {
    #nearest .head .title {
      font-size: 36px;
      line-height: 43px;
      padding-right: 200px;
      min-height: 127px; } }
  #nearest .head .date {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 25px; }
  @media (min-width: 768px) {
    #nearest .head .date {
      font-size: 23px;
      line-height: 36px;
      padding-bottom: 50px;
      display: block; } }
#nearest .carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 16px;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 7px;
  transition: 0.3s ease; }
@media (min-width: 768px) {
  #nearest .carousel-indicators {
    transform: none;
    left: 0;
    height: 3px; } }
#nearest .carousel-indicators li {
  display: block;
  position: relative;
  flex: 1 1 auto;
  width: 65px;
  min-height: 3px;
  margin-right: 6px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s ease; }
  #nearest .carousel-indicators li.active {
    background-color: rgba(255, 255, 255, 0.9); }
  #nearest .carousel-indicators li:last-child {
    margin-right: 0; }
  #nearest .carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.6); }
#nearest .carousel-indicators:hover {
  height: 7px; }

.main-calendar, .main-news {
  margin-top: 0;
  background: #fff;
  padding: 45px 15px 45px 15px; }
@media (min-width: 768px) {
  .main-calendar, .main-news {
    padding: 50px 15px; } }
@media (min-width: 1050px) {
  .main-calendar, .main-news {
    padding: 60px 60px; } }
.main-calendar__grid, .main-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px; }
@media (min-width: 768px) {
  .main-calendar__grid, .main-news__grid {
    grid-template-columns: 1fr 1fr; } }
@media (min-width: 1050px) {
  .main-calendar__grid, .main-news__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px; } }
.main-calendar h2, .main-news h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 60px; }
  .main-calendar h2:after, .main-news h2:after {
    content: "";
    height: 3px;
    width: 98px;
    background-color: #4783ef;
    display: block;
    position: absolute;
    bottom: -16px; }
.main-calendar a.right-more-link, .main-news a.right-more-link {
  float: right;
  color: #969696; }
  .main-calendar a.right-more-link:after, .main-news a.right-more-link:after {
    content: "вќЇ";
    color: #4783ef;
    font-size: 12px;
    margin-left: 12px;
    padding-top: 12px;
    display: inline-block; }
  .main-calendar a.right-more-link:hover, .main-news a.right-more-link:hover {
    color: #4783ef; }
.main-calendar__item, .main-news__item {
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3); }

@media (min-width: 768px) {
  .main-calendar {
    margin-top: -85px; } }
@media (min-width: 1050px) {
  .main-calendar {
    margin-top: -190px; } }

.past-calendar {
  margin-top: 0;
  border-top: 1px solid #969696; }
  .past-calendar .moreabout {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
    width: 90px;
    height: 90px;
    font-size: 25px;
    line-height: 90px;
    color: #4783ef;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: none; }

.main-news {
  border-top: 1px solid #969696;
  padding-top: 40px; }

.sticky-container .sticky {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  padding: 15px;
  z-index: 1500;
  width: 100%;
  background: #fff;
  background-color: #6c9ee8; }
  .sticky-container .sticky span {
    font-size: 20px;
    line-height: 26px;
    color: #fff; }
@media (max-width: 767px) {
  .sticky-container.sticky-on .sticky {
    display: block; } }

.calendar-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  justify-content: space-between;
  min-height: 100%; }
  .calendar-item .img {
    width: 100%;
    padding-bottom: 50%;
    position: relative; }
    .calendar-item .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .calendar-item .date-nmo {
    flex: 0 0 auto; }
    .calendar-item .date-nmo .date {
      display: flex;
      height: 90px;
      align-items: center;
      color: #94979c;
      font-size: 16px;
      line-height: 20px;
      margin-right: 110px;
      margin-left: 10%;
      border-bottom: 1px solid #969696; }
  .calendar-item .date-nmo a.nmo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
    width: 90px;
    height: 90px;
    background: #4783ef;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none; }
    .calendar-item .date-nmo a.nmo span {
      display: block;
      width: 23px;
      height: 23px;
      background-image: url("/fileadmin/templates/new/img/icon_nmo_wait.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      text-align: center;
      margin-bottom: 10px; }
    .calendar-item .date-nmo a.nmo.ok {
      background: #7cb836; }
      .calendar-item .date-nmo a.nmo.ok span {
        background-image: url("/fileadmin/templates/new/img/icon_nmo_ok.png"); }
  .calendar-item .title {
    flex: 1 1 auto;
    margin: 20px 10% 0 10%;
    padding-bottom: 21px; }
    .calendar-item .title h3 {
      font-weight: bold;
      margin-bottom: 18px; }
    .calendar-item .title.bb30 {
      padding-bottom: 30px; }
  .calendar-item .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto 10% 0 10%;
    height: 80px;
    border-top: 1px solid #969696; }
    .calendar-item .info .venue {
      line-height: 36px;
      background: url("/fileadmin/templates/new/img/icon_venue.png") no-repeat 0 0;
      background-size: auto 23px;
      height: 36px;
      padding-left: 28px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .calendar-item .info .people {
      line-height: 36px;
      background: url("/fileadmin/templates/new/img/icon_person.png") no-repeat 0 0;
      background-size: auto 23px;
      height: 36px;
      padding-left: 28px;
      margin-left: 30px; }
    .calendar-item .info .more a {
      color: #4783ef;
      font-size: 25px;
      line-height: 30px;
      text-decoration: none;
      display: block;
      min-width: 30px;
      min-height: 30px;
      text-align: right; }
      .calendar-item .info .more a:hover {
        color: #e63d41; }

.news-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  justify-content: space-between;
  min-height: 100%; }
  .news-item .title {
    margin: 0 40px;
    flex: 1 1 auto;
    padding: 20px 0; }
    .news-item .title img {
      float: left;
      margin: 0 20px 15px 0;
      width: 85px; }
    .news-item .title a {
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 15px;
      display: block; }
      .news-item .title a:hover {
        color: #09488b; }
  .news-item .info {
    margin: 0 40px;
    flex: 0 0 auto;
    border-top: 1px solid #969696; }
    .news-item .info a {
      color: #969696;
      line-height: 75px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .news-item .info a:after {
        content: "вќЇ";
        margin-left: 5px;
        color: #4783ef;
        font-size: 12px;
        display: inline-block; }
      .news-item .info a:hover {
        color: #4783ef; }

.news-item-style1 {
  border-top: 7px solid #d9d9d9; }
  .news-item-style1 .date {
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 60px;
    color: #969696;
    border-bottom: 1px solid #969696;
    margin: 0 40px; }

.news-item-style2 .img {
  width: 100%;
  padding-bottom: 59.5%;
  position: relative; }
  .news-item-style2 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.news-item-style2 .date {
  padding: 0 40px;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 60px;
  background-color: #eaeaea;
  color: #969696; }

.subscribe-fluid {
  background: linear-gradient(180deg, #f9f9f9 0, #f9f9f9 50%, #d9d9d9 50%, #d9d9d9 100%); }
  .subscribe-fluid .container {
    padding: 0; }

.subscribe {
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1000;
  padding: 30px;
  background: #4783ef; }
@media (min-width: 767.98px) {
  .subscribe {
    padding: 38px 60px; } }
.subscribe__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .subscribe__title h3 {
    margin: 12px;
    font-size: 33px;
    line-height: 40px;
    font-weight: bold;
    flex: 1 1 300px; }
  .subscribe__title p {
    margin: 12px;
    font-size: 16px;
    line-height: 20px;
    flex: 1 1 300px; }
.subscribe__form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px -12px; }
  .subscribe__form form #subscribe-form-item-list--subscribe-list {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .subscribe__form form #subscribe-form-item-list--subscribe-list:target {
      display: flex; }
    .subscribe__form form #subscribe-form-item-list--subscribe-list &gt; li {
      flex: 1 1 450px;
      margin: 1.5px 12px; }
  .subscribe__form form .subscribe-form-item__control, .subscribe__form form .subscribe-form-item__btn, .subscribe__form form a.show-stopics {
    flex: 1 1 auto;
    height: 50px;
    padding: 0 19px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: #6c9ee8;
    border: 0;
    flex: 1 1 180px;
    margin: 12px;
    border: 1px solid #6c9ee8; }
    .subscribe__form form .subscribe-form-item__control:focus, .subscribe__form form .subscribe-form-item__btn:focus, .subscribe__form form a.show-stopics:focus {
      background: #f4f4f4;
      color: #1d1d1b; }
      .subscribe__form form .subscribe-form-item__control:focus::placeholder, .subscribe__form form .subscribe-form-item__btn:focus::placeholder, .subscribe__form form a.show-stopics:focus::placeholder {
        color: #d2d2d2; }
  .subscribe__form form ul.subscribe-form-item-list--subscribe-list {
    margin-bottom: 10.5px; }
    .subscribe__form form ul.subscribe-form-item-list--subscribe-list .subscribe-form-item-list__control {
      margin-right: 10px; }
  .subscribe__form form .checkbox-soglashenie {
    margin: 12px;
    display: none;
    flex: 1 1 180px; }
  .subscribe__form form a.show-stopics {
    display: inline-block; }
    .subscribe__form form .show-stopics:hover {
      background: #257bf5; }
  .subscribe__form form input::placeholder {
    color: #fff; }
.subscribe .s-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .subscribe .s-footer ul.soc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px; }
    .subscribe .s-footer ul.soc li a {
      flex: 1 1 auto;
      display: block;
      padding: 0 13px;
      color: #fff;
      line-height: 27px;
      height: 27px; }
      .subscribe .s-footer ul.soc li a .fab {
        font-size: 25px;
        line-height: 27px; }
      .subscribe .s-footer ul.soc li a:hover .fab {
        color: #d8e8ff; }

.event {
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0; }
  .event .breadcrumb {
    position: relative;
    font-size: 10px;
    font-weight: 500;
    color: #d9d9d9;
    margin: 0 15px 18px 15px; }
    .event .breadcrumb li {
      float: left; }
      .event .breadcrumb li:before {
        content: "/";
        font-size: 90%;
        display: inline-block;
        margin: 0 5px; }
        .event .breadcrumb li:first-child:before {
          content: "";
          margin: 0; }
      .event .breadcrumb li a {
        transition: 0.2s;
        text-decoration: underline; }
        .event .breadcrumb li a:hover {
          color: #1d1d1b; }
  .event .sidebar {
    display: none;
    margin: 0 15px;
    flex: 0 0 275px; }
  .event .sidebar__nav {
    display: flex;
    flex-direction: column; }
    .event .sidebar__nav a {
      display: block;
      padding: 15px;
      border-bottom: 1px solid #d2d2d2;
      background: #f3f3f3;
      color: #1d1d1b;
      font-size: 14px;
      font-weight: 500; }
      .event .sidebar__nav a:hover {
        color: #fff;
        background: #257bf5; }
    .event .sidebar__nav a.active {
      color: #fff;
      background: #257bf5; }

.event__title {
  padding: 30px 0;
  margin-top: 100px; }

.event__title__logo {
  float: right;
  max-width: 65px;
  margin: 0 0 15px 20px; }
  .event__title__logo::after {
    display: block;
    content: "";
    clear: both; }

.event__title__h1 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: bold; }

.event__title__h2 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.2; }

.event__container {
  background: #fff;
  padding: 30px 15px; }

.event__row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 -15px; }

.event__content {
  margin: 0 15px;
  flex: 1 1 auto; }

@media (min-width: 768px) {
  .event {
    padding: 0 15px;
    background-size: contain;
    background-position: 0 0; }
    .event .sidebar {
      display: block; }
  .event__title {
    padding: 30px 45px; }
  .event__title__logo {
    max-width: 80px; }
  .event__title__h1 {
    font-size: 24px; }
  .event__title__h2 {
    font-size: 20px; }
  .event__container {
    padding: 30px 45px; } }

.page-content {
  font-size: 14px; }
  .page-content h1, .page-content .h1 {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative; }
    .page-content h1:after, .page-content .h1:after {
      content: "";
      height: 3px;
      width: 98px;
      background-color: #257bf5;
      display: block;
      position: absolute;
      bottom: -16px; }
    .page-content h1.nohr:after, .page-content .h1.nohr:after {
      display: none; }
    @media (min-width: 768px) {
      .page-content h1, .page-content .h1 {
        font-size: 36px; } }
  .page-content h2, .page-content .h2 {
    color: #09488b;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 18px; }
  @media (min-width: 768px) {
    .page-content h2, .page-content .h2 {
      font-size: 30px; } }
  .page-content h3, .page-content .h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px; }
  @media (min-width: 768px) {
    .page-content h3, .page-content .h3 {
      font-size: 26px; } }
  .page-content h4, .page-content .h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px; }
  .page-content h5, .page-content .h5 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 13px; }
  .page-content p {
    margin-bottom: 14px;
    line-height: 20px; }
  .page-content ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 18px; }
    .page-content ul li {
      padding-bottom: 5px;
      font-size: 14px;
      line-height: 20px; }
  .page-content ul.ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 18px; }
    .page-content ul.ul li {
      padding-bottom: 5px;
      font-size: 14px;
      line-height: 20px; }
      .page-content ul.ul li ul {
        margin-top: 5px;
        margin-bottom: 0;
        padding-left: 16px;
        list-style-type: circle; }
  .page-content ol {
    list-style-type: decimal;
    padding-left: 30px;
    margin-bottom: 18px; }
    .page-content ol li {
      padding-bottom: 5px;
      font-size: 14px;
      line-height: 20px; }
  .page-content dl dt {
    margin-bottom: 15px; }
    .page-content dl dt strong {
      font-size: 18px;
      line-height: 24px; }
  .page-content hr {
    border: none;
    height: 1px;
    background-color: #d2d2d2;
    margin: 40px 0; }
  .page-content a {
    color: #257bf5;
    text-decoration: underline; }
    .page-content a:hover {
      color: #4780eb;
      text-decoration: none; }
  .page-content iframe {
    max-width: 100%; }
  .page-content .blue {
    color: #257bf5; }
  .page-content .lead {
    display: block;
    border-left: 3px solid #257bf5;
    padding-left: 15px;
    margin-bottom: 14px; }
  .page-content .contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 30px -15px; }
    .page-content .contacts .contperson {
      flex: 1 1 300px;
      padding: 15px;
      position: relative; }
      .page-content .contacts .contperson:after {
        content: "";
        height: 1px;
        width: 60px;
        background-color: #d9d9d9;
        display: block;
        position: absolute;
        bottom: 5px; }
      .page-content .contacts .contperson h3 {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 15px; }
      .page-content .contacts .contperson .fio {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-image: url("/fileadmin/templates/new/img/icons/icon_fio.png");
        background-size: auto 22px;
        padding-left: 30px;
        line-height: 22px;
        font-size: 18px;
        color: #257bf5; }
  .page-content .team__row {
    margin: 0 -11px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
  .page-content .team__item {
    flex: 1 1 400px;
    padding: 11px; }
  .page-content .team .team-card {
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    padding: 15px 0 15px 15px;
    min-height: 100%;
    background: url("/fileadmin/templates/new/img/logo_me.png");
    background-repeat: no-repeat;
    background-position: top 15px right 10px;
    background-size: 50px; }
  @media (min-width: 768px) {
    .page-content .team .team-card {
      background-size: 60px;
      padding: 15px 0 15px 30px; } }
  .page-content .team .team-card a {
    text-decoration: none; }
  .page-content .team .team-card__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .page-content .team .team-card__top .img {
      width: 100px;
      height: 100px;
      flex: 0 0 auto; }
    .page-content .team .team-card__top .fio {
      flex: 1 1 auto;
      margin-left: 24px;
      font-size: 17px;
      line-height: 1.2;
      padding: 0 30px 0 0;
      border-bottom: 6px solid #d9d9d9; }
      .page-content .team .team-card__top .fio .position {
        color: #257bf5;
        padding: 5px 0; }
      @media (min-width: 768px) {
        .page-content .team .team-card__top .fio {
          font-size: 20px; } }
  .page-content .team .team-card__bottom {
    margin: 15px 15px 0 0; }

.price__row {
  margin: 0 -10px 15px -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
.price__item {
  flex: 1 1 320px;
  padding: 10px; }
.price__card {
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  padding: 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .price__card a {
    text-decoration: none; }
  .price__card:hover {
    background: #fff; }
  .price__card:not(:hover) {
    background: #f9f9f9; }
.price__title {
  flex: 0 1 auto;
  font-size: 18px;
  line-height: 28px;
  min-height: 28px;
  margin-bottom: 14px;
  background-position: 0 0; }
  .price__title:before {
    content: "";
    display: block;
    float: left;
    margin-right: 15px;
    height: 28px;
    width: 45px;
    background-image: url("/fileadmin/templates/new/img/icons/sprite_price.png");
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-position: 0 0; }
  .price__title.delegate:before {
    background-position: 1px 0; }
  .price__title.guest:before {
    background-position: -44px 0; }
  .price__title.aspirant:before, .price__title.ordinator:before, .price__title.student:before {
    background-position: -90px 0; }
.price__cost {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .price__cost .cost-type {
    font-weight: 700;
    margin-bottom: 16px;
    position: relative; }
    .price__cost .cost-type:after {
      content: "";
      height: 2px;
      width: 98px;
      background-color: #257bf5;
      display: block;
      position: absolute;
      bottom: -12px; }
    .price__cost .cost-type span {
      font-weight: 400; }
  .price__cost .item.disabled .cost-type, .price__cost .item.disabled .cost-cost {
    color: #d9d9d9; }
    .price__cost .item.disabled .cost-type .rub:after, .price__cost .item.disabled .cost-cost .rub:after {
      background-image: url("/fileadmin/templates/new/img/icons/icon_rub_gray.png"); }
    .price__cost .item.disabled .cost-type:after, .price__cost .item.disabled .cost-cost:after {
      background-color: #d9d9d9; }

.two-cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  clear: both;
  padding: 15px 0 0 0; }
  .two-cols__item {
    display: block;
    position: relative;
    min-height: 70px;
    flex: 1 1 300px;
    flex-wrap: wrap;
    padding-bottom: 25px; }
    .two-cols__item:before {
      content: "";
      display: block;
      position: absolute;
      height: 70px;
      left: 0;
      top: 0;
      background-image: url(https://mediexpo.ru/fileadmin/templates/new/img/icons/icons_main_loc.png);
      background-size: auto 70px;
      background-repeat: no-repeat; }
    .two-cols__item.location {
      padding-left: 89px; }
      .two-cols__item.location:before {
        width: 60px;
        background-position: 16px 0; }
      .two-cols__item.location .name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; }
      .two-cols__item.location .adr {
        font-size: 14px;
        line-height: 20px; }
    .two-cols__item.date {
      padding-left: 84px; }
      .two-cols__item.date:before {
        width: 60px;
        background-position: -44px 0; }
      .two-cols__item.date .atcb-link {
        text-decoration: none;
        border-bottom: 1px dashed #257bf5;
        line-height: 20px; }
      .two-cols__item.date .d1 {
        font-size: 18px;
        line-height: 24px; }
      .two-cols__item.date .d2 {
        font-size: 18px;
        line-height: 24px; }

.booking .hotel__item {
  padding: 27px 15px;
  border: 2px solid #f3f3f3;
  margin-top: 25px;
  background-image: url("/fileadmin/templates/new/img/icons/icon_booking_hotel.png");
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: 21px 21px; }
  .booking .hotel__item h3 {
    padding-left: 55px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .booking .hotel__item {
      padding: 27px 70px; }
      .booking .hotel__item h3 {
        padding-left: 0; } }
  .booking .hotel__item.transfer_item {
    background-image: url("/fileadmin/templates/new/img/icons/icon_booking_transfer.png"); }
    .booking .hotel__item.transfer_item .tcontacts {
      margin: 10px 0;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .booking .hotel__item.transfer_item .tcontacts .contact-details {
        margin-bottom: 10px; }
      .booking .hotel__item.transfer_item .tcontacts .left {
        flex: 1 1 auto; }
      @media (min-width: 768px) {
        .booking .hotel__item.transfer_item .tcontacts .left {
          flex: 0 1 70%; } }
      .booking .hotel__item.transfer_item .tcontacts .right {
        display: none;
        margin-top: 15px;
        background-image: url("/fileadmin/templates/new/img/icons/icon_transfer152.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%; }
      @media (min-width: 768px) {
        .booking .hotel__item.transfer_item .tcontacts .right {
          display: block;
          flex: 1 1 auto; } }
  .booking .hotel__item.metro_item {
    background-image: url("/fileadmin/templates/new/img/icons/icon_metro.png"); }
    .booking .hotel__item.metro_item .hotel__info span {
      display: inline-block;
      margin-bottom: 3px;
      padding: 3px 5px;
      background: #B4B4B4;
      color: #fff;
      text-transform: uppercase; }
.booking .hotel .hs {
  display: inline-block;
  margin-bottom: -3px;
  height: 29px;
  width: 185px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%; }
  .booking .hotel .hs.star2 {
    background-image: url("/fileadmin/templates/new/img/icons/star2.png"); }
  .booking .hotel .hs.star3 {
    background-image: url("/fileadmin/templates/new/img/icons/star3.png"); }
  .booking .hotel .hs.star4 {
    background-image: url("/fileadmin/templates/new/img/icons/star4.png"); }
  .booking .hotel .hs.star5 {
    background-image: url("/fileadmin/templates/new/img/icons/star5.png"); }
.booking .hotel__addr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .booking .hotel__addr .map, .booking .hotel__addr .metro {
    flex: 0 1 auto;
    min-height: 32px;
    padding: 3px 10px 5px 38px;
    margin-bottom: 0;
    font-size: 14px;
    background-size: 26px;
    align-items: flex-start;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .booking .hotel__addr .map, .booking .hotel__addr .metro {
      flex: 0 1 50%; } }
  .booking .hotel__addr .map a, .booking .hotel__addr .metro a {
    display: block;
    line-height: 22px;
    color: #257bf5; }
  .booking .hotel__addr .map {
    background-image: url("/fileadmin/templates/new/img/icons/icon_map.png");
    background-position: 0 3px; }
  .booking .hotel__addr .metro {
    background-image: url("/fileadmin/templates/new/img/icons/icon_metro.png"); }
    .booking .hotel__addr .metro a {
      text-decoration: none; }
.booking .hotel .tabs {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  border: 2px solid #f3f3f3; }
  .booking .hotel .tabs__links {
    display: flex;
    white-space: nowrap;
    background-color: #fff;
    font-size: 18px;
    height: 85px; }
    .booking .hotel .tabs__links h3.map {
      flex: 1 1 45%;
      overflow: hidden;
      margin: 0;
      padding: 0 0 0 67px;
      font-size: 18px;
      line-height: 85px;
      background-image: url("/fileadmin/templates/new/img/icons/icon_map.png");
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 38px;
      text-transform: uppercase;
      font-weight: bold; }
    @media (max-width: 767px) {
      .booking .hotel .tabs__links h3.map {
        display: none; } }
    .booking .hotel .tabs__links &gt; a {
      flex: 1 1 50%;
      text-transform: uppercase;
      text-align: left;
      line-height: 85px;
      display: inline-block;
      text-decoration: none;
      color: #d9d9d9;
      border-left: 2px solid #f3f3f3; }
    @media (min-width: 768px) {
      .booking .hotel .tabs__links &gt; a {
        flex: 1 1 27%; } }
  @media (max-width: 767px) {
    .booking .hotel .tabs__links &gt; a.ya {
      border-left: none; } }
  .booking .hotel .tabs__links &gt; a:before {
    display: inline-block;
    content: "";
    margin-bottom: -3px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    background-color: #d9d9d9; }
  .booking .hotel .tabs__links &gt; a:hover {
    color: #6f6f6e; }
    .booking .hotel .tabs__links &gt; a:hover:before {
      background-color: #6c9ee8; }
  .booking .hotel .tabs__links &gt; a.mapactive {
    color: #6f6f6e; }
    .booking .hotel .tabs__links &gt; a.mapactive:before {
      background-color: #6c9ee8; }
  .booking .hotel .tabs .ymaps, .booking .hotel .tabs .gmaps {
    height: 400px; }
  .booking .hotel .tabs .gmaps {
    display: none; }
.booking .hotel__cost table {
  width: 100%; }
  .booking .hotel__cost table .rub {
    font-weight: normal; }
  .booking .hotel__cost table th {
    padding: 3px;
    background: #969696;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f3f3f3; }
  .booking .hotel__cost table td {
    padding: 5px;
    border: 1px solid #f3f3f3; }
  .booking .hotel__cost table .show-min768 {
    display: none; }
  @media (min-width: 768px) {
    .booking .hotel__cost table .show-min768 {
      display: table-cell; } }
  .booking .hotel__cost table .show-max768 {
    display: table-cell; }
  @media (min-width: 768px) {
    .booking .hotel__cost table .show-max768 {
      display: none; } }
.booking .hotel__book {
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .booking .hotel__book .btn-blue {
    flex: 0 1 100%;
    min-width: 190px; }
  @media (min-width: 768px) {
    .booking .hotel__book .btn-blue {
      flex: 0 1 30%;
      margin-right: 15px; } }
  .booking .hotel__book__note {
    flex: 0 1 auto;
    display: block;
    font-size: 12px;
    line-height: 15px;
    min-height: 36px;
    color: #969696; }
  @media (min-width: 768px) {
    .booking .hotel__book__note {
      flex: 0 1 65%;
      margin: 15px 0; } }

.footer {
  background-color: #d9d9d9;
  color: #969696; }
  .footer hr {
    border: none;
    height: 1px;
    background-color: #969696;
    margin: 0; }
  .footer__container {
    display: flex;
    flex-direction: column;
    padding: 45px;
    justify-content: center;
    text-align: center; }
    .footer__container p {
      margin: 7.5px 15px; }
    @media (min-width: 768px) {
      .footer__container {
        text-align: left;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between; }
        .footer__container:first-child {
          justify-content: flex-start; }
          .footer__container:first-child p {
            width: 33.3333%; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .footer__container:first-child p {
            width: 25%; } }

.sidebar__nav {
  margin-bottom: 20px; }

.tx-irfaq-answer h4 {
  margin-bottom: 10px; }

.tx-irfaq-pi1 .tx-irfaq-answer {
  margin-top: 25px; }

.tx-irfaq-questions-list li {
  margin-bottom: 10px; }

/* contact information table */
table.contact, table.contact td {
  margin: 0;
  padding: 0;
  border-collapse: collapse; }

table.contact {
  width: 975px;
  margin: 0 0 10px 5px; }

table.contact thead td {
  padding-top: 7px;
  font: 12px/28px Arial, Tahoma, sans-serif;
  border-bottom: 1px solid #ccc; }

table.contact tbody td {
  vertical-align: top;
  padding: 10px 0;
  font: 13px/20px Arial, Tahoma, sans-serif; }

table.contact td.address {
  width: 285px; }

table.contact td.communications {
  padding-left: 50px;
  width: 360px; }

table.contact td.communications .phone {
  float: left;
  width: 150px;
  padding-bottom: 5px; }

table.contact td.communications .email {
  float: left;
  width: 100%;
  padding-top: 10px; }

table.contact tbody td.maps p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 16px; }

#sidebar ul li.spacer {
  color: #fff;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  margin: 10px 0 10px 0; }

/* РЎРџРћРќРЎРћР&nbsp;Р« РџРћР” Р‘РћРљРћР’Р«Рњ РњР•РќР® */
#sidebar .sponsors_list {
  margin-top: 20px; }

#sidebar .sponsors_list ul {
  display: block;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar .sponsors_list .sponsor {
  text-align: left;
  text-transform: uppercase; }

#sidebar .sponsors_list .sponsor li {
  padding-top: 10px;
  padding-bottom: 10px; }

#sidebar .sponsors_list ul li {
  text-align: center; }

#sidebar .sponsors_list ul li img {
  display: inline; }

/*#sidebar .sponsors_list .sponsor img { max-width: 90%; }*/
#sidebar .sponsors_list .spon_1 ul li img {
  width: 55%;
  max-width: 200px; }

#sidebar .sponsors_list .spon_2 ul li img {
  width: 40%;
  max-width: 150px; }

#sidebar .sponsors_list .spon_3 ul li img {
  width: 30%;
  max-width: 100px; }

#sidebar .sponsors_list li strong {
  display: block;
  border-top: 1px solid #ccc;
  /*  font-size: 12px;*/
  color: #333;
  line-height: 28px;
  height: 28px; }

.page-content .sponsors_list {
  clear: both; }
  .page-content .sponsors_list ul {
    display: block;
    width: 680px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .page-content .sponsors_list .sponsor {
    text-align: center;
    text-transform: uppercase; }
    .page-content .sponsors_list .sponsor li {
      display: table-cell;
      vertical-align: middle;
      min-height: 100px;
      width: 25%;
      padding-top: 25px;
      padding-bottom: 25px; }
      .page-content .sponsors_list .sponsor ul li {
        text-align: center; }

/*#content .sponsors_list .sponsor li img { max-width: 300px; }*/
.page-content .sponsors_list .spon_1 ul li img {
  width: 70%;
  max-width: 250px; }

.page-content .sponsors_list .spon_2 ul li img {
  width: 55%;
  max-width: 200px; }

.page-content .sponsors_list .spon_3 ul li img {
  width: 45%; }

.page-content .sponsors_list li strong {
  display: block;
  border-top: 1px solid #ccc;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  background: #e6e6e6; }

/* fix addtocalendar.com 503 bug */
.atc_event {
  display: none; }

/* С‚РёРїРѕРіСЂР°С„РёРєР° */
#content dl {
  font-size: 15px; }

#content dl dt {
  padding-bottom: 10px; }

/* / РЎРџРћРќРЎРћР&nbsp;Р« РџРћР” Р‘РћРљРћР’Р«Рњ РњР•РќР® */
/* innerpage all news */
.news-holder .news-box {
  padding: 15px 10px 10px; }
  .news-holder .news-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .news-holder .news-box img {
      float: left; } }
  .news-holder .news-box h2 {
    line-height: 17px; }
  @media screen and (min-width: 768px) {
    .news-holder .news-box h2 {
      margin-left: 130px; } }
  .news-holder .news-box h2 a {
    font-weight: bold; }
  .news-holder .news-box p {
    margin-top: 10px;
    color: #333;
    text-align: left; }
  @media screen and (min-width: 768px) {
    .news-holder .news-box p {
      margin-left: 130px; } }

/*
 old styles
 .news-holder {}
 .news-holder .news-box { float:left;   zzheight:110px;  padding:15px 10px 10px; }
 .news-holder .news-box img { float:left; }
 .news-holder .news-box h2 { margin:0 10px 0 130px; }
 .news-holder .news-box p { margin:10px 0 0 130px;  color:#333;  text-align:left; }
 */
/* news details page */
ul.month-list {
  margin: 0 0 0 -15px;
  padding: 10px 0 8px;
  list-style: none; }

ul.month-list li {
  display: inline-block;
  font: bold 10px/14px Arial, Tahoma, sans-serif;
  padding-left: 14px;
  text-transform: uppercase;
  color: #b4b4b4; }

ul.month-list li.active, ul.month-list li.active a, ul.month-list li.active a:hover {
  color: #000; }

ul.month-list li a {
  color: #6c6c6c;
  text-decoration: none; }

ul.month-list li a:hover {
  color: #1d5fc7;
  text-decoration: underline; }

.news-item {
  padding: 15px 0 0; }

.news-item .heading {
  color: #010101;
  font: bold 15px/17px Arial, Tahoma, sans-serif;
  float: left;
  display: inline-block; }

.news-item .img_block {
  float: left;
  width: 135px;
  margin-top: 10px; }

/* bug #575 */
.news-item img {
  margin: 0px 15px 0px 0px; }

.news-utils {
  /*font-size:13px; line-height:18px;*/
  padding: 28px 0 0; }

.news-utils a.rss {
  float: right;
  padding: 0 20px 0 0;
  font-size: 11px;
  background: url(/fileadmin/templates/images/bg-rss-link.gif) no-repeat 100% 50%; }

.news-utils ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none; }

.news-utils ul li {
  display: inline;
  padding-right: 10px;
  font-weight: bold; }

.news-utils ul li a {
  font-weight: normal; }

/* from fileadmin/templates/new_style.css */
#filename {
  margin-bottom: 5px; }

p img {
  padding-right: 4px; }

.ce-image {
  margin-top: 20px; }

.tx-ttnews-browsebox strong, .tx-ttnews-browsebox span, .tx-ttnews-browsebox a {
  padding-right: 7px; }

.main-news .news-item {
  padding: 0; }

.page-content ul.ya-share2__list {
  padding-left: 0; }

#atc_icon_calbw1 {
  padding: 0 0 0 5px; }

#mobile_menu .active a {
  font-weight: bold; }

#mobile_menu .mob-spacer {
  height: 50px; }

#mobile_menu .mob-event-title a {
  font-size: 20px; }

.calend-sections a {
  margin-right: 20px;
  text-decoration: none;
  color: #09488b; }

.calend-sections a:hover {
  text-decoration: underline; }

.calend-sections a.active {
  font-weight: bold; }

.calend-sections {
  display: none; }

.subscribe__form form .checkbox-soglashenie {
  flex: 1 1 100%;
  order: 4; }
</pre></body></html>