/*   
Theme Name: laser
Theme URI: https://wordpress.org/
Description: Лазерная эпиляция
Author: Tatiana G.
Author URI: https://vk.com/amacatoe
Version: 1.0
*/

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  font-family: 'Montserrat', sans-serif;
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

input,
select {
  vertical-align: middle
}

ul {
  list-style: none
}

input:focus,
select:focus,
textarea:focus {
  outline: none
}

body.fancybox-active {
  overflow: hidden
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0
}

.center {
  text-align: center
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

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

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

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

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

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

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

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion
}

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

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

.fancybox-is-closing .fancybox-stage {
  overflow: visible
}

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

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

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

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

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

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

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

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

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

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

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

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

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

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

.fancybox-spaceball {
  z-index: 1
}

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

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

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

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, .6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6
}

.fancybox-navigation {
  display: none
}

.fancybox-show-nav .fancybox-navigation {
  display: block
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: 0 0;
  width: 60px;
  height: 100px;
  padding: 17px
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0
}

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

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

.fancybox-close-small:focus {
  outline: none
}

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

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

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

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

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

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  pointer-events: none
}

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

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

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

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, .4);
  border-top: 6px solid hsla(0, 0%, 100%, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

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

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

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

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center
}

.fancybox-share p:first-of-type {
  margin-right: -10px
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #323232;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom
}

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto
}

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

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

.fancybox-thumbs-x > ul {
  overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box
}

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

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

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

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px)
  }
}

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

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

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

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

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

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

@keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

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

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

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

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

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

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

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

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

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

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

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

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

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

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .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)
  }

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

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    -ms-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    -ms-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    -ms-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

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

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

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

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

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

  10%,
  20% {
    -webkit-transform: scale3d(.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)
  }

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

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }

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

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

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

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

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

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  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)
  }

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

@keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

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

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

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

@keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

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

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

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

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

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

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

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

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

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

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

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

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

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

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

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

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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
  }

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

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

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

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

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

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

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

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

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

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px)
  }
}

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

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

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

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

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

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

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

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

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px)
  }
}

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

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

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

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

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px)
  }

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

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

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

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

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

@keyframes flipOutY {
  0% {
    -webkit-transfor: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

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

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

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

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

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

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

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

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

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

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

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

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

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

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

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

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
  }
}

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

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

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

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

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

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

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

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

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

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

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

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

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

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

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

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

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

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

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

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

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

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

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

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

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

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

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

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

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

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

@keyframes rollOut {
  0% {
    opacity: 1
  }

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

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

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

  50% {
    opacity: 1
  }
}

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

  50% {
    opacity: 1
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

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

  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

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

  100% {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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)
  }

  100% {
    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);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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)
  }

  100% {
    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);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

body {
  font-family: 'Roboto', sans-serif;
  background: #fff url(img/slider.jpg) 50% 0 no-repeat;
  font-size: 14px;
  color: #323232;
  min-width: 320px;
  overflow-x: hidden
}

.inner {
  width: 1110px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative
}

section {
  position: relative;
  z-index: 20
}

header {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(97, 101, 106, .13);
  z-index: 51
}

header .main {
  padding: 10px 0
}

header .logo {
  float: left
}

header nav.main__nav {
  float: left;
  float: right;
  margin: 30px 50px 0 0
}

header nav.main__nav .pull {
  display: none
}

header nav.main__nav li {
  float: left;
  margin: 0 0 0 25px
}

header nav.main__nav li:first-child {
  margin-left: 0
}

header nav.main__nav li a {
  color: #323232;
  font-size: 16px
}

header .contacts {
  float: right;
  text-align: right
}

header .contacts .list__phones {
  position: relative
}

header .contacts p.phone a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #b06d81;
  padding: 5px 0 5px 31px;
  background: url(img/phone.png) 0 50% no-repeat
}

#promo {
  position: relative;
  padding: 140px 0 300px;
  z-index: 1
}

#promo .text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px
}

#promo .text p {
  max-width: 670px;
}

#promo .text p:not(:first-child) {
  font-size: 24px;
  padding-top: 40px;
}

#promo .text i {
  font-style: normal;
  color: #b06d81;
  position: relative;
  top: 8px
}

#promo .text span {
  font-size: 20px
}

#promo .btn {
  width: 260px;
  height: 64px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 5px
}

#promo .button {
  float: left;
  margin: 0 30px 0 0
}

header .address {
  float: left;
  margin: 15px 20px 0;
  position: relative;
  max-width: 130px;
  font-weight: 500;
}

header .address > span {
  color: #b06d81;
}

#prices {
  padding: 143px 0 0;
  margin-top: 20px
}

#prices .color_block {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.6);
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  transition: .2s all ease-in-out;
}

#prices .color_block > span {
  padding-top: 10px;
  color: #cedd81;
  font-size: 20px;
}

#prices .tab__item {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px
}

#prices .tab__item li {
  display: inline-block;
  padding: 0 25px 10px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  margin: 0 20px
}

#prices .tab__item li:hover {
  color: #cedd81;
}

#prices .tab__item li.active {
  color: #cedd81;
  border-color: #cedd81
}

#prices .tabs {
  display: none
}

#prices .tabs.tab__1 {
  display: block
}

#prices .tabs li {
  float: left;
  text-align: center;
  width: 200px;
  margin: 0 27px 20px 0
}

#prices .tabs li:nth-child(5),
#prices .tabs li:nth-child(10) {
  margin-right: 0
}

#prices .tabs li .title {
  font-weight: 700;
  font-size: 20px;
  padding: 25px 0 10px
}

#prices .tabs li .price {
  font-size: 30px;
  font-weight: 700;
  color: #b06d81;
  padding-bottom: 15px
}

#prices .tabs .image {
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  transition: all .25s ease-out;
  position: relative;
}

#prices .tabs .image img {
  width: 100%;
  height: 100%;
}

#prices .tabs li:hover .image {
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13);
  transition: all .25s ease-out
}

#prices .tabs li .btn {
  opacity: 0
}

#prices .tabs li:hover .btn {
  opacity: 1
}

#prices .tabs li:hover .color_block {
  display: flex;
}

