/* 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;
}

/***====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#999999;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #e6eaea;
}
.table-striped>tbody>tr>td{
	color:#202e31;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fdc236;
}

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

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: circe-regular;
	src: url("../fonts/circe-regular.eot");
	src: url("../fonts/circe-regular?#iefix") format("embedded-opentype"), url("../fonts/circe-regular.woff") format("woff"), url("../fonts/circe-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

* {
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.image-wrapper > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.input-wrapper > input {
	width: 100%;
	height: 100%;
}

input.error:focus, input.error {
	border-color: red!important;
}

label.error {
	display: none!important;
}
.hidden{
	display:none !important;
}
.hidden2{
	display:none;
}
.wrapper {
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
	background: #ffffff;
}

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

::-webkit-input-placeholder {
	color: #000000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

::-moz-placeholder {
	color: #000000;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

:-moz-placeholder {
	color: #000000;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

:-ms-input-placeholder {
	color: #000000;
	transition: 0.3s;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

/*!
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;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInUpDes {
	-webkit-animation-name: fadeInUpDes;
	-moz-animation-name: fadeInUpDes;
	animation-name: fadeInUpDes;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	-moz-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: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.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: #444444;
	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-close,
.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: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.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, 6, 40, 0.4);
}

.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 #222222;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

/* Slider */

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

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

.slick-list:focus {
	outline: none;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-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;
}

/* Icons */

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

/* 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: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.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;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.modal-text {
	display: none;
	position: relative;
	background: #ffffff;
}

.modal-text__inner {
	width: 570px;
	min-height: 540px;
	padding: 70px 80px 70px 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-text .modal-close-btn {
	display: block;
	position: absolute;
	background: url(../img/ico_answer-close.png) no-repeat center center;
	width: 25px;
	height: 25px;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 999;
}

.modal-text__text {
	letter-spacing: 0.025em;
	font: 17px/27px circe-light, sans-serif;
	color: #000000;
}

.modal-order {
	width: 95vw;
	height: 95vh;
	background: url(../img/silver-bmw-i8-concept-night.jpg) no-repeat center center;
	background-position:-100px 0;
	background-size: cover;
	position: relative;
	display: none;
}

.modal-calc {
	width: 95vw;
	max-height: 95vh;
	height: auto;
	padding: 0;
    margin: 0;
    overflow-y: scroll;
}

.modal-calc .calc-container {
	padding: 15px;
}

.modal-order .container {
	width: 100%;
}

.modal-order .modal-close-btn {
	right: 40px;
	top: 90px;
	display: block;
	position: absolute;
	background: url(../img/ico_answer-close.png) no-repeat center center;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.modal-order:before {
	width: 50%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background:#000000;
	z-index: 1;
}

.modal-order .container {
	position: relative;
	z-index: 3;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.order-form .form-send {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	color: #ffffff;
}

.order-form .form-send:hover {
	opacity: 1;
}

.order-form .form-send:before {
	width: 100%;
	background: #49036c;
}

.menu {
	background: #ffffff;
	position: fixed;
	width: 100%;
	top: -80px;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.menu.active {
	top: 0;
}

.menu .container {
	height: 70px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-static {
	background: #000000;
	width: 100%;
	z-index: 100;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.menu-static .menu-nav{
	padding:20px 0;
	justify-content: flex-end;
}
.menu-static .container{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-static .menu-phone{
	flex-basis:30%;
}
.menu-nav {
	padding-top: 3px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 900px;
}

.menu-nav li {
	display: inline-block;
	margin-right:20px;
	cursor: pointer;
	font: 16px/30px circe-bold, sans-serif;
	color: #d1d1d1;
	letter-spacing: 0.05em;
}

.menu-nav li:hover {
	color: #ffffff;
}

.menu-phone {
	font: 18px/30px circe-regular, sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	display: inline-block;
}

.promo {
	background: #ffffff;
	position: relative;
}

.promo .container {
	min-height: 800px;
	position: relative;
}

.promo-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}

.promo-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 300px;
	margin-top: 23px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-logo__img {
	width: 111px;
}

.promo-logo__text {
	margin-left: 16px;
	margin-top: 1px;
}

.promo-logo__name {
	letter-spacing: 0.025em;
	font: 20px/24px futurapt-bold, sans-serif;
	color: #ffffff;
}

.promo-logo__descr {
	margin-top: 7px;
	color: #ffffff;
	font: 16px/20px circe-light, sans-serif;
	letter-spacing: 0.025em;
}

.promo-phones {
	margin-top: 30px;
	text-align: right;
	width: 270px;
}

.promo-phones__phone {
	text-align: left;
	width: 230px;
	font: 18px/30px circe-regular, sans-serif;
	color: #ffffff;
	letter-spacing: 0.1em;
	display: inline-block;
}

.promo-phones__phone span {
	color: #c0c2d1;
	white-space: pre-wrap;
}
.video-banner{
	cursor:pointer;
	position:absolute;
	left:0;
	bottom:60px;
	z-index:2;
}
.video-banner svg{
	position:absolute;
	left: 47%;
    top: 46%;
	transform:translate(-50%,-50%);
	transition: 0.2s ease-in;
}
.video-banner:hover svg{
	transform:translate(-50%,-50%) scale(1.2);
}
.watch-video{
	position:absolute;
	bottom:-50px;
	left:0;
	margin-top:20px;
	padding-left:70px;
	font-family: futurapt-bold;
}
.watch-video-link{
	display:flex;
	font: 16px circe-bold, sans-serif;
}
.watch-video-link span{
	margin-left:15px;
	height:32px;
	line-height:32px;
}
.promo-content {
	width: 670px;
	padding-top: 57px;
	position: relative;
	z-index: 2;
}
.promo-content .button{
	margin-top:15px;
	width:100%;
	max-width: 300px;
}
.promo-title {
	color: #ffffff;
	font: 50px/60px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
}

.promo-subtitle {
	margin-top: 22px;
	color: #ffffff;
	font: 18px/30px circe-regular, sans-serif;
	letter-spacing: 0.025em;
}

.promo-bonus {
	margin-top: 22px;
	color: #ffffff;
	font: 18px/30px circe-regular, sans-serif;
	letter-spacing: 0.025em;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #9613e6;
}

.promo-btn {
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 53px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	display: inline-block;
	color: #ffffff;
	margin-top: 46px;
}

.promo-btn:before {
	display: block;
	content: "";
	height: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #49036c;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.promo-btn:hover:before {
	width: 100%;
}

.promo-car {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.promo-car-slogan{
	color: #ffffff;
    font: 50px futurapt-bold, sans-serif;
    letter-spacing: 0.025em;
}

.promo-car__image {
	display: block;
}

.promo-car-info {
	position: absolute;
	left: 0;
	top: 20%;
	background-image: linear-gradient(to bottom right, #000000, transparent);
	width: 80%;
	padding-left: 60px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 80px;
}

.promo-car__name {
	color: #ffffff;
	font: 44px/50px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
}

.promo-car__new {
	margin-top: 30px;
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 36px/40px circe-regular, sans-serif;
}

.promo-car__old {
	margin-top: 15px;
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 22px/20px circe-bold, sans-serif;
}

.promo-car__descr {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 14px/22px circe-regular, sans-serif;
}

.promo-car__btn {
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	position: absolute;
	left: 59px;
	bottom: 46px;
	z-index: 2;
}

.promo-car__btn:before {
	display: block;
	position: absolute;
	content: "";
	width: 49%;
	height: 1px;
	background: #ffffff;
	bottom: 5px;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.promo-car__btn:hover:before {
	width: 100%;
}

.promo-scroll {
	color: #010101;
	font: 12px/7px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	position: absolute;
	background: #ffffff;
	padding-top: 65px;
	display: inline-block;
	bottom: 0;
	left: 15px;
	text-transform: uppercase;
}

.promo-scroll__mouse {
	display: block;
	content: "";
	border: 1px solid #dddddd;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.promo-scroll__mouse span {
	position: absolute;
	width: 2px;
	height: 5px;
	background: #0b0d6c;
	display: block;
	-webkit-animation: a 1.5s linear infinite;
	-moz-animation: a 1.5s linear infinite;
	animation: a 1.5s linear infinite;
	left: 8px;
	top: 29%;
}

.menu-toggle {
	display: none;
}
.button{
	color:#000000;
	font: 12px/30px circe-bold, sans-serif;
	padding:10px 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align:center;
	display: inline-block;
    border: none;
    background-size: 100% 100%;
    border-radius: 50px;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button.color-metalic {
	background-image: -moz-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* ff3.6+ */
	background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background-image: -o-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* opera 11.10+ */
	background-image: linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* w3c */
    box-shadow: 0 4px 10px 0 rgba(45, 54, 65, 0.55);
}
.button.color-metalic:hover {
	background-size: 200% 100%;
	background-image: -moz-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* ff3.6+ */
	background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background-image: -o-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* opera 11.10+ */
	background-image: linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* w3c */
	box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.full-width-btn{
	width:100%;
}
.button:focus {
    outline: none;
}
.features {
	background: #ffffff;
}

.features .container {
	padding-bottom: 70px;
}

.features-title-center {
	text-align: center !important;
}
.features-title {
	color: #000628;
	font: 30px futurapt-bold, sans-serif;
	padding-right: 75px;
	letter-spacing: 0.025em;
}

.features-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
.features-list.row .col{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.features-list.row .col .features-item__icon img{
	width:100px;
}
.features-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction:column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 26px 0;
	text-align:center;
}


.features-item__descr {
	margin-top: 25px;
	width: 270px;
}

.features-item__name {
	color: #2d3237;
	font: 20px/24px circe-bold, sans-serif;
	letter-spacing: 0.025em;
}

.features-item__text {
	margin-top: 12px;
	color: #333333;
	font: 14px circe-regular, sans-serif;
	letter-spacing: 0.025em;
}

.catalog {
	background-color: #f8f8fa;
}


.catalog-header {
	display: flex;
	align-items: flex-end;
}

.catalog-title {
	width: 270px;
	color: #000628;
	font: 36px/44px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
}

.catalog-btns {
	margin-top: 9px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	width: 870px;
	z-index: 2;
}

.catalog-btns:before {
	display: block;
	content: "";
	background: #f8f8fa;
	position: absolute;
	height: 1000px;
	width: 1500px;
	left: 0;
	top: -120px;
}

.catalog-btn {
	position: relative;
	color: #000000;
	font: 16px/30px circe-regular, sans-serif;
	text-align: center;
	padding: 10px 35px;
	letter-spacing: 0.025em;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.catalog-btn.active {
	background-image: -moz-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
    background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
    background-image: -o-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
    background-image: linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.catalog-btn.active span:after {
	opacity: 0;
}

.catalog-btn span {
	display: inline-block;
	position: relative;
}

.catalog-btn span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	background: #000000;
	opacity: 0.1;
}

.catalog-btn:hover span:after {
	width: 100%;
}

.catalog-lists {
	position: relative;
	z-index: 3;
	margin-top: 74px;
	margin-bottom: 0;
}

.catalog-list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-item {
	background: #ffffff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.catalog-item__image {
	position: relative;
}

.catalog-item__overlay {
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(25, 37, 51, 0.75)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 37, 51, 0.75) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 37, 51, 0.75) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 37, 51, 0.75) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.catalog-item__overlay a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.catalog-item__name {
	color: #000000;
    background-color: #ffffff;
    font: 20px/24px circe-light, sans-serif;
    padding: 10px 25px;
    border-radius: 40px;
    margin-left: 15px;
    margin-bottom: -20px;
    letter-spacing: 0.025em;
}

