/* stylelint-disable */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap');
@font-face {
  font-family: "open-sans-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/open-sans-regular/open-sans-regular.eot");
  src: url("../fonts/open-sans-regular/open-sans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-regular/open-sans-regular.woff") format("woff"), url("../fonts/open-sans-regular/open-sans-regular.ttf") format("truetype"); }

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

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

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

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

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

Copyright (c) 2014 Daniel Eden
*/
.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; }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

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

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

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

@-webkit-keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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); }
  100% {
    -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); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

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

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

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

@-webkit-keyframes wobble {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

@-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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -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-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -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-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -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; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -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; }
  100% {
    -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 {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

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

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

.hamburger:hover {
  opacity: .7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

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

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

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

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

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

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

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

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

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

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

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

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

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

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

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

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

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

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

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

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

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

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

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

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Styles for dialog window */
.popup-form {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-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);
  -ms-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 img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 24px;
  color: #333;
  font-family: "open-sans-regular", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background-color: #fff;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    outline: none;
    text-decoration: none; }

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

input, select, button {
  outline: none; }

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

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.wrap {
  overflow: hidden; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.clearfix:after {
  clear: both; }

.slick-slide {
  outline: none; }

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

.container {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto; }

.block-left {
  float: left; }

.block-right {
  float: right; }

.orange {
  color: #f9593a; }

.btn {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 15px;
  line-height: 44px;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  border: none;
  width: 140px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-border-radius: 10em;
          border-radius: 10em; }
  .btn:hover, .btn:focus {
    color: #fff; }
  .btn .img-svg path {
    fill: #fff; }

.btn--buy {
  background-color: #00b034; }
  .btn--buy .img-svg {
    width: 23px;
    height: 23px;
    margin-right: 9px;
    position: relative;
    top: 6px; }
  .btn--buy:hover {
    background-color: #069d32;
    -webkit-box-shadow: 0 8px 10px rgba(0, 129, 38, 0.35);
            box-shadow: 0 8px 10px rgba(0, 129, 38, 0.35); }
  .btn--buy:active {
    background-color: #0cd346;
    -webkit-box-shadow: 0 8px 10px rgba(0, 129, 38, 0.35);
            box-shadow: 0 8px 10px rgba(0, 129, 38, 0.35); }

.btn--load {
  background-color: #f9593a; }
  .btn--load .img-svg {
    width: 23px;
    height: 23px;
    margin-right: 7px;
    position: relative;
    top: 6px; }
  .btn--load:hover {
    background-color: #fb4521;
    -webkit-box-shadow: 0 8px 10px rgba(189, 55, 29, 0.35);
            box-shadow: 0 8px 10px rgba(189, 55, 29, 0.35); }
  .btn--load:active {
    background-color: #fc7c63;
    -webkit-box-shadow: 0 8px 10px rgba(189, 55, 29, 0.35);
            box-shadow: 0 8px 10px rgba(189, 55, 29, 0.35); }

.btn--big {
  width: 230px;
  height: 64px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn--big .img-svg {
    width: 36px;
    height: 32px;
    top: 0;
    margin-right: 15px; }
  .btn--big small {
    font-size: 14px;
    text-transform: none;
    font-family: "open-sans-regular", sans-serif; }
    .btn--big small b {
      font-family: "open-sans-bold", sans-serif;
      font-weight: normal; }

.btn--cta {
  height: 64px;
  line-height: 64px;
  padding: 0 45px;
  text-transform: uppercase;
  font-size: 20px;
  width: auto; }
  .btn--cta .img-svg {
    width: 36px;
    height: 32px;
    margin-right: 15px; }
  .btn--cta.with-arrow {
    position: relative; }
    .btn--cta.with-arrow:before {
      position: absolute;
      display: inline-block;
      content: '';
      width: 36px;
      height: 70px;
      background: url(../img/btn-arrow.png) 0 0 no-repeat;
      left: -55px;
      top: -45px; }

.btn--big.btn--buy,
.btn--cta.btn--buy {
  -webkit-box-shadow: 0 3px 7px rgba(0, 129, 38, 0.35);
          box-shadow: 0 3px 7px rgba(0, 129, 38, 0.35); }
  .btn--big.btn--buy:hover,
  .btn--cta.btn--buy:hover {
    -webkit-box-shadow: 0 8px 10px rgba(0, 129, 38, 0.35);
            box-shadow: 0 8px 10px rgba(0, 129, 38, 0.35); }

.btn--big.btn--load,
.btn--cta.btn--load {
  -webkit-box-shadow: 0 3px 7px rgba(189, 55, 29, 0.35);
          box-shadow: 0 3px 7px rgba(189, 55, 29, 0.35); }
  .btn--big.btn--load:hover,
  .btn--cta.btn--load:hover {
    -webkit-box-shadow: 0 8px 10px rgba(189, 55, 29, 0.35);
            box-shadow: 0 8px 10px rgba(189, 55, 29, 0.35); }

.sect {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 95px 0; }

.sect-header {
  font-size: 35px;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #0066b0;
  line-height: 1.2; }

.sect-header--bottom-line {
  display: inline-block;
  position: relative;
  padding-bottom: 20px; }
  .sect-header--bottom-line:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 140px;
    height: 4px;
    background-color: #dbe5eb;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sect-descr {
  font-size: 18px;
  color: #161616;
  text-align: center;
  margin: 0;
  margin-top: 30px; }

.with-arrow-down {
  position: relative; }
  .with-arrow-down::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
            box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    margin-bottom: -36px;
    z-index: 2; }
  .with-arrow-down::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 31px;
    height: 25px;
    bottom: -12px;
    left: 50%;
    margin-left: -15.5px;
    background: url(../img/arrow-down.svg) 0 0 no-repeat;
    background-size: 100%;
    z-index: 3; }

.logo {
  display: inline-block;
  width: 260px;
  height: auto; }
  .logo img {
    width: 100%;
    max-width: 100%; }

.icon {
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 0; }

.icon--windows {
  width: 23px;
  height: 23px;
  background-image: url(../img/windows.svg);
  background-size: 100%; }

.main-head {
  border-bottom: 1px solid #c1cce3;
  background-color: #f0f6fa;
  position: absolute;
  padding-bottom: 7px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10; }

.main-head--is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 3px 21px rgba(78, 84, 107, 0.35);
          box-shadow: 0 3px 21px rgba(78, 84, 107, 0.35);
  }
  /* .main-head--is-fixed .main-head__logo {
    display: none; }
  .main-head--is-fixed .main-nav {
    float: left; } */

.main-head__logo {
  float: left;
  margin-top: 20px; }

.main-head__btn {
  float: right;
  margin-left: 18px;
  margin-top: 25px; }

.mobile-nav {
  display: none;
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f0f6fa;
  padding: 0;
  border-top: 1px solid #c1cce3;
  border-bottom: 1px solid #c1cce3;
  -webkit-box-shadow: 0 3px 7px rgba(0, 102, 176, 0.15);
          box-shadow: 0 3px 7px rgba(0, 102, 176, 0.15); }
  .mobile-nav .main-nav__item {
    width: 100%;
    margin-bottom: 2px; }
    .mobile-nav .main-nav__item:last-child {
      margin-bottom: 0; }
  .mobile-nav .main-nav__link {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #0066b0;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    .mobile-nav .main-nav__link:hover, .mobile-nav .main-nav__link.active {
      background-color: #0066b0;
      color: #fff; }
      .mobile-nav .main-nav__link:hover:after, .mobile-nav .main-nav__link.active:after {
        display: none; }

.main-nav {
  float: right;
  position: relative;
  top: 35px;
  margin-right: 8px; }

.main-nav__item {
  float: left;
  margin-right: 18px; }
  .main-nav__item:last-child {
    margin-right: 0; }

.main-nav__link {
  color: #333;
  font-size: 14px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  position: relative; }
  .main-nav__link:after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: transparent;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
  .main-nav__link:hover, .main-nav__link:focus, .main-nav__link.active {
    color: #0066b0; }
  .main-nav__link:hover:after, .main-nav__link.active:after {
    background-color: #0066b0; }

.hamburger {
  display: none;
  float: right;
  cursor: pointer;
  padding: 5px 5px 0;
  margin-top: 30px;
  margin-right: 10px; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 35px; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 100%;
  height: 4px;
  background-color: #0066b0; }

.s-index-banner {
  background-color: #f0f6fa;
  padding-bottom: 150px; }

.s-index-banner__cnt {
  text-align: center;
  padding: 100px 20px 0; }

.site-header {
  font-family: "calibri-bold", sans-serif;
  font-size: 60px;
  line-height: 0.8;
  color: #0066b0;
  margin: 0;
  font-weight: normal; }

.site-slogan {
  font-size: 18px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  margin-top: 30px; }

.book {
  float: right;
  margin-top: 60px;
  width: 430px; }

.s-index-banner__txt {
  font-size: 18px;
  margin-top: 50px; }

.s-index-banner__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .s-index-banner__btn-group .btn {
    margin-right: 23px; }
    .s-index-banner__btn-group .btn:last-child {
      margin-right: 0; }

.s-index-banner__windows-info {
  margin-top: 35px; }

.tizers {
  background-color: #0066b0;
  height: 200px;
  padding-left: 30px;
  padding-right: 30px; }
  .tizers .container {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 26px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: -3px 3px 18px rgba(25, 25, 25, 0.09);
            box-shadow: -3px 3px 18px rgba(25, 25, 25, 0.09);
    top: -70px;
    position: relative; }

.tizer {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px; }

.tizer__icon {
  display: inline-block;
  height: 60px;
  width: auto;
  margin-bottom: 10px;
  position: relative; }

.tizer__header {
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: block; }

.tizer__txt {
  margin: 0;
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 5px; }

.s-steps {
  background-color: #fff; }

.steps {
  margin-top: 120px; }

.step {
  float: left;
  width: 100%;
  max-width: 300px;
  margin-right: 20px; }
  .step:last-child {
    margin-right: 0; }

.step__pic {
  height: 265px;
  position: relative; }
  .step__pic img {
    display: inline-block; }
  .step__pic:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #0066b0;
    -webkit-border-radius: 10em;
            border-radius: 10em;
    left: 50%;
    margin-left: -9px;
    top: -72px; }
  .step__pic:after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: 14px;
    right: 0;
    background-color: #333;
    top: -63px;
    right: -50%;
    margin-right: -30px; }

.step__pic--1 {
  left: -10px; }
  .step__pic--1:before {
    margin-left: -3px; }

.step__pic--2 {
  left: -15px; }
  .step__pic--2:before {
    margin-left: -3px; }

.step__pic--3:after {
  display: none; }

.step__punkt {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fbd319;
  text-align: center;
  color: #3a3a3a;
  font-size: 30px;
  line-height: 48px;
  position: absolute;
  font-family: "open-sans-regular", sans-serif;
  left: 5px;
  bottom: 2px; }
  .step__punkt:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fbd319;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    bottom: 0px;
    left: -7px; }

.step__header {
  position: relative;
  padding-left: 70px;
  color: #161616;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  display: inline-block; }

.step__txt {
  color: #161616;
  margin: 0;
  margin-top: 25px; }

.s-functions {
  background-image: url(../img/concrete-texture-2.webp);
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat; }

.functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 50px; }

.function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 264px; }
  .function:nth-child(2n) .function__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .function:nth-child(2n) .function__cnt {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 80px; }

.function__pic {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .function__pic img {
    margin: auto; }

.function__cnt {
  width: 50%;
  background-color: #e2e8ec;
  color: #161616;
  padding: 50px 85px 50px 90px; }

.function__header {
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  font-size: 24px; }

.function__txt {
  margin: 0;
  margin-top: 25px; }

.index-cta {
  text-align: center; }

.cta-text {
  display: block;
  text-align: center;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  color: #161616;
  font-size: 18px; }

.index-cta__cta-text {
  margin-bottom: 40px; }

.windows-info {
  font-size: 14px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  display: inline-block;
  position: relative;
  padding-left: 55px;
  line-height: 1.2;
  text-align: left; }

.icon-windows-wrap {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
          box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px; }

.index-cta__windows-info {
  margin-top: 40px; }

.s-screenshots {
  text-align: center; }
  .s-screenshots .sect-descr {
    width: 100%;
    max-width: 680px;
    display: inline-block; }

.screenshots-slider-wrap {
  position: relative; }

.screenshots-slider {
  max-width: 100%;
  height: 480px;
  margin-bottom: -100px;
  overflow: hidden;
  position: relative; }

.screenshots__slide {
  cursor: pointer;
  display: inline-block;
  width: 70%;
  max-width: 800px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6); }
  .screenshots__slide.carousel-center {
    cursor: default;
    -webkit-filter: brightness(1);
            filter: brightness(1); }

.screenshots-slider__pagination {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 3; }
  .screenshots-slider__pagination .dot {
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #d9e3e9;
    cursor: pointer;
    margin: 0 7.5px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    .screenshots-slider__pagination .dot.active, .screenshots-slider__pagination .dot:hover {
      background-color: #0066b0; }

.examples-wrap {
  position: relative; }
  .examples-wrap:after {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    right: 0;
    top: 25px;
    height: 525px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e8ec), to(#fff));
    background-image: -webkit-linear-gradient(top, #e2e8ec 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #e2e8ec 0%, #fff 100%); }

.examples {
  margin-top: 45px;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border: 3px dashed #dbe5eb; }

.example {
  display: inline-block;
  width: 220px;
  height: 220px;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: -4px 4px 8px rgba(25, 25, 25, 0.14);
          box-shadow: -4px 4px 8px rgba(25, 25, 25, 0.14);
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }
  .example img {
    width: 100%;
    max-width: 100%;
    height: 100%; }
  .example:hover {
    -webkit-box-shadow: -21px 21px 46px rgba(25, 25, 25, 0.27);
            box-shadow: -21px 21px 46px rgba(25, 25, 25, 0.27); }
    .example:hover .photo-overlay {
      opacity: 1; }

.photo-overlay {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  content: '';
  background-color: rgba(0, 102, 176, 0.7);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.photo-overlay__border {
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  position: absolute;
  content: '';
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6; }
  .photo-overlay__border img {
    width: 45px;
    height: 25px;
    margin-bottom: 10px; }

.s-examples__index-cta {
  margin-top: -98px;
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px; }

.mfp-zoom-out-cur {
  cursor: pointer !important; }

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  background-color: #262626;
  opacity: .6; }

.mfp-img {
  border: 20px solid #fff;
  padding: 0 !important; }

.mfp-container {
  padding: 30px; }

.mfp-figure::after {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .mfp-figure::after figure {
    margin: 20px 0; }

.mfp-close {
  color: #404040 !important;
  font-size: 36px;
  font-family: "open-sans-light", sans-serif;
  line-height: 36px !important;
  padding-right: 9px !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #fff !important;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  margin-top: -28px;
  right: -28px !important;
  opacity: 1;
  -webkit-box-shadow: -8px 8px 10px rgba(80, 80, 80, 0.35) !important;
          box-shadow: -8px 8px 10px rgba(80, 80, 80, 0.35) !important;
  cursor: pointer !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .mfp-close:hover {
    background-color: #00b034 !important;
    color: #fff !important; }
  .mfp-close:active {
    background-color: #0066b0 !important;
    color: #fff !important; }

.s-program-info {
  background-image: url(../img/functions-bg-mobile.webp);
  padding-top: 185px;
  margin-top: 235px; }

.circles-bg {
  position: absolute;
  top: -290px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1; }

.box {
  position: absolute;
  top: -225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -20px;
  z-index: 2; }

.program-info {
  color: #fff;
  width: 50%;
  float: left;
  padding-left: 10px; }

.program-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px; }
  .program-info__item:last-child {
    margin-bottom: 0; }

.program-info__header {
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px; }

.program-info__icon {
  width: 39px;
  height: 39px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
          box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
  margin-right: 15px; }
  .program-info__icon img {
    margin: auto;
    display: inline-block;
    height: 20px;
    width: auto; }
  .program-info__icon.program-info__icon--lang img {
    height: 12px; }

.program-info__cat-wrap {
  width: 260px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.program-info__cat {
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  white-space: nowrap; }

.dots-line {
  display: inline-block;
  top: 100%;
  width: 100%;
  position: relative;
  top: -5px;
  margin-right: 7px;
  border-bottom: 1px #fff dotted; }

.program-info--light {
  padding-left: 20px; }
  .program-info--light .dots-line {
    border-color: #4c4c4c; }
  .program-info--light .program-info__header {
    color: #161616; }
  .program-info--light .program-info__cat-wrap {
    width: 215px; }
  .program-info--light .program-info__cat {
    color: #333; }
  .program-info--light .program-info__val {
    color: #4c4c4c; }

.s-index-cta {
  background-image: url(../img/index-cta-bg.webp);
  padding: 80px 0 90px; }

.s-index-cta__txt {
  font-size: 18px;
  text-align: center;
  margin: 0;
  margin-top: 32px; }

.s-index-cta__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .s-index-cta__btn-group .btn {
    margin-right: 23px; }
    .s-index-cta__btn-group .btn:last-child {
      margin-right: 0; }

.main-foot {
  background-color: #f0f6fa;
  padding: 55px 0 45px; }

.links .container {
  padding: 0 10px; }

.links-group {
  padding: 0 10px 40px;
  width: 33.33%;
  float: left; }
  .links-group li {
    margin-bottom: 7px; }
    .links-group li:last-child {
      margin-bottom: 0; }
  .links-group a {
    color: #0066b0;
    font-size: 14px;
    border-bottom: 1px solid transparent; }
    .links-group a:hover {
      border-color: #0066b0; }
    .links-group a:active {
      color: orange;
      border-color: transparent; }
    .links-group a:visited {
      color: #4a91c5; }
      .links-group a:visited:hover {
        border-color: #4a91c5; }

.links-group__header {
  color: #161616;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  margin-bottom: 25px; }

.footer-bottom {
  border-top: 1px solid #c1cce3;
  padding-top: 32px;
  padding-bottom: 20px; }

.main-foot__logo {
  width: 208px; }

.copyright {
  font-size: 14px;
  color: #454647;
  display: inline-block;
  max-width: 370px;
  float: right;
  margin-right: 120px; }

.social {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px; }

.social__icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
          box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px; }
  .social__icon:last-child {
    margin-right: 0; }
  .social__icon img {
    margin: auto;
    height: 12px; }
  .social__icon.social__icon--ok img {
    height: 20px; }

.scroll-top {
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  -webkit-box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
          box-shadow: 0 3px 7px rgba(47, 148, 221, 0.35);
  z-index: 11;
  bottom: 30px;
  cursor: pointer;
  right: -100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 13px; }
  .scroll-top:hover {
    background-color: #00b034; }
    .scroll-top:hover .scroll-top__txt {
      color: #fff; }
    .scroll-top:hover .img-svg path {
      fill: #fff; }
  .scroll-top:active {
    background-color: #0066b0; }
    .scroll-top:active .scroll-top__txt {
      color: #fff; }
    .scroll-top:active .img-svg path {
      fill: #fff; }
  .scroll-top .img-svg {
    height: 30px;
    width: auto;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .scroll-top .scroll-top__txt {
    font-size: 14px;
    color: #0066b0;
    margin: -5px; }

.scroll-top--show {
  right: 30px; }

.s-page-banner {
  background-color: #f0f6fa;
  padding-bottom: 115px; }

.page-header {
  color: #0066b0;
  font-size: 35px;
  font-family: "calibri-bold", sans-serif;
  margin: 0;
  font-weight: normal;
  line-height: 1;
  text-align: left; }

.page-slogan {
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  margin: 0;
  margin-top: 18px;
  text-align: left; }

.s-page-banner__cnt {
  margin-top: 65px;
  float: right;
  width: 100%;
  max-width: 610px;
  text-align: center; }
  .s-page-banner__cnt .btn {
    margin-top: 40px; }

.s-page-banner__list {
  margin-top: 25px;
  text-align: left; }
  .s-page-banner__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px; }
    .s-page-banner__list li:last-child {
      margin-bottom: 0; }
    .s-page-banner__list li:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url(../img/marker-check.png) 0 0 no-repeat;
      left: 0;
      top: 2px; }

.s-page-banner__pic {
  float: left;
  margin-top: 45px;
  margin-left: -15px;
  margin-right: 50px;
  max-width: 100%; }

.blue-line {
  height: 96px;
  background-color: #0066b0;
  position: relative;
  z-index: -1; }

.info-items .container {
  position: relative;
  margin-top: -170px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.info-item {
  width: 220px;
  height: 145px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 -3px 18px rgba(25, 25, 25, 0.09);
          box-shadow: 0 -3px 18px rgba(25, 25, 25, 0.09);
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.info-item.rating {
  position: relative;
}
.info-item.rating #page-rating-block {
  position: absolute;
  left: 66px;
  top: 39px;
  right: auto;
}
.info-item.rating .rating-img {
  margin: 0 -4px 0 -2.5px;
}
.info-item.rating #page-rating-value {
  position: absolute;
  bottom: -73.4px;
  left: 4px;
  color: #4c4c4c;
  font-size: 14px;
}
.info-item.rating #page-rating-info {
  position: absolute;
  left: -25px;
  top: 33px;
  width: 130px;
  margin-left: 0;
  text-align: center;
}

.info-item__icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px; }

.info-item__header {
  display: block;
  color: #4c4c4c;
  font-size: 14px; }

.how-make-collage {
  padding-top: 90px; }
  .how-make-collage .sect-header {
    text-align: left;
    margin-bottom: 20px; }
  .how-make-collage b {
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal; }
  .how-make-collage p {
    margin-bottom: 25px; }

.article-block {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px; }

.article-block__cnt {
  background-color: #e2e8ec;
  padding: 0 15px 0 90px;
  width: 49%;
  float: right;
  z-index: -1; }

.article-block__pic {
  width: 58%;
  position: absolute;
  left: 0;
  top: 25px; }

.article-block__header {
  font-size: 24px;
  font-weight: normal;
  font-family: "calibri-bold", sans-serif;
  color: #0066b0;
  line-height: 1.2; }

.article-block--left .article-block__cnt {
  float: left;
  padding: 0 85px 0 20px; }

.article-block--left .article-block__pic {
  right: 0;
  left: auto; }

.s-reviews {
  padding: 15px 0; }
  .s-reviews .sect-header {
    text-align: left; }
  .s-reviews b {
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal; }

.reviews {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-right: -20px; }

.review {
  border: 2px solid #0066b0;
  margin-left: 40px;
  margin-right: 20px;
  padding: 25px 15px 20px 20px;
  position: relative; }
  .review:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 40px;
    height: 31px;
    background: url(../img/quotes.png) 0 0 no-repeat;
    right: 17px;
    top: 21px; }

.review__photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 20px; }

.review__author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -60px; }

.review__name {
  display: inline-block;
  color: #0066b0;
  font-size: 24px;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal; }

.review__city {
  display: block;
  color: #4c4c4c;
  font-size: 14px; }

.review__txt {
  margin: 0;
  margin-top: 15px; }

.review__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px; }
  .review__rating b {
    margin-right: 10px; }

.js-reviews-slider .slick-dots {
  text-align: center;
  margin-top: 25px;
  margin-left: 40px; }
  .js-reviews-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    background-color: #d9e3e9;
    cursor: pointer;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    .js-reviews-slider .slick-dots li.slick-active {
      background-color: #0066b0; }

.s-inner-page-cta {
  text-align: center;
  background-color: #0066b0;
  padding: 80px 0;
  height: 455px; }
  .s-inner-page-cta .sect-header {
    color: #fff;
    line-height: 1.35;
    max-width: 750px;
    width: 100%;
    display: inline-block; }
  .s-inner-page-cta .windows-info {
    color: #fffefe;
    padding-left: 50px; }
    .s-inner-page-cta .windows-info .icon-windows-wrap {
      -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15); }

.s-inner-page-cta__btn-group {
  margin-top: 30px;
  margin-bottom: 30px; }

.s-inner-page-cta__txt {
  font-size: 18px;
  color: #fff;
  margin-top: 25px; }
  .s-inner-page-cta__txt br {
    display: none; }

.wrap--is-order .s-page-banner {
  padding-bottom: 30px; }

.payment-info {
  background-color: #0066b0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 45px; }
  .payment-info .container {
    text-align: center; }

.payment-info__icon {
  margin-right: 20px; }

.payment-info__txt {
  display: inline-block;
  width: 100%;
  max-width: 780px;
  text-align: left;
  margin: 0; }

.s-price-plans {
  background-color: #fff;
  padding: 90px 0 25px;
  text-align: center; }

.price-plans {
  margin-top: 70px; }

.price-plan {
  width: 300px;
  float: left;
  min-height: 540px;
  border: 9px solid #8b9ea9;
  position: relative;
  overflow: hidden;
  padding-bottom: 27px; }
  .price-plan .btn {
    -webkit-box-shadow: 0 3px 7px rgba(0, 129, 38, 0.35);
            box-shadow: 0 3px 7px rgba(0, 129, 38, 0.35); }

.price-plan--premium {
  border-color: #f9593a; }
  .price-plan--premium .price-plan__header {
    background-color: #f9593a; }
    .price-plan--premium .price-plan__header:after {
      border-color: #f9593a transparent transparent; }
  .price-plan--premium .price-plan__discount {
    background-color: #fff;
    color: #f9593a; }
  .price-plan--premium .price-plan__list li:before {
    background-image: url(../img/premium-check.png); }

.price-plan--delux {
  border-color: #0066b0; }
  .price-plan--delux .price-plan__header {
    background-color: #0066b0; }
    .price-plan--delux .price-plan__header:after {
      border-color: #0066b0 transparent transparent; }
  .price-plan--delux .price-plan__discount {
    color: #0066b0;
    background-color: #fff; }
  .price-plan--delux .price-plan__list li:before {
    background-image: url(../img/delux-check.png); }

.price-plan--big {
  width: 320px;
  top: -24px;
  margin-left: 10px;
  margin-right: 10px; }
  .price-plan--big .price-plan__header:after {
    border-width: 26px 153px 0 153px; }
  .price-plan--big .price-plan__list {
    padding-left: 17px;
    margin-bottom: 65px; }

.price-plan__price-wrap {
  display: block;
  background-color: #f0f6f9;
  padding-top: 48px; }

.price-plan__price {
  display: inline-block;
  position: relative;
  padding-bottom: 20px; }
  .price-plan__price .old-price {
    font-size: 20px;
    color: #4c4c4c;
    text-transform: uppercase;
    position: relative;
    margin-right: 5px; }
    .price-plan__price .old-price:after {
      position: absolute;
      content: '';
      display: inline-block;
      left: 50%;
      margin-left: -13px;
      top: 50%;
      margin-top: -13px;
      width: 25px;
      height: 25px;
      background-image: url(../img/price-cross-line.png); }
  .price-plan__price .price {
    font-size: 30px;
    text-transform: uppercase;
    position: relative; }
  .price-plan__price .rub {
    width: 17px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/plan-rub.png);
    margin-left: 3px; }
  .price-plan__price:after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccd5db; }

.price-plan__header {
  background-color: #8b9ea9;
  height: 90px;
  position: relative;
  z-index: 2;
  padding-top: 15px; }
  .price-plan__header:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 142.5px 0 142.5px;
    border-color: #8b9ea9 transparent transparent; }

.price-plan__title {
  font-size: 16px;
  color: #fff; }
  .price-plan__title b {
    display: block;
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 5px; }

.price-plan__discount {
  font-size: 22px;
  text-transform: uppercase;
  color: #73848e;
  display: block;
  background-color: #fff;
  position: absolute;
  text-align: left;
  padding-left: 36px;
  left: -50px;
  top: -15px;
  height: 58px;
  width: 150px;
  padding-top: 27px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .price-plan__discount b {
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal; }

.price-plan__list {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 18px;
  min-height: 220px;
  padding-left: 12px; }
  .price-plan__list li {
    line-height: 1.2;
    padding-left: 27px;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
    color: #282828; }
    .price-plan__list li:last-child {
      margin-bottom: 0; }
    .price-plan__list li:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url(../img/standart-check.png) 0 0 no-repeat;
      left: 0;
      top: 0px; }

.offer {
  display: inline-block;
  color: #f9593a;
  font-size: 18px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  border: 3px dashed #dbe5eb;
  padding: 10px 20px;
  margin-top: 20px; }
  .offer br {
    display: none; }

.payment-methods {
  margin-top: 15px; }

.payment-methods__wrap {
  border: 4px solid #dbe5eb;
  padding: 18px 22px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.payment-methods__txt {
  text-align: right;
  display: inline-block;
  color: #4c4c4c;
  font-size: 14px;
  width: 100%;
  max-width: 245px;
  margin-right: 35px; }
  .payment-methods__txt b {
    display: block;
    color: #333;
    font-size: 16px;
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal; }

.payment-methods__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .payment-methods__logos img {
    margin: 3px 5px; }

.purchase-conditions {
  margin-top: 70px;
  margin-bottom: 40px; }

.purchase-condition {
  width: 100%;
  max-width: 300px;
  height: 170px;
  float: left;
  text-align: center;
  margin-right: 20px;
  position: relative;
  border: 2px solid #dbe5eb; }
  .purchase-condition:last-child {
    margin-right: 0; }

.purchase-condition__icon {
  width: 140px;
  height: 80px;
  display: inline-block;
  background-color: #fff;
  margin-top: -30px;
  position: relative; }
  .purchase-condition__icon:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fbd319;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .purchase-condition__icon img {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3px; }
    .purchase-condition__icon img.license {
      margin-left: 8px; }

.purchase-condition__punkt {
  background-color: #fbd319;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: -5px;
  top: 100%;
  margin-top: -12px; }

.purchase-condition__header {
  font-size: 20px;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  margin-top: 40px;
  display: inline-block; }

.delivery__header,
.support__header {
  font-family: "calibri-bold", sans-serif;
  font-size: 24px;
  color: #0066b0;
  font-weight: normal;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px; }

.support a {
  color: #0066b0;
  text-decoration: underline;
  margin-bottom: 25px;
  display: inline-block; }
  .support a:last-child {
    margin-bottom: 0; }
  .support a:hover {
    text-decoration: none; }
  .support a:visited {
    color: #4a91c5; }

.s-video-banner {
  text-align: center;
  background-color: #0066b0;
  padding: 175px 0 90px; }
.s-video-banner.s-video-banner--sm{
  padding-top: 30px;
}

.s-video-banner__header {
  font-size: 48px;
  font-family: "calibri-bold", sans-serif;
  margin: 0;
  font-weight: normal;
  color: #fff;
  line-height: 1; }

.s-video-banner__slogan {
  color: #fbd319;
  font-size: 18px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  margin: 0;
  margin-top: 20px; }

.banner-video {
  margin-top: 40px;
  display: inline-block;
  width: 860px;
  height: 484px;
  position: relative; }
  .banner-video iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.banner-video--sm{
  width: 740px;
  height: 416px;
}
.banner-video__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: inline-block;
  border: 5px solid #fff; }

.banner-video__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
  z-index: 1; }

.banner-video__link {
  display: inline-block;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 350px;
  height: auto; }
  .banner-video__link img {
    max-width: 100%;
    width: 100%; }

.s-what-makes-collage {
  padding: 65px 0 95px; }

.sect-descr {
  margin-top: 20px; }

.what-makes-collage {
  margin-top: 45px; }

.wmc-item {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  float: left;
  -webkit-box-shadow: 0 0 7px rgba(25, 25, 25, 0.14);
          box-shadow: 0 0 7px rgba(25, 25, 25, 0.14);
  margin-right: 20px; }
  .wmc-item:last-child {
    margin-right: 0; }
  .wmc-item:hover {
    -webkit-box-shadow: -21px 21px 46px rgba(25, 25, 25, 0.27);
            box-shadow: -21px 21px 46px rgba(25, 25, 25, 0.27); }
    .wmc-item:hover .wmc-item__cnt {
      border: none;
      padding: 25px 22px 12px; }

.wmc-item__cnt {
  padding: 25px 20px 10px;
  border: 2px solid #dbe5eb;
  border-top: none;
  margin-top: -5px; }

.wmc-item__header {
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  color: #0066b0;
  font-size: 21px;
  position: relative;
  border-bottom: 1px solid transparent; }
  .wmc-item__header:hover {
    border-color: #0066b0; }
  .wmc-item__header:visited {
    color: #4a91c5; }
    .wmc-item__header:visited:hover {
      border-color: #4a91c5; }

.wmc-item__descr {
  margin-top: 20px; }

.s-buy-now {
  padding: 70px 0;
  background: url(../img/concrete-texture.webp) 0 0 repeat; }
  .s-buy-now .sect-header {
    font-size: 40px;
    line-height: 1; }
  .s-buy-now .sect-descr {
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal;
    color: #333;
    margin-top: 15px; }
  .s-buy-now .btn {
    margin-top: 65px; }

.buy-now {
  position: relative; }

.buy-now__box {
  float: left;
  margin-left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2; }

.buy-now__cnt-wrap {
  background-color: #f0f6fa;
  padding: 20px;
  margin-left: 160px;
  position: relative;
  z-index: 1; }
  .buy-now__cnt-wrap:after, .buy-now__cnt-wrap:before {
    position: absolute;
    content: '';
    display: inline-block; }
  .buy-now__cnt-wrap:before {
    width: 77px;
    height: 66px;
    background: url(../img/petal.png) 0 0 no-repeat;
    top: -15px;
    right: -15px; }
  .buy-now__cnt-wrap:after {
    width: 122px;
    height: 124px;
    background: url(../img/petal-2.png) 0 0 no-repeat;
    right: -25px;
    bottom: -30px; }

.buy-now__cnt {
  background-color: #fff;
  border: 2px solid #dbe5eb;
  padding: 25px 15px 30px 110px;
  text-align: center; }

.discount {
  display: block;
  margin-top: 18px;
  color: #4c4c4c;
  font-size: 14px;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  line-height: 1.2; }

.s-got-questions {
  background-color: #0066b0;
  padding: 40px 0 50px; }
  .s-got-questions .sect-header {
    color: #fff; }
    .s-got-questions .sect-header.sect-header--bottom-line {
      padding-bottom: 15px; }
      .s-got-questions .sect-header.sect-header--bottom-line:after {
        background-color: #fbd319; }

.got-questions {
  margin-top: 40px; }

.got-questions-item-wrap {
  text-align: center;
  width: 50%;
  float: left; }

.got-questions-item {
  display: inline-block; }

.gqi__icon {
  margin-right: 22px;
  float: left;
  margin-top: -5px; }

.gqi__header {
  float: left;
  text-align: left; }
  .gqi__header a {
    color: #fff;
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal;
    border-bottom: 1px solid transparent;
    display: inline;
    text-align: left; }
    .gqi__header a:hover {
      border-color: #fff; }

.s-tutorial {
  margin-top: 95px;
  position: relative;
  padding-top: 40px; }
  .s-tutorial .page-slogan {
    color: #333;
    font-size: 16px;
    font-family: "open-sans-regular", sans-serif;
    margin-top: 20px; }

.tutorial-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f6fa), to(#fff));
  background-image: -webkit-linear-gradient(top, #f0f6fa 0, #fff 100%);
  background-image: linear-gradient(to bottom, #f0f6fa 0, #fff 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 520px;
  z-index: -1; }

.tutorial-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tutorial-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  border: 3px solid #dbe5eb;
  height: 97px;
  padding: 0 17px;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  position: relative;
  margin-bottom: 40px;
  margin-right: 20px; }
  .tutorial-cat:last-child {
    margin-right: 0; }
  .tutorial-cat:hover {
    border: 2px solid #dbe5eb;
    height: 101px;
    top: -2px;
    -webkit-box-shadow: -8px 8px 10px rgba(25, 25, 25, 0.14);
            box-shadow: -8px 8px 10px rgba(25, 25, 25, 0.14);
    margin-bottom: 36px; }
    .tutorial-cat:hover .tutorial-cat__header:after {
      background-color: #0066b0; }
  .tutorial-cat:active {
    background-color: #edf2f5;
    border-width: 3px;
    height: 97px;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0; }
    .tutorial-cat:active .tutorial-cat__header:after {
      background-color: transparent; }

.tutorial-cat__icon {
  margin-right: 17px; }

.tutorial-cat__header {
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  display: inline-block;
  color: #0066b0;
  font-size: 24px;
  position: relative;
  padding-bottom: 4px; }
  .tutorial-cat__header:after {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }

.s-popular-articles {
  padding-bottom: 60px; }
  .s-popular-articles .sect-header {
    text-align: left; }

.popular-article {
  margin-top: 45px; }

.popular-article__pic {
  float: left;
  width: 300px;
  height: 192px;
  margin-right: 40px; }

.popular-article__header {
  color: #0066b0;
  font-size: 24px;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  line-height: 1.2; }
  .popular-article__header:hover {
    border-color: #0066b0; }
  .popular-article__header:visited {
    color: #4a91c5; }
    .popular-article__header:visited:hover {
      border-color: #4a91c5; }

.popular-article__txt {
  margin: 0;
  margin-top: 20px; }

.s-articles {
  padding-bottom: 40px; }
  .s-articles .sect-header {
    text-align: left; }

.articles {
  margin-top: 20px; }

.articles__header {
  font-size: 28px;
  font-weight: normal;
  font-family: "calibri-bold", sans-serif;
  margin: 0;
  color: #0066b0; }

.articles__descr {
  margin: 0;
  margin-top: 20px;
  color: #161616; }

.articles__list {
  margin-top: 25px;
  margin-bottom: 45px; }

.articles__item {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px; }
  .articles__item:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #333;
    border: 6px solid #fbd319;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 5px;
    left: 0; }

.articles__link {
  color: #0066b0;
  border-bottom: 1px solid transparent; }
  .articles__link:hover {
    border-color: #0066b0; }
  .articles__link:active {
    color: orange;
    border-color: transparent; }
  .articles__link:visited {
    color: #4a91c5; }
    .articles__link:visited:hover {
      border-color: #4a91c5; }

.s-samples {
  padding-top: 135px;
  padding-bottom: 55px; }
  .s-samples .page-slogan {
    font-size: 16px;
    font-family: "open-sans-regular", sans-serif;
    color: #333; }
  .s-samples .sect-header {
    font-size: 24px;
    text-align: left; }
  .s-samples .sect-descr {
    font-size: 16px;
    text-align: left; }

.samples-block {
  padding: 50px 0 35px; }

.samples-block:nth-child(2n+1) {
  background: url(../img/concrete-texture-2.webp) 0 0 repeat; }

.samples {
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -13px; }

.sample {
  display: inline-block;
  margin: 8px 10px;
  width: 195px;
  height: 139px;
  position: relative; }
  .sample .img-responsive {
    height: 100%; }
  .sample:hover .photo-overlay {
    opacity: 1;
    -webkit-box-shadow: 0 8px 16px rgba(25, 25, 25, 0.21);
            box-shadow: 0 8px 16px rgba(25, 25, 25, 0.21); }
  .sample .photo-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .sample .photo-overlay__border {
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    font-size: 10px;
    padding-top: 30px; }
    .sample .photo-overlay__border img {
      margin-bottom: 10px; }

.sample--height {
  width: 139px;
  height: 194px; }
  .sample--height .photo-overlay__border {
    padding-top: 60px; }

.samples-block--posters .samples {
  margin-left: -30px;
  margin-right: -30px; }

.samples-block--posters .sample {
  margin: 10px 30px; }

.samples-block--albums .samples {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px; }

.samples-block--albums .sample {
  margin: 5px;
  width: auto;
  height: 185px; }

.samples-block--photo-books .sample {
  margin: 0;
  width: auto;
  height: 130px; }
.samples.samples-templates {
  justify-content: start;
  align-items: initial;
}
.samples.samples-templates .sample {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 194px;
  margin-bottom: 4px;
}
.samples.samples-templates .sample .img-responsive {
  height: 140px;
}
.samples.samples-templates .sample .img-responsive + .photo-overlay {
  height: 140px;
  top: 50%;
  transform: translatey(-50%);
}
.samples.samples-templates .sample.sample--height .img-responsive {
  height: 194px;
}
.samples.samples-templates .sample.sample--height .img-responsive + .photo-overlay  {
  height: 100%;
}
.samples-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33.333%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .samples-item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .samples-item {
    width: 100%;
  }
}
.samples-item-text {
  width: 195px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.samples-item-title {
  font-weight: 700;
}
.samples-item-description {
  min-height: 48px;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  flex-grow: 1;
}
.samples-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  width: 155px;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  min-height: 36px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  background-color: #45a5ca;
  text-decoration: none;
  transition: ease .3s;
}
.samples-item-link:hover {
  background-color: #48b6e1;
}
.s-article .container {
  position: relative;
}
.s-article .block-left {
  width: 100%;
  max-width: 702px; }

.s-article-banner {
  background: url(../img/concrete-texture.webp) 0 0 repeat;
  padding-bottom: 70px; }
  .s-article-banner .container {
    position: relative; }
  .s-article-banner .s-page-banner__cnt {
    float: left; }
  .s-article-banner .s-page-banner__list + .page-slogan {
    margin-top: 25px; }
  .s-article-banner .btn--load {
    margin-top: 30px;
    margin-right: 60px; }

.container-flex {
  display: flex;
}
.container-flex .s-page-banner__cnt {
  flex: 0 0 65%;
  z-index: 1;
}
.container-flex .s-article-banner__block {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  flex: 0 0 35%;
}
.container-flex .s-article-banner__block p {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  max-width: 75%;
  position: relative;
  margin: 0;
}
.container-flex .s-article-banner__block p:after {
  content: '';
  position: absolute;
  right: -35px;
  top: 0;
  background: url(../img/arrow.png);
  width: 30px;
  height: 30px;
}
.container-flex .s-article-banner__block img {
  margin-top: 21px;
  max-height: 350px;
}
@media only screen and (max-width: 979px) {
  .container-flex {
    flex-direction: column-reverse;
  }
  .container-flex .s-article-banner__block {
    flex: 0 0 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .container-flex .s-page-banner__cnt {
    flex: 0 0 100%;
  }
  .container-flex .s-article-banner__block img {
    position: relative;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .container-flex .s-article-banner__block p {
    position: relative;
    bottom: 0px;
  }
}
.video-in-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.2s;
}
.video-in-popup:after {
  content: '';
  position: absolute;
  background: url(../img/play.png);
  transition: ease 0.2s;
  width: 18px;
  height: 24px;
}
.video-in-popup:hover:after {
  background: url(../img/play-hover.png);
  width: 20px;
  height: 26px;
}
.video-in-popup:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  opacity: 0.71;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
  width: 71px;
  height: 71px;
  transition: ease 0.2s;
}
.video-in-popup:hover:before {
  width: 77px;
  height: 77px;
}
.s-article-banner__pic {
  position: absolute;
  right: -80px;
  top: -18px; }

.article-header {
  font-size: 35px;
  font-family: "calibri-bold", sans-serif;
  color: #0066b0;
  font-weight: normal; }

.article {
  padding: 40px 0 80px; }
  .article .article-header {
    margin-bottom: 15px; }
  .article .article-h2 {
    margin-top: 40px;
    margin-bottom: -10px; }
  .article > p b, .article ul b, .article ol b, .article blockquote b, .article .article-note b {
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal; }
  .article > p a, .article ul a, .article ol a, .article blockquote a, .article .article-note a {
    color: #0066b0;
    border-bottom: 1px solid #0066b0; }
    .article > p a:hover, .article ul a:hover, .article ol a:hover, .article blockquote a:hover, .article .article-note a:hover {
      border-color: transparent; }
    .article > p a:visited, .article ul a:visited, .article ol a:visited, .article blockquote a:visited, .article .article-note a:visited {
      color: #4a91c5;
      border-color: #4a91c5; }
  .article > p i, .article ul i, .article ol i, .article blockquote i, .article .article-note i {
    font-size: 17px;
    font-family: "calibri-italic", sans-serif;
    font-style: normal; }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-family: "calibri-bold", sans-serif;
    font-weight: normal;
    color: #0066b0;
    margin: 0; }
  .article h1 {
    font-size: 35px;
    line-height: 48px; }
  .article h2 {
    font-size: 35px;
    line-height: 48px; }
  .article h3 {
    font-size: 24px;
    line-height: 44px; }
  .article h4 {
    font-size: 18px;
    line-height: 44px; }
  .article h5 {
    font-size: 16px;
    line-height: 48px; }
  .article h6 {
    font-size: 14px;
    line-height: 48px; }

.article-blockquote {
  font-size: 18px;
  border: 2px solid #0066b0;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 30px;
  padding: 25px 40px 70px 25px;
  position: relative; }
  .article-blockquote:before {
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-block;
    content: '';
    background-color: #fbd319;
    left: -37px;
    top: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .article-blockquote:after {
    position: absolute;
    display: inline-block;
    content: '';
    background: url(../img/quotes.png) 0 0 no-repeat;
    left: -20px;
    top: 43px;
    width: 28px;
    height: 22px; }

.article-blockquote__author {
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 27px;
  padding-left: 10px; }
  .article-blockquote__author:before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 28px;
    background-color: #000;
    right: 100%;
    top: 50%; }

.article-note {
  font-size: 16px;
  color: #00406e;
  border: 2px solid #d3e1eb;
  background-color: #f0f6fa;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-left: 30px;
  padding: 25px 30px 30px 50px;
  position: relative; }
  .article-note b {
    color: #0066b0;
    margin-right: 5px; }
  .article-note:before {
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-block;
    content: '';
    background-color: #0066b0;
    left: -30px;
    top: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .article-note:after {
    position: absolute;
    display: inline-block;
    content: '';
    background: url(../img/article-note.png) 0 0 no-repeat;
    left: -15px;
    top: 39px;
    width: 29px;
    height: 27px; }

.article__info {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  color: #4c4c4c;
  border-top: 1px solid #c1cce3;
  border-bottom: 1px solid #c1cce3;
  padding: 12px 0; }

.article__date {
  margin-right: 5px; }
  .article__date:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 14px;
    background: url(../img/calendar.png) 0 0 no-repeat;
    margin-right: 4px;
    position: relative;
    top: 1.5px; }

.article__author {
  margin-right: 5px;
  position: relative; }
  .article__author:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 11px;
    background: url(../img/author.png) 0 0 no-repeat;
    margin-right: 4px; }

.article__rating {
  margin-right: 0; }
  .article__rating:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/article-star.png) 0 0 no-repeat;
    position: relative;
    margin-right: 2px;
    top: 1px; }
  .article__rating:after {
    display: inline-block;
    content: '';
    width: 83px;
    height: 13px;
    background: url(../img/article-stars.png) 0 0 no-repeat;
    margin-left: 8px;
    top: 1px;
    position: relative; }
    .article__info #page-rating-block {
      max-width: 200px;
      margin-top: -2px;
      position: relative;
    }
    .article__info #page-rating-uservalue {
      position: relative;
      top: -12px;
      right: 0;
    }
.article > p {
  margin-top: 25px; }

.article-list {
  margin-left: 18px;
  margin-top: 25px; }

.article-list__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px; }

.article-list--marker .article-list__item:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background: url(../img/marker-check.png) 0 0 no-repeat; }

.article-list--order {
  padding-left: 0; }
  .article-list--order .article-list__item {
    padding-left: 35px; }

.article-list__punkt {
  position: absolute;
  left: 0;
  background-color: #fbd319;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  width: 23px;
  height: 23px;
  font-family: "open-sans-bold", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
  padding-left: 1px; }

.pic-right,
.pic-left {
  float: right;
  width: 100%;
  max-width: 300px;
  clear: both;
  margin-top: 15px;
  margin-left: 20px;
  height: auto; }

.pic-left {
  float: left;
  margin-left: 0;
  margin-right: 20px; }

.pic-center {
  width: 100%;
  max-width: 650px;
  margin-top: 10px;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.article-col-2 .col-left,
.article-col-2 .col-right {
  float: left;
  width: 100%;
  max-width: 48%; }

.article-col-2 .col-right {
  float: right;
  max-width: 49%; }

.article--step-by-step .btn--load {
  margin-bottom: 10px;
  margin-top: 15px; }

.article-step {
  padding: 38px 0;
  border-bottom: 1px solid #c1cce3; }
  .article-step + p {
    margin-top: 27px; }
  .article-step .step__punkt {
    top: 4px; }

.article-step__pic {
  width: 100%;
  max-width: 540px;
  float: right; }

.article-step__txt {
  margin: 25px 0 0;
  max-width: 360px; }
  .article-step__txt b {
    font-family: "open-sans-bold", sans-serif;
    font-weight: normal; }

.article-step__header {
  position: relative;
  color: #0066b0;
  font-size: 24px;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  padding-left: 0px;
  display: inline-block;
  max-width: 370px;
  line-height: 1.2; }

.s-other-articles {
  text-align: center;
  padding: 80px 0 70px; }

.other-articles {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }

.other-article {
  width: 380px;
  border: 3px solid #dbe5eb;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  margin-bottom: 25px;
  text-align: left;
  padding: 22px 15px 22px 44px;
  margin: 0 10px 25px; }
  .other-article:before {
    display: none; }
  .other-article:hover {
    -webkit-box-shadow: -8px 8px 10px rgba(25, 25, 25, 0.14);
            box-shadow: -8px 8px 10px rgba(25, 25, 25, 0.14); }
    .other-article:hover .other-article__link {
      border-color: #0066b0; }
  .other-article:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #edf2f5; }
    .other-article:active .other-article__link {
      border-color: transparent; }

.other-article__link {
  font-family: "calibri-bold", sans-serif;
  font-size: 18px;
  color: #0066b0;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  position: relative; }
  .other-article__link:active {
    color: #0066b0; }
  .other-article__link:visited:hover {
    border-color: #4a91c5; }
  .other-article__link:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #333;
    border: 6px solid #fbd319;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 4px;
    left: -30px; }

.side-banner {
  width: 220px;
  height: 285px;
  background: url(../img/side-banner-bg.webp) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 35px 0;
  margin-top: 35px;
  margin-bottom: 15px; }
  .side-banner .btn {
    margin-top: 60px; }

.side-banner__text {
  font-size: 23px;
  color: #fbd319;
  text-transform: uppercase;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal; }

.side-banner__text-2 {
  font-size: 15px;
  color: #fefefe;
  font-family: "open-sans-bold", sans-serif;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px; }

.side-banner2 {
  width: 240px;
  margin-top: 35px;
  margin-bottom: 15px;
  margin-right: -20px;
}
.side-banner2__title {
  font-family: "open-sans-bold", sans-serif;
  font-size: 18px;
}
.side-banner2-block {
  padding: 18px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #c1cce3;
}
.side-banner2-block a {
  font-size: 14px;
  color: rgb(51, 51, 51);
}
.side-banner2-block a:hover {
  color: #4a91c5;
}
.side-banner2-block img {
  padding-right: 20px;
}
.banner-is-fixed {
  position: fixed;
  margin-left: 720px;
  top: 80px;
}
.article-cta {
  text-align: center;
  background-color: #f0f6fa;
  border-top: 1px solid #c1cce3;
  border-bottom: 1px solid #c1cce3;
  margin: 30px 0 30px;
  padding-top: 45px;
  padding-bottom: 50px; }
  .article-cta .windows-info {
    margin-top: 28px; }

.article-cta__txt {
  color: #0066b0;
  font-family: "calibri-bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
  display: block; }

.article-cta__btn-group {
  display: inline-block;
  margin-top: 30px; }
  .article-cta__btn-group .btn {
    float: left;
    margin-right: 24px; }
    .article-cta__btn-group .btn:last-child {
      margin-right: 0; }

/*==========  Desktop First  ==========*/
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-methods__txt {
    max-width: 370px; }
  .social__icon img {
    position: relative;
    top: 1px; } }

@media only screen and (max-width: 1249px) {
  .examples {
    max-width: 980px; }
  .banner-video__bg {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .s-index-banner {
    padding-bottom: 120px; }
  .s-index-banner__cnt {
    padding-top: 30px; }
  .site-header {
    text-align: left; }
  .site-slogan {
    text-align: left; }
  .s-index-banner__txt {
    margin-top: 0;
    font-size: 16px;
    text-align: left; }
    .s-index-banner__txt br {
      display: none; }
  .s-index-banner__btn-group {
    margin-top: 20px; }
  .scroll-top {
    background-color: rgba(255, 255, 255, 0.75); }
    .scroll-top:hover {
      background-color: rgba(255, 255, 255, 0.75); }
      .scroll-top:hover .scroll-top__txt {
        color: #0066b0; }
      .scroll-top:hover .img-svg path {
        fill: #0066b0; }
  .s-screenshots {
    padding-bottom: 50px; }
  .screenshots-slider {
    height: auto;
    margin-top: 50px;
    margin-bottom: 0;
    overflow: visible;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .screenshots__slide {
    cursor: default;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    max-width: auto;
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  .screenshots-slider__pagination {
    display: none; }
  .slick-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    z-index: 5;
    height: 14px; }
    .slick-dots li {
      display: inline-block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 14px;
      height: 14px;
      background-color: #d9e3e9;
      cursor: pointer;
      margin: 0 7.5px;
      -webkit-transition: background-color .25s ease;
      transition: background-color .25s ease; }
      .slick-dots li.slick-active, .slick-dots li:hover {
        background-color: #0066b0; } }

@media only screen and (max-width: 1019px) {
  .examples {
    max-width: 740px; } }

@media only screen and (max-width: 979px) {
  .book {
    width: 500px; }
  .functions {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .function {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px; }
    .function:last-child {
      margin-bottom: 0; }
    .function:nth-child(2n) .function__pic {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .function:nth-child(2n) .function__cnt {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      padding-left: 90px; }
  .function__pic {
    margin-bottom: 20px;
    width: 100%; }
    .function__pic img {
      max-width: 100%; }
  .function__cnt {
    width: 100%; }
  .s-steps {
    text-align: center; }
  .steps {
    max-width: 600px;
    width: 100%;
    display: inline-block;
    margin-top: 70px; }
  .step {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: left; }
    .step:last-child {
      margin-bottom: 0; }
  .step__pic {
    height: auto;
    width: 300px;
    margin-right: 20px;
    float: left; }
    .step__pic:before {
      display: none; }
    .step__pic:after {
      display: none; }
  .step__pic--1 {
    left: 0; }
  .step__pic--2 {
    margin-bottom: 5px; }
  .step__pic--3 {
    margin-top: -15px; }
  .copyright {
    margin-right: 105px; }
  .s-page-banner {
    text-align: center; }
  .s-page-banner__pic {
    float: none;
    margin-left: 0; }
  .s-page-banner__cnt {
    float: none;
    display: inline-block;
    margin-top: 30px; }
  .js-reviews-slider .slick-dots {
    margin-left: 0; }
  .payment-info {
    margin-top: 30px; }
  .s-price-plans .container {
    padding: 0 10px; }
  .purchase-condition {
    margin-right: 10px; }
  .banner-video {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%; }
  .wmc-item {
    width: 100%;
    max-width: 500px;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }
    .wmc-item:last-child {
      margin-bottom: 0;
      margin-right: auto; }
    .wmc-item:hover {
      -webkit-box-shadow: 0 0 7px rgba(25, 25, 25, 0.14);
              box-shadow: 0 0 7px rgba(25, 25, 25, 0.14); }
      .wmc-item:hover .wmc-item__cnt {
        border: 2px solid #dbe5eb;
        border-left: none;
        padding: 25px 20px 10px; }
  .wmc-item__cnt {
    padding: 25px 20px 10px;
    border-top: 2px solid #dbe5eb;
    border-left: none;
    margin-top: 0; }
  .buy-now__box {
    margin-left: -30px; }
  .buy-now__cnt {
    padding: 15px 15px 35px 90px; }
  .samples {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-article-banner {
    text-align: center; }
    .s-article-banner .btn--load {
      margin-right: 0; }
  .s-article-banner {
    padding-bottom: 50px; }
    .s-article-banner .s-page-banner__cnt {
      float: none;
      margin-top: 0px; }
  .s-article-banner__pic {
    position: relative;
    right: auto;
    -webkit-transform: translateX(3%);
        -ms-transform: translateX(3%);
            transform: translateX(3%);
    width: 100%;
    max-width: 500px; }
  .article-step {
    padding: 38px 0;
    text-align: center;
    border-bottom: 1px solid #c1cce3; }
    .article-step + p {
      margin-top: 27px; }
    .article-step .step__punkt {
      top: -55px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .article-step__pic {
    display: inline-block;
    float: none; }
  .article-step__txt {
    margin: 25px 0 0;
    max-width: 100%;
    text-align: left; }
  .article-step__header {
    max-width: 100%;
    padding-left: 0;
    margin-top: 70px; }
  .s-article {
    text-align: center;
    padding-bottom: 0; }
    .s-article .block-left {
      float: none;
      display: inline-block; }
    .s-article .block-right,
    .s-article .block-right2 {
      float: none;
      display: inline-block;
      margin-top: 0;
      top: 0; }
  .side-banner {
    margin-top: -20px;
    margin-bottom: 80px; }
  .article {
    text-align: left; } }

@media only screen and (max-width: 959px) {
  .s-index-banner {
    text-align: center;
    padding-bottom: 80px; }
  .s-index-banner__cnt {
    margin-top: -100px; }
  .book {
    float: none;
    width: 100%;
    margin-top: 50px;
    max-width: 500px;
    margin-left: -60px; }
  .site-header {
    text-align: center; }
  .site-slogan {
    text-align: center; }
  .s-index-banner__txt {
    text-align: center; }
  .main-nav {
    display: none; }
  .hamburger {
    display: inline-block; }
  /* .main-head--is-fixed {
    height: 75px; }
    .main-head--is-fixed .main-head__btn {
      margin-top: 15px; }
    .main-head--is-fixed .hamburger {
      float: left;
      margin-top: 20px; } */
  .main-head__btn {
    margin-left: 10px; }
  .tizers {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .tizers .container {
      padding-bottom: 0;
      top: -30px; }
  .tizer {
    width: 50%;
    margin-bottom: 30px; }
  .s-program-info {
    text-align: center; }
  .program-info {
    float: none;
    width: 100%;
    max-width: 470px;
    padding-left: 0;
    margin-bottom: 40px;
    display: inline-block;
    text-align: left; }
    .program-info:last-child {
      margin-bottom: 0; }
  .program-info--light {
    padding-left: 0px; }
    .program-info--light .dots-line {
      border-color: #fff; }
    .program-info--light .program-info__header {
      color: #fff; }
    .program-info--light .program-info__cat-wrap {
      width: 260px; }
    .program-info--light .program-info__cat {
      color: #fff; }
    .program-info--light .program-info__val {
      color: #fff; }
  .links .container {
    text-align: center; }
  .links-group {
    float: none;
    width: 100%;
    display: inline-block; }
  .copyright {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-right: 0;
    float: none;
    margin-top: 20px; }
  .social {
    margin-top: 0; }
  .s-page-banner {
    padding-bottom: 50px; }
  .info-items {
    position: relative;
    padding: 20px 0 0; }
    .info-items .container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 0;
      padding-bottom: 0; }
  .info-item {
    margin: 0 10px 20px; }
  .blue-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto; }
  .article-block {
    text-align: center;
    background-color: #e2e8ec;
    padding-left: 20px;
    padding-right: 20px; }
  .article-block__cnt {
    background-color: transparent;
    padding: 0;
    text-align: left;
    width: auto;
    float: right;
    z-index: -1; }
  .article-block__pic {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin-bottom: 30px; }
  .article-block--left .article-block__cnt {
    padding: 0; }
  .s-inner-page-cta {
    height: auto; }
  .payment-info__txt {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px; }
  .price-plans {
    text-align: center; }
  .price-plan {
    float: none;
    width: 100%;
    max-width: 470px;
    min-height: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px; }
    .price-plan:last-child {
      margin-bottom: 0; }
  .price-plan__header:after {
    border-width: 26px 228px 0 228px; }
  .price-plan--big {
    margin-left: 0;
    margin-right: 0;
    top: auto; }
    .price-plan--big .price-plan__header:after {
      border-width: 26px 228px 0 228px; }
    .price-plan--big .price-plan__list {
      margin-bottom: 35px;
      padding-left: 0; }
  .price-plan__list {
    min-height: auto;
    margin-bottom: 35px;
    display: inline-block;
    padding-left: 0; }
  .payment-methods__wrap {
    display: block; }
  .payment-methods__txt {
    text-align: center;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .purchase-conditions {
    text-align: center; }
  .purchase-condition {
    float: none;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 75px; }
    .purchase-condition:last-child {
      margin-bottom: 0; }
  .popular-article {
    margin-top: 30px; }
  .popular-article__pic {
    float: none;
    margin-bottom: 20px;
    max-width: 300px;
    margin-right: 0; }
  .popular-article__txt {
    margin-top: 15px; }
  .samples-block--albums .samples {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
  .samples-block--albums .sample {
    margin: 5px;
    width: auto;
    height: 185px; } }

@media only screen and (max-width: 799px) {
  .examples {
    max-width: 500px; } }

@media only screen and (max-width: 767px) {
  .main-head {
    height: auto;
    padding-bottom: 20px; }
  /* .main-head--is-fixed {
    height: 75px; } */
  .main-head__logo {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .main-head__btn {
    margin-top: 15px; }
  .hamburger {
    float: left;
    margin-top: 20px; }
  .book {
    margin-top: 120px; }
  .site-header {
    font-size: 52px; }
  .step {
    margin-bottom: 80px; }
    .step:last-child {
      margin-bottom: 0; }
  .step__header br {
    display: none; }
  .step__punkt {
    top: -10px; }
  .step__pic {
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .step__txt {
    padding-left: 70px; }
  .s-index-banner__txt br {
    display: none; }
  .s-page-banner__pic {
    margin-top: 120px; }
  .offer br {
    display: inline; }
  .s-video-banner {
    padding: 200px 0 50px; }
  .s-buy-now {
    padding: 70px 0 0; }
  .buy-now {
    text-align: center; }
  .buy-now__box {
    float: none;
    top: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: relative;
    z-index: 2; }
  .buy-now__cnt-wrap {
    margin-left: 0;
    top: -75px; }
  .buy-now__cnt {
    padding: 75px 15px 25px; }
  .s-tutorial {
    margin-top: 167px; }
  .tutorial-cats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
  .tutorial-cat {
    margin-right: 0;
    margin-bottom: 20px; }
    .tutorial-cat:hover {
      margin-bottom: 16px; }
    .tutorial-cat:active {
      margin-bottom: 20px; }
  .s-popular-articles {
    padding-top: 15px; }
  .s-samples {
    padding-top: 210px; }
  .s-article-banner {
    padding-top: 160px; }
    .article__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media only screen and (max-width: 700px) {
  .wrap--is-article .article-header {
    text-align: center; }
  .article-h2 {
    text-align: center; }
  .pic-left,
  .pic-right {
    float: none;
    display: inline-block;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .pic-center {
    max-width: 300px; } }

@media only screen and (max-width: 599px) {
  .tizer {
    width: 100%; }
  .function:nth-child(2n) .function__cnt {
    padding-left: 40px; }
  .function__cnt {
    padding: 40px 50px; }
  .examples-wrap:after {
    top: 0; }
  .examples {
    max-width: 260px;
    padding-top: 35px;
    border: 0;
    background-color: transparent; }
  .program-info {
    max-width: 440px; }
  .program-info__cat-wrap {
    width: 230px; }
  .program-info--light .program-info__cat-wrap {
    width: 230px; }
  .s-inner-page-cta .sect-header {
    font-size: 30px; }
  .s-inner-page-cta__txt {
    font-size: 16px; }
  .price-plan__header {
    height: 100px; }
    .price-plan__header:after {
      display: none; }
  .price-plan__price-wrap {
    padding-top: 25px; }
  .payment-methods .container {
    padding: 0 10px; }
  .payment-methods__wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .payment-methods__logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .banner-video__link {
    width: 300px; }
  .wmc-item {
    width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wmc-item:hover .wmc-item__cnt {
      border-left: 2px solid #dbe5eb;
      border-top: none; }
  .wmc-item__cnt {
    border-left: 2px solid #dbe5eb;
    border-top: none; }
  .s-buy-now .btn {
    margin-top: 40px; }
  .buy-now__cnt-wrap:after, .buy-now__cnt-wrap:before {
    display: none; }
  .btn--cta.with-arrow:before {
    display: none; }
  .got-questions-item-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    .got-questions-item-wrap:last-child {
      margin-bottom: 0; }
  .article-col-2 .col-left,
  .article-col-2 .col-right {
    float: none;
    max-width: 100%; }
  .article-cta__btn-group .btn {
    float: none;
    margin-right: 0;
    margin: 10px 0; } }

@media only screen and (max-width: 479px) {
  .s-index-banner__windows-info {
    margin-top: 20px; }
  .sect {
    padding: 70px 0; }
  .sect-descr {
    font-size: 16px; }
  .btn--cta {
    padding: 0 30px;
    font-size: 16px; }
    .btn--cta .img-svg {
      height: 24px;
      margin-right: 10px; }
  .s-index-banner__btn-group,
  .s-index-cta__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .s-index-banner__btn-group .btn,
    .s-index-cta__btn-group .btn {
      margin-right: 0;
      margin-bottom: 15px; }
      .s-index-banner__btn-group .btn:last-child,
      .s-index-cta__btn-group .btn:last-child {
        margin-right: 0; }
  .step__txt {
    padding-left: 0; }
  .step__header br {
    display: inline; }
  .step__punkt {
    top: 0px; }
  .circles-bg {
    display: none; }
  .s-program-info {
    padding-top: 170px; }
  .program-info {
    max-width: 280px;
    text-align: center; }
  .program-info__header {
    font-size: 23px; }
  .program-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
  .program-info__icon {
    margin-right: 0;
    margin-bottom: 5px; }
  .program-info__cat {
    margin-right: 0; }
  .program-info__cat-wrap {
    width: auto; }
  .program-info--light .program-info__cat-wrap {
    width: auto; }
  .dots-line {
    display: none; }
  .scroll-top {
    width: 60px;
    height: 60px;
    bottom: 20px;
    padding-top: 10px; }
    .scroll-top .img-svg {
      height: 24px; }
    .scroll-top .scroll-top__txt {
      font-size: 12px;
      margin: -10px; }
  .scroll-top--show {
    right: 20px; }
  .how-make-collage {
    padding: 70px 0 0; }
  .s-inner-page-cta__txt br {
    display: inline-block; }
  .s-reviews {
    padding-top: 20px;
    padding-bottom: 30px; }
  .payment-info__txt {
    text-align: center; }
  .s-price-plans {
    padding-bottom: 20px; }
  .price-plans {
    margin-top: 40px; }
  .price-plan {
    margin-bottom: 25px; }
    .price-plan:last-child {
      margin-bottom: 0; }
  .purchase-condition {
    margin-left: 0;
    margin-right: 0; }
  .banner-video__link {
    width: 200px; }
  .s-buy-now .sect-header {
    font-size: 35px; }
  .s-buy-now .sect-descr {
    font-size: 16px; }
  .buy-now__cnt {
    padding-left: 10px;
    padding-right: 10px; }
  .s-article-banner {
    padding-top: 170px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 399px) {
  .main-head__btn {
    width: 100px; }
    .main-head__btn .img-svg {
      display: none; }
  .book {
    margin-top: 130px;
    margin-left: -50px; }
  .s-index-banner__cnt {
    padding-left: 0;
    padding-right: 0;
    margin-top: -70px; }
  .mfp-img {
    border: 15px solid #fff; }
  .mfp-close {
    font-size: 32px;
    width: 36px !important;
    height: 36px !important;
    right: -24px !important; }
  .main-foot__logo {
    float: none;
    display: block;
    display: inline-block; }
  .footer-bottom {
    text-align: center; }
  .social {
    float: none;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-page-banner__pic {
    max-width: 200px;
    margin-left: 20px; }
  .s-video-banner {
    padding-bottom: 30px; }
  .s-video-banner__header {
    font-size: 36px; }
  .s-video-banner__slogan {
    font-size: 16px; }
  .banner-video {
    margin-top: 25px; }
  .popular-article__pic {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px; }
  .popular-article__txt {
    text-align: left;
    font-size: 15px; }
  .article-list {
    margin-left: 0; }
  .article-blockquote {
    margin-left: 0;
    padding: 15px 20px 70px;
    font-size: 16px; }
    .article-blockquote:before, .article-blockquote:after {
      display: none; }
  .article-note {
    margin-left: 0;
    padding: 15px 20px;
    font-size: 16px; }
    .article-note:before, .article-note:after {
      display: none; } }

@media only screen and (max-width: 359px) {
  .site-header {
    font-size: 46px; }
  .function:nth-child(2n) .function__cnt {
    padding-left: 25px; }
  .function__cnt {
    padding: 25px 25px; }
  .review:after {
    display: none; } }

@media only screen and (max-width: 339px) {
  .step__pic img {
    width: 100%; }
  .step__pic--1 {
    left: -5px; }
  .step__pic--2 {
    left: -10px; }
  .step__pic--3 {
    left: -10px; }
  .s-examples__index-cta .btn--cta {
    padding: 0 20px; }
  .s-buy-now .sect-header {
    font-size: 30px; }
  .s-buy-now .sect-descr {
    font-size: 14px; }
  .s-buy-now .btn--cta .img-svg {
    display: none; }
  .s-got-questions .sect-header {
    font-size: 32px; } }

@media only screen and (min-width: 600px) {
  .s-inner-page-cta {
    background-image: url(../img/cta-bg-mobile.png); } }

@media only screen and (min-width: 960px) {
  .mobile-nav {
    display: none !important; }
  .s-program-info {
    background-image: url(../img/info-bg.jpg); }
  .s-inner-page-cta {
    background-image: url(../img/cta-bg.png); } }

@media only screen and (min-width: 1200px) {
  .s-index-banner {
    background-image: url(../img/index-banner-bg.png); }
  .book {
    display: none; }
  /* .main-head--is-fixed.is-right {
    margin-right: 17px; }  */
  }

/*****************************************************************************/


/* [<<] task/1078657, task/1077878 */
  .has-underline,
  .has-underline-links a:not(.btn) { color: #0066b0; border-bottom: 1px solid #0066b0; }

  .has-underline:hover,
  .has-underline-links a:hover { border-color: transparent; }
/* [>>] task/1078657 */


/* [<<] task/1080025 */
  .article-cta .windows-info { margin: 28px 20px 0 20px; }

  .o-iframe-yt { width: 100%; margin: 0 auto; margin-top: 25px; }
    .o-iframe-yt > iframe { width: 100%; height: 100% }

  @media only screen and (max-width: 979px) {
    .s-article-banner__pic {
      display: block;
      width: 100%; max-width: 500px;
      top: 0 !important; right: 0 !important;
      margin: 40px auto 20px auto;
      transform: none; }
  }
/* [>>] task/1080025 */


/* [<<] task/1077878 */
  .ya-share2__link { border: none !important; }
  .s-inner-page-cta .sect-header { font-size: 35px; text-align: center; }
/* [>>] task/1077878 */


/* [<<] task/1081793 */
  .footer-bottom {
    display: flex; flex-flow: row wrap;
    align-items: center;
    padding-top: 22px; }

    .footer-bottom > * { flex: 0 0 auto; }
    .copyright         { max-width: 380px; margin: 0 100px 0 auto; }
    
    .main-foot__logo   { margin: 10px 0; text-align: center; }
      .main-foot__logo > img { width: auto; }

  @media only screen and (max-width: 959px) {
    .copyright { max-width: 380px; }
  }
  @media only screen and (max-width: 740px) {
    .main-foot__logo { width: 100%; }
    .copyright       { margin: 0 auto; }
  }
  @media only screen and (max-width: 410px) {
    .copyright { max-width: none; width: 100%; }
  }

  .main-head + article.article.article--step-by-step { margin-top: 115px; padding-top: 0; }
  @media only screen and (max-width: 767px) {
    .main-head + article.article.article--step-by-step { margin-top: 187px; }
  }
/* [>>] task/1081793 */

/* [<<] task/1095772 */
#page-rating-block{
    max-width: 187px;
    margin-top: 0;
}
#page-rating-uservalue{
  display: none;
}
/* [<<] task/1095772 */


/* [<<] task/1097703 */


.list-warning-plus{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.list-warning-plus__item{
  padding-left: 70px;
  font-size: 17px;
  color: #161616;
  position: relative;
}

.list-warning-plus__item:not(:last-child){
  margin-bottom: 50px;
}
.list-warning-plus__item::before{
  content: ' ';
  display: block;
  width: 55px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/plus-warning.png);
  background-repeat: no-repeat;
  background-size: contain;

}
.s-awesome-list{
  padding-top: 89px;
  padding-bottom: 96px;
  background-image: linear-gradient(to top, #ffffff 0%, #e2e8ec 100%);
  position: relative;
}
.s-awesome-list .sect-header{
  margin-bottom: 40px;
}
.s-awesome-list .container{
  position: relative;
}
.s-awesome-list__info{
  width: 60%;
}
.s-awesome-list__image{
  position: absolute;
  right: 0;
  margin-top: -20px;
}
@media all and (max-width: 950px){
  .s-awesome-list .container{
    max-width: 600px
  }
  .s-awesome-list__image{
    position: static;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .s-awesome-list__info{
    width: 100%;
  }
}


.s-support-list{
  padding-top: 88px;
  padding-bottom: 68px;
  background: url(../images/dotted-sc-bg.webp);
  background-size: cover;
}
.s-support-list .container{
  max-width: 1080px;
}
.s-support-list__warning{position: relative;}
.s-support-list__warning::after{
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #0066b0;
  position: absolute;
}
.s-support-list .sect-header{
  margin-bottom: 35px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.s-support-list__item{
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.s-support-list__content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#page-rating-block {
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  cursor: default
}

#page-rating-block .hidden {
  visibility: hidden
}

.rating-img {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: -3px
}

.rating-img.hover {
  padding: 16px 16px 0 0;
  width: 0;
  height: 0;
  background: url(../img/ratingStarHover.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat
}

.rating-img.nocursor {
  cursor: default
}

#page-rating-value {
  vertical-align: top;
  font-size: 1.5em;
  margin-left: 2px
}

#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.2em;
  color: #7f7f7f
}

#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch
}

#page-rating-block {
  margin: 0;
  margin-top: -10px;
  text-align: right
}

#page-rating-block .hidden {
  visibility: visible;
  display: none
}

.pluso-top {
  margin: 6px 10px 0 0 !important
}
#breadcrumbs {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #5e5d57;
}

#breadcrumbs>[itemprop="itemListElement"]::after,
#breadcrumbs [itemscope]>[itemprop="itemListElement"]::after {
  content: ">";
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 5px;
  color: #000;
}

#breadcrumbs>span:last-of-type {
  position: relative;
  top: 1px;
  display: inline-block;
}

#breadcrumbs a {
  text-decoration: underline;
  color: rgb(0, 102, 176);
}

#breadcrumbs a:hover {
  text-decoration: none;
}

.main-head + #breadcrumbs {
  margin-top: 95px;
}

#breadcrumbs + .article.article--step-by-step,
#breadcrumbs + .s-article .article {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .main-head + #breadcrumbs {
    margin-top: 167px;
  }
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  border: 5px solid #fff;
  background-size: 100%;
  margin-top: 0;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .youtube {
    padding-bottom: 56.25%;
  }
}
.youtube .play {
  background: url('../img/play-btn.png') no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 168px;
  width: 350px;
  transition: none;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}