#mission {
  padding: 30px 0;
}

#mission .bt {
  text-align: left
}

#mission .left {
  float: left;
  width: 100%;
  max-width: 550px
}

#mission .note {
  color: #b06d81;
  font-weight: 700;
  font-size: 36px;
  position: relative;
}

#mission .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px
}

#mission .text p {
  margin-bottom: 30px
}

#mission .right {
  float: right;
  width: 100%;
  max-width: 540px;
}

#mission .right ul {
  position: relative;
  display: inline-block
}

#mission .right ul:after {
  display: block;
  background: url(img/col.png) 0 0 no-repeat;
  position: absolute;
  bottom: -150px;
  right: -200px;
  width: 292px;
  height: 351px;
  content: '';
  z-index: 1
}

#mission .right li {
  position: relative;
  z-index: 2;
  width: 47%;
  float: left;
  padding: 40px 20px 0;
  box-sizing: border-box;
  text-align: center;
  height: 255px;
  background: #fff;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13);
  margin: 0 0 6%
}

#mission .right li:nth-child(2n) {
  float: right;
  top: 30px
}

#mission .right img {
  width: 100%;
}

#mission .right li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 25px
}

#services {
  padding: 25px 0 0
}

#services .bt {
  padding-bottom: 45px
}

#services li {
  float: left;
  width: calc(100%/3);
  box-sizing: border-box;
  position: relative;
  display: none
}

#services ul.no li {
  width: 50%
}

#services li.visible__all {
  display: block
}

#services li.visible__k {
  display: block !important
}

#services li .over {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

#services li:hover .over {
  opacity: .6
}

#services li img {
  width: 100%;
  height: auto
}

#services li .data {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -46px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  z-index: 2
}

#services li .data .btn {
  margin-top: 15px
}

#services li .data .btn:hover {
  color: #fff
}

#salons {
  padding: 30px 0;
  background: url(img/bg_salons.jpg) 50% 50px no-repeat
}

#salons .bt {
  padding-bottom: 45px
}

#salons .slider__salons .slick-slide.slick-current img {
  margin: 0 140px
}

#salons .slider__salons {
  position: relative
}

#salons .slider__salons:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: url(img/shadow.png) 100% 0 repeat-y;
  display: block;
  content: ''
}

#salons .slider__salons:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: url(img/shadow.png) 0% 0 repeat-y;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(180deg)
}

#special {
  padding: 50px 0 30px;
}

#special .bt span {
  max-width: 580px;
  display: inline-block
}

#special li {
  float: left;
  width: 32%;
  box-sizing: border-box;
  position: relative
}

#special li:hover {
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13)
}

#special li:hover .data {
  background: #fff
}

#special li:nth-child(2) {
  margin: 0 2%
}

#special .data {
  padding: 15px 20px 20px;
  background: url(img/bg_special.jpg) 50% 100% no-repeat;
  background-size: 100%
}

#special li .time {
  padding: 5px 0 5px 32px;
  margin: 10px 0 35px;
  background: url(img/calendar.png) 0 50% no-repeat;
  font-size: 16px;
  color: #818181
}

#special li .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 80px
}

#special li .title a {
  color: #323232
}

#special li:hover .title,
#special li:hover .title a {
  color: #b06d81
}

#special li img {
  width: 100%;
  border: 1px solid #dedede
}

#special li .price {
  font-weight: 700;
  font-size: 30px;
  color: #cedd81;
  margin-bottom: 30px
}

#special li .price .sale {
  float: left
}

#special li .price p {
  float: right;
  color: #b06d81
}

#special li .price p span {
  font-weight: 400;
  color: #818181;
  font-size: 18px;
  text-decoration: line-through;
}

#reviews {
  padding: 30px 0;
  background: url(img/bg_reviews.jpg) no-repeat;
  background-size: cover;
	background-position: center center;
}

#reviews .btn {
  width: 216px
}

#reviews .slider__reviews {
  padding: 15px 0;
  margin-bottom: 30px
}

#reviews .inn {
  width: 100%;
  max-width: 920px;
  margin: 45px 0 0;
  background: #fff url(img/comm.png) 125px 65px no-repeat;
  box-sizing: border-box;
  padding: 0 30px 30px;
  text-align: center;
  box-shadow: 0px 4px 11px 0px rgba(97, 101, 106, .1)
}

#reviews .inn .comment {
  font-size: 16px;
  color: #818181;
  line-height: 1.7
}

#reviews .inn .user img {
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
  top: -45px
}

#reviews .inn .user span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  position: relative;
  top: -30px
}

#reviews .inn .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #b06d81;
  position: relative;
  top: -10px;
  margin: 0 8px
}

#reviews .inn .social a:hover {
  background: #cedd81
}

#reviews .inn .social a img {
  border-radius: 50%
}

#reviews .slider__reviews .slick-slide.slick-current {
  opacity: 1
}

#reviews .slider__reviews .slick-slide.slick-current .inn {
  margin: 45px 95px 0
}

#reviews .slider__reviews .slick-slide {
  opacity: .6
}

#news {
  padding: 90px 0 80px;
  background: #fff
}

#news .bt {
  text-align: left
}

#news .category {
  position: relative;
  min-width: 300px
}

#news .category li {
  margin-bottom: 10px
}

#news .category li a {
  color: #b06d81;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 5px 0
}

#news .category li a:hover {
  color: #000
}

#news .col {
  float: left;
  max-width: 265px
}

#news .btn {
  max-width: 265px;
  width: 100%
}

#news .col.col__right {
  float: right;
  max-width: 730px
}

#news .col.col__right .item {
  float: left;
  width: 48%;
  position: relative
}

#news .col.col__right .item .full__news {
  margin-bottom: 33px
}

#news .col.col__right .item img {
  width: 100%;
  height: auto
}

#news .col.col__right .item .image {
  position: relative;
  z-index: 2
}

#news .col.col__right .item .image span {
  position: absolute;
  left: 0;
  bottom: 16px;
  padding: 0 16px;
  color: #fff;
  display: inline-block;
  background: #cedd81;
  line-height: 32px
}