.catalog b {
	font-family: circe-bold, sans-serif;
}

.catalog-item__info {
	padding: 30px 40px 40px;
}

.catalog-item__usa {
	font: 14px/20px circe-light, sans-serif;
	letter-spacing: 0.025em;
	vertical-align: bottom;
	white-space: pre-wrap;
	color: #000000;
}

.catalog-item__usa b {
	font: 18px/20px circe-bold, sans-serif;
}

.catalog-item__ukraine {
	margin-top: 14px;
	font: 14px/20px circe-regular, sans-serif;
	letter-spacing: 0.025em;
	vertical-align: bottom;
	white-space: pre-wrap;
	color: #aaaeb3;
}

.catalog-item__ukraine b {
	font-family: circe-bold, sans-serif;
}

.catalog-item__btn {
	margin-top: 16px;
	text-transform: uppercase;
	font: 10px/20px circe-bold, sans-serif;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 10px 30px;
	position: relative;
	z-index: 2;
}

.catalog-item__btn:before {
	display: block;
	content: "";
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ebebeb;
	z-index: -1;
	height: 100%;
	width: 85px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.catalog-item__btn:hover:before {
	width: 100%;
}

.catalog-more {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.catalog-more__btn {
	opacity: 0.7;
	letter-spacing: 0.1em;
	display: inline-block;
	font: 14px/25px circe-bold, sans-serif;
	padding: 25px 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.catalog-more .comeb-btn-1{
	width:auto;
}
.catalog-more .comeb-btn-1 i{
	margin-right:10px;
}
.icon-more{
	display:inline-block;
	height:18px;
	width:18px;
	background: url(../img/bg_catalog-more.png) no-repeat;
	background-size:18px;
}

.catalog-more__btn:hover {
	opacity: 1;
}

.catalog-lists .catalog-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.slogan .container {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}

.slogan-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 15px;
}

.slogan-btn {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	min-width: 200px;
	padding: 20px 30px;
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	display: inline-block;
	z-index: 2;
}

.slogan-btn:before {
	content: "";
	display: block;
	width: 43%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	z-index: -1;
}

.slogan-btn:hover:before {
	width: 100%;
}

.telegram {
	height: 180px;
}

.telegram-text {
	width: 800px;
}

.telegram-title {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 22px/32px circe-bold, sans-serif;
}

.telegram-subtitle {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 22px/32px circe-light, sans-serif;
}

.telegram-descr {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 16px/32px circe-regular, sans-serif;
}

.telegram-btn {
	margin-left: 70px;
}

.telegram-btn:before {
	background: #2490b9;
}

.check {
	height: 200px;
	background: #f8f8fa;
}

.check-text {
	width: 700px;
}

.check-title {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 36px/40px futurapt-bold, sans-serif;
}

.check-subtitle {
	margin-top: 10px;
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 16px/24px circe-regular, sans-serif;
}

.check-btn {
	margin-left: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

.check-btn:before {
	background: #5e1c9d;
}

.pick {
	height: 200px;
	background: #f8f8fa;
}

.pick-text {
	width: 700px;
}

.pick-title {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 36px/40px futurapt-bold, sans-serif;
}

.pick-subtitle {
	margin-top: 10px;
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 16px/24px circe-regular, sans-serif;
}

.pick-btn {
	margin-left: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

.pick-btn:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#000f6c), to(#54016c));
	background-image: -webkit-linear-gradient(left, #000f6c 0%, #54016c 100%);
	background-image: -moz-linear-gradient(left, #000f6c 0%, #54016c 100%);
	background-image: linear-gradient(to right, #000f6c 0%, #54016c 100%);
}

.variants {
	position: relative;
	z-index: 5;
}

.variants .container {
	padding-top: 109px;
	min-height: 625px;
	position: relative;
	z-index: 3;
}

.variants-2 .container {
	min-height: 595px;
}

.variants-bg {
	position: absolute;
	z-index: -1;
	top: 240px;
	left: 363px;
	min-width: 100%;
}

.variants-bg-2 {
	top: 272px;
	left: 343px;
}

.variants-title {
	color: #000628;
	font: 48px/58px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
	width: 570px;
}

.variants-subtitle {
	margin-top: 20px;
	width: 570px;
	font: 24px/36px circe-light, sans-serif;
	letter-spacing: 0.025em;
	color: #000628;
}

.variants-btn {
	margin-top: 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding: 20px 49px;
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	display: inline-block;
	z-index: 2;
}

.variants-btn:before {
	content: "";
	display: block;
	width: 45%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	z-index: -1;
	background: #e8ecf0;
}

.variants-btn:hover:before {
	width: 100%;
}

.variants-ukraine {
	display: block;
	position: absolute;
	z-index: -3;
	top: 60px;
	left: 945px;
	width: 290px;
	height: 173px;
	padding-top: 57px;
	padding-left: 67px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.variants-ukraine__info {
	color: #000000;
	font: 16px/20px circe-regular, sans-serif;
	letter-spacing: 0.025em;
}

.variants-ukraine__price {
	margin-top: 3px;
	color: #000000;
	font: 36px/48px circe-light, sans-serif;
	letter-spacing: 0.025em;
}

.variants-usa {
	display: block;
	position: absolute;
	z-index: -2;
	top: 120px;
	left: 585px;
	width: 330px;
	height: 193px;
	padding-top: 57px;
	padding-left: 67px;
	padding-right: 30px;
	padding-bottom: 30px;
	background: #f8f8fa;
}

.variants-usa__info {
	color: #000000;
	font: 16px/20px circe-regular, sans-serif;
	letter-spacing: 0.025em;
}

.variants-usa__price {
	margin-top: 10px;
	color: #000000;
	font: 48px/56px circe-regular, sans-serif;
	letter-spacing: 0.025em;
}

.about {
	background: #f8f8fa;
}

.about .container {
	padding-top: 113px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 94px;
}

.about-left {
	width: 700px;
}

.about-slogan {
	font: 36px/43px futurapt-bold, sans-serif;
	color: #000628;
	letter-spacing: 0.025em;
}

.about-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

.about-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 330px;
	margin-bottom: 23px;
}

.about-item__icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 85px;
	height: 90px;
	margin-right: 13px;
}

.about-item__text {
	width: 230px;
	margin-top: 31px;
	color: #000628;
	font: 20px/30px circe-light, sans-serif;
	letter-spacing: 0.025em;
}

.about-right {
	width: 400px;
	background: #ffffff;
	margin-top: 75px;
	padding-top: 20px;
	padding-left: 58px;
	padding-right: 60px;
	padding-bottom: 75px;
}

.about-title {
	color: #000000;
	position: relative;
	top: -50px;
	letter-spacing: 0.025em;
	font: 48px/50px futurapt-bold, sans-serif;
}

.about-info {
	margin-top: 3px;
	font: 17px/32px circe-light, sans-serif;
	letter-spacing: 0.025em;
	color: #888888;
}

.order .container {
	padding-top: 110px;
	padding-bottom: 52px;
}

.order-title {
	color: #000628;
	letter-spacing: 0.025em;
	font: 48px/58px futurapt-bold, sans-serif;
	margin-left: 199px;
}

.order-list {
	margin-top: 70px;
}

.order-item {
	margin-bottom: 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 2;
}

.order-item__num {
	color: #c9cfd6;
	font: 48px/50px circe-extralight, sans-serif;
	display: inline-block;
	width: 83px;
}

.order-item__decor {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	margin-top: 5px;
}

.order-item__decor i {
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	background: #e8ecf0;
	top: 12px;
	left: 12px;
	z-index: 2;
}

.order-item__decor i:before {
	content: "";
	display: block;
	background: #e8ecf0;
	height: 80px;
	width: 1px;
	position: absolute;
	bottom: 11px;
	left: 5px;
	z-index: -1;
}

.order-item__decor i:after {
	content: "";
	display: block;
	background: #e8ecf0;
	height: 80px;
	width: 1px;
	position: absolute;
	top: 11px;
	left: 5px;
	z-index: -1;
}

.order-item__text {
	margin-left: 80px;
	width: 970px;
}

.order-item__title {
	font: 20px/30px circe-bold, sans-serif;
	color: #000628;
}

.order-item__descr {
	margin-top: 8px;
	color: #000628;
	font: 15px/24px circe-light, sans-serif;
}

.order-item-last .order-item__num {
	font-family: circe-regular, sans-serif;
}

.order-item:hover .order-item__num {
	color: #0b0d6c;
}

.order-item:hover .order-item__decor {
	background: #e8ecf0;
}

.order-item:hover .order-item__decor i {
	background: #5a0583;
}

.order-item-first .order-item__decor i:before {
	display: none;
}

.order-item-last .order-item__decor i:after {
	display: none;
}

.calc {
	background: #ffffff;
}

.calc .container {
	padding-top: 117px;
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}

.calc .container:before {
	content: "";
	display: block;
	width: 980px;
	height: 795px;
	position: absolute;
	top: 0;
	right: -365px;
	z-index: -1;
	background: #f8f8fa;
}

.calc-header {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 770px;
	top: 110px;
	right: 15px;
	z-index: 5;
}

.calc-title {
	width: 400px;
	font: 36px/44px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
}

.calc-btns {
	width: 170px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.calc-btn-prev {
	width: 70px;
	height: 70px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	background-color: #ffffff;
	background-image: url(../img/ico_arrow-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.calc-btn-prev:hover {
	background-color: #e8ecf0;
}

.calc-btn-next {
	width: 70px;
	height: 70px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	background-color: #ffffff;
	background-image: url(../img/ico_arrow-next.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.calc-btn-next:hover {
	background-color: #e8ecf0;
}

.calc-list {
	margin-bottom: 0;
}

.calc-item {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.calc-item__info {
	width: 370px;
}

.calc-item__model {
	display: inline-block;
	position: relative;
	padding-right: 19px;
}

.calc-item__name {
	font: 36px/36px circe-light, sans-serif;
	color: #000000;
	letter-spacing: 0.025em;
}

.calc-item__year {
	color: #000000;
	letter-spacing: 0.025em;
	font: 20px/22px circe-light, sans-serif;
	position: absolute;
	left: 100%;
	top: 0;
}

.calc-item__outlay {
	width: 300px;
	margin-top: 30px;
	padding-bottom: 1px;
	border-bottom: 1px solid #e8ecf0;
}

.calc-item__outlay li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 16px;
}

.calc-item__price {
	width: 23%;
	text-align: right;
	font: 16px/20px circe-light, sans-serif;
	letter-spacing: 0.025em;
	color: #000000;
}

.calc-item__cost {
	margin-left: 10%;
	font: 16px/20px circe-light, sans-serif;
	color: #888888;
	width: 66%;
	letter-spacing: 0.025em;
}

.calc-item__total {
	margin-top: 24px;
}

.calc-item__descr {
	font: 16px/24px circe-regular, sans-serif;
	color: #000000;
	letter-spacing: 0.025em;
}

.calc-item__summ {
	font: 36px/49px circe-regular, sans-serif;
	color: #000000;
	letter-spacing: 0.025em;
}

.calc-item__btn {
	margin-top: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	min-width: 200px;
	padding: 20px 50px;
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	display: inline-block;
	z-index: 2;
}

.calc-item__btn:before {
	content: "";
	display: block;
	width: 52%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	z-index: -1;
	background: #e8ecf0;
}

.calc-item__btn:hover:before {
	width: 100%;
}

.calc-item__image {
	margin-top: 137px;
	width: 770px;
}

.calc-list .calc-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews {
	background: #f8f8fa;
	position: relative;
	z-index: 3;
}

.reviews .container {
	padding-top: 75px;
}

.reviews-title {
	font: 36px/40px futurapt-bold, sans-serif;
	color: #000628;
	letter-spacing: 0.025em;
}

.reviews-list {
	margin-bottom: 0;
}


.reviews-list-wrapper {
	position: relative;
	margin-top: 32px;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 75px;
}

.reviews-item {
	height: 100%;
	width: 50%;
	padding: 30px 15px;
}

.reviews-item__inner {
	background: #ffffff;
	padding: 55px 90px 20px 68px;
	position: relative;
	min-height: 298px;
}

.reviews-item__person {
	position: absolute;
	top: -30px;
	right: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.reviews-item__name {
	color: #000628;
	letter-spacing: 0.025em;
	font: 20px/30px circe-bold, sans-serif;
}

.reviews-item__car {
	color: #000628;
	letter-spacing: 0.025em;
	font: 20px/30px circe-light, sans-serif;
	white-space: pre-wrap;
}

.reviews-item__text {
	margin-top: 14px;
	font: 17px/27px circe-light, sans-serif;
	letter-spacing: 0.025em;
	color: #888888;
}
.reviews-item-sharing{
	text-align:right;
}

.reviews-item-sharing .reviews-item-date{
	font: 16px circe-regular, sans-serif;
	vertical-align: bottom;
	 color: #b3b5d2;
}
.reviews-item-sharing .sharing-item{
	margin-left:15px;
}
.reviews-item__more {
	margin-top: 12px;
	letter-spacing: 0.1em;
	font: 12px/30px circe-bold, sans-serif;
	color: #000628;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.reviews-item__more:after {
	content: "";
	display: block;
	background: #cccdd4;
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 3px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.reviews-item__more:hover:after {
	width: 100%;
}


.reviews .reviews-list-wrapper {
	padding-bottom: 0;
}

.questions {
	background: #ffffff;
}

.questions .container {
	padding-top: 100px;
	padding-bottom: 120px;
}

.questions-title {
	color: #000628;
	letter-spacing: 0.025em;
	font: 36px/44px futurapt-bold, sans-serif;
}

.questions-line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.questions-line-1 {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.questions-line-2 {
	margin-top: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.questions-line-3 {
	margin-top: 40px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.questions-question {
	border: 4px solid #f8f8fa;
	background: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	height: 80px;
	padding: 0 35px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.questions-question:hover {
	background: #f8f8fa;
}

.questions-question-1 {
	margin-left: 53px;
}

.questions-question-5 {
	margin-right: 100px;
	margin-left: 40px;
}

.questions-question > p {
	font: 20px/30px circe-light, sans-serif;
	color: #000000;
	letter-spacing: 0.025em;
}

.region {
	background: #ffffff;
	height: 600px;
}

.region .container {
	height: 600px;
	position: relative;
}

.region-map {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 0;
	width: 1545px;
	height: 600px;
}
.region-form-wrapper .button{
	width:100%;
	max-width:300px;
	margin-top:15px;
}
.region-form-wrapper {
	border:1px solid #e0e0e0;
	height: 100%;
	width: 470px;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 0;
	background: #ffffff;
}

.region-form {
	padding-left: 70px;
	padding-top: 114px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.form-title {
	font: 36px/40px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
	color: #202e31;
}

.form-subtitle {
	margin-top: 13px;
	font: 14px circe-regular, sans-serif;
	letter-spacing: 0.025em;
	color: #000000;
	margin-bottom: 35px;
}
.modal-order .form-title, .modal-order .form-subtitle{
	color:#ffffff;
}

.form .input-wrapper {
	height: 50px;
	width: 300px;
	position: relative;
	margin-bottom: 10px;
}

.form .input-wrapper:after {
	content: "";
	display: block;
	background: #4a4a4a;
	height: 4px;
	width: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: -webkit-calc(50% - 2px);
	top: -moz-calc(50% - 2px);
	top: calc(50% - 2px);
	right: 30px;
	position: absolute;
}

.form-send {
	text-transform: uppercase;
	color: #ffffff;
	width: 300px;
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 14px;
	position: relative;
	z-index: 2;
	padding: 10px;
	display: inline-block;
}

.form-send:before {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	height: 100%;
	width: 45%;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #49036c;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.form-send:hover:before {
	width: 100%;
}

.footer {
	background: #000000;
}

.footer .container {
	padding-top: 76px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 60px;
}

.footer-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 340px;
	margin-top: 23px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.footer-logo__text {
	margin-left: 16px;
	margin-top: 1px;
}

.footer-logo__name {
	letter-spacing: 0.05em;
	font: 20px/24px futurapt-bold, sans-serif;
	color: #000628;
}

.footer-logo__descr {
	color: #000628;
	font: 16px/20px circe-light, sans-serif;
	letter-spacing: 0.025em;
}

.footer-socials {
	margin-top: 54px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 270px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-socials a {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	opacity: 0.75;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.footer-socials a:hover {
	opacity: 1;
}

.footer-socials__inst {
	background: url(../img/ico_social-1.jpg) no-repeat center center;
}

.footer-socials__viber {
		background: url(../img/ico_social-5.jpg) no-repeat center center;
}

.footer-socials__fb {
	background: url(../img/ico_social-2.jpg) no-repeat center center;
}

.footer-socials__tel {
	background: url(../img/ico_social-3.jpg) no-repeat center center;
}

.footer-socials__you {
	background: url(../img/ico_social-4.jpg) no-repeat center center;
}
.footer .footer-socials__you, .footer .footer-socials__tel, .footer .footer-socials__fb, .footer .footer-socials__inst, .footer .footer-socials__viber{
	background-size:30px;
}
.footer-contacts {
	width: 260px;
	text-align: right;
}

.footer-contacts__dev {
	color: #bbbbbb;
	font: 12px/21px circe-regular, sans-serif;
	white-space: pre-wrap;
	letter-spacing: 0.05em;
	margin-bottom: 29px;
}

.footer-contacts__dev a {
	color: #000628;
}

.footer-contacts__dev a:hover {
	text-decoration: underline;
}

.footer-contacts__phone {
	width: 230px;
	text-align: left;
	font: 18px/30px circe-regular, sans-serif;
	color: #000628;
	letter-spacing: 0.1em;
	display: inline-block;
}

.footer-contacts__phone span {
	color: #888888;
	white-space: pre-wrap;
}

.footer-contacts__address {
	margin-top: 23px;
	font: 16px/30px circe-light, sans-serif;
	letter-spacing: 0.025em;
	color: #888888;
}
.top-logo {
	margin:10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-logo img{
	width:100%;
	max-width:250px;
}

.footer .top-logo img{
	width:100%;
	max-width:250px;
	margin-top:-20px;
}
.thanks {
	background: #ffffff url(../img/bg_promo.jpg) no-repeat top center;
	position: relative;
	-moz-background-size: cover;
	background-size: cover;
}

.thanks .container {
	min-height: 960px;
	height: 100vh;
	position: relative;
}

.thanks-content {
	height: 100%;
	width: 55%;
	padding-left: 5%;
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.thanks-title {
	color: #ffffff;
	font: 50px/60px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
}

.thanks-subtitle {
	margin-top: 22px;
	color: #ffffff;
	font: 18px/30px circe-regular, sans-serif;
	letter-spacing: 0.025em;
}

.thanks-btn {
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 53px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	display: inline-block;
	color: #ffffff;
	margin-top: 46px;
}

.thanks-btn:before {
	display: block;
	content: "";
	height: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #49036c;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.thanks-btn:hover:before {
	width: 100%;
}

.thanks-car {
	position: absolute;
	left: 55%;
	bottom: 15%;
	z-index: 1;
	height: 70%;
}

.thanks-car__image {
	display: block;
	height: 100%;
}

.thanks-car__info {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/pic_car-info.jpg) no-repeat left bottom;
	width: 375px;
	height: 360px;
	padding-left: 60px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 80px;
}

.thanks-car__name {
	color: #ffffff;
	font: 44px/50px futurapt-bold, sans-serif;
	letter-spacing: 0.025em;
}

.thanks-car__new {
	margin-top: 30px;
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 36px/40px circe-regular, sans-serif;
}

.thanks-car__old {
	margin-top: 15px;
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 22px/20px circe-bold, sans-serif;
}

.thanks-car__descr {
	color: #ffffff;
	letter-spacing: 0.025em;
	font: 14px/22px circe-regular, sans-serif;
}

.thanks-car__btn {
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font: 12px/30px circe-bold, sans-serif;
	letter-spacing: 0.1em;
	position: absolute;
	left: 59px;
	bottom: 46px;
	z-index: 2;
}

.thanks-car__btn:before {
	display: block;
	position: absolute;
	content: "";
	width: 49%;
	height: 1px;
	background: #ffffff;
	bottom: 5px;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.thanks-car__btn:hover:before {
	width: 100%;
}

@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");
	-moz-background-size: 44px 152px;
	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");
	-moz-background-size: 24px 24px;
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}


.promo-car {
	height:640px;
	width: 60%;
	background:url(../../pure_html/img/spec-auto-banner.jpg) no-repeat;
	background-size:cover;
}



@media screen and (max-width: 1199px) {

.wrapper {
	max-width: 1200px;
	min-width: 768px;
}

.container {
	padding: 0 11px;
	width: 768px;
}

.promo-scroll {
	display: none;
}

.promo-logo__img {
	width: 80px;
}

.promo .container {
	min-height: 670px;
}

.promo-title {
	font-size: 40px;
	line-height: 50px;
}

.promo-car {
	position: relative;
	right: 0;
	margin: 0 auto;
	max-width: 100%;
	width: 768px;
}

.promo-car__info {
	right: 0;
	height: 280px;
}

.features .container {
	padding-top: 50px;
	padding-bottom: 40px;
}

.features-title {
	font-size: 40px;
	line-height: 48px;
}

.features-list {
	margin-top: 35px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}


.catalog-title {
	position: relative;
	z-index: 5;
	width: 100%;
	text-align: center;
}

.catalog-title br {
	display: none;
}

.catalog-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalog-btns:before {
	top: -80px;
}

.catalog-btns {
	width: 100%;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}


.catalog-lists {
	margin-top: 40px;
}

.catalog-list {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.catalog-item {
	width: 340px;
}

.catalog-more {
	margin-top: 10px;
}

.telegram-text {
	width: 450px;
}

.telegram-subtitle {
	font-size: 20px;
	line-height: 28px;
}

.telegram-btn {
	margin-left: 60px;
}

.variants .container {
	padding-top: 50px;
	min-height: 500px;
}

.variants-title {
	font-size: 40px;
	line-height: 48px;
	width: 420px;
}

.variants-subtitle {
	font-size: 20px;
	line-height: 28px;
	width: 420px;
}

.variants-bg {
	left: 200px;
}

.variants-usa {
	left: 425px;
	top: 130px;
	padding: 35px 15px 20px 35px;
	width: 220px;
	height: 150px;
}

.variants-ukraine {
	left: 530px;
	top: 10px;
	padding: 35px 15px 20px 35px;
	width: 220px;
	height: 150px;
}

.variants-usa__price {
	font-size: 35px;
	line-height: 40px;
}

.about .container {
	padding-top: 70px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 30px;
}

.about-right {
	margin-top: 45px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 30px;
}

.about-title {
	top: -25px;
	font-size: 40px;
	line-height: 48px;
}

.slogan-bg {
	right: 11px;
}

.check-text {
	width: 480px;
}

.check-title {
	font-size: 30px;
}

.check-btn {
	margin-left: 30px;
	padding: 20px 15px;
}

.calc-item__info {
	width: 300px;
}

.order .container {
	padding-top: 40px;
	padding-bottom: 20px;
}

.order-title {
	font-size: 40px;
	line-height: 48px;
	margin-left: 270px;
}

.order-list {
	margin-top: 30px;
}

.order-item {
	margin-bottom: 20px;
}

.pick-title {
	font-size: 30px;
	line-height: 36px;
}

.order-item__text {
	margin-left: 20px;
}

.order-item__decor {
	display: none;
}

.pick-text {
	width: 420px;
}

.pick-btn {
	margin-left: 40px;
}

.calc .container {
	padding-top: 120px;
	padding-bottom: 40px;
}

.calc-header {
	width: -webkit-calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: calc(100% - 22px);
	top: 20px;
}

.calc-title {
	font-size: 30px;
	line-height: 36px;
}

.calc-item__image {
	width: 440px;
	margin-top: 50px;
}

.calc-item__btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.calc .container:before {
	right: -530px;
}

.variants-2 {
	background: #ffffff;
}

.variants-bg-2 {
	left: 240px;
}

.variants-2 .container {
	min-height: 470px;
}

.reviews .container {
	padding-top: 70px;
}

.reviews-title {
	font-size: 30px;
	line-height: 36px;
}

.reviews-item__inner {
	padding-right: 30px;
	padding-left: 30px;
}

.reviews-item__person {
	right: 30px;
}

.reviews-item__text {
	font-size: 15px;
	line-height: 24px;
}

.questions .container {
	padding-top: 70px;
	padding-bottom: 50px;
}

.questions-title {
	font-size: 30px;
	line-height: 36px;
}

.questions-question-1 {
	margin-left: 20px;
}

.questions-question-3 {
	margin-left: 20px;
}

.questions-question > p {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.region {
	height: 470px;
}

.region .container {
	height: 470px;
}

.region-map {
	width: 1230px;
	height: 470px;
	right: -50px;
}

.region-form-wrapper {
	width: 360px;
}

.region-form {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.form-title {
	font-size: 30px;
	line-height: 36px;
}

.footer .container {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-logo {
	margin-top: 0;
	/*width: 40%;*/
}

.footer-socials {
	margin-top: 10px;
}

.footer-contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer-contacts__address {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.footer-contacts__phones {
	width: 240px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.footer-contacts__dev {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 30px;
}

.menu-nav {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 520px;
}

.menu-nav li {
	padding: 0 10px;
}


.thanks-car {
	display: none;
}

.thanks-content {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 5%;
}

.thanks-title {
	text-align: center;
}

.thanks-subtitle {
	text-align: center;
}

.modal-text__inner {
	width: 400px;
	min-height: 200px;
	padding: 40px 40px 30px 30px;
}

.modal-text .modal-close-btn {
	top: 15px;
	right: 15px;
}

.modal-order:before {
	width: 55%;
}


}

@media screen and (max-width: 767px) {

.wrapper {
	max-width: 768px;
	min-width: 320px;
}

.container {
	padding: 0 9px;
	width: 100%;
}

.promo-logo {
	margin-top: 5px;
	width: 170px;
}

.promo-logo__img {
	width: 50px;
}

.promo-logo__text {
	width: 105px;
	margin-left: 5px;
}

.promo-logo__name {
	font-size: 12px;
	line-height: 15px;
}

.promo-logo__descr {
	font-size: 12px;
	line-height: 15px;
}

.promo-phones {
	margin-top: 10px;
	width: 130px;
}

.promo-phones__phone {
	font-size: 12px;
	line-height: 15px;
	width: 100%;
}

.promo-phones__phone span {
	white-space: normal;
}

.promo .container {
	min-height: auto;
	padding-bottom: 30px;
}

.promo-content {
	width: 100%;
	padding-top: 37px;
	text-align: center;
}

.promo-title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
}

.promo-subtitle {
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

.promo-btn {
	margin-top: 35px;
	padding: 10px 25px;
}

.promo-car__info {
	top: -70px;
	position: relative;
	width: 100%;
	-moz-background-size: cover;
	background-size: cover;
	height: auto;
	text-align: center;
	padding: 20px;
}

.promo-car__name {
	font-size: 26px;
	line-height: 28px;
}

.promo-car__new {
	font-size: 24px;
	line-height: 26px;
	margin-top: 10px;
}

.promo-car__old {
	font-size: 20px;
	line-height: 22px;
}

.promo-car__btn {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 5px;
}

.features .container {
	padding-top: 0;
	padding-bottom: 10px;
}

.features-title {
	font-size: 25px;
	line-height: 30px;
	padding: 0;
	text-align: left;
	position: relative;
	top: -30px;
}

.features-list {
	margin-top: 0;
}

.features-item {
	margin: 0 0 30px;
	width: 95%;
}

.features-item__descr {
	margin-top: 5px;
	width: auto;
}

.features-item__name {
	font-size: 19px;
	line-height: 22px;
}

.features-item__text {
	font-size: 14px;
	line-height: 17px;
}

.features-item__text br {
	display: none;
}

.catalog-title {
	font-size: 25px;
	line-height: 30px;
	padding: 0 20px;
}

.catalog-btns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-btn {
	margin-bottom: 15px;
	padding: 10px 20px;
}

.catalog-lists {
	margin-top: 20px;
}

.catalog-item {
	max-width: 100%;
}

.catalog-item__info {
	padding: 20px;
}

.catalog-more {
	margin-top: 5px;
}

.slogan {
	height: auto;
}

.slogan .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 15px 10px;
	height: auto;
}

.slogan-bg {
	right: -10px;
	height: 100%;
}

.telegram-text {
	width: 100%;
}

.telegram-title {
	line-height: 25px;
}

.telegram-subtitle {
	font-size: 18px;
	line-height: 20px;
}

.telegram-btn {
	margin-top: 10px;
	margin-left: 0;
	padding: 10px 25px;
}

.variants .container {
	padding-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
}

.variants-title {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 25px;
	line-height: 30px;
	width: 100%;
	text-align: center;
}

.variants-title br {
	display: none;
}

.variants-subtitle {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	padding: 0 20px;
	margin-top: 10px;
	text-align: center;
}

.variants-subtitle br {
	display: none;
}

.variants-btn {
	padding: 10px 25px;
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	margin-top: 5px;
}

.variants-bg {
	margin-top: 20px;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
}

.variants-usa {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	padding: 15px;
	width: 70%;
	height: auto;
}

.variants-usa__info {
	font-size: 15px;
	line-height: 18px;
}

.variants-usa__price {
	font-size: 25px;
	line-height: 25px;
}

.variants-ukraine {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	padding: 15px;
	width: 70%;
	height: auto;
}

.variants-ukraine__info {
	font-size: 15px;
	line-height: 18px;
}

.variants-ukraine__price {
	font-size: 25px;
	line-height: 25px;
}

.about .container {
	padding-top: 30px;
}

.about-left {
	width: 100%;
}

.about-slogan {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}

.about-slogan br {
	display: none;
}

.about-list {
	margin-top: 20px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.about-item {
	width: 90%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-item__text {
	margin-top: 0;
	width: 200px;
	font-size: 17px;
	line-height: 20px;
}

.about-item__text br {
	display: none;
}

.about-right {
	text-align: center;
	margin-top: 5px;
	padding: 0 15px;
}

.about-title {
	top: 0;
	font-size: 28px;
	line-height: 30px;
}

.about-info {
	margin-top: 10px;
	font-size: 17px;
	line-height: 22px;
}

.check-text {
	width: 100%;
}

.check-title {
	font-size: 25px;
	line-height: 30px;
}

.check-subtitle {
	line-height: 20px;
}

.check-btn {
	margin-left: 0;
	margin-top: 20px;
	padding: 10px 25px;
}

.order-title {
	margin-left: 0;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}

.order-item__num {
	width: 20%;
}

.order-item__text {
	width: 80%;
}

.pick-text {
	width: 100%;
}

.pick-title {
	font-size: 25px;
	line-height: 30px;
}

.pick-subtitle {
	line-height: 18px;
}

.pick-subtitle br {
	display: none;
}

.pick-btn {
	margin-top: 20px;
	margin-left: 0;
	padding: 10px 25px;
}

.calc .container {
	padding-top: 20px;
	padding-bottom: 15px;
}

.calc-header {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	right: 0;
	top: 0;
	margin-bottom: 20px;
}

.calc-title {
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.calc-btns {
	margin-top: 15px;
}

.calc-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.calc-item__image {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.calc-item__name {
	font-size: 30px;
}

.calc-item__total {
	text-align: center;
}

.calc-item__btn {
	position: relative;
	padding: 10px 25px;
	margin-top: 10px;
}

.reviews .container {
	padding-top: 30px;
}

.reviews-title {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}



.questions .container {
	padding-top: 30px;
	padding-bottom: 20px;
}

.questions-title {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.questions-line {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0;
}

.questions-question {
	margin-top: 18px;
}

.questions-question-1 {
	margin-left: 0;
}

.questions-question-5 {
	margin-right: 0;
	margin-left: 0;
}

.region {
	height: auto;
}

.region .container {
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.region-map {
	position: relative;
	right: 0;
	width: 100%;
	height: 350px;
}

.region-form-wrapper {
	position: relative;
	right: 0;
	width: 100%;
}


.form-title {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.form-subtitle {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	max-width: 350px;
	color: #202e31;
}

.form {
	padding-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form .input-wrapper {
	width: 260px;
}

.form-send {
	padding: 10px 25px;
	width: 260px;
}

.footer .container {
	padding-top: 20px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-bottom: 20px;
}

.footer-logo {
	width: auto;
}

.footer-socials {
	margin-top: 16px;
}

.footer-contacts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-contacts__address {
	margin-top: 16px;
}

.modal-order {
	width: auto;
	height: auto;
	padding: 50px 0 30px;
}


.modal-order .modal-close-btn {
	top: -30px;
	right: auto;
}

.modal-order .container {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-text__inner {
	width: 270px;
}

.modal-text__text {
	font-size: 16px;
	line-height: 19px;
}

.modal-order:before {
	width: 100%;
}

.menu-nav {
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 100%;
	left: -5px;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.menu-nav li {
	width: 100%;
	text-align: center;
}

.menu-toggle {
	display: block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	margin-right: 10px;
}

.menu-toggle span {
	display: block;
	height: 10px;
	margin: 4px 0;
	background: #d1d1d1;
}

.order-form {
	margin-right: 0;
}

}

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

}

@-moz-keyframes bounce {

0%,20%,53%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

90% {
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

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

}

@-webkit-keyframes flash {

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

25%,75% {
	opacity: 0;
}

}

@-moz-keyframes flash {

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

25%,75% {
	opacity: 0;
}

}

@keyframes flash {

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

25%,75% {
	opacity: 0;
}

}

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

}

@-moz-keyframes pulse {

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

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

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

}

@keyframes pulse {

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

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

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

}

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

}

@-moz-keyframes rubberBand {

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

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

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

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

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	-moz-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	-moz-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

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

}

@keyframes rubberBand {

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

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

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

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

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	-moz-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	-moz-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

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

}

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

}

@-moz-keyframes shake {

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

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

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

}

@keyframes shake {

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

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

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

}

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

}

@-moz-keyframes swing {

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

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

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

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

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

}

@keyframes swing {

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

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

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

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

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

}

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

}

@-moz-keyframes tada {

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

}

@keyframes tada {

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

}

@-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;
}

}

@-moz-keyframes wobble {

0% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

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

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

}

@keyframes wobble {

0% {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

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

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

}

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

}

@-moz-keyframes bounceIn {

0%,20%,40%,60%,80%,100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-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;
}

}

@-moz-keyframes bounceInDown {

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

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

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

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

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

}

@keyframes bounceInDown {

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

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

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

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

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

}

@-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;
}

}

@-moz-keyframes bounceInLeft {

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

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

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

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

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

}

@keyframes bounceInLeft {

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

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

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

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

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

}

@-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;
}

}

@-moz-keyframes bounceInRight {

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

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

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

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

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

}

@keyframes bounceInRight {

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

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

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

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

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

}

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

}

@-moz-keyframes bounceInUp {

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

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

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

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

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

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

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

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

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

}

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

}

@-moz-keyframes bounceOut {

20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

}

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

}

@-moz-keyframes bounceOutDown {

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

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

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

}

@keyframes bounceOutDown {

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

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

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

}

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

}

@-moz-keyframes bounceOutLeft {

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

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

}

@keyframes bounceOutLeft {

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

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

}

@-webkit-keyframes bounceOutRight {

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

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

}

@-moz-keyframes bounceOutRight {

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

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

}

@keyframes bounceOutRight {

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

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

}

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

}

@-moz-keyframes bounceOutUp {

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

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

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

}

@keyframes bounceOutUp {

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

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

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

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-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;
}

}

@-moz-keyframes fadeInDown {

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

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

}

@keyframes fadeInDown {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInDownBig {

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

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

}

@keyframes fadeInDownBig {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInLeft {

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

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

}

@keyframes fadeInLeft {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInLeftBig {

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

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

}

@keyframes fadeInLeftBig {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInRight {

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

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

}

@keyframes fadeInRight {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInRightBig {

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

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

}

@keyframes fadeInRightBig {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInUp {

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

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

}

@keyframes fadeInUp {

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

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

}

@-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;
}

}

@-moz-keyframes fadeInUpBig {

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

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

}

@keyframes fadeInUpBig {

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

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

}

@-webkit-keyframes fadeInUpDes {

0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-moz-keyframes fadeInUpDes {

0% {
	opacity: 0;
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes fadeInUpDes {

0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fadeOutDown {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutDown {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutDown {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutDownBig {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutDownBig {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutDownBig {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutLeft {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutLeft {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutLeft {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutLeftBig {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutLeftBig {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutLeftBig {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutRight {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutRight {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutRight {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutRightBig {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutRightBig {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutRightBig {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutUp {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutUp {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutUp {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes fadeOutUpBig {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes fadeOutUpBig {

0% {
	opacity: 1;
}

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

}

@keyframes fadeOutUpBig {

0% {
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes flip {

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

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

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

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

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

}

@keyframes flip {

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

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

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

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

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

}

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

}

@-moz-keyframes flipInX {

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

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

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

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

}

@keyframes flipInX {

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

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

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

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

}

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

}

@-moz-keyframes flipInY {

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

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

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

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

}

@keyframes flipInY {

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

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

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

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

}

@-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;
}

}

@-moz-keyframes flipOutX {

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

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-moz-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);
	-moz-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);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-moz-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);
	-moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}

@-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;
}

}

@-moz-keyframes flipOutY {

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

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	-moz-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);
	-moz-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);
	-moz-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	-moz-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);
	-moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}

@-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;
}

}

@-moz-keyframes lightSpeedIn {

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

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

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

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

}

@keyframes lightSpeedIn {

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

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

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

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

}

@-webkit-keyframes lightSpeedOut {

0% {
	opacity: 1;
}

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

}

@-moz-keyframes lightSpeedOut {

0% {
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes rotateIn {

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

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

}

@keyframes rotateIn {

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

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

}

@-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;
}

}

@-moz-keyframes rotateInDownLeft {

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

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

}

@keyframes rotateInDownLeft {

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

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

}

@-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;
}

}

@-moz-keyframes rotateInDownRight {

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

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

}

@keyframes rotateInDownRight {

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

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

}

@-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;
}

}

@-moz-keyframes rotateInUpLeft {

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

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

}

@keyframes rotateInUpLeft {

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

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

}

@-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;
}

}

@-moz-keyframes rotateInUpRight {

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

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

}

@keyframes rotateInUpRight {

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

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

}

@-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;
}

}

@-moz-keyframes rotateOut {

0% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

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

}

@keyframes rotateOut {

0% {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

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

}

@keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

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

}

@keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

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

}

@keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

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

}

@keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

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

}

@-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;
}

}

@-moz-keyframes hinge {

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

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

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

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

}

@keyframes hinge {

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

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

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

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

}

@-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;
}

}

@-moz-keyframes rollIn {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	-moz-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;
	-moz-transform: none;
	transform: none;
}

}

@keyframes rollIn {

0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	-moz-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;
	-moz-transform: none;
	transform: none;
}

}

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

}

@-moz-keyframes rollOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	-moz-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);
	-moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}

@-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;
}

}

@-moz-keyframes zoomIn {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-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);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}

}

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

}

@-moz-keyframes zoomInDown {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

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

}

@-moz-keyframes zoomInLeft {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

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

}

@-moz-keyframes zoomInRight {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

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

}

@-moz-keyframes zoomInUp {

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-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;
}

}

@-moz-keyframes zoomOut {

0% {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	-moz-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);
	-moz-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

100% {
	opacity: 0;
}

}

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

}

@-moz-keyframes zoomOutDown {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-moz-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);
	-moz-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);
	-moz-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;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-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;
}

}

@-moz-keyframes zoomOutLeft {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	-moz-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);
	-moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	-moz-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);
	-moz-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);
	-moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}

}

@-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;
}

}

