@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-Light.otf) , url(../fonts/ProximaNova-Light.ttf.html) , url(../fonts/ProximaNova-Light.woff2.html);font-weight:300;font-style:normal}@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-LightIt.otf) , url(../fonts/ProximaNova-LightIt.ttf.html) , url(../fonts/ProximaNova-LightIt.woff.html) , url(../fonts/ProximaNova-LightIt.woff2.html);font-weight:300;font-style:italic}@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-Regular.otf) , url(../fonts/ProximaNova-Regular.ttf.html) , url(../fonts/ProximaNova-Regular.woff.html) , url(../fonts/ProximaNova-Regular.woff2.html);font-weight:normal;font-style:normal}@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-RegularIt.otf) , url(../fonts/ProximaNova-RegularIt.ttf.html) , url(../fonts/ProximaNova-RegularIt.woff.html) , url(../fonts/ProximaNova-RegularIt.woff2.html);font-weight:normal;font-style:italic}@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-Bold.otf) , url(../fonts/ProximaNova-Bold.ttf.html) , url(../fonts/ProximaNova-Bold.woff.html) , url(../fonts/ProximaNova-Bold.woff2.html);font-weight:bold;font-style:normal}@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-BoldIt.otf) , url(../fonts/ProximaNova-BoldIt.ttf.html) , url(../fonts/ProximaNova-BoldIt.woff.html) , url(../fonts/ProximaNova-BoldIt.woff2.html);font-weight:bold;font-style:italic}@font-face{font-family:'ProximaNova';src:url(../fonts/ProximaNova-Extrabld.otf) , url(../fonts/ProximaNova-Extrabld.ttf.html) , url(../fonts/ProximaNova-Extrabld.woff.html) , url(../fonts/ProximaNova-Extrabld.woff2.html);font-weight:900;font-style:normal}@font-face{font-family:'Gilroy';src:url(../fonts/Gilroy-Light.otf) , url(../fonts/Gilroy-Light.ttf.html) , url(../fonts/Gilroy-Light.woff.html) , url(../fonts/Gilroy-Light.woff2.html);font-weight:normal;font-style:normal}@font-face{font-family:'Gilroy';src:url(../fonts/Gilroy-ExtraBold.otf) , url(../fonts/Gilroy-ExtraBold.ttf.html) , url(../fonts/Gilroy-ExtraBold.woff.html) , url(../fonts/Gilroy-ExtraBold.woff2.html);font-weight:bold;font-style:normal}@font-face{font-family:'Material Icons';src:url(../fonts/MaterialIcons-Regular.woff2.html) format('woff2') , url(../fonts/MaterialIcons-Regular.woff.html) format('woff') , url(../fonts/MaterialIcons-Regular.ttf.html) format('truetype');font-weight:normal;font-style:normal}.animated500{-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.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.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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}@-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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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}@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }

  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 bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}.bounceOut{-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: none;
    transform: none;
  }
}@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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: none;
    transform: none;
  }
}@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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-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-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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}@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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name:hinge;animation-name:hinge}@-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: none;
    transform: none;
  }
}@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: none;
    transform: none;
  }
}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

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

  50% {
    opacity: 1;
  }
}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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}.proxima{font-family:'ProximaNova'}.gilroy{font-family:'Gilroy'}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}html,body{height:100%!important;margin:0;padding:0}body{font-size:16px;line-height:1.6;color:#121212;overflow-x:hidden;font-family:'ProximaNova'}.main-wrapper{min-height:100%;margin:0 0 -340px 0}.footer-push{height:340px}.footer-wrapper{min-height:340px;background:#121212;color:#fff}.footer-wrapper .btn{padding:15px 20px;background:#00a9ef;border-color:#00a9ef;color:#fff}.footer-wrapper .btn:hover{color:#00a9ef}.footer-tel img,.footer-email img{vertical-align:middle;margin-right:4px;margin-top:-4px}.footer-email img{margin-top:-7px}.footer-tel{margin-right:30px;display:inline-block}.footer-email a:hover,.footer-tel a:hover{color:#00a9ef}.footer-top{border-bottom:1px solid #303030}.footer-menu>div{overflow:hidden}.footer-menu>div>ul{width:25%;float:left}.footer-menu>div>ul a{font-size:14px;display:inline-block;margin-bottom:3px;color:#d3d3d3;font-weight:300}.footer-menu>div>ul a:hover{color:#00a9ef}.footer-middle{border-bottom:1px solid #303030}.footer-bottom{color:#898e8e}.footer-bottom a:hover{color:#fff}@media only screen and (max-width:820px){.footer-menu>div>ul a{font-size:13px}}@media only screen and (max-width:767px){.footer-menu>div>ul{width:100%}.footer-menu>div>ul a{font-size:14px;margin-bottom:5px}.footer-menu{margin-top:-20px}}.push1{height:1px}.push2{height:2px}.push3{height:3px}.push4{height:4px}.push5{height:5px}.push6{height:6px}.push7{height:7px}.push8{height:8px}.push9{height:9px}.push10{height:10px}.push11{height:11px}.push12{height:12px}.push13{height:13px}.push14{height:14px}.push15{height:15px}.push16{height:16px}.push17{height:17px}.push18{height:18px}.push19{height:19px}.push20{height:20px}.push25{height:25px}.push30{height:30px}.push35{height:35px}.push40{height:40px}.push45{height:45px}.push50{height:50px}.push55{height:55px}.push60{height:60px}.push70{height:70px}.push80{height:80px}.push90{height:90px}.push100{height:100px}.push110{height:110px}.push120{height:120px}.push130{height:130px}.push140{height:140px}.push150{height:150px}.push200{height:200px}.f8{font-size:8px}.f9{font-size:9px}.f10{font-size:10px}.f11{font-size:11px}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f15{font-size:15px}.f16{font-size:16px}.f17{font-size:17px}.f18{font-size:18px}.f19{font-size:19px}.f20{font-size:20px}.f22{font-size:22px}.f24{font-size:24px}.f26{font-size:26px}.f28{font-size:28px}.f30{font-size:30px}.f34{font-size:34px}.f36{font-size:36px}h1,.title-h1{font-size:48px;font-weight:bold;font-family:'Gilroy';line-height:1;margin-bottom:30px;position:relative;color:#000}h2,.title-h2{font-size:28px;line-height:1;font-weight:bold;font-family:'Gilroy';margin-bottom:20px;color:#000}h3,.title-h3{font-size:22px;line-height:1.2;margin-bottom:10px;font-weight:bold}h4,.title-h4{font-size:18px;line-height:1.2;margin-bottom:10px;font-weight:bold}.left-aside h1{font-size:32px}@media (max-width:1229px){.left-aside h1{font-size:26px;padding-left:0!important}.left-aside h1:before{display:none!important}}hr{border-top:1px solid #dbdada}p{margin-bottom:20px}a{color:#00a9ef;text-decoration:none;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}a:hover{color:#121212}a:focus{outline:none;text-decoration:none}a.invert{color:#121212}a.invert:hover{color:#00a9ef}em,.italic{font-style:italic}strong,b,.bold{font-weight:bold}.weight300,.light{font-weight:300}.weight600{font-weight:600}.weight900{font-weight:900}.hidden{opacity:0}.visible{opacity:1}input:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder{opacity:0}input:focus::-webkit-input-placeholder{opacity:0}textarea:focus::-moz-placeholder{opacity:0}textarea:focus:-ms-input-placeholder{opacity:0}textarea:focus::-webkit-input-placeholder{opacity:0}:invalid{box-shadow:none}:-moz-submit-invalid{box-shadow:none}:-moz-ui-invalid{box-shadow:none}.label{display:block;margin-bottom:4px}.red{color:#00a9ef}.white{color:#fff}.black{color:#000}.gray{color:#707070}.hide{display:none}.show{display:block}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}a.absolute{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}.static{position:static}.relative{position:relative}.absolute{position:absolute}.cleaner-hr,.clear-hr{height:0;opacity:0;margin:0;padding:0;border:none}.cleaner,.clear{clear:both;height:0;line-height:0}.left{float:left}.right{float:right}.upper{text-transform:uppercase}.error{color:#00a9ef}img{max-width:100%}img.left{float:left;margin-right:15px;margin-bottom:5px}img.right{float:right;margin-left:15px;margin-bottom:5px}.content ul,.content ol{margin-bottom:30px}.content ul>li,.content ol>li{margin-bottom:10px;position:relative;line-height:1.4}.content ul>li{padding-left:20px;position:relative}.content ul>li:before{content:"";display:block;position:absolute;top:9px;left:5px;width:5px;height:5px;border-radius:100%;background:#00a9ef}.content ul ul,.content ol ul,.content ol ol,.content ul ol{padding-top:10px;padding-left:10px}.content ul ul li,.content ol ul li{padding-left:15px;position:relative;margin-bottom:10px}.content ul ul li:after,.content ol ul li:after{content:"";display:block;position:absolute;width:4px;height:4px;top:9px;left:0;border:1px solid #999;border-radius:50%}.content ul ol li,.content ol ol li{list-style:decimal;padding-left:3px;margin-left:12px;margin-bottom:10px}.content ol{counter-reset:item}.content ol li{display:block;position:relative;padding-left:20px}.content ol li:before{content:counters(item,".") ". ";counter-increment:item;color:#00a9ef;font-weight:bold;position:absolute;left:0;top:1px}.content ul ul ol li:after,.content ol ul ol li:after{display:none}blockquote{color:#00a9ef;font-weight:900;font-size:24px;line-height:1.2;font-family:'Gilroy';padding:20px 30px 10px 50px;margin-bottom:30px;position:relative}blockquote:before{content:"\f10d";font:16px/1 FontAwesome;position:absolute;top:15px;left:20px}blockquote p{margin-bottom:0}q{display:block;margin-left:20px;padding-left:20px;border-left:2px solid #3cdc78;font-style:italic;margin-bottom:20px}.modal{display:none;width:680px;max-width:100%;background:#fff;padding:40px 30px}.modal .btn{margin-bottom:0}.btn{display:inline-block;text-decoration:none!important;color:#fff;background:#000;font-size:15px;line-height:1;padding:12px 17px;margin-bottom:10px;position:relative;text-align:center;cursor:pointer;font-weight:600;border:2px solid #000;text-transform:uppercase;font-family:'ProximaNova'}.btn:hover{background:transparent;color:#000}.btn.block{display:block;width:100%}.btn i.material-icons{vertical-align:middle;font-size:18px;margin-top:-3px}.btn.blue-btn{background:#00a9ef;border-color:#00a9ef}.btn.blue-btn:hover{background:transparent;color:#00a9ef}.dotted{text-decoration:none!important;border-bottom:1px dotted}.dotted:hover{border:none}.dashed{text-decoration:none;border-bottom:1px dashed}.dashed:hover{border-bottom-color:transparent}.delay-100{-webkit-animation-delay:100ms;-moz-animation-delay:100ms;-o-animation-delay:100ms;animation-delay:100ms}.delay-200{-webkit-animation-delay:200ms;-moz-animation-delay:200ms;-o-animation-delay:200ms;animation-delay:200ms}.delay-300{-webkit-animation-delay:300ms;-moz-animation-delay:300ms;-o-animation-delay:300ms;animation-delay:300ms}.delay-400{-webkit-animation-delay:400ms;-moz-animation-delay:400ms;-o-animation-delay:400ms;animation-delay:400ms}.delay-500{-webkit-animation-delay:500ms;-moz-animation-delay:500ms;-o-animation-delay:500ms;animation-delay:500ms}.delay-600{-webkit-animation-delay:600ms;-moz-animation-delay:600ms;-o-animation-delay:600ms;animation-delay:600ms}.delay-700{-webkit-animation-delay:700ms;-moz-animation-delay:700ms;-o-animation-delay:700ms;animation-delay:700ms}.delay-800{-webkit-animation-delay:800ms;-moz-animation-delay:800ms;-o-animation-delay:800ms;animation-delay:800ms}.delay-900{-webkit-animation-delay:900ms;-moz-animation-delay:900ms;-o-animation-delay:900ms;animation-delay:900ms}.delay-1000{-webkit-animation-delay:1000ms;-moz-animation-delay:1000ms;-o-animation-delay:1000ms;animation-delay:1000ms}.delay-1100{-webkit-animation-delay:1100ms;-moz-animation-delay:1100ms;-o-animation-delay:1100ms;animation-delay:1100ms}.delay-1200{-webkit-animation-delay:1200ms;-moz-animation-delay:1200ms;-o-animation-delay:1200ms;animation-delay:1200ms}.delay-1300{-webkit-animation-delay:1300ms;-moz-animation-delay:1300ms;-o-animation-delay:1300ms;animation-delay:1300ms}.delay-1400{-webkit-animation-delay:1400ms;-moz-animation-delay:1400ms;-o-animation-delay:1400ms;animation-delay:1400ms}.row.min{margin-left:-5px;margin-right:-5px}.row.min>div[class^="col-"]{padding-left:5px;padding-right:5px}.row.no-padding{margin-left:0;margin-right:0}.row.no-padding>div[class^="col-"]{padding-left:0;padding-right:0}.table{display:table;width:100%;height:100%}.table-cell{display:table-cell;width:100%;height:100%;vertical-align:middle}#preloader{background:#fff;top:0;right:0;bottom:0;width:100%;height:100%;left:0;position:fixed;z-index:9999;display:block;-webkit-transition:all 600ms ease-out;-moz-transition:all 600ms ease-out;-o-transition:all 600ms ease-out;transition:all 600ms ease-out;opacity:1}#preloader.hid{opacity:0;visibility:hidden}.cssload-loading{height:83px;left:50%;margin-left:-41.5px;margin-top:-41.5px;position:absolute;width:83px;transform:translateZ(0);-o-transform:translateZ(0);-ms-transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0)}.cssload-loading-circle{background-color:#000;border-radius:50%;height:14px;position:absolute;width:14px;animation:2634.65ms cssload-loading infinite;-o-animation:2634.65ms cssload-loading infinite;-ms-animation:2634.65ms cssload-loading infinite;-webkit-animation:2634.65ms cssload-loading infinite;-moz-animation:2634.65ms cssload-loading infinite;transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0)}.cssload-loading-circle:nth-child(1) {animation-delay:48.3ms;-o-animation-delay:48.3ms;-ms-animation-delay:48.3ms;-webkit-animation-delay:48.3ms;-moz-animation-delay:48.3ms}.cssload-loading-circle:nth-child(2) {animation-delay:96.6ms;-o-animation-delay:96.6ms;-ms-animation-delay:96.6ms;-webkit-animation-delay:96.6ms;-moz-animation-delay:96.6ms}.cssload-loading-circle:nth-child(3) {animation-delay:144.9ms;-o-animation-delay:144.9ms;-ms-animation-delay:144.9ms;-webkit-animation-delay:144.9ms;-moz-animation-delay:144.9ms}.cssload-loading-circle:nth-child(4) {animation-delay:193.2ms;-o-animation-delay:193.2ms;-ms-animation-delay:193.2ms;-webkit-animation-delay:193.2ms;-moz-animation-delay:193.2ms}.cssload-loading-circle:nth-child(5) {animation-delay:241.5ms;-o-animation-delay:241.5ms;-ms-animation-delay:241.5ms;-webkit-animation-delay:241.5ms;-moz-animation-delay:241.5ms}.cssload-loading-circle:nth-child(6) {animation-delay:289.8ms;-o-animation-delay:289.8ms;-ms-animation-delay:289.8ms;-webkit-animation-delay:289.8ms;-moz-animation-delay:289.8ms}.cssload-loading-circle:nth-child(7) {animation-delay:338.1ms;-o-animation-delay:338.1ms;-ms-animation-delay:338.1ms;-webkit-animation-delay:338.1ms;-moz-animation-delay:338.1ms}.cssload-loading-circle:nth-child(8) {animation-delay:386.4ms;-o-animation-delay:386.4ms;-ms-animation-delay:386.4ms;-webkit-animation-delay:386.4ms;-moz-animation-delay:386.4ms}.cssload-loading-circle:nth-child(9) {animation-delay:434.7ms;-o-animation-delay:434.7ms;-ms-animation-delay:434.7ms;-webkit-animation-delay:434.7ms;-moz-animation-delay:434.7ms}.cssload-loading-circle:nth-child(10) {animation-delay:483ms;-o-animation-delay:483ms;-ms-animation-delay:483ms;-webkit-animation-delay:483ms;-moz-animation-delay:483ms}.cssload-loading-circle:nth-child(11) {animation-delay:531.3ms;-o-animation-delay:531.3ms;-ms-animation-delay:531.3ms;-webkit-animation-delay:531.3ms;-moz-animation-delay:531.3ms}.cssload-loading-circle:nth-child(12) {animation-delay:579.6ms;-o-animation-delay:579.6ms;-ms-animation-delay:579.6ms;-webkit-animation-delay:579.6ms;-moz-animation-delay:579.6ms}.cssload-loading-circle:nth-child(13) {animation-delay:627.9ms;-o-animation-delay:627.9ms;-ms-animation-delay:627.9ms;-webkit-animation-delay:627.9ms;-moz-animation-delay:627.9ms}.cssload-loading-row1{top:1.3px}.cssload-loading-row2{top:18.95px}.cssload-loading-row3{top:35.55px}.cssload-loading-row4{top:53.2px}.cssload-loading-row5{top:69.85px}.cssload-loading-col1{left:1.25px}.cssload-loading-col2{left:18.85px}.cssload-loading-col3{left:35.5px}.cssload-loading-col4{left:53.15px}.cssload-loading-col5{left:69.8px}@keyframes cssload-loading {
	0% {
		transform: scale(0);
	}
	27.28% {
		transform: scale(1);
	}
	36.36% {
		transform: scale(0.857);
	}
	54.55% {
		transform: scale(0.857);
	}
	63.64% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
	}
}@-o-keyframes cssload-loading {
	0% {
		-o-transform: scale(0);
	}
	27.28% {
		-o-transform: scale(1);
	}
	36.36% {
		-o-transform: scale(0.857);
	}
	54.55% {
		-o-transform: scale(0.857);
	}
	63.64% {
		-o-transform: scale(0);
	}
	100% {
		-o-transform: scale(0);
	}
}@-ms-keyframes cssload-loading {
	0% {
		-ms-transform: scale(0);
	}
	27.28% {
		-ms-transform: scale(1);
	}
	36.36% {
		-ms-transform: scale(0.857);
	}
	54.55% {
		-ms-transform: scale(0.857);
	}
	63.64% {
		-ms-transform: scale(0);
	}
	100% {
		-ms-transform: scale(0);
	}
}@-webkit-keyframes cssload-loading {
	0% {
		-webkit-transform: scale(0);
	}
	27.28% {
		-webkit-transform: scale(1);
	}
	36.36% {
		-webkit-transform: scale(0.857);
	}
	54.55% {
		-webkit-transform: scale(0.857);
	}
	63.64% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
	}
}@-moz-keyframes cssload-loading {
	0% {
		-moz-transform: scale(0);
	}
	27.28% {
		-moz-transform: scale(1);
	}
	36.36% {
		-moz-transform: scale(0.857);
	}
	54.55% {
		-moz-transform: scale(0.857);
	}
	63.64% {
		-moz-transform: scale(0);
	}
	100% {
		-moz-transform: scale(0);
	}
}#up{position:fixed;z-index:300;bottom:20px;right:20px;display:none;color:#fff;width:38px;text-align:center;height:38px;cursor:pointer;-webkit-transition:background-color 200ms ease-out;-moz-transition:background-color 200ms ease-out;-o-transition:background-color 200ms ease-out;transition:background-color 200ms ease-out;background:#00a9ef;font-size:32px;padding-top:1px}#up .fa{display:block}#up:hover{background:#1e1e1e}.fancybox-wrap{padding:35px 0 0}.fancybox-skin{margin-bottom:35px}.fancybox-overlay{background:rgba(0,0,0,.8)}.fancybox-close{background:transparent!important;top:15px!important;right:15px!important;width:20px!important;height:20px!important;cursor:pointer;z-index:8040;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-close:before{content:"";width:100%;height:2px;top:50%;left:0;display:block;position:absolute;background:#ff3324;margin-top:-1px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.fancybox-close:after{content:"";width:2px;height:100%;top:0;left:50%;display:block;position:absolute;background:#ff3324;margin-left:-1px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.fancybox-close:hover{-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.fancybox-skin{background:#fff;box-shadow:0 0 14px 3px rgba(0,0,0,.3)!important;border-radius:0}.fancybox-nav span{visibility:visible;opacity:.5;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.fancybox-next span{background:url(https://master-navseruki.demoultron.ru/assets/template/images/fancy-prev.png) 50% 50% no-repeat;width:48px;height:48px;margin-top:-24px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fancybox-prev span{background:url(https://master-navseruki.demoultron.ru/assets/template/images/fancy-prev.png) 50% 50% no-repeat;width:48px;height:48px;margin-top:-24px}.fancybox-next span:hover,.fancybox-prev span:hover{opacity:1}.fancybox-title-float-wrap{left:0;margin-bottom:-28px;width:100%;text-align:left;overflow:hidden}.fancybox-title-float-wrap .child{background:rgba(255,255,255,1);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-shadow:none;color:#000;display:block;font-size:14px;padding:12px 20px;font-weight:normal}.fancybox-title-float-wrap .child{white-space:normal;width:100%}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir="rtl"] .slick-slide{float:right}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto}.slider-wrapper .item img{min-height:300px}.slick-dots{width:100%;padding:0;list-style:none;text-align:center;display:block;padding:20px 0}.slick-dots li button{position:absolute;top:-5px;left:-5px;border:none;border-radius:50%;display:block;opacity:0}.slick-dots li{cursor:pointer;background:#87898e;border-radius:50%;display:inline-block;width:10px;height:10px;margin:0 6px;cursor:pointer;position:relative}.slick-dots li.slick-active{background:#00a9ef}.menu-button{position:fixed;right:17px;top:26px;width:30px;height:20px;cursor:pointer;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;z-index:1000}.icon-menu-burger{height:2px;width:30px;position:absolute;top:50%;left:50%;margin:-1px 0 0 -13px;-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;transition:transform .2s ease 0s;-webkit-transition:-webkit-transform .2s ease 0s}.icon-menu-burger__line{background:#33444c;height:100%;width:100%;position:absolute;top:0;left:0;-webkit-transition:transform .2s linear .2s;-moz-transition:transform .2s linear .2s;-o-transition:transform .2s linear .2s;-ms-transition:transform .2s linear .2s;transition:transform .2s linear .2s;-webkit-transition:-webkit-transform .2s linear .2s}.icon-menu-burger:before,.icon-menu-burger:after{background:#33444c;content:'';height:100%;width:100%;position:absolute;left:0}.menu-button.active .icon-menu-burger__line,.menu-button.active .icon-menu-burger:before,.menu-button.active .icon-menu-burger:after{background:#ff2c3e}.icon-menu-burger:before{top:-9px;-webkit-transition:top .2s linear .4s;-moz-transition:top .2s linear .4s;-o-transition:top .2s linear .4s;-ms-transition:top .2s linear .4s;transition:top .2s linear .4s}.icon-menu-burger:after{bottom:-9px;-webkit-transition:bottom .2s linear .4s;-moz-transition:bottom .2s linear .4s;-o-transition:bottom .2s linear .4s;-ms-transition:bottom .2s linear .4s;transition:bottom .2s linear .4s}.menu-button.active .icon-menu-burger{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:transform .2s linear .4s;-moz-transition:transform .2s linear .4s;-o-transition:transform .2s linear .4s;-ms-transition:transform .2s linear .4s;transition:transform .2s linear .4s;-webkit-transition:-webkit-transform .2s linear .4s}.menu-button.active .icon-menu-burger__line{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.menu-button.active .icon-menu-burger:before{-webkit-transition:top .2s linear;-moz-transition:top .2s linear;-o-transition:top .2s linear;-ms-transition:top .2s linear;transition:top .2s linear;top:0}.menu-button.active .icon-menu-burger:after{-webkit-transition:bottom .2s linear;-moz-transition:bottom .2s linear;-o-transition:bottom .2s linear;-ms-transition:bottom .2s linear;transition:bottom .2s linear;bottom:0}.mobile-menu{position:fixed;top:0;left:-470px;background:#121212;height:100%;width:300px;max-width:100%;z-index:1000;overflow-y:scroll;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;padding-top:12px}.mobile-menu-application{margin-left:20px;background:#fff;border-color:#fff;color:#000}.mobile-menu-application:hover{color:#fff;background:transparent}.mob-menu-logo{margin-left:20px;display:inline-block;margin-top:5px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);z-index:-100;opacity:0;-webkit-transition:opacity 200ms ease-out;-moz-transition:opacity 200ms ease-out;-o-transition:opacity 200ms ease-out;transition:opacity 200ms ease-out}.mobile-menu li{position:relative}.mobile-menu>div>ul>li{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu>div>ul>li:first-of-type{border-top:1px solid rgba(255,255,255,.1)}.mobile-menu>div>ul>li.down>a{padding-right:60px}.mobile-menu .dropdown-button{display:block;position:absolute;top:0;right:0;height:28px;width:48px;z-index:10}.mobile-menu .dropdown-button:before{content:"";display:block;position:absolute;width:12px;height:12px;top:13px;left:16px;border-bottom:1px solid #fff;border-right:1px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 300ms ease-out;-moz-transition:all 300ms ease-out;-o-transition:all 300ms ease-out;transition:all 300ms ease-out}.mobile-menu .dropdown-button.active:before{-moz-transform:rotate(225deg);-webkit-transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);top:19px}.mobile-menu>div>ul>li>ul{position:static;width:100%;display:none}.mobile-menu>div>ul>li>a{display:block;text-decoration:none;color:#fff;padding:13px 20px 10px;text-transform:uppercase;font-size:14px}.mobile-menu>div>ul>li.active>a{color:#fff;background:#00a9ef}.mobile-menu>div>ul>li>ul>li.active>a,.mobile-menu>div ul ul ul .active a{color:#00a9ef}.mobile-menu .active>.dropdown-button:before{border-color:#fff}.mobile-menu>div>ul>li>ul>li>a,.mobile-menu>div ul ul ul a{display:block;font-size:15px;line-height:18px;text-decoration:none;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;padding:10px 10px 10px 30px;color:#fff;position:relative}.mobile-menu>div>ul>li>ul>li>a:before,.mobile-menu>div ul ul ul a:before{content:"";font-family:'FontAwesome';display:block;position:absolute;top:17px;left:20px;font-size:14px;width:4px;height:4px;background:#fff;border-radius:100%}.mobile-menu>div ul ul ul a{padding:6px 10px 6px 45px;font-size:13px}.mobile-menu>div ul ul ul a:before{left:34px;top:12px}.mobile-menu .dropdown-button+ul{position:static;width:100%;display:none;margin-bottom:10px}.mobile-menu ul ul .dropdown-button:before{width:6px;height:6px;content:"+";border:none;color:#fff;-moz-transform:rotate(0)!important;-webkit-transform:rotate(0)!important;-o-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important;top:7px!important;left:17px;font-size:16px}.mobile-menu .menu-button{display:none}@media only screen and (max-width:1229px){.mobile-menu.open{left:0}.mobile-menu.open+.overlay{z-index:500;opacity:1}}@media only screen and (max-width:440px){.mobile-menu{width:100%}.mobile-menu-close{top:26px;right:10px}.mobile-menu .menu-button{display:block;position:absolute}.menu-button{right:15px}.menu-button.active .icon-menu-burger__line,.menu-button.active .icon-menu-burger:before,.menu-button.active .icon-menu-burger:after{background:#fff}}@media (min-width:992px){.mobile-menu{display:none}}.mobile-menu-info{padding:0 20px;font-weight:300;color:#fff}.mobile-menu-info i.material-icons{font-size:16px;position:absolute;top:2px;left:0}.mobile-menu-info .element{padding-left:25px}.mobile-menu-info a{color:#fff}.mobile-menu-social{padding:0 20px}.mobile-menu-social.social-links a{color:#fff;border-color:#fff}.social-links a{display:inline-block;margin-right:5px;margin-bottom:8px;width:32px;height:32px;text-align:center;line-height:32px;color:#000}.social-links a:last-of-type{margin-right:0}.social-links a:hover{color:#00a9ef;border-color:#00a9ef}@media only screen and (max-width:991px){.mobile-menu.open{left:0}.mobile-menu.open+.overlay{z-index:500;opacity:1}}@media only screen and (max-width:340px){.mobile-menu{width:100%}.mobile-menu-close{top:26px;right:10px}.mobile-menu .menu-button{display:block;position:absolute}}.header-top .inner{height:72px;border-bottom:1px solid #dbdada}.header-bottom .inner{position:relative}.header-wrapper{box-shadow:0 2px 2px rgba(0,0,0,.2);background:#fff}.logo{position:absolute;left:0;top:8px}.header-btn{position:absolute;top:13px;right:0}.header-content{padding:23px 20px 30px 20px;margin:auto;width:600px}.header-info{line-height:1.4;margin-top:-3px;padding-left:34px}.header-info i{position:absolute;left:0;top:4px;color:#00a9ef;font-size:26px}.header-address{padding-left:25px;line-height:1.2;height:28px}.header-address i{font-size:26px;color:#00a9ef;position:absolute;top:1px;left:0}.header-tel i{vertical-align:middle;margin-top:-3px;display:inline-block;width:22px;height:22px;border-radius:100%;background:#00a9ef;color:#fff;text-align:center;line-height:24px;font-size:13px;position:relative}.header-tel i:after{content:"";display:block;position:absolute;bottom:-2px;left:0;border-top:6px solid #00a9ef;border-right:2px solid transparent;border-left:2px solid transparent;-moz-transform:rotate(40deg);-webkit-transform:rotate(40deg);-o-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.top-menu>ul{width:100%}.top-menu>ul>li{display:table-cell;padding:0 35px;text-align:center}.top-menu>ul>li:first-of-type{padding-left:0;text-align:left}.top-menu>ul>li:last-of-type{text-align:right;padding-right:0}.top-menu>ul>li>a{font-weight:600;color:#000;position:relative;padding:14px 0 15px;display:block}.top-menu>ul>li>a>span{border-bottom:2px solid transparent}.top-menu>ul>li>a:hover,.top-menu>ul>li.active>a{color:#00a9ef}.top-menu>ul>li.active>a span{border-bottom-color:#00a9ef}.top-menu>ul>li>div{position:absolute;top:64px;left:0;background:#121212;box-shadow:0 3px 4px rgba(0,0,0,.2);width:100%;visibility:hidden;opacity:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;padding:15px 15px 10px;overflow:hidden;text-align:left}.top-menu>ul>li:hover>div{visibility:visible;opacity:1;top:54px}.top-menu>ul>li>div>ul{float:left;width:25%;padding-right:15px}.top-menu>ul>li>div li{margin-bottom:6px}.top-menu>ul>li>div a{color:#fff;font-family:'ProximaNova';font-size:13px;position:relative;padding:5px 5px 5px 15px}.top-menu>ul>li>div a:before{content:"";display:block;position:absolute;width:4px;height:4px;top:10px;left:5px;background:#fff;border-radius:100%;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.top-menu>ul>li>div a:hover{color:#00a9ef}.top-menu>ul>li>div a:hover:before{background:#00a9ef}.top-menu>ul>li>div .active a{color:#00a9ef}.top-menu>ul>li>div .active a:before{background-color:#00a9ef}.contactx-xs{padding:15px;background:#00a9ef;color:#000}.contactx-xs a{color:#fff;font-size:30px;font-weight:bold}.phone-xs i{vertical-align:middle;margin-top:-3px;font-size:55px}@media only screen and (max-width:1229px){.header-content{margin:0 100px 0 250px}.top-menu>ul>li>a{font-size:14px;padding:15px 0}.top-menu>ul>li{padding:0 25px}.top-menu>ul>li>a:after{display:none}.header-btn{font-size:14px;padding:14px 17px 11px}}@media only screen and (max-width:991px){.header-content{padding:8px;margin-left:270px;width:440px}.header-address{padding-left:0;color:#000}.header-top .inner{border-bottom:none}.header-wrapper{position:fixed;top:0;left:0;width:100%;height:72px;z-index:400;background:#fff}.header-wrapper-push{height:72px}}@media only screen and (max-width:767px){.logo img{width:200px;margin-top:5px}}@media only screen and (min-width:992px){.header-wrapper{height:126px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;position:fixed;top:0;left:0;width:100%;z-index:500}.header-wrapper.hPanelHide{top:-72px}.header-wrapper-push{height:126px}}@media only screen and (min-width:1400px){.top-slider-wrapper{background:url(https://svartonservice.ru/assets/template/images/xtop-slider-bg.png.pagespeed.ic.Lsb31ljFFb.png) right 70px repeat-x}}.top-slider-wrapper:after{content:"";display:block;position:absolute;width:50%;height:630px;top:0;left:0;background:#00a9ef}.top-slider{height:570px;background:#00a9ef;position:relative;z-index:20}.top-slider .element-content{height:570px;width:100%;background:url(https://svartonservice.ru/assets/template/images/xtop-slider-bg.png.pagespeed.ic.Lsb31ljFFb.png) right 50% no-repeat #00a9ef;padding-right:120px}.top-slider .element-content .title{font-family:'Gilroy';font-size:40px;font-weight:bold;line-height:1.2;color:#fff;margin-bottom:40px;text-transform:uppercase}.top-slider .figure-wrapper{height:570px;position:relative;z-index:10}.top-slider .figure{width:360px;margin-left:-180px;text-align:center}.top-slider .slick-prev,.top-slider .slick-next{position:absolute;background-color:#000;bottom:-32px;left:50%;z-index:30;width:24px;height:3px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.top-slider .slick-prev{margin-left:-42px;background-color:#fff}.top-slider .slick-next{margin-left:15px}.top-slider .slick-prev:after{content:"";display:block;position:absolute;top:50%;left:-6px;border-right:6px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-top:-6px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.top-slider .slick-next:after{content:"";display:block;position:absolute;top:50%;right:-6px;border-left:6px solid #000;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-top:-6px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.top-slider .slick-prev:before,.top-slider .slick-next:before{content:"";display:block;position:absolute;width:30px;height:30px;top:50%;left:0;margin-top:-15px}.top-slider .slick-prev:hover{background:#000}.top-slider .slick-prev:hover:after{border-right-color:#000}.top-slider .slick-next:hover{background:#00a9ef}.top-slider .slick-next:hover:after{border-left-color:#00a9ef}@media only screen and (max-width:1229px){.top-slider .figure{width:220px;margin-left:-110px}.top-slider .element-content{padding-right:80px}.top-slider .element-content .title{font-size:38px}.top-slider-wrapper:after{height:530px}.top-slider{height:470px}.top-slider .element-content{height:470px}.top-slider .figure-wrapper{height:470px}}@media only screen and (max-width:991px){.top-slider .figure{width:180px;margin-left:-90px}.top-slider .element-content .title{font-size:4vw}.top-slider .element-content{padding-right:100px}.top-slider-wrapper .container{padding-right:0}}@media only screen and (max-width:767px){.top-slider-wrapper{margin-bottom:30px}.top-slider-wrapper .container{padding:0}.top-slider .figure{display:none}.top-slider{height:auto}.top-slider .figure-wrapper{height:80vw}.top-slider .element-content{height:auto;padding:20px 15px;background:#00a9ef}.top-slider .element{background-size:100% auto!important}.top-slider-wrapper:after{display:none}.top-slider .element-content .title{font-size:28px;margin-bottom:20px}.top-slider .element-content .title br{display:none}.top-slider .slick-prev{background-color:#000}.top-slider .slick-prev:after{border-right-color:#000}}@media only screen and (max-width:1920px){.index-template .middle{background:url(https://svartonservice.ru/assets/template/images/index-middle.jpg.pagespeed.ce.a-_05nnn2A.jpg) 0 19% no-repeat}.home{background:url(https://svartonservice.ru/assets/template/images/index-middle.jpg.pagespeed.ce.a-_05nnn2A.jpg) 0 0% no-repeat}.toper{background:url(https://svartonservice.ru/assets/template/images/index-middle1.jpg.pagespeed.ce.7xCE7cO0Nr.jpg) 0 64% no-repeat}}.services-section .carousel-wrapper .carousel .item .element{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;box-shadow:0 0 4px rgba(0,0,0,.2);margin-bottom:10px}.services-section .carousel-wrapper .carousel .item{padding-top:12px}.services-section .carousel-wrapper .carousel .item .element-bg{height:180px}.services-section .carousel-wrapper .carousel .item .title{padding:10px;background:#fff;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;overflow:hidden;line-height:1.2;height:72px;font-size:16px}.services-section .carousel-wrapper .carousel .item .element:hover{box-shadow:0 0 12px rgba(0,0,0,.4)}.services-section .carousel-wrapper .carousel .item .element:hover .title{color:#00a9ef}.services-carousel-top-next-btn{width:54px;height:54px;display:block;position:absolute;top:50%;right:0;margin-top:-36px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;background:#00a9ef;cursor:pointer}.services-carousel-top-next-btn:after{content:"";display:block;position:absolute;width:14px;height:14px;top:50%;left:50%;margin-top:-7px;margin-left:-10px;border-top:3px solid #fff;border-right:3px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.services-carousel-top-next-btn:hover{background:#000}.services-carousel-bottom-prev-btn{width:54px;height:54px;display:block;position:absolute;top:50%;left:0;margin-top:-36px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;background:#00a9ef;cursor:pointer}.services-carousel-bottom-prev-btn:after{content:"";display:block;position:absolute;width:14px;height:14px;top:50%;left:50%;margin-top:-7px;margin-left:-5px;border-bottom:3px solid #fff;border-left:3px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.services-carousel-bottom-prev-btn:hover{background:#000}@media only screen and (min-width:768px){.services-section .section-header .text{padding-left:70px}}@media only screen and (max-width:1229px){.services-section .carousel-wrapper .carousel .item .element-bg{height:130px}.services-section .carousel-wrapper .carousel .item .title{padding:10px;font-size:14px;height:56px}}@media only screen and (max-width:991px){.services-section .carousel-wrapper .carousel .item .element-bg{height:18vw}}@media only screen and (max-width:767px){.services-section .carousel-wrapper .carousel .item .element-bg{height:24vw}.services-section .carousel-wrapper .carousel .item .title{padding:1vw 2vw;font-size:10px;height:12vw}}.feauters-section .element{padding:0 5px;margin-bottom:30px}.feauters-section .element .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feauters-section > .row > hr:nth-of-type(2n){clear:both}@media (min-width:992px){.feauters-section > .row > hr:nth-of-type(2n){clear:none}.feauters-section > .row > hr:nth-of-type(4n){clear:both}}.news-list .element{background:#00a9ef;margin-bottom:20px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.news-list .element .inner{background:rgba(1,169,239,.86);height:270px;padding:25px 20px;color:#fff}.news-list .element.action{background:#23b5f2}.news-list .element.action .inner{background:rgba(35,181,242,.85)}.news-list .element.action .news-tag{background:#1085b7}.news-list .element a{color:#fff}.news-list .element .date{line-height:1;padding:0 0 0 46px}.news-list .element .day{font-size:36px;position:absolute;top:0;left:0}.news-list .element .month{margin:0 0 3px;padding-top:4px}.news-list .element .news-tag{display:inline-block;color:#fff;font-weight:bold;font-size:10px;line-height:1;text-transform:uppercase;border-radius:15px;background:#bb1015;padding:7px 12px 6px}.news-list .element h4{line-height:1;margin-bottom:0}.news-list .element .title{height:36px;overflow:hidden}.news-list .element .text{font-size:14px;line-height:1.5;font-weight:300;height:105px;overflow:hidden}.news-list .element:hover h4 a{text-decoration:underline}.news-list .element:hover{box-shadow:0 0 10px rgba(0,0,0,.8)}.news-section{background:url(https://svartonservice.ru/assets/template/images/xdots4.png.pagespeed.ic.ZgDb1c1XG9.png) 0 12px repeat-x}.news-carousel .element{height:500px;padding:70px 0}.news-carousel .element-content{height:360px;width:570px;max-width:100%;float:right;background:#00a9ef;color:#fff;padding:40px 40px 90px}.news-carousel .element-content a{color:#fff}.news-carousel .element-content .date{line-height:1;background:#26bbf9;height:58px;width:140px;padding:16px 0 0 63px}.news-carousel .element-content .day{font-size:42px;position:absolute;top:11px;left:11px}.news-carousel .element-content .month{margin:0 0 3px}.news-carousel .news-link{display:inline-block;color:#fff;font-weight:bold;font-size:12px;line-height:1;text-transform:uppercase;border-radius:15px;background:#0c85b7;padding:8px 10px 6px}.news-carousel .news-link:hover{background:#fff;color:#000}.news-carousel h3{line-height:1;margin-bottom:15px}.news-carousel h3 a{border-bottom:1px solid #fff;overflow:hidden;text-overflow:ellipsis}.news-carousel h3:hover a{border-color:transparent}.news-carousel .text{height:125px;overflow:hidden}.news-carousel .slick-dots{width:570px;max-width:100%;float:right;margin-top:-140px}.news-carousel .slick-dots li{background:#fff;width:8px;height:8px;margin:0 6px;box-shadow:0 0 0 2px rgba(255,255,255,.5);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;position:relative}.news-carousel .slick-dots li:hover{background:#0c85b7}.news-carousel .slick-dots li.slick-active{background:#0c85b7}@media only screen and (max-width:767px){.news-section{width:100%;overflow:hidden;background:transparent}.news-carousel{margin-left:-10px;margin-right:-10px}.news-carousel .element{height:auto;padding:0;background:#fff!important;margin-right:10px;margin-left:10px}.news-carousel .element-content{height:auto;width:100%;float:none;padding:20px 20px 30px}.news-carousel h3 a{white-space:inherit;overflow:auto;text-overflow:inherit;border:none}.news-carousel h3{height:44px;overflow:hidden}}.partners-section{width:100%;overflow:hidden;position:relative;padding:0 40px}.partners-carousel{margin:0 -15px}.partners-carousel .item{padding:0 15px}.partners-carousel img{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;opacity:.5}.partners-carousel .item:hover img{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none;opacity:1}.partners-carousel .slick-prev,.partners-carousel .slick-next{color:#8f8f8f;position:absolute;top:50%;margin-top:-15px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.partners-carousel .slick-prev{left:-32px}.partners-carousel .slick-next{right:-32px}.partners-carousel .slick-prev:hover,.partners-carousel .slick-next:hover{color:#121212}.top-article-img-wrapper{height:250px}.article-img img{width:100%}.article-img .title{padding:15px;color:#fff;width:100%;background:rgba(0,0,0,.8)}.content{font-weight:300}.gallery-wrapper{margin-bottom:30px;width:100%;overflow:hidden}.gallery-carousel{margin:0 -10px}.gallery-wrapper .item{padding:0 10px;margin-bottom:10px}.gallery-wrapper .element a i,.base-gallery .element a i{position:absolute;top:50%;left:50%;color:#fff;z-index:10;font-size:46px;line-height:1;margin-top:-20px;margin-left:-20px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0)}.gallery-wrapper .element a,.base-gallery .element a{display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(1,169,239,.6);opacity:0}.gallery-wrapper .element a:hover,.base-gallery .element a:hover{opacity:1}.gallery-wrapper .element a:hover i,.base-gallery .element a:hover i{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1)}.gallery-carousel-prev,.gallery-carousel-next{display:inline-block;width:30px;height:30px;margin-left:3px;cursor:pointer;text-align:center;color:#fff;background:#00a9ef;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.gallery-carousel-prev:hover,.gallery-carousel-next:hover{background:#121212}.gallery-carousel-prev i,.gallery-carousel-next i{line-height:30px}.breadcrumb li{display:inline-block;font-size:14px;color:#0f0f0f;font-weight:100}.breadcrumb li a{color:#989898;position:relative}.breadcrumb li a:hover{color:#0f0f0f}.breadcrumb i{font-size:14px;color:#989898;display:inline-block;margin:0 3px 0 6px;vertical-align:middle}.pagination{margin:20px 0;text-align:center}.pagination li{display:inline-block}.pagination a,.pagination span{font-size:18px;color:#000;display:block;width:36px;height:36px;line-height:32px;border:2px solid transparent;text-decoration:none!important;padding-right:2px}.pagination .active a{border-color:#00a9ef;color:#00a9ef!important}.pagination a:hover{color:#00a9ef}.pagination .disabled,.pagination .control{font-weight:bold}.modal.big{width:1170px;max-width:100%;padding:5px}.modal small{line-height:1.6;display:inline-block}@media only screen and (min-width:992px){.left-aside .middle:before{content:"";display:block;position:absolute;width:37.9%;height:115px;top:40px;right:62.1%;background:url(https://svartonservice.ru/assets/template/images/xdots2.png.pagespeed.ic.ttrYXjE394.png) right 0 repeat-x}.article-img .title{position:absolute;bottom:0;left:0}}.contacts-section{background:#00a9ef;color:#fff}.contacts-section:before{background:url(https://svartonservice.ru/assets/template/images/xdots5.png.pagespeed.ic.GgmtjZyY6a.png) 0 0 repeat-x;content:"";display:block;position:absolute;width:40%;height:240px;top:50px;left:0;opacity:.5}.map-block{width:50%;height:100%;position:absolute;top:0;right:0}.map-block iframe{height:100%!important;width:100%!important}.contacts-block{padding:90px 50px 90px 0}.contacts-block .inner a{color:#fff}.contacts-block .inner{padding-left:70px}.contacts-block .inner .element{margin-bottom:17px;padding-left:25px}.contacts-block .inner .element>img{position:absolute;top:4px;left:0}.contacts-block .social-links a{border-color:#fff;color:#fff}.contacts-block .social-links a:hover{border-color:#000;color:#000}@media only screen and (max-width:991px){.contacts-block{padding:50px 30px 50px 0}}@media only screen and (max-width:767px){.map-block{width:100%;height:400px;position:relative}.contacts-block .inner{padding-left:0}}.select-menu{width:250px;max-width:100%;position:relative}.select-menu-header{border:1px solid #e1e3e7;padding:5px 45px 3px 10px;font-size:15px;position:relative;cursor:pointer;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.select-menu-header:after{content:"";display:block;position:absolute;width:34px;height:100%;top:0;right:0;background:#e1e3e7;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.select-menu-header:before{content:"";display:block;position:absolute;top:14px;right:12px;z-index:2;border-top:5px solid #000;border-right:4px solid transparent;border-left:4px solid transparent}.select-menu:hover .select-menu-header,.select-menu.open .select-menu-header{border-color:#d5d7db}.select-menu:hover .select-menu-header:after,.select-menu.open .select-menu-header:after{background:#d5d7db}.select-menu>ul{display:none;border:1px solid #d5d7db;position:absolute;top:33px;left:0;width:100%;z-index:200}.select-menu>ul>li a{border-bottom:1px solid #d5d7db;padding:4px 10px;display:block;font-size:15px;color:#565656;background:#fff}.select-menu>ul>li:last-of-type a{border:none}.select-menu>ul>li a:hover{background:#d5d7db}.select-menu.open>ul{display:block}.advert-list .element{padding:10px 15px 15px 175px;min-height:170px;margin-bottom:20px;background:#fff;box-shadow:0 0 7px rgba(0,0,0,.2);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.advert-list .element>img{position:absolute;top:15px;left:15px}.advert-list .element .title{padding-right:120px}.advert-list .element .price{position:absolute;right:0;top:1px;background:#00a9ef;color:#fff;font-weight:bold;line-height:1;padding:4px 10px;border-radius:12px;font-size:15px}.advert-list .element-address{position:absolute;bottom:20px;left:170px}.advert-list .element-address i{font-size:20px;vertical-align:middle;margin-top:-5px;color:#00a9ef}.advert-list .element .title-h4{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.advert-list .element:hover{box-shadow:0 0 14px rgba(0,0,0,.3)}.advert-list .element:hover .title-h4{color:#00a9ef;text-decoration:underline}@media only screen and (max-width:1229px){.advert-list .element .title{padding-right:0;padding-top:4px}.advert-list .element .price{top:-28px}}@media only screen and (max-width:767px){.advert-list .element{padding:10px 15px 15px 15px}.advert-list .element-address{position:relative;left:inherit;bottom:inherit;padding-left:22px}.advert-list .element-address i{position:absolute;top:0;left:0;margin:0}.advert-list .element .price{position:static;display:inline-block;margin-bottom:10px}}.agreement{position:relative;margin-bottom:20px;color:#545454}.agreement input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.agreement input+label{padding-left:30px;position:relative;font-size:13px;display:inline-block}.agreement i{position:absolute;top:-2px;left:0}.agreement input+label .checked{display:none}.agreement input:checked+label .checked{display:inline-block;color:#01a9ef}.agreement input:checked+label .no-checked{display:none}.agreement input.error+label{color:red}.article-img .date{line-height:1;padding:10px 10px 10px 60px;position:absolute;left:0;top:20px;background:#00a9ef;color:#fff}.article-img .date .day{font-size:36px;position:absolute;top:8px;left:10px}.article-img .date .month{margin:0 0 3px;padding-top:4px;letter-spacing:1px}.aside-news{padding:25px;box-shadow:0 0 0 1px rgba(0,0,0,.1);background:#fff}.aside-news .element{margin-bottom:15px}.aside-news .element .date{font-size:13px}.aside-news .element h4{line-height:1.2;margin-bottom:0}.aside-news .element h4 a{text-decoration:underline}@media only screen and (min-width:992px){.aside{padding-right:20px}}.gallery-categories-grid .element{margin-bottom:30px}.gallery-categories-grid .element .img-wrapper{margin-bottom:15px;overflow:hidden}.gallery-categories-grid .element .img-wrapper .inner{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);opacity:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;z-index:1}.gallery-categories-grid .element:hover .img-wrapper .inner{opacity:1}.gallery-categories-grid .element .img-wrapper img{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);width:100%}.gallery-categories-grid .element:hover .img-wrapper img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05)}.gallery-categories-grid .element .title{font-weight:600;text-transform:uppercase;overflow:hidden;font-size:13px;line-height:1.2;-webkit-transition:color 10ms ease-out;-moz-transition:color 10ms ease-out;-o-transition:color 10ms ease-out;transition:color 10ms ease-out;height:30px}.gallery-categories-grid .element:hover .title{color:#00a9ef}.gallery-categories-grid > .row > hr:nth-of-type(3n){clear:both}.aside-menu{-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-o-transition:all 200ms ease}.aside-menu a{display:block;text-decoration:none!important;color:#171717;padding:12px 36px 12px 15px;font-size:15px;background:#fff;line-height:1.3;border-bottom:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}.aside-menu>ul>li:first-of-type>a{border-top:1px solid #d5d5d5}.aside-menu li:hover>a,.aside-menu .open>a,.aside-menu .active>a{color:#00a9ef!important}.aside-menu>ul ul{display:none}.aside-menu .active>ul{display:block}.aside-menu>ul li{position:relative}.aside-menu>ul .dropdown-button{height:53px;width:36px;display:block;z-index:20;top:0;right:0;position:absolute;cursor:pointer}.aside-menu>ul .dropdown-button:after{content:"";display:block;position:absolute;width:8px;height:8px;top:20px;right:21px;border-bottom:1px solid #1f1f1f;border-right:1px solid #1f1f1f;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.aside-menu>ul .dropdown-button.active:after{-moz-transform:rotate(225deg);-webkit-transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);top:24px}.aside-menu>ul ul .dropdown-button{height:37px}.aside-menu>ul ul .dropdown-button:after{top:12px}.aside-menu>ul ul .dropdown-button.active:after,.aside-menu>ul ul .active>a+.dropdown-button:after,.aside-menu>ul ul .open>a+.dropdown-button:after{top:16px}.aside-menu ul ul a{padding:10px 36px 10px 30px;font-weight:normal;font-size:13px;position:relative}.aside-menu ul ul>li>a:before{content:"";display:block;position:absolute;width:5px;height:5px;top:15px;left:15px;background:#d5d5d5;border-radius:100%}.aside-menu ul ul ul a{padding:8px 36px 8px 30px}.aside-menu ul ul ul a:before,.aside-menu ul ul ul ul a:before{display:none}.aside-menu ul ul ul ul a{padding:8px 36px 8px 40px}.aside-menu ul ul ul ul ul a{padding:8px 36px 8px 50px}.aside-menu-title{padding:15px 42px 15px 20px;background:#00a9ef;position:relative;color:#fff}.aside-menu-title i{vertical-align:middle;margin-top:-3px}.aside-menu-title:after{content:"";display:block;position:absolute;width:12px;height:12px;top:50%;right:20px;border-right:2px solid #fff;border-bottom:2px solid #fff;margin-top:-8px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.active .aside-menu-title:after{-moz-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);margin-top:-3px}@media only screen and (max-width:991px){.aside-menu>ul{display:none}.aside-menu.active>ul{display:block}.aside{border-right:none}.aside-menu a{border-right:1px solid #f5f5f5}}@media only screen and (min-width:992px){.aside-menu>ul>li.active>a{color:#fff!important;background-color:#00a9ef!important;border-color:#00a9ef!important}.aside-menu>ul>li.active>.dropdown-button:after{border-color:#fff}.aside-menu>ul>li:hover>a{background:#f6f6f6}}table{width:100%;border-collapse:collapse;margin-bottom:30px}table td,table th{padding:10px 15px;font-size:14px;vertical-align:middle}table th{color:#fff;background:#00a9ef}table td{border:1px solid #d5d5d5}@media only screen and (max-width:767px){table td,table th{padding:8px 10px;font-size:12px}h1,.title-h1{font-size:25px;margin-bottom:25px}}@media only screen and (min-width:768px){h1.line,.title-h1.line{padding-left:70px}h1.line:before,.title-h1.line:before{content:"";display:block;position:absolute;width:45px;height:5px;top:50%;left:0;margin-top:-2px;background:#000}h1.line.white:before,.title-h1.line.white:before{background:#fff}}@media only screen and (min-width:992px){::-webkit-resizer{background-image:url(style.css.pagespeed.ce.WcNJRUD9zc.css);background-repeat:no-repeat;width:9px;height:1px}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-button{background-image:url(style.css.pagespeed.ce.WcNJRUD9zc.css);background-repat:no-repeat;width:9px;height:0}::-webkit-scrollbar-thumb{-webkit-border-radius:0;border-radius:0;background-color:#00a9ef}::-webkit-scrollbar-track{background-color:#1e1e1e}}