#news .col.col__right .item .data {
  box-sizing: border-box;
  padding: 17px;
  background: url(img/bg_news.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  transition: all .25s ease-out;
  position: relative;
  top: -2px;
  box-sizing: border-box;
  min-height: 88px
}

#news .col.col__right .item .data a {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.3
}

#news .col.col__right .item .data a:hover {
  color: #b06d81
}

#news .col.col__right .item.item__right {
  float: right
}

#news .col.col__right .item li {
  box-sizing: border-box;
  padding: 17px;
  min-height: 100px;
  margin-bottom: 20px;
  transition: all .25s ease-out;
  background: url(img/bg_news.png) 50% 50% no-repeat;
  background-size: 100% 100%
}

#news .col.col__right .item li span {
  color: #818181
}

#news .col.col__right .item li:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13);
  transition: all .25s ease-out
}

#news .col.col__right .item li a {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.3
}

#news .col.col__right .item li a:hover {
  color: #b06d81
}

#instagram {
  text-align: center;
  background: #b06d81;
  padding: 40px 0;
}

#instagram .bt {
  text-align: center;
  color: #fff;
  padding-bottom: 40px
}

#instagram .bt img {
  display: inline-block;
  position: relative;
  top: 6px
}

#instagram .bt a {
  color: #fae9e7;
  border-bottom: 1px solid transparent
}

#instagram .bt a:hover {
  color: #fff;
  border-color: #fff
}

#instagram li {
  width: 23%;
  float: left;
  margin: 0 1%
}

#instagram li img {
  width: 100%;
  height: auto
}

.ct__map {
  color: #adadad;
  font-size: 14px;
  line-height: 1.5
}

.ct__map b {
  font-weight: 400;
  color: #323232
}

#contacts .select__city {
  position: absolute;
  width: 730px;
  background: #fff;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -365px;
  box-sizing: border-box;
  z-index: 2;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13)
}

#contacts .select__city .title {
  float: left;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: 5px
}

#contacts .list__sity {
  position: relative;
  float: right
}

#contacts .list__sity span {
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #818181;
  position: absolute;
  top: -7px;
  left: 11px
}

#contacts .list__sity .active {
  cursor: pointer;
  border: 1px solid #e8e8e8;
  width: 260px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 35px 0 15px;
  font-size: 16px;
  color: #b06d81;
  line-height: 36px;
  background: #fcfbfb url(img/arr_rose.png) calc(100% - 15px) 50% no-repeat
}

#contacts .list__sity .active i {
  font-style: normal;
  display: inline-block;
  background: url(img/address.png) 0 50% no-repeat;
  padding-left: 17px
}

#contacts .list__sity .hidden__city {
  display: none;
  position: absolute;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13);
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  border-radius: 3px;
  padding: 4px 0
}

#contacts .list__sity .hidden__city a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  color: #323232;
  font-size: 16px;
  line-height: 32px;
  padding: 0 17px 0 35px;
  background: url(img/address.png) 16px 50% no-repeat
}

#contacts .list__sity .hidden__city a:hover {
  background: #ffe6ee url(img/address.png) 16px 50% no-repeat;
  color: #b06d81
}

#page__error {
  padding: 40px 0 70px;
  background: #fff url(img/bg_page_error.jpg) 50% 0 no-repeat;
  text-align: center;
  line-height: 1.3;
  z-index: 1
}

#page__error .error {
  color: #b06d81;
  font-size: 120px;
  font-weight: 700
}

#page__error .note {
  font-size: 30px;
  max-width: 530px;
  display: inline-block
}

#page__error p {
  font-size: 40px;
  color: #b06d81;
  max-width: 730px;
  display: inline-block;
  padding: 30px 0 40px
}

#page__thanks {
  padding: 75px 0 15px;
  background: #fff url(img/bg_page_thanks.jpg) 50% 0 no-repeat;
  text-align: center;
  line-height: 1.3;
  z-index: 1
}

#page__thanks .error {
  color: #b06d81;
  font-size: 120px;
  font-weight: 700
}

#page__thanks .note {
  font-size: 30px;
  max-width: 530px;
  display: inline-block;
  padding-bottom: 30px
}

#page__thanks p {
  font-size: 50px;
  color: #b06d81;
  max-width: 730px;
  display: inline-block;
  padding: 0 0 20px
}

#actions {
  padding: 45px 0;
  text-align: center;
  background: #cedd81
}

#actions .bt {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  max-width: 650px
}

#actions input {
  display: inline-block;
  max-width: 32%;
  display: inline-block;
  float: left
}

#actions .btn {
  height: 48px;
  position: relative
}

#actions input[type=text],
#actions input[type=tel] {
  background: 0 0;
  border-color: #4dc5c0;
  color: #fff
}

#actions input[type=tel] {
  margin: 0 2%
}

#actions ::-webkit-input-placeholder {
  color: #fff
}

#actions ::-moz-placeholder {
  color: #fff
}

#actions :-moz-placeholder {
  color: #fff
}

#actions :-ms-input-placeholder {
  color: #fff
}

#page__contacts {
  background: #fff
}

#page__contacts #map {
  height: 480px
}

#page__contacts .bt {
  text-align: left
}

#page__contacts .data {
  padding: 50px;
  background: #fff
}

#page__contacts li {
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  width: 30%;
  min-height: 360px
}

#page__contacts li:nth-child(2),
#page__contacts li:nth-child(5),
#page__contacts li:nth-child(8),
#page__contacts li:nth-child(11),
#page__contacts li:nth-child(14) {
  margin: 0 5% 50px
}

#page__contacts li .label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px
}

#page__contacts li p {
  line-height: 52px;
  padding: 0 0 0 34px;
  border-top: 1px solid #e9e9e9;
  font-size: 16px
}

#page__contacts li p a {
  color: #323232
}

#page__contacts li p a:hover {
  color: #01aba5
}

#page__contacts li p.first {
  border-top: none
}

#page__contacts li p.phone {
  background: url(img/phone.png) 0 50% no-repeat
}

#page__contacts li p.email {
  background: url(img/email.png) 0 50% no-repeat
}

#page__contacts li p.address {
  background: url(img/addr.png) 2px 50% no-repeat
}