@-moz-keyframes zoomOutRight {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	-moz-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);
	-moz-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	-moz-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);
	-moz-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);
	-moz-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
}

}

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

}

@-moz-keyframes zoomOutUp {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-moz-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);
	-moz-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);
	-moz-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;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes a {

0% {
	opacity: 1;
	top: 29%;
}

15% {
	opacity: 1;
	top: 60%;
}

50% {
	opacity: 0;
	top: 60%;
}

to {
	opacity: 0;
	top: 29%;
}

}

@-moz-keyframes a {

0% {
	opacity: 1;
	top: 29%;
}

15% {
	opacity: 1;
	top: 60%;
}

50% {
	opacity: 0;
	top: 60%;
}

to {
	opacity: 0;
	top: 29%;
}

}

@keyframes a {

0% {
	opacity: 1;
	top: 29%;
}

15% {
	opacity: 1;
	top: 60%;
}

50% {
	opacity: 0;
	top: 60%;
}

to {
	opacity: 0;
	top: 29%;
}

}










/* calc */


#car-calc {
    font-size: 12px;
    font-family: Arial, Verdana;
}

#car-calc .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    vertical-align: middle;
    border-style: none;
}

#car-calc .car-calc-header,
#car-calc .calc-inputs,
#car-calc .calc-errors, 
#car-calc .calc-body, 
#car-calc .calc-footer,
#car-calc .calc-title-row,
#car-calc .calc-title-right,
#car-calc .calc-footer-right,
#car-calc .calc-step-1,
#car-calc .calc-step-2,
#car-calc .calc-step-3,
#car-calc .calc-step-4,
#car-calc .calc-step-5,
#car-calc .step-rows,
#car-calc .calc-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#car-calc div[class^=.calc-step] {
    width: 100%;
}

