@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: proxima-nova-thin;
  src: url("../fonts/proxima-nova-thin.eot");
  src: url("../fonts/proxima-nova-thin?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-thin.woff") format("woff"), url("../fonts/proxima-nova-thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-semibold;
  src: url("../fonts/proxima-nova-semibold.eot");
  src: url("../fonts/proxima-nova-semibold?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-semibold.woff") format("woff"), url("../fonts/proxima-nova-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-regular;
  src: url("../fonts/proxima-nova-regular.eot");
  src: url("../fonts/proxima-nova-regular?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-regular.woff") format("woff"), url("../fonts/proxima-nova-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-light;
  src: url("../fonts/proxima-nova-light.eot");
  src: url("../fonts/proxima-nova-light?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-light.woff") format("woff"), url("../fonts/proxima-nova-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-extrabold;
  src: url("../fonts/proxima-nova-extrabold.eot");
  src: url("../fonts/proxima-nova-extrabold?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-extrabold.woff") format("woff"), url("../fonts/proxima-nova-extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-bold;
  src: url("../fonts/proxima-nova-bold.eot");
  src: url("../fonts/proxima-nova-bold?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-bold.woff") format("woff"), url("../fonts/proxima-nova-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-black;
  src: url("../fonts/proxima-nova-black.eot");
  src: url("../fonts/proxima-nova-black?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova-black.woff") format("woff"), url("../fonts/proxima-nova-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
.image-wrapper > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
input.error {
  border-color: red!important;
}
label.error {
  display: none!important;
}
.wrapper {
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.container {
  padding: 0 15px;
  width: 1200px;
  margin: auto;
}
::-webkit-input-placeholder {
  color: #000;
  transition: .3s;
}
::-moz-placeholder {
  color: #000;
  transition: .3s;
}
:-moz-placeholder {
  color: #000;
  transition: .3s;
}
:-ms-input-placeholder {
  color: #000;
  transition: .3s;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
.image-wrapper {
  position: relative;
}
.image-overlay {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 119, 185, 0.67) url(../img/ico_zoom.png) no-repeat center center;
  border: 3px solid #fff;
  opacity: 0;
  transition: .3s;
}
.image-overlay:hover {
  opacity: 1;
}
.input-wrapper input {
  border: 2px solid #ebeef0;
  background: #f8f8f8;
  height: 100%;
  width: 100%;
  font: 13px/24px proxima-nova-thin, sans-serif;
  letter-spacing: .08em;
  color: #8f9196;
  padding: 0 17px;
}
.btn {
  background-color: #359acf;
  background-image: -webkit-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  background-image: linear-gradient(to bottom, #57bce4 0%, #1377b9 100%);
  background-image: -ms-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  color: #fff;
  transition: .3s;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  box-shadow: 0px 12px 24px 0px rgba(0, 92, 148, 0.66);
}
.arrow-left {
  background-image: url(../img/ico_left-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s;
  background-color: #fbfbfb;
  cursor: pointer;
}
.arrow-left:hover {
  background-image: url(../img/ico_left-arrow-hover.png);
  background-color: #359acf;
}
.arrow-right {
  background-image: url(../img/ico_right-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s;
  background-color: #fbfbfb;
  cursor: pointer;
}
.arrow-right:hover {
  background-image: url(../img/ico_right-arrow-hover.png);
  background-color: #359acf;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -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%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -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%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -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%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -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%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -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%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -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(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);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -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, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 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, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 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;
}
.fadeInUpDes {
  -webkit-animation-name: fadeInUpDes;
  animation-name: fadeInUpDes;
}
@-webkit-keyframes fadeInUpDes {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInUpDes {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -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(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -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);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: 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);
    -ms-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 18030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 18040;
  border-radius: 50%;
  background: rgba(9, 120, 186, 0.95);
  box-shadow: 0 8px 22px rgba(0, 32, 68, 0.28);
}
.fancybox-close:before,
.fancybox-close:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 11px;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}
.fancybox-close:before {
  transform: rotate(45deg);
}
.fancybox-close:after {
  transform: rotate(-45deg);
}
.fancybox-close:hover {
  background: #075f96;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.75);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide 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;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.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 {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  display: block;
  width: 40px;
  padding: 0;
  height: 54px;
  list-style: none;
  text-align: center;
}
.slick-dots:before {
  position: absolute;
  content: "/3";
  display: block;
  left: calc(100% + 5px);
  bottom: 2px;
  color: #c5c5c5;
  font: 29px/29px proxima-nova-regular, sans-serif;
}
.slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 54px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 54px;
  line-height: 54px;
  font-family: proxima-nova-black, sans-serif;
  display: block;
  text-align: right;
  width: 40px;
  height: 54px;
  cursor: pointer;
  opacity: 0;
  color: #2f97cd;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  z-index: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.modal {
  min-height: 100px;
  width: 100%;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 26px 20px 28px;
}
.modal-close {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: -19px;
  right: -19px;
  background: url(../img/ico_close-btn.jpg) no-repeat center center;
}
.modal-border {
  border: 2px solid #4cb2de;
  display: block;
  padding: 8px;
  width: 470px;
  display: none;
  position: relative;
}
.modal-title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font: 20px/24px proxima-nova-bold, sans-serif;
}
.modal-subtitle {
  text-align: center;
  color: #7b7c7e;
  font: 20px/24px proxima-nova-regular, sans-serif;
  margin-bottom: 16px;
}
.modal-form {
  background: #fff;
  width: 370px;
}
.modal-form .input-wrapper {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
.modal-form .send-btn {
  font: 15px proxima-nova-light, sans-serif;
  width: 100%;
  height: 55px;
  letter-spacing: .035em;
}
.header {
  transition: .4s;
  top: -100px;
  background: #fff;
  z-index: 100;
  width: 100%;
}
.header .container {
  padding-left: 23px;
  padding-top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 153px;
  align-items: center;
  padding-bottom: 13px;
  width: 1290px;
}
.header-logo {
  width: 225px;
  margin-bottom: 3px;
}
.header-right {
  width: 1030px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  width: 560px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-menu li:hover a {
  color: #fff;
  background: #51abd8;
}
.header-menu a {
  display: block;
  padding: 6px 13px;
  margin: 4px 0;
  text-transform: uppercase;
  font: 11px/20px proxima-nova-light, sans-serif;
  letter-spacing: .12em;
  transition: .3s;
}
.header-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 455px;
}
.header-phone {
  background: #ebeef0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 223px;
}
.header-phone span {
  padding-left: 31px;
  padding-right: 8px;
  letter-spacing: .02em;
  display: block;
  color: #0c0c0b;
  font: 18px/38px proxima-nova-light, sans-serif;
  background: url(../img/ico_phone.png) no-repeat center left;
}
.header-btn {
  letter-spacing: .12em;
  font: 16px/20px proxima-nova-bold, sans-serif;
  height: 72px;
  width: 215px;
}
.menu-toggle {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  width: 44px;
  height: 36px;
  right: 25px;
  top: 22px;
  position: absolute;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 9px;
  background: #449cc2;
}
.header.active {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
}
.header.active .container {
  height: 120px;
  padding-left: 15px;
  padding-bottom: 5px;
  width: 1280px;
}
.header.active .header-logo {
  height: 90px;
}
.promo {
  min-height: 775px;
  background: #ebeef0 url(../img/bg_promo.jpg) no-repeat top center;
}
.promo .container {
  min-height: 793px;
  position: relative;
  z-index: 10;
  padding-top: 243px;
}
.promo-guarantee {
  position: absolute;
  top: 40px;
  right: -190px;
}
.promo-decor-1 {
  position: absolute;
  top: -155px;
  right: -361px;
}
.promo-decor-2 {
  position: absolute;
  top: 27px;
  left: -361px;
  z-index: -1;
}
.promo-decor-3 {
  background: url(../img/decor_promo-3.png) no-repeat 0 0;
  height: 142px;
  width: 382px;
  position: absolute;
  top: 59px;
  left: 444px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-ukraine {
  text-transform: uppercase;
  color: #676869;
  font: 18px/22px proxima-nova-regular, sans-serif;
  letter-spacing: .05em;
  margin-bottom: 20px;
  margin-left: 10px;
}
.promo-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.promo-title__first {
  padding: 11px 27px 6px 24px;
  float: left;
  font: 58px/65px proxima-nova-black, sans-serif;
  background: rgba(0, 0, 0, 0.75);
}
.promo-title__second {
  padding: 6px 33px 4px 24px;
  float: left;
  font: 58px/66px proxima-nova-black, sans-serif;
  background: rgba(0, 0, 0, 0.75);
}
.promo-subtitle {
  margin-top: 22px;
}
.promo-subtitle span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.promo-subtitle__first {
  float: left;
  font: 29px/38px proxima-nova-regular, sans-serif;
  background: #449cc2;
  padding: 0px 6px 0px 2px;
}
.promo-subtitle__second {
  float: left;
  font: 29px/38px proxima-nova-regular, sans-serif;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px 6px 0px 2px;
}
.promo-subtitle__third {
  float: left;
  font: 29px/38px proxima-nova-regular, sans-serif;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px 6px 0px 9px;
}
.promo-subtitle__forth {
  float: left;
  font: 29px/38px proxima-nova-regular, sans-serif;
  background: #449cc2;
  padding: 0px 6px 0px 2px;
}
.promo-slogan {
  margin-top: 142px;
  position: relative;
  z-index: 2;
}
.promo-slogan:after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  background: url(../img/decor_features.png) no-repeat 0 0;
  width: 194px;
  height: 221px;
  top: -88px;
  right: -96px;
}
.promo-slogan p {
  text-transform: uppercase;
  color: #676869;
  display: block;
}
.promo-slogan__first {
  padding: 17px 30px 13px 40px;
  float: right;
  font: 29px/34px proxima-nova-regular, sans-serif;
  background: #fff;
}
.promo-slogan__first .percent {
  color: #fff;
  display: inline-block;
  background: #49acd7;
  padding: 1px 3px;
}
.promo-slogan__second {
  padding: 17px 30px 13px 40px;
  float: right;
  font: 29px/34px proxima-nova-regular, sans-serif;
  background: #fff;
}
.infos {
  background: #ebeef0;
}
.infos .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.infos-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.infos-item {
  margin: 2px;
  width: 280px;
  padding: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.infos-item:hover .infos-item__img {
  transform: scale(1.2);
}
.infos-item__img {
  transition: .3s;
  height: 120px;
  width: 100%;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  background: url(../img/ico_blue-diamond.png) no-repeat center bottom;
}
.infos-item__text {
  margin-top: 14px;
  text-align: center;
  color: #0c0c0b;
  font: 18px/22px proxima-nova-light, sans-serif;
  letter-spacing: .04em;
}
.solution {
  background: #ebeef0;
}
.solution .container {
  padding-top: 130px;
  padding-bottom: 55px;
}
.solution-title span {
  text-transform: uppercase;
  color: #fff;
  padding: 6px 27px 3px;
  display: inline-block;
}
.solution-title__first {
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #d5d8da;
}
.solution-title__second {
  font: 54px/66px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.solution-dots {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.solution-dot {
  transition: .3s;
  color: #071426;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-dot:hover {
  box-shadow: 0px 12px 24px 0px rgba(0, 92, 148, 0.66);
  background-color: #359acf;
  background-image: -webkit-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  background-image: linear-gradient(to bottom, #57bce4 0%, #1377b9 100%);
  background-image: -ms-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  color: #fff;
}
.solution-dot.active {
  background-color: #359acf;
  background-image: -webkit-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  background-image: linear-gradient(to bottom, #57bce4 0%, #1377b9 100%);
  background-image: -ms-linear-gradient(top, #57bce4 0%, #1377b9 100%);
  color: #fff;
}
.solution-dot span {
  display: inline-block;
  text-align: center;
  letter-spacing: .02em;
  font: 16px/24px proxima-nova-light, sans-serif;
}
.solution-dot-1 {
  width: 350px;
  height: 76px;
}
.solution-dot-2 {
  width: 435px;
  height: 76px;
}
.solution-dot-3 {
  width: 385px;
  height: 76px;
}
.solution-slider {
  width: 100%;
}
.solution-slide {
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-start;
}
.solution-slide__images {
  width: 370px;
  padding-top: 10px;
}
.solution-slide__image {
  width: 100%;
  height: 297px;
}
.solution-slide__miniatures {
  margin-top: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.solution-slide__mini {
  width: 113px;
}
.solution-slide__descr {
  width: 425px;
  padding-top: 37px;
}
.solution-slide__title {
  color: #071426;
  font: 26px/30px proxima-nova-regular, sans-serif;
  padding-bottom: 3px;
}
.solution-slide__text {
  margin-top: 22px;
  font: 17px/22px proxima-nova-thin, sans-serif;
  padding-left: 25px;
  background: url(../img/ico_blue-diamond-small.png) no-repeat 2px 3px;
}
.solution-slide__catalog-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 26px;
  padding: 0 20px;
  border: 1px solid #49abd5;
  border-radius: 3px;
  color: #0978ba;
  font: 16px/20px proxima-nova-regular, sans-serif;
  text-decoration: none;
  transition: .3s;
}
.solution-slide__catalog-link:hover {
  color: #fff;
  background: #0978ba;
  border-color: #0978ba;
}
.solution-slide__form {
  border: 2px solid #4cb2de;
  width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 8px;
}
.solution-form {
  background: #fff;
  padding: 24px 21px 28px;
  width: 100%;
}
.solution-form__title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font: 20px/24px proxima-nova-bold, sans-serif;
}
.solution-form__subtitle {
  text-align: center;
  color: #7b7c7e;
  font: 20px/24px proxima-nova-regular, sans-serif;
  margin-bottom: 16px;
}
.solution-form .input-wrapper {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
.solution-form .send-btn {
  font: 15px proxima-nova-light, sans-serif;
  width: 100%;
  height: 55px;
  letter-spacing: .035em;
}
.solution-slider .solution-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.extra {
  background: #fff url(../img/bg_white.jpg) no-repeat top center;
}
.extra .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 74px;
}
.extra-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.extra-title__first {
  padding: 6px 27px 3px;
  float: right;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.extra-title__second {
  padding: 6px 16px 3px 20px;
  float: right;
  font: 60px/66px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.extra-title__third {
  padding: 6px 27px 3px 16px;
  float: right;
  font: 60px/66px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.extra-list {
  margin-top: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.extra-item {
  position: relative;
  width: 370px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 100px;
}
.extra-item__title {
  width: 100%;
  color: #071426;
  font: 26px/32px proxima-nova-regular, sans-serif;
}
.extra-item__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(73, 171, 213, 0.45);
  transition: .3s;
}
.extra-item__title a:hover {
  color: #0978ba;
  border-bottom-color: transparent;
}
.extra-item__images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}
.extra-item__image {
  width: 270px;
  height: 229px;
}
.extra-item__miniatures {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 85px;
  flex-direction: column;
}
.extra-item__mini {
  width: 100%;
}
.extra-item__descr {
  width: 100%;
  padding-top: 6px;
}
.extra-item__text {
  margin-top: 22px;
  font: 17px/22px proxima-nova-thin, sans-serif;
  padding-left: 22px;
  background: url(../img/ico_blue-diamond-small.png) no-repeat 1px 3px;
}
.extra-item__btn {
  width: 258px;
  height: 55px;
  font: 18px/20px proxima-nova-light, sans-serif;
  letter-spacing: .02em;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 130px);
}
.features {
  background: #ebeef0;
}
.features .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 70px;
}
.features-title {
  position: relative;
  z-index: 2;
}
.features-title:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/decor_features.png) no-repeat 0 0;
  height: 221px;
  width: 194px;
  z-index: -1;
  top: -85px;
  left: -96px;
}
.features-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.features-title__first {
  padding: 6px 27px 3px;
  float: left;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.features-title__second {
  padding: 6px 27px 3px;
  float: left;
  font: 60px/66px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.features-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.features-item {
  width: 270px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 12px 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px 0px rgba(143, 149, 147, 0.13);
}
.features-item:hover .features-item__image {
  transform: scale(1.2);
}
.features-item-1 {
  background-image: url(../img/bg_feature-item-1.jpg);
}
.features-item-2 {
  background-image: url(../img/bg_feature-item-2.jpg);
}
.features-item-3 {
  background-image: url(../img/bg_feature-item-3.jpg);
}
.features-item-4 {
  background-image: url(../img/bg_feature-item-4.jpg);
}
.features-item-5 {
  background-image: url(../img/bg_feature-item-5.jpg);
}
.features-item-6 {
  background-image: url(../img/bg_feature-item-6.jpg);
}
.features-item-7 {
  background-image: url(../img/bg_feature-item-7.jpg);
}
.features-item-8 {
  background-image: url(../img/bg_feature-item-8.jpg);
}
.features-item__image {
  transition: .3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  height: 130px;
}
.features-item__title {
  color: #454545;
  font: 18px/21px proxima-nova-regular, sans-serif;
  text-align: center;
  margin-top: 44px;
}
.features-item__text {
  color: #000;
  text-align: center;
  font: 16px/21px proxima-nova-thin, sans-serif;
  margin-top: 14px;
}
.profit {
  background: #fff url(../img/bg_white.jpg) no-repeat top center;
}
.profit .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 76px;
}
.profit-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.profit-title__first {
  padding: 6px 27px 3px;
  float: right;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.profit-title__second {
  padding: 6px 27px 3px 37px;
  float: right;
  font: 60px/66px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.profit-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 51px;
}
.profit-item {
  width: 570px;
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  background-position: top left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.profit-item:hover .profit-item__image img {
  transform: scale(1.2);
}
.profit-item-1 {
  min-height: 350px;
  background-image: url(../img/bg_profit-item-1.jpg);
}
.profit-item-2 {
  min-height: 350px;
  background-image: url(../img/bg_profit-item-2.jpg);
}
.profit-item-3 {
  min-height: 285px;
  background-image: url(../img/bg_profit-item-3.jpg);
}
.profit-item-4 {
  min-height: 285px;
  background-image: url(../img/bg_profit-item-4.jpg);
}
.profit-item__image {
  width: 155px;
  height: 100%;
  margin: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profit-item__image img {
  transition: .3s;
}
.profit-item__descr {
  width: 355px;
  height: 100%;
  padding-top: 21px;
}
.profit-item__name {
  color: #454545;
  font: 26px/38px proxima-nova-regular, sans-serif;
  margin-bottom: 4px;
}
.profit-item__text {
  font: 17px/22px proxima-nova-thin, sans-serif;
  color: #404751;
  margin-bottom: 10px;
}
.profit-item__text b {
  font-family: proxima-nova-semibold, sans-serif;
}
.profit-btn {
  font: 18px/20px proxima-nova-light, sans-serif;
  letter-spacing: .02em;
  width: 258px;
  height: 55px;
  margin: 27px auto 0;
}
.with {
  background: #ebeef0;
}
.with .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 80px;
}
.with-decor {
  position: absolute;
  top: -194px;
  right: -361px;
}
.with-title {
  position: relative;
  z-index: 2;
}
.with-title:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/decor_features.png) no-repeat 0 0;
  height: 221px;
  width: 194px;
  z-index: -1;
  top: -85px;
  left: -96px;
}
.with-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.with-title__first {
  padding: 13px 27px 3px;
  float: left;
  font: 44px/57px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.with-title__second {
  padding: 10px 27px 3px;
  float: left;
  font: 26px/64px proxima-nova-black, sans-serif;
  background: #49abd5;
  width: 100%;
}
.with-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 33px;
}
.with-item {
  position: relative;
}
.with-item__inner {
  position: relative;
  background: #fff;
  width: 570px;
  min-height: 157px;
  margin: 16px 0;
  padding: 20px 20px 10px 34px;
  z-index: 2;
}
.with-item__inner:after {
  display: block;
  content: "";
  background: url(../img/ico_blue-diamond-big.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: -13px;
}
.with-item__num {
  position: absolute;
  font: 194px/194px proxima-nova-extrabold, sans-serif;
  color: #dcdfe1;
  display: block;
  width: 130px;
  top: -39px;
  left: -60px;
  text-align: left;
  z-index: 1;
}
.with-item__title {
  color: #454545;
  font: 26px/38px proxima-nova-regular, sans-serif;
}
.with-item__text {
  margin-top: 8px;
  font: 17px/21px proxima-nova-thin, sans-serif;
  color: #404751;
}
.buy {
  background: #fff url(../img/bg_white.jpg) no-repeat top center;
}
.buy .container {
  position: relative;
  padding-top: 121px;
  padding-bottom: 76px;
}
.buy-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.buy-title__first {
  padding: 6px 27px 3px;
  float: right;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
  text-align: right;
}
.buy-title__second {
  padding: 6px 27px 3px 29px;
  float: right;
  font: 60px/66px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.buy-infos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.buy-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  position: relative;
  margin-top: 30px;
}
.buy-info:hover .buy-info__bg {
  color: #49abd5;
  opacity: .5;
}
.buy-info-1 {
  width: 185px;
}
.buy-info-2 {
  width: 250px;
}
.buy-info-3 {
  width: 250px;
}
.buy-info-4 {
  width: 320px;
}
.buy-info__bg {
  text-align: center;
  font: 100px/130px proxima-nova-black, sans-serif;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #eaeaeb;
  transition: .3s;
}
.buy-info__text {
  position: relative;
  text-align: center;
  color: #454545;
  font: 23px/28px proxima-nova-regular, sans-serif;
}
.statistics-sertificates {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
}
.statistics-list {
  padding-top: 80px;
  width: 700px;
}
.statistics-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.statistics-item:hover .statistics-item__image img {
  transform: scale(1.2);
}
.statistics-item__image {
  width: 89px;
  padding-top: 20px;
}
.statistics-item__bg {
  width: 89px;
  height: 89px;
  background: #f7f7f7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-item__bg img {
  position: relative;
  top: -24px;
  left: 24px;
  transition: .3s;
}
.statistics-item__descr {
  margin-left: 40px;
  width: 565px;
}
.statistics-item__title {
  font: 26px/28px proxima-nova-regular, sans-serif;
  color: #454545;
}
.statistics-item__text {
  font: 17px/22px proxima-nova-thin, sans-serif;
  color: #404751;
  margin-top: 12px;
}
.statistics-item__text a {
  color: #0978ba;
  text-decoration: underline;
}
.statistics-item__text a:hover {
  text-decoration: none;
}
.sertificates-arrows {
  z-index: 10;
  height: 73px;
  width: 155px;
  position: absolute;
  right: 0;
  top: -3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.sertificates-arrows__left {
  width: 77px;
  height: 73px;
}
.sertificates-arrows__right {
  width: 77px;
  height: 73px;
}
.sertificates-slider-wrapper {
  position: relative;
  width: 370px;
  padding-top: 102px;
}
.sertificates-slider .slick-dots {
  bottom: -65px;
  left: calc(50% - 40px);
}
.sertificates-slider .slick-dots:before {
  content: "/3";
}
.services {
  background: #ebeef0;
  position: relative;
  z-index: 1;
}
.services .container {
  padding-top: 130px;
  position: relative;
  z-index: 10;
  padding-bottom: 57px;
}
.services-title {
  position: relative;
  z-index: -1;
}
.services-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.services-title__first {
  padding: 6px 31px 3px 27px;
  float: left;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.services-decor {
  position: absolute;
  left: -361px;
  top: 189px;
}
.services-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.services-item {
  width: 270px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 12px 21px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px 0px rgba(143, 149, 147, 0.13);
}
.services-item:hover .services-item__image {
  transform: scale(1.2);
}
.services-item-1 {
  background-image: url(../img/bg_service-item-1.jpg);
}
.services-item-2 {
  background-image: url(../img/bg_service-item-2.jpg);
}
.services-item-3 {
  background-image: url(../img/bg_service-item-3.jpg);
}
.services-item-4 {
  background-image: url(../img/bg_service-item-4.jpg);
}
.services-item__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  height: 127px;
  transition: .3s;
}
.services-item__text {
  color: #404751;
  text-align: center;
  font: 17px/22px proxima-nova-thin, sans-serif;
  margin-top: 33px;
}
.order {
  background: url(../img/bg_order.jpg) no-repeat top center;
  min-height: 530px;
  background-size: cover;
}
.order .container {
  padding-top: 180px;
  padding-bottom: 94px;
}
.order-2 {
  min-height: inherit;
}
.order-2 .container {
  padding-top: 165px;
  padding-bottom: 145px;
}
.order-title {
  color: #fff;
  font: 42px/45px proxima-nova-black, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.order-subtitle {
  color: #fff;
  font: 26px/30px proxima-nova-regular, sans-serif;
  text-align: center;
  margin-top: 12px;
}
.order-form {
  margin-top: 36px;
  margin-bottom: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.order-form .input-wrapper {
  width: 258px;
  height: 55px;
  margin: 0 15px;
}
.order-form .input-wrapper input {
  font: 15px/24px proxima-nova-thin, sans-serif;
  letter-spacing: .08em;
  color: #8f9196;
}
.order-form .send-btn {
  width: 258px;
  height: 55px;
  margin: 0 15px;
  font: 15px/20px proxima-nova-light, sans-serif;
  letter-spacing: .02em;
}
.clients {
  background: #ebeef0;
}
.clients .container {
  padding-top: 120px;
  padding-bottom: 50px;
}
.clients-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.clients-title__first {
  padding: 6px 31px 3px 27px;
  float: left;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.clients-slider-wrapper {
  position: relative;
  width: 100%;
  margin-top: 61px;
}
.clients-decor {
  position: absolute;
  top: 180px;
  left: -96px;
}
.clients-slider {
  z-index: 1;
  position: relative;
  width: 100%;
}
.clients-arrows {
  z-index: 10;
  height: 73px;
  width: 155px;
  position: absolute;
  right: 0;
  top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.clients-arrows__left {
  width: 77px;
  height: 73px;
}
.clients-arrows__right {
  width: 77px;
  height: 73px;
}
.clients-slide {
  position: relative;
  padding-left: 0px;
}
.clients-slide__photo {
  position: absolute;
  top: 10px;
  left: 0;
}
.clients-slide__person {
  padding-left: 25px;
}
.clients-slide__name {
  color: #454545;
  font: 26px/38px proxima-nova-regular, sans-serif;
}
.clients-slide__position {
  color: #717273;
  font: 17px/32px proxima-nova-thin, sans-serif;
}
.clients-slide__review {
  margin-top: 12px;
  background: #fff;
  padding-left: 25px;
  padding-top: 53px;
  padding-right: 40px;
  padding-bottom: 37px;
}
.clients-slide__text {
  color: #454545;
  font: 17px/22px proxima-nova-thin, sans-serif;
  margin-bottom: 22px;
}
.partners-slider-wrapper {
  margin: 80px -15px 0 -15px;
  position: relative;
}
.partners-arrows__left {
  width: 77px;
  height: 73px;
  position: absolute;
  left: -77px;
  top: 64px;
}
.partners-arrows__right {
  width: 77px;
  height: 73px;
  position: absolute;
  right: -77px;
  top: 64px;
}
.partners-slider {
  width: 100%;
}
.partners-slider .partners-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.partners-slide {
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.partners-slide__inner {
  background: #fff;
  width: 270px;
  height: 177px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-slider .slick-dots {
  top: 16px;
  right: 205px;
}
.clients-slider .slick-dots:before {
  content: "/2";
}
.cooperation {
  background: url(../img/bg_cooperation.jpg) no-repeat top center;
  min-height: 740px;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.cooperation .container {
  padding-top: 104px;
}
.cooperation-info {
  background: #fff;
  position: relative;
  width: 900px;
}
.cooperation-info:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/decor_cooperation-form.png) no-repeat 0 0;
  width: 843px;
  height: 816px;
  top: -142px;
  right: -440px;
}
.cooperation-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.cooperation-title__first {
  padding: 10px 40px 0px 47px;
  float: left;
  font: 42px/63px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.cooperation-title__second {
  padding: 8px 37px 2px 47px;
  float: left;
  font: 42px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.cooperation-title__third {
  padding: 6px 31px 1px 47px;
  float: left;
  font: 42px/61px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.cooperation-descr {
  margin-top: 40px;
  padding-left: 48px;
  width: 470px;
  padding-bottom: 35px;
}
.cooperation-descr__text {
  margin-bottom: 32px;
  color: #404751;
  font: 27px/32px proxima-nova-thin, sans-serif;
}
.cooperation-form-wrapper {
  border: 2px solid #4cb2de;
  width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 8px;
  position: absolute;
  top: 29px;
  z-index: 10;
  right: -180px;
}
.cooperation-form-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/decor_cooperation-form-2.png) no-repeat 0 0;
  width: 657px;
  height: 705px;
  z-index: -1;
  left: -212px;
  top: 11px;
}
.cooperation-form {
  box-shadow: 0px 4px 43px 0px #49abd5;
  background: #fff;
  padding: 24px 21px 28px;
  width: 100%;
}
.cooperation-form__title {
  text-transform: uppercase;
  text-align: center;
  color: #071426;
  font: 20px/24px proxima-nova-bold, sans-serif;
}
.cooperation-form__subtitle {
  text-align: center;
  color: #7b7c7e;
  font: 18px/24px proxima-nova-regular, sans-serif;
  margin-bottom: 16px;
}
.cooperation-form .input-wrapper {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
.cooperation-form .send-btn {
  font: 15px proxima-nova-light, sans-serif;
  width: 100%;
  height: 55px;
  letter-spacing: .035em;
}
.questions {
  background: #ebeef0 url(../img/bg_grey.jpg) no-repeat top center;
}
.questions .container {
  padding-top: 120px;
  padding-bottom: 70px;
}
.questions-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.questions-title__first {
  padding: 6px 39px 3px 27px;
  float: left;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #49abd5;
}
.questions-title__second {
  padding: 6px 31px 3px 27px;
  float: left;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.questions-list {
  margin-top: 28px;
  padding-top: 1px;
}
.questions-list__question {
  margin-top: 21px;
  padding: 21px 45px 17px 35px;
  background: #fff;
  color: #656564;
  transition: .3s;
  font: 23px/26px proxima-nova-bold, sans-serif;
  letter-spacing: -0.035em;
  cursor: pointer;
  position: relative;
}
.questions-list__question:after {
  background: url(../img/decor_question.png) no-repeat 0 0;
  height: 9px;
  width: 13px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 27px;
}
.questions-list__question.active {
  color: #fff;
  background: #49abd5;
}
.questions-list__question.active:after {
  background: url(../img/decor_question-active.png) no-repeat 0 0;
  height: 9px;
  width: 13px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 27px;
}
.questions-list__answer {
  padding-left: 36px;
  padding-top: 30px;
  padding-bottom: 14px;
}
.questions-list__text {
  color: #30302f;
  font: 16px/22px proxima-nova-light, sans-serif;
  margin-bottom: 22px;
}
.questions-list__text a {
  text-decoration: underline;
  color: #49abd5;
}
.questions-list__text a:hover {
  text-decoration: none;
}
.other-questions {
  margin-top: 34px;
  padding-top: 20px;
}
.other-questions__title {
  font: 34px/40px proxima-nova-black, sans-serif;
  text-transform: uppercase;
  color: #071426;
  text-align: center;
}
.other-questions__btn {
  font: 18px/20px proxima-nova-light, sans-serif;
  letter-spacing: .02em;
  height: 55px;
  width: 258px;
  margin: 36px auto 0;
}
.work {
  background: #fff;
}
.work .container {
  padding-top: 120px;
  padding-bottom: 85px;
  position: relative;
  z-index: 10;
}
.work-decor {
  position: absolute;
  top: 20px;
  right: -361px;
}
.work-title {
  position: relative;
  z-index: 1;
}
.work-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.work-title__first {
  padding: 6px 27px 3px 27px;
  float: right;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.work-btns {
  margin: 76px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 772px;
  justify-content: space-between;
}
.work-btn {
  border: 2px solid #ebeef0;
  text-transform: uppercase;
  font: 16px/20px proxima-nova-light, sans-serif;
  letter-spacing: .02em;
  color: #abadb0;
  transition: .3s;
  padding: 27px;
  text-align: center;
  position: relative;
  background: #fff;
}
.work-btn-1 {
  width: 350px;
}
.work-btn-2 {
  width: 370px;
}
.work-btn.active {
  color: #2484b6;
  border-color: #2484b6;
}
.work-btn.active:after {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 2px;
  left: calc(50% - 1px);
  top: calc(100% + 20px);
  background: #2484b6;
}
.work-slider {
  margin-top: 60px;
}
.work-list {
  justify-content: space-between;
}
.work-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  position: relative;
}
.work-item:hover .work-item__image img {
  transform: scale(1.2);
}
.work-item:first-child:after {
  display: none;
}
.work-item:after {
  position: absolute;
  top: 120px;
  content: "";
  display: block;
  background: url(../img/decor_work-item.png) no-repeat 0 0;
  width: 89px;
  height: 4px;
}
.work-item__image {
  height: 170px;
  position: relative;
  text-align: center;
}
.work-item__image img {
  transition: .3s;
}
.work-item__num {
  font: 130px/140px proxima-nova-extrabold, sans-serif;
  text-align: center;
  color: #e2e2e3;
  display: block;
}
.work-item__bg {
  position: absolute;
  background: #f7f7f7;
  height: 89px;
  width: 89px;
  bottom: 0;
  left: calc(50% - 45px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-item__bg img {
  position: relative;
  top: -17px;
  left: 25px;
}
.work-item__text {
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
  color: #404751;
  font: 17px/22px proxima-nova-thin, sans-serif;
}
.work-slider .work-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.work-list-1 .work-item:after {
  left: calc(50% - 160px);
}
.work-list-2 .work-item:after {
  left: calc(50% - 210px);
}
.contacts {
  background: #fff;
  position: relative;
  z-index: 10;
}
.contacts .container {
  padding-top: 120px;
  padding-bottom: 85px;
  position: relative;
  z-index: 10;
}
.contacts-decor {
  position: absolute;
  left: -361px;
  top: 177px;
}
.contacts-title span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.contacts-title__first {
  padding: 8px 33px 1px 27px;
  float: left;
  font: 60px/65px proxima-nova-black, sans-serif;
  background: #e2e2e3;
}
.contacts-content {
  margin-top: 113px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.contacts-list {
  width: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}
.contacts-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  margin-bottom: 41px;
}
.contacts-item:hover .contacts-item__image img {
  transform: scale(1.2);
}
.contacts-item:last-child {
  margin-bottom: 28px;
}
.contacts-item__image {
  height: 110px;
  position: relative;
  text-align: center;
}
.contacts-item__image img {
  transition: .3s;
}
.contacts-item__bg {
  position: absolute;
  background: #f7f7f7;
  height: 89px;
  width: 89px;
  bottom: 0;
  left: calc(50% - 45px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-item__bg img {
  position: relative;
  top: -27px;
  left: 25px;
}
.contacts-item__text {
  margin-top: 24px;
  color: #2f2f2f;
  font: 20px/23px proxima-nova-thin, sans-serif;
  letter-spacing: .02em;
}
.contacts-map {
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 400px;
}
.footer {
  background: #1f3d4f;
}
.footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 40px;
}
.footer-logo {
  width: 270px;
}
.footer-descr {
  color: #fff;
  font: 21px/34px proxima-nova-extrabold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 470px;
  padding-top: 25px;
}
.footer-dev {
  padding-top: 13px;
  width: 270px;
  text-align: right;
  text-transform: uppercase;
  color: #4bb1dd;
  font: 12px/16px proxima-nova-light, sans-serif;
  letter-spacing: .045em;
}
.thanks {
  background: url(../img/bg_thanks.jpg) no-repeat center center;
}
.thanks .container {
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
}
.thanks-title {
  color: #fff;
  font: 58px/75px proxima-nova-black, sans-serif;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  padding: 7px 40px 0px;
  position: relative;
  text-align: center;
}
.thanks-title:after {
  display: block;
  content: "";
  background: url(../img/decor_features.png) no-repeat 0 0;
  width: 194px;
  height: 221px;
  position: absolute;
  top: -82px;
  right: -97px;
  z-index: -11;
}
.thanks-subtitle {
  color: #3d3e3e;
  font: 29px/38px proxima-nova-regular, sans-serif;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 1400px) {
  .header .container {
    padding-left: 0;
    width: 1200px;
    padding-bottom: 5px;
  }
  .header.active .container {
    width: 1200px;
  }
  .header-logo {
    margin-bottom: 0;
  }
  .header-right {
    width: 870px;
  }
  .header-btns {
    width: 215px;
    flex-direction: column;
  }
  .header-phone {
    height: 36px;
    width: 215px;
    margin-bottom: 10px;
  }
  .header-btn {
    height: 36px;
  }
  .promo-guarantee {
    width: 200px;
    right: 0;
  }
  .partners-slider-wrapper {
    width: 900px;
    margin: 80px auto 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 1200px;
    min-width: 992px;
  }
  .container {
    padding: 0 11px;
    width: 970px!important;
  }
  .header-menu {
    width: 530px;
  }
  .promo .container {
    min-height: 700px;
  }
  .promo-decor-3 {
    top: 20px;
    left: 150px;
  }
  .promo-guarantee {
    right: 220px;
    top: 10px;
  }
  .promo-title__first,
  .promo-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .promo-slogan__first,
  .promo-slogan__second {
    font-size: 25px;
    line-height: 29px;
  }
  .infos .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .infos-item {
    width: 220px;
  }
  .solution .container {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .solution-title__first,
  .solution-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .solution-dots {
    margin-top: 35px;
  }
  .solution-dot {
    width: 30%;
    padding: 0 20px;
    height: 60px;
  }
  .solution-dot-2 {
    width: 40%;
  }
  .solution-slide__images {
    width: 320px;
    padding-top: 0;
  }
  .solution-slide__image {
    height: auto;
  }
  .solution-slide__miniatures {
    flex-wrap: wrap;
  }
  .solution-slide__mini {
    width: 30%;
  }
  .solution-slide__descr {
    padding-top: 5px;
    width: 340px;
  }
  .solution-slide__title {
    flex: 22px;
    line-height: 26px;
  }
  .solution-slide__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .solution-slide__form {
    width: 270px;
  }
  .solution-form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .extra .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .extra-title__first,
  .extra-title__second,
  .extra-title__third {
    font-size: 45px;
    line-height: 50px;
  }
  .extra-list {
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-around;
  }
  .extra-item {
    margin-top: 30px;
  }
  .features .container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .features-title__first,
  .features-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .features-item {
    width: 230px;
  }
  .profit .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .profit-title__first,
  .profit-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .profit-item {
    width: 48%;
  }
  .with-title__first {
    line-height: 50px;
  }
  .with-title__second {
    line-height: 32px;
  }
  .with-list {
    justify-content: space-around;
  }
  .with-item {
    width: 48%;
  }
  .with-item__inner {
    width: 100%;
  }
  .with .container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .buy .container {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .buy-title__first,
  .buy-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .buy-infos {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .buy-info {
    width: 340px;
  }
  .statistics-sertificates {
    margin-top: 20px;
  }
  .statistics-list {
    width: 560px;
  }
  .services .container {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .services-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .services-list {
    margin-top: 30px;
  }
  .services-item {
    width: 220px;
  }
  .services-item__text br {
    display: none;
  }
  .order {
    min-height: inherit;
  }
  .order .container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .order-form {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 36px auto;
  }
  .order-form .input-wrapper {
    margin-bottom: 20px;
  }
  .clients .container {
    padding-top: 50px;
  }
  .clients-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .partners-slider-wrapper {
    width: 810px;
    margin-top: 45px;
  }
  .partners-slide {
    padding: 10px;
  }
  .partners-slide__inner {
    width: 250px;
    height: 160px;
  }
  .cooperation-form-wrapper {
    right: -55px;
  }
  .cooperation-info:after {
    right: -315px;
  }
  .questions .container {
    padding-top: 75px;
  }
  .questions-title__first,
  .questions-title__second {
    font-size: 45px;
    line-height: 50px;
  }
  .work-item:after {
    display: none;
  }
  .work .container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .work-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .work-btns {
    margin-top: 45px;
  }
  .work-item {
    width: 19%;
  }
  .contacts .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .contacts-title__first {
    font-size: 45px;
    line-height: 50px;
  }
  .contacts-content {
    margin-top: 50px;
  }
  .contacts-list {
    width: 300px;
  }
  .contacts-map {
    left: 300px;
    width: 900px;
  }
  .footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-logo {
    width: 170px;
  }
  .footer-descr {
    padding-top: 0;
  }
  .footer-dev {
    padding-top: 0;
    width: 170px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: 992px;
    min-width: 768px;
  }
  .container {
    padding: 0 9px;
    width: 768px!important;
  }
  .header-logo {
    width: 160px;
  }
  .header-menu {
    width: 390px;
  }
  .header-menu a {
    font-size: 10px;
    line-height: 17px;
    margin: 2px 0;
  }
  .header-right {
    width: 600px;
  }
  .header-btns {
    width: 190px;
  }
  .header-phone span {
    font-size: 15px;
  }
  .header-phone {
    width: 190px;
  }
  .header-btn {
    width: 190px;
    font-size: 14px;
  }
  .promo-decor-3 {
    top: 10px;
    left: 20px;
  }
  .promo-title__first,
  .promo-title__second {
    font-size: 43px;
  }
  .promo-slogan__first,
  .promo-slogan__second {
    font-size: 22px;
    line-height: 24px;
  }
  .promo-guarantee {
    right: 100px;
  }
  .infos-list {
    flex-wrap: wrap;
  }
  .infos-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .solution-slider .solution-slide {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .solution-dot span {
    font-size: 14px;
    line-height: 17px;
  }
  .solution-dot span br {
    display: none;
  }
  .solution-slide__images {
    width: 300px;
  }
  .solution-slide__descr {
    width: 420px;
  }
  .solution-slide__form {
    margin-top: 30px;
    width: 550px;
  }
  .extra-item {
    width: 360px;
  }
  .features-list {
    justify-content: space-around;
  }
  .buy-title__first {
    font-size: 35px;
  }
  .statistics-item__title {
    font-size: 23px;
  }
  .statistics-item__text {
    font-size: 16px;
    line-height: 19px;
  }
  .features-item {
    width: 270px;
  }
  .statistics-list {
    width: 380px;
  }
  .sertificates-slider-wrapper {
    width: 330px;
  }
  .services-list {
    justify-content: space-around;
  }
  .partners-slider-wrapper {
    width: 540px;
  }
  .cooperation {
    min-height: inherit;
  }
  .cooperation .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cooperation-info {
    width: 100%;
    min-height: 460px;
  }
  .cooperation-info:after {
    display: none;
  }
  .cooperation-title__first,
  .cooperation-title__second,
  .cooperation-title__third {
    font-size: 35px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 14px;
  }
  .cooperation-descr {
    padding-left: 21px;
    width: 330px;
  }
  .cooperation-descr__text {
    font-size: 21px;
    line-height: 25px;
  }
  .cooperation-form-wrapper {
    width: 300px;
    top: 10px;
    right: 10px;
  }
  .cooperation-form-wrapper:after {
    display: none;
  }
  .work-slider .work-list {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .work-item {
    width: 48%;
  }
  .services-item {
    width: 270px;
    margin-bottom: 15px;
  }
  .contacts-map {
    width: 692px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer-descr {
    width: 370px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 768px;
    min-width: 320px;
  }
  .container {
    padding: 0 9px;
    width: 100%!important;
  }
  .menu-toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  }
  .header.active .container {
    height: 80px;
    padding-left: 9px;
    padding-bottom: 5px;
    width: 1280px;
  }
  .header.active .header-logo {
    height: 70px;
  }
  .header .container {
    position: relative;
    height: 80px;
  }
  .header-btns {
    margin: 10px auto 0;
  }
  .header-logo {
    height: 70px;
  }
  .header-right {
    width: 100%;
    padding: 10px;
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 100;
    flex-direction: column;
    left: 0;
    display: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  }
  .header-menu {
    width: 300px;
    margin: auto;
    justify-content: space-around;
  }
  .promo {
    min-height: inherit;
  }
  .promo .container {
    padding-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: inherit;
    padding-bottom: 50px;
  }
  .promo-title__first,
  .promo-title__second {
    font-size: 35px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .promo-guarantee {
    position: relative;
    right: 0;
    margin: 10px 0;
    width: 140px;
  }
  .promo-subtitle__first,
  .promo-subtitle__second,
  .promo-subtitle__third,
  .promo-subtitle__forth {
    font-size: 22px;
    line-height: 24px;
  }
  .promo-slogan__first,
  .promo-slogan__second {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    text-align: center;
    padding: 2px 5px;
  }
  .promo-decor-2 {
    display: none;
  }
  .promo-decor-3 {
    display: none;
  }
  .infos-item {
    width: 100%;
  }
  .solution-title__first,
  .solution-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .solution-title span {
    padding: 4px;
  }
  .solution-dots {
    flex-direction: column;
  }
  .solution-dot {
    width: 100%;
  }
  .solution-slide__images {
    margin-bottom: 20px;
  }
  .extra-title__first,
  .extra-title__second,
  .extra-title__third {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .extra-item__title {
    width: 300px;
    margin: auto;
    font-size: 23px;
    line-height: 25px;
  }
  .extra-item__images {
    flex-direction: column;
    width: 300px;
  }
  .extra-item__image {
    width: 300px;
  }
  .extra-item__image > img {
    width: 100%;
  }
  .extra-item__miniatures {
    margin-top: 17px;
    width: 300px;
    flex-direction: row;
    justify-content: space-between;
  }
  .extra-item__mini {
    width: 30%;
  }
  .features-title__first,
  .features-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .profit-title__first,
  .profit-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .profit-list {
    justify-content: center;
  }
  .profit-item {
    width: 100%;
    max-width: 585px;
    min-height: inherit;
    flex-direction: column;
    align-items: center;
  }
  .profit-item__name {
    font-size: 22px;
    line-height: 30px;
  }
  .profit-item__text {
    font-size: 14px;
    line-height: 18px;
  }
  .profit-item__descr {
    padding-bottom: 15px;
    width: 100%;
  }
  .with-item {
    width: 100%;
    max-width: 500px;
  }
  .with-title__first,
  .with-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .with-item__inner {
    padding: 15px 20px;
    min-height: 130px;
  }
  .with-item__title {
    font-size: 20px;
    line-height: 23px;
  }
  .with-item__text {
    font-size: 14px;
    line-height: 18px;
  }
  .buy-title__first,
  .buy-title__second {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .statistics-sertificates {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .statistics-list {
    width: 100%;
  }
  .sertificates-slider .slick-dots {
    left: 0;
    top: -80px;
    bottom: auto;
  }
  .sertificates-slider-wrapper {
    width: 300px;
  }
  .services-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .order-title {
    font-size: 30px;
    line-height: 35px;
  }
  .order-subtitle {
    font-size: 22px;
    line-height: 26px;
  }
  .clients .container {
    padding-bottom: 90px;
  }
  .clients-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .clients-slider-wrapper {
    margin-top: 100px;
  }
  .clients-arrows {
    top: -80px;
  }
  .clients-slider .slick-dots {
    top: -64px;
  }
  .clients-slide__name {
    font-size: 22px;
  }
  .clients-slide__position {
    line-height: 20px;
  }
  .clients-slide__review {
    padding: 15px 10px;
  }
  .clients-slide__text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .partners-slider-wrapper {
    width: 270px;
  }
  .partners-arrows__right {
    margin-top: 10px;
    top: 100%;
    right: 10px;
  }
  .partners-arrows__left {
    margin-top: 10px;
    top: 100%;
    left: 10px;
  }
  .cooperation-info {
    padding-bottom: 20px;
  }
  .cooperation-title__first,
  .cooperation-title__second,
  .cooperation-title__third {
    font-size: 25px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .cooperation-form-wrapper {
    position: relative;
    margin: auto;
    right: 0;
    top: 0;
  }
  .cooperation-descr {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cooperation-descr__text {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }
  .questions .container {
    padding-top: 45px;
  }
  .questions-title__first,
  .questions-title__second {
    font-size: 25px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .questions-list__question {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 29px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .questions-list__question:after {
    right: 10px;
  }
  .questions-list__question.active:after {
    right: 10px;
  }
  .questions-list__text {
    font-size: 15px;
    line-height: 18px;
  }
  .questions-list__answer {
    padding: 15px 10px;
  }
  .other-questions__title {
    font-size: 28px;
    line-height: 31px;
  }
  .work-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .work-btn.active:after {
    display: none;
  }
  .work-btns {
    margin: 30px auto;
    max-width: 300px;
    flex-direction: column;
  }
  .work-btn {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    padding: 15px;
  }
  .work-item {
    width: 100%;
  }
  .work-slider {
    margin-top: 35px;
  }
  .contacts-title__first {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .contacts-content {
    flex-direction: column;
    margin-top: 20px;
  }
  .contacts-list {
    padding-right: 5px;
    padding-left: 5px;
    margin: 10px auto;
  }
  .contacts-map {
    position: relative;
    width: 100%;
    height: 330px;
    left: 0;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer-logo {
    width: 155px;
  }
  .footer-descr {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
  }
  .footer-dev {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .modal-border {
    width: 280px;
  }
  .modal-form {
    width: 240px;
  }
  .thanks-title {
    font-size: 40px;
    line-height: 45px;
  }
  .thanks-subtitle {
    font-size: 23px;
    line-height: 27px;
  }
}