#page__contacts li p.metro {
  background: url(img/metro.png) 0 50% no-repeat
}

#page__contacts li p.metro.metro_1 {
  background: url(img/blue_metro.png) 0 50% no-repeat
}

#page__contacts li p.metro.metro_2 {
  background: url(img/green_metro.png) 0 50% no-repeat
}

#page__contacts li p.metro.metro_3 {
  background: url(img/blue_metro.png) 0 50% no-repeat
}

#page__contacts li .btn {
  width: 200px;
  margin-top: 10px
}

#page__content {
  padding: 30px 0 100px;
  background: #fff
}

.content {
  line-height: 2;
  font-size: 15px
}

.content .text {
  max-width: 770px;
  margin: 0 auto
}

.content .thumbnail {
  margin-bottom: 30px
}

.content .thumbnail img {
  max-width: 100%;
  margin: 0 auto;
  height: auto
}

.content h1 {
  max-width: 770px;
  margin: 0 auto
}

.content h2 {
  font-weight: 700;
  font-size: 30px;
}

.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 15px
}

.content .accordion__faq h2 {
  line-height: 1.5;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 15px
}

.content .accordion__faq h2:hover {
  color: #b06d81
}

.content p {
  margin-bottom: 15px
}

.content img {
  max-width: 100%;
  height: auto
}

.content blockquote {
  line-height: 1.2;
  font-size: 30px;
  color: #b06d81;
  padding: 0 0 0 30px;
  border-left: 5px solid #b06d81;
  margin: 15px 0 25px
}

.content blockquote p {
  margin: 0
}

.content ol {
  padding-left: 17px
}

.content li {
  padding-left: 15px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.5;
  margin-left: 50px
}

.content ul li:after {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: red;
  content: ''
}

#page__content .actions {
  max-width: 770px;
  margin: 0 auto;
  border-top: 1px solid #d7d9d9
}

#page__content .actions .social {
  padding: 15px 0 30px;
  display: inline-block;
  width: 100%
}

#page__content .actions .social li {
  float: left;
  margin: 10px 10px 0 0
}

#page__content .actions .social li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #cedd81
}

#page__content .actions .social li a:hover {
  background: #b06d81
}

#page__content .actions .social li a img {
  border-radius: 50%
}

#page__content .actions .btn {
  float: left
}

#page__content .actions .btn.btn-next {
  float: right
}

.content .text .item {
  margin-bottom: 10px
}

.content .text .item .image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px
}

.content .text .item .image img.full {
  max-width: 100%
}

.content .text .item h2 {
  cursor: pointer
}

.content .text .item h2:hover {
  color: #b06d81
}

.content .text .item .price_n {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -10px
}

.content .text .item .text_price {
  display: none;
  padding-bottom: 15px
}

.content .text .item .title a {
  font-weight: 700;
  font-size: 30px;
  color: #323232
}

.content .text .item .title a:hover {
  color: #b06d81
}

.breadcrumbs {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 50px
}

.breadcrumbs li {
  float: left;
  margin-right: 5px
}

.breadcrumbs span a {
  color: #b06d81
}

.breadcrumbs span a:hover {
  color: #01aba5
}

#unic {
  padding: 85px 0 100px;
  background: #cedd81;
  text-align: center;
  color: #fff
}

#unic .bt {
  color: #fff;
  max-width: 800px;
  display: inline-block
}

#unic li {
  float: left;
  margin: 0 1%;
  width: 23%;
  box-sizing: border-box;
  background: #fff;
  height: 260px;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .15)
}

#unic li img {
  margin: 45px auto 15px
}

#unic li p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700
}

#unic .text {
  line-height: 1.5;
  font-size: 18px;
  text-align: left;
  position: relative;
  top: 20px
}

#unic .text p {
  margin-bottom: 20px
}

#unic .text img.alignleft {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 20px 20px 0
}

#promo.promo__landing.promo__landing__actions {
  padding: 150px 0 100px
}

#promo.promo__landing.promo__landing__actions .inner {
  position: relative
}

#promo.promo__landing.promo__landing__actions .form__landing {
  position: relative;
  z-index: 2
}

#promo.promo__landing.promo__landing__actions img.woman__actions {
  position: absolute;
  top: -115px;
  right: 0;
  z-index: 1
}

#promo.promo__landing.promo__landing__actions img.woman__actions.w__a_2 {
  top: -115px
}

#promo.promo__landing.promo__landing__actions .text {
  position: relative;
  display: inline-block
}

#promo.promo__landing.promo__landing__actions .text u {
  display: block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding-top: 25px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 24px;
  width: 125px;
  height: 125px;
  position: absolute;
  top: -80px;
  left: calc(100% + 30px);
  background: url(img/sale.png) 0 0 no-repeat;
  color: #fff
}

#promo.promo__landing.promo__landing__actions .text u span {
  display: block;
  font-size: 40px
}

#special__advantages {
  padding: 80px 0 60px;
  background: url(img/bg_salons.jpg) 50% 70px no-repeat
}

#special__advantages li {
  float: left;
  width: 32%;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 27px;
  height: 275px;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .15);
  margin-top: 2%
}

#special__advantages li:nth-child(2),
#special__advantages li:nth-child(5),
#special__advantages li:nth-child(8) {
  margin: 2% 2% 0
}

#special__advantages li .title {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0
}

#special__advantages li p {
  font-size: 16px;
  line-height: 1.5;
  color: #818181
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important;
  color: #323232 !important;
  margin-bottom: 15px !important
}