#car-calc .calc-body,
#car-calc .step-rows {
    flex-direction: column;
}

#car-calc .calc-logo,
#car-calc .calc-right,
#car-calc .step-title,
#car-calc .calc-title-left,
#car-calc .calc-footer-left,
#car-calc .step-rows,
#car-calc .calc-row-descr,
#car-calc .calc-row-value,
#car-calc .calc-row-comment {
    position: relative;
    width: 100%;
    min-height: 1px;
}

#car-calc .calc-errors {
    justify-content: start;
    font-size: 1.2em;
}

#car-calc .calc-errors ul {
    padding: 12px;
}

#car-calc .calc-errors ul li {
    color: red;
}

#car-calc .calc-errors strong {
    font-weight: bold;
}

#calc-t {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid black;
}

#car-calc .calc-logo,
#car-calc .calc-right,
#car-calc .car-calc-header,
#car-calc .step-title,
#car-calc .calc-row-descr,
#car-calc .calc-row-value,
#car-calc .calc-row-comment {
    display: flex;
    justify-content: center;
    align-items: center;
}

#car-calc .calc-row-comment {
    justify-content: flex-start;
}

#car-calc .calc-logo,
#car-calc .calc-title-left,
#car-calc .calc-footer-left,
#car-calc .step-title {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #000;
}

