@font-face {
  font-family: 'pfagoraslabpro-black';
  src: url("../fonts/mainFonts/pfagoraslabpro-black.ttf");
}

@font-face {
  font-family: 'pfagoraslabpro-bold';
  src: url("../fonts/mainFonts/pfagoraslabpro-bold.ttf");
}

@font-face {
  font-family: 'pfagoraslabpro-light';
  src: url("../fonts/mainFonts/pfagoraslabpro-light.ttf");
}

@font-face {
  font-family: 'pfagoraslabpro-medium';
  src: url("../fonts/mainFonts/pfagoraslabpro-medium.ttf");
}

@font-face {
  font-family: 'pfagoraslabpro-reg';
  src: url("../fonts/mainFonts/pfagoraslabpro-reg.ttf");
}

@font-face {
  font-family: 'pfagoraslabpro-thin';
  src: url("../fonts/mainFonts/pfagoraslabpro-thin.ttf");
}

@font-face {
  font-family: 'roboto-bold';
  src: url("../fonts/mainFonts/roboto-bold.ttf");
}

@font-face {
  font-family: 'roboto-light';
  src: url("../fonts/mainFonts/roboto-light.ttf");
}


body {
  font-family: 'pfagoraslabpro-reg';
  color: #333;
  overflow-x: hidden;
}

b,
strong {
  font-family: 'pfagoraslabpro-black';
}

html {
  scroll-behavior: smooth;
}

/********************�������� �����****************************************************/
span.danger {
  background: #af00052e;
  padding: 10px;
  display: inline-block;
  margin: 0 0 25px;
  border-radius: 3px;
}

.video-button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(175, 0, 5, 0.20);
  z-index: 1;
  -webkit-animation: pulse 1.5s infinite;
}

.video-button small {
  position: absolute;
  bottom: -36px;
  font-size: 20px;
  animation: none !important;
  left: 8px;
}

.video-button:before {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  background: #af0005;
  border-radius: 50%;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  -webkit-animation: pulse 1.5s infinite;
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.3);
}

.video-button a {
  position: relative;
}

.video-button a:before {
  content: '';
  background: url(../images/play.png);
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: contain;
  left: calc(50% + 48px);
  top: calc(50% + 46px);
  animation: none;
}

.top-block {
  background: url(../images/header_bg.jpg) center no-repeat;
  overflow: hidden;
}

.top-block .pattern {
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 1;
}

.top-block .pattern:before {
  content: '';
  width: 1300px;
  height: 1300px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: calc(50% - 1100px);
  top: calc(50% - 650px);
  z-index: -1;
}

.socseti {
  margin: 15px 0;
  display: inline-block;
  align-items: center;
}

.links {
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
  border-radius: 10px;
}

.clubcard {
  font-family: 'pfagoraslabpro-bold';
  background: #af0005;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 15px;
  margin: 0 0 0 30px;
  border-radius: 10px;
  width: 150px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.50);
  position: relative;
}

.clubcard:before {
  content: '';
  width: 30px;
  height: 75px;
  background: url(../images/arr.png);
  position: absolute;
  left: -26px;
  top: calc(50% - 37.5px);
}