.responsive-accordion-default.responsive-accordion li:after {
  display: none
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head span {
  font-size: 30px !important
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
  padding: 20px 0 !important;
  border: none !important;
  line-height: 2 !important;
  font-size: 16px !important
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel p {
  margin-bottom: 20px !important
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel li {
  margin-left: 50px !important
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel ul,
.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel ol {
  margin-bottom: 15px !important
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
  display: none !important
}

.page__thumbnail__price {
  height: 500px;
  position: relative;
  top: -50px
}

.page__info__price {
  padding: 0;
  text-align: center
}

.page__info__price .title__page {
  font-size: 36px;
}

.page__info__price .price__page {
  font-size: 24px;
  padding: 30px 0
}

.page__info__price .small__description {
  padding: 30px 0 0;
  line-height: 1.5;
  text-align: left;
  font-size: 16px
}

.content.content__page__price h1 {
  max-width: 100%;
  font-size: 36px;
  padding-bottom: 20px
}

.content.content__page__price h2 {
  font-size: 26px
}

.content.content__page__price h3 {
  font-size: 22px
}

.content.content__page__price h4 {
  font-size: 20px
}

.content.content__page__price h5 {
  font-size: 18px
}

.content.content__page__price h6 {
  font-size: 18px
}

footer {
  padding: 50px 0 40px;
  background: #22282f;
  color: #a9abac
}

footer .main {
  float: left;
  width: 100%;
  max-width: 250px
}

footer .main .logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .main .social {
  padding: 25px 0 33px;
  display: inline-block;
  width: 100%
}

footer .main .social li {
  float: left;
  margin: 10px 10px 0 0
}

footer .main .social li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #cedd81
}

footer .main .social li a:hover {
  background: #b06d81
}

footer .main .social li a img {
  border-radius: 50%;
  max-width: 50px
}

footer .main .info {
  line-height: 1.5
}

footer .main .info a {
  display: inline-block;
  color: #cedd81;
  border-bottom: 1px solid transparent
}

footer .main .info a:hover {
  border-color: #cedd81
}

footer .navigation {
  float: right;
  width: 100%;
  max-width: 820px
}

footer .navigation .row {
  margin-bottom: 30px
}

footer .navigation .row ul:not(:first-child) {
  margin-top: 8px;
}

footer .navigation .label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}

footer .navigation nav li {
  float: left;
  margin-right: 20px
}

footer .navigation nav li a {
  color: #a9abac
}

footer .navigation nav li a:hover {
  color: #fff
}

footer .navigation .accordion {
  border-bottom: 1px solid #40454a
}

footer .navigation h3 {
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #40454a;
  padding: 15px 0;
  position: relative
}

footer .navigation h3 span {
  background: url(img/arr_white.png) 100% 50% no-repeat;
  width: 10px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px
}

footer .navigation h3.ui-accordion-header-active span {
  transform: rotate(180deg)
}

footer .navigation .ans {
  line-height: 1.5;
  padding: 0 0 15px
}

footer .navigation .ans li {
  float: left;
  max-width: 220px;
  width: 100%
}

footer .navigation .ans li:first-child {
  margin-right: 40px;
  margin-bottom: 10px
}

footer .navigation .ans li a {
  display: block;
  color: #a9abac
}

footer .navigation .ans li a:hover {
  color: #cedd81
}

footer .navigation div {
  transition: none
}

footer .copyright {
  text-align: center;
  padding: 40px 0 0
}

.bt {
  font-size: 40px;
  text-align: center;
  padding-bottom: 25px;
  line-height: 1.3;
}

.bt span {
  display: block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #818181;
  margin-top: 15px
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

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

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

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

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

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

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

.slick-loading .slick-list {
  background: 0 0
}

.slick-prev,
.slick-next {
  border: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  margin-top: -24px;
  opacity: 1
}

.slick-prev,
.slick-next {
  display: block !important;
  z-index: 10;
  box-shadow: 0px 4px 11px 0px rgba(97, 101, 106, .1);
  border-radius: 50%
}

.slick-prev {
  background: url(img/arr.png) 0% 50% no-repeat;
  left: 50%;
  margin-left: -460px
}

.slick-prev:hover {
  background-position: 100% 50%;
  box-shadow: none
}

.slick-next {
  background: url(img/arr.png) 0% 50% no-repeat;
  right: 50%;
  margin-right: -460px;
  transform: rotate(180deg);
  box-shadow: 0px -4px 11px 0px rgba(97, 101, 106, .1)
}

.slick-next:hover {
  background-position: 100% 50%;
  box-shadow: none
}

.slider__reviews .slick-next,
.slider__reviews .slick-prev {
  margin-top: 0
}

.slider__reviews .slick-prev {
  left: 50%;
  margin-left: -530px
}

.slider__reviews .slick-next {
  right: 50%;
  margin-right: -530px
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 1
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  display: none
}

.slick-prev {
  display: none
}

.slick-next {
  display: none
}

.slick-slide {
  position: relative
}

.slick-slide .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6)
}

.slick-slide.slick-current .over {
  background: rgba(255, 255, 255, 0)
}

.slider__reviews .slick-dots {
  bottom: -10px
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  background: #d3d1d2;
  box-sizing: border-box
}

.slick-dots li.slick-active button {
  background: #b06d81
}

.box__modal {
  display: none;
  width: 100% !important;
  max-width: 476px !important;
  box-sizing: border-box !important;
  padding: 50px 55px 40px !important;
  text-align: center !important
}

.box__modal .bt {
  font-size: 30px;
  color: #b06d81
}

.box__modal .note {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  top: -15px
}

.box__modal .security {
  display: inline-block;
  padding: 5px 0 5px 22px;
  background: url(img/security.png) 0 50% no-repeat;
  font-size: 16px;
  margin-top: 15px
}

.fancybox-close-small:after {
  font-size: 0;
  display: none
}

.fancybox-close-small {
  background: url(img/close.png) 50% 50% no-repeat;
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px
}

#select__address {
  max-width: 600px !important;
  text-align: left !important
}

#select__address li {
  margin: 10px 0;
  font-size: 18px
}

#select__address li a {
  color: #000;
  display: inline-block;
  padding: 3px 0 3px 20px;
  background: url(img/address.png) 0 62% no-repeat
}

#select__address li a:hover {
  color: #cedd81
}

#select__address li b {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/green_metro.png) 50% 50% no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px
}

#select__address li b.blue {
  background: url(img/blue_metro.png) 50% 50% no-repeat;
  background-size: 100%
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  font-size: 16px
}

.form textarea {
  resize: none;
  height: 120px;
  padding: 18px 20px
}

.form .btn {
  width: 100%;
  font-size: 18px
}

.clearfix {
  clear: both
}