#car-calc .calc-right,
#car-calc .calc-title-right,
#car-calc .calc-footer-right,
#car-calc .step-rows {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

#car-calc .calc-row-descr,
#car-calc .calc-footer-title {
    /*-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;*/

    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%

    padding: 1px 0;
    font-size: 1.1em;
    font-weight: bold;
}

#car-calc .calc-row-value,
#car-calc .calc-footer-price {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#car-calc .calc-empty,
/*#car-calc .calc-title,*/
#car-calc .calc-right-car,
#car-calc .calc-row-comment {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


#car-calc .calc-step-1,
#car-calc .calc-step-3,
#car-calc .calc-step-5 {
    background-color: #8497b0;
    color: #203764;
}

#car-calc .calc-step-2,
#car-calc .calc-step-4 {
    background-color: #d6dce4;
    color: #203764;
}

#car-calc .car-calc-header, 
#car-calc .calc-footer {
    background-color: #000;
}

#car-calc .car-calc-header .calc-right-car {
    height: 130px; /* vertical align */
    position: relative;
}

#car-calc .car-calc-header .calc-right-car img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#car-calc .calc-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: 800;
    padding: 5px 0;
}

#car-calc .calc-title-row {
    background-color: #e7e6e6;
}

#car-calc .bg-white {
    background-color: #fff;
}