.socseti a {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.vk {
  margin: 0 0px 0px !important;
  background: url(../images/vk.png);
  background-size: contain;
}

.ig {
  margin: 0 0px 0px !important;
  background: url(../images/ig.png);
  background-size: contain;
}

.fb {
  background: url(../images/fb.png);
  background-size: contain;
}

@media (max-width: 600px) {
  .socseti {
    position: relative;
    z-index: 100;
    top: 15%;
    display: block;
    align-items: center;
  }

  .links {
    background: rgb(175, 0, 5);
    padding: 3px;
    border-radius: 0;
    text-align: center;
    padding: 15px 0 0;
  }

  .socseti a {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .vk {
    margin: 0 0px 0px !important;
    background: url(../images/vk.png);
    background-size: contain;
  }

  .ig {
    margin: 0 0px 0px !important;
    background: url(../images/ig.png);
    background-size: contain;
  }

  .fb {
    background: url(../images/fb.png);
    background-size: contain;
  }

  .clubcard {
    font-family: 'pfagoraslabpro-bold';
    background: #af0005;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    position: relative;
    text-align: center;
    font-size: 20px;
  }
}

.top-block-menu {
  margin: 10px 0;
}

.logo {
  text-align: center;
}

.logo img {
  width: 90px;
}

.menu {
  color: #fff;
  font-family: roboto-light;
  font-size: 16px;
  margin: 35px 0 0;
}

.menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.menu ul li {
  display: inline-block;
  margin: 0 5px 0;
  vertical-align: middle;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
}

.menu ul li:first-child a {
  font-family: 'roboto-bold';
}

.menu ul li a:hover,
.menu ul li a:focus,
.menu ul li a:active {}

.menu ul li:first-child:before {
  content: '';
  background: url(../images/giftbox.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  animation: bounce 8s infinite;
}

.cont-block {
  text-align: right;
}

.phone {
  position: relative;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 10px 0;
}

.phone:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/phone-w.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 0 0;

}

.phone:hover {
  color: #fff;
  text-decoration: none;
}

.phone span {
  font-family: roboto-bold;
}

.btn-dtk-wrap {
  margin: 10px auto;
}

.btn-dtk {
  margin: 0 0 0 128px;
}

@media (max-width: 1219px) {
  .btn-dtk {
    margin: 0 0 0 48px;
  }
}

.border-button {
  color: #fff;
  background: #af0005;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 10px;
  font-family: 'roboto-bold';
  text-decoration: none !important;
  box-shadow: 0 0 0 4px rgba(230, 53, 58, 0.3);
  position: relative;
}

.border-button:hover {
  color: #fff;
}

.arrow-button {
  background: #af0005;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'pfagoraslabpro-bold';
  padding: 10px 30px 12px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.arrow-button:hover span {}

.arrow-button:before {
  content: '';
}

.arrow-button:hover:before {
  content: '';
}

h1 {
  font-size: 110px;
  font-family: 'pfagoraslabpro-black';
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-shadow: 3px 4px 3px #000;
  line-height: 1;
}

h1 span {
  font-size: 35px;
  font-family: 'pfagoraslabpro-bold';
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-shadow: 3px 4px 3px #000;
}

.main-offer {
  margin: 190px 0 200px;
}

.item h3 {
  font-size: 24px;
  color: #fff;
  font-family: 'pfagoraslabpro-medium';
  margin: 0 0 15px;
}

.item p {
  margin: 0;
  color: #fff;
  font-family: 'pfagoraslabpro-light';
}

.news {
  margin: 60px 0 0;
}

.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #FFF;
  font-size: 0;
  margin: 0px;
  padding: 20px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid;
  position: relative;
  overflow: hidden;
}

.owl-prev {
  margin-right: 10px !important
}

.owl-prev:before {
  content: '';
  background: url(../images/la.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: -4px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.owl-next:before {
  content: '';
  background: url(../images/ra.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -4px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.owl-prev:hover:before {
  content: '';
  background: url(../images/la.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 0px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.owl-next:hover:before {
  content: '';
  background: url(../images/ra.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.owl-theme .owl-nav {
  margin-top: 30px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.menus {
  margin: -50px 0 40px;
  position: relative;
  z-index: 10;
}

.menu-item {
  background: #fff;
  position: relative;
  height: 200px;
  text-align: center;
  border-radius: 5px;
  padding: 45px 0 15px;
  bottom: 0px;
  margin-bottom: 10px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-item:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  bottom: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-item-icon {}

.menu-item-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-item:hover .menu-item-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-item-title {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'pfagoraslabpro-bold';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  height: 34px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-item:hover .menu-item-title {
  transform: translateY(-50px);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-item span.arrow-button {
  position: absolute;
  bottom: 20px;
  width: 110px;
  left: calc(50% - 55px);
  padding: 8px 0;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menus a {
  color: inherit;
  text-decoration: none !important
}

.menu-item:hover span.arrow-button {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.dubrava-gallery .title-shadow {
  text-transform: unset;
}

.title-shadow {
  font-size: 90px;
  line-height: 1;
  font-family: 'pfagoraslabpro-black';
  text-transform: uppercase;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 30px;
}

.number {
  font-size: 85px;
  font-family: 'pfagoraslabpro-black';
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
  color: #af0005;
  display: inline;
  opacity: 0;
  vertical-align: middle;
}

.number-title {
  margin: 0 0 0 10px;
  font-family: 'pfagoraslabpro-medium';
  text-align: left;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.dubrava-counter {
  background: url(../images/bg-1.jpg) center;
  padding: 80px 0;
  margin: 0 0 70px;
}

.counter {
  margin: 10px 0 10px !important;
}

img {
  max-width: 100%;
}

.dubrava-gallery img {
  -webkit-filter: sepia(100%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.dubrava-gallery img:hover {
  -webkit-filter: sepia(0%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.cta {
  margin: 80px 0;
}

.cta h3,
.contacts h3 {
  text-transform: unset;
}

.arrow-button span {
  display: inline-block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.arrow-button:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/right-arrow.svg) no-repeat;
  position: absolute;
  right: 12px;
  top: 12px;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.arrow-button:hover span {
  transform: translateX(-16px);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.arrow-button:hover:before {
  opacity: 1;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menus .arrow-button:before {
  display: none;
}

footer {
  background: url(../images/black-bg.jpg);
  padding: 40px;
  color: #fff;
  margin: 0 0 -20px;
}

.backlink {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  margin: 40px 0 0;
}

.backlink img {
  margin: 0 15px 0;
}

.title-footer {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'pfagoraslabpro-bold';
}

.title-footer:before {
  content: '';
  height: 2px;
  width: 30px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px 4px 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin: 10px 0;
}

footer ul li a {
  font-size: 14px;
  border-bottom: 1px dashed #616161;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
}

.uk-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1 !important;
  z-index: 1000;
}

#video-modal .uk-modal-dialog {
  padding: 0
}

.map {
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.contacts {
  margin: 0 0 80px;
}

.contacts a.phone-b {
  display: block;
  font-size: 24px;
  color: #000;
  position: relative;
  font-family: 'pfagoraslabpro-black';
  text-decoration: none !important;
  margin: 10px 0 10px;
}

.contacts a.phone-b:before {
  content: '';
  background: url(../images/phone.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}

.contacts .mail {
  font-family: 'pfagoraslabpro-black';
  font-size: 24px;
  display: block;
  margin: 0 0 10px 35px;
  color: #af0005;
  text-decoration: none !important;
}

form input[type="text"],
form input[type="tel"],
form input[type="number"] {
  background-color: #ddd;
  border: none;
  padding: 10px 10px 10px 50px;
  border-radius: 5px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  font-family: 'pfagoraslabpro-reg';
  font-size: 20px;
  margin: 15px 0;
}

form input[name="promokod"] {
  background-color: #ddd;
  border: none;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  font-family: 'pfagoraslabpro-reg';
  font-size: 20px;
  margin: 15px 0;
}

input[name="name"] {
  background-image: url(../images/user.png);
  background-size: 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

input[name="phone"] {
  background-image: url(../images/phone.png);
  background-size: 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.cta form input[type="submit"] {
  background: #af0005;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'pfagoraslabpro-bold';
  padding: 10px 30px 12px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  border: none;
  font-size: 16px;
  margin: 15px 0 !important;
  text-transform: uppercase;
  cursor: pointer;
}

.success {
  font-family: 'pfagoraslabpro-black';
  background: #af0005;
  padding: 30px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
}

.uk-modal-dialog form input[type="text"],
.uk-modal-dialog form input[type="tel"],
.uk-modal-dialog form input[type="number"] {
  background-color: #ddd;
  border: none;

  padding: 10px 10px 10px 50px;
  border-radius: 5px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  font-family: 'pfagoraslabpro-reg';
  font-size: 20px;
  display: block;
  margin: 10px auto;
}

.uk-modal-dialog .button-land {
  background: #af0005;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'pfagoraslabpro-bold';
  padding: 10px 30px 12px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  border: none;
  font-size: 16px;
  margin: 15px auto;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}

.uk-modal-dialog h2 {
  text-align: center;
}

* {
  outline: none !important;
}

.form-promo {
  margin: 0px 0 60px;
}

.radio-label {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: 28px 0 0;
}

.radio-promo {
  margin: 15px 10px;
  display: inline-block;
}

.radio-promo input[type="radio"] {
  display: none;
}

.radio-promo label {
  cursor: pointer;
  display: inline-block;
}

label.viber {
  background: url(../images/viber.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;

  border: 5px solid rgba(221, 221, 221, 0);
  border-radius: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

label.whatsap {
  background: url(../images/whatsapp.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;

  border: 5px solid rgba(221, 221, 221, 0);
  border-radius: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.radio-promo input[type="radio"]:checked+label.viber {
  border: 5px solid #dddddd;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.radio-promo input[type="radio"]:checked+label.whatsap {
  border: 5px solid #dddddd;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.uk-modal .success {
  font-family: inherit;
  background: none;
  padding: 30px;
  font-size: 20px;
  border-radius: 5px;
  color: #000;
}

.uk-modal-dialog.md-content h3 {
  line-height: 1.2;

}

.toggle-img {
  background: #019846 !important;
}

.message-auto {
  background: rgba(0, 0, 0, 0.50) !important;
}

.message-auto:before {
  content: '';
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5) !important;
  right: -20px !important;
}

.rings {
  border: 1px solid #019846 !important;
}

.btn-list a,
.btn-list button {
  background: #019846 !important;
}

.uk-modal-dialog.md-content {
  background: #019846 !important;
}

.uk-modal-dialog.md-content h3 {
  box-shadow: 0px 4px 0px #004a22 !important;
}

.md-content input.putName {
  background: #004a22 url(https://cbw.up-lite.ru/imgs/user.png) 11px center no-repeat !important;
  background-size: 24px !important;
}

.md-content input.putPhone {
  background: #004a22 url(https://cbw.up-lite.ru/imgs/phone.png) 11px center no-repeat !important;
  background-size: 24px !important;
}

.md-content input.button-due {
  background: #017a38 !important;
  color: #ffffff !important;
  box-shadow: 0px 5px 0px #004a22, 0px 2.5px 0px 8px #37b36f !important;
}

.md-content textarea {
  background: #004a22 url(http://cbw.up-lite.ru/imgs/chat.png) 11px 14px no-repeat !important;
  background-size: 24px !important;
  font-family: inherit !important;
}

.md-content input::-webkit-input-placeholder,
.md-content textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.md-content input:-moz-placeholder,
.md-content textarea:-moz-placeholder {
  color: #fff !important;
}

/* Firefox 19+ */
.md-content input:-moz-placeholder. .md-content textarea:-moz-placeholder {
  color: #fff !important;
}

/* Firefox 18- */
.md-content input:-ms-input-placeholder,
.md-content textarea:-ms-input-placeholder {
  color: #fff !important;
}




.uk-modal-dialog.md-content.ssk-dubrava-leave-form {
  background: #009f47 url(https://ssk-dubrava.ru/mail-widget/bglv.png) left top;
}

.ssk-dubrava-leave-form div.soglasie span {
  text-align: center;
  color: #fff;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  margin: 20px 0 20px;
  opacity: 1;
  display: block;
}

.ssk-dubrava-leave-form.md-content input.putName {
  background: #00632c url(https://cbw.up-lite.ru/imgs/user.png) 11px center no-repeat;
  background-size: 24px;
  color: #fff
}

.ssk-dubrava-leave-form.md-content input.putPhone {
  background: #00632c url(https://cbw.up-lite.ru/imgs/phone.png) 11px center no-repeat;
  background-size: 24px;
  color: #fff
}

.ssk-dubrava-leave-form.md-content input.button-due {
  background: #af0005 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'pfagoraslabpro-bold';
  padding: 10px 30px 12px;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #004a22 !important;
  position: relative;
  border: none;
  font-size: 16px;
  margin: 15px auto !important;
  text-transform: uppercase;
  cursor: pointer;
}

.ssk-dubrava-leave-form.md-content input::-webkit-input-placeholder,
.ssk-dubrava-leave-form.md-content textarea::-webkit-input-placeholder {
  color: #fff;
}

.ssk-dubrava-leave-form.md-content input:-moz-placeholder,
.ssk-dubrava-leave-form.md-content textarea:-moz-placeholder {
  color: #fff;
}

/* Firefox 19+ */
.ssk-dubrava-leave-form.md-content input:-moz-placeholder. .ssk-dubrava-leave-form.md-content textarea:-moz-placeholder {
  color: #fff;
}

/* Firefox 18- */
.ssk-dubrava-leave-form.md-content input:-ms-input-placeholder,
.ssk-dubrava-leave-form.md-content textarea:-ms-input-placeholder {
  color: #fff;
}

.ssk-dubrava-leave-form.md-content .uk-modal-close {
  opacity: 1;
  width: 26px;
  height: 26px;
  right: 10px;
  top: 10px;
  background: url(close.png);
  position: absolute;
  background-size: contain;
}

.uk-modal-dialog.md-content.ssk-dubrava-leave-form {
  padding: 15px 0 30px;
  border-radius: 12px;
}

.ssk-dubrava-leave-form form {
  margin: 0;
}

.ssk-dubrava-leave-form .main-offer-leave h2 {
  color: #e40613;
  text-align: center;
  font-size: 42px;
  margin: 0;
  font-family: 'pfagoraslabpro-bold';
  text-shadow: #fff 1px 0px, #fff 3px 1px, #fff 0px 1px, #fff -1px 1px, #fff -1px 0px, #fff -1px -1px, #fff 0px -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px;
}

.ssk-dubrava-leave-form .main-offer-leave img {
  display: block;
  margin: 0 auto;
}

.ssk-dubrava-leave-form span.top-of-l {
  color: #fff;
  padding: 0 15px;
  font-size: 22px;
  text-align: center;
  display: block;
  line-height: 1.2;
}

.ssk-dubrava-leave-form span.bot-of-l {
  color: #00632c;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 15px 15px 0;
  text-shadow: #fff 1px 0px, #fff 3px 1px, #fff 0px 1px, #fff -1px 1px, #fff -1px 0px, #fff -1px -1px, #fff 0px -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px;
}

.ssk-dubrava-leave-form .main-offer-leave {
  padding: 15px;
}

.uk-modal-dialog.md-content {
  margin: 90px auto !important;
}

.uk-modal-dialog {
  border-radius: 10px !important;
}

#akcia-strelba .uk-modal-dialog {
  background: #019846 !important;
  overflow: hidden;
  text-align: center;
}

#akcia-strelba .uk-modal-dialog form input {
  display: block;
  margin: 10px auto;
}

#akcia-strelba .uk-modal-dialog form input[type="submit"] {
  background: #af0005;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'pfagoraslabpro-bold';
  padding: 10px 30px 12px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  border: none;
  font-size: 16px;
  margin: 15px 0 !important;
  text-transform: uppercase;
  cursor: pointer;
}

#akcia-strelba h2 {
  font-size: 25px;
  font-family: 'pfagoraslabpro-bold';
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.28);
  line-height: 1;
  text-align: center;
  margin: 15px 0;
}

#akcia-strelba h2 span {
  font-size: 20px;
  margin: 15px 0;
  display: block;
}

.pula-1 {
  background: url(https://ssk-dubrava.ru/mail-actsia/pula-1.gif);
  width: 45px;
  height: 46px;
  position: absolute;
  top: 56px;
  left: -20px;
  animation: pula-1 0.5s forwards;
}

.pula-2 {
  background: url(https://ssk-dubrava.ru/mail-actsia/pula-2.gif);
  width: 46px;
  height: 49px;
  position: absolute;
  right: -20px;
  top: 105px;
  animation: pula-2 1s forwards;
}

.pula-3 {
  background: url(https://ssk-dubrava.ru/mail-actsia/pula-3.png);
  width: 63px;
  height: 53px;
  position: absolute;
  left: 105px;
  bottom: -25px;
  animation: pula-3 1.5s forwards;
}

@keyframes pula-1 {

  0%,
  99% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

@keyframes pula-2 {

  0%,
  99% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

@keyframes pula-3 {

  0%,
  99% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

.simple-little-table {
  color: #666;
  font-size: 16px;
  width: 95%;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 20px 0;
  border: #ccc 1px solid;
  border-collapse: separate;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
  font-weight: bold;
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.simple-little-table th:first-child {
  text-align: left;
  padding-left: 20px;
}

.simple-little-table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.simple-little-table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.simple-little-table tr {
  text-align: center;
  padding-left: 20px;
}

.simple-little-table tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

.simple-little-table tr td {
  padding: 12px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;

  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.simple-little-table tr:nth-child(even) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.simple-little-table tr:last-child td {
  border-bottom: 0;
}

.simple-little-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.simple-little-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.simple-little-table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.simple-little-table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.simple-little-table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

.simple-little-table a:active,
.simple-little-table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}

.other-content .main-offer {
  margin: 50px 0;
}

.podtitle {
  display: block;
  margin: 15px 0;
  font-size: 20px;
  line-height: 1;
  font-family: 'pfagoraslabpro-black';
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: #af0005;
}

.other-content.specials .top-block {
  background: url(../images/special_bg.jpg) center no-repeat;
  overflow: hidden;
}

.other-content.strelba-luk .top-block {
  background: url(../images/strelba-luk_bg.jpg) center no-repeat;
  overflow: hidden;
}

.other-content.gostinnica .top-block {
  background: url(../images/gostinnica_bg.jpg) center no-repeat;
  overflow: hidden;
}

.other-content.kvadr .top-block {
  background: url(../images/kvadr.jpg) center no-repeat;
  overflow: hidden;
}

.other-content.billiard .top-block {
  background: url(../images/billiard.jpg) center no-repeat;
  overflow: hidden;
}

.other-content.besedki .top-block {
  background: url(../images/besedki_bg.jpg) center no-repeat;
  overflow: hidden;
}

.other-content.avtokemping .top-block {
  background: none;
  overflow: hidden;
}

.other-content.obrabotka .top-block {
  background: #444;
  overflow: hidden;
}

.other-content.obrabotka .top-block .pattern:before {
  content: '';
  width: 1920px;
  height: 1300px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: calc(50% - 1100px);
  top: calc(50% - 650px);
  z-index: -1;
}

.other-content.politica .top-block {
  background: #444;
  overflow: hidden;
}

.other-content.politica .top-block .pattern:before {
  content: '';
  width: 1920px;
  height: 1300px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: calc(50% - 1100px);
  top: calc(50% - 650px);
  z-index: -1;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.main-content-inf {
  margin: 50px 0;
  padding: 0px 0;
}

.main-content-inf .title-shadow {
  font-size: 50px
}

.error404 {
  margin: 120px 0 220px;
  text-align: center;
}

.error {
  display: block;
  font-size: 250px;
  text-align: center;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
  color: #af0005;
  font-family: 'pfagoraslabpro-black';
}

.oi {
  font-size: 20px;
  color: #000;
}

.price_block {
  background: #fff;
  position: relative;
  height: auto;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  bottom: 0px;
  margin-bottom: 10px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header_block_price {
  padding: 30px;
}

.serf {
  font-family: 'pfagoraslabpro-bold';
  text-transform: uppercase;
}

.download_block {}

.download_link {
  bottom: 20px;
  width: 110px;
  background: #af0005;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'pfagoraslabpro-bold';
  padding: 10px 30px 12px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.uk-accordion {
  margin: 10px 0;
}

.podr {
  margin: 10px 0 0;
  color: #000 !important;
}

.drblock {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 98%;
  margin: 15px auto;
  padding: 0 0 25px;
}

.drblock ul {
  list-style: none;
  padding: 0;
  text-align: left;
  font-size: 15px;
  background: #ececec;
  padding: 10px 10px 5px;
  border-radius: 0px;
}

.drblock ul li {}

li.title-how {
  font-family: 'pfagoraslabpro-black';
  margin: 5px 0;
}

.title-dr {
  color: #000;
  font-size: 15px;
  display: block;
  font-family: 'pfagoraslabpro-black';
  text-align: center;
  margin: 5px;
  height: 40px;
}

.descr-dr {
  line-height: 1;
  height: 45px;
  display: block;
  color: #e31e24;
  font-family: 'pfagoraslabpro-black';
  font-size: 17px;
  text-align: center;
  margin: 5px;
}

.img-dr {}

.img-dr img {
  max-width: 100%;
}

.atr-dr {
  color: #828282;
  padding: 5px 10px;
  text-align: center;
}

.atr-dr span {
  font-family: 'pfagoraslabpro-black';
  color: #000;
}

.opis-dr {
  color: #000;
  padding: 0 10px;
}

.opis-dr span {
  color: #e31e24;
  display: block;
  font-family: 'pfagoraslabpro-black';

}

.opis-dr.group {
  text-align: center;
}

.plus {
  color: #e31e24;
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  display: block;
  cursor: pointer;
}

.plus:before {
  content: '';
  background: url(../images/plus.png);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: -4px 5px 0;
  vertical-align: middle;
}

.total-dr {
  display: block;
  text-align: center;
  color: #000;
  font-family: 'pfagoraslabpro-medium';
  font-size: 20px;
  margin: 15px 0;
}

.drblock .button-more {
  padding: 10px 20px;
  background: #fed939;
  color: #000 !important;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'pfagoraslabpro-black';
  border-radius: 20px;
  font-size: 15px;
  box-shadow: 3px 5px 10px #00000029;
  text-decoration: none !important;
  margin: 0 calc(50% - 115px);
}

.birday {
  background: #e31e24;
  color: #fff;
}

.top-panel-dr {
  text-align: center;
  padding: 25px 0;
  border-bottom: 2px solid;
}

.top-panel-dr h3 {
  display: inline-block;
  color: #fff;
  margin: 0;
  font-size: 28px;
  position: relative;
  vertical-align: middle;
}

.top-panel-dr h3:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(box.png);
  background-size: contain;
  margin: 0px 10px;
  vertical-align: middle;
}

.top-panel-dr .button-more {
  padding: 10px 25px;
  display: inline-block;
  background: #fed939;
  color: #000 !important;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0 25px;
  border-radius: 20px;
  box-shadow: 3px 5px 10px #00000029;
  text-decoration: none !important;
}

.uk-accordion-content {
  padding: 0px 0px 15px 0px;
}


.title-shadow-small {
  font-size: 30px;
  line-height: 1;
  font-family: 'pfagoraslabpro-black';
  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 30px;
}

ul.promo-list {
  counter-reset: list 0;
  list-style: none;
  padding: 0;
  margin: 50px 0;
}

ul.promo-list li {
  font-size: 18px;
  padding: 20px 0 20px 100px;
  position: relative;
  margin: 15px 0;
}

ul.promo-list li:before {
  counter-increment: list;
  content: counter(list);
  font-family: 'pfagoraslabpro-black';
  color: #fff;
  background: #af0005;
  border: 6px solid #eabdbe;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  line-height: 1.5;
  border-radius: 50%;
  font-size: 40px;
  left: 0;
  top: calc(50% - 33px);
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.uk-close:after {
  display: block;
  color: #000;
  font-size: 15px;
  opacity: 1;
}

.offer-cont {
  background: #fff;
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  bottom: 0px;
  margin-bottom: 100px !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;

}

.offer-top {
  background: #af0005;
  color: #fff;
  padding: 15px 15px 30px;
  display: flex;
  border-radius: 5px 5px 0 0;
}

.offer-title {
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'pfagoraslabpro-black';
  width: 70%;
}

.offer-price {
  text-align: right;
  width: 38%;
}

.offer-old-price {
  display: inline-block;
  text-decoration: line-through;
  font-size: 18px;
}

.offer-new-price {
  display: block;
  font-size: 24px;
  font-family: 'pfagoraslabpro-black';
}

.offer-cont .uk-accordion {
  margin: 0;
  position: relative;
}

.offer-cont .uk-accordion-title {
  position: absolute;
  z-index: 100;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  background: #fff url(../images/arrow.png) center no-repeat;
  top: -20px;
  background-size: 20px;
  left: calc(50% - 20px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.offer-cont .uk-accordion-title:before {}

.offer-cont .uk-accordion-content {
  padding: 25px;
}

.offer-img {
  height: 250px;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.offer-img .arrow-button {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 66px);
}

.offer-img-1 {
  background: url(../images/promo/img-1.jpg) center;
  background-size: cover;
}

.offer-img-2 {
  background: url(../images/promo/img-2.jpg) center;
  background-size: cover;
}

.offer-img-3 {
  background: url(../images/promo/img-3.jpg) center;
  background-size: cover;
}

.offer-img-4 {
  background: url(../images/promo/img-4.jpg) center;
  background-size: cover;
}

.offer-img-5 {
  background: url(../images/promo/img-5.jpg) center;
  background-size: cover;
}

.offer-img-6 {
  background: url(../images/promo/img-6.jpg) center;
  background-size: cover;
}

.offer-img-7 {
  background: url(../images/promo/img-7.jpg) center;
  background-size: cover;
}

.uk-modal h3 {
  font-size: 24px;
  line-height: 1;
  font-family: 'pfagoraslabpro-black';
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 30px;
  text-align: center;
}

/*soglasie-form*/
.soglasie-form {
  padding: 10px 0 0 0;
  text-align: left;
  flex-wrap: nowrap !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sogl {
  position: relative;
}

.sogl input[type="checkbox"] {
  display: none !important;
}

.soglasie-form .sogl label {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 24px;
  border-radius: 6px;
  box-sizing: border-box;
}

.soglasie-form .sogl label:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 1px solid #764ba2;
  opacity: 0.2;
}

.soglasie-form .sogl input:checked~label:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/tick.png) center no-repeat;
  /* background-color: #ffeedd; */
  background-size: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.sogl-txt {
  font-size: 14px;
}

.form-promo .sogl-txt {
  width: 50%;
}

.sogl-txt a {
  color: #af0005;
}

.advertisement {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #f6e5cd;
  padding: 20px 50px;
  margin-bottom: 80px;
}

.advertisement span {
  font-size: 33px;
}

.advertisement img {
  width: 100px;
  height: 100px;
  margin-right: 40px;
}

@media (max-width:1280px) {}

@media (max-width:1024px) {}

@media (max-width:960px) {

  .btn-dtk {
    margin: auto;
    width: 90px;
    display: block !important;
  }
}

@media (max-width:800px) {}

@media (max-width:767px) {}

@media (max-width:600px) {}

@media (max-width:480px) {
  .main-offer {
    margin: 50px 0;
  }

  .cont-block {
    text-align: center;
  }

  .menu ul li:first-child {
    margin: 10px 0;
  }

  .menu {
    margin: 5px 0 0;
  }

  h1 span {
    font-size: 22px;
  }

  h1 {
    font-size: 60px;
  }

  .news {
    margin: 30px 0 0;
  }

  .video-button {
    margin: 0 auto 15px !important;
  }

  .menu-item:hover {
    bottom: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .menu-item-title {
    transform: translateY(-50px);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .menu-item a {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .title-shadow {
    font-size: 50px;
  }

  .counter {
    margin: 10px 0 10px !important;
    text-align: center;
  }

  .number {
    font-size: 65px;
    font-family: 'pfagoraslabpro-black';
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    color: #af0005;
    display: block;
  }

  .number-title {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
  }

  .dubrava-counter {
    padding: 60px 0;
    margin: 30px 0 40px;
    text-align: center;
  }

  .main-offer h1 {
    text-align: center;
  }

  .error {
    display: block;
    font-size: 130px;
    text-align: center;
    text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
    color: #af0005;
    font-family: 'pfagoraslabpro-black';
  }

  .error404 {
    margin: 60px 0 60px;
    text-align: center;
  }

  .main-content-inf .title-shadow {
    font-size: 32px
  }


  .offer-top {
    background: #af0005;
    color: #fff;
    padding: 15px 15px 30px;
    display: block;
  }

  .offer-old-price {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: line-through;
  }

  .offer-price {
    text-align: right;
    width: 100%;
  }

  .offer-new-price {
    display: block;
    font-size: 24px;
    font-family: 'pfagoraslabpro-black';
    text-align: center;
  }

  .offer-title {
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'pfagoraslabpro-black';
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 15px;
  }

  .advertisement {
    flex-direction: column;
    padding: 20px;
  }

  .advertisement img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .advertisement span {
    font-size: 28px;
    text-align: center;
  }
}

@media (max-width:360px) {}

*:not(html) {
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/************************************������������ �����********************************/

#back-top a {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #af0005;
  background-image: url(../images/arrow-up.png);
  display: block;
  outline: 0;
  position: relative;
  text-indent: -9999px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

#back-top {
  bottom: 20px;
  margin-bottom: 0;
  margin-right: 0;
  position: fixed;
  left: 20px;
  z-index: 10;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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: .3s;
  animation-duration: .3s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  2%,
  5.3%,
  8%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  4%,
  4.3% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

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

  9% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  2%,
  5.3%,
  8%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  4%,
  4.3% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

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

  9% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

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

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

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

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

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

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

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

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

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

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

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

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

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

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

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

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

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

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

.bold {
  font-weight: 600;
}

/* Новые стили для виджета про бассейн  */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.pool-soon {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  right: 10%;
  z-index: 9999;
  font-family: "Rubik", sans-serif;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}

.pool-soon.show {
  opacity: 1;
  transform: translateY(0);
}

.pool-soon * {
  box-sizing: border-box;
}

.pool-soon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
}

.pool-soon__link::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: linear-gradient(180deg, #48befc 0%, #4269f4 100%);
  box-shadow: 0px 4px 23px 5px rgba(15, 29, 52, 0.24);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.4s;
}

.pool-soon__link:hover::before,
.pool-soon__link:active::before,
.pool-soon__link:focus::before {
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background: linear-gradient(180deg, #7cd2ff 0%, #597bf3 100%);
  box-shadow: 0px 4px 23px 5px rgba(15, 29, 52, 0.24);
}

.pool-soon__details {
  position: relative;
  border: 2px solid #87e2ff;
  width: 150px;
  height: 150px;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.pool-soon__title {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4%;
  margin-top: 10%;
}

.pool-soon__icon {
  display: block;
  min-width: 22px;
  width: 100%;
}

.pool-soon__close-btn {
  border-radius: 50%;
  border: none;
  width: 41px;
  height: 41px;
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 22;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
}

.pool-soon__close-btn svg {
  pointer-events: none;
}

.pool-soon__close-btn svg path {
  transition: all 0.6s;
}

.pool-soon__close-btn:hover,
.pool-soon__close-btn:active,
.pool-soon__close-btn:focus {
  background-color: #ffffff;
}

.pool-soon__close-btn:hover svg path,
.pool-soon__close-btn:active svg path,
.pool-soon__close-btn:focus svg path {
  fill: #000000;
}

.pool-promo {
  min-height: 670px;
  width: 100vw;
  height: 100vh;
  background-color: #2f6176;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  box-sizing: border-box;
}

.pool-promo * {
  box-sizing: border-box;
}

.pool-promo__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-size: cover;
}

.pool-promo .wrapper {
  height: 100%;
  position: relative;
  max-width: 892px;
  margin: 0;
  margin-left: auto;
  background-image: url(img/pool-bg-2-crop.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 76px;
  display: flex;
}

.pool-promo__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  max-width: 671px;
  margin-left: auto;
}

.pool-promo__logo {
  max-width: 240px;
  margin-bottom: auto;
}

.pool-promo__logo img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.pool-promo__title {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.23;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.pool-promo__subtitle {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin-top: auto;
  margin-bottom: auto;
}

.pool-promo__links {
  display: grid;
  gap: 60px;
  grid-template-columns: auto auto;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 32px;
}

.pool-promo__link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
  display: grid;
  gap: 12px;
  align-items: center;
  grid-template-columns: 34px auto;
  text-align: left;
}

.pool-promo__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  background: #2aabee;
  border-radius: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  height: 52px;
  box-sizing: border-box;
  text-decoration: none !important;
  padding: 14px 20px;
  margin-top: auto;
  transition: all 0.3s;
}

.pool-promo__button:hover,
.pool-promo__button:active,
.pool-promo__button:focus {
  background-color: #4285f4;
}

@media (max-width: 1440px) {
  .pool-promo .wrapper {
    padding: 70px 42px;
  }

  .pool-promo__flex {
    max-width: 550px;
  }

  .pool-promo__logo {
    max-width: 190px;
  }

  .pool-promo__title {
    margin-bottom: 24px;
    font-size: 46px;
  }

  .pool-promo__subtitle {
    font-size: 26px;
  }

  .pool-promo__link {
    font-size: 24px;
    grid-template-columns: 32px auto;
  }

  .pool-promo__links {
    gap: 32px;
  }
}

@media (max-width: 1200px) {
  .pool-promo .wrapper {
    max-width: 100%;
    background-image: url(img/bg-pool-1030.jpg);
  }
}

@media (max-width: 768px) {
  .pool-promo__flex {
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 550px) {
  .pool-promo .wrapper {
    padding: 65px 20px;
  }

  .pool-promo__title {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .pool-promo__subtitle {
    font-size: 20px;
  }

  .pool-promo__links {
    gap: 12px;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .pool-promo__logo {
    max-width: 170px;
    margin-bottom: initial;
  }

  .pool-promo__subtitle {
    margin: initial;
    margin-bottom: 16px;
  }

  .pool-promo__button {
    margin-top: initial;
  }

  .pool-promo__links {
    gap: 6px;
    margin-bottom: 24px;
  }
}

.holiday-anchor {
  max-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.holiday-block {
  padding: 32px 0 48px;
}

.holiday-block__text {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 700;
}

.holiday-block .title-shadow {
  font-size: 46px;
  text-transform: capitalize;
}

@media (max-width: 960px) {
  .holiday-anchor {
    padding: 16px 0;
  }

  .top-block-menu .cont-block {
    max-width: max-content;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {
  .holiday-block .title-shadow {
    font-size: 32px;
  }

  .holiday-block__text {
    margin-bottom: 16px;
  }
}

.btn-dtk-wrap__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-dtk-wrap__col {
  max-width: max-content;
  margin-right: 16px;
}

.social-link {
  display: grid;
  max-width: max-content;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
  color: inherit;

}

.social-link__icon {
  border-radius: 50%;
  background-color: #AF0005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.social-link__text {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}

@media (max-width: 960px) {
  .btn-dtk-wrap__group {
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .btn-dtk-wrap__group {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    max-width: max-content;
    margin: 0 auto;
  }

  .btn-dtk-wrap__col {
    margin: 0 auto;
  }

  .btn-dtk-wrap__group .btn-dtk {
    margin: 0;
    width: max-content;
  }
}