.center {
  display: inline-block;
  width: 100%;
  text-align: center
}

a,
li,
#salons div,
#reviews div {
  text-decoration: none;
  transition: all .25s ease-out
}

a,
li,
div:hover {
  transition: all .25s ease-out
}

a:focus {
  outline: none
}

img {
  display: block
}

a,
div,
span,
i,
u,
b {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all .5s ease-out;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif
}

.btn:hover {
  transition: all .25s ease-out
}

.btn-red {
  color: #fff;
  width: 160px;
  height: 25px;
  line-height: 20px;
  background: #b06d81;
  border: 2px solid #b06d81;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700
}

.btn-red:hover {
  background: 0 0;
  color: #b06d81
}

.btn-white {
  color: #b06d81;
  width: 160px;
  height: 40px;
  line-height: 36px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700
}

.btn-white:hover {
  background: #b06d81;
  color: #fff
}

.btn-go {
  width: 250px;
  height: 44px;
  border: 1px solid #b06d81;
  border-radius: 3px;
  color: #b06d81;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  position: relative
}

.btn-go:hover {
  color: #000;
  border-color: #000
}

.btn-go.btn-prev {
  padding-left: 50px
}

.btn-go.btn-prev:after {
  position: absolute;
  top: 13px;
  left: 22px;
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  background: url(img/arr_action.png) 0 0 no-repeat;
  display: block;
  content: ''
}

.btn-go.btn-next {
  padding-right: 50px;
  text-align: right
}

.btn-go.btn-next:after {
  position: absolute;
  top: 13px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: url(img/arr_action.png) 0 0 no-repeat;
  display: block;
  content: ''
}

.btn-standart {
  line-height: 46px;
  height: 50px
}

.btn-large {
  line-height: 60px;
  height: 64px
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif
}

header nav.main__nav li a:hover {
  color: #b06d81
}

.insta-gallery-list {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  width: 100%;
}

.insta-gallery-list > div,
.insta-gallery-list img {
  max-width: 255px;
  max-height: 255px;
}

p.callback {
	margin-bottom: 3px;
}

.important_know {
	width: 100%;
	text-align: left;
}

.important_know h1 {
	color: #b06d81;
	width: 100%;
	font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.important_know ul {
	margin-bottom: 15px;
	font-size: 18px;
}

.important_know ul li {
	margin-bottom: 5px;
}

.important_know > div {
	display: flex;
    flex-direction: row;
    justify-content: center;
    border: 2px solid #b06d81;
    padding: 5px 0;
    margin-bottom: 20px;
    align-items: center;
}
@media screen and (min-width:1001px) {
  header .top nav ul {
    display: block !important
  }
}

@media screen and (min-width:1140px) {
  header nav.main__nav ul {
    display: block !important
  }
}

@media screen and (max-width:1140px) {
  .inner {
    width: 980px
  }

  header nav.main__nav .inner {
    position: relative
  }

  header nav.main__nav {
    margin: 0
  }

  header nav.main__nav ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 20
  }

  header nav.main__nav ul li {
    float: none;
    margin: 0
  }

  header nav.main__nav ul li a {
    display: block;
    padding: 15px;
    background: #b06d81;
    color: #fff !important;
    border-bottom: 1px solid #fff
  }

  header nav.main__nav .pull {
    display: block;
    width: 25px;
    height: 25px;
    background: url(img/menu.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 40px;
    right: 0
  }

  header .contacts {
    margin-right: 50px
  }

  #prices .tabs li {
    width: 23%;
    margin: 0 1% 6% !important
  }

  #mission .right ul:after {
    right: 0
  }

  #mission .left {
    float: none;
    max-width: 100%
  }

  #mission .right {
    float: none;
    margin: 0 auto
  }

  #services li .data {
    font-size: 20px
  }

  #salons .slider__salons:before,
  #salons .slider__salons:after {
    display: none
  }

  #salons .slider__salons .slick-slide img {
    max-width: 100%;
    height: auto
  }

  #salons .slider__salons .slick-slide.slick-current img {
    margin: 0 auto;
    max-width: 100%;
    height: auto
  }

  .slick-next {
    right: 15px;
    margin-right: 0
  }

  .slick-prev {
    left: 15px;
    margin-left: 0
  }

  .slider__reviews .slick-next {
    right: 15px;
    margin-right: 0
  }

  .slider__reviews .slick-prev {
    left: 15px;
    margin-left: 0
  }

  #reviews .slider__reviews .slick-slide.slick-current .inn,
  #reviews .slider__reviews .slick-slide .inn {
    margin: 45px auto 0
  }

  #reviews .inn {
    max-width: calc(100% - 150px)
  }

  #news .bt {
    text-align: center
  }

  #news .col {
    float: none;
    max-width: 100%;
    text-align: center
  }

  #news .col.col__right {
    float: none;
    margin: 30px auto 0;
    text-align: left
  }

  footer .navigation {
    max-width: 700px
  }

  .form__landing {
    background: #fff;
    padding: 0 0 20px
  }

  .form__landing .left {
    max-width: 100%;
    background: #cedd81;
    float: none;
    padding: 20px;
    text-align: center
  }

  .form__landing .right {
    float: none;
    margin: 20px auto 0
  }

  #promo.promo__landing.promo__landing__actions .text {
    z-index: 2
  }

  .content .thumbnail img {
    max-width: 100%;
    height: auto
  }

  #news .category li:first-child a {
    display: inline-block
  }
}