#car-calc .usd-sign {
    padding-right: 2px;
}

#car-calc input {
    width: 100px;
    text-align: center;
    /*font-size: 1.2em;*/
}

#car-calc input, select {
    border: 1px solid gray;
}

#car-calc .calc-footer {
    color: #fff;
    font-size: 1.3em;
    height: 35px;
    line-height: 35px;
}

#car-calc .calc-footer-price, 
#car-calc .calc-footer-title {
    text-align: center;
}


#car-calc .flex-column {
    flex-direction: column;
}



/* calc help tooltip */ 

.help-tip{
    /* position: absolute; */
    /* top: 11px; */
    /* right: 16px; */
    margin-left: 8px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 19px;
    cursor: default;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeInTip 0.2s ease-in-out;
    animation: fadeInTip 0.2s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 10px;
    /* width: 300px; */
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 999999;
}

/*.help-tip p:before{ 
    content: '';
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
}*/

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}


#car-calc ::placeholder {
  color: grey;
  opacity: 1; 
}
.promo-car.image-wrapper.mobile-show{
		display:none;
	}
@media screen and (max-width: 1199px){
	.car-page .container {
		width:auto;
	}
	.features-list.row .col{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.watch-video-link{
		display:none;
	}
	.promo-car.image-wrapper.mobile-hidden{
		display:none;
	}
	.promo-car.image-wrapper.mobile-show{
		display:block;
	}
	.video-banner{
		position:relative;
		bottom: 0;
		text-align:center;
	}
	.promo-content{
		width:100%;
	}
	.order-form {
		width: 100%;
	}
		.form .input-wrapper{
		width: 100%;
	}
	.video-banner{
		padding:40px 0;
	}
		
}
@media screen and (max-width: 767px) {

	.features-list.row .col{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.features-list.row .col .features-item{
		flex-direction: row;
		justify-content: left;
		text-align:left;
	}
	
	#car-calc .calc-footer,
	#car-calc .calc-step-1,
	#car-calc .calc-step-2,
	#car-calc .calc-step-3,
	#car-calc .calc-step-4,
	#car-calc .calc-step-5 {
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: column;
	}
	#car-calc .calc-row-descr {
		justify-content: flex-start;
		align-items: flex-start;
	}
	#car-calc .step-title {
		padding: 10px 0 20px;
	}
	#car-calc .calc-footer-left {
		display: none;
	}
	#car-calc .step-title, 
	#car-calc .step-rows, 
	#car-calc .calc-footer-right {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%
	}
}

@media (max-width: 628px) {

    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        top: 0 !important;
        left: 0 !important;
    }
    .modal-calc {
        width: 100vw;
        max-height: 100vh;
    }
    
    #car-calc .calc-title {
        font-size: 1.4em;
    }
    #car-calc .calc-footer-price {
        font-size: 1.3rem;
    }
    #car-calc .step-title,
    #car-calc .calc-row-descr {
        text-align: center;
        font-size: 1.1rem;
    }
    #car-calc .calc-row-value {
        padding: 10px;
        font-size: 1.3rem;
    }
    #car-calc .calc-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #car-calc .calc-row-descr {
        justify-content: center;
        align-items: center;
    }

}


/* CSS animation */