@media screen and (max-width:1000px) {
  .inner {
    width: 730px
  }

  header .top {
    position: relative;
    z-index: 10
  }

  header .top .inner {
    position: relative;
    z-index: 4
  }

  header .top nav ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 30
  }

  header.header__landing .top nav ul {
    display: block;
    position: relative;
    top: 0;
    width: auto;
    border-top: none
  }

  header.header__landing .top nav ul li a {
    border: none
  }

  header .top nav ul li {
    float: none;
    margin: 0
  }

  header .top nav ul li a {
    background: #cedd81;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #fff
  }

  header .top nav .pull {
    display: block;
    text-transform: uppercase;
    width: auto;
    background: #008d87 url(img/pull_white.png) calc(100% - 10px) 50% no-repeat;
    background-size: 14px;
    position: absolute;
    top: 0;
    right: 100px;
    height: 32px;
    padding: 11px 40px 0 10px;
    box-sizing: border-box
  }

  header .top .lang {
    margin: 0
  }

  #prices .tabs li {
    width: 23%;
    margin: 0 1% 0 !important;
    height: 340px
  }

  #prices .tabs li .price {
    font-size: 20px
  }

  #prices .tabs li .title {
    font-size: 16px
  }

  #special li .title {
    font-size: 16px
  }

  #special li .price {
    font-size: 20px
  }

  footer .navigation {
    max-width: 450px
  }

  footer .navigation nav li {
    margin-bottom: 10px
  }

  #promo.promo__landing.promo__landing__actions img.woman__actions {
    display: none;
    position: relative;
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    left: 0;
    right: 0
  }

  #promo.promo__landing.promo__landing__actions .form__landing {
    margin: 0
  }

  #promo.promo__landing.promo__landing__actions .order2 {
    display: none !important
  }

  #unic li {
    width: 48%;
    margin-bottom: 2%
  }

  #unic .text {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    position: relative;
    top: 20px
  }

  #unic .text p {
    margin-bottom: 10px
  }

  #unic .text img.alignleft {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 15px auto
  }

  #promo.promo__landing.promo__landing__actions img.woman__actions.w__a_2 {
    top: 0
  }
}

@media screen and (max-width:767px) {
  .inner {
    width: 100%;
    padding: 0 15px
  }

  .bt {
    font-size: 20px !important;
    padding-bottom: 30px !important
  }

  .responsive-accordion-default.responsive-accordion li .responsive-accordion-head span {
    font-size: 20px !important
  }

  #promo.promo__landing.promo__landing__actions img.woman__actions.w__a_2 {
    top: 0
  }

  header nav.main__nav .pull {
    right: 15px
  }

  header .top .sitename {
    padding-left: 15px
  }

  header.header__landing .top .sitename {
    display: none
  }

  header .address {
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 0 15px
  }

  header .address .list__address {
    bottom: 0;
    left: 15px;
    width: 100%;
    max-width: calc(100% - 30px)
  }

  header .address .list__sity .active {
    width: 100%
  }

  header .address .list__address .hidden__address a {
    font-size: 14px;
    line-height: 1.6
  }

  header .top .inner {
    padding: 0
  }

  header .top nav .pull {
    right: 80px;
    border-right: 1px solid #fff
  }

  #promo {
    padding: 100px 0;
    text-align: center
  }

  #promo .text {
    font-size: 30px;
    text-align: center;
    line-height: 1.4
  }

  #promo .text span {
    font-size: 30px
  }

  #promo .text i {
    top: 0
  }

  #promo .button {
    float: none;
    position: relative;
    top: 100px;
    margin: 0
  }

  #promo .timer {
    float: none;
    display: block;
    width: 290px;
    margin: 0 auto;
    position: relative;
    top: -70px
  }

  #promo.promo__landing .timer {
    top: 0
  }

  #timer__action div.item {
    margin: 0;
    width: 25%;
    float: left
  }

  #timer__action div.item .timer {
    float: none;
    width: auto;
    display: inline-block;
    top: 0
  }

  #timer__action div.item i {
    display: none
  }

  #timer__action__1 div.item {
    margin: 0;
    width: 25%
  }

  #timer__action__1 div.item i {
    display: none
  }

  #timer__action__2 div.item {
    margin: 0;
    width: 25%
  }

  #timer__action__2 div.item i {
    display: none
  }

  #promo.promo__landing.promo__landing__actions img.woman__actions.wa_3 {
    margin-bottom: -200px
  }

  #prices {
    padding: 40px 0 10px;
    background: rgba(255, 255, 255, .4)
  }

  #prices .tab__item li {
    padding: 0;
    margin: 0 10px;
    font-size: 18px
  }

  #prices .tabs li {
    width: 48%;
    height: auto;
    padding-bottom: 20px
  }

  #prices .tabs li .btn {
    opacity: 1
  }

  #mission {
    padding: 30px 0;
  }

  #mission .text p {
    margin-bottom: 15px
  }

  #mission .text {
    font-size: 14px
  }

  #mission .bt {
    text-align: center
  }

  #mission .note {
    font-size: 18px;
    text-align: center
  }

  #mission .right {
    max-width: 100%
  }

  #mission .right li p {
    font-size: 18px
  }

  #services li,
  #services ul.no li {
    width: 100%;
    float: none;
    margin: 5px 0
  }

  #salons {
    padding: 30px 0 70px
  }

  #instagram {
    padding: 30px 0
  }

  #special {
    padding: 30px 0
  }

  #special li {
    width: 49%;
    margin: 0 0 15px !important
  }

  #special li:nth-child(2n) {
    float: right
  }

  #special li:nth-child(3) {
    display: block;
    float: none !important;
    margin: 0 auto !important
  }

  #reviews {
    padding: 30px 0
  }

  #reviews .slider__reviews {
    padding-top: 0
  }

  #reviews .inn .comment {
    font-size: 14px;
    line-height: 1.5
  }

  #reviews .inn {
    max-width: calc(100% - 50px)
  }

  #news {
    padding: 30px 0
  }

  #news .col.col__right .item {
    float: none;
    width: 100%
  }

  #news .col.col__right .item .data {
    background: 0 0;
    box-sizing: border-box;
    border: 2px dashed #eee
  }

  #news .col.col__right .item li {
    background: 0 0;
    box-sizing: border-box;
    border: 2px dashed #eee
  }

  #contacts .select__city {
    position: relative;
    top: 0;
    max-width: 100%;
    left: 0;
    margin: 0;
    width: 100%
  }

  #contacts .select__city .title {
    top: 0;
    left: 0;
    float: none;
    text-align: center;
    font-size: 24px
  }

  #contacts .list__sity {
    float: none;
    margin: 30px auto 0;
    width: 260px
  }

  footer .navigation {
    max-width: 100%;
    float: none
  }

  footer .navigation nav li {
    margin-bottom: 10px
  }

  footer .main {
    max-width: 100%;
    float: none;
    text-align: center;
    padding-top: 40px
  }

  footer .main .social li {
    float: none;
    margin: 10px;
    display: inline-block
  }

  footer .main .logo {
    text-align: left;
    width: 220px;
    margin: 0 auto
  }

  footer .copyright {
    text-align: center
  }

  footer .copyright p {
    float: none
  }

  footer .copyright a {
    display: block;
    float: none !important
  }

  footer .copyright span {
    display: block;
    margin: 10px 0
  }

  footer .copyright span a {
    display: block;
    margin: 5px 0
  }

  header.header__landing .logo {
    position: relative;
    z-index: 300
  }

  header.header__landing .top nav ul li.phone_city_1 {
    display: block
  }

  header.header__landing .top nav ul.list__phones {
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block !important;
    width: auto;
    text-align: right
  }

  header.header__landing .top nav ul.list__phones li a {
    color: #b06d81;
    color: #7c7c7c;
    background: 0 0 !important
  }

  .f__title__main {
    display: block;
    padding-bottom: 0;
    position: relative;
    top: 15px
  }

  .form__landing__2 .f__title__main {
    top: 0;
    padding-bottom: 15px
  }

  #promo.promo__landing {
    padding-top: 120px
  }

  #promo .button p {
    font-size: 18px
  }

  .form__landing .left .f__title {
    font-size: 20px
  }

  .form__landing .left .f__price .old {
    font-size: 20px
  }

  .form__landing .left .f__price .new {
    font-size: 30px
  }

  .form__landing .right .coll .address {
    text-align: left
  }

  .form__landing .right .coll {
    float: none !important;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px !important;
    box-sizing: border-box
  }

  .form__landing.form .right input {
    margin-bottom: 0 !important
  }

  .form__landing .list__sity {
    float: none;
    width: 100%
  }

  .form__landing .list__sity .active {
    width: 100%
  }

  #promo.promo__landing.promo__landing__actions .text u {
    display: none
  }

  #promo.promo__landing.promo__landing__actions {
    padding: 30px 0
  }

  #special__advantages {
    padding: 30px 0
  }

  #special__advantages li {
    float: none;
    width: 100% !important;
    margin: 0 0 2% !important;
    height: auto;
    padding-bottom: 20px
  }

  #unic {
    padding: 30px 0
  }

  #unic li {
    float: none !important;
    width: 100%;
    margin: 0 0 2% !important;
    height: auto;
    padding: 15px
  }

  #unic li img {
    margin: 0 auto 20px
  }

  #page__error {
    padding: 110px 0 70px;
    background: #f0f0f0
  }

  #page__error .note {
    font-size: 18px
  }

  #page__error p {
    font-size: 20px
  }

  #page__content {
    padding: 110px 0 70px
  }

  .content h2,
  .content .text .item .title a {
    font-size: 22px;
    font-weight: 900;
    color: #000
  }

  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-size: 15px
  }

  .content {
    font-size: 14px
  }

  .content blockquote {
    font-size: 20px
  }

  #page__content .actions .btn {
    display: none
  }

  #page__contacts li {
    float: none !important;
    width: 100%;
    margin: 0 0 20px !important
  }

  #page__contacts .inner {
    margin: 0
  }

  #page__contacts .data {
    padding: 30px 0
  }

  #news.news__inner {
    padding: 110px 0 70px
  }

  #actions {
    text-align: center
  }

  #actions .btn {
    float: none;
    max-width: 300px
  }

  #actions input[type=text],
  #actions input[type=tel] {
    float: none;
    margin: 0 0 15px;
    max-width: 100%
  }

  #page__thanks {
    padding: 110px 0 70px
  }

  #page__thanks p {
    font-size: 20px
  }

  #page__thanks .note {
    font-size: 18px
  }

  #select__address {
    padding: 50px 20px 20px !important
  }

  .page__info__price .title__page {
    font-size: 22px
  }

  .page__info__price .price__page {
    font-size: 20px
  }

  .content.content__page__price h1 {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.3
  }

  .content.content__page__price h2 {
    font-size: 18px;
    padding-bottom: 15px
  }

  .content.content__page__price h3 {
    font-size: 16px;
    padding-bottom: 15px
  }

  .content.content__page__price h4 {
    font-size: 16px;
    padding-bottom: 15px
  }

  .content.content__page__price h5 {
    font-size: 16px;
    padding-bottom: 15px
  }

  .content.content__page__price h6 {
    font-size: 16px;
    padding-bottom: 15px
  }

  #page__content.pc__price {
    padding: 20px 0
  }
}


@media screen and (max-width:600px) {
  header .address {
    display: none;
  }
}

@media screen and (max-width:559px) {
  #special li {
    width: 100%;
    margin: 0 !important;
    float: none !important
  }

  #special li:first-child,
  #special li:nth-child(2) {
    margin-bottom: 30px !important
  }

  #special li .title {
    min-height: 0
  }
}

@media screen and (max-width:450px) {
  header .top .sitename {
    display: none
  }

  header .contacts {
    margin-right: 40px
  }

  #promo .text,
  #promo .text span {
    font-size: 20px
  }

  #prices .tabs li {
    width: 100%;
    float: none;
    max-width: 260px;
    margin: 0 auto 2% !important
  }

  #mission .right li {
    top: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100%
  }

  #mission .right ul {
    width: 100%
  }

  #mission .right li {
    padding-bottom: 20px;
    height: auto
  }
}


@media screen and (max-width:370px) {
	header .contacts {
	    margin-right: 50px;
    margin-top: 10px;
}
}
#select__address .fancybox-close-small {
  display: none !important
}

a.phone_icon_fixed {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 2%;
  padding: 5px;
  width: 60px;
  border-radius: 50%;
  z-index: 100;
  border: 1px solid #b06d81;
  transition: .2s all ease;
}

a.phone_icon_fixed > img {
  max-width: 100%;
  width: 100%;
}

a.phone_icon_fixed:hover {
  transform: rotate(12deg);
  padding: 10px;
  box-shadow: 0px 5px 54px 0px rgba(115, 48, 64, .13)
}