@-webkit-keyframes fadeInTip {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeInTip {
    0% { opacity:0; }
    100% { opacity:100%; }
}


/*
	-------------- Modal ComeBack --------------
*/
.modal-comeback {
	width: 95vw;
	height: 95vh;
	position: relative;
	display: none;
	background: rgba(0,0,0,.65);
}
.modal-comeback-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.modal-comeback .modal-close-btn {
	display: block;
	position: absolute;
	background: url(../img/ico_answer-close.png) no-repeat center center;
	width: 25px;
	height: 25px;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 999;
}
.modal-comeback .modal-dialog {
	width: 100%;
	max-width: 780px;
	background: #FFF;
	position: relative;
}
.modal-comeback .modal-body {
	background: url(../img/modal-bg.jpg) no-repeat center center / cover;
	padding: 40px 30px;
	text-align: center;
}
.comeb-row {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.comeb-slogan {
	letter-spacing: 0.05em;
	font: 22px/24px futurapt-bold, sans-serif;
	color: #000628;
	max-width: 300px;
}

.comeb-logo {
	display: inline-flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/*width: 340px;
	margin-top: 23px;*/
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.comeb-logo__img {
	width: 100px;
}

.comeb-logo__text {
	margin-left: 30px;
	margin-top: 1px;
}
.right-padd {
	padding-left: 130px;
	text-align: left;
}
.comeb-logo__name {
	letter-spacing: 0.05em;
	font: 18px/24px futurapt-bold, sans-serif;
	color: #000628;
}

.comeb-logo__descr {
	margin-top: 7px;
	color: #888888;
	font: 16px/20px circe-light, sans-serif;
	letter-spacing: 0.025em;
}

.comeb-t1 {
	font: 22px circe-light, sans-serif;
	margin: 30px 0 13px;
}

.comeb-t2 {
	letter-spacing: 0;
	font: 34px futurapt-bold, sans-serif;
	color: #000628;
	margin: 0 0 40px;
	line-height: 1.25;
}

.comeb-btn-col {
	padding: 0 50px 0 0;
	width: 50%;
}

.comeb-btn-1, .comeb-btn-2 {
	font-family: circe-regular, sans-serif;
	font-size: 18px; 
	text-align: center;
	padding: 0 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #410F66;
	border: 2px solid #410F66;
	border-radius: 70px;
	height: 78px;
	width: 100%;
	transition: 0.2s all;
	text-decoration: none;
}
.comeb-btn-2 {
	background: none;
	color: #410F66;
}
.comeb-btn-1:hover,
.comeb-btn-2:hover {
	background: #320554;
	color: #FFF;
}

.comeb-note {
	font: 18px circe-light, sans-serif;
	margin: 20px 0 0;
}

.back-btn{
	font: 14px circe-regular, sans-serif;
	color: #4a4a4a;
	margin-top: 16px;
	margin-left:-10px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}
.back-btn:before{
	display: block;
    content: "";
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}
.back-btn:hover:before{
	width: 100%;
}
.back-btn svg{
	margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.back-btn span{
	vertical-align:middle;
}
.grey-bg{
	background: #f8f8fa;
}


.form-group.required-style:after{
	content: "";
    display: block;
	background-color: #4a4a4a;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    right: 20px;
    position: absolute;
}
.form-group-label{
	font: 16px circe-bold, sans-serif;
	margin-bottom:10px;
	display: block;
	color: #4a4a4a;
}
.form-group.no-requiere:after{
	display:none;
}
.item-form-title{
	color: #ccc;
	font: 16px circe-bold, sans-serif;
	padding:10px 0;
}

.footer .menu-nav{
	width: 100%;
	justify-content: flex-end;
}
.footer .menu-nav li{
	font-size: 14px;
	margin:0 0 0 15px;
}
.footer-contacts-phones{
	margin-top:7px;
}
.footer-contacts-phones .footer-contacts-phone{
	display:block;
	color:#d1d1d1;
	margin-bottom:5px;
	font: 14px circe-bold, sans-serif;
}
.footer-contacts-address{
	color:#d1d1d1;
	font: 14px circe-regular, sans-serif;
}
.footer .row{
	width:100%;
}
.footer .footer-socials{
	margin-top:10px;
	justify-content: flex-end;
	width: auto;
}
.footer .footer-socials a {
	width:30px;
	height:30px;
	margin-left:10px;
}
.footer .footer-logo {
	width: auto;
	margin-top:0;
}
.menu-nav li.menu-footer{
	display:none;
}

.menu-footer-text{
	margin-top:15px;
	padding:30px 20px 40px 20px;
	font: 14px circe-regular, sans-serif;
	color:#ffffff;
	text-align:center;
	background-color: #000000;
}
.menu-footer-text p{
	margin-bottom:20px;
	padding:0 10%;
}


/* Header main ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-upper {
    background: url(../img/backgrounds/bg-header-pattern.jpg) !important;
}

.main-header .header-upper {
    position: relative;
    padding: 25px 0px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 5;
}
.main-header .header-upper .upper-right {
    position: relative;
}
.pull-right {
    float: right;
}
.pull-right {
    float: right!important;
}
.main-header .header-upper .upper-column {
    position: relative;
    float: left;
    min-width: 80px;
    margin-left: 40px;
    padding-top: 22px;
}
.main-header .info-box {
    position: relative;
    padding-left: 50px;
}
.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 50px;
    line-height: 60px;
    color: #4a5c7a;
    font-size: 36px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.main-header .info-box strong {
    font-weight: 700;
    color: #555555;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.main-header .info-box li .small-title{
	font-family: 'Poppins', sans-serif;
}
.main-header .info-box li a {
    color: #202e31;
}

/* Form styles ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.form-group{
	margin-bottom:9px;
	position: relative;
}

/* form control plaseholder style */
.form-control::-webkit-input-placeholder, .form input {
	color: #4a4a4a;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font: 14px circe-bold, sans-serif;
}

.form-control::-moz-placeholder, .form input {
	color: #4a4a4a;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font: 14px circe-bold, sans-serif;
}

.form-control:-moz-placeholder, .form input {
	color: #4a4a4a;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font: 14px circe-bold, sans-serif;
}

.form-control:-ms-input-placeholder, .form input {
	color: #4a4a4a;
	transition: 0.3s;
	font: 14px circe-bold, sans-serif;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group select, .form-group textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 14px 15px;
    border: 1px solid #e0e0e0;
	border-radius:0;
	box-shadow: none;
    height: 54px;
    font-size: 13px;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.form-group input:focus,
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus{
	border-color:#fdc236;
	color:#fdc236;
	box-shadow:none !important;
}

/* Sidebar title ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.sidebar-title {
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
}
.sidebar-title:before {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -1px;
    height: 1px;
    width: 150px;
    background: #fdc236;
}
.sidebar-title h3 {
	font-family: futurapt-bold, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #202e31;
    font-weight: 700;
    line-height: 26px;
}




/* Nav ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/



.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    z-index: 5;
}

.main-header .nav-outer {
    position: relative;
    padding-right: 250px;
}
.main-header .nav-outer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #202e31;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.main-menu {
    position: relative;
    z-index: 1;
}

.main-menu .navbar-collapse {
    padding: 0px;
}
.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 0px;
}
.main-menu .navigation > li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #202e31;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 13px 25px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    border-top: none;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
    border-color: #fdc236;
    opacity: 1;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before, .main-menu .navigation > li.current-menu-item:before {
    background: #fdc236;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li:hover {
    color: #fdc236;
    border-color: #fdc236;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #fdc236;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.main-header .btn-outer {
    position: absolute;
    right: 12px;
    top: 0px;
    width: 210px;
    height: 100%;
    background: #fdc236;
}
.main-header .btn-outer .inq-btn {
    position: relative;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 13px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.main-header .btn-outer .inq-btn .txt {
    position: relative;
    z-index: 1;
	color:#ffffff;
}
.main-header .btn-outer .inq-btn:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fdc236;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: -15px;
    margin-top: 5px;
    top: 110%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: #202e31;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../img/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-menu .navigation > li > ul:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    display: block;
    width: 100%;
    height: 5px;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.20);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 20px;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    transform: skewX(25deg);
}

/* Top bannner ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/

.top-banner{
	position:relative;
	background:url(../../pure_html/img/spec-auto-banner.jpg) no-repeat;
    background-size:cover;
    background-position: right;
}
.banner-line:after {
    content: '';
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: 13px;
    background: url(../img/backgrounds/slider-border.png) center center repeat-x;
}
.banner-overlay:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.banner-info-box{
	padding:40px 0;
}
.banner-info .banner-slogan{
	position:relative;
	font-size:65px;
	line-height:75px;
	text-transform:uppercase;
	color:#ffffff;
	font-family:futurapt-bold, sans-serif;
    letter-spacing: 0.025em;
}


.banner-title{
	position:relative;
	font-size:35px;
	color:#ffffff;
	font-family:futurapt-bold, sans-serif;
}

.banner-info{
	position:absolute;
	top:50%;
	transform:translateY(-70%);
}

.banner-form{
	padding:30px 0;
	margin-right:10px;
	min-height:400px;
	background:#ffffff;
}
.text-yellow{
	color: #fdc236;
}

.form{
	padding: 0px 30px;
}

/* Service section ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/

.services-style-one {
    position: relative;
    padding: 90px 0px 70px;
}

.sec-title {
    position: relative;
    margin-bottom: 60px;
}
.text-center {
    text-align: center;
}
.sec-title h2 {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    color: #202e31;
	font-family:futurapt-bold, sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-text-shadow: 5px 5px 1px #f5f5f5;
    -ms-text-shadow: 5px 5px 1px #f5f5f5;
    -o-text-shadow: 5px 5px 1px #f5f5f5;
    -moz-text-shadow: 5px 5px 1px #f5f5f5;
    text-shadow: 5px 5px 1px #f5f5f5;
}
.theme_color {
    color: #fdc236;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    color: #a9a9a9;
}

.services-style-one .default-service-column {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.default-service-column .inner-box {
    position: relative;
    border: 1px solid #e0e0e0;
    max-width: 420px;
    margin: 0 auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.default-service-column .inner-most {
    position: relative;
    overflow: hidden;
}
.default-service-column .image-box {
    position: relative;
}
.default-service-column .lower-part {
    position: relative;
    padding-top: 20px;
    margin-top: -20px;
}
figure {
    max-width: 100%;
    display: block;
}

.default-service-column .lower-part .left-curve {
    position: absolute;
    left: 0px;
    top: -7px;
    width: 53.1%;
    height: 90px;
    background: #ffffff;
    border-top: 10px solid transparent;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.default-service-column .lower-part .right-curve {
    position: absolute;
    right: 0px;
    top: -7px;
    width: 53.1%;
    height: 90px;
    background: #ffffff;
    border-top: 10px solid transparent;
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.default-service-column .content {
    position: relative;
    padding: 0px 40px 20px;
    z-index: 1;
}
.default-service-column .content {
    position: relative;
    padding: 0px 40px 20px;
    z-index: 1;
}
.default-service-column .content h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    color: #202e31;
    font-weight: 700;
}
.default-service-column .content .text {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #202e31;
}
.default-service-column .content .text b{
	font-weight:bold;
}
.default-service-column .content .more-link {
    position: relative;
}
.default-service-column .content .read-more {
    position: relative;
    display: inline-block;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    color: #fdc236;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.default-service-column:hover .lower-part .left-curve, .default-service-column:hover .lower-part .right-curve {
    border-top-color: #fdc236;
}

/* Buttons yellow ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-two {
    position: relative;
    padding: 15px 32px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fdc236;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
    font-family: 'Poppins', sans-serif;
}
.btn-style-two:hover {
    border-color: #ffffff !important;
    background: #202e31;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
}



/* Reviews section ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.reviews-section{
	padding:60px 0 90px 0;
}

.reviews-btns {
	width: 170px;
	margin-top:30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left:50%;
	margin-left:-85px;
}

.reviews-btn-prev {
	width: 70px;
	height: 70px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background-color: #ffffff;
	background-image: url(../img/ico_arrow-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 7px 0 rgba(45, 54, 65, 0.35);
}

.reviews-btn-prev:hover {
	background-color: #e8ecf0;
}

.reviews-btn-next {
	width: 70px;
	height: 70px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background-color: #ffffff;
	box-shadow: 0 2px 7px 0 rgba(45, 54, 65, 0.35);
	background-image: url(../img/ico_arrow-next.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.reviews-btn-next:hover {
	background-color: #e8ecf0;
}

/* Testi-box ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/


.testi-box {
	position: relative;
	padding-left: 150px;
	min-height: 152px;
	border: 1px solid #e0e0e0;
	margin:0 15px;
}
.testi-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.testi-box .author-thumb img {
    display: block;
    width: 100%;
}
.testi-box .info-box {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    background: #202e31;
    text-align: center;
}
.testi-box .info-box .left-curve {
    position: absolute;
    left: 0px;
    top: -15px;
    width: 56%;
    height: 50px;
    background: #202e31;
    border-top: 5px solid transparent;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -moz-transform: rotate(-12deg);
    transform: rotate(-15deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.testi-box .info-box .right-curve {
    position: absolute;
    right: 0px;
    top: -15px;
    width: 56%;
    height: 50px;
    background: #202e31;
    border-top: 5px solid transparent;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.testi-box .info-box .content {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    background: #202e31;
    line-height: 18px;
    padding-bottom: 3px;
}
.testi-box .info-box .content h4 {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 14px;
}
.testi-box .info-box .content .designation {
    font-size: 10px;
    color: #cccccc;
    text-transform: uppercase;
}
.testi-box .text-content {
    position: relative;
    padding: 20px 20px 10px;
    font-style: italic;
    color: #999999;
    line-height: 23px;
    font-size: 14px;
}
.testi-box:hover {
    border-color: #fdc236;
}



/* footer ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.main-footer {
    position: relative;
    color: #72868a;
    background: #172224;
}
.main-footer .footer-upper {
    position: relative;
    padding: 80px 0px 20px;
    color: #72868a;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-footer .footer-upper:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.97;
    background: #202e31;
}
.main-footer .footer-upper .auto-container {
    position: relative;
    z-index: 10;
}

.main-footer .footer-upper .column {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .about-widget .text{
	margin-top:30px;
}
.main-footer .about-widget {
    font-size: 14px;
    color: #ffffff;
    line-height: 2em;
    word-spacing: 2px;
    padding-right: 10px;
}
.footer-upper .column h3 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}
.main-footer .contact-info li strong {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-footer .contact-info {
    font-size: 14px;
    margin-bottom: 20px;
}
.main-footer .contact-info li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
}
.main-footer .social-links a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #72868a;
    text-align: center;
    margin: 0px 5px 10px 0px;
    color: #ffffff;
    background: none;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-footer .footer-upper a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* Contacts ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.page-title {
    position: relative;
    padding: 90px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin-top: -50px;
    color: #ffffff;
    text-align: center;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(32,46,49,0.85);
}
.page-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}
.page-title {
    background-image: url(../img/image-4.jpg) !important;
}
.page-title .auto-container {
    position: relative;
    z-index: 1;
}
.page-title .text {
    color: #ffffff !important;
    line-height: 2em;
}
.page-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 13px;
    background: url(../img/backgrounds/slider-border.png) center center repeat-x;
}
.blog-page-body {
    background: #f1f1f1;
}
.theme-breadcrumb {
    position: relative;
    padding: 60px 0px 20px;
}
.theme-breadcrumb .breadcrumb li, .theme-breadcrumb .breadcrumb li a {
    color: #b7b7b7;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb>li {
    display: inline-block;
}
.contact-section .contact-form-outer {
    position: relative;
    background: #ffffff;
    max-width: 700px;
}
.sidebar-title {
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
}
.contact-section .contact-form-outer .inner-box {
    position: relative;
    padding: 40px 30px;
}
.contact-section .contact-info {
    position: relative;
    background: #142326;
    padding: 10px 20px 0px;
    color: #ffffff;
}
.contact-section .contact-form-outer {
    position: relative;
    background: #ffffff;
    max-width: 700px;
}
.contact-section .contact-form-outer .icon {
    position: absolute;
    right: 40px;
    top: 15px;
    color: #ffffff;
}
.contact-section .contact-form-outer .construct-style {
    padding-right: 55px !important;
    position: relative;
}
.contact-section .contact-form-outer .text-left {
    position: relative;
    display: inline-block;
}
.contact-section .contact-form-outer .form-group textarea {
    resize: none;
    height: 100px;
}
.contact-section .contact-info {
    position: relative;
    background: #142326;
    padding: 10px 20px 0px;
    color: #ffffff;
}
.contact-section .contact-info .info-box {
    position: relative;
    padding-left: 45px;
}
.contact-section .contact-info .column {
    position: relative;
    float: left;
    min-width: 80px;
    margin: 0px 25px 10px;
}
.contact-section .contact-info .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    line-height: 42px;
    color: #ffffff;
    font-size: 26px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-section{
	position:relative;
	padding:60px 0;
}
.contact-section .region-map{
	width: 125%;
	height:100%;
	right:0;
	z-index: 0;
}

.contact-section .region-map > div{
	left:25% !important
}
/* Media ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
.text-logo h4{
	display:inline-block;
	position:relative;
	font-family: futurapt-bold, sans-serif;
	font-size:70px;
	line-height:70px;
}
.text-logo span{
	font-family: futurapt-bold, sans-serif;
	font-size:20px;
	line-height:20px;
	position:absolute;
	top:0;
	right:0;
}
.text-logo span.text-white{
	color:#ffffff;
}
.text-logo span.text-dark{
	color: #202e31;
}

.contacts-map{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
/* Media ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/

/* Min width ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 768px){
	.navbar-header {
		float: left;
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}


	}

/* Max width ----------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
*/
@media(max-width: 1200px) {
	.footer .menu-nav li{
		width:50%;
		margin: 0;
	}
	.footer .menu-nav li:nth-child(1),
	.footer .menu-nav li:nth-child(3){
		text-align:right;
	}
}
@media(max-width: 991px) {
.footer .menu-nav li:nth-child(2),
	.footer .menu-nav li:nth-child(4){
		text-align:left;
	}
}
@media(max-width: 767px) {
	.menu-nav li.menu-footer{
		display:block;
	}
	.footer .menu-nav{
		margin-top:10px;
		display:block;
		position:static;
		box-shadow:none;
	}
	.footer .menu-nav li{
		width:100%;
		color:#ffffff !important;
		text-align:center !important;
	}
	.footer .footer-logo{
		justify-content: center;
	}
	.footer .menu-nav{
		background: #000000;
	}
	.footer .top-logo .footer-logo__img{
		width:100%;
		text-align:center;
	}
	.footer .top-logo img{
		display: inline-block;
	}
	.promo-car-info{
		width:100%;
	}
	.footer-contacts-phones, .footer-contacts-address{
		text-align: center;
	}
	.footer .footer-socials{
		margin-top:30px;
		display:block;
		text-align:center;
		width: 100%;
	}
	.menu-nav li{
		color:#000000;
	}
	.menu-nav li:hover{
		color:#000000;
	}
	.footer .menu-nav li:nth-child(2), .footer .menu-nav li:nth-child(4){
		
	}
	
}
@media(max-width: 660px) {
	.modal-comeback {
		width: auto;
		height: auto;
		background: none;
	}
	.modal-comeback .modal-close-btn {
		top: -40px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.modal-comeback .modal-dialog {
		max-width: 290px;
	}
	.modal-comeback .modal-body {
		padding: 25px 5px;
	}
	.comeb-row {
		flex-wrap: wrap;
	}
	.comeb-row > div {
		flex-basis: 100%;
		width: 100%;
	}
	.comeb-logo {
		justify-content: center;
		margin: 0 0 20px;
	}
	.comeb-logo__img {
		width: 74px;
	}
	.comeb-logo__text {
		margin-left: 10px;
	}
	.comeb-logo__name {
		font-size: 16px;
	}
	.comeb-logo__descr {
		margin-top: 5px;
		font-size: 14px;
	}
	.right-padd {
		padding-left: 0;
		text-align: center;
	}
	.comeb-slogan {
		font-size: 16px;
		letter-spacing: 0;
		max-width: 230px;
		margin: 0 auto;		
	}
	.comeb-t1 {
		font-size: 16px;
		margin: 20px 0 10px;
	}
	.comeb-t2 {
		font-size: 18px;
		margin: 0 auto 30px;
		max-width: 250px;
	}
	.comeb-t2 br {
		display: none;
	}
	.comeb-btn-col {
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.comeb-btn-col:last-child {
		margin-bottom: 0;
	}
	
	.promo-car-slogan{
		font: 30px futurapt-bold, sans-serif;
	}
	.promo-car-info{
		padding-right: 20px;
		padding-bottom: 20px;
	}
}

